img{
    width: 100%;
    display: inline-block;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    display: inline-block;
}

.text-center{
    text-align: center;
}

.only-mobile{
    display: none;
}

.section-title h1{
    font-family: 'Kaushan Script', cursive;
}

.page-title h1{
    font-family: 'Kaushan Script', cursive;
    color: #fff;
    font-size: 150px;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 135px;
}

.page-title p{
    color: #ccc;
}

#sync1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 45%);
}

#sync1{
    height: 720px;
    position: relative;
}

.banner-description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    z-index: 99;
}

.section-title.text-center.section-padding {
    margin-bottom: 32px;
    margin-top: 0;
}

.section-title.section-padding {
    margin: 40px 0;
}
.section-title {
    font-size: 20px;
}
.section-title {
    background-image: url(../assets/images/heading-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 40px 0;
}

.section-padding {
    padding: 100px 0;
}

.section-title h1 {
    color: #484848;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0;
}

.bold-heading-text{
    font-weight: 500;
    display: inline-block;
}

.bold-heading-text.one-line{
    display: block;
}
.bold-red{
    color: Red;
    font-weight: 500;
}

#details-section, #highlights-section, #video-section, #additional-section, #tnc-section, #faq-section{
    /* background-image: url('../assets/images/sectionbg1.jpg');
    background-size: cover; */
    padding-bottom: 60px;
}

#highlights-section{
    background-color: #fafafa;
}

.video-content{
    display: inline-block;
    border: 1px solid #D82460;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}

#offer-section{
    padding: 110px 0 118px 0;
    position: relative;
    background-image: url('../assets/images/offersbg.jpg');
    z-index: -1;
}

#offer-section::before{
    background: rgb(0 0 0 / 83%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.offer-description h3, .offer-description p{
    color: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 14px;
}

.book-now{
    background: #f9676b;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 20px 40px;
    display: inline-block;
}
.f-logo {
    width: 80px;
}

#footer{
    background-image: url(../assets/images/footer.jpg);
    padding: 100px;
    text-align: center;
    background-size: cover;
}

.footer-logo{
    margin-bottom: 25px;
}

.f-address-details p{
    color: #fff;
}

.time-text{
    color:#ccc;
}

.tab-shadow {
    box-shadow: 0px 14px 50px 0px rgb(32 32 32 / 15%);
}
.border-0 {
    border: 0 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
}
#dLabel {
    width: 240px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  text-align: left;
  padding: 7.5px 15px;
  color: #ccc;
  letter-spacing: 0.7px;  
}

 .caret {
    float: right;
    margin-top: 9px;
    display: block;
  }

.dropdown-menu {
  width: 240px;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}

.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
 
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
   border-bottom: none;
}

.dropdown.open ul {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.dropdown-menu li {
 
     line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
    font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
  
 
 
}

.dropdown-menu li:hover {
  background-color: #ccc;
}

.availability-btn{
    padding: 8px 30px;
}

.card{
    padding: 16px;
    box-shadow: 0px 14px 50px 0px rgb(32 32 32 / 15%);
}

.f-label {
    display: block;
    margin-bottom: 16px;
  }   
  .form-label{
      display: block;
  }

#datepicker{
width: 100%;
height: 42px;
}

.video-section{
    padding-bottom: 65px;
}

.accordion {
    text-align: left;
    width: 65%;
    margin: 0 auto;
}

.accordion-button{
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0;
    padding: 10px 11px;
}

#sync1 .item {
    padding: 80px 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    position: relative;
  }
#sync1 .item:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 45%);
}

  #sync2 .item {
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #sync2 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .item {
    background: #0c83e7;
  }
  .owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    z-index: 99999;
    display: none;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
  }
  #sync1.owl-theme {
    position: relative;
  }
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 50px;
    height: 50px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #869791;
  }
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  
  .carousel-1{
      background-image: url("../assets/images/bg2.jpg");
  }

  .carousel-2{
    background-image: url("../assets/images/sectionbg1.jpg");
  }

  .carousel-3{
    background-image: url("../assets/images/bg1.jpg");
  }

  .carousel-4{
    background-image: url("../assets/images/bg2.jpg");
  }

  
  .carousel-1, .carousel-2, .carousel-3, .carousel-4{
    height: 720px;
    background-size: 100% 100%;
    position: relative;
  }

  #booking-section-wrapper{
    padding: 50px 0 50px;
    background-color: rgb(24, 186, 189);
  }
 
  .buy-tickets-btn{
    color: #000;
    padding: 10px 0;
    display: inline-block;
    border: 1px solid rgb(24, 186, 189);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    width: 124px;
    background: transparent;
    text-align: center;
  }

  .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    background: #3498DB;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
            animation: load 1.8s ease-in-out infinite;
  }
  .loader:before, .loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
            animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
  }
  .loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #EF4836;
  }
  .loader:after {
    bottom: -20px;
    width: 35px;
    background: #F5AB35;
  }
  
  @-webkit-keyframes load {
    0% {
      transform: translateX(40px);
    }
    50% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(40px);
    }
  }
  
  @keyframes load {
    0% {
      transform: translateX(40px);
    }
    50% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(40px);
    }
  }

  #loader-wrapper{
    align-items: center;
    background: rgb(255 254 254);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999999999999;
  }

  html, body{
    overflow: hidden;
  }