footer{
    background: linear-gradient(rgba(3, 39, 25, 0.9), rgba(3, 39, 25, 0.9)), url('/assets/images/99795180a68808edd7424e726aead6baa9a323ef.jpg') center/cover no-repeat; font-family: 'Outfit', sans-serif;
}

.sign-text{
    line-height: 30px;
    font-size: 20px;
}

.form-control{
    padding: 20px;
    margin: 20px 0px 15px 0px;
}



 .Subscribe-btn {
  position: relative;
  display: inline-block;
  background-color: #DFE121;
  color: black;
  border-radius: 50px;
  padding: 14px 40px;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.3s ease, padding-right 0.3s ease;
}

.Subscribe-btn::after {
  content: "↗";
  position: absolute;
  right: 25px;
  top: 48%;
  transform: translateY(-10%) scale(0);
  color: black;
  font-size: 25px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.Subscribe-btn:hover {
  background: white;
  color: black;
  padding-right: 60px; /* make space for arrow */
}

.Subscribe-btn:hover::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.footer-links strong{
    font-size: 20px;
}

.footer-links ul li a{
    font-size: 18px;
    line-height: 45px;
    color: white;
    transition: .3s ease-in-out;
}

.main-footer-line{
    height: 10px;
}

.footer-links ul li a:hover{
    color: #DFE121;
}

@media(max-width:767px){
    .footer-links{
        padding: 0px 15px;
    }
    
    .footer-hike,
    .footer-policy {
        display: none !important;
    }
/* 
    .footer.text-white.py-3 {
        margin-top: 10%;
        } */
}