body, html {
  height: 100%;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}

.bg-video {
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;
}
.nav-item {
  margin-left: 12px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .7);
}
.navbar-nav .btn-main {
  background-color: #00A79A;
  color: #fff;
  padding: 8px 12px;
  font-size: .9rem;
  border: 1px solid #00A79A;
  transition: .3s ease-in all;
}
.navbar-nav .btn-main:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00A79A;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.video-banner {
  position: relative;
}
.navbar {
  background-color: rgba(0, 0, 0, 0) !important;
  position: absolute;
  z-index: 1000;
  width: 100%;
}



.banner-content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1000;
  text-align: center;
}


.banner-content h1 {
  font-size: 3rem;
  width: 80%;
  margin-bottom: 1rem;
}

.banner-content .btn-main {
  background-color: #00A79A;
  color: #fff;
  padding: 10px 20px;
  font-size: .9rem;
  border: 1px solid #00A79A;
  transition: .3s ease-in all;
}
.banner-content .btn-main:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00A79A;
}
/* About */
.about {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
.about-content {
  align-content: center;
  padding-top: 80px;
}
.about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.749);
  margin-bottom: 1.2rem;
}
.about-content h2 span {
  color: #00A79A;
}
.about-content p {
  color: rgba(0, 0, 0, 0.749);
  font-size: 1rem;
  width: 84%;
  line-height: 1.6;
}
.about-more{
  position: absolute;
}
.count-box {
  position: relative;
  top: 30%;
  left: -10px;
  background-color: #fff;
  width: 100px;
  align-content: center;
  height: 100px;
  animation: move 5s infinite alternate;
  text-align: center;
  border-radius: 8px;
  box-shadow: -10px 10px 36px rgba(35, 23, 20, 0.14);
}
@keyframes move {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(10px) translateY(10px);
  }
}
.count-box-2 {
  margin-top: 10px;
}
.count-box h4 {
  color: #00A79A;
  font-size: 1.5rem;
  font-weight: bold;
}
.count-box h5 {
  color: rgba(0, 0, 0, 0.749);
  font-size: 1rem;
}
.about img {
  border-radius: 1rem;
}
/* packages world */
.packages-world {
  margin-top: 6rem;
}
.ayra-headings {
  padding-top: 100px;

}
.ayra-headings h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
.ayra-headings span {
  color: #00A79A;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.grid-column {
  position: relative;
  overflow: hidden;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.grid-column:hover .grid-image {
  transform: scale(1.1);
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-column:hover .hover-content {
  opacity: 1;
}

.hover-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hover-content p {
  font-size: .9rem;
  margin-bottom: 1rem;
}

.hover-content a {
  font-size: .9rem;
  color: #00A79A;
  font-weight: 700;
}

.col-md-4 {
  grid-column: span 2;
  grid-row: span 2;
}

.col-md-8 {
  grid-column: span 3;
  grid-row: span 2;
}


.sticky-sidebar {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
}
.sticky-sidebar h3 {
  padding-top: 80px;
  font-size: 2rem;
  font-weight: 700;
}
.sticky-sidebar h3 span {
  color: #00A79A;
}
.sticky-sidebar p {
  font-size: .9rem;
  width: 84%;
}
.service-container {
  max-height: 500px; 
  overflow-y: scroll; 
  padding: 0;
  background-color: #f9f9f9;
 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
.service-container::-webkit-scrollbar {
  display: none; 
}
.service-card {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  background-color: #EEFCFB;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.service-card a {
  color: #00A79A;
  font-size: .9rem;
  font-weight: 700;
}
.service-card:last-child {
  border-bottom: none;
}
.service-card:hover {
  background-color: #EEFCFB;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.service-description {
  color: #555;
}


/* Packages Wayanad */
.packages-wayanad {
  margin-top: 5rem;
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.heading-wayanad  h3{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  width: 90%;
}
.heading-wayanad h3 span {
  color: #00A79A  ;
}
.paragraph-wayanad p {
  font-size: .9rem;
  color: #ffffffcd;
}




.slick-slide {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
.slick-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; 
}
.slick-slide:hover .slick-img {
  transform: scale(1.1); 
}
.slick-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  opacity: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  color: #fff;
  text-align: left;
  padding: 20px;
}
.slick-caption h5 {
  font-size: 1.2rem;
}
.slick-caption p {
  font-size: .9rem;
}
.slick-caption a {
  color: #00A79A;
  font-size: .9rem;
  font-weight: 700;
}
.slick-slide:hover .slick-overlay {
  opacity: 1; 
}
.slick-caption {
  display: none; 
}
.slick-slide:hover .slick-caption {
  display: block; 
}
/* Video */
.video-wayanad {
  margin-top: 5rem;
}
.video-background {
  top: 0;
  left: 0;
  width: 100%;
  height:500px;
  object-fit: cover;
  z-index: -1;
  border-radius: 16px;
}
/* Top Desitnations */
.destination-heading p{
  padding-left: 60px;
  padding-right: 60px ;
}


.hover-overlay {
  position: relative;
  overflow: hidden;
}

.hover-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.hover-overlay:hover img {
  transform: scale(1.1);
}
.hover-box {
  margin-bottom: 24px;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-overlay:hover .overlay-content {
  /* background: linear-gradient(to bottom, transparent, #00A79A); */
  background: rgba(0, 0, 0, 0.7); 
  opacity: 1;
}

.overlay-content h5 {
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 1;
}
.overlay-content p {
  font-size: .9rem;
}

.hidden-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-overlay:hover .hidden-content {
  opacity: 1;
}
.overlay-content a {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
}

/*  */
/* Navbar styling */
.navbar {
  background-color: #333; 
}

.navbar-brand img {
  max-width: 100px; 
}

.navbar-nav .nav-link {
  color: #fff;
  margin-right: 20px;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ff9900;
}

.navbar-nav .btn-main {
  background-color: #00A79A; 
  border: none; 
  color: #fff; 
}
.btn-main {
  background-color: #00A79A; 
}
.btn-main:hover {
  background-color: #f9f9f9;
  color: #fff; 
}
.navbar-nav .btn-main:hover {
  background-color: #f9f9f9;
}

textarea:focus, input:focus {
  color: #ff0000;
}
.navbar-toggler {
  border: none; 
  outline: none; 
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="24" height="24"%3E%3Cpath d="M 10,20 L 90,20" stroke="%23ffffff" stroke-width="10" stroke-linecap="round" /%3E%3Cpath d="M 10,50 L 90,50" stroke="%23ffffff" stroke-width="10" stroke-linecap="round" /%3E%3Cpath d="M 10,80 L 90,80" stroke="%23ffffff" stroke-width="10" stroke-linecap="round" /%3E%3C/svg%3E');
}


.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="24" height="24"%3E%3Cpath d="M 20,20 L 80,80 M 20,80 L 80,20" stroke="%23ffffff" stroke-width="10" stroke-linecap="round" /%3E%3C/svg%3E');
  transition: background-image 0.3s ease;
}

/* Campsites in wayanad */
.full-screen-wayanad {
  background: url('assets/campsites-wynd.jpg') no-repeat center center;
  background-size: cover;
  margin-top: 5rem;
  min-height: 450px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.full-screen-bg .content {
  text-align: center;
  padding: 20px;
  padding-left: 200px;
  padding-right: 200px;
  border-radius: 10px;
  color: #fff;
}

.full-screen-bg h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.full-screen-bg p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}


.full-screen-bg .btn-main {
  background-color: #00A79A;
  color: #fff;
  padding: 10px 20px;
  font-size: .9rem;
  border: 1px solid #00A79A;
  transition: .3s ease-in all;
}
.full-screen-bg .btn-main:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00A79A;
}
/*  */
 /* Gallery Image Styles */
 .gallery img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
#popup-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.ayra-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

.ayra-popup.show .popup-content {
  transform: scale(1.05);
}

.close-btn-new {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 1.5rem;
  color: #00A79A;
  cursor: pointer;
}
.gallery-heading {
  padding-top: 3rem;
}
/* Contact */
.contact {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contact-info h2 {
  color: #00A79A;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}
.contact-info-box {
  margin-bottom: 1.4rem;
  color: #fff;
}
.contact-info-box h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff80;
  letter-spacing: 4;
}
.contact-info-box p {
  font-size: 1rem;
}
.contact-info-box a {
  color: #fff;
  text-decoration: none;
}
.sm-sec {
  display: flex;
}
.sm {
  padding-right: 10px;
  margin-top: 10px;
}
.contact-form {
  background-image: url(assets/contact-form-bg.jpg);
  background-size: cover;
  height: auto;
  border-radius: 16px;
  padding: 40px 40px;
  background-repeat: no-repeat;
}
.contact-form .col {
  margin-bottom: 20px ;
}
.contact-form .col label{
  color: #ffffffa8;
  font-size: .9rem;
}
.contact-form input {
  background-color: transparent;
}
.contact-form textarea {
  background-color: transparent;
}
.contact-btn .btn-main {
  background-color: #00A79A;
  color: #fff;
  padding: 10px 20px;
  font-size: .9rem;
  border: 1px solid #00A79A;
  transition: .3s ease-in all;
}
.contact-btn .btn-main:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00A79A;
}
.copyright {
  background-color: #00A79A;
  color: #fff;
  padding: 20px 0px;
}
.copyright h5 {
  font-size: 1rem;
}
/* popup form */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

.popup.show .popup-content {
  transform: scale(1.05);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

.logo {
  max-width: 100px;
  margin-bottom: 20px;
}
.popup-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.popup-content h3 span {
  color: #00A79A;
}
.popup-content p {
  font-size: .9rem;
  margin-bottom: 6px;
  color: #232323;
}
.popup form label {
  font-size: .9rem;
  margin-bottom: 0px;
  font-weight: 500;
}
.popup form ::placeholder {
  font-size: .9rem;
  color: #2d2d2d;
}
.popup form .form-select {
  font-size: .9rem;
}


.popup .btn {
  background-color: #00A79A;
  color: #fff;
  padding: 10px 20px;
  font-size: .9rem;
  border: 1px solid #00A79A;
  transition: .3s ease-in all;
}
.popup .btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #00A79A;
}
.form-control:focus {
background-color: transparent;
border-color: #00A79A;
}
.popup .btn {
  margin-bottom: 20px;
}
/*  */
#popup-name {
  font-size: 1.2rem;
}
#popup-subheading {
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .popup-content {
    max-width: 100%;
    width: 95%;
    padding: 10px;
  }
  .close-btn {
    font-size: 1.2rem;
  }
  .logo {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
/* Responsive */
@media screen and (min-width: 1900px) {
  .banner-content {
    left: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .banner-content h1 {
    font-size: 2.2rem;
    width: 100%;
  }
  .navbar-collapse {
    background-color: #000;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .navbar-dark .navbar-toggler{
    color: #fff;
    border-color: rgba(255,255,255,.0);
  }
  .about {
    margin-top: 0rem;
  }
  .about-content p {
    width: 100%;
  }
  .count-box {
    top: 5px;
  }
  .about-content{
    padding-top: 40px;
  }
  .about-content h2 {
    font-size: 2rem;
  }
  .about-content p {
    font-size: .9rem;
  }
  .packages-world {
    margin-top: 0rem;
  }
  .ayra-headings {
    padding-top: 0px;
  }
  .ayra-world {
    padding-bottom: 20px;
  }
  .sticky-sidebar h3 {
    padding-top: 20px;
  }
  .sticky-sidebar p {
    width: 98%;
  }
  .ayra-headings h2 {
    font-size: 1.8rem;
  }
  .packages-wayanad {
    margin-top: 2rem;
  }
  .heading-wayanad h3 {
    font-size: 2rem;
  }
  .ayra-heading-2 {
    margin-top: 40px;
  }
  .destination-heading p {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
  }
  .hover-box {
    margin-bottom: 16px;
  }
  .full-screen-bg .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-right: 30px;
  }
  .full-screen-bg h2 {
    font-size: 2rem;
  }
  .contact {
    margin-top: 3rem;
  }
  .sm-sec {
    padding: 20px;
  }
  .contact-form {
    padding: 20px 20px;
  }
  .popup-content .form-control {
    width: 100% !important;
  }
  .popup.show .popup-content {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .popup-content {
    max-width: 100%;
    width:320px;
    padding: 10px;
  }
  .close-btn {
    font-size: 1.2rem;
  }
  .logo {
    max-width: 80px;
    margin-bottom: 10px;
  }
  .popup {
    left: -55px !important;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popup-content p {
    width: 80%;
    font-size: .8rem;
  }
  .popup .btn {
    justify-content: end;
  }
}


.floting {
  position: fixed;
  z-index: 99999;
}



.floating-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #25D366;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99999;
  margin: auto;
  line-height: 64px;
  text-align: center;

  transition: box-shadow .6s;
}

.floating-button img {

  height: 49%;

}

.floating-button:hover {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
}

.floating-call-button:hover {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
}

.form-control {
  color: #ffffff8c !important;
}