body, html {
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  background: #13D803;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFF300;
}

#CtSpinner, #messagehere {
  display: none;
}

@font-face {
  font-family: "GRSmall";
  src: url("/assets/fonts/Gotham-Rounded-Light.otf");
}
@font-face {
  font-family: "GRBoldM";
  src: url("/assets/fonts/Gotham-Rounded-Medium.otf");
}
@font-face {
  font-family: "GRBook";
  src: url("/assets/fonts/Gotham-Rounded-Book.otf");
}
@font-face {
  font-family: "GRBold";
  src: url("/assets/fonts/Gotham-Rounded-Bold.otf");
}
.book-now {
  background: #13D803;
  padding: 5px 14px;
  display: block;
  border: 1px dashed #272D96;
  color: #272D96;
  color: #272D96 !important;
}

h1 {
  color: #13D803;
  font-family: "GRBold";
  margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
  color: #272D96;
  font-family: "GRBold";
  margin-bottom: 0px;
}

p, a, li, ul, body, span, button, ol {
  color: #1C1C1C;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h1 {
  color: #FFF300;
}

h2 {
  color: #272D96;
  font-weight: bold;
  font-size: 36px;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "GRBoldM";
  color: #F7F7F7;
  margin-bottom: 0px;
}

li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #272D96;
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h1 h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h1 .btn-yellow {
    font-size: 16px;
  }
}
body, html {
  overflow-x: hidden !important;
}

.second-section {
  background-color: #272D96;
  color: white;
  text-align: center;
  position: relative;
}
.second-section h1 {
  color: #FFF300;
  font-size: 30px;
  line-height: 42px;
}
.second-section .subheading {
  font-weight: 600;
}
.second-section .book-now {
  background: #13D803;
  padding: 5px 14px;
  color: #272D96;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  border: 5px solid #0CA800;
  font-size: 18px;
}
.second-section .bg-top {
  width: 109px;
  position: relative;
  margin-bottom: -56px;
  left: -30px;
}
.second-section .bg-down {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0.3;
  width: 109px;
  transform: rotate(45deg);
}
.second-section .tilted-img {
  position: relative;
  z-index: 12;
}
.second-section .stats h3 {
  color: #FFF300;
  font-size: 24px;
  line-height: 34px;
}
.second-section .stats p {
  font-weight: 600;
}

.third-section .panel-container {
  display: flex;
  width: 100%;
  height: 500px;
}
.third-section .hover-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.5s ease;
  cursor: pointer;
}
.third-section .hover-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.third-section .hover-panel.active {
  flex: 3;
}
.third-section .hover-panel.active img {
  transform: scale(1.05);
}
.third-section .hover-content {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  opacity: 1;
}
.third-section .hover-content h3 {
  transform: rotate(270deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.third-section .hover-content p {
  display: none;
}
.third-section .hover-panel.active .hover-content {
  align-items: start;
}
.third-section .hover-panel.active .hover-content h3 {
  transform: rotate(0deg);
  text-align: left;
}
.third-section .hover-panel.active .hover-content p {
  display: block;
}
.third-section .hover-content h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}
.third-section .hover-content p {
  width: 65%;
  text-align: left;
  margin-top: 10px;
}

.first-section {
  overflow: hidden;
}

.hero-section {
  position: relative;
  width: 100vw;
  height: 56.25vw;
  max-height: 89vh;
  overflow: hidden;
  position: relative;
}

.contact-us-section {
  background: #ECECEC;
}
.contact-us-section h2 {
  font-size: 42px;
  font-weight: bold !important;
  font-family: "GRBold";
}
.contact-us-section p {
  color: #1C1C1C;
  font-weight: 500;
}
.contact-us-section .contact-icon {
  width: 40px;
  border: 1px solid #272D96;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 5px;
  color: #272D96;
}
.contact-us-section .contact-value {
  font-size: 20px;
  font-weight: bold;
  color: #272D96;
  font-family: "GRBold";
}
.contact-us-section .contact-label {
  font-weight: bold;
}
.contact-us-section input, .contact-us-section textarea {
  padding: 13px 15px !important;
  font-weight: bold;
}
.contact-us-section .btn-submit {
  background: #272D96;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.fourth-section hr {
  border-bottom: 2px solid #1C1C1C;
  width: 80%;
}
.fourth-section p {
  color: #1C1C1C;
  font-family: "GRBoldM";
}
.fourth-section .party-feature {
  margin-bottom: 10px;
  font-weight: bold;
}
.fourth-section .party-feature i {
  color: #13D803;
  margin-right: 10px;
  font-size: 16px;
}
.fourth-section .party-button {
  border: 2px solid #272D96;
  border-radius: 10px;
  color: #272D96;
  padding: 8px 20px;
  background: transparent;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
}
.fourth-section .phone-number a {
  text-decoration: none;
  font-size: 18px;
  color: #272D96;
}
.fourth-section .party-images .first {
  width: 65%;
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fourth-section .party-images .second {
  width: 65%;
  float: right;
  margin-top: -225px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fifth-section {
  background: #272D96;
}
.fifth-section h2 {
  color: #13D803;
}
.fifth-section p {
  color: #F7F7F7;
}
.fifth-section .party-feature {
  color: #F7F7F7;
}
.fifth-section hr {
  border-color: #1C1C1C;
  width: 100%;
  opacity: 0.6;
}
.fifth-section .party-button {
  border: 2px solid #13D803;
  color: #13D803;
}
.fifth-section .phone-number a {
  color: #13D803;
}
.fifth-section .first {
  position: relative;
  z-index: 1;
}
.fifth-section .party-images {
  position: relative;
}
.fifth-section .third {
  position: absolute;
  width: 108%;
  left: -23px;
  top: -48px;
  opacity: 0.4;
}

.sixth-section {
  background: #272D96;
  position: relative;
}
.sixth-section h2 {
  -webkit-text-stroke: 2px white;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0);
  color: transparent !important;
  font-size: 45px;
  letter-spacing: 1.2px;
}
.sixth-section .review-card {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sixth-section .review-card h3 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #1C1C1C;
}
.sixth-section .review-card p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #1C1C1C;
  font-weight: bold;
}
.sixth-section .review-card .five-star {
  position: absolute;
  bottom: 48px;
  left: 100px;
  z-index: 24;
  width: 164px;
}
.sixth-section .review-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 23;
}
.sixth-section .star-rating i {
  color: #4b64f2;
}
.sixth-section .read-more {
  color: #272D96;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.sixth-section .carousel-indicators [data-bs-target] {
  background-color: white;
}
.sixth-section .bluecards {
  width: 333px;
  height: 333px;
  background: #3E66DF;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 2;
}
.sixth-section .carousel-control-prev {
  left: 46%;
  top: auto;
  bottom: 30px;
  width: 40px;
}
.sixth-section .carousel-control-prev i {
  font-size: 30px;
}
.sixth-section .carousel-control-next {
  top: auto;
  left: 52%;
  bottom: 30px;
  width: 40px;
}
.sixth-section .carousel-control-next i {
  font-size: 30px;
}

.video-wrapper34 {
  position: relative;
  cursor: pointer;
}

.video-wrapper34 img, .video-wrapper34 iframe {
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-thumbnail34 {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s;
}

.video-thumbnail34:hover {
  transform: scale(1.02);
}

.play-button3322 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  opacity: 0.8;
}

.yt-testimonials {
  position: relative;
}
.yt-testimonials .container-fluid {
  overflow: hidden;
}
.yt-testimonials .container-fluid img {
  -o-object-fit: cover;
     object-fit: cover;
}
.yt-testimonials .container-fluid .btn-orange {
  background: #FFF300;
  color: #1C1C1C;
  font-weight: bold;
}
.yt-testimonials .container-fluid .stories-on-insta {
  position: absolute;
  top: 37%;
  left: 43%;
  display: none !important;
}
.yt-testimonials .container-fluid:hover .stories-on-insta {
  display: inline-block !important;
}

.book-ticket {
  background: #272D96;
}
.book-ticket h2 {
  color: #F7F7F7;
}
.book-ticket table {
  background: #F7F7F7;
  width: 100%;
}
.book-ticket th, .book-ticket td {
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  text-align: center;
  height: 70px;
  padding: 10px;
  color: #272D96;
  font-family: "GRBold";
}
.book-ticket th {
  font-weight: bold;
  font-size: 26px;
}
.book-ticket td {
  font-weight: 500 !important;
}
.book-ticket h2, .book-ticket p {
  color: #272D96;
}
.book-ticket p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.book-ticket .h-140 {
  height: 140px;
}
.book-ticket .trampoline-row {
  position: relative;
  z-index: 3;
}
.book-ticket .trampoline-row .col-rr {
  position: relative;
  z-index: 10;
}
.book-ticket .trampoline-row .firstdrum {
  position: absolute;
  width: 190px;
  top: -50px;
  left: -50px;
  z-index: 1;
}
.book-ticket .trampoline-row .seconddrum {
  position: absolute;
  width: 190px;
  top: -65px;
  right: -50px;
}
.book-ticket .trampoline-row .thirddrum {
  position: absolute;
  width: 190px;
  bottom: 10px;
  left: -50px;
}

.adventure-row {
  position: relative;
}
.adventure-row .leftmen {
  position: absolute;
  left: -50px;
  top: -84px;
  width: 160px;
}
.adventure-row .righttmen {
  position: absolute;
  right: -55px;
  top: -84px;
  width: 160px;
}

.note-section {
  background: #D9D9D9;
}
.note-section p {
  color: #1C1C1C;
  font-weight: bold;
}

.gallery-section img {
  height: 400px;
  margin-bottom: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .g-2, .gallery-section .g-3, .gallery-section .g-5 {
  margin-bottom: 0px;
}
.gallery-section .bb-row, .gallery-section .first-clm {
  position: relative;
  z-index: 18;
}
.gallery-section .bb-row .bb-1, .gallery-section .first-clm .bb-1 {
  position: absolute;
  top: -31px;
  left: -25px;
  width: 100px;
  z-index: 1;
  height: auto;
}
.gallery-section .bb-row .bb-2, .gallery-section .first-clm .bb-2 {
  position: absolute;
  top: -50px;
  right: -55px;
  width: 150px;
  height: auto;
}
.gallery-section .bb-row .bb-3, .gallery-section .first-clm .bb-3 {
  position: absolute;
  bottom: -18px;
  left: -52px;
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .gallery-section .bb-row .bb-2 {
    right: -25px;
  }
  .gallery-section .bb-row .bb-3 {
    bottom: -60px;
    left: -30px;
  }
  .adventure-row .righttmen {
    position: absolute;
    right: -30px;
    top: -82px;
    width: 125px;
  }
  .adventure-row .leftmen {
    left: -20px;
    top: -83px;
    width: 130px;
  }
  .second-section .bg-top {
    display: none;
  }
  .fourth-section .party-images .first, .fourth-section .party-images .second {
    height: 335px;
  }
}
@media only screen and (max-width: 900px) {
  .adventure-row .leftmen, .adventure-row .righttmen, .book-ticket .trampoline-row .seconddrum, .book-ticket .trampoline-row .firstdrum {
    display: none;
  }
  .gallery-section .bb-row .bb-2 {
    width: 105px;
    top: -42px;
  }
  .gallery-section img {
    height: 220px;
  }
  .sixth-section .review-image {
    width: 120px !important;
    height: 120px !important;
  }
  .sixth-section .bluecards {
    width: 135px !important;
    height: 165px !important;
    border-top-right-radius: 41px;
  }
  .sixth-section .review-card p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: normal !important;
  }
  .sixth-section .review-card h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .sixth-section .review-card .five-star {
    bottom: 65px;
    left: 30px;
    z-index: 24;
    width: 60px;
  }
  .sixth-section .read-more {
    font-size: 16px;
  }
  .sixth-section .review-card {
    padding: 1rem;
    height: 228px;
  }
  .sixth-section .carousel-control-prev {
    left: 40%;
  }
  .sixth-section h2 {
    font-size: 35px;
  }
  .trampoline-row {
    width: 100%;
  }
  .book-ticket .trampoline-row, .book-ticket .adventure-row, .book-ticket .others-rows {
    position: relative;
    z-index: 3;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    margin: 0px !important;
  }
  .book-ticket .col-2 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-3 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-4 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-5 {
    width: 85%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .last-clms-0 {
    margin-right: 0px;
  }
  .book-ticket .h-140 {
    height: 99px;
  }
}
@media only screen and (max-height: 601px) {
  .video-wrapper34 img, .video-wrapper34 iframe {
    height: 455px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .third-section .panel-container {
    height: 344px;
  }
  .third-section .panel-container p {
    font-size: 13px;
    line-height: 20px;
  }
  .third-section .panel-container h3 {
    font-size: 16px;
  }
  .adventure-row .righttmen, .adventure-row .leftmen {
    display: none;
  }
  .video-wrapper34 img, .video-wrapper34 iframe {
    height: 647px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .yttestionials .slick-next {
    right: 5px;
  }
  .yttestionials .slick-prev {
    left: 5px;
  }
  .third-section .hover-panel.active {
    flex: 4;
  }
  .third-section .hover-content {
    padding: 5px;
    align-items: center;
  }
  .third-section .hover-content h3 {
    font-weight: bold;
    font-size: 18px;
    color: white;
  }
  .third-section .hover-content p {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .third-section .hover-panel.active .hover-content {
    align-items: start;
  }
  .third-section .hover-panel.active .hover-content h3 {
    white-space: normal;
  }
  .third-section .hover-panel.active .hover-content p {
    display: block;
  }
  .book-ticket .trampoline-row .seconddrum {
    width: 80px;
    top: -124px;
    right: 0px;
  }
  .book-ticket .trampoline-row .firstdrum {
    width: 80px;
    top: -120px;
    left: 0px;
  }
  .adventure-row .righttmen {
    right: 0px;
    top: -61px;
    width: 100px;
  }
  .adventure-row .leftmen {
    left: 0px;
    top: -53px;
    width: 100px;
  }
  .gallery-section .bb-row .bb-2, .gallery-section .first-clm .bb-2 {
    top: -44px;
    right: 5px;
    width: 100px;
    z-index: 19;
  }
  .gallery-section .bb-row .bb-1, .gallery-section .first-clm .bb-1 {
    top: -44px;
    left: -3px;
    width: 100px;
    display: none;
  }
  .gallery-section .bb-row .bb-3, .gallery-section .first-clm .bb-3 {
    bottom: -65px;
    left: 2px;
    width: 100px;
  }
  .fifth-section .third {
    width: 100%;
  }
  .fourth-section .party-images .first {
    width: 65%;
    height: 250px;
  }
  .fourth-section .party-images .second {
    width: 65%;
    margin-top: -145px;
    height: 250px;
  }
  .second-section .bg-top {
    display: none;
  }
  .second-section .tilted-img {
    width: 100%;
    margin-top: 25px;
  }
  .second-section .stats p {
    font-size: 14px;
    line-height: 22px;
  }
  .second-section .stats h3 {
    color: #FFF300;
    font-size: 18px;
    line-height: 26px;
  }
  .second-section h1 {
    color: #FFF300;
    font-size: 30px;
    line-height: 42px;
    margin: 10px 0px;
  }
  .party-section .party-images {
    margin-bottom: 20px;
  }
  .yt-testimonials .container-fluid .stories-on-insta {
    position: relative;
    left: 0px;
    right: 0px;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .yt-testimonials .container-fluid:hover .stories-on-insta {
    position: relative;
    left: 0px;
    right: 0px;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .yttestionials .slick-prev {
    z-index: 19;
  }
  .sixth-section .review-image {
    width: 85px !important;
    height: 85px !important;
  }
  .sixth-section .bluecards {
    width: 100px !important;
    height: 156px !important;
    border-top-right-radius: 41px;
  }
  .sixth-section .review-card p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: normal !important;
  }
  .sixth-section .review-card h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .sixth-section .review-card .five-star {
    bottom: 65px;
    left: 30px;
    z-index: 24;
    width: 60px;
  }
  .sixth-section .read-more {
    font-size: 16px;
  }
  .sixth-section .review-card {
    padding: 1rem;
    height: 228px;
  }
  .sixth-section .carousel-control-prev {
    left: 40%;
  }
  .sixth-section h2 {
    font-size: 35px;
  }
  .trampoline-row {
    width: 100%;
  }
  .book-ticket .trampoline-row, .book-ticket .adventure-row, .book-ticket .others-rows {
    position: relative;
    z-index: 3;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    margin: 0px !important;
  }
  .book-ticket .col-2 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-3 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-4 {
    width: 48%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .col-5 {
    width: 85%;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 10px;
  }
  .book-ticket .last-clms-0 {
    margin-right: 0px;
  }
  .book-ticket .h-140 {
    height: 99px;
  }
}/*# sourceMappingURL=home.css.map */