.nav-link{
    position: relative;
}
.nav-link::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 2px;
    height: 2px;
    background-color: #2a5ee8;
    width: 0;
    transition: width 0.6s ease;
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link:hover{
    color: #2a5ee8;
}
.nav-tabs .nav-link-regisration{
    background-color: #ffffff;
    color: rgb(0, 0, 0) !important;
    
}
.nav-tabs .nav-link-regisration.active{
    background-color: #2a5ee8;
    color: white !important;
    
}
/* body */
 html {
  scroll-behavior: smooth;
}

body {
  background-color: #dff3fc;
  font-family: Arial, sans-serif;
}

.hero {
  background-image: url('./assests/imgs/explanada-paseo-alicante.jpg'); /* Make sure image path is correct */
  background-size: cover;
  background-position: center;
  color: white;
  height: 700px;
  padding: 150px 140px;
  position: relative;
  text-align: center;
}

.text-main {
  font-size: 80px !important;
}

.text-m {
  font-size: 40px !important;
}



i {
  color: pink;
  font-size: 30px;
}

.searcr i {
  font-size: 40px;
}

.txt {
  font-family: cursive, ui-serif !important;
}

/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out forwards;
  animation-delay: 0.3s;
}

.slide-in-right {
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 0.6s;
}



 .book-btn {
   background-color: #2a5ee8;
   border: none;
   position: relative;
   overflow: hidden;
   transition: color 0.6s ease;
   padding: 10px 25px;
   font-weight: bold;
   font-size: 20px;
   color: white;
   border-radius: 10px;
    z-index: 1;
 }

 .book-btn::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 0%;
   background-color: #ffffff;
   z-index: 0;
   transition: width 0.6s ease;
 }

 .book-btn:hover::before {
   width: 100%;
 }

 .book-btn:hover {
   color: rgb(4, 4, 4);
 }

 .book-btn span {
   position: relative;
   z-index: 1;
   transition: color 0.4s ease;
 }

 /* Text color change on hover */
 .book-btn:hover span {
   color: #2a5ee8;
   /* ya koi bhi dark color */
 }

 .input-box {
   border: 1px solid #f4a261;
   padding: 10px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .search-btn {
   background-color: #2a5ee8;
   color: black;
   font-weight: bold;
   font-size: 24px;
   border: none;
   padding: 10px 30px;
   border-radius: 10px;
 }

 .offer-box {
   background-color: #2a5ee8;
   color: white;
   border-radius: 15px;
   padding: 20px;
 }

 .offer-side {
   border: 1px solid #f4a261;
   padding: 20px;
   border-radius: 10px;
   height: 100%;
 }

 .destination-card {
   position: relative;
   overflow: hidden;
   border-radius: 12px;
 }

 .destination-card img {
   width: 100%;
   height: 200px;
   object-fit: cover;
 }

 .destination-label {
   position: absolute;
   bottom: 10px;
   left: 10px;
   color: white;
   font-weight: bold;
   font-size: 1.5rem;
   text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
 }

 .homes-placeholder {
   width: 100%;
   height: 150px;
   background-color: #ddd;
   border-radius: 10px;
 }

 .subscribe-box input {
   width: 100%;
   padding: 10px;
   font-style: italic;
 }

 .subscribe-box .btn {
   background-color: #009fdc;
   color: white;
   border: none;
   padding: 10px 20px;
 }

 .testimonial-circle {
   width: 160px;
   height: 160px;
   border-radius: 50%;
   background-color: #ccc;
   margin: auto;
 }

 .testimonial-circle.active {
   border: 4px solid #00ffae;
   width: 180px;
   height: 180px;
 }


.cards-room{
    z-index: 0 !important;
}

 .imgs {
   height: 260px;
   width: 100%;
 }

 .circle {
   width: 17%;
 }

 .offer-side {
   position: relative;
   overflow: hidden;
   color: black;
   padding: 20px;
   border: 1px solid #ccc;
   font-family: sans-serif;
   transition: color 0.4s ease;

 }

 .offer-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #2a5ee8;
    z-index: 1;
    transition: with 0.5 ease;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 0%;
   background-color: #2a5ee8;
   z-index: 0;
   transition: width 0.6s ease;
 }

 .offer-side:hover::before {
   width: 100%;
 }

 .offer-side * {
   position: relative;
   z-index: 1;
   transition: color 0.4s ease;
 }

 .offer-side:hover {
    transition: background-color 0.5s ease, color 0.3s ease;
    background-color: #2a5ee8;
   color: white;
 }

 .hover-card {
   position: relative;
   overflow: hidden;
   height: 470px !important;
 }

 .imgs {
   position: absolute;
   transform: translateY(40%);
   transition: transform 0.6s ease-in-out;
    z-index: 9;
 }

 .slide-up {
   position: absolute;
   bottom: 190%;
   bottom: 190px;
   left: 0;
   opacity: 0;
   transition: bottom 0.6s ease-in-out, opacity 0.6s ease-in-out;
   z-index: -1;
 }

 .hover-card:hover .imgs {
   transform: translateY(0);
 }

 .hover-card:hover .slide-up {
   bottom: 0px;
   opacity: 1;
 }
 .footer-img {
  background-image: url(/imgs/WhatsApp\ Image\ 2025-05-13\ at\ 18.22.23_8c081760.jpg);
  object-fit: cover;
  /* contain, fill, none, scale-down */
  object-position: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 14%;
  object-fit: cover
}

footer {
  background-color: #171818;
  color: white;
  padding: 0px 0px;
}

footer a {
  color: white;
  text-decoration: none;


}

.footer-logo {
  max-width: 2200px;
  height: 250px;
}

.footer-contact input {
  margin-bottom: 10px;
}

.footer-contact .btn {
  background-color: gray;
  color: white;
  border: none;
}

 @media (max-width: 575px) {
   .container {
     width: 100%;
   }

   .hero {
     padding: 150px 140px;
     position: relative;

     text-align: center;

     h1 {
       font-size: 20px !important;
     }

     p {
       font-size: 20px !important;

     }

     .book-btn {
       padding: 5px 5px;
       font-size: 20px;
        z-index: 1;
     }

     
    }
    .sections {
      visibility: hidden !important;
      height: 0 !important;
    }

     .circle {
       width: 18% !important;
     }

    .testimonial-circle {
      width: 60px !important;
      height: 60px !important;
    }
    .testimonial-circle.active {
      width: 80px !important;
      height: 80px !important;
    }
   .Subscribe{
    padding: 0px 10px !important;
    font-size: 15px;
   }
   .search{
    width: 100% !important;
    font-size: 15px;
   }
   .search-btn {
    font-size: 15px;
   padding: 0px 10px !important;


   }
 }
