h4,
p {
  /*font-family: "Poppins", sans-serif !important;*/
}
h1,h3,h2 {
  font-family: "Kaushan Script", cursive;
}
.testimonial-rv {
  position: relative;
  overflow: hidden;
  /*min-height: 100vh; */
}
h5{
  font-family: "Poppins", sans-serif !important;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.testimonial-rv .container {
  position: relative;
  z-index: 2;
  padding: 40px 10px 0px 0px;
  color: #fff;
  
  /* Optional: white text */
}

a[href*="elfsight.com"] {
  display: none !important;
}

.aqua-bubbles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}

.aqua-bubble {
  position: absolute;
  bottom: -100px;
  background-color: #f1f1f1;
  border-radius: 50%;
  opacity: 0.5;
  animation: aqua-fly 15s ease-in-out infinite;
}

.aqua-bubble:nth-child(1) {
  left: 1%;
  height: 40px;
  width: 40px;
  animation-duration: 8s;
}

.aqua-bubble:nth-child(2) {
  left: 10%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 1s;
}

.aqua-bubble:nth-child(3) {
  left: 15%;
  height: 30px;
  width: 30px;
  animation-duration: 6s;
  animation-delay: 2s;
}

.aqua-bubble:nth-child(4) {
  left: 30%;
  height: 60px;
  width: 60px;
  animation-duration: 12s;
  animation-delay: 5s;
}

.aqua-bubble:nth-child(5) {
  left: 40%;
  height: 30px;
  width: 30px;
  animation-duration: 9s;
  animation-delay: 0s;
}

.aqua-bubble:nth-child(6) {
  left: 50%;
  height: 15px;
  width: 15px;
  animation-duration: 13s;
  animation-delay: 8s;
}

.aqua-bubble:nth-child(7) {
  left: 55%;
  height: 60px;
  width: 60px;
  animation-duration: 10s;
  animation-delay: 0s;
}

.aqua-bubble:nth-child(8) {
  left: 60%;
  height: 10px;
  width: 10px;
  animation-duration: 14s;
  animation-delay: 5s;
}

.aqua-bubble:nth-child(9) {
  left: 65%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 3s;
}

.aqua-bubble:nth-child(10) {
  left: 70%;
  height: 55px;
  width: 55px;
  animation-duration: 7s;
  animation-delay: 11s;
}

.aqua-bubble:nth-child(11) {
  left: 80%;
  height: 33px;
  width: 33px;
  animation-duration: 4s;
  animation-delay: 15s;
}

.aqua-bubble:nth-child(12) {
  left: 90%;
  height: 24px;
  width: 24px;
  animation-duration: 8s;
  animation-delay: 5s;
}

.aqua-bubble:nth-child(13) {
  left: 95%;
  height: 20px;
  width: 20px;
  animation-duration: 9s;
  animation-delay: 4s;
}

.aqua-bubble:nth-child(14) {
  left: 25%;
  height: 28px;
  width: 28px;
  animation-duration: 17s;
  animation-delay: 0s;
}

.aqua-bubble:nth-child(15) {
  left: 20%;
  height: 20px;
  width: 20px;
  animation-duration: 14s;
  animation-delay: 1s;
}

@keyframes aqua-fly {
  0% {
    bottom: -200px;
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}

.fun-section {
  padding: 80px 20px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.fun-slide-image {
  position: absolute;
  top: 60%;
  right: -300px;
  transition: right 1s ease;
  z-index: 5;
}

.fun-slide-image.active {
  right: 30px;
}

.fun-slide-image img {
  max-width: 250px;
  height: auto;
}

.ripple-area {
  /*height: 100vh;*/
  /* background-image: url("../images/pexels-mattycphoto-1147124\ \(1\).jpg"); */
  background-image: url("../images/pexels-mattycphoto-1147124 (1).jpg");
  /* background-image: url("{{asset()}}"); */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /*text-shadow: 2px 2px 4px #000;*/
  background-color: #fefefe57;
}

/*.ripple-area::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0; left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #fefefe57; */
/*  z-index: 1;*/
/*}*/
.ripple-area > .container {
  position: relative;
  z-index: 2;
}

.onde {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* Animation */

.parallaxonde > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallaxonde > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallaxonde > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallaxonde > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallaxonde > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .onde {
    height: 40px;
    min-height: 40px;
  }
}

/* Hero Section Base */
p {
  font-family: "Poppins", sans-serif !important;
}

/* Add this inside your <style> tag in the <head> section */
/* Reduce slider height */
.main-slider-one {
  height: 80vh;
  /* Adjust as needed (e.g., 70vh or 75vh) */
  min-height: 500px;
  /* Ensures decent height on smaller devices */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Ensure background covers correctly */
.main-slider-one__item,
.main-slider-one__bg {
  height: 100%;
  background-size: contain;
  background-position: center;
}

/* Make content vertically centered */
.main-slider-one__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Responsive tweaks for mobile */
@media (max-width: 768px) {
  .main-slider-one {
    height: auto;
    min-height: 400px;
  }

  .main-slider-one__content h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .main-slider-one__sub-title {
    font-size: 16px;
  }

  .main-slider-one__btn {
    margin-top: 20px;
  }
}

/* Custom Cursor */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Video Background */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.main-slider-one__title__anim {
  font-family: "Kaushan Script", cursive;
  color: #fad502;
}

.sec-title__title {
  font-family: "Kaushan Script", cursive;
  color: #fad502;
  /*text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
}

.hero-title {
  font-family: "Kaushan Script", cursive;
  color: #fad502;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 5px 15px rgb(179 163 19 / 60%);
}

.hero-subtitle {
  font-size: 2rem;
  margin: 20px 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  color: #fff;
  background: #00bcd4;
  border: none;
  border-radius: 50px;
  transition: 0.3s ease;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.5);
}

.hero-btn:hover {
  background: #0097a7;
  box-shadow: 0 12px 30px rgba(0, 188, 212, 0.7);
}

/* 3D Water Effect */
.water-effect {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  z-index: 0;
}

.wave {
  position: absolute;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-image: url("./wave.svg");
  /* use a transparent water wave SVG/PNG */
  animation: waveAnimation 10s linear infinite;
  opacity: 0.5;
  transform: translateZ(0);
}

.wave1 {
  bottom: 0;
  animation-duration: 12s;
  z-index: 1;
}

.wave2 {
  bottom: 10px;
  animation-duration: 18s;
  opacity: 0.4;
  z-index: 2;
}

.wave3 {
  bottom: 15px;
  animation-duration: 24s;
  opacity: 0.2;
  z-index: 3;
}

@keyframes waveAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive Typography */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .yt-hero-heading {
    font-size: 2.5rem;
  }

  .yt-hero-subheading {
    font-size: 1.2rem;
  }
}

/* 3D Shadow Effect for Header */
.main-header {
  /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 24px 0 rgba(0, 0, 0, 0.1),
    0 16px 56px 0 rgba(0, 0, 0, 0.1); */
}

.program-three__item__content {
  transition: background 0.3s, color 0.3s;
  border-radius: 18px;
}

.program-three__item__content:hover {
  background: var(--accent-color, #2390ff);
  color: #fff;
}

.program-three__item__content:hover a,
.program-three__item__content:hover .program-three__item__age,
.program-three__item__content:hover .program-three__item__rm span,
.program-three__item__content:hover .program-three__item__icon span {
  color: #fff !important;
}

.main-menu__list li a {
  /* font-family: 'kaushan script', cursive !important; */
  font-size: 15px !important;
  font-weight: 200 !important;
}

.main-header .main-menu__list > li > a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-header .main-menu__list > li > a > span img {
  filter: brightness(0) invert(1); /* force white icon */
  transition: filter 0.3s ease;
}

/* When scrolled (white header): black text + black icon */
.main-header.transparent .main-menu__list > li > a {
  color: #000 !important;
}

.main-header.transparent .main-menu__list > li > a > span img {
  filter: brightness(0) saturate(0) !important; /* force black icon */
}

.program-three__item__title,
.service-three__item__title {
  font-family: "Jost", sans-serif !important;
  font-weight: 600 !important;
}

.yt-hero-wrapper {
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.yt-video-bg iframe {
  width: 100vw;
  height: 56.25vw;
  /* 16:9 ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yt-hero-text-container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  font-family: "Arial", sans-serif;
}

.yt-hero-heading {
  font-family: "Kaushan Script", cursive;
  color: #fad502;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 5px 15px rgb(179 163 19 / 60%);
}

.yt-hero-subheading {
  font-size: 2rem;
  margin: 20px 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.fun-section-ball {
   /*padding: 80px 20px; */
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 40px 0px;
}

/*Button Css start*/

 .wave-btn {
  width: 131px;
    height: 48px;
  padding: 20px 30px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50px;
  background-color: #f9d403;
  transition: all 0.3s ease;
    box-shadow: rgb(19 21 21 / 33%) 0px 3px 8px;
  &:hover {
    transform: scale(1.05); // slight zoom
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

    .wave-bttn {
      top: -120px;
    }
  }

  .wave-spn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size:16px;
  }

  .wave-bttn {
    width: 200px;
    height: 200px;
    background-color: #fad502;
    color:#000;
    position: absolute;
    left: 0;
    top: -120px;
    transition: 0.4s;

    &::before,
    &::after {
      width: 200%;
      height: 200%;
      content: "";
      position: absolute;
      top: 0;
      left: 45%;
      transform: translate(-50%, -75%);
    }

    &::before {
      border-radius: 55%;
      background-color: rgba(20, 20, 20, 1);
      animation: wave-bttn 5s linear infinite;
    }

    &::after {
      border-radius: 45%;
      background-color: rgba(20, 20, 20, 0.5);
      animation: wave-bttn 10s linear infinite;
    }
  }
}

@keyframes wave-bttn {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}


/*Button Css end*/
/*Stikeey header*/

.main-header {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* background-color: #ffffff1f; */
  /*background-color: #fff;*/
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  border-radius: 25px;
}

.sticky-header--cloned {
  display: none !important;
}

/*pop up */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  position: relative;
  background: transparent;
  width: 550px;
  height: auto;
  padding: 0;
}

.popup-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.popup-close-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
 

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 575.98px) {
  .popup-close-icon {
    top: 8px;
    right: 8px;
    font-size: 1.5rem;
    width: 28px;
    height: 28px;
    padding: 0;
  }
}
/*pop up end*/

/* .fun-slide-imagee {
      position: absolute;
      top: 60%;
      right: 300px;
      transition: right 1s cubic-bezier(.77, 0, .18, 1);
      z-index: 5;
    }

    .fun-slide-imagee.active {
      right: -180px;
    } */

/* .fun-slide-imagee {
  position: absolute;
  top: -300px;
  right: 50%;
  transition: top 1s cubic-bezier(.77, 0, .18, 1);
  z-index: 5;
}

.fun-slide-imagee.active {
  top: 60%;
} */

.about-slide-img-wrapper {
  position: absolute;
  top: -450px;
  right: -180px;
  transition: top 1s ease-in-out;
  z-index: 3;
}

.about-slide-img-wrapper.active {
  top: 55%;
}

/*Footer animation start*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap");

.body-fot {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: flex;
  display-content: flex-end;
  align-items: flex-end;
  min-height: 100vh;
}

.footer-wave {
  position: relative;
  width: 100%;
  /*background: #0a536e;*/
  min-height: 100px;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-link a{
  text-decoration: none;
  color: #000 !important;
  font-size: 1.2em;
  transition: color 0.3s ease;
  padding: 10px;
}
.upi{
    margin: 10px 270px !important;
}
footer .social_icon,
footer .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

footer .social_icon li,
footer .menu li {
  list-style: none;
}

footer .social_icon li a {
  font-size: 2em;
  color: #ccc;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .social_icon li a:hover {
  transform: translateY(-15px);
  color: blue;
}

footer .menu li a {
  font-size: 1.2em;
  color: #ccc;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
}

footer .menu li a:hover {
  opacity: 1;
  color: #fff;
}

/*wave and animation*/
footer .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  /*background: url(https://wonderworldwaterparkandresort.com/wp-content/uploads/ac_assets/wave_animation/wave-top.png);*/
  /* background: url(https://i.ibb.co/rZt4Nhg/wave.png); */
  /* background: url('../images/backgrounds/wave2.0.png'); */
  background-size: 1000px 100px;
}


/*.main-footer-two__bottom .wave {*/
    
/*    background: url(https://wonderworldwaterparkandresort.com/wp-content/uploads/ac_assets/wave_animation/wave-top.png);*/
/*}*/

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 0;
  animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

/*footer animation end*/
.distance-section .col-lg-4 > div {
  transition: transform 0.35s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.35s,
    background 0.35s;
  box-shadow: 0 8px 32px rgba(35, 144, 255, 0.1);
  position: relative;
  z-index: 1;
  background: #fff;
}

.distance-section .col-lg-4 > div:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 16px 48px 0 rgba(35, 144, 255, 0.16),
    0 2px 8px 0 rgba(250, 213, 2, 0.1);
  background: linear-gradient(120deg, #e0f7fa 90%, #fad502 100%);
  z-index: 2;
}

.distance-section .col-lg-4 > div img {
  transition: transform 0.4s cubic-bezier(0.4, 2, 0.6, 1), filter 0.4s;
}

.distance-section .col-lg-4 > div:hover img {
  transform: scale(1.1) rotate(-4deg);
  filter: drop-shadow(0 4px 12px #fad50255);
}

.distance-section .col-lg-4 > div h4 {
  transition: color 0.3s, letter-spacing 0.3s;
}

.distance-section .col-lg-4 > div:hover h4 {
  color: #2390ff !important;
  letter-spacing: 1px;
}

.distance-section .col-lg-4 > div p {
  transition: color 0.3s;
}

.distance-section .col-lg-4 > div:hover p {
  color: #333;
}

/*Mobile responsiv start */
/* General responsive container fix */

/* Fix Lottie wave positioning */
@media (max-width: 768px) {
  dotlottie-player {
    top: 95% !important;
    height: 400px !important;
  }
}

.yt-hero-section dotlottie-player {
  width: 100% !important;
  max-width: 100vw;
  height: 400px !important;
  min-height: 180px;
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 991px) {
  .yt-hero-section dotlottie-player {
    height: 360px !important;
    top: 93% !important;
  }
}

@media (max-width: 600px) {
  .yt-hero-section dotlottie-player {
    height: 300px !important;
    top: 98% !important;
  }
}

.yt-hero-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}

@media (max-width: 600px) {
  .fun-slide-imagee {
    display: none;
  }

  #fun-slide-image {
    display: none;
  }

  .ondebox {
    display: none;
  }
}

@media (max-width: 1024px) {
  #fun-slide-image-ball {
    display: none;
  }
}

/* mobile responsive end*/

/* rooms css start */

#rooms {
  position: relative;
  padding: 80px 0 70px;
  background-color: #4a8c3b38;
  /*background: #f8f8f8;*/
  /*background-image: linear-gradient(#8dd1e914, #258cb263);*/
}

.room-wrapper {
  position: relative;
}

.room-inner {
  position: relative;
}

.room {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
  margin-bottom: 50px;
}

.room figure {
  margin: 0;
  position: relative;
}

.room figure img {
  position: relative;
  width: 100%;
}

.room figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 50px 0 50px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

.room figure figcaption .txt1 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}

.room figure figcaption .txt2 {
  font-size: 10px;
}

.room .caption {
  padding: 30px 50px 30px 50px;
}

.room .caption .txt1 {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
}

.room .caption .txt2 {
  font-size: 9px;
  color: #999;
  padding-bottom: 8px;
}

.small-stars {
  display: inline-block;
  color: #feb200;
  padding-left: 10px;
}

.room .caption .txt3 {
  font-size: 12px;
  color: #7e7e7e;
  padding-bottom: 15px;
  font-family: "Cooper Hewitt";
}
 
.room .caption .txt4 a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #f8af00;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.room .caption .txt4 a:hover {
  color: #0073b7;
}

.room .caption .txt4 a i {
  font-size: 16px;
  padding-left: 18px;
  vertical-align: middle;
}

.room .select-txt {
  position: relative;
}

.room .select-txt a {
  display: block;
  text-decoration: underline;
  padding: 15px 60px 15px 50px;
  background: #f8af00;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-out;
}

.room .select-txt a:hover {
  background: #0073b7;
}

.room .select-txt a span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.room .select-txt a i {
  position: absolute;
  top: 6px;
  right: 0;
  transition: all 0.3s ease-out;
}

.room .select-txt a:hover i {
  margin-right: -10px;
}

.room .room-icons {
  position: absolute;
  width: 75px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: -38px;
  bottom: 0;
  text-align: center;
}

.room-price {
  background: #0073b7;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 2px;
}

.room-price .txt1 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.room-price .txt1 span {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.room-price .txt2 {
  font-size: 9px;
}

.room-ic {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  text-transform: uppercase;
  color: #999999;
  font-size: 9px;
  line-height: 1.2;
  padding: 17px 2px;
}

.room-ic i {
  color: #555555;
  padding-bottom: 5px;
}

.room-ic.room-ic-wifi i {
  font-size: 25px;
}

.room-ic.room-ic-person i {
  font-size: 18px;
}

.room-ic.room-ic-breakfast i {
  font-size: 25px;
}

.room-ic.room-ic-left .txt0 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #555555;
}

.room-ic.room-ic-refund i {
  font-size: 20px;
}

.room-ic.room-ic-discount .txt0 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #555555;
}

.room-ic.room-ic-discount .txt0 span {
  font-size: 14px;
}

/* room css end */

.custom-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.custom-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Blue-yellow gradient from left + black gradient from left-bottom */
  /* background:
      linear-gradient(120deg, #2390ff 0%, #fad502 60%, transparent 100%),
      linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 60%, transparent 100%); */
  opacity: 0.65;
}
.custom-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.custom-slides.active {
  opacity: 1;
}
.custom-overlay {
  position: relative;
  z-index: 3;
  
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
  justify-content: flex-start;
  background: #00000042;
}
.custom-content {
  color: #fff;
  max-width: 800px;
  background: rgba(35, 144, 255, 0.1);
  border-radius: 18px;
  padding: 36px 38px 32px 38px;
  box-shadow: 0 8px 32px rgba(35, 144, 255, 0.13);
  position: relative;
  z-index: 4;
  margin-left: 0;
}
.custom-content h4 {
  font-size: 26px;
  color: #fefefe;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #00000044;
  font-family: poppins, sans-serif;
}
.custom-content h1 {
  color: #2390ff;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 4px 16px #00000055;
  line-height: 1.1;
  /*font-family: Kaushan Script, cursive;*/
  font-family: inherit;
}
.custom-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
  text-shadow: 0 2px 8px #00000033;
}
.custom-btn {
  display: inline-block;
  background: linear-gradient(90deg, #2390ff 60%, #fad502 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 14px 38px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 24px rgba(35, 144, 255, 0.13);
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  margin-top: 10px;
  letter-spacing: 1px;
}
.custom-btn:hover {
  background: linear-gradient(90deg, #fad502 60%, #2390ff 100%);
  color: #2390ff;
}
.custom-badges {
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.custom-badge {
  background: #fad502;
  color: #2390ff;
  font-weight: 600;
  border-radius: 12px;
  padding: 6px 18px;
  font-size: 1rem;
  box-shadow: 0 2px 8px #00000022;
  letter-spacing: 0.5px;
}
.custom-cloud-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
.custom-paper-bottom{
    position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .custom-content h1 {
    font-size: 2rem;
  }
  .custom-content {
    padding: 18px 10px;
  }
  .custom-overlay {
    padding: 10px;
  }
}

/* place start */
#best-places {
  position: relative;
  padding: 80px 0 120px 0;
  overflow: hidden;
}
#best-places .title1 {
  text-align: left;
  padding-bottom: 0px;
  font-size: 30px;
}
#best-places .title2 {
  text-align: left;
  background: none;
  font-size: 13px;
}
.owl-carousel-wide .owl-stage-outer {
  overflow: visible;
}
.owl-carousel-wide .owl-dots {
  display: none;
}
.place-wrapper {
  position: relative;
}
.place-inner {
  position: relative;
}
.place {
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
  min-height: 570px;
}
.place .caption {
  float: left;
  width: 55%;
  padding: 50px;
}
.place .figure {
  width: 45%;
  position: absolute;
  right: 50px;
  top: 50px;
  padding-left: 50px;
  margin: 0;
}
.place .figure img {
  border: 15px solid #fff;
  width: 100%;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
  display: block;
}
.place .caption .txt1 {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 50px;
}
.place .caption .text-block1 {
  line-height: 1.2;
  padding-bottom: 40px;
}
.place .caption .text-block1-inner {
  display: inline-block;
  border-right: 2px solid #f8af00;
  padding-right: 20px;
}
.place .caption .txt2 {
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  color: #333333;
}
.place .caption .txt3 {
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 5px;
}
.place .caption .txt3 i {
  color: #f8af00;
  padding-right: 10px;
}
.place .caption .txt4 {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
  font-family: "Cooper Hewitt";
  font-size: 15px;
  position: relative;
  padding-bottom: 50px;
}
.place .caption .txt4:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #f8af00;
  position: absolute;
  left: 0;
  top: -1px;
}
.rest1 {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 15px;
}
.rest1 figure {
  margin: 0 15px 0 0;
  float: left;
}
.rest1 .rest1-caption {
  display: table;
  line-height: 1.2;
}
.rest1 .rest1-caption .rest1-txt1 {
  font-size: 20px;
  color: #333333;
  font-weight: 800;
}
.rest1 .rest1-caption .rest1-txt2 {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 13px;
}
/* Add this to your <style> section */
/* Style the left and right navigation buttons of Owl Carousel */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #2390ff;
  color: #fff !important;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 2rem;
  line-height: 48px;
  box-shadow: 0 4px 16px rgba(35, 144, 255, 0.15);
  transition: background 0.3s, color 0.3s, transform 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
  z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -24px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -24px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #fad502;
  color: #2390ff !important;
  transform: translateY(-50%) scale(1.08);
  opacity: 1;
}
/* place end */

#bp-section {
  position: relative;
  padding: 80px 0 120px 0;
  overflow: hidden;
}

.bp-title-main {
  text-align: left;
  font-size: 30px;
}

.bp-title-sub {
  text-align: left;
  font-size: 13px;
}

.bp-carousel .owl-stage-outer {
  overflow: visible;
}

.bp-carousel .owl-dots {
  display: none;
}

.bp-slide {
  background: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
  min-height: 570px;
  position: relative;
}

.bp-caption {
  float: left;
  width: 55%;
  padding: 50px;
}

.bp-image-container {
  width: 45%;
  position: absolute;
  right: 50px;
  top: 50px;
  padding-left: 50px;
}

.bp-image-container img {
  border: 15px solid #fff;
  width: 100%;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
  display: block;
}

.bp-caption .bp-small-heading {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 50px;
}

.bp-caption .bp-heading-block {
  line-height: 1.2;
  padding-bottom: 40px;
}

.bp-heading-inner {
  display: inline-block;
  border-right: 2px solid #f8af00;
  padding-right: 20px;
}

.bp-heading {
  font-size: 33px;
  color: #333;
}

.bp-location {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  color: #333;
}

.bp-location i {
  color: #f8af00;
  padding-right: 10px;
}

.bp-description {
  border-top: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
  position: relative;
}

.bp-description::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #f8af00;
  position: absolute;
  left: 0;
  top: -1px;
}

.bp-feature {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 15px;
}

.bp-feature figure {
  margin: 0 15px 0 0;
  float: left;
}

.bp-feature .bp-feature-caption {
  display: table;
  line-height: 1.2;
}

.bp-feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #333;
}

.bp-feature-subtitle {
  text-transform: uppercase;
  color: #ccc;
  font-size: 13px;
}

.bp-carousel .owl-nav button.owl-prev,
.bp-carousel .owl-nav button.owl-next {
  background: #2390ff;
  color: #fff !important;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 2rem;
  line-height: 48px;
  box-shadow: 0 4px 16px rgba(35, 144, 255, 0.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
  z-index: 10;
}

.count-box {
  margin-left: 10px;
}

.funfact-two__title{
  margin-left: 10px;
}

.bp-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.bp-carousel .owl-nav button.owl-next {
  right: 0px;
}

.bp-carousel .owl-nav button.owl-prev:hover,
.bp-carousel .owl-nav button.owl-next:hover {
  background: #fad502;
  color: #2390ff !important;
  transform: translateY(-50%) scale(1.08);
  opacity: 1;
}

.attractions-carousel-inner {
  position: relative;
  min-height: 420px;
}
.carousel-slide {
  display: none;
  transition: opacity 0.4s;
}
.carousel-slide.active {
  display: block;
}
.carousel-dots button {
  border: none;
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  transition: background 0.2s;
}
.carousel-dots button.active {
  background: #00b4d8;
}
@media (max-width: 500px) {
  .attractions-carousel-wrapper {
    max-width: 98vw !important;
  }
}

.wonder-hero {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.wonder-hero-bg {
  background-image: url('../images/Tour.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
   
}
.wonder-hero-cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .wonder-hero {
    min-height: 40vh;
  }
  .display-4 {
    font-size: 2rem;
  }
}


 
.package-section-video {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.package-bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}
.package-section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #d8d400cc 0%, #e0f7fa99 100%);
  z-index: 1;
  pointer-events: none;
}
.package-section-video .container {
  z-index: 2;
  position: relative;
}
.package-section-video .card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  border: none;
}
@media (max-width: 768px) {
  .package-section-video {
    min-height: 80vh;
    padding: 2rem 0;
  }
  .package-bg-video {
    height: 80vh;
  }
}
 

.deals-hero-bg {
  background-image: url('../images/Event-Deals.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
   
}
  
.new-carasole{
   margin: 0;
  padding: 0;
  box-sizing: border-box;
    min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #222;
}
 

#cCarousel {
  position: relative;
  max-width: 900px;
  margin: auto;
}

#cCarousel .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  color: white;
  background: #00000072;
  cursor: pointer;
}

#cCarousel #prev {
  left: 0px;
}

#cCarousel #next {
  right: 0px;
}

#carousel-vp {
  width: 770px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 770px) {
  #carousel-vp {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp {
    width: 250px;
  }
}

#cCarousel #cCarousel-inner {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0px;
}

.cCarousel-item {
  width: 250px;
  height: 365px;
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cCarousel-item img {
  width: 100%;
  object-fit: cover;
  min-height: 246px;
  color: white;
}

.cCarousel-item .infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: white;
  color: black;
}

.cCarousel-item .infos button {
  background: #222;
  padding: 10px 30px;
  border-radius: 15px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}




 .cor-carousel-section {
      /*background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);*/
      padding: 60px 20px;
      color: #fff;
    }

    .cor-carousel-heading {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #ffffff;
    }

    .cor-carousel-wrapper {
      position: relative;
      max-width: 1200px;
      margin: auto;
    }

    .cor-carousel-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 10px;
    }

    .cor-carousel-container::-webkit-scrollbar {
      display: none;
    }

    .cor-carousel-card {
      flex: 0 0 calc(33.333% - 20px);
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
      color: #333;
      transition: transform 0.3s;
    }

    .cor-carousel-card:hover {
      transform: translateY(-8px);
    }

    .cor-carousel-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .cor-carousel-card-content {
      padding: 20px;
    }

    .cor-carousel-card-content h3 {
      font-size: 1.4rem;
      margin-bottom: 10px;
    }

    .cor-carousel-card-content p {
      font-size: 1rem;
      margin-bottom: 15px;
      color: #555;
    }

    .cor-carousel-card-content button {
      background: #007BFF;
      border: none;
      color: white;
      padding: 10px 20px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 1rem;
    }

    .cor-carousel-card-content button:hover {
      background: #0056b3;
    }

    .cor-carousel-arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      font-size: 22px;
      padding: 10px 14px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1;
    }

    .cor-carousel-arrow-left {
      left: -30px;
    }

    .cor-carousel-arrow-right {
      right: -30px;
    }

    @media (max-width: 992px) {
      .cor-carousel-card {
        flex: 0 0 calc(50% - 20px);
      }
    }

    @media (max-width: 600px) {
      .cor-carousel-card {
        flex: 0 0 100%;
      }

      .cor-carousel-arrow-btn {
        display: none;
      }
    }



       .cor-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin: 10px;
    }

    .cor-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .cor-card-content {
      padding: 15px;
      text-align: center;
    }

    .cor-card-content h3 {
      font-size: 1.5rem;
      color: #0077b6;
      margin-bottom: 10px;
    }

    .cor-card-content p {
      font-size: 1rem;
      color: #333;
    }

    .cor-card-content button {
      margin-top: 15px;
      padding: 8px 20px;
      background-color: #0077b6;
      color: white;
      border: none;
      border-radius: 5px;
    }

    .cor-title {
      text-align: center;
      font-weight: 800;
      color: #0077b6;
      letter-spacing: 1px;
      font-family: 'Kaushan Script', cursive;
      margin-bottom: 40px;
    }



    .ic-event-session-section {
  position: relative;
  background: #f5f5f5;
}
.ic-event-session-section .ic-header-tag {
  margin-left: 34px;
}
.ic-event-session-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.9;
  background-image: url("../../../assets/images/home/register-bg.html");
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0% 44%, 100% 30%, 100% 100%, 0% 100%);
}
.ic-event-session-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(81deg, #217bfe 14.31%, #11ce8e 86.04%);
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0% 44%, 100% 30%, 100% 100%, 0% 100%);
  opacity: 0.7;
}

/* Section spacing */
.ic-section-space {
  padding: 30px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space { padding: 30px 0px; }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space { padding: 30px 0px; }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space { padding: 70px 0px; }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space { padding: 30px 0px; }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space { padding: 30px 0px; }
}

/* Container */
.ic-container {
  max-width: 1400px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

/* Content wrap */
.ic-session-content-wrap {
  position: relative;
  z-index: 8;
}

/* Header wrap */
.ic-session-header-wrap.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-60 { margin-bottom: 50px; }
}
@media only screen and (max-width: 1199.98px) {
  .mb-60 { margin-bottom: 40px; }
}
@media only screen and (max-width: 991.98px) {
  .mb-60 { margin-bottom: 35px; }
}
@media only screen and (max-width: 767.98px) {
  .mb-60 { margin-bottom: 30px; }
}
@media only screen and (max-width: 575.98px) {
  .mb-60 { margin-bottom: 25px; }
}

/* Section title */
.ic-section-title .ic-header-tag {
  position: relative;
  padding-left: 11px;
  margin-bottom: 20px;
  display: inline-block;
}
.ic-section-title .ic-header-tag::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: var(--Text-Color, #e7e6e6);
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
.ic-section-title p {
  font-size: 18px;
  line-height: 26px;
}

/* Text colors */
.cl-text { color: #6b7483; }
.cl-black { color: #212529; }
.cl-white { color: #fff; }

/* Button */
.ic-btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0px 32px;
  gap: 5px;
  background: #197bff;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.ic-btn i {
  transform: rotate(315deg);
  transition: all 0.3s;
}
.ic-btn:hover {
  border: 1px solid var(--Border, #e7e6e6);
  background: white;
  color: #212529;
}
.ic-btn:hover i {
  transform: rotate(360deg);
}

/* Session items wrap */
.ic-session-item-wrap {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-session-item-wrap { gap: 24px; }
}

/* Session item */
.ic-session-item {
  position: relative;
  width: calc(33.3333333333% - 28px + 9.3333333333px);
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-session-item { width: calc(50% - 28px + 14px); }
}
@media only screen and (max-width: 575.98px) {
  .ic-session-item { width: 100%; }
}
.ic-session-item img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
  border-radius: 8px;
}
@media only screen and (max-width: 575.98px) {
  .ic-session-item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
}
.ic-session-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 8px 8px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 68.23%);
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ic-session-item .ic-item-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9;
}
@media only screen and (max-width: 991.98px) {
  .ic-session-item .ic-item-content {
    left: 14px;
    gap: 5px;
    bottom: 12px;
  }
}
.ic-session-item .ic-item-content h4,
.ic-session-item .ic-item-content a {
  transition: all 0.3s;
}
.ic-session-item .ic-item-content a {
  display: inline-flex;
  gap: 10px;
}
.ic-session-item .ic-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ic-session-item .ic-btn-wrap .btn {
  padding: 0px 12px;
  border-radius: 4px;
  height: 24px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.ic-session-item .ic-btn-wrap .ic-time {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 6px;
}
@media only screen and (max-width: 767.98px) {
  .ic-session-item .ic-btn-wrap .ic-time {
    font-size: 12px;
    line-height: normal;
  }
}
.ic-session-item:hover img {
  transform: scale(1.1);
}
.ic-session-item:hover h4,
.ic-session-item:hover a {
  color: #11ce8e;
}


.ic-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

 
/* Container */
.ic-container {
  max-width: 1400px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1650px) {
  .ic-container { max-width: 1350px; }
}
@media only screen and (max-width: 1399.98px) {
  .ic-container { max-width: 1150px; }
}

/* Section title */
.ic-section-title .ic-header-tag {
  position: relative;
  padding-left: 11px;
  margin-bottom: 20px;
  display: inline-block;
}
.ic-section-title .ic-header-tag::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: var(--Text-Color, #e7e6e6);
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
.ic-section-title p {
  font-size: 18px;
  line-height: 26px;
}

/* Gradient text */
.cl-gradient {
  background: var(--Gradiant, linear-gradient(71deg, #217bfe 27.31%, #11ce8e 69.17%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text colors */
.cl-text { color: #6b7483; }
.cl-white { color: #fff; }

/* Margin bottom */
.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-60 { margin-bottom: 50px; }
}
@media only screen and (max-width: 1199.98px) {
  .mb-60 { margin-bottom: 40px; }
}
@media only screen and (max-width: 991.98px) {
  .mb-60 { margin-bottom: 35px; }
}
@media only screen and (max-width: 767.98px) {
  .mb-60 { margin-bottom: 30px; }
}
@media only screen and (max-width: 575.98px) {
  .mb-60 { margin-bottom: 25px; }
}

/* Speaker item wrap */
.ic-speaker-item-wrap {
 
  gap: 28px;
 
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-speaker-item-wrap { gap: 24px; }
}

/* Speaker item */
.ic-speaker-item {
  width: 100%;
  background: #f2f4f8;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
    max-width: 350px; /* Optional: limit max width */
  margin: auto;
}
@media only screen and (max-width: 991.98px) {
  .ic-speaker-item {
    width: calc(50% - 24px + 12px);
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-speaker-item { width: 100%; }
}
.ic-speaker-item img {
  height: 100%;
  max-width: 100%;
}
.ic-speaker-item .item-content {
  position: absolute;
  padding: 16px 0;
  background: #212529;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 28px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-speaker-item .item-content { padding: 10px 0; }
}
.ic-speaker-item .item-content h5 {
  margin-bottom: 5px;
}
.ic-speaker-item .item-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-speaker-item .item-content p { font-size: 16px; }
}
.ic-speaker-item .ic-item-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  top: 25px;
  right: 25px;
  background: #197bff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-speaker-item .ic-item-icon {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
  }
}
.ic-speaker-item .ic-item-icon a {
  color: #fff;
}
.ic-speaker-item:hover .item-content {
  background: var(--Gradiant, linear-gradient(71deg, #217bfe 27.31%, #11ce8e 69.17%));
}
.ic-speaker-item:hover .ic-item-icon {
  opacity: 1;
  visibility: visible;
}


.ic-memori-section {
  background: var(--W-Shade, #f5f5f5);
}

 
.ic-container {
  max-width: 1400px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1650px) {
  .ic-container { max-width: 1350px; }
}
@media only screen and (max-width: 1399.98px) {
  .ic-container { max-width: 1150px; }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-60 { margin-bottom: 50px; }
}
@media only screen and (max-width: 1199.98px) {
  .mb-60 { margin-bottom: 40px; }
}
@media only screen and (max-width: 991.98px) {
  .mb-60 { margin-bottom: 35px; }
}
@media only screen and (max-width: 767.98px) {
  .mb-60 { margin-bottom: 30px; }
}
@media only screen and (max-width: 575.98px) {
  .mb-60 { margin-bottom: 25px; }
}

.ic-section-title .ic-header-tag {
  position: relative;
  padding-left: 11px;
  margin-bottom: 20px;
  display: inline-block;
}
.ic-section-title .ic-header-tag::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: var(--Text-Color, #e7e6e6);
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
.ic-section-title p {
  font-size: 18px;
  line-height: 26px;
}
.cl-gradient {
  background: var(--Gradiant, linear-gradient(71deg, #217bfe 27.31%, #11ce8e 69.17%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cl-text { color: #6b7483; }

/* Gallery grid and images */
.ic-memori-content-wrap .ic-gallery-box {
  border-radius: 16px;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ic-memori-content-wrap img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
@media only screen and (max-width: 575.98px) {
  .ic-memori-content-wrap img {
    width: 100%;
  }
}
.ic-memori-content-wrap img:hover {
  transform: scale(1.1);
}

/* Margin helpers */
.mb-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
  .mb-25 { margin-bottom: 15px; }
}
@media only screen and (max-width: 575.98px) {
  .mb-25 { margin-bottom: 24px; }
}

@media screen and (max-width: 1023px) {
  #about-slide-img{
    display: none;
  }
}
.fot-aline{
  position: relative;
  right: 10%;

}

.mobile-nav__wrapper {
 
  z-index: 10000!important; /* Make sure this is higher than your sticky header's z-index */
 
}

 .resort-hero-wrapper {
    overflow: hidden;
  }

  .resort-hero-img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  @media (max-width: 768px) {
    .resort-hero-img {
      height: 50vh;
    }
  }

  @media (max-width: 576px) {
    .resort-hero-img {
      height: 40vh;
    }
  }

   .resort-hero-container {
    width: 100%;
  }

  .resort-hero-inner {
    width: 100%;
    overflow: hidden;
  }

  .resort-hero-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: none;
  }

  .main-header.transparent {
  background-color: transparent !important;
  /*box-shadow: none !important;*/
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}



/* Addon style 
 */

 /* cta 2 */
section.cta-2-section {
  /*background-color: #00C6DB;*/
  padding: 150px 0;
  position: relative; /* important */
  overflow: hidden;   
}

.cta-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.cta-2-shape-1 {
  position: absolute;
  top: 0;
  left: 8%;
}

.cta-2-shape-2 {
  position: absolute;
  right: 10%;
  bottom: 0;
}

.cta-2-shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cta-2-shape-4 {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.cta-2-bg,
.cta-2-shape-1,
.cta-2-shape-2,
.cta-2-shape-3,
.cta-2-shape-4 {
  z-index: 1;
}

.auto-container {
  position: relative;
  z-index: 2;
}

.image-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}

.animated-image {
  width: 100px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.buttom-img{
  max-width: 100%; 
  height: auto; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  margin: auto; 
  display: block;
  /* width: 100%; */
  /* height: auto; */
}


.jalpari{
    border-radius: 50%;
    border: 3px solid yellow;
}
/* .experience-zone{
  
  top: 50;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
} */
.experience-zone {
  background-image: url('../images/explore-park-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom; /* Right bottom position */
  background-size: auto; /* Or use 'contain' / 'cover' if needed */
}

.tours{
    background-image: url('../images/backgrounds/tour_banner.png');
  background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 75% auto;
    padding-bottom: 308px;
    position: relative;
}

.tours h1 {
  font-weight: 900;
  color: #0077b6;
  letter-spacing: 2px;
  font-size: 2.5rem;
}

.main-header.transparent .main-menu__list > li > a > span {
  margin-right: 6px;
  margin-bottom: 4px;

}

.shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.wave-container {
  position: relative;
  height: auto;
  width: 100%;
  /* overflow: hidden; */
  z-index: 0;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url('../images/Wave.png');
  /*background-image: url('../images/backgrounds/wave-top.webp');*/
  /* Replace path as needed */
  background-repeat: repeat-x;
  background-size: 1000px 80px;
  transform: translateZ(0);
}

#wave1 {
  z-index: 4;
  opacity: 1;
  animation: animateWave 4s linear infinite;
}
#wave2 {
  z-index: 3;
  opacity: 0.5;
  animation: animateWaveReverse 4s linear infinite;
}
#wave3 {
  z-index: 2;
  opacity: 0.3;
  animation: animateWave 6s linear infinite;
}
#wave4 {
  z-index: 1;
  opacity: 0.7;
  animation: animateWaveReverse 6s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0;
  }
}

@keyframes animateWaveReverse {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@media (max-width: 768px) {
    section.cta-2-section {
        padding: 15px 10px; /* Less vertical and added horizontal padding */
        text-align: center; /* Example: center content for small screens */
    }
    
    .main-header__inner {
    display: flex;
    align-items: center;
    padding: 5px 0;
    position: relative;
}

.wave-btn {
    width: 116px;
    height: 42px;
    padding: 20px 30px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    background-color: #f9d403;
    transition: all 0.3s ease;
    box-shadow: rgb(19 21 21 / 33%) 0px 3px 8px;
    margin-right: 9px;
}

    .wave-spn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        color: #000000;
        font-size: 15px;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif !important;
        text-align: center;
        white-space: nowrap;
        font-weight: bold;
        font-size: 13px;
    }
    
   .headline{
       font-size:2.1rem !important;
   }
.fun-section {
    padding: 35px 20px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}


.footerlogo img{
    height: 84px !important;
    width: auto !important;
    /*margin-bottom: 20px !important;*/

}

.mails{
    font-size:14px;
}


.wonderworld{
    margin-bottom:20px;
}
.footer-link a {
    text-decoration: none;
    color: #000 !important;
    font-size: 1.2em;
    transition: color 0.3s ease;
    padding: 6px;
    
}

.main-footer-two__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 19px;
    /*color: var(--kidearn-text-dark, #5f7999);*/
}

.tours h1 {
    font-weight: 900;
    color: #0077b6;
    letter-spacing: 2px;
    font-size: 1.5rem;
}


.tours {
    background-image: url(../images/backgrounds/tour_banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 75% auto;
    padding-bottom: 48px;
    position: relative;
}

.member{
    font-size:4px;
}

.owl-nav{
    display:none;
}

.main-header.transparent {
    background-color: #fff !important;
    color: #000 !important;
    /* background-color: transparent !important; */
    /* box-shadow: none !important; */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    top: 1px !important;
}

.main-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* background-color: #ffffff1f; */
    /* background-color: #fff; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 25px;
}

}

/* Mobile and Tablet View Adjustments */

/* For screens 768px wide and below */
/* For screens 768px wide and below (Tablet and Mobile) */
@media (max-width: 768px) {
    footer .footer-link {
        display: flex; /* Keep items in a row */
        flex-wrap: wrap; /* Allow wrapping for small screens */
        justify-content: center; /* Center align the links */
        padding: 0;
    }

    footer .footer-link a {
        margin: 5px 15px; /* Space between the links */
        font-size: 14px; /* Smaller font size */
        text-align: center; /* Ensure text aligns properly */
    }

    footer .d-flex {
        flex-direction: row; /* Stack logos vertically on small screens */
        padding: 11px 5% !important;
    }

    /*footer .d-flex img {*/
    /*    width: 80%;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    footer .row.mt-4 {
        text-align: center; /* Center social media icons */
    }

    /*footer .row.mt-4 img {*/
    /*    width: 40px; */
    /*    margin: 10px; */
    /*}*/


    .location{
        padding-top: 1px !important;
        font-size: 15px;
    }
    /*footer .wave-container {*/
    /*    padding-bottom: 30px; */
    /*}*/
}

/* For screens 480px wide and below (extra small mobile devices) */
@media (max-width: 480px) {
    footer .footer-link {
        flex-direction: row; /* Stack links vertically if space is constrained */
        align-items: center; /* Center-align the links */
        padding: 0;
    }

    footer .footer-link a {
        margin: 5px 0; /* Reduced margin for very small screens */
        font-size: 12px; /* Smaller font size */
    }

    /*footer .row.mt-4 img {*/
    /*    width: 35px;*/
    /*}*/
}

