:root{
    --baseColor: #104860;
    --activeColor: #f56960;
    --white: #fff;
}
body{
    overflow-x: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

@font-face {
    font-family: 'MyLocalFont';
    src: url('../font/HvDTrial_Brandon_Text_Regular-BF6514e9eb617a0.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyLocalFontBold';
    src: url('../font/HvDTrial_Brandon_Text_Black-BF6514e9eb54e57.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    /* font-family: 'MyLocalFont', sans-serif;
    font-family: 'MyLocalFontBold', sans-serif;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important; */

    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: initial;
    font-style: normal;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,b,strong{
    /* font-family: 'MyLocalFontBold', sans-serif; */
    /* font-family: 'MyLocalFont', sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-optical-sizing: auto; */
    /* font-weight: bold !important; */
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}
body {
    font-size: 1em; /* increases all text by 10% */
}

a{
    text-decoration: none;
    color: var(--baseColor);
}
.y-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.x-center{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.xy-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-sec{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 19999;
    background: #fff;
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08);
}
section.slider {
    margin-top: 95px;
}
.brand-logo {
    width: 285px;
    height: 95px;
    position: relative;
    overflow: hidden;
}
.brand-logo img{
    width: 100%;
    position: absolute;
    /* padding-top: 15px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menu-header-container .menu-list{
    padding: 0;
    margin: 0;
}
.menu-header-container .menu-list .menu-item{
    list-style: none;
    display: inline-block;
    position: relative;
}
/* menu has child  */
.menu-header-container .menu-list .menu-item.menu-item-has-children{
    padding-right: 20px;
}
.menu-header-container .menu-list .menu-item.menu-item-has-children:after{
    content: "\f0d7";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Adjust the weight as needed */
    font-style: normal; /* Adjust the style as needed */
    top: 34px;
    right: 14px;
    font-size: 19px;
    color: var(--baseColor);
}
.menu-header-container .menu-list .menu-item a{
    display: inline-block;
    color: var(--baseColor);
    text-decoration: none;
    padding: 37px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-header-container .menu-list .menu-item.current-menu-item a{
    color: var(--activeColor);
}

.menu-header-container .menu-list .menu-item.menu-item-has-children:hover:after{
    color: var(--activeColor);
}
.menu-header-container .menu-list .menu-item.menu-item-has-children:hover > a{
    color: var(--activeColor);
}
.menu-header-container .menu-list .menu-item a:hover{
    color: var(--activeColor);
}
/* sub menu */

.menu-header-container .menu-list .menu-item .sub-menu{
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 100%;
    left: 0;
    z-index: 99;
    border-top: 2px solid var(--activeColor);
}
.menu-header-container .menu-list .menu-item .sub-menu .menu-item{
    display: block;
}
.menu-header-container .menu-list .menu-item .sub-menu .menu-item a{
    margin: 0;
    padding: 8px 35px;
    font-size: 14px;
    border-bottom: 1px solid rgba(35, 33, 33, 0.21);
    display: block;
}
.menu-header-container .menu-list .menu-item .sub-menu .menu-item a:hover{
    background-color: var(--baseColor);
}
.menu-header-container .menu-list .menu-item:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.inquiry-link {
    position: absolute;
    right: 112px;
}

.inquiry-link a{
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--baseColor);
    color: var(--white);
    text-decoration: none;
    transition: all 0.5s;
    font-size: 14px;
}

.inquiry-link a:hover{
    background-color: var(--activeColor);
}

/* slider */
.over-lay-30{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #333;
    top: 0;
    left: 0;
    z-index: 2;
}

.overlay-50{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #333;
    top: 0;
    left: 0;
    z-index: 2;
}
.slider .item .slider-cover{
    width: 100%;
    height: 600px;
    position: relative;
}
.slider .item .slider-cover img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

.slider .owl-carousel-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.slider .owl-carousel-slider .owl-nav button{
    background-color: rgba(255, 255, 255, 0.21);
    padding: 10px !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider .owl-carousel-slider .owl-nav button:hover{
    background-color: var(--activeColor);
}

.slider .owl-carousel-slider .owl-nav button:hover span{
    color: var(--white);
}
.slider .owl-carousel-slider .owl-nav .owl-next{
    right: 30px;
    position: absolute;
}
.slider .owl-carousel-slider .owl-nav .owl-prev{
    left: 10px;
    position: absolute;
}
.slider .owl-carousel-slider .owl-nav button span{
    display: block;
    margin-top: -20px;
    font-size: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider .owl-carousel-slider .slider-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40%;
    z-index: 3;
}
.slider .owl-carousel-slider .slider-content .slider-title{
    font-size: 60px;
    color: var(--white);
}
.slider .owl-carousel-slider .slider-content .slider-decs{
    font-size: 30px;
    color: var(--white);
}

.slider .owl-carousel-slider .slider-content .decover a{
    display: inline-block;
    padding: 12px 25px;
    background-color: var(--activeColor);
    color: var(--white);
    text-decoration: none;
    border-radius: 4px;
}

.slider .owl-carousel-slider .slider-content .decover a:hover{
    opacity: 0.8;
}

/* home page */

/* search form */
section.search-sec {
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
form#searchform {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08);
}
#searchform select,#searchform input{
    width: 100%;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #dedede;
    outline: none;
    background-color: #f8f8f8;
    margin-top: 10px;
}
#searchform #searchsubmit{
    background-color: var(--activeColor);
    font-weight: 700;
    /* width: auto; */
    margin-top: 30px;
    color: var(--white);
    padding: 10px 30px;
}

/* FRONT SIDE */
.img-cover-box{
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08);
    border-bottom: 2px solid var(--baseColor);
    position: relative;
}
.destination .img-cover{
    height: 400px;
    overflow: hidden;
}

.destination .img-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;

}

.destination .dest-name {
    background-color: var(--baseColor);
    display: inline-block;
    max-width: 95%;
    color: var(--white);
    padding: 10px 25px;
    margin-top: -26px;
    position: absolute;
    font-size: 15px;
}
.destination .dest-name:first-letter{
    text-transform: uppercase;
}

.destination .img-cover-box:hover .img-cover img{
    transform: scale(1.2);
}


.destination .dest-name:before{
    content: "";
    border-top: 30px solid  var(--baseColor);
    border-bottom: 30px solid #ff000000;
    border-right: 30px solid #00800000;
    top: 0;
    position: absolute;
    left: 99%;
}
.destination .dest-name:after{
    content: "";
    border-top: 30px solid #ff000000;
    border-bottom: 30px solid var(--baseColor);
    border-right: 30px solid #00800000;
    bottom: 0;
    position: absolute;
    left: 99%;
}
.destination .discount{
    position: absolute;
    width: 80px;
    height: 80px;
    /* padding: 20px; */
    background-color: var(--activeColor);
    border-radius: 50%;
    right: 13px;
    top: 260px;
    font-size: 20px;
    font-weight: bold;
}

.destination .discount span{
    display: block;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    color: var(--white);
}
.destination .discount .discount-item{
    display: inline-block;
    margin-top: 20px;
    font-size: 24px;
    border-bottom: 2px solid var(--white);
    margin-left: 18px;
    line-height: 26px;
}

.destination-sec.destination .dest-name{
    top: 15px;
    left: 15px;
    margin-top: 0;

}
.destination-sec.destination .img-cover{
    position: relative;
}
.destination-sec.destination .border-box{
    position: absolute;
    width: 93%; height: 93%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff61;
}
.destination-sec.destination .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}
.destination-sec.destination .owl-nav .owl-prev{
    position: absolute;
    left: -60px;
}
.destination-sec.destination .owl-nav .owl-next{
    position: absolute;
    right: -60px;
}
.destination-sec.destination .owl-nav button span{
    font-size: 80px;
    color: var(--baseColor);
}


.custom-tour{
    height: 500px;
    background-attachment: fixed;
    position: relative;
}
.bg-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.custom-tour .custom-tour-content *{
    font-weight: bold;
}
.tour_option_big_title span{
    color: var(--activeColor);
    padding-left: 100px;
    position: relative;
}
.tour_option_big_title span:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--activeColor);
    top: 50%;
    left: 6px;
}

.tour-package u.ul-tour-type {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    display: flex;
}
.tour-package u.ul-tour-type li{
    list-style: none;
    padding: 5px 18px;
    margin: 0;
    width: auto;
    text-decoration: none !important;
    display: inline-block;
    border-left: 1px solid #bcbcbc;
    font-weight: 600;
    color: var(--activeColor);
}
.tour-package u.ul-tour-type li:first-child{
    border-left: none;
}

.tour-package .img-cover{
    height: 300px;
}

.view-all-package{
    text-align: center;
}
.view-all-package a{
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--activeColor);
    color: var(--white);
    text-decoration: none;
    border-radius: 4px;
}
.view-all-package a:hover{
    opacity: 0.8;
}
/* calllback */
.callback-for-more .container-background{
    background-color: var(--baseColor);
    width: 100%;
    height: 600px;
    padding-left: 276px;
}

.callback-for-more .callback-img{
    height: 400px;
    width: 550px;
    position: relative;
    margin-left: 110px;
}
.callback-for-more .callback-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.callback-for-more ul.ul-callback-list {
    margin: 0;
    padding: 0;
    position: relative;
}
.callback-for-more ul.ul-callback-list:after{
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    border-right: 1px solid var(--white);
    opacity: 0.3;
}
.callback-for-more ul.ul-callback-list li{
    display: block;
    padding: 30px 20px;
    /* border: 2px solid var(--white); */
    position: relative;
    font-size: 20px;
    color: var(--white);
    text-align: center;
}
.callback-for-more ul.ul-callback-list li:after{
    position: absolute;
    content: "";
    width: 103%;
    left: 0;
    height: 0px;
    top: 0;
    border-top: 1px solid var(--white);
    opacity: 0.3;
}
.callback-for-more ul.ul-callback-list li:first-child:after, .callback-for-more ul.ul-callback-list li:nth-child(3):after{
    border-top: none;
}
.callback-for-more ul.ul-callback-list li:last-child:after{
    left: -7px;
}

/* following-services */

.following-services .service-icon{
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--baseColor);
    border-radius: 50%;
    text-align: center;
}
.following-services .service-icon i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: var(--white);
    font-size: 40px;
}
.following-services .service-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: -20px;
}
.gallery .gallery-cover{
    width: 100%;
    height: 500px;
}
.gallery .gallery-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* guest Review */
.guest-review .profile{
   /* border: 2px solid #f7f7f7; */
   padding: 20px;
   box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.guest-review .img-profile{
    width: 80px;
    height: 80px;
    margin-top: -66px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #00a680;
}
.guest-review .img-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guest-review .review-stars{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.guest-review .review-stars li{
    margin-right: 2px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    background-color: #00a680;
    position: relative;
    list-style: none;
    border-radius: 50%;
}

.guest-review .review-stars li span{
    width: 16px;
    height: 16px;
    background-color: #00a680;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.guest-review  .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}
.guest-review  .owl-nav button span{
    font-size: 60px;
    opacity: 0.2;
}

.guest-review  .owl-nav .owl-prev{
    position: absolute;
    left: 10px;
}
.guest-review  .owl-nav .owl-next{
    position: absolute;
    right: 10px;
}
.guest-review  .owl-nav button.disabled{
    display: none;
}

/* fotter   */

.sicail-media{
    background-color: #f7f7f7;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.sicail-media .socialmedia{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.sicail-media .socialmedia li{
    list-style: none;
}
.sicail-media .socialmedia li a{
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: 3px 10px;
}
.sicail-media .socialmedia li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%,-50%);
}
footer.footer-wrap{
    background-color: var(--baseColor);
}
footer.footer-wrap .footer-title{
    position: relative;
    padding-left: 20px;
}
footer.footer-wrap .footer-title:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 60%;
    background-color: var(--white);
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
footer.footer-wrap .footer-contact{
    margin: 0;
    padding: 0;
}
footer.footer-wrap .footer-contact li{
    list-style: none;
    line-height: 35px;
}
footer.footer-wrap .footer-contact li a{
    color: var(--white);
    text-decoration: none;
}
footer.footer-wrap .footer-contact li a i{
    color: var(--activeColor);
    transition: all 0.5s;
}
footer.footer-wrap .footer-contact li:hover > a i{
    color: var(--white);
}

footer.footer-wrap .newslietter-form *{
    width: 100%;
    margin-bottom: 10px;
}
footer.footer-wrap .newslietter-form input{
    padding: 10px 20px;
    outline: none;
    border: 1px solid #f7f7f7;
}
footer.footer-wrap .newslietter-form input.wpcf7-submit{
    background-color: var(--activeColor);
    border: 1px solid var(--activeColor);
    color: var(--white);
}
footer.footer-wrap .copy-right-sec{
    margin: 0;
    padding: 0;
}
footer.footer-wrap .copy-right-sec li{
    list-style: none;
    display: inline-block;
}
footer.footer-wrap .copy-right-sec li a{
    text-decoration: none;
    display: block;
    color: var(--white);
    position: relative;
    border-left: 1px solid var(--white);
    line-height: 15px;
    padding: 0px 15px;
}
footer.footer-wrap .copy-right-sec li:first-child a{
    padding: 0px 15px 0px 0px;
    border-left: none;
}

/* destination page */
.banner-img{
    height: 550px;
    width: 100%;
    position: relative;
	margin-top: 95px;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img .dest-id{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
    color: var(--white);
    font-size: 60px;
}

/* single Tour */
.tour-detail-page .img-cover{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.tour-detail-page .img-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* single Tour */
.tour-detail-page .img-gallery{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    height: 150px;
}
.tour-detail-page .img-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-detail-page .tour-list{
    margin: 0;
    padding: 0;
    column-count: 2;
}
.tour-detail-page .tour-list li{ 
    list-style: none;
    display: block;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    font-size: 17px;
    margin: 15px 5px 15px 5px;
}
.tour-detail-page .tour-list li:first-child{
    margin-top: 0px;
}

.tour-detail-page .content-detail .tabs{
    margin: 0;
    padding: 0;
}
.tour-detail-page .content-detail .tabs li{
    list-style: none;
    cursor: pointer;
    display: inline-block;
    padding: 20px 20px;
    position: relative;
}
.tour-detail-page .content-detail .tabs li.active:after{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -4px;
    height: 10px;
    background: var(--white);
    z-index: 2;
}
.tour-detail-page .content-detail .tabs li.active{
    border: 1px solid #d1d1d1;
    color: var(--activeColor);
}

.tour-detail-page .content-detail .content-tab {
    display: none;
    padding: 15px;
    border: 1px solid #d1d1d1;
}
.tour-detail-page .content-detail .content-tab.active{
    display: block;
}
.tour-detail-page .content-detail .content-tab img{
    width: 100%;
    height: auto;
}
.tour-detail-page .content-detail table{
    font-size: 17px !important;
}
/* search page */
.search-page .row-post{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 20px;
}
.search-page .row-post .img-cover{
    height: 220px;
    width: 100%;
    position: relative;
}
.search-page .row-post .img-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-page .row-post .img-cover .discount{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--activeColor);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    color: var(--white);
}
.search-page .row-post .img-cover .discount .discount-item{
    font-size: 22px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 18px;
    width: 100%;
    display: block;
}
.search-page .row-post .tour-list{
    margin: 0;
    padding: 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.search-page .row-post .tour-list li{
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
    color: var(--activeColor);
}
.search-page .row-post .explore-more span{
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #d1d1d1;
    transition: all 0.5s;
}
.search-page .row-post .explore-more span:hover{
    background-color: var(--activeColor);
    color: var(--white);
}

.search-page .package-title-list{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.search-page .package-title-list .img-cover{
    width: 100%;
}
.search-page .package-title-list .img-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-page .package-title-list .list{
    margin: 0;
    padding: 0;
}
.search-page .package-title-list .list li{
    list-style: none;
}
.search-page .package-title-list .list li a{
    display: block;
    padding: 8px;
    /* border-top: 1px solid #d1d1d1; */
    border-bottom: 1px solid #d1d1d1;
}
.search-page .package-title-list .list li a i{
    color: var(--activeColor);
}

/* contact Page */
.contat-page .contact-form input, .contat-page .contact-form textarea{
    width: 100%;
    padding: 10px 25px;
    border: 1px solid #d1d1d1;
    outline: none;
    margin-bottom: 35px;
}
.contat-page .contact-form textarea{
    height: 150px;
}
.contat-page .contact-form input[type = 'submit']{
    background-color: var(--activeColor);
    color: var(--white);
    font-weight: bold;
}
.contat-page .contact-form input[type = 'submit']:hover{
    opacity: 0.8;
}

.contat-page .contact-icon{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--baseColor);
} 
.contat-page .contact-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 20px;
}

.contat-page .socialmedia {
    margin: 0;
    padding: 0;
}
.contat-page .socialmedia li{
    list-style: none;
    display: inline-block;
}
.contat-page .socialmedia li a{
    display: inline-block;
    padding: 10px 10px;
    margin-right: 5px;
    color: var(--activeColor);
    border: 1px solid var(--activeColor);
    width: 40px;
    height: 40px;
    position: relative;
}
.contat-page .socialmedia li a i{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.contat-page .google-map{
    width: 100%;
    height: 500px;
}
.contat-page .google-map iframe{
    width: 100%;
    height: 100%;
}

/* about page */

/* .about-page .tabs-box{
    padding: 25px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
} */
.about-page .tabs-box .story-tabs{
    margin: 0;
    padding: 0;
}
.about-page .tabs-box .story-tabs li{
    list-style: none;
}
.about-page .tabs-box .story-tabs li span{
    display: block;
    cursor: pointer;
}
.about-page .tabs-box .story-tabs li span i{
    transform: rotate(90deg);
}
.about-page .storey-content-tab {
    display: none;
    transition: 0.5s ease; /* Adjust the duration and timing function as needed */
    height: 0px;
    opacity: 0;
}

.about-page .storey-content-tab.active {
    display: block;
    opacity: 1;
    height: auto;
}

.about-page .tabs-box  a {
    color: white;
    text-decoration: none;
  }
  .about-page .tabs-box  a:hover {
    text-decoration: underline;
  }
  
  .about-page .tabs-box  [data-toggle=collapse] {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px;
    background-color: white;
    margin-bottom: -1px;
    outline: none;
    transition: all 0.5s ease-in-out;
    margin-bottom: 25px;
    border: none;
  }
  .tabs-box-shadow{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);

  }
  .about-page .tabs-box [data-toggle=collapse]:hover {
    background-color: #DCDCDC;
  }
  .about-page .tabs-box [data-toggle=collapse][aria-expanded=true] {
    background-color: var(--baseColor);
    color: white;
  }
  .about-page .tabs-box [data-toggle=collapse][aria-expanded=true]:after {
    content: "-";
    margin-right: 2px;
    float: right;
  }
  .about-page .tabs-box [data-toggle=collapse][aria-expanded=false]:after {
    content: "+";
    float: right;
  }
  
.about-page .tabs-box .box {
    background-color: white;
    display: none;
    margin-bottom: -1px;
  }
  .about-page .tabs-box .box p {
    padding: 5px 20px;
  }

  /* question-form */
  .question-form{
    background-color: var(--baseColor);
  }

.question-form form input, .question-form form textarea{
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #d1d1d1;
}
.question-form form textarea{
    height: 120px;
}
.question-form form input[type='submit']{
    background-color: var(--activeColor);
    border: 1px solid var(--activeColor);
    color: var(--white);
    font-weight: bold;
}
.about-page img{
    width: 100%;
}


/* Inquiry Form  */
.inquiry-form-box input,
.inquiry-form-box select,
.inquiry-form-box textarea {
    width: 100%;
    padding: 8px 20px;
    outline: none;
}
.inquiry-form-box form p{
    margin: 0;
}
.inquiry-form-box  .wpcf7-list-item{
    display: block;
    margin: 0;
}
.inquiry-form-box input[type="radio"]{
    width: auto;
}

/* .inquiry-form-box .Arrival-Date-andTime input{
    width: 40%;
    display: inline-block;
    margin-right: 10px;
} */
.inquiry-form-box input[type="submit"]{
    background-color: var(--activeColor);
    border: 1px solid var(--activeColor);
    padding: 10px;
    color: var(--white);
}

/* .inquiry-form-box .Arrival-Date-andTime select{
    margin-left: 9px;
    width: 90px;
} */
.inquiry-form-box .label{
    margin-bottom: 10px;
}
.box-shadowing{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 70px;
}
.book-now a{
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--baseColor);
    color: var(--white);
}

.mobile-menu-nav{
    position: absolute;
    right: calc(112px + 130px);
    top: 12px;
    font-size: 30px;
    color: var(--baseColor);
    display: none;
}
.mobile-menu-nav .close-menu-nav-icon{
    cursor: pointer;
    padding: 3px 17px;
    z-index: 9999;
    position: fixed;
    color: var(--activeColor);
    top: 10px;
    background: white;
    right: -150%;
    transition: all 0.5s;
}
.mobile-menu-nav .menu-nav-icon{
    cursor: pointer;
    padding: 5px 15px;
}


.single-page img{
    width: 100%;
    height: auto;
}

.single-owl-carousel .item{
    height: 400px;
}
.single-owl-carousel .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}
.single-owl-carousel .owl-nav button{
    width: 50px;
    height: 60px;
    background: #ffffffa6 !important;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, .13), 0px 0px 2px 0px rgba(0, 0, 0, .05);
}
.single-owl-carousel .owl-nav button span{
    font-size: 60px;
    position: absolute;
    top: -22px;
    left: 16px;
}
.single-owl-carousel .owl-nav button.owl-prev{
    left: -30px;
    position: absolute;
}
.single-owl-carousel .owl-nav button.owl-next{
    right: -30px;
    position: absolute;
}

.dest-title-guaranteed {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guaranteed-tour-type{
    background-color: #f56960;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7f7f7;
}
.guaranteed-tour-type i{
    display: block;
    font-size: 30px;
}
.price-from{
    position: relative;
    display: inline-block;
}
.price-from h5{
    text-decoration: line-through;
}
.price-from p{
    position: absolute;
    top: 0;
    background: #f56960;
    color: #fff;
    padding: 0px 5px;
    right: -70px;
    z-index: 2;
}
.price-from .discount-sign{
    background-color: #f56960;
    position: absolute;
    width: 17px;
    height: 17px;
    rotate: 45deg;
    z-index: 1;
    right: -32px;
    top: 3px;
}
.final-price{
    color: #f56960;
    font-size: 24px;
}
.btn-view-tour{
    background-color: #104860;
    color: #f7f7f7;
    display: inline-block;
    padding: 8px 15px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
}

span.big-number {
    font-size: 45px;
    position: absolute;
    right: 112%;
    top: -12px;
    font-weight: bold;
    color: #104860;
}

/* responsive */
@media (max-width: 1399px) {
    .menu-header-container .menu-list .menu-item a{
        padding: 28px 7px;
        font-size: 14px;
    }
    .menu-header-container .menu-list .menu-item.menu-item-has-children:after{
        top: 23px;
        right: 10px;
    }
}
@media (max-width: 1299px) {
	section.slider, .banner-img{
		margin-top: 75px;
	}
    .menu-header-container .menu-list .menu-item a{
        padding: 28px 7px;
        font-size: 14px;
    }
    .menu-header-container .menu-list .menu-item.menu-item-has-children:after{
        top: 23px;
        right: 8px;
    }
    .brand-logo{
        width: 250px;
        height: 80px;
    }
    .menu-header-container .menu-list .menu-item .sub-menu .menu-item a{
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    nav.menu-header-container{
        position: fixed;
        width: 400px;
        right: -150%;
        height: 100vh;
        top: 0;
        background: var(--baseColor);
        z-index: 999;
        transition: all 0.5s;
        padding: 50px 0px;
        overflow-y: auto;
    }
    .menu-header-container .menu-list .menu-item{
        display: block;
        border-bottom: 1px solid #d1d1d1;
    }
    .menu-header-container .menu-list .menu-item a{
        display: block;
        color: var(--white);
        text-align: center;
        padding: 20px 10px;
    }
    .menu-header-container .menu-list .menu-item.menu-item-has-children:after{
        color: var(--white);
    }
    .menu-header-container .menu-list .menu-item .sub-menu{
        display: block;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        width: 100%;
        position: static;
    }
    .menu-header-container .menu-list .menu-item .sub-menu .menu-item{
        border-bottom: 1px solid #d1d1d1;
        font-style: italic;
    }
    .mobile-menu-nav{display: block;}

    .callback-for-more .callback-img{
        width: 500px;
        margin-left: 25px;
    }
}

@media (max-width: 991px) {
    .callback-for-more .callback-img{
        width: 100%;
        margin-left: 0px;
        /* margin-bottom: 25px; */
    }
    .callback-for-more .container-background{
        padding: 0;
    }
    .following-services .service-icon{
        margin-top: 35px;
    }
    .gallery .gallery-cover{
        height: 350px;
    }
}

@media (max-width: 767px) {
    .single-owl-carousel .item{
        height: 250px;
    }
    .price-from .discount-sign {
        background-color: #f56960;
        position: absolute;
        width: 17px;
        height: 17px;
        rotate: 45deg;
        z-index: 1;
        right: -32px;
        top: 4px;
    }

    .slider .owl-carousel-slider .slider-content{
        top: 30%;
    }
    .slider .owl-carousel-slider .slider-content .slider-title{
        font-size: 40px;
    }
    .slider .owl-carousel-slider .slider-content .slider-decs{
        font-size: 24px;
    }
    .slider .item .slider-cover{
        height: 450px;
    }

    .destination .img-cover{
        height: 300px;
    }
    .destination-sec.destination .owl-nav .owl-next{
        right: -36px;
    }
    .destination-sec.destination .owl-nav .owl-prev{
        left: -36px;
    }
    .following-services .service-title{
        font-size: 15px;
        line-height: 24px;
        margin-top: -10px;
    }
    .following-services .service-icon{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .big-number-sec{
        margin-left: 44px;
    }
    .inquiry-link {
        position: absolute;
        right: 35px;
    }
    .mobile-menu-nav{
        right: calc(112px + 50px);
    }

    .custom-tour {
        height: 400px;
    }
    .gallery .gallery-cover{
        height: 250px;
    }

    .contat-page .google-map{
        height: 300px;
    }

}

@media (max-width: 499px) {
    .price-from .discount-sign {
        background-color: #f56960;
        position: absolute;
        width: 17px;
        height: 17px;
        rotate: 45deg;
        z-index: 1;
        right: -35px;
        top: 4px;
    }

    nav.menu-header-container {
        width: 100%;
    }
    .slider .owl-carousel-slider .slider-content .slider-title{
        font-size: 30px;
    }
    .slider .owl-carousel-slider .slider-content .slider-decs{
        font-size: 18px;
    }
    .inquiry-link a{
        padding: 5px 10px;
        font-size: 14px;
    }
    .mobile-menu-nav .menu-nav-icon {
        cursor: pointer;
        padding: 5px 3px;
    }
}
@media (max-width: 420px) {
    .brand-logo {
        width: 210px;
        height: 80px;
    }
    .inquiry-link {
        right: 15px;
    }
    .inquiry-link a{
        padding: 5px 10px;
    }
    .mobile-menu-nav {
        right: calc(100px + 3px);
    }
}
