/* ===================================
    Destination-Section
====================================== */
.destination-section{
  padding-top: 120px;
  padding-bottom: 120px;
}
.destination-section .heading{
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.destination-section .heading span{
  color: #12b975;
}
.destination-section  .subheading{
  font-size: 18px;
  color: #202020;
}
.destination-section .row-1, .row-2, .row-3{
  margin-bottom: 80px;
}
.destination-section .card{
  border:1px solid transparent;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.destination-section .card .card-body{
  z-index: 1;
  transition: all .5s ease;
}
.destination-section .card .card-title{
  color:#202020;
}
.destination-section .card .card-title span{
  color: #12b975;
  font-size: 30px;
  right: 30px;
  bottom:35px;
  position: absolute;
}
.destination-section .card .card-text .checked, .half-checked{
  color: #ffc600;
}
.destination-section .button-center{
  text-align: center;
}
.destination-section .button {
  width: 50%;
}
.destination-section .card:hover .card-body{
  background-color: #12b975;
  transition: all .5s ease;
}
.destination-section .card:hover .card-title span{
  color: #fff;
}
.destination-section .card:hover .card-title{
  color: #fff !important;
}
.destination-section .card:hover{
  overflow:hidden;
}
.destination-section .card:hover img{
transform: scale(1.1);
transition: 0.5s ease;
}
/* ===================================
    Gallery-Section
====================================== */
.gallery-section{
  padding-bottom: 0;
  position: relative;
}

.gallery-section .detail-box{
  position: absolute;
  width: 50%;
  height: 76%;
  top: 60px;
  z-index: 1;
  background: rgba(56,128,168, 0.9);
}

.gallery-section .detail-box .text-box{
  background: transparent;
  padding: 25px;
  position: absolute;
}
/*.gallery-section .detail-box .text-box .text{
padding-right:105px;
}*/
.gallery-section .detail-box .text-box .subheading span{
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 4px;
}

.gallery-section .detail-box .text-box .subheading{
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
}

.gallery-section .detail-box .text-box .heading{
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.gallery-section .detail-box .text-box .text{
  color: #fff;
  text-align: left;
  font-weight: 300;
  margin-bottom: 60px;
}

.gallery-section .detail-box .text-box .button-center{
  text-align: left;
}

/*Carousel Buttons*/
.gallery-section .icons {
  top: 78%;
  left: 54%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%,-50%);
}

.gallery-section  .icons i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.gallery-section  .icons .customPrevBtn{
  margin-right: 10px;
}
.gallery-section  .icons .customNextBtn{
  margin-left: 10px;
}

/* ===================================
    Destinantions-Detail Page
====================================== */
.detail-banner{
  background: linear-gradient( rgba(77,156,202, 0.8), rgba(77,156,202, 0.8) ), url('../img/detail-banner.jpg');
  height:70vh;
  background-size: cover;
  display: flex;
  align-items: center;
}

.detail-banner .heading{
  font-size:60px;
  color:#fff;
  text-transform: uppercase;
  padding-bottom: 16px
}
.detail-banner .img-section{
  position: absolute;
  top: 75px;
  right: 150px
}
.detail-banner .text-section .text-area{
  position: absolute;
  left:124px;
  padding-top: 8rem;
  z-index: 111;
}

/*HEADING SECTION*/
.heading-section{
  padding-top: 120px;
}

.detail-body .des-detail-sec .heading{
 margin-bottom: 40px;
 text-transform: uppercase;
}

.detail-body{
 margin-top: 50px;
}

.detail-body .button-center{
  margin-bottom: 20px;
}

/*DESTINATION DETAIL*/

.destination-detail-slider img{
  width: 100%;
}

.detail-body .swiper-slide img {
  height: auto;
}

.detail-body .destination-list .product-single-price {
  margin-bottom: 10px;
}

.detail-body .destination-list .destination-checklist{
  margin-top: 20px;
}
.detail-body .destination-detail{
  margin-top: 50px;
}
.detail-body .destination-list .destination-checklist ul{
  padding-left: 0;
  margin-bottom: 20px;
}

.detail-body .destination-detail .destination-checklist ul li{
  list-style: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.detail-body .destination-detail .destination-checklist ul li i{
  color:  #12b975;
}
.detail-body .destination-list .destination-detail{
  margin-top: 20px;
}

.detail-body .destination-list  .share-product-details .share-product-icons{
  padding: 0;
}

.detail-body .destination-list .social-icons li p{
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.detail-body .destination-list  .social-icons li{
  margin-right: 15px;
  display: inline-block;
}

.detail-body .destination-list .social-icons ul li a{
  color: #000;
  height: 30px;
  line-height: 32px;
  width: 30px;
  font-size: 14px;
  text-align: center;
}


/*SWIPER SLIDER CODE*/
.wrapper{
  max-height: 360px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.destination-detail-slider .swiper-slide{
  width: 96%;
}
.destination-detail-slider .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.Thumbs{
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.Thumbs .swiper-slide {
  opacity: 0.4;
}
.Thumbs .swiper-slide-active {
  opacity: 1;
}

.remove-margins{
  margin: 0;
}


.property-addtional-info {
  list-style-position: outside;
  padding: 0;
  margin: 0 0 0;
  margin-left: 25px;
  list-style: none;
}

.property-addtional-info li{
  margin-bottom: 10px;
}


.property-addtional-info li i{
  display: inline-block;
  margin-right: 2px;
  color: #ff431e;
}


.property-addtional-info li p{
  display: inline-block;
  font-size: 17px;
}

/*CUSTOMER REVIEWS SECTION */
.customer-reviews .review-area{
  border: 1px solid #d3d3d3;
  padding: 30px 15px;
}
.customer-reviews .heading{
  letter-spacing: 0;
  margin-bottom: 50px;
  margin-top: 30px !important;
}

.customer-reviews .reviews .media{
  margin-bottom: 60px;
  margin-top: 16px;
}
.customer-reviews .reviews .text{
  font-size: 16px;
}
.customer-reviews .reviews .media-body{
  padding-left: 30px;
  border-left: 1px solid #d3d3d3;
}
.customer-reviews .reviews .media-body span{
  color: #d3d3d3;
}
.customer-reviews .reviews .media-body .heading{
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}

.customer-reviews .checked-star{
  color: #ffc600 ;
}
.customer-reviews .half-checked{
  color: #ffc600 ;
}
.customer-reviews .getin_form .user-rating li{
  display: inline-block;
  color: #ffc600;
}

.customer-reviews .btn.button{
  padding: 9px 52px !important;
}

/*DESTINANTIONS SECTION*/
.destination-section .card-title{
  color: #212121;
}
.destination-section .card .card-titile{
  transition: all .5s ease;
}
.destination-section .card:hover .card-title {
  color: #d4b610;
  transition: all .5s ease;
}
.destinationsec-1 .heading{
  text-align: left;

}
/* ===================================
    StandAlone page
====================================== */

/*BANNER*/
.banner{
  background: linear-gradient( rgba(77,156,202, 0.8), rgba(77,156,202, 0.8) ), url('../img/standalone-banner.jpg');
  height:70vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner .header-text{
  position: absolute;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.banner .heading{
  font-size:60px;
  color:#fff;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.page-breadcrumb li{
  display: inline-block;
  font-size: 18px;
  font-weight:500;
  color: #fff;
}
.page-breadcrumb li a{
  color:#fff;
  margin-right: 5px;
  transition:all 0.3s ease;
}
.page-breadcrumb li i{
  color: #fff;
}

/*MAIN PAGE START*/
.main-page{
  float:left;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-page .standalone-heading{
  padding-bottom: 100px;
}
.main-page .standalone-heading .heading{
  font-size: 50px;
}

.main-page .standalone-area .heading{
 font-size:40px;
 margin-bottom: 20px;
}
.main-page .row-image{
  position: relative;
}
.main-page .row-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.standalone-area .standalone-row{
  margin-bottom: 40px;
}
.standalone-area .standalone-row:last-child{
  margin-bottom: 0;
}
 .main-page .standalone-row .row-text{
  padding-left: 30px;
  text-align: center;
}

.standalone-row:nth-child(2) .row-text{
  padding-left: 0;
  padding-right: 30px;
}

/* IMAGE HOVER*/
.standaloneoverlay {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  background-color:  #6faed3;
}
.hover-effect:hover .standaloneoverlay {
  opacity: .4;
}
.overlayBottom {
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #6faed3;
}
.hover-effect:hover .overlayBottom {
  height: 100%;
}

/*FOOTER*/
footer{
  padding-bottom: 120px;
}

/* ===================================
    Destinations page
====================================== */
.destination-banner{
  background: linear-gradient( rgba(77,156,202, 0.8), rgba(77,156,202, 0.8) ), url('../img/destination-banner.jpg');
  height:70vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.destination-banner .header-text{
  position: absolute;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.destination-banner .heading{
  font-size:60px;
  color:#fff;
  text-transform: uppercase;
  padding-bottom: 16px;
}


/* ===================================
    Media Queries
====================================== */

/*Banner*/
@media (width: 1920px){
/*Navbar*/
.navbar .navbar-nav{
  margin-left: 27rem;
}
/*Slider Section*/
.slider-area .item img{
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.banner .banner-text{
  top:33%;
}
/*Gallery Section*/
.gallery-section .detail-box{
  height: 68%;
  width: 45%;
  top: 120px;
}

.gallery-section .detail-box .text-box{
  top: 25px;
  text-align: justify;
  padding: 50px 220px 50px 40px;
}
.gallery-section .detail-box .text-box .text{
  text-align: justify;
  padding-right: 0;

}
.gallery-section .icons i{
  font-size: 50px;
}
.gallery-section .detail-box .text-box .text{
  margin-bottom: 70px;
}
.gallery-section .icons{
  top: 69%;
  left: 61%;
}
/*Testimonial section*/
.testimonial-section .testimonial-carousel .carousel-text{
  padding-left: 600px;
  padding-right: 600px;
}
.testimonial-section .testimonial-carousel .customer-container{
  padding-bottom: 295px;
  padding-top: 295px;
}
}
@media (width: 1600px){
.gallery-section .detail-box{
  width: 43%;
  height: 68%;
  top: 104px;
}
.gallery-section .detail-box .text-box{
  padding: 38px;
}
.gallery-section .detail-box .text-box .text{
  padding-right: 40px;
}
.gallery-section .icons{
  top:75%;
}
}
@media (max-width: 1200px){
  /*Navbar*/
.navbar{
  background-color: #fff !important;
}
.navbar .navbar-brand{
  margin-left: 30px;
}
.navbar .navbar-nav{
  margin-left: 4rem;
}
.navbar .navbar-nav .nav-link{
  color: #5b5b5b;
}
.sidemenu_btn span {
  background: #5b5b5b;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  background-color: #5b5b5b;
}

.sidemenu_btn:hover span:nth-child(2) {
  background-color: #5b5b5b;
}
.navbar .number p{
  color: #12b975;
}
/*Slider Section Start*/
.slider-area{
  padding-top: 5rem;
}
.slider-area .slider-overlay{
  top:618px;
  bottom: 78px;
}
.slider-area .text-area{
  margin-bottom: 10rem;
}
.slider-area .slider-overlay .text{
  font-size: 17px;
}
.social-icons .slider-social{
  top:64%;
}
/*Slider Form*/
.slider-form{
  top:78%;
}
.slider-form .button-center .button{
  padding: 15px 16px !important;
}
.slider-form .form-group #location{
  width: 115px;
}
.slider-form .contact-form .form-group select{
  width: 100px;
}
/*Gallery Section Start*/
.gallery-section .detail-box{
  width: 55%;
  height: 92%;
  top: 18px;
}
.gallery-section .detail-box .text-box{
  padding: 16px;
  top:10px;
}
.gallery-section .detail-box .text-box .heading{
  font-size: 36px;
  margin-bottom: 30px;
}
.gallery-section .detail-box .text-box .subheading{
  margin-bottom: 30px
}
.gallery-section .icons{
  top:83%;
  left: 54%;
}
.gallery-section .detail-box .text-box .text{
  padding-right: 0;
  margin-bottom: 35px;
}
/*Testimonial Section*/
.testimonial-section .testimonial-carousel .carousel-text{
  padding-left: 30px;
  padding-right: 30px;
}
/*Contact Section*/
.contact-section .text-section .text{
  font-size: 17px;
}
}
@media (max-width: 992px){
  /*WoW Animation*/
.wow {
  visibility: visible !important;
  animation: none !important;
}
  /*Navbar*/
.navbar .navbar-brand{
  margin-left: 35px;
}

/*Side Menu*/
.side-menu{
  width: 100%;
}
/*Slider section*/
.slider-area .slider-overlay{
  bottom: 140px;
  top: 484px;
}
.slider-area .text-area{
  margin-bottom: 0;
}
.social-icons .slider-social{
  display: none;
}

/*Slider Form*/
.slider-form{
  bottom: 490px;
  position: relative;
}
.slider-form .contact-form{
  background-color: transparent;
}
.slider-form .button-center{
  text-align: center;
  margin-top: 20px;
}
.slider-form .button-center .button{
  margin-left: 0;
  width: 100%;
}
.slider-form .contact-form select{
  margin-top: 5px;
  margin-bottom: 5px;
}
 .slider-form .contact-form .fa-user{
  margin-top: 5px;
  margin-right: 15px !important;
}
  .slider-form .contact-form .fa-users{
  margin-top: 5px;
}
.slider-form .form-group #location{
  width: 500px;
}
/*Destination section*/
.destination-section {
  padding-top: 0;
}
.destination-section .card{
  margin-bottom: 60px;
}
.destination-section .row-2, .row-3{
  margin-bottom: 0;
}
/*Gallery section*/
.gallery-section .detail-box{
  position: relative;
  top: auto;
  transform: translateY(0%);
  color: white;
  width: 100%;
  background: #fff;
  text-align: center;
}
.gallery-section .detail-box .text-box{
  position: relative;
}
.gallery-section .detail-box .text-box .heading{
  color:#5b5b5b;
  font-size: 40px;
  text-align: center;
}
.gallery-section .detail-box .text-box .subheading{
  text-align: center;
  color: #696969;
}
.gallery-section .detail-box .text-box .subheading span{
  background-color: #696969;
}
.gallery-section .detail-box .text-box .text{
  text-align: center;
  color: #5b5b5b;
  font-size: 17px;
}
.gallery-section .detail-box .text-box .button-center{
  text-align: center;
}
.gallery-section .icons i{
  display: none;
}
/*Counter Section*/
.counter-section .text-column{
  text-align: center;
  margin-bottom: 40px;
}
.counter-section .text-column .text{
  padding-right: 0;
  font-size: 17px;
}
.counter-section  .row-2{
  margin-bottom: 0;
}
.counter-section .img-column{
  text-align: center;
}
.counter-section .img-column img{
  display: inline-block;
  margin-left: 0;
  justify-content: center;
}
.counter-section .num_counter .media{
  display: block;
  text-align:center;
  margin-bottom: 40px;
}
.counter-section .num_counter .media i{
  margin-right: 0 !important
}
/*Testimonial section*/
.testimonial-section .testimonial-carousel .carousel-text{
  padding-left: 0;
  padding-right: 0;
}
/*Contact section*/
.contact-section .text-section{
  text-align: center;
}
.contact-section .text-section .text{
  font-size: 16px;
}
/*Scroll Top*/
.scroll-top-arrow{
  display: none !important;
}
/*Destinantions Detail Page*/
.detail-banner .heading{
  font-size: 50px;
}
.detail-body .des-detail-sec .heading{
  font-size: 32px;
}
.customer-reviews .heading{
  text-align: center;
}
.detail-body .destination-list .product-single-price{
  margin-top: 40px;
}
.customer-reviews .reviews .media{
  display: block;
}
.customer-reviews .reviews .media-body{
  padding-left: 0;
  border-left: 1px solid transparent;
}
.customer-reviews .reviews .media .text{
  text-align: center;
}
.destinationsec-1 .heading{
  text-align: center;
}
.destinationsec-1{
  padding-top: 120px !important;
}
/*Destinations Page*/
.dest-sec1{
  padding-top: 120px;
}
/*StandAlone*/
.main-page .text{
  font-size: 17px;
}
.main-page .standalone-row .row-text{
  padding-left: 0;
  margin-bottom: 50px;
}
.standalone-row:nth-child(2) .row-text{
  padding-left: 0;
  padding-right: 0;
}

.main-page .standalone-row .row-image{
  margin-bottom: 50px;
}
.standalone-row:nth-child(3) .row-image{
  margin-bottom: 0;
}
}
@media (max-width: 767px){

  /*Navbar*/
.navbar{
  height: 80px;
}
.navbar .navbar-brand{
  margin-left: 15px;
  width: 55px;
  height: 55px;
  line-height: 37px;
}
.navbar .number p{
  display: none;
}
.sidemenu_btn{
  left: 83% !important;
}
  /*Side Menu*/
.side-nav .navbar-nav .nav-link{
  font-size: 30px;
}
  /*Slider area*/
.slider-area .slider-overlay{
  bottom: 160px;
  top: 277px;
}
.slider-area .slider-overlay .heading{
  font-size: 40px;
}
.slider-area .slider-overlay .text br{
   display: none;
}
.slider-area .slider-overlay .text{
  font-size: 16px;
}
/*Slider Form*/
.slider-form{
  bottom: 505px;
}

/*Destination section*/
.destination-section .heading{
  font-size: 32px;
}
.destination-section .button{
  width: 100%;
}
/*Gallery Section*/
.gallery-section .detail-box .text-box .heading{
  font-size: 32px;
}
.gallery-section .detail-box .text-box .text{
  font-size: 16px;
}
/*Counter Section*/
.counter-section .text-column .heading{
  font-size: 32px;
}
.counter-section .text-column .text{
  font-size: 16px;
}
/*Testimonial Section*/
.testimonial-section .testimonial-carousel .customer-container{
  padding-bottom: 425px;
}
.testimonial-section .testimonial-carousel .carousel-text{
  margin-left: 10px;
  margin-right: 10px;
}
.testimonial-section .testimonial-carousel .fa-quote-left{
  margin-top: 25px;
  margin-bottom: 25px;
}
/*Destinantions Detail Page*/
.detail-banner .heading{
  font-size: 37px;
}
/*StandAlone*/
.banner .heading{
  font-size: 45px;
}
.main-page .text{
  font-size: 16px;
}
/*Destination Page*/
.destination-banner .heading{
  font-size: 45px;
}
footer .text{
  font-size: 13px;
}
}
@media (max-width: 370px){
  /*Side Menu*/
  .side-nav .navbar-nav .nav-link{
  font-size: 25px;
}
/*Slider Area*/
.slider-area .slider-overlay{
  bottom: 85px;
  top: 269px;
}
.slider-form{
  bottom: 442px;
}
  /*Destination Page*/
.destination-banner .heading{
  font-size: 45px;
}
}


/* ===================================
    Start Loader
====================================== */
.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #202020;
  width: 100%;
  height: 100%;
}
.loader-bg-home {
    position: fixed;
    z-index: 99999;
    background-color: #202020;
    width: 100%;
    height: 100%;
  }

.smoke-loader {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.coffee-cup{
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.smoke-wave {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 0;
}

.smoke1 {
  width: 6px;
  height: 30px;
  float: left;
  margin-right: 6px;
  margin-left: 0;
  border-radius: 3px;
}

.smoke1:before, .smoke1:after {
  content: "";
  background: #ffffff;
  position: absolute;
  animation: load .9s infinite reverse ease-in-out;
  border-radius: 3px;
}

.smoke2 {
  width: 6px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 3px;
}

.smoke2:before, .smoke2:after {
  content: "";
  background: #ffffff;
  position: absolute;
  animation: load .6s infinite reverse ease-in-out;
  border-radius: 3px;
  margin-top: 5px;
}

.smoke3 {
  width: 6px;
  height: 30px;
  float: left;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 3px;
}

.smoke3:before, .smoke3:after {
  content: "";
  background: #ffffff;
  position: absolute;
  animation: load .9s infinite .5s reverse ease-in-out;
  border-radius: 3px;
}

@keyframes load {
  0% { top: 0; height: 30px; width: 6px; opacity: 0; }
  50% {opacity: 1;  }
  100% { top: 29px; height: 15px; width: 6px; opacity: 0;}
}
/* ===================================
  End Loader
====================================== */

@media screen and (max-width: 767px) {
.product-single-price{
  margin-top: 30px !important;
}
}
