/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #787780;
    --thm-gray-rgb: 120, 119, 128;
    --thm-primary: rgb(32, 155, 200);
    --thm-primary-rgb: 232, 96, 76;
    --thm-black: #313041;
    --thm-black-rgb: 49, 48, 65;
    --thm-base: #FFD500;
    --thm-base-rgb: 255, 255, 255;
    --thm-clr-extra: #e3e3e3;
    --thm-border-radius: 8px;
    --thm-letter-spacing: -0.02em;
    --surface-color: #fff;
    --curve: 40;
}

/*.content-container{
    padding-left: 7.5%;
    padding-right: 7.5%;
}*/

body{
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


.page-wrapper-1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

 .custom_travel_desk li{
                position: relative;
                width: 100%;
                text-align: center;
                border: 1px solid #75757f;
                padding-top: 38px;
                padding-bottom: 35px;
                border-radius: var(--thm-border-radius);
                margin-left: 6px;
                margin-bottom: 6px;
                float: left;
            }
            .custom-video-one__right{
                position: relative;
                display: block;
                /* margin-left: 164px; */
                margin-top: -15px;
            }

            .custom-video-one__icon-box-title{
                font-size: 17px;
                font-weight: 700;
            }




.custom-section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-black);
    font-size: 33px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-top: 5px;
    margin-bottom: 6px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}


.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: rgb(255 213 0);
    color: #209bc8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 30px 8px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.thm-btn:hover {
    color: var(--thm-base);
}


.section-title {
    margin-top: 5px;
    margin-bottom: 47px;
}

.section-title__tagline {
    display: block;
    color: var(--thm-primary);
    font-size: 20px;
    align-items: center;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    font-family: var(--thm-reey-font);
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-top: 5px;
/*    margin-bottom: 47px;*/
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
    background-color: transparent !important;
}

.blog-section-img{
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

.bootstrap-select .dropdown-menu.inner {
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer;
}


.bootstrap-select .dropdown-menu>li:last-child>a {
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}


.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.popular-tours__img img {
    height: 250px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    background: none;
}

.main-header__top {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.main-header__top-inner {
    position: relative;
    display: block;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0 4px;
}

.custom-content p {
        text-align: justify;
        margin: 0;
    }

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-address li+li {
    margin-left: 20px;
}

.main-header__top-address li .icon {
    display: flex;
    align-items: center;
}

.main-header__top-address li .icon span {
    font-size: 15px;
    color: var(--thm-primary);
}

.main-header__top-address li .text {
    margin-left: 10px;
}

.main-header__top-address li .text a {
    font-size: 13px;
    font-weight: 500;
    color: #a9a8b6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-address li .text a:hover {
    color: var(--thm-base);
}

.main-header__top-right {
    position: relative;
    display: block;
    float: right;
    margin-left: -20px;
}

.main-header__top-right-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 14.5px 0;
    margin-right: 40px;
}

.main-header__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-right-social a:hover {
    color: var(--thm-primary);
}

.main-header__top-right-social a+a {
    margin-left: 20px;
}

.main-header__top-right-btn {
    padding: 5px 40px 5px;
    border-radius: 0;
    border-left: 1px solid;
}

.main-header__top-right-btn:after {
    background-color: #209bc8;
}

.main-header__top-right-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.main-header__top-right-btn:hover {
    color: #ffffff;
}

.main-menu {
    position: relative;
    padding: 0 0;
    z-index: 91;
    background-color: #006585;
}

.main-menu-wrapper {
    position: relative;
    display: block;
}

.main-menu-wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    float: left;
    margin-left: -70px;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 32px;
    padding-bottom: 31.5px;
    margin-left: 130px;
    margin-right: 20px;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
}

.main-menu__search,
.main-menu__user {
    height: 50px;
    width: 50px;
    background-color: #faf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.main-menu__search:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.main-menu__user {
    margin-left: 10px;
}

.main-menu__user:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}


.stricky-header.main-menu {
    padding: 0 0;
    background-color: var(--thm-base);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
    margin-left: 50px;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 33px;
    padding-bottom: 33px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 24px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: var(--thm-primary);
    position: absolute;
    bottom: -33px;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #ffd500;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--thm-primary);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--thm-primary);
}



.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: var(--thm-black);
    display: flex;
    padding-left: 7px !important;   
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
    white-space: nowrap;
}


.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul>li:last-child>a {
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);

}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-primary);
    color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.all_destinations{
    position: absolute;
  
    width: 1400px;
    border: 2px solid black;
    height: 500px;
    display: none;
    padding-top: 10px;
    margin-left:-200px ;
    margin-top: 10px;
  }
  
  .nav_list_drop:hover .all_destinations{
    display: block;
  }
  
  .all_destinations .container{
    width: 98%;
    margin-left: 1%;
    height: 98%;
    overflow: auto;
  }
  
  .all_destinations .container .row{
    width: 100%;
    height: 100%;
  }
  
  .all_destinations .container .row .col-xl-4{
    display: inline-block;
  }
  
  .card_list{
    border: 2px solid black;
    border-radius: 7px;
    margin: 1rem;
    width: 24rem;
    height: 5rem;
  }
  
  .card_list img{
    display: inline-block;
    float: right;
    margin-top: 2%;
    margin-right: 2%;
    width: 40%;
    height: 80%;
  }
  
  .card_list p{
    margin-top: 2%;
    margin-left: 2%;
    display: inline-block;
    font-size: 48px;
  }
  
  .card_list:hover{
    transform: scale(1.1);
    transition: 500ms;
  } 

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: white;
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
    z-index: -1;

}
.active-sub{
    border-color:blue;
}

.destination{
    display: block;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    color: var(--thm-base);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header .main-menu-two .main-menu__list>li.current>a,
.stricky-header .main-menu-two .main-menu__list>li:hover>a {
    color: var(--thm-base);
}

.main-menu-two .main-menu-wrapper__right {
    padding: 40px 0;
}

.main-menu-two .main-menu__search,
.main-menu-two .main-menu__user {
    background-color: transparent;
    color: var(--thm-base);
    height: inherit;
    width: inherit;
}

.main-menu-two .main-menu__search:hover {
    color: var(--thm-primary);
}

.main-menu-two .main-menu__user {
    margin-left: 20px;
}

.main-menu-two .main-menu__user:hover {
    color: var(--thm-primary);
}

.stricky-header.main-menu-two {
    padding: 0 0;
    background-color: var(--thm-black);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}



@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}


/*--------------------------------------------------------------
    Float Bob Y Animation Css
--------------------------------------------------------------*/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 18px;
    text-align: center;
}

.main-menu-wrapper__logo img{
    width:80px;
    height:80px;
    margin-top: -20px;
    margin-left: 90px;
    object-fit: cover;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--thm-primary);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #ffffff;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-primary);
}

.search-popup__content .thm-btn:hover {
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}

.tour-search-one__input-box-last .selectpicker{
    width: 10px;
    background-color: #000000;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: #151414;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform-origin: top center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease;
    z-index: -1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .6);
}

.main-slider .swiper-slide-inner {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 280px;
    padding-bottom: 255px;
}

.main-slider h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--thm-primary);
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    margin-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
    z-index: 2;
}

.main-slider h2:before {
    position: absolute;
    bottom: 7px;
    right: -8px;
    background-image: url(../images/shapes/main-slider-shape-1.png);
    background-repeat: no-repeat;
    width: 409px;
    height: 24px;
    content: "";
}

.main-slider p {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
    z-index: 3;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-slider-button-next {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    margin-right: 100px;
    font-size: 25px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    transition: 0.5s;
}

.main-slider-button-prev {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #ffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 100px;
    font-size: 25px;
    border: 2px solid #fff;
    transform: rotate(-180deg);
    opacity: 0.2;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-button-prev,
.main-slider-button-next:focus {
    outline: none;
}

.main-slider-button-prev:hover,
.main-slider-button-next:hover {
    opacity: 1;
}


/*Main Text*/

.main-slider video{
    filter:brightness(50%);

}



.main_text{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.main_text h3{
    color: white;
    text-align: center;
}

.main_text h1{
    font-weight: bolder;
    font-size: 54px;
    text-align: center;
    color: white;
}

/*--------------------------------------------------------------
# Banner Two
--------------------------------------------------------------*/
.banner-two {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    z-index: 1;
    overflow: hidden;
    background-color: var(--thm-black);
    padding-top: 334px;
    padding-bottom: 126px;
}

.banner-two .banner-bg-slide {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-bg-slide-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .60);
}

.banner-two__content {
    position: relative;
    display: block;
}

.banner-two__sub-title {
    font-size: 60px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    line-height: 60px;
    margin: 0;
    padding-left: 231px;
}

.banner-two__title {
    font-size: 70px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 60px;
    letter-spacing: var(--thm-letter-spacing);
    margin-top: -6px;
    text-align: center;
    margin-bottom: 70px;
}

.banner-two__bottom-text {
    font-size: 18px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 52px;
}

.banner-two__content .tour-search-one__btn {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/


.tour-search-box .text h1{
    color: white;
    margin-top: -60px;
    font-size: 32px;
}

.tour-search {
    position: absolute;
    display: block;
    margin-top: -254px;
    z-index: 2;
    width: 100%;
}


.tour-search-box {
    position: relative;
    display: block;
}

.tour-search-one {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, .05);
    border-radius: var(--thm-border-radius);
}

.tour-search-one__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.tour-search-one__inputs {
    -webkit-box-flex: 1;
    flex: 1 1 calc(100% - 224px);
    max-width: calc(100% - 224px);
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-search-one__btn-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 224px;
    max-width: 224px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.tour-search-one__btn {
    padding: 33px 60px 33px;
    font-size: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.tour-search-one__btn:after {
    right: -1px;
}

.tour-search-one__input-box {
    -webkit-box-flex: 1;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0px 40px;
    padding-top: 27px;
    padding-bottom: 25px;
}

.tour-search-one__input-box:nth-child(2) {
    border-left: 1px solid #ebe6de;
}

.tour-search-one__input-box:nth-child(3) {
    border-left: 1px solid #ebe6de;
}

.tour-search-one__input-box-last {
    padding-top: 24px;
    padding-bottom: 24px;
}

.tour-search-one__input-box label {
    display: block;
    margin: 0;
    color: var(--thm-gray);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    box-shadow: none;
    line-height: 18px;
}

.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
    border: none;
    outline: none;
    font-size: 18px;
    color: var(--thm-black);
    display: block;
    line-height: 28px;
}

.tour-search-one__input-box ::-webkit-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.tour-search-one__input-box ::-moz-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.tour-search-one__input-box ::-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.tour-search-one__input-box ::placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
    color: var(--thm-black);
}

.tour-search-one__input-box ::-ms-input-placeholder {
    color: var(--thm-black);
}

.tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border: none;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: var(--thm-black);
    display: block;
    line-height: 28px;
}

.tour-search-one__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

/*--------------------------------------------------------------
# Destinations One
--------------------------------------------------------------*/
.destinations-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
}



.destinations-one .row {
    --bs-gutter-x: 10px;
}

.destinations-one__single {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.destinations-one__img {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    overflow: hidden;
    z-index: 1;
}

.destinations-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: var(--thm-border-radius);
    background-color: rgba(var(--thm-black-rgb), .50);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}

.destinations-one__single:hover .destinations-one__img:before {
    /*transform: scale(1, 1);
    transform-origin: bottom center;*/
}

.destinations-one__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: transform 500ms ease;
    height: 320px;
    object-fit: cover;
}

.destinations-one__single:hover .destinations-one__img img {
    transform: scale(1.05);
}

.destinations-one__content {
    position: absolute;
    bottom: 43px;
    left: 50px;
    z-index: 2;
}

.destinations-one__sub-title {
    font-size: 20px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    margin: 0;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
    position: relative;
    z-index: 1;
}

.destinations-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--thm-letter-spacing);
    position: relative;
    display: block;
    z-index: 1;
}

.destinations-one__title>a {
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.destinations-one__title>a:hover {
    color: var(--thm-primary);
}

.destinations-one__button {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 30px;
    transition: all 500ms ease;
    transform: scaleX(0);
    z-index: 2;
}

.destinations-one__single:hover .destinations-one__button {
    transform: scaleX(1);
}

.destinations-one__button>a {
    font-size: 11px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--thm-primary);
    display: inline-block;
    border-radius: var(--thm-border-radius);
    padding: 0 15px 0;
    transition: all 500ms ease;
}

.destinations-one__button>a:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 105px 0 111px;
}

.about-one-shape-1 {
    position: absolute;
    top: 180px;
    left: 300px;
}

.about-one-shape-1 img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.about-one-shape-2 {
    position: absolute;
    top: 70px;
    right: 100px;
}



.about-one__left {
    position: relative;
    display: block;
    margin-left: -45px;
    margin-right: -10px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img img {
    width: 100%;
}

.about-one__call {
    position: absolute;
        bottom: -70px;
    left: 128px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    display: flex;
    align-items: center;
    padding: 17px 30px 17px;
    border-radius: var(--thm-border-radius);
}

.about-one__call:before {
    position: absolute;
    bottom: -20px;
    right: 26px;
    content: "";
    background-image: url(../images/shapes/about-one-call-shape-1.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 33px;
}

.about-one__call-icon {
    display: flex;
    align-items: center;
}

.about-one__call-icon span {
    font-size: 25px;
    color: var(--thm-primary);
}

.about-one__call-number {
    margin-left: 20px;
}

.about-one__call-number p {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 13px;
}

.about-one__call-number h4 {
    font-size: 18px;
    line-height: 20px;
}

.about-one__call-number h4 a {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
}

.about-one__discount {
    position: absolute;
    top: 130px;
    right: -6px;
}

.about-one__discount h2 {
    font-size: 80px;
    color: var(--thm-primary);
    line-height: 80px;
    font-family: var(--thm-reey-font);
}

.about-one__discount h3 {
    font-size: 50px;
    font-weight: 700;
    margin-top: -27px;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 10px;
}

.about-one__right .section-title {
    margin-bottom: 37px;
}

.about-one__right-text {
    margin: 0;
}

.about-one__points {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-bottom: 61px;
}

.about-one__points li {
    display: flex;
    align-items: center;
}

.about-one__points li+li {
    margin-top: 10px;
}

.about-one__points li .icon {
    height: 16px;
    width: 16px;
    background-color: var(--thm-primary);
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    border-radius: 50%;
}



.about-one__points li .text {
    margin-left: 15px;
}

.about-one__points li .text p {
    color: var(--thm-black);
    font-weight: 500;
    margin: 0;
}



/*--------------------------------------------------------------
# Popular Tours
--------------------------------------------------------------*/
.popular-tours {
    position: relative;
    display: block;
    padding: 90px 0 130px;
}

.popular-tours__container {
    position: relative;
    display: block;
/*    max-width: 1600px;*/
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



.popular-tours__single {
    position: relative;
    display: block;
}

.popular-tours__img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.popular-tours__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.popular-tours__single:hover .popular-tours__img img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}



.popular-tours__icon a {
    width: 38px;
    height: 38px;
    background-color: rgba(var(--thm-black-rgb), .2);
    border-radius: 50%;
    text-align: center;
    display: flex;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    align-items: center;
    justify-content: center;
    line-height: 38px;
}

.popular-tours__single:hover .popular-tours__icon a {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}



.popular-tours__content {
    position: relative;
    display: block;
    border: 1px solid #ebe6de;
    border-top: 0;
    padding: 7px 25px 7px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.popular-tours__stars {
    font-size: 13px;
    font-weight: 500;
    color: var(--thm-gray);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 23px;
    letter-spacing: -0.02em;
}

.popular-tours__stars i {
    font-size: 14px;
    color: #ffa801;
    margin-right: 6px;
}

.popular-tours__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-top: 4px;
    margin-bottom: 7px;
}

.popular-tours__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-tours__title a:hover {
    color: var(--thm-primary);
}

.popular-tours__rate {
    font-size: 15px;
    margin: 0;
    letter-spacing: -0.02em;
}

.popular-tours__rate span {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-primary);
}

.popular-tours__meta {
    display: flex;
    align-items: center;
    background-color: #faf5ee;
    border-radius: var(--thm-border-radius);
    padding: 0 28px 0;
    margin-top: 19px;
}



.popular-tours__meta li+li {
    margin-left: 35px;
}

.popular-tours__meta li a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-tours__meta li a:hover {
    color: var(--thm-primary);
}



.popular-tours__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -65px;
    right: 0px;
    left: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-tours__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--thm-black);
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.popular-tours__carousel.owl-carousel .owl-dot.active {
    background: var(--thm-primary);
    height: 10px;
    width: 10px;
}

.popular-tours__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.popular-tours__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
    position: relative;
/*    display: block;*/
    padding: 135px 0 100px;
}

.body__inner-wrapper {
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    justify-content: center;
    margin-inline: auto;
    margin-block-start: -11px;
}

.outline__text {
  font-family: sans-serif;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
}

.marquee {
    width: 100%;
    height: 7rem;
    pointer-events: none;
    background: #006585;
    overflow: hidden;
    box-shadow: 0 2rem 2rem 0.4rem rgb(0 0 0 / 20%);
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee span {
  text-align: center;
  color: lightgray;
  font-weight: 400;
  white-space: nowrap;
  font-size: max(2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 1vh 1vw 0;
  text-transform: uppercase;
}

.marquee__img {
    width: max(6rem, 8vw);
    height: 5rem;
    margin: 0 2vw;
    border-radius: 100rem;
    background-color: #ffd500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee__img svg {
    width: 100%;
    max-width: 280px;
}

.card-body a {
    background: #209bc8;
    border: unset;
}

.card-body .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
        text-transform: uppercase;
}

.marquee-icon-booking {
    font-size: 80px !important;
    font-weight: 500 !important;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 15s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.video-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(41, 40, 55, .80);
    z-index: -1;
}

.video-one-bg.jarallax div div {
    filter: grayscale(100%);
}

.video-one__left {
    position: relative;
    display: block;
}

.video-one__video-link {
    position: relative;
    display: block;
    margin-left: 15px;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border-radius: var(--thm-border-radius);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: 1px solid #73737d;
    border-radius: var(--thm-border-radius);
}



.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: var(--thm-border-radius);
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__tagline {
    font-size: 30px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    margin: 0;
    padding-top: 67px;
    padding-bottom: 33px;
}

.video-one__title {
    font-size: 50px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 60px;
    letter-spacing: var(--thm-letter-spacing);
}

.video-one__right {
    position: relative;
    display: block;
    margin-left: 164px;
    margin-top: -15px;
}

.video-one__four-icon-boxes {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-one__four-icon-boxes li {
    position: relative;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border: 1px solid #75757f;
    padding-top: 38px;
    padding-bottom: 35px;
    border-radius: var(--thm-border-radius);
    margin-left: 6px;
    margin-bottom: 6px;
    float: left;
}

.video-one__four-icon-boxes li:nth-child(1) {
    margin-left: 0;
}



.video-one__four-icon-boxes li:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0;
}

.video-one__four-icon-boxes li:nth-child(4) {
    margin-bottom: 0;
}

.video-one__icon-box {
    margin-bottom: 15px;
}

.video-one__icon-box span {
    display: inline-block;
    transition: all 500ms ease;
    text-transform: uppercase;
    background-image: linear-gradient( 229deg, #ffd500 0%, #209bc8 29%, #fbff13 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    animation: textclip 2s linear infinite;*/
    font-size: 63px;
}

.video-one__four-icon-boxes li:hover .video-one__icon-box span {
    transform: rotateY(180deg);
}

.video-one__icon-box-title {
    font-size: 17px;
    color: var(--thm-base);
    font-weight: 700;
}

.video-one__icon-box-title a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.video-one__four-icon-boxes li:hover .video-one__icon-box-title a {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 120px 0;
    z-index: 1;
}

.franchise{
/*    height: 500px;*/
}

.brand-one-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
/*    opacity: 0.05;*/
    z-index: -1;
}

.brand-one__title {
   /* position: relative;
    display: block;
    padding: 25px 0 13px;*/
}

.brand-one__title h2 {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 400;
    line-height: 40px;
    font-family: var(--thm-reey-font);
    margin: 15px 0;
}



.brand-one__main-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-one__main-content .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 1;
    max-width: 100%;
}

.brand-one__main-content .swiper-slide img:hover {
    opacity: 1;
}

.main-slider{
    margin-top: 140px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    /*position: relative;
    display: block;
    padding: 120px 0 0px;*/
}

.testimonial-one-shape-2 {
    position: absolute;
    bottom: 50%;
    right: 19%;
}



.testimonial-one-shape-3 {
    position: absolute;
    right: 349px;
}

.testimonial-one-shape-3 img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}





.testimonial-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-one__img {
    height: 134px;
    width: 150px;
    border-radius: 66px !important;
    margin: auto;
    z-index: 999 !important;
    position: relative;
}

.testimonial-one__img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    /*border-radius: 50%;
    background-color: rgba(var(--thm-black-rgb), .50);
    transform: scale(0);
    transition: all 500ms ease;
    z-index: 1;*/
}

.testimonial-one__single:hover .testimonial-one__img:before {
/*    transform: scale(1);*/
}

/*.testimonial-one__img img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}*/

.testimonial-one__img img {
    width: 145px;
    height: 145px;
    border-radius: 35px;
    margin: auto;
    object-fit: cover;
    box-shadow: 1px 4px 14px #209bc852;
        border: 3px solid white;
}

.testimonial-one__single:hover .testimonial-one__img img {
/*    transform: scale(1.2)*/
}

.testimonail-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .27);
    padding: 50px 50px 43px;
    text-align: center;
    border-radius: var(--thm-border-radius);
}

.testimonail-one__content:before {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    height: 19px;
    width: 63px;
    background-repeat: no-repeat;
    background-image: url(../images/shapes/testimonial-one-shape-1.png);
    content: "";
}

.testimonial-one__top-revivew-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.testimonial-one__top-revivew-box i {
    color: #ffa801;
    font-size: 16px;
}

.testimonial-one__top-revivew-box i+i {
    margin-left: 3px;
}

.testimonial-one__text {
    margin: 0;
    line-height: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
    font-size: 16px;
}



.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.testimonial-one__client-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 24px;
}



.testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 6px;
    right: 0px;
    left: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--thm-black);
    opacity: .2;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    background: var(--thm-primary);
    opacity: 1;
    height: 10px;
    width: 10px;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}






.testimonial-one__carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-theme .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-theme .owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}


.testimonial-one {
    padding: 0px 0 70px;
}





/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
    position: relative;
    display: block;
    padding: 110px 0 110px;
/*    background-color: #faf5ee;*/
/*    margin-top: -70px;*/
}

.gallery-one-bg {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    height: 560px;
    width: 1157px;
    opacity: 0.6;
}

.gallery-page{
    margin-top: 0;
    height: auto;
}

.gallery-one__container-box {
    position: relative;
    display: block;
    max-width: 1620px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.gallery-one__content {
    position: relative;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-one__content li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 0 5px 0;
    overflow: hidden;
    margin-bottom: 0px;
}

.gallery-one__content li:last-child {
    margin-right: 0;
}

.gallery-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.gallery-one__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
/*    background: rgba(var(--thm-primary-rgb), .90);*/
/*    background: #209bc8c2;*/
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    transform: translateY(-105%);
    z-index: 1;
}

.gallery-one__content li:hover .gallery-one__img-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-one__img-box img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    height: 390px;
    object-fit: cover !important;
    object-position: 50% 0%;
}

.gallery-one__content li:hover .gallery-one__img-box img {
    transform: scale(1.05);
}

.gallery-one__iocn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2;
}

.gallery-one__content li:hover .gallery-one__iocn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}

.gallery-one__iocn a {
    color: #ffffff;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-one__iocn a:hover {
    color: var(--thm-black);
}



.mfp-figure figure img.mfp-img {
    border-radius: 10px !important;
    padding: 0;
}

.mfp-counter {
    top: 50px;
    font-size: 20px;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.productServiceMain {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 20px;
}


.block{
    display: inline-block;
    width: 350px;
    margin: 10px 0px;
}


.why-choose {
    position: relative;
    display: block;
}

.why-choose__container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.why-choose__left {
    position: relative;
    display: block;
    float: left;
    width: 47%;
}

.why-choose__left-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1212px;
}

.why-choose__toggle {
    position: absolute;
    top: 100px;
    right: 100px;
    height: 171px;
    width: 171px;
    background-color: var(--thm-primary);
    box-shadow: 0px 20px 20px 0px rgb(21, 29, 42, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: fa-spin 5s ease infinite;
    z-index: 1;
}

.why-choose__toggle:before {
    position: absolute;
    height: 11px;
    width: 25px;
    right: 32px;
    bottom: 0;
    content: "";
    background-image: url(../images/shapes/why-choo-toggle-shape.png);
    background-repeat: no-repeat;
    transform: rotate(-27deg);
    z-index: -1;
}

.why-choose__toggle p {
    font-size: 24px;
    color: var(--thm-base);
    margin: 0;
    line-height: 39px;
    text-align: center;
    font-family: var(--thm-reey-font);
    position: relative;
    top: 8px;
}

.why-choose__right {
    position: relative;
    display: block;
    float: right;
    width: 53%;
    padding: 123px 0 108px;
    background-color: var(--thm-black);
    padding-left: 120px;
}

.why-choose__right-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .10;
}

.why-choose__right:before {
    position: absolute;
    top: 120px;
    bottom: 120px;
    background-color: var(--thm-primary);
    width: 12px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    content: "";
}



.why-choose__right-content {
    position: relative;
    display: block;
/*    max-width: 690px;*/
    width: 100%;
}

.why-choose__right .section-title {
    margin-bottom: 37px;
}

.why-choose__right .section-title__title {
    color: var(--thm-base);
}

.why-choose__right-text {
    color: #a9a8b6;
    margin: 0;
}

.why-choose__list {
    position: relative;
    display: block;
    margin-top: 41px;
}

.why-choose__list li {
    position: relative;
    display: flex;
}

.why-choose__list li+li {
    margin-top: 40px;
}

.why-choose__list li .icon {
    position: relative;
    top: 8px;
    display: inline-block;
    transition: all 500ms ease;
}

.why-choose__list li:hover .icon {
    transform: rotateY(180deg);
    color: var(--thm-base);
}

.why-choose__list li .icon span {
    text-transform: uppercase;
    background-image: linear-gradient( 229deg, #ffd500 0%, #209bc8 29%, #fbff13 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 63px;

}

.why-choose__list li .text {
    margin-left: 20px;
}

.why-choose__list li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 11px;
    color: var(--thm-base);
}

.why-choose__list li .text p {
    font-size: 16px;
    color: #a9a8b6;
    font-weight: 500;
    margin: 0;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 180px 0px;
    border: none;
}

.news-one__top {
    position: relative;
    display: block;
}

.news-one__top-left {
    position: relative;
    display: block;
}

.news-one__top-left .section-title {
    margin-top: 4px;
}

.news-one__top-right {
    position: relative;
    display: block;
    float: right;
    margin-bottom: 15px;
}



.news-one__bottom {
    position: relative;
    display: block;
}



.news-one__single {
    /*position: relative;
    display: block;
    margin-bottom: 26px;*/
    margin-bottom: 25px;
    padding: 0px 25px;
    background: white;  
    border-radius: 7px;
}

.news-one__img {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    overflow: hidden;
    text-align: center;
}


#newsImage img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: all 500ms ease;
    aspect-ratio: 3/2;
    object-fit: cover;
}


#mediaImage img {
    width: 150px;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: all 500ms ease;
    aspect-ratio: 3/2;
    object-fit: contain;
    height: 108px !important;
    padding: 10px 0;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}


.swiper-slide.p-3.bg-white {
/*    width: 206px !important;*/
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: var(--thm-border-radius);
}

.news-one__img>a>span {
    position: relative;
}

.news-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
    background-color: var(--thm-primary);
}



.news-one__date {
    height: 65px;
    width: 65px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.news-one__date p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    text-align: center;
    color: var(--thm-base);
    font-weight: 700;
}

.news-one__date p span {
    font-size: 16px;
    text-transform: uppercase;
}

.news-one__content {
/*  position: relative;
    display: block;
    margin-top: 21px;*/
    margin-top: 14px;
    margin-bottom: 34px;
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-one__meta li+li {
    margin-left: 20px;
}

.news-one__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: var(--thm-primary);
}

.news-one__meta li a i {
    color: var(--thm-primary);
    padding-right: 4px;
}

.news-one__title {
/*    font-size: 26px;*/
    font-weight: 700;
    line-height: 1.5;
}

.news-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-one__title a:hover {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Our Airline Partners
--------------------------------------------------------------*/

.brand-two .text{
    margin-left: 42px;
    margin-bottom: 24px;
}

/*Pop up Form*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

@color-card-background: #2d3638;
@color-tag-background: #191e20;
@color-anchor: #e37544;
@color-body-copy: #b9bcbd;
@default-border-radius: 10px;
@breakpoint-medium: "screen and (min-width: 700px)";


.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 100;
}
.form-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.form-container p {
    color: black;
}

.submit_btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: rgb(255 213 0);
    color: #209bc8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 30px 8px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}

.close-button {
  background: none;
    color: #000;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 0px #d1d1d1;
    border-radius: 9px;
    box-shadow: 4px 3px 20px 1px #939393;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-group, .submit_btn{
  margin-top: 5%;
}

.form-group label {
    color: #000000 !important;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #282c39;
}

.site-footer__top {
    position: relative;
    display: block;
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 1;
}

.footer-widget__about {
    position: relative;
    display: block;
/*    margin-right: 70px;*/
    margin-top: -8px;
}

.error-message{
    color: red;
}





.footer-widget__about-text {
    font-size: 15px;
    color: #a9a8b6;
    margin: 0;
/*    border-bottom: 1px solid rgba(var(--thm-base-rgb), .10);*/
    line-height: 32px;
    padding-top: 29px;
    padding-bottom: 24px;
/*    margin-bottom: 18px;*/
}



.footer-widget__about-contact li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.footer-widget__about-contact li+li {
    margin-top: 2px;
}

.footer-widget__about-contact li .icon {
    display: flex;
    align-items: center;
    height: 30px;
}

.site-footer__bottom-left {
/*    padding: 20px 0px;*/
}

.footer-widget__about-contact li .icon i {
    font-size: 15px;
    color: var(--thm-primary);
}

.footer-widget__about-contact li .text {
    margin-left: 20px;
}

.footer-widget__about-contact li .text p {
    font-size: 15px;
    font-weight: 500;
    color: #a9a8b6;
    margin: 0;
}

.footer-widget__about-contact li .text a {
    font-size: 15px;
    font-weight: 500;
    color: #a9a8b6;
    transition: all 500ms ease;
}

.footer-widget__about-contact li .text a:hover {
    color: var(--thm-primary);
}

.footer-widget__title {
    font-size: 18px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.footer-widget__company {
    position: relative;
    display: block;
}

.footer-widget__company-list {
    position: relative;
    display: block;
    line-height: 1.5;
}

.footer-widget__company-list li+li {
    margin-top: 5px;
}

.footer-widget__company-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #a9a8b6;
    transition: all 500ms ease;
}

.footer-widget__company-list li a:hover {
    padding-left: 20px;
    color: var(--thm-base);
}

.footer-widget__company-list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.footer-widget__company-list li a:hover:before {
    opacity: 1;
}


.footer-widget__explore {
    position: relative;
    display: block;
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    line-height: 1.5;
}

.footer-widget__explore-list {
    position: relative;
    display: block;
}

.footer-widget__explore-list li+li {
    margin-top: 5px;
}

.footer-widget__explore-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #a9a8b6;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    padding-left: 20px;
    color: var(--thm-base);
}

.footer-widget__explore-list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
    opacity: 1;
}

.footer-widget__newsletter {
    position: relative;
    display: block;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    padding-top: 12px;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size: 13px;
    color: #a9a8b6;
    font-weight: 500;
    text-transform: capitalize;
    height: 55px;
    width: 70%;
    background: #292837;
    border: none;
    border-radius: var(--thm-border-radius);
    outline: none;
    text-align: center;
    padding: 0 30px;
}

.footer-widget__newsletter-btn {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--thm-primary);
    outline: none;
    border: none;
    border-radius: var(--thm-border-radius);
    padding: 6px 15px;
    transition: all 500ms ease;
    float: right;
}

.footer-widget__newsletter-btn:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #a9a8b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #a9a8b6;
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
    font-size: 15px;
    margin: 0;
    color: #a9a8b6;
    font-weight: 500;
}

.footer-span-color{
    color: #d71061 !important;
}

.footer-span-color-2{
    color: #40a4c4 !important;
}

.site-footer__bottom-right {
    display: flex;
    justify-content: space-around;
    position: relative;
    column-gap: 200px;
}


.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-base);
    border-top-left-radius: 10px;
    padding: 10px 0;
/*    padding-left: 364px;*/
    z-index: 1;
    overflow: hidden;
}

.site-footer__bottom-inner:before {
    position: absolute;
    top: 0px;
    left: 2px;
    right: -100000000px;
    bottom: -5px;
    content: "";
    background-color: var(--thm-base);
    border-top-left-radius: 8px;
    z-index: -1;
}



.footer-widget__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-widget__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #faf5ee;
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    width: 50px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget__social a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.footer-widget__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget__social a:hover:before {
    transform: scaleX(1.0);
}

.footer-widget__social a+a {
    margin-left: 10px;
}



.site-footer__bottom-right p {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-right: 10px;
}

.site-footer__bottom-right p a {
    color: black;
    transition: all 500ms ease;
}

.site-footer__bottom-right p a:hover {
    color: var(--thm-primary);
}

.site-footer__bottom-left-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.site-footer__bottom-left-arrow a {
    position: absolute;
    padding: 18px;
    bottom: 0;
    right: 0;
    width: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-primary);
    border-top-left-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-left-arrow a:hover {
    color: var(--thm-base);
    background-color: #292837;
}

.site-footer__bottom-left-arrow a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    color: var(--thm-base);
    align-items: center;
}

/*--------------------------------------------------------------
# Three Icon Box
--------------------------------------------------------------*/
.three-icon-box {
    position: relative;
    display: block;
    background-color: #faf5ee;
    padding: 72px 0 70px;
}

.three-icon-box__single {
    position: relative;
    display: flex;
}

.three-icon-box__icon {
    position: relative;
    display: inline-block;
    top: 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.three-icon-box__single:hover .three-icon-box__icon {
    transform: scale(1.2);
}

.three-icon-box__icon span {
    font-size: 63px;
    color: var(--thm-primary);
}

.three-icon-box__content {
    margin-left: 30px;
}

.three-icon-box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

.three-icon-box__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Three Icon Box
--------------------------------------------------------------*/
.popular-tours-two {
    position: relative;
    display: block;
    padding: 124px 0 90px;
}



.popular-tours-two .popular-tours__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Singapore Tour
--------------------------------------------------------------*/
.singapore-tour {
    position: relative;
    display: block;
}

.singapore-tour__container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.singapore-tour__left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 508px;
}

.singapore-tour-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.singapore-tour__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    background-color: var(--thm-primary);
}

.singapore-tour-right-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}

.singapore-tour__content {
    position: relative;
    display: block;
    padding-left: 180px;
    padding-top: 127px;
    padding-bottom: 100px;
}

.singapore-tour__title {
    font-size: 60px;
    color: var(--thm-base);
    font-family: var(--thm-reey-font);
    letter-spacing: var(--thm-letter-spacing);
    line-height: 60px;
    text-shadow: 10px 17.321px 0px rgb(0, 0, 0, .10);
    margin-bottom: 45px;
    padding-left: 37px;
}

.singapore-tour__text {
    font-size: 40px;
    font-weight: 700;
    color: var(--thm-base);
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 48px;
    margin-bottom: 30px;
}

.singapore-tour__btn {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.singapore-tour__trusted {
    width: 171px;
    height: 171px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, .10);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: -71px;
    animation: fa-spin 5s ease infinite;
}

.singapore-tour__trusted p {
    font-size: 12px;
    color: var(--thm-primary);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
}

.singapore-tour__trusted h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: var(--thm-reey-font) !important;
    line-height: 44px !important;
}

.singapore-tour__trusted-icon {
    position: absolute;
    bottom: -5px;
    right: 37px;
    transform: rotate(146deg);
}

.singapore-tour__trusted-icon i {
    font-size: 40px;
    color: var(--thm-base);
}

.singapore-tour__trusted .odometer-formatting-mark {
    display: none;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
    position: relative;
    display: block;
    padding: 135px 0 200px;
}

.video-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.video-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(41, 40, 55, .80);
    z-index: -1;
}

.video-two-bg.jarallax div div {
    filter: grayscale(100%);
}

.video-two__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-two__inner .video-one__video-icon {
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: -100px;
}

.counter-one__container {
    position: relative;
    display: block;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.counters-one__box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .10);
    border-radius: var(--thm-border-radius);
    padding-top: 60px;
    padding-bottom: 25px;
    text-align: center;
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 318px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.counter-one__single:before {
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    width: 1px;
    background-color: #ebe6de;
    content: "";
}

.counter-one__single:nth-child(1):before {
    display: none;
}



.tour-details-two__sidebar-form-input.input-validate input, .tour-details-two__sidebar-form-input.input-validate textarea {
    text-transform: capitalize !important;
}



.counter-one__single h3 {
    font-size: 50px;
    color: var(--thm-primary);
    font-weight: 400;
/*    font-family: var(--thm-reey-font) !important;*/
    line-height: 65px !important;
    letter-spacing: var(--thm-letter-spacing);
}

.counter-one__text {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 21px;
    margin-top: -10px;
}

/*--------------------------------------------------------------
# Destinations Two
--------------------------------------------------------------*/
.destinations-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.destinations-two-shape {
    position: absolute;
    top: 50px;
    left: 160px;
}

.destinations-two-shape img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.destinations-two__top {
    position: relative;
    display: block;
}

.destinations-two__top-left {
    position: relative;
    display: block;
}

.destinations-two__top-left .section-title {
    margin-top: 8px;
}

.destinations-two__top-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.destinations-two__top-img {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    overflow: hidden;
    z-index: 1;
}

.destinations-two__top-img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .30);
    border-radius: var(--thm-border-radius);
    transition: all 500ms ease;
    transform: scaleY(0);
    z-index: 1;
}

.destinations-two__top-single:hover .destinations-two__top-img:before {
    transform: scaleY(1);
}

.destinations-two__top-img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: all 500ms ease;
}

.destinations-two__top-single:hover .destinations-two__top-img img {
    transform: scale(1.05);
}

.destinations-two__top-content {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 2;
}

.destinations-two__top-sub-title {
    font-size: 20px;
    color: var(--thm-primary);
    margin: 0;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
    font-family: var(--thm-reey-font);
    z-index: 1;
    position: relative;
}

.destinations-two__top-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: var(--thm-letter-spacing);
}

.destinations-two__top-title a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.destinations-two__top-single:hover .destinations-two__top-title a {
    color: var(--thm-primary);
}

.destinations-two__top-banner {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    border-radius: var(--thm-border-radius);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 39px;
    padding-bottom: 50px;
    text-align: center;
}

@media(min-width: 992px) {
    .destinations-two__top-banner {
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }

}

.destinations-two__top-banner p {
    font-size: 11px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.destinations-two__top-banner h2 {
    font-size: 28px;
    color: var(--thm-base);
    font-family: var(--thm-reey-font);
    line-height: 35px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 11px;
}

.destinations-two__top-banner h2 span {
    position: relative;
    display: block;
    padding-left: 38px;
}

.destinations-two__btn {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
}

.about-two-shape {
    position: absolute;
    top: -60px;
    right: 170px;
}



.about-two__left {
    position: relative;
    display: block;
    margin-left: -362px;
}

.about-tow__left-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-tow__left-img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-tow__left-img:hover:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-tow__left-img img {
    width: 100%;
    border-top-right-radius: 8px;
}

.about-two__video-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 140px;
    width: 150px;
    background-color: var(--thm-base);
    font-size: 25px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    z-index: 2;
}

.about-two__video-btn:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}



.about-two__right {
    position: relative;
    display: block;
    margin-left: 90px;
}

.about-two__right .section-title {
    margin-bottom: 27px;
}

.about-two__tour-points {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 33px;
}

.about-two__list {
    position: relative;
    display: block;
    float: left;
}

.about-two__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__list li+li {
    margin-top: 2px;
}

.about-two__list li .icon {
    height: 16px;
    width: 16px;
    background-color: var(--thm-primary);
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    border-radius: 50%;
}



.about-two__list li .text {
    margin-left: 8px;
}

.about-two__list li .text p {
    font-size: 16px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 700;
}

.about-two__list-two {
    float: right;
}

.about-two__right-text-1 {
    font-size: 24px;
    color: var(--thm-primary);
    font-weight: 700;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.about-two__right-text-2 {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    padding-top: 25px;
    padding-bottom: 39px;
}



/*--------------------------------------------------------------
# Tour Types
--------------------------------------------------------------*/
.tour-types {
    position: relative;
    display: block;
    background-color: #faf5ee;
    overflow: hidden;
    padding: 124px 0 90px;
    z-index: 1;
}

.tour-types-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .6;
    z-index: -1;
}



.tour-types_list {
    position: relative;
    display: block;
    margin-right: -21px;
    margin-left: -21px;
    overflow: hidden;
}

.tour-types__single {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 21px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.tour-types__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: var(--thm-border-radius);
    padding: 48px 0 42px;
    overflow: hidden;
    z-index: 1;
}

.tour-types__content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: var(--thm-border-radius);
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: -1;
}

.tour-types__single:hover .tour-types__content:before {
    transform: translateY(0);
}

.tour-types__icon {
    font-size: 64px;
    color: var(--thm-primary);
    margin-bottom: 19px;
    transition: all 500ms ease;
}

.tour-types__single:hover .tour-types__icon {
    transform: rotateY(180deg);
    color: var(--thm-base);
}



.tour-types__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    transition: all 500ms ease;
}

.tour-types__single:hover .tour-types__title {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 15px;
    border: none;

}

.brand-two .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-two .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 1;
    max-width: 100%;
}

.brand-two .swiper-slide img:hover {
    opacity: 0.6;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
    padding: 120px 0 84px;
}

.news-two_left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.news-two_left .section-title {
    margin-top: 9px;
    margin-bottom: 37px;
}

.news-two__text {
    margin: 0;
}





.news-two__carousel.owl-carousel .owl-stage-outer {
    margin-right: -360px;
}

.news-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 155px;
    left: -405px;
}

.news-two__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d8d8db;
    font-size: 23px;
    text-align: center;
    border: 2px solid #d8d8db;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d8d8db;
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 2px solid #d8d8db;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__carousel.owl-theme .owl-nav .owl-next:hover,
.news-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-black);
    border: 2px solid var(--thm-black);
}

.news-two__carousel.owl-theme .owl-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# Book Now
--------------------------------------------------------------*/
.book-now {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 102px 0;
    z-index: 1;
}

.book-now-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}

.book-now__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.book-now__left p {
    font-size: 30px;
    color: var(--thm-base);
    font-family: var(--thm-reey-font);
    margin: 0;
    line-height: 57px;
    padding-left: 10px;
}

.book-now__left h2 {
    font-size: 46px;
    font-weight: 700;
    color: var(--thm-base);
    line-height: 39px;
    letter-spacing: var(--thm-letter-spacing);
}



.book-now__btn {
    font-size: 15px;
    background-color: var(--thm-black);
    padding: 17px 60px 16px;
}

.book-now__btn:after {
    background-color: var(--thm-base);
}

.book-now__btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.book-now__btn:hover {
    color: var(--thm-black);
}

/*--------------------------------------------------------------
# page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
}

.page-header__top {
    position: relative;
    display: block;
    padding: 104px 0;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

.page-header-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), .60);
}

.page-header__top-inner {
    position: relative;
    display: block;
}

.page-header__top-inner h2 {
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 50px;
    letter-spacing: var(--thm-letter-spacing);
}

.page-header__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe6de;
    padding: 9px 0 11px;
}

.page-header__bottom-inner {
    position: relative;
    display: block;
}

.thm-breadcrumb {
    padding-top: 3px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 13px;
    font-weight: 500;
}

.thm-breadcrumb li+li {
    margin-left: 4px;
}

.thm-breadcrumb li a {
    color: var(--thm-gray);
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--thm-primary);
}

.thm-breadcrumb li.active {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# page Header
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.news-details__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}



.news-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 23px;
}

.news-details__text-1 {
    font-size: 16px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.news-details__text-2 {
    font-size: 16px;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 34px;
    letter-spacing: var(--thm-letter-spacing);
}

.news-details__text-3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 34px;
    letter-spacing: var(--thm-letter-spacing);
}

.news-details__text-4 {
    font-size: 16px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ebe6de;
    padding: 35px 0 35px;
    margin-top: 48px;
}

.news-details__bottom p {
    margin: 0;
}



.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: var(--thm-letter-spacing);
    margin-right: 15px;
}

.news-details__tags a {
    color: var(--thm-base);
    font-size: 11px;
    background: var(--thm-primary);
    display: inline-block;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--thm-border-radius);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--thm-black);
}

.news-details__tags a+a {
    margin-left: 5px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news_partner{
/*    margin-top: -8%;*/
}

/*.news_partner .section-title__title{
    margin-left: 50%;
    margin-bottom: 9%;
}*/

.news-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #faf5ee;
    border-radius: 50%;
    font-size: 15px;
    height: 50px;
    width: 50px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.news-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.news-details__social-list a:hover:before {
    transform: scaleX(1.0);
}

.news-details__social-list a+a {
    margin-left: 10px;
}

/* author */

.author-one {
    background-color: #faf5ee;
    padding: 60px 60px 52px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 53px;
    border-radius: var(--thm-border-radius);
}



.author-one__image img {
    border-radius: var(--thm-border-radius);
}

.author-one__content {
    margin-left: 40px;
}

.author-one__content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: var(--thm-letter-spacing);
}

.author-one__content p {
    margin: 0;
    margin-top: 26px;
    font-size: 16px;
    letter-spacing: var(--thm-letter-spacing);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 51px;
    letter-spacing: var(--thm-letter-spacing);
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #ebe6de;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: var(--thm-letter-spacing);
}

.comment-one__content p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    letter-spacing: var(--thm-letter-spacing);
}

.comment-one__btn {
    font-size: 11px;
    padding: 3px 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
}

.comment-one__btn:after {
    right: -2px;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -13px;
}

.comment-form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 67px;
    width: 100%;
    border: none;
    background: #faf5ee;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: var(--thm-border-radius);
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--thm-gray);
}

.comment-form__input-box textarea {
    font-size: 13px;
    color: var(--thm-gray);
    font-weight: 500;
    height: 190px;
    width: 100%;
    background: #faf5ee;
    padding: 20px 40px 30px;
    border: none;
    border-radius: var(--thm-border-radius);
    outline: none;
    margin-bottom: 20px;
}

.comment-form__btn {
    font-size: 15px;
    padding: 17px 60px 17px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single {
    border-radius: var(--thm-border-radius);
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: var(--thm-letter-spacing);
}



.sidebar__search {
    background-color: var(--thm-base);
    padding: 44px 49px 49px;
    border: 1px solid #ebe6de;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: #faf5ee;
    color: var(--thm-gray);
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    height: 78px;
    border-radius: var(--thm-border-radius);
    width: 100%;
    padding-right: 70px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-primary);
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 70px;
    outline: none;
    border: none;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 44px 50px 40px;
    background: var(--thm-base);
    border: 1px solid #ebe6de;
}

.sidebar__post .sidebar__title {
    margin-bottom: 15px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ebe6de;
    padding-bottom: 21px;
    margin-bottom: 20px;
}

.sidebar__post-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 60px;
    border-radius: var(--thm-border-radius);
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: var(--thm-letter-spacing);
}

.sidebar__post-content .sidebar__post-content_meta {
    color: var(--thm-gray);
    font-size: 14px;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 2px;
    color: var(--thm-primary);
    font-size: 12px;
}

.sidebar__post-content h3 {
    text-transform: unset;
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-primary);
}

.sidebar__category {
    position: relative;
    display: block;
    background: var(--thm-base);
    border: 1px solid #ebe6de;
    padding: 44px 50px 38px;
}

.sidebar__category .sidebar__title {
    margin-bottom: 15px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 18px;
}

.sidebar__category-list li a {
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
}

.sidebar__category-list li a:hover {
    color: var(--thm-primary);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--thm-base);
    border: 1px solid #ebe6de;
    padding: 45px 45px 50px;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 15px;
}

.sidebar__tags-list a {
    font-size: 11px;
    color: var(--thm-gray);
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #faf5ee;
    display: inline-block;
    padding: 0px 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    border-radius: var(--thm-border-radius);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--thm-base);
    background: var(--thm-primary);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 90px 0 120px;
}

.card-body a:hover {
    background: #209bc8;
}

.contact-page__left {
    position: relative;
    display: block;
}



.contact-page__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-page__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #faf5ee;
    border-radius: 50%;
    font-size: 15px;
    height: 50px;
    width: 50px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-page__social a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.contact-page__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-page__social a:hover:before {
    transform: scaleX(1.0);
}

.contact-page__social a+a {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.information__single {
    position: relative;
    border: 1px solid #ebe6de;
    border-radius: var(--thm-border-radius);
    padding: 49px 50px 49px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.information__icon {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 25px;
    color: var(--thm-black);
    background-color: #faf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.information__icon:hover .information__text {
    color: var(--thm-base);
}

.information__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--thm-primary);
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.information__single:hover .information__icon:before {
    transform: scaleX(1.0);
}



.information__text {
    margin-left: 20px;
}

.information__text h2{
    font-size: 24px;
    margin-top: -40px;
    margin-bottom: 20px;
}

.information__text p {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 30px;
}

.information__text h4 {
    font-size: 18px;
    color: var(--thm-gray);
    line-height: 32px;
    letter-spacing: var(--thm-letter-spacing);
}

.information__text h4 a {
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.information__single:hover .information__text h4 a h2{
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

/*--------------------------------------------------------------
# Tours List
--------------------------------------------------------------*/
.tours-list {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.tours-list__left {
    position: relative;
    display: block;
}

.tours-list__sidebar {
    position: relative;
    display: block;
}

.tours-list__sidebar-search {
    position: relative;
    display: block;
    background-color: #faf5ee;
    border-radius: var(--thm-border-radius);
    padding: 42px 50px 50px;
}

.tours-list__sidebar-search-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 22px;
}





.tours-list__sidebar-input input[type="text"] {
    height: 67px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--thm-base);
    border-radius: var(--thm-border-radius);
    padding: 0 30px;
    font-size: 13px;
    color: var(--thm-gray);
    font-weight: 500;
    margin-bottom: 10px;
}

.tours-list__sidebar-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tours-list__sidebar-input .bootstrap-select>.dropdown-toggle {
    background-color: var(--thm-base);
    border: none;
    font-weight: 500;
    border-radius: var(--thm-border-radius);
    padding: 0 30px;
    font-size: 13px;
    color: var(--thm-gray);
    display: block;
    height: 67px;
    line-height: 67px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right 25.75px center;
}

.tours-list__sidebar-input .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.tours-list__sidebar-btn {
    font-size: 15px;
    padding: 16px 100px 17px;
    margin-top: 10px;
}

.tour-sidebar__sorter-wrap {
    padding: 38px 50px 49px;
    margin-top: 30px;
    border: 1px solid #ebe6de;
    border-radius: var(--thm-border-radius);
}

.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
    margin-top: 45px;
}

.tour-sidebar__sorter-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ebe6de;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.tour-sidebar__sorter-top h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-sidebar__sorter-toggler {
    border: none;
    outline: none !important;
    font-size: 18px;
    color: var(--thm-black);
    width: auto;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: center right;
    width: 20px;
    height: 20px;
    padding: 0;

}

.tour-sidebar__sorter-toggler.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tour-sidebar__price-range .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tour-sidebar__price-range .form-group p {
    font-size: 14px;
    font-weight: 700;
    color: var(--thm-gray);
    margin: 0;
    line-height: 24px;
}

.tour-sidebar__price-range .noUi-horizontal {
    height: 3px;
    background-color: var(--thm-primary);
}

.tour-sidebar__price-range .noUi-target {
    background: var(--thm-primary);
    border-radius: 0;
    border: 0px;
    box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
    display: none;
}

.tour-sidebar__price-range .noUi-connect {
    background-color: var(--thm-primary);
}

.tour-sidebar__sorter-inputs p {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sidebar__sorter-inputs p+p {
    margin-top: 30px;
}

.tour-sidebar__sorter-inputs p label {
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sidebar__sorter-inputs p label i {
    color: #faf5ee;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: -2px;
}

.tour-sidebar__sorter-inputs p label i+i {
    margin-left: 0px;
}

.tour-sidebar__sorter-inputs p label i.active {
    color: #ffa801;
}


.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1em;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--thm-gray);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
    content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    color: var(--thm-primary);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tours-list__inner {
    position: relative;
    display: block;
}

.tours-list__single {
    position: relative;
/*    display: flex;*/
    margin-bottom: 30px;
}

.tours-list__img {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.tours-list__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transform: scale(1);
    opacity: 1;
    height: 274px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.tours-list__single:hover .tours-list__img img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}



.tours-list__icon a {
    width: 38px;
    height: 38px;
    background-color: rgba(var(--thm-black-rgb), .2);
    border-radius: 50%;
    text-align: center;
    display: flex;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    align-items: center;
    justify-content: center;
    line-height: 38px;
}



.tours-list__single:hover .tours-list__icon a {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.tours-list__content {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 49px;
    border: 1px solid #ece8e0;
    border-left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 41px;
}

.tours-list__stars {
    font-size: 13px;
    color: var(--thm-gray);
    font-weight: 500;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 29px;
}

.tours-list__stars i {
    color: #ffa801;
}

.tours-list__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 7px;
}

.tours-list__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tours-list__title a:hover {
    color: var(--thm-primary);
}

.tours-list__rate {
    font-size: 15px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.tours-list__rate span {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-primary);
}

.tours-list__text {
    font-size: 16px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    padding-top: 23px;
    padding-bottom: 15px;
}

.tours-list__meta {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #faf5ee;
    border-radius: var(--thm-border-radius);
    padding: 0 40px 0;
}



.tours-list__meta li+li {
    margin-left: 50px;
}

.tours-list__meta li a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tours-list__meta li:hover a {
    color: var(--thm-primary);
}

.tours-list__meta li a i {
    font-size: 13px;
    padding-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tours-list__meta li:hover i {
    color: var(--thm-primary);
}


/*--------------------------------------------------------------
# Tour Details Slider
--------------------------------------------------------------*/
.tour-details-slider .swiper-slide-inner {
    padding-top: 290px;
    padding-bottom: 290px;
}

.tour-details-slider_icon {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    align-items: center;
}

.tour-details-slider_icon a {
    width: 38px;
    height: 38px;
    background-color: rgba(var(--thm-base-rgb), .2);
    border-radius: 50%;
    text-align: center;
    display: flex;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    align-items: center;
    justify-content: center;
    line-height: 38px;
}

.tour-details-slider_icon a+a {
    margin-left: 10px;
}

.tour-details-slider_icon a:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Tour Details
--------------------------------------------------------------*/
.tour-details {
    position: relative;
    display: block;
}

.tour-details__top {
    position: relative;
    display: block;
    background-color: #faf5ee;
    padding: 52px 0 49px;
}

.tour-details__top-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details__top-left {
    position: relative;
    display: block;
    float: left;
}

.tour-details__top-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 7px;
}

.tour-details__top-rate {
    font-size: 15px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details__top-rate span {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-primary);
}

.tour-details__top-right {
    position: relative;
    display: block;
    float: right;
    padding: 16px 0;
}

.tour-details__top-list {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details__top-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details__top-list li+li {
    margin-left: 38px;
}

.tour-details__top-list li .icon {
    position: relative;
    font-size: 35px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tour-details__top-list li:hover .icon {
    transform: scale(1.2);
}



.tour-details__top-list li .text {
    margin-left: 20px;
}

.tour-details__top-list li .text p {
    font-size: 15px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 21px;
}

.tour-details__top-list li .text h6 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 24px;
}

.tour-details__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe6de;
    padding: 17px 0;
}

.tour-details__bottom-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details__bottom-left {
    position: relative;
    display: block;
    float: left;
}

.tour-details__bottom-list {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details__bottom-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details__bottom-list li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 1px;
    background-color: #ebe6de;
    content: "";
}

.tour-details__bottom-list li:nth-child(1):before {
    display: none;
}

.tour-details__bottom-list li+li {
    margin-left: 90px;
}

.tour-details__bottom-list li .icon {
    font-size: 16px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
}



.tour-details__bottom-list li .icon i {
    font-size: 13px;
    color: #ffa801;
}

.tour-details__bottom-list li .icon i+i {
    margin-left: 4px;
}

.tour-details__bottom-list li .text {
    margin-left: 10px;
}

.tour-details__bottom-list li .text p {
    font-size: 16px;
    margin: 0;
}

.tour-details__bottom-list li:last-child .text {
    margin-left: 15px;
}

.tour-details__bottom-list li:last-child .text p {
    font-size: 14px;
}

.tour-details__bottom-right {
    position: relative;
    display: block;
    float: right;
}

.tour-details__bottom-right a {
    position: relative;
    display: inline-block;
    background-color: #faf5ee;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--thm-border-radius);
    padding: 0 15px;
    line-height: 30px;
    transition: all 500ms ease;
}

.tour-details__bottom-right a i {
    padding-right: 10px;
}

.tour-details__bottom-right a:hover {
    color: var(--thm-base);
    background-color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Tour Details Two
--------------------------------------------------------------*/
.tour-details-two {
    position: relative;
    display: block;
    padding: 50px 0 120px;
}

.tour-details-two__left {
    position: relative;
    display: block;
}

.tour-details-two__overview {
    position: relative;
    display: block;
}

.tour-details-two__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 18px;
}

.tour-details-two__overview-text {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 31px;
}

.tour-details-two-overview__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 25px;
}

/*.tour-details-two__overview-bottom {
    position: relative;
    display: block;

    padding-bottom: 54px;
    margin-bottom: 50px;
}*/

.tour-details-two__overview-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-two__overview-bottom-left {
    position: relative;
    display: block;
    margin-right: 140px;
}

.tour-details-two__overview-bottom-list {
    position: relative;
    display: block;
}

.tour-details-two__overview-bottom-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-two__overview-bottom-list li+li {
    margin-top: 6px;
}



.tour-details-two__overview-bottom-list li .icon i {
    color: var(--thm-primary);
    font-size: 13px;
}

.tour-details-two__overview-bottom-list li .text {
    margin-left: 20px;
}

.tour-details-two__overview-bottom-list li .text p {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details-two__overview-bottom-right {
    position: relative;
    display: block;
}

.tour-details-two__overview-bottom-right-list {
    position: relative;
    display: block;
}

.tour-details-two__overview-bottom-right-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-two__overview-bottom-right-list li+li {
    margin-top: 6px;
}



.tour-details-two__overview-bottom-right-list li .icon i {
    color: var(--thm-black);
    font-size: 15px;
}

.tour-details-two__overview-bottom-right-list li .text {
    margin-left: 20px;
}

.tour-details-two__overview-bottom-right-list li .text p {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details-two__tour-plan {
    position: relative;
    display: block;
}

.tour-details-two__tour-plan .tour-details-two__title {
    margin-bottom: 29px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #faf5ee;
    border: 1px solid transparent;
    border-radius: var(--thm-border-radius);
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid #ebe6de;
    border-radius: var(--thm-border-radius);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 40px 24px;
    padding-right: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-bottom: 0px solid var(--thm-extra);
    border-radius: var(--thm-border-radius);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-spacing);
}

.faq-one-accrodion .accrodion-title h4 span {
    color: var(--thm-primary);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--thm-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--thm-black);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: var(--thm-black);
    ;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--thm-primary);
    ;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 28px;
    margin-top: -13px;
    border-radius: var(--thm-border-radius);
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: var(--thm-base);
}



.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    letter-spacing: var(--thm-letter-spacing);
}

.accrodion-content ul {
    position: relative;
    display: block;
    margin-top: 32px;
}

.accrodion-content ul li {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details-two__location {
    position: relative;
    display: block;
    margin-top: 50px;
}

.tour-details-two__title {
    margin-bottom: 39px;
}

.tour-details-two__location-map {
    position: relative;
    display: block;
    height: 380px;
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.tour-details-two__related-tours {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tour-details-two__related-tours .tour-details-two__title {
    margin-bottom: 29px;
}

.review-scores__title {
    margin-bottom: 29px;
}

.tour-details__review-score {
    border: 1px solid #ebe6de;
    display: -webkit-box;
    display: flex;
    margin-bottom: 40px;
    border-radius: var(--thm-border-radius);
}

.tour-details__review-score-ave {
    -webkit-box-flex: 1;
    flex: 1 1 245px;
    max-width: 245px;
    display: -webkit-box;
    display: flex;
}

.tour-details__review-score-ave .my-auto {
    width: 100%;
    text-align: center;
}

.tour-details__review-score-ave h3 {
    margin: 0;
    font-weight: 400;
    font-size: 100px;
    color: var(--thm-black);
}

.tour-details__review-score-ave p {
    margin: 0;
    color: var(--thm-gray);
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: var(--thm-letter-spacing);
    line-height: 26px;
}

.tour-details__review-score-ave p i {
    color: #ffa801;
    font-size: 18px;
    margin-right: 10px;
}

.tour-details__review-score__content {
    -webkit-box-flex: 1;
    flex: 1 1 calc(100% - 245px);
    max-width: calc(100% - 245px);
    border-left: 1px solid #ebe6de;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.tour-details__review-score__bar+.tour-details__review-score__bar {
    margin-top: 8px;
}

.tour-details__review-score__bar-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__review-score__bar-top h3 {
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details__review-score__bar-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    letter-spacing: var(--thm-letter-spacing);
    line-height: 32px;
}

.tour-details__review-score__bar-line {
    width: 100%;
    height: 7px;
    background-color: #faf5ee;
    position: relative;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.tour-details__review-score__bar-line span {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--thm-primary);
    border-radius: var(--thm-border-radius);
}

.tour-details__review-comment {
    position: relative;
    display: block;
}

.tour-details__review-comment-single {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe6de;
    margin-bottom: 60px;
}

.tour-details__review-comment-top {
    position: relative;
    display: flex;
    align-items: center;
}



.tour-details__review-comment-top-img img {
    border-radius: 50%;
}

.tour-details__review-comment-top-content {
    margin-left: 30px;
}

.tour-details__review-comment-top-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details__review-comment-top-content p {
    font-size: 16px;
    color: var(--thm-primary);
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    letter-spacing: var(--thm-letter-spacing);
}



.tour-details__review-comment-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--thm-letter-spacing);
    margin-top: 22px;
    margin-bottom: 25px;
}

.tour-details__review-comment-content p {
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
    padding-bottom: 19px;
}

.tour-details__review-form-stars {
    margin-bottom: 50px;
}

.tour-details__review-form-stars p {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__review-form-stars p+p {
    margin-top: 5px;
}

.tour-details__review-form-stars span {
    font-size: 20px;
    color: var(--thm-gray);
    margin-right: 15px;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details__review-form-stars i {
    color: #faf5ee;
    font-size: 15px;
    line-height: 1em;
    position: relative;
    top: 0px;
}

.tour-details__review-form-stars i+i {
    margin-left: 2px;
}

.tour-details__review-form-stars i.active {
    color: #ffa801;
}

.tour-details__review-form {
    position: relative;
    display: block;
    margin-top: -10px;
}

.tour-details__review-form-left {
    position: relative;
    display: block;
}

.tour-details__review-form-input {
    position: relative;
    display: block;
}

.tour-details__review-form-input input[type="text"],
.tour-details__review-form-input input[type="email"] {
    height: 67px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #faf5ee;
    border-radius: var(--thm-border-radius);
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 13px;
    color: var(--thm-gray);
    font-weight: 500;
}

.tour-details__review-form-rate {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -20px;
}

.tour-details__review-form-rate-single {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details__review-form-rate-single+.tour-details__review-form-rate-single {
    margin-top: 14px;
}

.tour-details__review-form-rate-left {
    position: relative;
    display: block;
    float: left;
}

.tour-details__review-form-rate-left span {
    font-size: 20px;
    color: var(--thm-gray);
    margin-right: 15px;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details__review-form-rate-right {
    position: relative;
    display: block;
    float: right;
}

.tour-details__review-form-rate-right i {
    color: #faf5ee;
    font-size: 15px;
    line-height: 1em;
    position: relative;
    top: 0px;
}

.hotel-page-reviews{
    margin-top: -80px;
    margin-bottom: 80px;
}

.tour-details__review-form-rate-right i+i {
    margin-left: 2px;
}

.tour-details__review-form-rate-right i.active {
    color: #ffa801;
}

.tour-details__review-form-textarea {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details__review-form-textarea textarea {
    height: 185px;
    width: 100%;
    border: none;
    background-color: #faf5ee;
    outline: none;
    border-radius: var(--thm-border-radius);
    color: var(--thm-gray);
    font-size: 13px;
    font-weight: 500;
    padding: 25px 30px 30px;
}

.tour-details__review-form-btn {
    margin-top: 20px;
    font-size: 15px;
    padding: 17px 60px 17px;
}

.tour-details-two__sidebar {
    position: relative;
    display: block;
    margin-top: 8px;
}

.tour-details-two__book-tours {
    position: relative;
    display: block;
    background-color: #faf5ee;
    padding: 42px 50px 50px;
    border-radius: var(--thm-border-radius);
}

.tour-details-two__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 22px;
}



.tour-details-two__sidebar-form-input {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.tour-details-two__sidebar-form-input input[type="text"] {
    height: 67px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    color: var(--thm-gray);
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-base);
}

.tour-details-two__sidebar-form-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-details-two__sidebar-form-input .bootstrap-select>.dropdown-toggle {
    background-color: var(--thm-base);
    border: none;
    font-weight: 500;
    border-radius: var(--thm-border-radius);
    padding: 0 30px;
    font-size: 13px;
    color: var(--thm-gray);
    display: block;
    height: 67px;
    line-height: 67px;
    background-repeat: no-repeat;
}

.tour-details-two__sidebar-form-input .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.tour-details-two__sidebar-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    line-height: 67px;
    font-size: 16px;
}

.tour-details-two__sidebar-form-icon i {
    color: var(--thm-gray);
    font-size: 14px;
}

.tour-details-two__sidebar-btn {
    font-size: 15px;
    padding: 17px 87px 17px;
    text-align: center;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--thm-black);
    color: #252525;
    font-size: 14px;
    border-radius: var(--thm-border-radius);
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-primary) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary);
    border-radius: var(--thm-border-radius);
    color: var(--thm-base);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

#ui-datepicker-div.ui-widget {
    font-family: var(--thm-font);
}

#ptTimeSelectCntr .ui-widget {
    font-family: var(--thm-font);
}

.tour-details-two__last-minute {
    position: relative;
    display: block;
    border: 1px solid #ebe6de;
    border-radius: var(--thm-border-radius);
    padding: 41px 50px 44px;
    margin-top: 30px;
}

.tour-details-two__last-minute .tour-details-two__sidebar-title {
    margin-bottom: 18px;
}



.tour-details-two__last-minute-list li {
    position: relative;
    border-bottom: 1px solid #ebe6de;
    padding-bottom: 25px;
    margin-bottom: 26px;
    padding-left: 80px;
}

.tour-details-two__last-minute-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tour-details-two__last-minute-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.tour-details-two__last-minute-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .50);
    border-radius: var(--thm-border-radius);
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.tour-details-two__last-minute-list li:hover .tour-details-two__last-minute-image:before {
    transform: scaleX(1.0);
}

.tour-details-two__last-minute-image img {
    border-radius: var(--thm-border-radius);
}

.tour-details-two__last-minute-content {
    position: relative;
    top: -6px;
}

.tour-details-two__last-minute-content h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--thm-primary);
    line-height: 24px;
}

.tour-details-two__last-minute-content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: var(--thm-letter-spacing);
}

.tour-details-two__last-minute-content p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Destinations Details
--------------------------------------------------------------*/
.destinations-details {
   /* position: relative;
    display: block;
    padding: 10px 0 120px;*/
    margin-top: 100px;
}

.destinations-details__left {
    /*position: relative;
    display: block;*/
}

.destinations-details__img {
    /*position: relative;
    display: block;
    margin-bottom: 30px;*/
}

.destinations-details__img .carousel-inner {
    width: 100%;
    height: 500px;
    border-radius: var(--thm-border-radius);
}

.destinations-details__img .carousel-indicators{
    height: 100px;
}

.destinations-details__img .corousel-indicatiors .corousel-item img{
    height: 200px;

}

.destinations-details__discover {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.destinations-details__title {
/*    font-size: 40px;*/
    font-weight: 700;
    line-height: 50px;
    letter-spacing: var(--thm-letter-spacing);
    margin-bottom: 18px;
}

.destinations-details__discover-text-1 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 30px;
}

.destinations-details__discover-text-2 {
    font-size: 16px;
    margin: 0;
}

.destinations-details__overview {
    /*position: relative;
    display: block;
    margin-top: -30%;
    margin-bottom: 50px;*/
}

.destinations-details__overview .destinations-details__title {
   /* font-size: 30px;
    margin-bottom: 0;*/
}

.destinations-details__overview-list {
    /*position: relative;
    display: block;
    margin-top: -16px;*/
}

.destinations-details__overview-list li {
    position: relative;
    border-bottom: 1px solid #ebe6de;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 19px;
}

.destinations-details__overview-list li:last-child {
    border-bottom: 0;
}

.destinations-details__overview-left {
    position: relative;
    display: block;
    max-width: 155px;
    width: 100%;
    float: left;
}

.destinations-details__overview-left>p {
    font-weight: 500;
    color: var(--thm-black);
    letter-spacing: var(--thm-letter-spacing);
    margin: 0;
}

.destinations-details__overview-right {
    position: relative;
    display: block;
    max-width: 245px;
    float: left;
    margin-left: 150px;
}

.destinations-details__overview-right>p i {
    color: var(--thm-primary);
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.destinations-details__overview-right>p  {
    color: var(--thm-primary);
    font-weight: 800;
    font-size: 30px;
    margin: 0;
    letter-spacing: var(--thm-letter-spacing);
}

.destinations-details__faq {
    position: relative;
    display: block;
    margin-top: 30px;
}

.destinations-details__faq .faq-one-accrodion .accrodion-content {
    padding: 0px 40px 18px;
}

.destinations-details__right {
    position: relative;
    display: block;
    margin-top: -50px;
    margin-left: 10px;

}

.tour-details-two__last-minute-2 {
    margin-top: 0;
}

.destinations-details__discount {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 1;
}

.destinations-details__discount .container{
    width: 100%;
    height: auto;
}

.section-title__tagline2 {
    display: block;
    color: var(--thm-primary);
    font-size: 20px;
    align-items: center;
    margin-top: -200px;
    margin-left:-70px ;
    transform: rotate(-30deg);
    line-height: 180px;
    font-weight: 800;
    font-family: var(--thm-reey-font);
}

.destinations-details_content{
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.destinations-details_content img{
    width: 40%;
    height: 5rem;
    display: inline;
}

.destinations-details_contentname{
    width: 60%;
    float: right;
}

.destinations-details_content h1{

    display: inline;
    font-size: 24px;
    margin-left: 10px;
}

.destinations-details_content h3{
    margin-left: 10px;
    display: inline;
    font-size: 16px;
}



/*Destinations Page*/
.destinations-page {
    padding-bottom: 110px;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-page__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.about-page__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-page__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-page__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-page__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.about-page__right {
    position: relative;
    display: block;
}

.about-page__right .section-title {
    margin-top: 10px;
    margin-bottom: 27px;
}

.about-page__text-1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-primary);
    line-height: 40px;
    letter-spacing: var(--thm-letter-spacing);
    margin: 0;
    padding-bottom: 24px;
}

.about-page__text-2 {
    margin: 0;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.about-page .text-right{
    margin-top: 50px;
}

.about-page__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 31px;
}



.about-page__progress-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-black);
    margin-bottom: 6px;
    letter-spacing: var(--thm-letter-spacing);
}

.about-page__progress .bar {
    position: relative;
    width: 100%;
    height: 15px;
    background: #faf5ee;
    border-radius: 30px;
    margin-bottom: 22px;
}

.about-page__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 15px;
    border-radius: 30px;
    background: var(--thm-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-page__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--thm-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-page__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-page__progress .bar.marb-0 {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# About Page Testimonial
--------------------------------------------------------------*/
.about-page-testimonial {
    padding: 100px 0px;
    z-index: 1;
}

.about-page-testimonial:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 768px;
    content: "";
    background-color: #faf5ee;
    z-index: -1;
}

.about-page-testimonial-map {
    position: absolute;
    top: 100px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    height: 560px;
    width: 1157px;
    opacity: 0.6;
    z-index: -1;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.team-one-map {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    height: 722px;
    width: 1491px;
    opacity: 0.7;
    z-index: -1;
}



.team-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    overflow: hidden;
}

.team-one__img:before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.team-one__img:after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img::before,
.team-one__single:hover .team-one__img::after {
    width: 50%;
}

.team-one__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
}

.team-one__content {
    position: relative;
    display: block;
    padding-top: 32px;
    border-radius: var(--thm-border-radius);
    margin-top: -20px;
    background-color: var(--thm-base);
    margin-left: 10px;
    margin-right: 10px;
    z-index: 2;
}

.team-one__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--thm-letter-spacing);
}

.team-one__title {
    font-size: 12px;
    color: var(--thm-primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 22px;
}

.team-one__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
}

.team-one__single:hover .team-one__social {
    transform: scaleY(1.0);
}

.team-one__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #faf5ee;
    border-radius: 50%;
    font-size: 15px;
    height: 50px;
    width: 50px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.team-one__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-one__social a:hover:before {
    transform: scaleX(1.0);
}

.team-one__social a+a {
    margin-left: 10px;
}

/*Brand Three*/
.brand-three {
    border-bottom: 0;
    border-top: 1px solid #ebe6de;
}

.cards{
    width:22rem;
    border-radius: 10px;
}

.cards:hover{
    transform: translate3D(0,-1px,0) scale(1.03); /* move up slightly and zoom in */
    box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
    transition: all .4s ease; /* zoom in */
    cursor: pointer;
}

.ca{
    width:22rem;
    border-radius: 10px;
}

.ca:hover{
    transform: translate3D(0,-1px,0) scale(1.03); /* move up slightly and zoom in */
    box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
    transition: all .4s ease; /* zoom in */
    cursor: pointer;
}

.car{
    width:35rem;
    border-radius: 10px;
}

.car:hover{
    transform: translate3D(0,-1px,0) scale(1.03); /* move up slightly and zoom in */
    box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
    transition: all .4s ease; /* zoom in */
    cursor: pointer;
}


/*Hotel Details Page*/

/*Image Corousel*/

/* ul{
    padding: 0;
    margin: 0;
}

#slider-wrapper{
    width: 133%;
    height: 100%;
    margin-top: -2.2%;
    margin-left: -190px;
    padding: 15px;  
}
#image-slider{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: block;
}
#image-slider ul{
    width: 100%;
    height: 559px;
    position: relative;
}

#image-slider ul li{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height:100%; 
}
#image-slider ul li img {
    width: 100%;

    max-width: 100%;
    max-height: 100%;
}
#image-slider ul li.active-img{
    left: 0;
}
.next-img{
    z-index: 9999;
}
#thumbnail {    
    margin-top: 1%;
    max-height: 75px;
    max-width: 100%;
    text-align: center;

}
#thumbnail ul {
    overflow: auto;
    background-color: #000000;
    max-width: 50%;
    max-height: 60px;
    display: inlin;
}


#thumbnail li{
    list-style: none;
    min-width: 1px;
    display: inline;
}                                                               
#thumbnail li img{
    padding: 0;
    border: none;
    display: inline;
    margin: 10px 1.5px;
    height: 56px;
    max-width: 10%;
    
}
#thumbnail li:first-child img{
    margin-right:0px;
    margin-left:0px;
}   

.thumbnail .active{
    opacity: 0.5;
} */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.carousel-sliders {
    position: relative;
    /*width: 130%;
    margin-left: -15%;*/
}
.carousel-sliders-inner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.4);
}
.carousel-caption h3{
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(-100%, 0);        
}
.carousel-caption p{
    opacity: 0;
    transform: translate3D(0, 0, 0);
}
.slide {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}
@-webkit-keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
.slide.active .carousel-caption h3{
    transform: translate(0, 0);
    animation: titleAnimtion 1s;
}
@keyframes titleAnimtion {
    0% {
        transform: translate(-100%, 0);    
    }
    100% {
        transform: translate(0, 0);
    }
}
.slide.active .carousel-caption p{
    transform: translate3D(0, 0, 0);
    opacity: 1;
    animation: textAnimtion 1s;
}
@keyframes textAnimtion {
    0% {
        transform: translate3D(0, 60px, 0);   
        opacity: 0;
    }
    100% {
        transform: translate3D(0, 0, 0);
        opacity: 1;
    }
}
.slide.active {
    display: block;
}

.slide img {
    width: 100%;
     height: 700px; 
    aspect-ratio: 3/2;
    object-fit: cover;
}

.news-one__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news-one__content h3 a {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-controls {
    width: 15%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}
.carousel-controls.left {
    left: 0;
}
.carousel-controls.right {
    right: 0;
}
.prevSlide, .nextSlide {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
}
.prevSlide.inactive, .nextSlide.inactive{
    cursor: default;
}
.prevSlide.inactive .prevIcon {
    border-right-color: #717070;
} 
.nextSlide.inactive .nextIcon{
    border-left-color: #717070;
}
.prevIcon{
    margin: 10px 12px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid transparent;        
}    
.nextIcon{
    margin: 10px 20px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
    background-color: #fff;
    cursor: default;
}
.carousel-controls-below {
    margin-top: -113px;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    text-align: center;
    margin-left: 25%;
    width: 50%;
}
.carousel-thumbnail-horizontal{
    position: relative;
    display: flex;
    flex-direction: row;

    overflow: hidden;
    transition: opacity .4s ease;
    width: 100%;
}

.card_list .section-title__tagline{
    font-family: Lucida Handwriting;
    text-decoration: underline;
    color: #000000;
}

.card_list .section-title__tagline:hover{

    color: var(--thm-primary);
}

.city-page{
    margin-top: 144px;
}

.destinations-details__overview p{
    font-size: 16px;
    padding: 0;
}
.carousel-thumbnail-inner {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    overflow-x: scroll;

    opacity: 1;
}
.carousel-thumbnail-inner::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
.carousel-thumbnail-scroller {
    display: grid;
    min-width: 100%;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    justify-content: flex-start;
}
.carousel-thumbnail-inner .thumbnail {
    cursor: pointer;
    opacity: 1;
    margin-left: 10px;
}

.carousel-thumbnail-inner .thumbnail.active {
    cursor: default;
    opacity: 1.5;
    border: 3px solid white;
}

.carousel-thumbnail-inner .thumbnail picture{
    display: inline-block;
}

.carousel-thumbnail-inner .thumbnail img {
    height: 80px;
    width: 150px;
    max-width: auto;
    margin-left: 0px;
}

.thumbnail-prev{
    position: absolute;
    transition: all 0.4s;
    cursor: pointer;
    left: -100px;
    z-index: -1;
    transition: 1s all linear;     
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    border: #FFF 2px solid;  
    top: 50%;
    margin-top: -21px; 
    opacity: 0;
}

@keyframes moveleft {
    from {
        left: -100px;
        z-index: -1;
        opacity: 0;
    }
    to {
        left: 10px;
        z-index: 10;
        opacity: 1;
    }
}    
.thumbnail-next{
    position: absolute;
    transition: all 0.4s;
    cursor: pointer;
    right: -100px;
    z-index: -1;
    transition: 1s all linear;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    border: #FFF 2px solid;
    top: 50%;
    margin-top: -21px;
    opacity: 0;
}

/*.thumbnail-next.enable{
    right: 10px;
    z-index: 10;
    opacity: 1;
    animation: moveright 1s linear;
}*/

/*.thumbnail-prev.enable{
    left: 10px;
    z-index: 10;
    opacity: 1;
    animation: moveleft 1s linear;
}*/

@keyframes moveright {
    from {
        right: -100px;
        z-index: -1;
        opacity: 0;
    }
    to {
        right: 10px;
        z-index: 10;
        opacity: 1;
    }
}
.thumbnail-prev-icon{
    margin: 7px 9px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-right: 8px solid #ffffff;
    border-bottom: 8px solid transparent;        
}    
.thumbnail-next-icon{
    margin: 7px 12px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
}






    

/*MAP*/

.contact-map{
    margin-left: 100px;
    margin-bottom: 50px;
    width: 800px;
}

.contact-map .mapouter{
    position:relative;
    text-align:right;
    width:1300px;
    height:400px;
}
.contact-map .gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:1300px;
    height:400px;
}
.contact-map .gmap_iframe {
    width:1300px!important;
    height:400px!important;
}

.map{
    margin-left: 100px;
    margin-bottom: 50px;
    width: 800px;
}

.mapouter{
    position:relative;
    text-align:right;
    width:1300px;
    height:600px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:1300px;
    height:600px;
}
.gmap_iframe {
    width:100% !important;
    height:400px !important;
}

/*Reviews*/

.review-scroll{
    height: 320px;
    width: 580px;
    overflow-y: auto;
    border: 1px solid #ebe6de;
    border-radius: 7px;

}

.review-scroll .card{
    height: 200px;
    width: 38rem;
    margin: 5px;
}

.review-scroll .card img{
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
}

.review-scroll .card h5{
    display: inline-block;
}

/*Description*/

.left_side{
    border: 5px black;
}

/*Mega Dropdown*/

/*Destination List Mega DropDown*/

.mega_dropdown{
    width: 100vw;
    height: auto;
    box-shadow: 0px 50px 60px black;
}

#test2{
    display: none;
}

.mega_dropdown3{
    width: 100vw;
    height: 608%;
    box-shadow: 0px 50px 60px black;
}

.sub_header{
    margin-bottom: 15px;
    width: 100%;
    background-color: white;
    transform: scale(1.01);
    /* box-shadow: 0px 2px 10px black; */
    padding: 0px 50px;
}

header{
    position: fixed !important;
    width: 100%;
    z-index:10;
}

.sub_header .domestic{
    color: #313041;
    /* height: 45px; */
    border: none;
    border-bottom: 2px solid var(--thm-primary);
    background-color: white;
    margin-top: 0px;
    padding: 0;
    font-weight: 600;
}

.list-toggler{
    display: none;
}


.international{
    color: #313041;
    height: 49px;
    border: none;
    border-bottom: 3px solid white;
    background-color: white;
    /* margin-top: 10px; */
    margin-left: 29px;
    font-weight: 600;
}

.main-menu .main-menu__list li .mega_dropdown{
    display: block;
    position: absolute;
    top: 100%;
    /* left: 70px; */
    margin-left: -484px;
    min-width: 220px;
    background-color: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.dropdown-3{
    max-height:200px ;
    overflow-y: auto;
}

.abc{
    margin-left: 20px;
}

.dropdown-3 a{
    /*margin-left: 50px;*/
}

.main-menu .main-menu__list li .dropdown-2{
    display: none;
    position: absolute;
    height: 500px;
    top: 100%;
    left: 80px;
    min-width: 220px;
    background-color: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.main-menu .main-menu__list li:hover>.dropdown-2 {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li:hover>.mega_dropdown {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li .mega_dropdown3,
.stricky-header .main-menu__list li .mega_dropdown3{
    display: none;
    position: absolute;
    top: 100%;
    left: 70px;
    margin-left: -448%;
    min-width: 220px;
    background-color: red;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.main-menu .main-menu__list li:hover>.mega_dropdown3,
.stricky-header .main-menu__list li:hover>.mega_dropdown3 {
    opacity: 1;
    visibility: visible;
}

.domestic_list{
    width: 100%;
    height: 85%;
}

.domestic_list .container-fluid{
    max-height: 50%;
    display: block;
    
}

.car .card{
    width: 35rem; margin-top:100px ;
}

.cities_a{
    display: inline-flex;
    position: relative;
    margin-left: 1.5%;
    width: 14%;
    min-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cities_a li{
/*    margin-left: 15%;*/
    color: #000000;
    color: var(--thm-primary);
}

.cities_a li:hover{
    transform: scale(1.1);
    transition: 500ms;
}

.cities_a h1{
    background-color: var(--thm-base);
    width: 50px;
    height: 50px;
    color: var(--thm-primary);
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
}

/*End Of Destination List Mega Dropdown*/


/*Associated Properties Mega Dropdown*/

.main-menu .main-menu__list li .mega_dropdown2,
.stricky-header .main-menu__list li .mega_dropdown2 {
    position: absolute;
    top: 100%;
    left: 10px;
    width: 100vw;
    margin-left: -468%;
    min-width: 220px;
/*    background-color: #fff;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
/*    transition: 500ms ease;*/
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.main-menu .main-menu__list li:hover>.mega_dropdown2,
.stricky-header .main-menu__list li:hover>.mega_dropdown2 {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

@media screen and (min-width: 1400px) {
  .main-menu .main-menu__list li .mega_dropdown2,.stricky-header .main-menu__list li .mega_dropdown2{
    margin-left: -564%;
    }
}






.mega_dropdown2{
    height: auto;
/*    background-color: var(--thm-base);*/
}

.associated_properties .container-fluid{
    width: 98%;
}

.page-header{
    margin-top: 140px;
}

.card_list{
    border: none;
    margin: 4px;
    width: 90%;
    height: auto;
  }

  .ca .card{
    width: 22rem;
  }

  .gallery-one__container-box{
/*    margin-top: -250px;*/
  }


  .blogs .card{
    width: 22rem;
  }
  
  .card_list span{
    color: var(--thm-primary);
    padding: 0;
    text-align: left;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    letter-spacing:0.7px;
  }

  .card_list .section-title__tagline {
    font-family: Lucida Handwriting;
    text-decoration: underline;
    color: black;
    border-bottom-width: 1px;
}
  
  .card_list:hover{
    transform: scale(1.1);
    transition: 500ms;
  } 



/*City Page*/
/*Hotel Cards*/

.our_properties {
/*    margin-left: -100px;*/
    margin-top: 7rem;
}

.our_properties__title{
/*    margin-left: 100px;*/
    font-size: 36px;
    font-weight: bolder;
}

/*.our_properties .container .row{
    width: 850px;
    height: auto;
}*/


.our_properties .hotel_cards {
    height: auto;
/*    width: 400px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
    padding: 0;
    list-style-type: none;
  }
  
  .our_properties .hotel_cards  .hotel_card {
    position: relative;
    display: block;
    height: 100%;  
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
  }
  
  .our_properties .hotel_cards .hotel_card__image {      
    width: 100%;
    height: 400px;
    object-fit: cover;
  }


  
  .our_properties .hotel_cards .hotel_card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    background-color: var(--surface-color);      
    transform: translateY(100%);
    transition: .2s ease-in-out;
  }
  
  .our_properties .hotel_cards .hotel_card:hover .hotel_card__overlay {
    transform: translateY(0);
  }
  
  .our_properties .hotel_cards .hotel_card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    background-color: var(--surface-color);
    border-top: 2px solid white;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
  }
  
  .our_properties .hotel_cards .hotel_card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
  }
  
  .our_properties .hotel_cards .hotel_card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }   
  
  .city-site-footer{
    margin-top: -120px;
  }
  
  .our_properties .hotel_cards .hotel_card:hover .hotel_card__header {
    transform: translateY(0);
    background: linear-gradient(132deg, #ffd500 0%, #d59a42 100%);

  }
  
  .our_properties .hotel_cards .hotel_card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
    font-weight: 600;
  }
  
  .our_properties .hotel_cards .hotel_card__status {
    font-size: .8em;
    color: black;
  }
     
  .our_properties .hotel_cards .view_property{
    outline: none;
    border: none;
    color: var(--thm-base);
    margin-left: 2px;
    margin-bottom: 26px;
    background-color: var(--thm-primary);
    line-height: 50px;
    padding: 38px 124px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
  }
  
  .our_properties .hotel_cards .view_property:hover{
    background-color: var(--thm-base);
    color: var(--thm-primary);
    transition: 700ms;

  }

  /* .our_properties .hotel_cards .view_property {

    font-size: 15px;
    font-weight: 700;
    width: 1%;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--thm-primary);
    outline: none;
    border: none;
    border-radius: var(--thm-border-radius);
    padding: 17px 140px 16px;
    margin-top: 10px;
    transition: all 500ms ease;
}

.our_properties .hotel_cards .view_property:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
} */

/*End of Hotel Cards*/


/*Product Page*/

.product-card1{
/*    margin: 20px;*/
/*    height: 340px;*/
}

.product-card2{
/*    margin: 20px;*/
    margin-top: 0;
}

section.gallery-head {
    padding: 58px 0px;
}

section.blogs {
    padding: 100px 0;
}

img.card-img-top {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-img{
    display: inline;
}

.gallery-one__content{
/*    margin-top: 30px;*/
}

.product-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.product-text{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    margin-left: 30px;
}

.product-button{
    outline: none;
    border: none;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border-radius: 5px;
    width: 20%;
    height: 13%;
    margin-left: 2%;
}

.product-button:hover{
    color: var(--thm-primary);
    background-color: var(--thm-base);
    transition: 500ms ease;
}


.detail-table{
/*    background:linear-gradient(to bottom, #1287cc 0%, #34398c 36%, #2751a0 100%);*/
    margin: 40px;
    margin-bottom: 100px;
    height: 450px;
    padding-top: 20px;
    width: 100%;
    margin-left: 0px;
}

.detail-table h1{
    margin: 10px;
    color: white;
}

.detail-table h4{
    margin: 10px;
    color: white;
    font-size:12px;
}

.detail-table table{
/*    margin: 10px;*/
    width: 100%;
}

.detail-table table td{
    padding: 10px;
    border: 2px solid #b7b7b7;
    color: white;
}
/*End Of Product Page*/

.custom-btn-primary {
    background: #209bc8;
    border-color: white;
}


 .custom-main-content {
    /* background: #ffd50094; */
/*    background: white;*/
    height: auto;
    /* box-shadow: 0px 0px 3px #209bc8; */
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100vw;
    position: absolute;
    /* right: -96%; */
    top: 100px;
    left: -484px;
}

    .custom-design{
    padding: 10px;
    border-radius: 10px;
/*    box-shadow: 0px 0px 4px #209bc8;*/
box-shadow: 0px 2px 10px black;
background: white;
    }

.custom-direction h6 p {
    border-bottom: 2px solid;
    width: 25px;
}

    .ul-north li {
        list-style: none !important;
        font-size: 14px;
        font-weight: 500;
    }
    .ul-west li {
        list-style: none !important;
        font-size: 14px;
        font-weight: 500;
    }
    .ul-south li {
        list-style: none !important;
        font-size: 14px;
        font-weight: 500;
    }
    .ul-east li {
        list-style: none !important;
        font-size: 14px;
        font-weight: 500;
    }

    ul.ul-north-internation{
        margin: 0 !important;
    }

    ul.ul-north-internation li a{
        font-size: 14px;
        font-weight: 500;
    }

    .ul-north li a{
        padding: 0 !important;
    }
    .ul-west li a{
        padding: 0 !important;
    }
    .ul-south li a{
        padding: 0 !important;
    }
    .ul-east li a{
        padding: 0 !important;
    }


    .custom-direction h6{
        color: #209bc8 !important;
        font-weight: 600;
        padding-left: 7px !important
    }


    .custom-direction{
        color: black !important;
    }
    .ul-north{
      display: grid !important;
      grid-template-rows: repeat(7, min-content) !important;
      grid-auto-flow: column !important;
      padding: 0 !important;
      margin-left: 0 !important;
    }
    .ul-west{
      display: grid !important;
      grid-template-rows: repeat(10, min-content) !important;
      grid-auto-flow: column !important;
      padding: 0 !important;
      margin-left: 0 !important;
    }
    .ul-south{
      display: grid !important;
      grid-template-rows: repeat(10, min-content) !important;
      grid-auto-flow: column !important;
      padding: 0 !important;
      margin-left: 0 !important;
    }
    .ul-east{
      display: grid !important;
      grid-template-rows: repeat(10, min-content) !important;
      grid-auto-flow: column !important;
      padding: 0 !important;
      margin-left: 0 !important;
    }

    @media screen and (max-width: 1450px) {
        .custom-main-content{
            left: -299px;
    }
}

    @media screen and (max-width: 1293px) {
        .custom-main-content{
            left: -437px;
    }
}

    @media screen and (max-width: 1200px) {
        .custom-hover-destination:hover .custom-main-content {
            display: none !important;
    }
}

.custom-hover-destination{
    cursor: pointer;
}

.custom-hover-destination:hover .custom-main-content {
    display: block ;
}

span.ul-north-internation {
    font-size: 14px;
    font-weight: 500;
}

span.ul-north-internation span a {
    padding: 7px 20px;
    color: #313041;
    font-weight: 600;
}

span.ul-north-internation span a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.custom-main-content{
    display:none;
}



/*########## Animation ############*/


.animate-charcter{
       text-transform: uppercase;
      background-image: linear-gradient(
        229deg,
        #ffd500 0%,
        #209bc8 29%,
        #ff1361 67%,
        #fff800 100%
      );
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 2s linear infinite;
/*      display: inline-block;*/
          font-size: 50px;
          text-align: left;
/*          text-align: center;*/
    }

    @keyframes textclip {
        to {
          background-position: 200% center;
        }
    }


    
    .tours-list__img .custom-destinations{
        height: 246px !important;
    }

    .custom-padding{
        padding: 0 !important;
        line-height: 1.7;
        text-align: justify;
    }


    .custom-tour-list-single{
        position: relative;
/*        display: flex;*/
        margin-bottom: 30px;
        width: 50% !important;
        float: left !important;
        padding: 10px !important;
        }

        .custom-tour-list-img{
            position: relative;
            display: block;
            max-width: 100% !important;
            width: 100%;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            overflow: hidden;
        }

        .custom-tour-list-content{
                position: relative;
                display: block;
                padding-left: 0px;
                padding-right: 0px;
                border: 1px solid #ece8e0;
                border-left: 0;
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
                padding: 12px !important;
                width: 100% !important;
        }


.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #209bc8 !important;
    border-color: #ffffff !important;
}

.page-link{
    color: #209bc8 !important;
}


.social-menu ul{
        /* position: absolute; */
    top: 50%;
    left: 50%;
    padding: 0px 0 20px;
    margin: 0;
    /* transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: red;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #395693;
}



@media only screen and (max-width: 600px) {
 
.marquee__img {
    width: max(3rem, 5vw);
    height: 1.2rem;
    margin: 0 2vw;
    border-radius: 100rem;
    background-color: #ffd500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee span {
text-align: center;
    color: lightgray;
    font-weight: 400;
    white-space: nowrap;
    font-size: max(2vw, 1rem);
    line-height: 1.2;
    font-weight: 700;
    padding: 0vh 1vw 0;
    text-transform: uppercase;
}
.body__inner-wrapper {
    height: 55px;
}

.custom-tour-list-img{
        max-width: 100% !important;
}

.custom-tour-list-single {
    width: 100% !important;
}
}

.site-footer__bottom .container .row .col-md-6 p {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-right: 10px;
}




.sidebar-contact{
  position:fixed;
  top:70%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
border-radius: 7px;
z-index:9999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #209bc8;
    top: 0;
    right: -48px;
    line-height: 48px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
/*
.toggle:before{
  content:'\f0e0';
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}

*/
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll-14{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content-14{
    padding:50px 50px;
  }
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .solution_card {
    /* flex: 0 50%; */
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}
.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card .so_top_icon {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.custom-img.img-fluid {
    border: 2px solid #838695;
    border-radius: 10px;
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0;
}


.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75% ) !important;
    color: #fff;
    font-weight: 500;
    padding: 1px 14px;
    font-size: 14px;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .solu_title h3, .solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

@media only screen and (min-width: 768px){
.our_solution_category .solution_cards_box {
    flex: 1;
}
}

@media screen and (min-width: 320px){
.our_solution_category .solution_cards_box {
    flex: auto;
}
}
    
.so_top_icon img, iframe {
    height: 277px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.solu_title a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: 500;
    color: #313041;
}
                            
button.read_more_btn a {
    color: #313041;
}

.solution_card:hover  .solu_title a{
    color: white;
}


    
.solu_title h3 img{
    width: 100px;
/*    position: absolute;*/
/*    right: 12px;*/
/*    bottom: 12px;*/
    height: 44px;
    object-fit: contain;
    
}
    
    .custom-title-Des {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 10px 0;
}

.news-one-2{

padding: 100px 0px;

}



    
    .wrapper {
  align-items: center;
  display: flex;
  height: 70% !important;
  justify-content: center !important;
  margin: auto !important;
  width: 70% !important;
}

.aspect {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}

.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
}

.flipbook .page img {
  max-width: 100%;
  height: 100%;
}
    
.counter-one.airline {
    display: none;
}



/*########## Animation ############*/