:root {
  --white-color: #ffffff;
  --black-color: #000;
  --blue-color: #0CA6EE;
  --Kanit-font: 'Kanit';
  --jura-font:'Jura';
  --martel-font: 'Martel';
}
/*------------Section Head------------------*/
.section-head h3 {
  font: bold 70px/83px var(--jura-font);
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.08);
}
.section-head h4{
  font: bold 38px/45px var(--jura-font);
  letter-spacing: 0px;
  color: var(--black-color);
}
.section-head{
  position: relative;
}
.section-title-box {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}
.popular-box-button a{
  position: relative;
}
.popular-box-button a::after,.popular-box-button a::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: .5s;
}
.popular-box-button a::after{
  bottom: -9px;
  right: -9px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}
.popular-box-button a::before{
  top: -9px;
  left: -9px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.popular-box-button a:hover::after,.popular-box-button a:hover::before {
  width: 30px;
  height: 30px;
  border-color: var(--blue-color);
}
/*-------Slider Location------------*/
.main-title-content h2 {
  font: bold 58px/100px var(--martel-font);
  color: var(--white-color);
  letter-spacing: 1px;
}
.main-title-content p{
  font: 200 24px/50px var(--Kanit-font);
  color: var(--white-color);
}
.location-main-box h3{
  font: bold 30px/42px var(--jura-font);
  color: var(--white-color);
  padding-bottom: 35px;
}
.main-title-content {
  padding: 46px 15px 0 26em;
}
#slider_location {
  padding: 11em 0 8em;
}
#slider_location .owl-nav {
  padding: 20px 0;
  margin-left: 6.5em;
}
#slider_location .owl-nav i{
  color: var(--white-color);
  font-size: 19px;
}
#slider_location .owl-nav button.owl-prev, #slider_location .owl-nav button.owl-next {
  margin: 9px 9px;
  opacity: 1;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(14px);
  background: rgb(255 255 255 / 23%);
  backdrop-filter: blur( 14px );
  -webkit-backdrop-filter: blur( 14px );
  border: 1px solid rgb(255 255 255 / 23%);
}
#slider_location .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#00000094 8%,#16161624 28%);
  transition: all .5s;
  border-radius: 18px;
}
#slider_location .location-image-box:hover img{
  animation: flipInY 2s 1;
}
#slider_location .location-image-box:hover .box:before{
  content: unset;
}
#slider_location .box{
  position: relative;
}
.location-post-title {
  position: absolute;
  bottom: 0px;
  left: 25px;
}
.location-post-title h4 a{
  font: normal 20px/50px var(--Kanit-font);
  color: var(--white-color);
  opacity: 1;
}
.location-image-box img{
  border-radius: 20px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
#slider_location .main-title-content h2{
  background: linear-gradient( 122deg, #fff, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(255 255 255 / 79%);
  overflow: hidden;
}
/*----------------About Us-----------------*/
#about .about-center-img img{
  position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: -1;
  padding: 0px;
  box-shadow: unset;
  background-color: var(--white-color);
}
.about-img-box figure{
  padding: 10px;
  box-shadow: 0px 3px 16px #00000029;
  background-color: var(--white-color);
  margin: revert !important;
}
.row .col-lg-6:first-child .about-img-block{
  position: relative;
  top: -20px;
}
.row .col-lg-6:last-child .about-img-block{
  position: relative;
  top: 20px;
}
.about-right-box2{
  left: -20px;
}
.about-right-box1{
  right: -30px;
}
.about-sec-para{
  font: 400 34px/61px var(--martel-font);
  color: #0CA6EE;
}
.about-img-caption{
  font: 400 12px/21px var(--martel-font);
  color: #000000;
}
.about-sec-text{
  font: 200 15px/30px var(--Kanit-font);
  color: #000000;
}
.about-list:before{
  position: absolute;
  top: 6px;
  left: -18px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--black-color);
  transform: rotate( 45deg);
}
.about-sec-btn a{
  font: normal normal normal 18px/40px Kanit;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: #0D94D4;
    border-radius: 14px;
}
/*-----------Tour Place----------------*/
.tour-place-box {
    padding-top: 3em;
    padding-bottom: 35px;
}
.place-post-title h5 a{
  font: normal normal 300 24px/35px var(--Kanit-font);
  letter-spacing: 0px;
  color: var(--black-color);
}
.palace-box {
  border: 1px solid #DBDBDB;
  border-radius: 33px;
  padding: 15px;
}
.place-post-title {
    padding-top: 10px;
}
#tour_place .owl-carousel .owl-item img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/*------------Perfection-----------------*/
.perfection-content-box {
  box-shadow: inset 0px -3px 0px #D2D2D2;
  border-radius: 22px;
  padding: 6em 15px 30px 15px;
  background: #fff;
}
.perfection-content-box:hover{
  box-shadow: inset 0px -3px 0px var(--blue-color);
}
#perfection .owl-item .perfection-content-box img {
  width: auto;
  margin: 0 auto;
}
#perfection .owl-item:hover .perfection-content-box img{
  -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    animation: flipInX 2s 1;
}
.perfection-content-box h4 {
  font: normal 20px/45px var(--martel-font);
  color: var(--black-color);
  position: relative;
}
.perfection-content-box h4:before {
  content: '';
  background-color: var(--blue-color);
  position: absolute;
  bottom: 0px;
  width: 51px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.perfection-content-box p{
  font: normal normal 200 15px/25px var(--Kanit-font);
  color: var(--black-color);
  max-width: 85%;
  margin: 0 auto;
  padding: 25px 0;
}
.perfection-btn a {
  font: normal normal normal 18px/24px var(--Kanit-font);
  color: var(--blue-color);
}

/*-------Journey By Interest------------*/
#journey .tab_list {
  padding: 4em 0 40px;
}
#journey .nav-tabs .nav-link{
  font: normal 18px/30px var(--Kanit-font);
  color: var(--black-color);
  margin: 0 10px;
}
#journey .nav-tabs {
  border-bottom: unset;
}
#journey .nav-tabs .nav-link.active{
  border: 1px solid var(--blue-color);
  border-radius: 25px;
  background: var(--blue-color);
  color: var(--white-color);
}
#journey .nav-tabs .nav-link { 
  padding: 20px 25px;
}
#journey .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
}
#journey .cate-image-box h5 a{
  font: bold 19px/32px var(--martel-font);
  color: var(--black-color);
}
#journey .cate-image-box h5 {
  padding: 15px 0 6px;
}
#journey span.price-text{
  font: bold 14px/11px var(--Kanit-font);
  color: var(--black-color);
}
#journey span.price-day{
  font: 300 9px/11px var(--Kanit-font);
  color: var(--black-color);
}
#journey .cate-image-box {
  box-shadow: 0px 1px 3px #00000021;
  border-radius: 15px;
  padding-bottom: 20px;
}
#journey .cate-content-box {
    padding: 0 12px;
}
#journey .owl-carousel .owl-item img{
  border-radius: 16px;
}
#journey .journey-rating p{
  margin-top: 0 !important;
  display: contents;
}
#journey .journey-rating p .dashicons,#journey .journey-rating p .dashicons-before:before{
  font-size: 12px;
  width: 16px !important;
  margin-top: 5px;
}
#journey .journey-review{
  color: #000;
  font-family: 'Kanit';
  font-size: 13px;
  font-weight: 300;
}
/*------------Top Destination---------------*/
#top_destination .destination-image-box {
    position: relative;
}
#top_destination .destination-content-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 35px;
  padding: 13px 16px;
  background-image: linear-gradient(#FFFFFF33, #8080808C 103%);
  border-radius: 15px;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
#top_destination .destination-content-box h5 a{
  font: bold 24px/28px var(--jura-font);
  color: var(--black-color);
}
#top_destination .desti-price-box .price{
  font: 400 11px/16px var(--Kanit-font);
  color: #000;
}
#top_destination .desti-price-box .price_first{
  font-weight: bold;
  font-size: 16px;
}
#top_destination .destination-box img{
  border-radius: 20px;
}
#top_destination .journey-rating p{
  display: contents;
}
#top_destination .journey-rating .journey-review{
  color: #000;
  font-family: 'Kanit';
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: -2px;
}
#top_destination .journey-rating span{
  position: relative;
  top: 2px;
  width: 12px !important;
  font-size: 12px;
}
.destination-image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-radius: 15px;
    background: rgba(255,255,255,.2);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.destination-image-box:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.destination-image-box:hover img {
    transform: scale(1.05);
    transition-duration: 1s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.palace-box:before{
  position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 0%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(
-25deg);
    transform: skewX(
-25deg);
}
.palace-box:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
    width: 90%;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*----------Newsletter--------------------------*/
#our_newsletter span.your-email:before {
  content: '\f0e0';
  position: absolute;
  right: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 27px;
  top: -22px;
  color: var(--blue-color);
}
#our_newsletter .wpcf7-form-control-wrap{
  float: unset;
}
#our_newsletter input[type="email"] {
  width: 42%;
  background: #fff;
  border: 1px solid #707070;
  padding: 22px 15px;
  border-radius: 22px 0px 0px 22px;
  margin-right: 10px;
  margin-bottom: 25px;
}
#our_newsletter [type=submit]{
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: var(--white-color);
  padding: 16px 32px;
  font: bold 26px var(--jura-font);
  border-radius: 0px 22px 22px 0px;
  position: relative;
  top: -6px;
}
#our_newsletter input[type="email"]::placeholder{
  font: normal normal 200 18px/27px var(--Kanit-font);
  color: #4D4B4B;
}
#our_newsletter input[type="email"]:focus{
  outline: none;
}
#our_newsletter .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  bottom: auto;
  top: 55px;
  left: 0;
  right: 0;
}
#our_newsletter .wpcf7 form .wpcf7-response-output{
  color: var(--white-color);
}
#our_newsletter .section-head h3{
  color: var(--white-color);
  opacity: 0.22;
}
#our_newsletter .section-head h4{
  color: var(--white-color);
}
#our_newsletter .newsletter-form {
    padding-top: 4em;
}
/*--------------latest blog-----------------*/
#blog .meta-author-box .news-author,#blog .meta-comment-box .news-comments{
  font: 400 13px/18px var(--Kanit-font);
  color: #707070;
  text-transform: capitalize;
}
#blog .meta-author-box .news-author i,#blog .meta-comment-box .news-comments i{
  color: var(--blue-color);
}
#blog .blog-title a{
  font: 400 18px/28px var(--martel-font);
  color: var(--black-color);
}
#blog .blog-title p{
  font: normal normal 200 10px/22px var(--kanit-font);
  color: #060505;
}
#blog .blog-contents-left{
  box-shadow: 3px -6px 12px #0000001f;
  border-radius: 0px 0px 15px 15px;
}
#blog .owl-nav{
  padding: 7px 0 10px 0;
}
#blog .owl-nav .disabled i{
  color: var(--blue-color);
}
#blog .owl-nav .disabled{
  background-color: transparent;
}
#blog button{
  border-width: 2px;
}
#blog .owl-item{
  margin-bottom: 30px;
}
#blog .blog-contents-left .media span a{
  color: var(--blue-color);
}
#blog .owl-carousel .owl-item img{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#blog .owl-carousel .owl-item:hover img{
  transform: scale(1.2);
  transition-duration: 1s;
}
.blog-contents-left .box{
  overflow: hidden;
}
/*--------- Testimonial ---------------*/
.testimonial-quote-image{
  position: absolute;
  top: 8px;
}
#testimonials .head-para{
  font: 400 40px/70px var(--martel-font);
  letter-spacing: 0px;
  color: #000000;
}
#testimonials .slick-vertical .slick-slide{
  border: unset;
}
#testimonials .item.slick-slide img{
  transform: scale(0.9);
  border-radius: 20px;
}
#testimonials .item.slick-slide.slick-current.slick-active.slick-center img{
  transform: scale(1.0);
  border-radius: 20px;
}
#testimonials .item.slick-slide{
  position: relative;
  left: 10%;
  margin: 10px 0;
}
#testimonials .item.slick-slide.slick-current.slick-active.slick-center{
  left: 3%;
}
#testimonials .item.slick-slide .item-box{
  width: 65%;
  box-shadow: 0px 0px 10px #00000017;
  border-radius: 20px;
}
#testimonials .item.slick-slide.slick-current.slick-active.slick-center .item-box{
  width: 90%;
}
#testimonials .testimonial-text a{
  font: 400 22px/30px var(--martel-font);
  color: var(--black-color);
}
#testimonials .inner-page-meta span{
  font: 200 18px/20px var(--Kanit-font);
}
#testimonials .slick-slide:after {
    position: absolute;
    left: 85%;
    top: 50%;
    transition: 1s;
    content: "";
    width: 0px;
    height: 5px;
    background-color: var(--blue-color);
}
#testimonials .slick-slide.slick-active.slick-center:after {
    width: 200px;
    transition: 2s;
}
#testimonials .slick-slide p{
  font: 200 18px/46px var(--Kanit-font);
}
/*--------------Most Popular--------------------------*/
#most_popular .popular-box-image{
  background: var(--white-color);
  box-shadow: 0px 5px 9px #00000021;
  border-radius: 12px 12px 15px 15px;
}
#most_popular .popular-post-title a{
  font: bold 19px/33px var(--martel-font);
  color: var(--black-color);
}
#most_popular .popular-box-content p{
  font: 300 13px/24px var(--Kanit-font);
}
#most_popular .popular-box-user-count span,
#most_popular .popular-box-location span,
#most_popular .popular-box-day span{
  font: 400 14px/17px var(--jura-font);
  color: var(--black-color);
}
#most_popular .popular-box-user-count span i,
#most_popular .popular-box-location span i,
#most_popular .popular-box-day span i{
  font-size: 14px;
  color: var(--blue-color );
}
#most_popular .popular-box-button a{
  font: 300 12px/22px var(--Kanit-font);
  color: var(--white-color);
  background-color: var(--black-color);
  border-radius: 6px;
}
#most_popular .popular-box-price-title{
  font: bold 13px/20px var(--jura-font);
}
#most_popular .popular-price{
  font: bold 20px/20px var(--martel-font);
  color: var(--blue-color);
}
#most_popular .owl-nav{
  position: absolute;
    top: -30%;
    float: left;
    left: -32%;
}
#most_popular button{
  border-color: var(--white-color);
  width: 40px;
  height: 40px;
}
#most_popular #counter span{
  font-size: 30px;
}
#most_popular #counter{
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 10%;
}
#counter span:after{
  content: '';
  background-color: #0080bd;
  width: 1.5%;
  height: 3px;
  display: inline-flex;
  align-items: baseline;
  position: absolute;
  bottom: -1px;
  left: 11px;
}
#counter:after{
  content: '';
  background-color: #fff;
  width: 2.5%;
  height: 2px;
  display: inline-flex;
  align-items: baseline;
  position: absolute;
  bottom: -0.8px;
  left: 29px;
}
#most_popular .owl-carousel .owl-item img{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#most_popular .owl-carousel .owl-item:hover img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#most_popular .owl-carousel .owl-item:hover .popular-box-button a{
  background-color: var(--blue-color);
}
/*----------------Exclusive Offer-------------------*/
#exclusive-offer{
  padding: 80px 0;
}
.exclusive-offer-tag{
  font: 300 24px/35px var(--Kanit-font);
  color: var(--blue-color);
}
.exclusive-offer-name a{
  font: 400 30px/50px var(--martel-font);
  color: var(--black-color);
}
#exclusive-offer{
  background-size: 100% 100%;
}
#exclusive-offer .exclusive-offer-text{
  background-color: var(--white-color);
  border-radius: 35px;
}
#exclusive-offer .exclusive-offer-rating-text{
  font: 300 18px/30px var(--Kanit-font);
  color: var(--black-color);
}
#exclusive-offer .exclusive-offer-rating:after{
  border-right: 1px solid #70707085;
  content: '';
  position: absolute;
  width: 80%;
  height: 70%;
  top: 1em;
  left: 0;
  right: auto;
  display: block;
}
.exclusive-offer-title{
  font: 300 16px/20px var(--Kanit-font);
}
.exclusive-offer-title div{
  font-weight: 400;
  color: var(--blue-color);
}
.exclusive-offer-button a{
  border-radius: 12px;
  font: 400 16px/22px var(--Kanit-font);
  background-color: var(--blue-color);
  padding: 8px 10px;
  color: var(--white-color);
}
/*--------------search-----------------*/
#search-tour .form-fields label{
  font: bold 18px/18px var(--jura-font);
  color: var(--black-color);
}
#search-tour input[type="text"],#search-tour input[type="tel"],#search-tour input[type="email"],
#search-tour input[type="phno"],#search-tour input[type="password"],#search-tour textarea,
#search-tour input[type="date"]{
  border-width: 0px;
  width: 100% ;
}
#search-tour input[type="date"]:focus-visible{
  border-width: 0px;
  outline: none;
  padding: 13px 20px 20px 0px;
}
#search-tour input[type="date"]{
  padding: 18px 0px 18px 0;
}
#search-tour .form-fields select{
  border: none;
    background-color: transparent;
}
#search-tour .form-fields select:focus-visible{
  outline: none;
}
#search-tour .form-fields select::-ms-expand {
    display: none;
}
#search-tour .form-fields select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#search-tour .form-fields .form-select,#search-tour select{
  background-image: unset;
  padding: 10px;
}
#search-tour .form-fields .form-select:focus,#search-tour .form-fields input:focus{
  box-shadow: unset;
  background-color: unset;
}
#search-tour .form-fields input::placeholder,#search-tour .form-fields select{
  font: 200 16px/16px var(--Kanit-font);
  color: var(--black-color);
}
#search-tour .form-fields [type=submit]{
  color: var(--white-color);
  background-color: var(--blue-color);
  border: 2px solid var(--blue-color);
  border-radius: 21px;
  padding: 28px 24px;
}
#search-tour .form-fields [type=submit] i{
  font-size: 18px;
}
#search-tour .search-form{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  background-color: #fff;
}
#search-tour{
  margin-top: -60px;
}
#search-tour .form-fields .form-select,#search-tour select,#search-tour input[type="text"], #search-tour input[type="tel"], #search-tour input[type="email"], #search-tour input[type="phno"], #search-tour input[type="password"], #search-tour textarea, #search-tour input[type="date"]{
  padding-left: 0;
}
option:checked, option:hover {
  color: #fff!important;
  background: var(--blue-color);
}
#search-tour .form-fields .form-select{
  padding: 20px;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}
#search-tour .form-fields{
  position: relative;
}
#search-tour .form-fields:after{
  border-right: 1px solid #989898;
  content: '';
  display: block;
  background-color: var(--black-color);
  position: absolute;
  right: 10%;
  width: 0%;
  height: 50px;
  top: 26%;
}
#search-tour .search-tour-form2 .form-fields:last-child:after,
#search-tour .search-tour-form2 .form-fields:nth-child(2):after{
  content: unset;
}