  /* Base style */
  @import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap');


  
  /* Futura Md BT - Bold */
  @font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
       url('../fonts/FuturaBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  /* Futura Md BT - Medium */
  @font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
       url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }

  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-size: 16px;
    font-family: 'Futura Md BT', sans-serif;
    font-weight: 400;
    line-height: 1.625; /* more scalable than 26px */
    color: #222222;
    background: linear-gradient(
      177deg,
      #FFFBF6 0%,
      #FFE9EC 49%,
      #E6F7FF 100%
    );
  }
  

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Grandstander", cursive;
  margin: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Futura Md BT', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/***********************FONT SIZES(TEXT ONLY)************************/
.ft-hero{
    font-size: 122px;
}
.ft-65{
    font-size: 65px;
}
.ft-60{
    font-size: 60px;
}
.ft-55{
    font-size: 55px;
}
.ft-35{
    font-size: 35px;
}
.ft-30{
    font-size: 30px;
}
.ft-25{
    font-size: 25px;
}
.ft-22{
    font-size: 22px;
}
.ft-20{
    font-size: 20px;
}
.ft-13{
    font-size: 13px;
}
/**********************COLORS TEXTS AND BACKGROUNDS**************************/
.text-dark{
    color: #222 !important;
  }
  .text-secondary{
    color: #339ac5 !important;
  }
  .text-primary{
    color: #293462 !important;
  }
  .text-teritary{
    color: #e0117d !important;
  }
  .text-quaternary{
    color: #ff8b00 !important;
  }
  .text-yellow{
    color: #FFC300 !important;
    line-height: 0;
  }
  .text-white{
    color: #fff !important;
  }
  .bg-color-1{
    background-color: #293462 !important;
  }
  .bg-color-2{
    background-color: #339ac5 !important;
  }
  .bg-color-3{
    background-color: #e0117d !important;
  }
  .bg-color-4{
    background-color: #ff8b00 !important;
  }
  /********************BUTTONS**************************/
.btn-active {
    background-color: #E0117D !important;
    color: #fff!important;
    padding: 11px 21px !important;
    border-radius: 50px !important;
    line-height: unset !important;
  }
  .btn-secondary {
    background-color: #339AC5 !important;
    padding: 10px 19px !important;
    border: none;
    border-radius: 10px;
    line-height: unset !important;
}
.btn-teritary{
  background-color: #FF8C00 !important;
  padding: 10px 19px !important;
  border: none;
  border-radius: 10px;
  line-height: unset !important;
}
.btn-secondary:hover{
  background-color: #E0117D !important;
}
  .btn-primary{
    background-color: #E0117D !important;
  }
  .btn-primary:hover{
    background-color: #339ac5 !important;
  }
  .btn-teritary:hover{
    background-color: #339ac5 !important;
  }
  .btn-secondary{
    background-color: #339ac5;
  }
  .btn-teritary{
    background-color: #ff8b00;
  }
  .swiper-button-prev:hover{
    background-color: #E0117D !important;
  }
  .swiper-button-next:hover{
    background-color: #E0117D !important;
  }
  .hc-scroll-top:hover{
    background-color: #339ac5;
  }
  /*********************SECTION*************************/
  .separate-section {
    padding: 120px 0 120px;
}
  .custom-container{
    max-width: 1741px !important;
  }
  /*********************SPACINGS*************************/
.mb-05{
    margin-bottom: 5px;
  }
  .mb-10{
    margin-bottom: 10px;
  }
  .mb-15{
    margin-bottom: 15px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .mb-25{
    margin-bottom: 25px;
  }
  .mb-30{
    margin-bottom: 30px;
  }
  .mb-35{
    margin-bottom: 35px;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .mb-50{
    margin-bottom: 50px;
  }
  .mb-80{
    margin-bottom: 80px;
  }
  .mt-20{
    margin-top: 20px;
  }
  .mt-30{
    margin-top: 30px;
  }
  .w-30{
    width: 30px;
  }
  /****************************************************************************************************************************************************************************/
/*********************************************************************HOME PAGE CSS******************************************************************************/
/******************************************************************************************************************************************************************************/
.menu-header{
    background: url(../images/header-bg.webp) no-repeat center / cover;
    padding: 20px 0;
}
.top_header {
    padding: 7px 35px;
    border-radius: 50px;
    max-width: 1184px;
    margin: auto;
}
.menu-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  background: url(../images/header-bg.webp) no-repeat center / cover;
  padding: 10px 15% !important;
  box-shadow: -9px -9px 20px 0px #727070;
  /* transition: all 0.3s ease-in-out; */
}
.mobile-menu-logo img{
  width: 140px;
  margin: 6px 0;
}
.mobile-btn-1 a{
  border-radius: 0 !important;
}
.nav-items .active{
  border-radius: 0 !important;
}
/*********************HERO SECTION***************************/


/* .hero-text{
    position: absolute;
    top: 150px;
    left:31%;
    color: #fff;
    z-index: 9;
}
.hero-contents {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    left: 160px;
    max-width: 1600px;
    margin: auto;
} */



.hero-text {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  text-align: center;
  width: 100%;
}
  
.hero-contents {
    position: absolute;
    bottom: 250px;
    color: #fff;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    left: 0;
    right: 0;
}
  /* .text-outline {
    color: #350c50;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
} */
.text-outline {
  color: #350c5000;
  -webkit-text-stroke: #ffffff;
  -webkit-text-stroke-width: thin;
}
.banner-button{
  padding: 20px 30px !important;
}
/*********************SWIPER SECTION***************************/
/* .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 80px; 
} */

.attractionswiper {
  width: 100%;
  height: 100%;
  /* padding-bottom: 80px; */
  padding-top: 160px;
  margin-top: -150px;
}
.attractionSwiper-nav .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: unset;
  left: unset;
}
.attractionSwiper-nav .swiper-button-next, .swiper-button-prev {
  position: unset;
}
.attractionSwiper-nav  .swiper-button-next, .swiper-button-prev {
  position: relative;
  top: unset;
  background: #339AC5;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.attractionSwiper-nav  .swiper-button-prev, .swiper-button-next {
  background: #339AC5;
  z-index: 9;
}
.attractionSwiper-nav .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}
/*  */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.att-images {
  position: relative;
  display: inline-block; 
  height: 550px;
}

.att-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}


.att-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 93%));
  border-radius: 80px;
  pointer-events: none;
}
.att-text{
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 0;
  right: 0;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #e0117d;
}

#activitiesSection{
  padding-bottom: 0 !important;
}
.attraction-bg-elements {
  top: 130px
}
/**********************Who we are SECTION + Marquee section***************************/
.who-section {
  padding-bottom: 0 !important;
}
.marquee-section {
  background: url(../images/marq-bg.svg) no-repeat center / cover;
  padding: 50px 0;
  margin-top: -180px;
  position: relative;
  z-index: -2;
}
.marqu-girl{
  bottom: 0;
  z-index: 1;
  left: 85px;
}
.marqu-girl img {
    width: 440px;
}
.marquee-wrapper {
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  display: inline-flex;
  width: max-content;
  animation-timing-function: linear;
}

.marquee--left .marquee-inner {
  animation: scroll-left 35s linear infinite;
}

.marquee--right .marquee-inner {
  animation: scroll-right 35s linear infinite;
}

/* Text style */
.marquee-inner span {
  font-size: 70px;
  line-height: 1;
  padding: 30px 40px;
  font-weight: bold;
  white-space: nowrap;
  font-family: "Grandstander", cursive;  
}

.solid span {
  color: white;
}

.outline span {
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}

/* Animations */
@keyframes scroll-left {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}
/***************************ZONE SECTION & Combo CTA Section***************************/
.zone-section {
  background: url(../images/zone-bg.webp) no-repeat center / cover;
  padding: 120px 0 250px;
}
.zone-heading-icon{
  filter: invert(100%) brightness(200%);
}
.card-rounded-top{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.zone-card {
  border-radius: 25px;
}
.zone-card-body{
  padding: 25px 35px !important;
}
.zone-badge{
  padding: 5px 8px !important;
    border-radius: 3px !important;
}
.zone-image img{
  height: 330px;
  object-fit: cover;
  width: 100%;
}
.combo-cta{
  margin-top: -150px;
}
/********************SPONSOR SECTION***************************/
.sponsor-section {
  background: url(../images/sponsor-bg.webp) no-repeat;
}
.z-index-10{
  z-index: 10;
}
.sponsor-logo {
  background: #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  align-content: center;
}
/* .sponsor-logo img{
  width: 180px;
} */

.sponsor-logo img {
    width: 160px;
}
.sp-border-1{
  border: 2px dashed #e0117d;
}
.sp-border-2{
  border: 3px dashed #ff8b00;
}
.sp-border-3{
  border: 3px dashed #e0117d;
}
/**********************VIDEO SECTION***************************/
.video-section {
  position: relative;
  z-index: 1;
  padding: 120px 0 0 !important;
}
.video-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/video-bg.webp) no-repeat center / cover;
  height: 475px;
  width: 100%;
  z-index: -1;
}
.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: black;
  border-radius: 70px;
}

.play-button {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}
.video-bg-elements {
  bottom: 0 !important;
  top: 500px !important;
  z-index: -1;
}

/***********************Gallery SECTION***************************/
/* .galleryswiper{
  max-width: 1320px;
    margin-right: 0;
} */
.gallery-section {
  padding: 120px 0 300px;
}
/* .galleryswiper-nav {
  position: absolute;
  bottom: 55%;
  left: 16%;
} */

.galleryswiper-nav .swiper-button-next,{
  background:rgb(145, 6, 6);
  border-radius: 50%;
  width: 65px;
  top: unset !important;
  height: 65px;
}

.galleryswiper-nav .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}
.galleryswiper-nav .swiper-button-next, .swiper-button-prev {
  position: relative;
  top: unset;
  background: #FF8C00;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.galleryswiper-nav .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: unset;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: unset;
  right: unset;
}
.gallery-images img {
  height: 450px;
  object-fit: cover;
  width: 530px;
}
/*********************CONTACT SECTION************************/
.contact-us{
  margin-top: -200px;
}
/* .contact-us::before{
  content:'';
  position: absolute;
  top:0px;
  bottom:0;
  width:100%;
  height: 555px;
  background:url('../images/form-section-image-1.png') no-repeat center / cover;
  z-index: -1;
} */
 .contact-us::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 100%;
    /* height: 555px; */
    background: url('../images/form-section-image-1.png') no-repeat;
    z-index: -1;
}
/* .contact-form {
  background: #fff;
  border-radius: 40px;
  padding: 60px 50px;
  position: relative;
  top: 385px;
  margin-bottom: 365px;
  border: 4px dashed #E0117D;
} */

/* .contact-form {
    background: #fff;
    border-radius: 40px;
    padding: 60px 50px;
    position: relative;
    top: 385px;
    margin-bottom: 535px;
    border: 4px dashed #E0117D;
} */
 .contact-form {
    background: #fff;
    border-radius: 40px;
    padding: 60px 50px;
    position: relative;
    top: 45px;
    margin-bottom: 100px;
    border: 4px dashed #E0117D;
}
.contact-us .form-control { 
  border-radius: 0;
  border-bottom: 1px solid #E3E3E3 !important;
  border: none;
}
.contact-us .form-floating>label {
  color: #E3E3E3;
}
/**************************************/
.partner-logo {
  background: #fff;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  align-content: center;
  perspective: 1000px;
  position: relative;
}

.partner-logo img {
  width: 130px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.partner-logo:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.sponsor-logo:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}

.flip-card-back {
  background-color: #e33d5c;
  transform: rotateY(180deg);
  color: #ffffff;
}

/********************************************/
.footer-section {
  background: url('../images/footer-bg.png') no-repeat center / cover;
  padding: 65px 0 10px;
}










.before-hc-scroll-top {
  display: none;
}
.after-hc-scroll-top {
  display: block;
}
.hc-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E33D5C;
  color: white;
  border: none;
  border-radius: 100%;
  padding: 10px 17px;
  font-size: 16px;
  cursor: pointer;
  z-index: 91;
  transition: 0.3s;
}


.footer-menu ul li {
  position: relative;
}

.footer-menu a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -23px; /* adjust spacing */
  border-right: 1px solid #fff;
  height: 100%;
}

.footer-menu ul li:last-child a::after {
  content: none; /* Remove the border for the last link */
}

.footer-contact-information {
  position: relative;
}

.footer-contact-information:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -29px; /* adjust as needed */
  border-right: 1px solid #fff;
  height: 100%;
}


.menu-fixed-header .logo img{
  height: 55px;
}


.custom-container-fluid{
  padding: 0 40px;
}
/********************STALL PRICING SECTION***************************/
.stall-pricing-section a {
    position: relative;
    z-index: 12;
    padding: 10px 100px !important;
    font-size: 20px;
}
.stall-pricing-section{
  background: url(../images/stall-price-bg.png) no-repeat center / cover;
}
.pricing-card.basic-card {
    background: #fff;
        border-radius: 95px;
    padding: 60px 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.20);
}
.pricing-card.premium-card{
  background: #293462 !important;
}
.price-rate {
    font-size: 75px;
    /* text-align: right; */
    /* margin-top: 85px; */
    color: #fff;
    font-weight: bold;
}
.price-rate span{
  font-size: 25px;
}
.pricing-title{
  position: relative;
  z-index: 2;
  color: #fff;
}
.features-list, .button-container{
    position: relative;
  z-index: 2;
}
.features-list{
  line-height: 40px;
}
.features-list li {
    font-size: 19px;
    font-weight: 500;
    display: flex;
    gap: 15px;
    align-items: normal;
}
/* .pricing-card.basic-card::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 29px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/stall-element-bg-orange.png) no-repeat top / contain;
} */

/* .pricing-card.basic-card::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -74px;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: url(../images/stall-element-bg-blue.png) no-repeat top;
}
.pricing-card.premium-card::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -74px;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: url(../images/stall-element-bg-white.png) no-repeat top;
} */
.pricing-card.premium-card .pricing-title{
  color: #FD9F2E;
}

.pricing-card.premium-card  .features-list{
  color: #FD9F2E;
}

.degree .trial_logo{
  display: none !important;
}

.degree{
  padding:60px 20px;
  text-align:center;
  background:#f9f9f9;
}
.custom-iframe-container {
  margin:0 auto;
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
  border-radius:12px; overflow:hidden;
  height:700px
}
.basic-element {
    position: absolute;
    bottom: 0;
    right: 0;
}
.premium-element {
    position: absolute;
    bottom: 0;
    right: 0;
}


.tandc-fixed {
    position: fixed;
    right: 30px;
    bottom: 72px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font: 600 12px/1.2 system-ui, sans-serif;
    background: rgb(51 154 197 / 84%);
    color: #fff;
    padding: 8px 6px;
    border-radius: 50px;
    z-index: 9999;
}

.header-logo{
  width: 170px;
}