/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.banner img {
  height: 760px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner video {
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section {
  background: #FFF2EB;
  padding-top: 80px;
  padding-bottom: 80px;
}

.atraction-title {
  margin: 30px;
}
.atraction-title h1 {
  font-size: 32px !important;
}
.atraction-title h1 span {
  color: #FF8C47;
}
.atraction-title img {
  margin-top: 30px;
}

.ride-section span {
  color: black;
}
.ride-section h1 {
  color: #FF8C47;
  font-size: 24px;
}

.title {
  font-size: 54px !important;
  margin-bottom: 30px;
}

.ride-section .attraction-section {
  position: relative;
}

.ride-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ride-section .attraction-section h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  z-index: 1;
  margin: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
}

.slide-items {
  padding: 0px 15px;
  padding-bottom: 30px;
}

.ride-section .attraction-section img {
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ride-section .attraction-section .overlay-sec {
  position: absolute;
  background: rgba(0, 0, 0, 0.5882352941);
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 10px;
}

.ride-section .attraction-section .overlay-sec h2 {
  color: #fff;
}

.ride-section .attraction-section .ride-contr {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.ride-section .attraction-section .ride-contr:hover .overlay-sec {
  opacity: 1;
}

.ride-section .attraction-section .ride-contr:hover h1 {
  display: none;
}

h2 {
  font-size: 24px !important;
}

.individual-section {
  background: #2C2F3A;
  padding-top: 70px;
  padding-bottom: 30px;
}
.individual-section h1 {
  color: #fff;
  font-size: 24px;
}
.individual-section .rides-carousel h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual-section .rides-carousel .overlay-sec {
  position: absolute;
  background: rgba(0, 0, 0, 0.5882352941);
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  padding: 10px;
  border-radius: 20px;
}
.individual-section .rides-carousel .overlay-sec h2 {
  color: #fff;
}
.individual-section .rides-carousel .item {
  border-radius: 20px;
  overflow: hidden;
}
.individual-section .rides-carousel .item:hover .overlay-sec {
  opacity: 1;
}
.individual-section .rides-carousel .item:hover h1 {
  display: none;
}

.facilitate-sec .facility-section h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.facilitate-sec .facility-section img {
  width: 100%;
}
.facilitate-sec .facility-section .overlay-sec {
  position: absolute;
  background: rgba(0, 0, 0, 0.5882352941);
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  padding: 10px;
}
.facilitate-sec .facility-section .overlay-sec h2 {
  color: #fff;
}
.facilitate-sec .facility-section .facility-contr {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.facilitate-sec .facility-section .facility-contr:hover .overlay-sec {
  opacity: 1;
}
.facilitate-sec .facility-section .facility-contr:hover h1 {
  display: none;
}

.explore-button {
  background: radial-gradient(100% 189.27% at 83.25% 0%, #FF8C47 0%, #DB6925 100%);
  border-radius: 25px;
  color: #fff;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 40px;
  transition: 0.5s !important;
  padding: 0px 30px;
}

.explore-button:hover {
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #efc64a 0%, #e97719 100%);
}

.one {
  background: #292931 !important;
  margin-top: 55px;
  transition: 0.5s;
}

.one:hover {
  background: #000 !important;
}

.package-section {
  padding-top: 70px;
  padding-bottom: 30px;
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #FFD75E 0%, #FA882A 100%);
}
.package-section h1 {
  margin-bottom: 35px;
}
.package-section .package {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  height: 350px;
}
.package-section .package h2 {
  font-size: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 28px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-section .package img {
  max-width: 120px;
  margin: auto;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-section .package-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
.package-section .package-carousel .owl-next {
  position: absolute;
  right: -30px;
  font-size: 0px;
  background-image: url(/images/web/assets/next.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  top: -25px;
}
.package-section .package-carousel .owl-prev {
  position: absolute;
  left: -30px;
  font-size: 0px;
  background-image: url(/images/web/assets/prev.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  top: -25px;
}

.logo-img {
  max-width: 130px;
  margin: 20px 0px;
  margin-bottom: 10px;
}

.park-reach-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
.park-reach-section .img-div {
  height: 164px;
  margin-bottom: 20px;
}
.facilitate-sec h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.facilitate-sec .image_height:first-child() {
  height: 700px;
}

.individual-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
.individual-section .owl-next {
  position: absolute;
  right: -30px;
  font-size: 0px;
  background-image: url(/images/web/assets/next.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  top: -25px;
}
.individual-section .owl-prev {
  position: absolute;
  left: -30px;
  font-size: 0px;
  background-image: url(/images/web/assets/prev.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  top: -25px;
}

.instagram-section {
  margin-bottom: 80px;
  margin-top: 50px;
}
.instagram-section h1 {
  font-size: 35px;
  font-weight: 800;
  color: #DB6925;
  margin-bottom: 40px;
}

.about-section h2 {
  color: #DB6925;
}
.about-section h1 {
  font-size: 42px;
}
.about-section .more_button {
  background: radial-gradient(100% 189.27% at 83.25% 0%, #FF8C47 0%, #DB6925 100%);
  border-radius: 26px;
  color: #fff;
  height: 45px;
  padding: 0px 30px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
}
.about-section .more_button:hover {
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #efc64a 0%, #e97719 100%);
}

.rides-carousel img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_height img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_height:nth-child(2) img {
  height: 340px;
}

.more-info {
  display: none;
}

.package:hover .more-info {
  display: block;
}

.package p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 49px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.center-cn {
  padding: 0 10px;
}
.center-cn h1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.center-cn h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.center-cn p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.park-sec {
  padding: 0 10px;
}
.park-sec p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_about {
  padding: 0 10px;
}
.home_about p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ride-btn {
  margin-top: 3.75rem;
}

@media (max-width: 1600px) {
  .title {
    font-size: 36px !important;
  }
  .ride-section h1 {
    font-size: 21px;
  }
  .explore-button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 20px;
  }
  h2 {
    font-size: 21px !important;
  }
  .package-section .package {
    padding: 25px;
    height: 320px;
  }
  .about-section h1 {
    font-size: 32px;
  }
  .about-section .more_button {
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .banner img {
    height: 600px !important;
  }
  .banner video {
    height: 600px !important;
  }
}
@media (max-width: 1199px) {
  .ride-section .attraction-section img {
    height: 300px;
  }
  .banner img {
    height: 500px !important;
  }
  .banner video {
    height: 500px !important;
  }
}
@media (max-width: 991px) {
  .slide-items {
    padding: 0px 0px;
    padding-bottom: 0px;
  }
  .package-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .individual-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rides-carousel img {
    height: 350px;
  }
  .image_height img {
    height: 600px;
  }
  .image_height:nth-child(2) img {
    height: 290px;
  }
  .banner img {
    height: 450px !important;
  }
  .banner video {
    height: 450px !important;
  }
}
@media (max-width: 767px) {
  .about-section h1 {
    font-size: 24px;
  }
  .title {
    font-size: 24px !important;
  }
  .ride-section .attraction-section img {
    height: 220px;
  }
  .logo-img {
    max-width: 100px;
    margin: 0px 0px;
    margin-bottom: 10px;
  }
  .slider-width {
    width: 50% !important;
  }
  .explore-button {
    margin-bottom: 10px;
  }
  .package-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .one {
    margin-top: 30px;
  }
  .rides-carousel img {
    height: 300px;
  }
  .individual-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .ride-btn {
    margin-top: 30px;
  }
  .park-reach-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .image_height img {
    height: 400px;
  }
  .image_height:nth-child(2) img {
    height: 190px;
  }
  .instagram-section {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .home_about {
    padding: 0;
    padding-top: 20px;
  }
  .about-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner img {
    height: 300px !important;
  }
  .banner video {
    height: 300px !important;
  }
}
@media (max-width: 575px) {
  .img-div img {
    max-width: 120px;
  }
  .park-reach-section .img-div {
    height: 115px;
  }
  .image_height {
    width: 100% !important;
  }
  .image_height img {
    height: 190px;
  }
}
@media (max-width: 420px) {
  .slider-width {
    width: 100% !important;
  }
}
