﻿:root {
    --body-color: #6E7070;
    --theme-color: #004B96;
    --primary-color2: #ffaf03;
    --title-color: #004B96;
    --black-color2: #0D0D0C;
    --gray-color: #E1E4E5;
    --smoke-color: #E9F6F9;
    --icon-font: "Font Awesome 5 Pro";
    --th-border-color: #E9EDF5;
    --title-font: "Manrope", sans-serif;
    --body-font: "Inter", sans-serif;
    --style-font: "MonteCarlo", cursive;
    --ripple-ani-duration: 2s;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.img-box11 .img1 img {
    border-radius: 24px;
}

.btn-flip-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-flip-icon-v {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0.5rem;
}

.btn-flip-icon-v i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 767.98px) {
    .btn-flip-icon {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 0.5rem;
    }

    .btn-flip-icon i {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@media (min-width: 767.98px) {
    .flatpickr-calendar {
        width: 662px !important;
    }

    .dayContainer, .flatpickr-days {
        min-width: 50% !important;
    }
}

.train-loader-component {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 17rem;
    overflow: hidden;
}

.train-loader-bg {
    height: 6rem !important;
    width: 17rem !important;
}

.train-loader-train {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 4rem;
    width: 17rem;
}

.train-move {
    animation: linear infinite;
    animation-name: running;
    animation-duration: 2.5s;
}

@-webkit-keyframes running {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(120%);
    }
}

.ticket-class-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0.475rem;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-color: var(--bs-gray-500) !important;
    padding: 1.25rem 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.ticket-class-container {
    position: relative;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
}

.ticket-class-content {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    margin-right: 1rem;
    margin-left: 1rem;
}

/*.ticket-class-content::-webkit-scrollbar {*/
/*    height: 14px;*/
/*    width: calc(100% - 48px);*/
/*}*/

/*.ticket-class-content::-webkit-scrollbar-track {*/
/*    background: #b1b3b399;*/
/*}*/

/*.ticket-class-content::-webkit-scrollbar-thumb {*/
/*    background: #29AB87;*/
/*}*/

/*.ticket-class-content::-webkit-scrollbar-track-piece:start {*/
/*    background: #29AB87;*/
/*}*/


.ticket-arrow-prev {
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    cursor: pointer;
    transition: opacity 100ms;
    z-index: 2;
}

.ticket-arrow-next {
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: opacity 100ms;
    z-index: 2;
}

.ticket-arrow-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 70px;
}

.ticket-class-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 246px;
    max-width: 50%;
    min-height: min(70vh, 24rem);
    cursor: pointer;
    border-radius: 0.475rem;
    margin: 16px 32px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-color: var(--bs-gray-500) !important;
    transition: all 0.3s ease;
}

.ticket-class-detail:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: var(--bs-gray-300) !important;
    background-color: var(--bs-success-light) !important;
}

.elements-sec .th-container {
    --main-container: 1744px
}

.elements-item {
    text-align: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.moveFromTop {
    -webkit-animation-name: moveFromTop;
    animation-name: moveFromTop
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.tags-container > canvas {
    position: relative;
    top: -1px;
    left: -1px
}

.tags-container {
    width: 100vw;
    height: 200px;
    margin-top: 0vw;
    overflow: hidden
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 43px);
    font-size: var(--btn-font-size, 18px);
    background-color: #fff0;
    border: 2px solid #888C97;
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.icon-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--bs-white)
}

.icon-btn:hover.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--bs-white);
    border: none;
    border-radius: 99px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color)
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 900;
    font-size: 12px
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #FF9C00;
    letter-spacing: 3px
}

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700
}

.rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 32px);
    height: var(--icon-size, 32px);
    line-height: var(--icon-size, 32px);
    background-color: #E9F6F9;
    color: var(--theme-color);
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--bs-white)
}

.th-social a:hover i {
    -webkit-animation: slideTop 0.5s;
    animation: slideTop 0.5s
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.counter-card .counter-shape:after, .counter-item .counter-shape:after {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple3;
    animation-name: ripple3
}

@-webkit-keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: .2
    }
}

@keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: .2
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--bs-text-white)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    font-size: 48px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
}

.sub-title {
    display: block;
    color: var(--title-color);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: var(--style-font);
    position: relative;
    margin-bottom: -4px;
    /* Extra small devices */
}

@media (max-width: 480px) {
    .sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 375px) {
    .sub-title {
        font-size: 25px;
        line-height: 25px;
    }
}

.sub-title.extra-sub {
    color: #F8BC22;
    margin-bottom: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.box-title a {
    color: inherit;
}

.box-title a:hover {
    color: var(--theme-color);
}

.box-subtitle {
    margin-bottom: 8px;
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em;
}

.box-title2 a {
    color: inherit;
}

.box-title2 a:hover {
    color: var(--theme-color);
}

.sec-text {
    font-size: 18px;
    line-height: 26px;
}

.sec-text.style2 {
    max-width: 776px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .sec-text.style2 {
        display: block;
        margin: auto auto 50px auto;
        text-align: center;
    }
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2;
}

.title-area .sec-title {
    margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em;
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mb-32 {
    margin-bottom: 32px;
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1;
}

.sec-btn {
    text-align: center;
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space);
}

.shadow-title {
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 250px;
    line-height: 250px;
    text-transform: capitalize;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 28.89%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 28.89%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.45em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.title-area2 {
    padding: 50px 100px;
}

.title-area2 .subtitle {
    color: var(--bs-text-white);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block;
}

.title-area2 .title {
    color: var(--bs-text-white);
    max-width: 430px;
    margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .shadow-title {
        font-size: 180px;
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px;
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px;
    }

    .sec-btn,
    .title-line {
        --section-title-space: 55px;
    }

    .title-area2 .title {
        max-width: 300px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px;
    }

    .sec-btn,
    .title-line {
        --section-title-space: 50px;
    }

    .sub-title.h4 {
        font-size: 22px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .sub-title {
        margin-bottom: 10px;
    }

    .title-area2 {
        text-align: center;
    }

    .title-area2 .title {
        max-width: 100%;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .shadow-title {
        font-size: 100px;
        line-height: 150px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .title-area2 {
        padding: 40px 20px;
    }
}

.space, .space-top {
    padding-top: var(--section-space)
}

.space, .space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2, .space-extra2-top {
        padding-top: 70px
    }

    .space-extra2, .space-extra2-bottom {
        padding-bottom: 70px
    }
}

.space-extra3 {
    position: relative;
    margin: -35px 0;
    z-index: 8
}

.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.hero-12 {
    margin: 0 80px;
    background-size: 100% 100%;
    overflow: hidden
}

@media (max-width: 1799px) {
    .hero-12 {
        margin: 0
    }
}

.hero-12 .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    background-repeat: no-repeat;
    overflow: hidden
}

.hero-12 .th-hero-bg {
    z-index: 2;
    border-radius: 50px 50px 0 0;
    overflow: hidden
}

@media (max-width: 1299px) {
    .hero-12 .th-hero-bg {
        border-radius: 0
    }
}

.hero-12 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, #113D48 0%, #fff0 86%);
    background: linear-gradient(90deg, #113D48 0%, #fff0 86%);
    border-radius: inherit;
    z-index: 1
}

.hero-12 .slider-arrow {
    --pos-x: 120px;
    --icon-size: 64px;
    top: 60%;
    background: rgb(250 252 244 / .5);
    border: 1px solid #fff0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 36px;
    box-shadow: none
}

@media (max-width: 1799px) {
    .hero-12 .slider-arrow {
        display: none
    }
}

.hero-12 .slider-arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hero-12 .slider-arrow:hover {
    background-color: var(--theme-color)
}

.hero-12 .slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.hero-12 .hero12-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 262px;
    -webkit-mask-image: url(../img/shape/hero-shape1.png);
    mask-image: url(../img/shape/hero-shape1.png);
    background-color: var(--bs-text-white);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: 5
}

.hero-12 .hero12-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 317.19px;
    -webkit-mask-image: url(../img/shape/hero-shape2.png);
    mask-image: url(../img/shape/hero-shape2.png);
    background-color: var(--theme-color);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: 4
}

.hero-style12 {
    position: relative;
    max-width: 800px;
    padding: 140px 0 460px 0;
    z-index: 3
}

@media (max-width: 991px) {
    .hero-style12 {
        text-align: center;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .hero-style12 {
        padding: 100px 0 420px 0
    }
}

.hero-style12 .hero-title {
    font-size: 84px;
    text-transform: capitalize;
    color: var(--bs-text-white)
}

@media (max-width: 991px) {
    .hero-style12 .hero-title {
        font-size: 74px
    }
}

@media (max-width: 767px) {
    .hero-style12 .hero-title {
        font-size: 54px
    }
}

@media (max-width: 575px) {
    .hero-style12 .hero-title {
        font-size: 44px
    }
}

.hero-style12 .hero-desc {
    font-weight: 400;
    font-size: 24px;
    color: var(--bs-text-white);
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .hero-style12 .hero-desc {
        font-size: 18px
    }
}


.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: var(--th-border-color);
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .swiper-pagination-progressbar {
        margin-top: 20px
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color)
}

.slider-controller {
    margin-top: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.slider-controller .button {
    width: calc(100% - 204px)
}

.slider-controller .slider-arrow {
    min-width: 56px
}

@media (max-width: 1199px) {
    .slider-controller {
        margin-top: 45px
    }
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 45px 0 10px 0;
    padding-bottom: 20px;
    line-height: 20px;
    height: 16px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-horizontal-gap: 15px;
    margin: 5px 7px;
    opacity: 1;
    background-color: #fff0;
    border: 1px solid #113D48;
    color: #E4E4E4;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

@media (max-width: 575px) {
    .swiper-pagination-bullets .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: 8px
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.th-hero-bg img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--bs-white);
    font-family: var(--body-font);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 18.8px 35px;
    border-radius: 48px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    gap: 8px;
}

.th-btn.th-icon:after {
    content: '';
    position: relative;
    -webkit-mask-image: url(../img/icon/arrow-right.svg);
    mask-image: url(../img/icon/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--bs-white);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.th-btn:before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: var(--title-color);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.th-btn:hover, .th-btn.active {
    color: var(--bs-white);
    box-shadow: none;
}

.th-btn:hover.th-icon i, .th-btn.active.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.th-btn:hover:before, .th-btn.active:before {
    width: 110%;
}

.th-btn.style1:before, .th-btn.style1:after {
    background-color: var(--bs-white);
}

.th-btn.style1:hover {
    color: var(--bs-white);
}

.th-btn.style1:hover.th-icon:after {
    background-color: var(--bs-white);
}

.th-btn.style1:hover:before, .th-btn.style1:hover:after {
    background-color: var(--primary-color2);
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--bs-white);
    border: 1px solid var(--bs-white);
}

.th-btn.style2:hover {
    color: var(--black-color2);
    border: 1px solid var(--bs-white);
}

.th-btn.style2:hover:after {
    background-color: var(--title-color);
}

.th-btn.style2:before {
    background-color: var(--bs-white);
}

.th-btn.style3 {
    background-color: var(--title-color);
    color: var(--bs-white);
    box-shadow: none;
    border: none;
}

.th-btn.style3:before {
    background-color: var(--theme-color);
}

.th-btn.style4 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 14px 25px;
}

.th-btn.style4.th-icon:after {
    background-color: var(--title-color);
}

.th-btn.style4:hover {
    color: var(--bs-white);
    border: 1px solid var(--theme-color);
}

.th-btn.style4:hover.th-icon:after {
    background-color: var(--bs-white);
}

.th-btn.style4:before {
    background-color: var(--theme-color);
}

.th-btn.style5 {
    background-color: var(--title-color);
    color: var(--bs-white);
    box-shadow: none;
    border: none;
}

.th-btn.style5:before {
    background-color: var(--bs-white);
}

.th-btn.style5:hover {
    color: var(--title-color);
}

.th-btn.style6 {
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: none;
    border: none;
}

.th-btn.style6:before {
    background-color: var(--theme-color);
}

.th-btn.style6:after {
    background-color: var(--title-color);
}

.th-btn.style6:hover {
    color: var(--bs-white);
}

.th-btn.style6:hover:after {
    background-color: var(--bs-white);
}

.th-btn.style7:before, .th-btn.style7:after {
    background-color: var(--bs-white);
}

.th-btn.style7:hover {
    color: var(--title-color);
}

.th-btn.style7:hover:before, .th-btn.style7:hover:after {
    background-color: var(--bs-white);
}

.th-btn.style7:hover:after {
    background-color: var(--title-color);
}

.th-btn.white-btn {
    background-color: var(--bs-white);
    color: var(--black-color2);
}

.th-btn.th-radius {
    border-radius: 0;
}

.th-btn.th-radius2 {
    border-radius: 8px;
}

.th-btn.btn-fw {
    width: 100%;
    padding: 18px 30px;
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 43px);
    font-size: var(--btn-font-size, 18px);
    background-color: transparent;
    border: 2px solid #888C97;
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

.icon-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--bs-white);
}

.icon-btn:hover.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--bs-white);
    border: none;
    border-radius: 99px;
}

.icon-btn.style2:hover {
    background-color: var(--theme-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background: var(--bs-white);
    color: var(--title-color);
    font-size: var(--icon-font-size, 1.7em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-white);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--bs-white);
}

.play-btn.style2 > i {
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--bs-white);
}

.play-btn.style2:before, .play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--bs-white);
}

.play-btn.style3 > i {
    --icon-size: 40px;
    font-size: 14px;
    border: 1px solid;
    background-color: var(--theme-color);
    color: var(--bs-white);
}

.play-btn.style3:before, .play-btn.style3:after {
    background-color: var(--bs-white);
}

.play-btn.style3:hover > i {
    background-color: var(--bs-white);
    color: var(--theme-color);
}

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
    background-color: var(--bs-white);
}

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn:hover {
    color: var(--theme-color);
}

.link-btn:hover::before {
    width: 100%;
}

.line-btn {
    font-family: var(--body-font);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}

.line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.line-btn:hover {
    color: var(--title-color);
}

.line-btn:hover.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px;
}

.booking-sec.style2 {
    position: relative;
    margin-top: -150px;
    z-index: 5
}

.package-area {
    background: rgb(255 255 255 / .85);
    border: 1px solid rgb(255 255 255 / .24);
    box-shadow: 0 20px 50px rgb(17 61 72 / .05);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 80px 40px 40px 40px;
    margin-top: -40px
}

@media (max-width: 991px) {
    .package-area {
        padding: 80px 30px 30px 30px
    }
}

.package-card {
    position: relative
}

.package-card .box-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 14px
}

.package-card .box-title img {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #113D48
}

.package-card .box-img {
    border-radius: 20px;
    margin-bottom: 24px
}

.package-card .box-img img {
    border-radius: 20px
}

.package-card .box-desc {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #6E7070;
    margin-bottom: 0
}

.package-card .package-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 375px) {
    .package-card .package-action {
        display: block
    }
}

.package-card .box-price {
    font-size: 20px;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .package-card .box-price {
        margin-bottom: 15px
    }
}

.package-card .th-btn {
    padding: 10px 25px
}

@media (max-width: 991px) {
    .package-card .th-btn {
        padding: 10px 18px;
        font-size: 14px
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.box-subtitle {
    margin-bottom: 8px
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-white);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    border-radius: 48px;
    color: var(--theme-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 88px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1500px) {
    .slider-arrow {
        display: none !important
    }
}

.slider-arrow.style2 {
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    background-color: var(--theme-color);
    color: var(--bs-white);
    border-color: var(--theme-color)
}

.slider-arrow.style2:hover {
    background-color: var(--title-color);
    color: var(--bs-white);
    border-color: var(--title-color);
}

.slider-arrow.style3 {
    background-color: var(--bs-white);
    color: var(--bs-white);
    --icon-size: 48px;
    line-height: 48px;
    border-radius: 50%;
    border-color: var(--bs-white)
}

.slider-arrow.style3:hover {
    background-color: var(--title-color);
    color: var(--bs-white);
    border-color: var(--bs-white)
}

.slider-arrow.style4 {
    background-color: #fff0;
    color: var(--title-color);
    border-color: #E4E4E4;
    box-shadow: none;
    font-size: var(--icon-font-size, 22px)
}

.slider-arrow.style4:hover {
    background-color: var(--title-color);
    color: var(--bs-white);
    border-color: var(--title-color);
}

.slider-arrow.style5 {
    border: 1px solid var(--title-color)
}

.slider-arrow.style5:hover {
    border-color: var(--theme-color)
}

@media (max-width: 1500px) {
    .slider-arrow.style5 {
        display: inline-block !important
    }
}

.slider-arrow.style6 {
    --icon-size: 64px;
    border: 1px solid #E1E4E5;
    box-shadow: none
}

.slider-arrow.style6:hover {
    border-color: var(--theme-color)
}

@media (max-width: 1500px) {
    .slider-arrow.style6 {
        display: inline-block !important
    }
}

.slider-arrow.style7 {
    --icon-size: 64px;
    border: 1px solid var(--title-color);
    box-shadow: none;
    background-color: #fff0
}

.slider-arrow.style7:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

@media (max-width: 1500px) {
    .slider-arrow.style7 {
        display: inline-block !important
    }
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--bs-white);
    border-color: var(--theme-color)
}

.slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4)
}

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-prev, .slick-3d-active .slick-3d-next2, .slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px)
}

.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.global-img:after {
    background: rgb(255 255 255 / .5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

@media (max-width: 991px) {
    .global-img {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.booking-form {
    position: relative;
    background-color: var(--bs-white);
    border: 2px solid var(--theme-color);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    border-radius: 16px;
    padding: 21px 32px;
    z-index: 3;
}

@media (max-width: 1199px) {
    .booking-form {
        padding: 20px 20px
    }
}

.booking-form.style8 {
    border: none;
    border-radius: 30px
}

.gallery-area .row {
    --bs-gutter-x: 17px
}

.gallery-card:nth-child(2) {
    margin-top: 17px
}

.gallery-card .box-img {
    border-radius: 24px
}

@media (max-width: 991px) {
    .gallery-card .box-img {
        margin-bottom: 10px
    }
}

.gallery-card .box-img img {
    border-radius: 24px
}

.gallery-card .box-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--bs-text-white);
}

.gallery-card .box-img .icon-btn:hover {
    background-color: #fff0
}

.gallery-card:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

@media (max-width: 1600px) {
    .shape-mockup {
        display: none !important
    }
}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.shape-mockup.hero_wrap {
    z-index: 1
}

@media (max-width: 1599px) {
    .shape-mockup.hero_wrap {
        display: none !important
    }
}

.shape-mockup.shape1 {
    -webkit-animation: cloudAni 10s linear infinite;
    animation: cloudAni 10s linear infinite
}

@media (max-width: 1599px) {
    .shape-mockup.shape1 {
        display: none !important
    }
}

.shape-mockup.shape2 {
    -webkit-animation: cloudAni 15s linear infinite;
    animation: cloudAni 15s linear infinite
}

@media (max-width: 1599px) {
    .shape-mockup.shape2 {
        display: none !important
    }
}

.shape-mockup.shape3 {
    -webkit-animation: cloudAni 20s linear infinite;
    animation: cloudAni 20s linear infinite
}

@media (max-width: 1599px) {
    .shape-mockup.shape3 {
        display: none !important
    }
}

@media (max-width: 1599px) {
    .shape-mockup.about-shape3 {
        display: block !important
    }
}

.counter-card {
    position: relative;
    background-color: #E9F6F9;
    padding: 93px 28px;
    width: 264px;
    height: 264px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    margin-top: 158px
}

.counter-card.style2 {
    margin-top: 25px
}

@media (max-width: 1199px) {
    .counter-card.style2 {
        margin: 50px auto 25px auto
    }
}

.counter-card.style3 {
    margin: 25px 0 25px 0
}

@media (max-width: 991px) {
    .counter-card.style3 {
        margin: 25px auto 25px auto
    }
}

@media (max-width: 767px) {
    .counter-card.style3 {
        display: block;
        margin: 25px auto 25px auto
    }
}

@media (max-width: 767px) {
    .counter-card_wrapp:not(:first-child) {
        margin: 0 auto 0 auto
    }
}

@media (max-width: 1199px) {
    .counter-card {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .counter-card {
        width: 250px;
        height: 250px;
        padding: 81px 28px;
        margin-top: 150px
    }
}

@media (max-width: 575px) {
    .counter-card {
        margin-top: 20px
    }
}

.counter-card .counter-shape {
    position: absolute;
    inset: -24px;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .counter-card .counter-shape {
        width: 290px;
        height: 290px;
        inset: -20px
    }
}

.counter-card .counter-shape span {
    position: absolute;
    top: unset;
    bottom: 55px;
    right: 15px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: rgb(28 168 203 / .2);
    z-index: 2
}

@media (max-width: 767px) {
    .counter-card .counter-shape span {
        bottom: 51px;
        right: 13px
    }
}

.counter-card .counter-shape:after, .counter-card .counter-shape:before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: var(--theme-color)
}

.counter-card .counter-shape:after {
    background-color: var(--theme-color)
}

.counter-card-wrap {
    margin: 50px 0 25px 0
}

@media (max-width: 1199px) {
    .counter-card-wrap {
        margin: 0
    }
}

@media (max-width: 575px) {
    .counter-card-wrap:nth-child(even) {
        margin: 70px 0 50px 0
    }
}

.counter-card-wrap:nth-child(even) .counter-card {
    margin-top: 0
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
    top: 24px;
    right: 43px
}

@media (max-width: 767px) {
    .counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
        top: 22px;
        right: 39px
    }
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape:before, .counter-card-wrap:nth-child(even) .counter-card .counter-shape:after {
    bottom: unset;
    top: 10%;
    right: 16%
}

.counter-card .box-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: capitalize;
    color: var(--black-color2);
    margin-bottom: 7px
}

.counter-card .counter-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--black-color2)
}

.counter-card:hover .counter-shape {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.counter-card-wrap.style2 {
    margin: 25px 0 25px 0
}

.counter-sec2 {
    position: relative;
    z-index: 1
}

.counter-box {
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    text-align: center;
    padding: 60px 20px
}

.counter-box-wrap {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px;
    max-width: 782px
}

@media (max-width: 1299px) {
    .counter-box-wrap {
        max-width: 100%;
        gap: 20px
    }
}

@media (max-width: 767px) {
    .counter-box-wrap {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 320px) {
    .counter-box-wrap {
        grid-template-columns:repeat(1, 1fr)
    }
}

.counter-box_number {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .02em;
    color: var(--black-color2);
    margin-bottom: 0
}

.counter-box_title {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color2);
    margin-bottom: -.4rem
}

@media (max-width: 1299px) {
    .counter-box_title {
        font-size: 16px
    }
}

.counter-sec7 {
    background-color: var(--bs-text-white);
    box-shadow: 0 50px 50px rgb(83 83 85 / .05);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    z-index: 3;
    margin-top: -130px
}

@media (max-width: 1299px) {
    .counter-sec7 {
        margin-top: -60px
    }
}

.counter-item {
    position: relative;
    text-align: center;
    z-index: 2
}

.counter-item .box-number {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #113D48
}

.counter-item .counter-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0
}

.counter-item .counter-shape {
    position: absolute;
    top: -55%;
    left: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .counter-item .counter-shape {
        top: -20%
    }
}

.counter-item .counter-shape:after, .counter-item .counter-shape:before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: var(--theme-color)
}

.counter-item .counter-shape:after {
    background-color: var(--theme-color)
}

.about-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 400px
}

.about-item:not(:last-child) {
    margin-bottom: 30px
}

.about-item.style2 .about-item_img {
    background-color: var(--smoke-color)
}

.about-item.style4 .about-item_img {
    background-color: var(--title-color)
}

.about-item_img {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.about-item_img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.about-item_img:hover {
    background-color: var(--title-color)
}

.about-item_img:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-item .box-title {
    margin-bottom: 7px
}

@media (max-width: 375px) {
    .about-item .box-title {
        font-size: 20px
    }
}

.about-item_text {
    margin-bottom: -.3rem
}

.about-shape {
    position: absolute
}

.about-shape:before {
    content: "";
    position: absolute;
    left: -47%;
    bottom: 17%;
    width: 396px;
    height: 396px;
    border-radius: 50%;
    background: #E9F6F9;
    z-index: -1
}

.about-rating {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: var(--bs-text-white);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    text-align: center;
    padding: 10px
}

.about-rating i {
    font-size: 16px;
    color: #EB5757;
    display: block
}

.about-rating span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--black-color)
}

.about-emoji {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: var(--bs-text-white);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    text-align: center
}

.img-box3 {
    position: relative;
    margin-left: -110px
}

@media (max-width: 1599px) {
    .img-box3 {
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .img-box3 {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .img-box3 img {
        width: 100%
    }
}

.img-box3 .img1 img {
    border-radius: 24px
}

.img-box3 .img2 {
    position: absolute;
    top: 20%;
    right: 12%
}

@media (max-width: 767px) {
    .img-box3 .img2 {
        right: 0
    }
}

@media (max-width: 575px) {
    .img-box3 .img2 {
        position: relative;
        margin-top: 20px
    }
}

.img-box3 .img2 img {
    border-radius: 24px;
    border: 5px solid var(--bs-text-white)
}

.img-box3 .img3 {
    position: relative;
    margin-top: 30px;
    z-index: 3
}

@media (max-width: 575px) {
    .img-box3 .img3 {
        margin-top: 20px
    }
}

.img-box3 .img3 img {
    border-radius: 24px;
    border: 5px solid var(--bs-text-white)
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.z-index-common {
    position: relative;
    z-index: 3
}

.th-team {
    position: relative
}

.th-team .team-img {
    position: relative;
    overflow: hidden
}

.th-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .team-desig {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: -.45em;
    color: var(--black-color2)
}

.th-team .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 32px;
    background-color: #fff0;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 14px
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--bs-white)
}

.th-team .box-title {
    margin-bottom: 0
}

.teamSlider1 .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid var(--title-color)
}

.teamSlider1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--theme-color)
}

.teamSlider4 .slider-arrow {
    left: var(--pos-x, -60px)
}

.teamSlider4 .slider-arrow.slider-next {
    right: var(--pos-x, -60px);
    left: auto
}

.team-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    --space: 56px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.team-box.style2 {
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    padding-top: 16px
}

.team-box .team-img {
    max-width: calc(100% - var(--space) * 2);
    margin: 0 auto;
    border: 3px solid var(--bs-white);
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    z-index: 3
}

.team-box .team-img img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s
}

.team-box .team-content {
    position: relative;
    padding: 130px 16px 16px 16px;
    margin-top: -100px;
    background-color: var(--bs-white);
    border-radius: 16px;
    z-index: 2
}

.team-box .media-body {
    position: relative;
    border-radius: 16px;
    background-color: #E9F6F9;
    padding: 24px 28px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 2;
    overflow: hidden
}

.team-box .box-title {
    color: var(--black-color2)
}

.team-box .box-title a {
    color: inherit
}

.team-box .team-desig {
    margin-bottom: 12px
}

.team-box:hover .team-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-box:hover .media-body {
    background-color: var(--theme-color)
}

.team-box:hover .box-title {
    color: var(--bs-white)
}

.team-box:hover .team-desig {
    color: var(--bs-white)
}

.team-box:hover .th-social a {
    border: 1px solid var(--bs-white);
    color: var(--bs-white)
}

.team-grid {
    position: relative;
    background-color: var(--smoke-color);
    text-align: center;
    border-radius: 16px;
    --space: 72px
}

.team-grid.style2 {
    --space: 56px;
    margin: 16px;
    height: 528px;
    border-radius: 12px
}

@media (max-width: 1399px) {
    .team-grid.style2 {
        margin: 0
    }
}

.team-grid.style2 .team-img {
    position: relative;
    border-radius: 12px;
    z-index: 2;
    height: 528px
}

.team-grid.style2 .team-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    opacity: .8;
    z-index: 1
}

.team-grid.style2 .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.team-grid.style2 .team-img2 {
    margin-top: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.team-grid.style2 .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-radius: 12px
}

.team-grid.style2 .media-body {
    border-radius: 12px
}

.team-grid .team-img {
    border-radius: 16px 16px 0 0
}

.team-grid .team-img img {
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s
}

.team-grid .team-img2 {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    margin-top: -100px;
    border: 3px solid var(--bs-white);
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    z-index: 3
}

.team-grid .team-img2 img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s
}

.team-grid .team-content {
    position: relative;
    padding: 24px 16px 16px 16px;
    border-radius: 16px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2
}

.team-grid .media-body {
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    padding: 24px 28px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
    overflow: hidden
}

.team-grid .box-title {
    color: var(--black-color2)
}

.team-grid .box-title a {
    color: inherit
}

.team-grid .team-desig {
    margin-bottom: 12px
}

.team-grid:hover .team-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-grid:hover .team-img2 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-grid:hover .media-body {
    background-color: var(--theme-color)
}

.team-grid:hover .box-title {
    color: var(--bs-white)
}

.team-grid:hover .team-desig {
    color: var(--bs-white)
}

.team-grid:hover .th-social a {
    border: 1px solid var(--bs-white);
    color: var(--bs-white)
}

@media (min-width: 1930px) {
    .team-area3 {
        background-size: cover;
        margin-bottom: 120px
    }
}

.team-area3 .slider-arrow {
    top: 35%;
    left: var(--pos-x, -60px)
}

.team-area3 .slider-arrow.slider-next {
    right: var(--pos-x, -60px);
    left: unset
}

.team-details .box-title {
    font-size: 28px
}

@media (max-width: 1199px) {
    .team-about {
        margin-bottom: 20px
    }
}

.team-about .th-social a:not(:hover) {
    background-color: #E4E4E4;
    color: var(--title-color)
}

.team-about.style2 {
    margin-left: 45px
}

@media (max-width: 1199px) {
    .team-about.style2 {
        margin: 0
    }
}

.team-about.style2 .team-about_title {
    font-weight: 600;
    margin: 0 0 3px 0
}

.team-about.style2 .team-about_desig {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px
}

.team-about.style2 .team-about_text {
    line-height: 26px;
    max-width: 465px
}

.team-about_title {
    font-size: 40px;
    margin: -.8rem 0 20px 0
}

.team-about_desig {
    font-weight: 500;
    color: var(--body-color);
    margin-bottom: 23px
}

.team-about .box-title {
    font-size: 28px
}

.team-about .th-btn {
    padding: 19.5px 38.9px
}

.categorySlider .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative
}

.category-area {
    padding: 165px 0 120px 0;
    margin-top: -55px
}

.category-area .th-container {
    --main-container: 1750px
}

.category-area .swiper .swiper-slide {
    width: 312px
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.category-card.style2 .box-img {
    border-radius: 50%;
    border: 10px solid var(--smoke-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.category-card.style2 .box-img img {
    border-radius: 50%
}

.category-card.style2:hover .box-img {
    border-color: var(--theme-color)
}

.category-card.style5 .box-img {
    border-radius: 200px;
    width: 200px;
    height: 300px
}

.category-card.style5 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px
}

.category-card.style5 .box-title {
    font-size: 24px;
    font-weight: 600
}

.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px
}

.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.category-card .box-title {
    margin-bottom: 0
}

.category-card .line-btn {
    text-transform: capitalize;
    color: var(--body-color)
}

.category-card .line-btn:before {
    display: none
}

.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.categorySlider2 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative
}

.categorySlider6 {
    margin: 0 -30px !important
}

@media (max-width: 575px) {
    .categorySlider6 {
        margin: 0 0px !important
    }
}

.categorySlider6 .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 375px) {
    .categorySlider6 .swiper-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.categorySlider6 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden
}

.categorySlider6 .swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: #E1E4E5;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px
}

.categorySlider6 .th-swiper-custom {
    max-width: 728px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: auto
}

@media (max-width: 767px) {
    .categorySlider6 .th-swiper-custom {
        display: none
    }
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 25px 0 0 0;
    line-height: 10px;
    height: 3px
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 24px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    margin: 5px 7px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-white);
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
    display: none
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--title-color);
    border: 1px solid var(--title-color)
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--title-color)
}

.categorySlider6 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    background: var(--bs-white);
    height: 3px
}

.categorySlider6 .slider-arrow {
    --icon-size: 64px;
    min-width: 64px;
    background: rgb(250 252 244 / .2);
    border: 1px solid #E1E4E5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 36px;
    color: var(--bs-white);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: unset
}

@media (max-width: 1499px) {
    .categorySlider6 .slider-arrow {
        display: block !important
    }
}

.categorySlider6 .slider-arrow img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: brightness(.9) invert(1);
    filter: brightness(.9) invert(1)
}

.categorySlider6 .slider-arrow.slider-next {
    right: unset;
    left: auto
}

.categorySlider6 .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--bs-white)
}

.categorySlider6 .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.category-slider3 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto auto 10px auto;
    overflow: hidden
}

.categorySlider4 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden
}

.category-area3 .th-container {
    --main-container: 1689px
}

.category-area4 .th-container {
    --main-container: 1656px
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.category-card.style3 .box-img {
    border-radius: 24px;
    border: 10px solid var(--smoke-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.category-card.style3 .box-img img {
    border-radius: 24px
}

.category-card.style3:hover .box-img {
    border-color: var(--theme-color)
}

.category-card.style4 {
    height: 476px
}

.category-card.style4 .box-img {
    height: 416px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-bottom: 30px
}

.category-card.style4 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-card.style4 .box-content {
    text-align: left
}

.category-card.style4 .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.category-card.style4 .box-title {
    margin-bottom: 7px
}

.category-card.style4 .box-text {
    max-width: 235px
}

.category-card.style4:hover .box-img {
    height: 312px
}

.category-card.style4:hover .box-wrapp {
    height: 100%;
    opacity: 1;
    overflow: visible
}

.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px
}

.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.category-card .box-title {
    margin-bottom: 0
}

.category-card .line-btn {
    text-transform: capitalize;
    color: var(--body-color)
}

.category-card .line-btn:before {
    display: none
}

.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.category-area2 {
    position: relative;
    z-index: 1
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 4px;
    border: 1px solid var(--title-color);
    overflow: hidden;
    background-color: #fff0;
    text-align: left;
    position: relative;
    z-index: 3
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card .accordion-button {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: #fff0;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 75px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\f107";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: #fff0;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed):after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: var(--body-color)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0 30px 30px
}

.accordion-card .faq-text {
    color: var(--body-color);
    margin-bottom: -.48em;
    margin-top: -.48em;
    font-size: 16px;
}

.accordion-card.style3 {
    border-radius: 20px
}

.accordion-card.style3 .accordion-button {
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px
}

.accordion-card.style3 .accordion-button:after {
    content: "\2b"
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    content: "\f068"
}

@media (max-width: 991px) {
    .accordion-card .accordion-button {
        font-size: 20px;
        min-height: 70px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        padding: 12px 45px 12px 20px
    }

    .accordion-card .accordion-body {
        padding: 0 20px 30px
    }
}

.faq-img1 {
    margin-left: -180px;
    width: 817px;
    height: 617px
}

.faq-img1.style2 {
    margin-left: -280px
}

@media (max-width: 1399px) {
    .faq-img1.style2 {
        margin-left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1399px) {
    .faq-img1 {
        margin-left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1199px) {
    .faq-img1 {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.faq-bg-image {
    position: absolute;
    top: 0;
    right: -30px;
    width: 737px;
    height: 100%;
    z-index: 1
}

.faq-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1299px) {
    .faq-bg-image {
        display: none
    }
}

.faq-area {
    position: relative;
    overflow: hidden
}

.faq-area2 {
    max-width: 1720px;
    display: block;
    margin: auto;
    background-color: #F8F8F8
}

.faq-img2 {
    position: relative;
    z-index: 2;
    margin-left: -80px
}

@media (max-width: 1500px) {
    .faq-img2 {
        margin-left: 0;
        margin-right: 40px
    }
}

@media (max-width: 1199px) {
    .faq-img2 {
        margin: 0 0 50px 0
    }
}

.faq-img2 .img1 {
    -webkit-clip-path: polygon(55% 0, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    clip-path: polygon(55% 0, 100% 38%, 100% 100%, 0 100%, 0% 38%)
}

.offer-deals-wrapp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 1199px) {
    .offer-deals-wrapp {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .offer-deals-wrapp {
        display: block
    }
}

.accordion-item {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #fff0;
    overflow: hidden;
    min-width: 336px
}

@media (max-width: 767px) {
    .accordion-item {
        min-width: 100%
    }
}

.accordion-item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 575px) {
    .accordion-item_wrapp {
        display: block
    }
}

.accordion-item_number {
    border: 1px solid var(--gray-color);
    width: 69px;
    height: 32px;
    padding: 2px 24.5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--gray-color)
}

.accordion-item_content {
    color: #fff;
    padding: 0 30px 0 110px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0
}

@media (max-width: 575px) {
    .accordion-item_content {
        padding: 0 30px 0 0
    }
}

.accordion-item .box-title {
    margin-bottom: 0
}

.accordion-item i {
    font-size: 20px;
    font-weight: 400;
    color: var(--title-color);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width: 575px) {
    .accordion-item i {
        font-size: 24px
    }
}

.accordion-item .accordion-button {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background: #fff0;
    padding: 20px 0 20px 0;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 0 !important
}

.accordion-item .accordion-button:after {
    display: none
}

.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: none;
    background-color: #fff0;
    padding: 20px 0 0 0
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.accordion-item .accordion-button:not(.collapsed) i {
    color: var(--theme-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-item .accordion-button:not(.collapsed):after {
    content: '\f068'
}

.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid var(--gray-color)
}

.accordion-item .accordion-collapse {
    border: none
}

.accordion-item .accordion-collapse .accordion-body {
    border-color: var(--theme-color)
}

.accordion-item .accordion-body {
    background-color: #fff0;
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--gray-color)
}

.accordion-item .faq-img {
    height: 100%
}

.accordion-item .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-item-wrapp {
    padding: 0
}

.accordion-item-wrapp li {
    list-style: none
}

.according-img-tab {
    position: absolute;
    right: 40px;
    top: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

@media (max-width: 1399px) {
    .according-img-tab {
        right: 20px
    }
}

@media (max-width: 1299px) {
    .according-img-tab {
        top: 0;
        max-width: 250px
    }
}

@media (max-width: 1199px) {
    .according-img-tab {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .according-img-tab {
        right: 0
    }
}

@media (max-width: 767px) {
    .according-img-tab {
        position: relative;
        margin-top: 50px
    }
}

.according-img-tab img {
    border-radius: 16px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.faq-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--theme-color);
    display: block;
    margin-bottom: 10px
}

.th-accordion_images {
    position: absolute;
    right: 40px;
    top: 10px;
    margin-top: 35px
}

.th-accordion_images img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-accordion_images img.active {
    opacity: 1;
    visibility: visible
}

.th-accordion_images img {
    border-radius: 16px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 0;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.th-accordion_images img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0
}

.th-accordion_images img.active {
    opacity: 1
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.th-ani:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.search-form-area .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.search-form-area .search-form input {
    background-color: var(--smoke-color);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    height: 60px;
    border-radius: 100px;
    padding-right: 25px
}

.search-form-area .search-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    font-size: 18px;
    background-color: var(--theme-color);
    color: var(--bs-white);
    display: inline-block;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center
}

.search-form-area .search-form button:hover {
    background-color: var(--title-color)
}

.destination-checklist {
    padding: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 480px) {
    .destination-checklist {
        display: block;
        border: none;
        padding: 0
    }
}

.destination-checklist .checklist.style2 {
    min-width: 387px
}

@media (max-width: 1299px) {
    .destination-checklist .checklist.style2 {
        min-width: 250px
    }
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2 {
        min-width: 100%;
        margin-bottom: 20px
    }
}

.destination-checklist .checklist.style2 li {
    color: var(--black-color2)
}

.destination-checklist .checklist.style2:last-child {
    border-left: 1px solid #E1E4E5
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2:last-child {
        border: none
    }
}

.destination-checklist .checklist.style2:last-child li {
    padding-left: 24px
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2:last-child li {
        padding-left: 0
    }
}

.destination-checklist .checklist.style2:last-child li:before {
    display: none
}

.destination-checklist .checklist.style3 ul li {
    color: var(--black-color2)
}

.destination-checklist .checklist.style3 ul li:before {
    display: none
}

.activities-checklist {
    padding: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1399px) {
    .activities-checklist {
        display: block
    }
}

@media (max-width: 480px) {
    .activities-checklist {
        border: none;
        padding: 0
    }
}

.activities-checklist .checklist.style2 {
    min-width: 387px
}

@media (max-width: 1299px) {
    .activities-checklist .checklist.style2 {
        min-width: 250px
    }
}

@media (max-width: 480px) {
    .activities-checklist .checklist.style2 {
        min-width: 100%;
        margin-bottom: 20px
    }
}

.activities-checklist .checklist.style2 li {
    color: var(--black-color2)
}

.activities-checklist .checklist.style2:last-child {
    border-left: 1px solid #E1E4E5;
    padding-left: 24px
}

@media (max-width: 1399px) {
    .activities-checklist .checklist.style2:last-child {
        border: none;
        padding-left: 0
    }
}

@media (max-width: 480px) {
    .activities-checklist .checklist.style2:last-child {
        border: none
    }
}

.destinationSlider6 .slider-arrow {
    left: var(--pos-x, -60px)
}

.destinationSlider6 .slider-arrow.slider-next {
    right: var(--pos-x, -60px);
    left: auto
}

.destination-wrapper {
    position: relative;
    margin-bottom: 80px
}

.destination-item3 {
    position: relative
}

.destination-item3 .destination-img img {
    width: 100%;
    border-radius: 30px
}

.destination-item3 .destination-content {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: var(--bs-white);
    border-radius: 20px;
    padding: 10px 20px
}

.destination-item3 .box-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.destination-item3 .destination-subtitle {
    font-size: 14px;
    font-family: var(--body-font)
}

.destination-item3:nth-child(1) {
    position: absolute;
    top: 40px;
    left: -20%;
    z-index: 2
}

@media (max-width: 1199px) {
    .destination-item3:nth-child(1) {
        left: -3%
    }
}

@media (max-width: 991px) {
    .destination-item3:nth-child(1) {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px
    }
}

.destination-item3:nth-child(1) .destination-content {
    right: unset;
    left: 30px
}

.destination-item3:nth-child(3) {
    position: absolute;
    width: 560px;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    .destination-item3:nth-child(3) {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }
}

.destination-item3:nth-child(3) .destination-content {
    right: unset;
    left: 30px
}

.destination-item4 {
    position: relative;
    z-index: 2
}

.destination-item4.style2 .destination-item4_img {
    border-radius: 24px
}

.destination-item4.style2 .destination-item4_img img {
    border-radius: 24px
}

.destination-item4.style3 .destination-content {
    z-index: 4
}

.destination-item4.style3 .destination-item4_img {
    position: relative;
    z-index: 2
}

.destination-item4.style3 .destination-item4_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgb(13 59 70 / .7), rgb(13 59 70 / .7));
    background: linear-gradient(0deg, rgb(13 59 70 / .7), rgb(13 59 70 / .7));
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.destination-item4 .destination-content {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--bs-white);
    border-radius: 30px;
    padding: 8px 15px
}

.destination-item4 .destination-content .box-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.destination-item4 .destination-content .box-title img {
    margin-right: 6px
}

.destination-item4 .icon-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    --btn-size: 50px;
    line-height: 44px
}

.destination-item4 .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.destination-item4:hover.style3 .destination-item4_img::before {
    opacity: 1;
    visibility: visible
}

.destination-area10 {
    background-color: #E9F1EC;
    margin: 0 60px;
    border-radius: 60px
}

@media (max-width: 1500px) {
    .destination-area10 {
        margin: 0;
        border-radius: 0
    }
}

.destinationSlider10 .slider-arrow {
    --icon-size: 64px
}

.destinationSlider10 .swiper-slide:nth-child(2) .destination-item4 {
    margin-top: 60px
}

.destinationSlider10 .swiper-slide:nth-child(4) .destination-item4 {
    margin-top: 60px
}

.destinationSlider10 .swiper-slide:nth-child(6) .destination-item4 {
    margin-top: 60px
}

.destinationSlider10 .swiper-slide:nth-child(8) .destination-item4 {
    margin-top: 60px
}

.destinationSlide9 .slider-arrow {
    --icon-size: 64px
}

.destinationSlide9 .swiper-slide:nth-child(2) .destination-item4 {
    margin-top: 60px
}

.destinationSlide9 .swiper-slide:nth-child(3) .destination-item4 {
    margin-top: 60px
}

.destinationSlide9 .swiper-slide:nth-child(6) .destination-item4 {
    margin-top: 60px
}

.destinationSlide9 .swiper-slide:nth-child(8) .destination-item4 {
    margin-top: 60px
}

.destination-area12 {
    position: relative;
    z-index: 2;
    background-color: #E9F1EC
}

@media (max-width: 1199px) {
    .destination-area12 {
        padding-bottom: 300px
    }
}

@media (max-width: 850px) {
    .destination-area12 {
        padding-bottom: 450px
    }
}

@media (max-width: 767px) {
    .destination-area12 {
        padding-bottom: 350px;
        background-color: #405749;
        background-image: none !important
    }
}

@media (max-width: 480px) {
    .destination-area12 {
        padding-bottom: 450px
    }
}

@media (max-width: 375px) {
    .destination-area12 {
        padding-bottom: 100px
    }
}

.destination-area12 .th-destination-bg {
    position: absolute;
    inset: 0
}

.destinationSlide12 .destination-img {
    overflow: hidden;
    max-width: 1508px
}

@media (max-width: 1199px) {
    .destinationSlide12 .destination-img {
        max-width: 100%;
        height: 100%
    }
}

.destinationSlide12 .destination-img img {
    position: relative;
    overflow: hidden
}

.destinationSlide12 .icon-box {
    position: absolute;
    left: 50%;
    bottom: 74px
}

.destinationSlide12 .slider-arrow {
    box-shadow: none;
    border: 1px solid #FFF;
    --icon-size: 66px;
    background-color: #fff0
}

.destinationSlide12 .slider-arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.destinationSlide12 .slider-arrow:hover {
    background-color: var(--bs-white)
}

.destinationSlide12 .slider-arrow:hover img {
    -webkit-filter: none;
    filter: none
}

.destinationSlide12 .swiper-slide {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease
}

.destinationSlide12 .swiper-slide.swiper-slide-active .destination-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

.destinationSlide12 .swiper-slide .destination-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

.destination-area {
    margin-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

@media (max-width: 1199px) {
    .destination-area {
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .destination-area {
        position: relative
    }
}

.destination-slider-thumb-wrap {
    margin-right: -35% !important
}

@media (max-width: 767px) {
    .destination-slider-thumb-wrap {
        margin: 0 !important
    }
}

.destination-slider-thumb-wrap .box-img {
    height: 433px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .destination-slider-thumb-wrap .box-img {
        height: 200px
    }
}

.destination-slider-thumb-wrap .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

@media (min-width: 1930px) {
    .tour-area {
        background-size: cover;
        margin-bottom: 120px
    }
}

@media (min-width: 1930px) {
    .tour-sec2 {
        background-size: cover
    }
}

.tour-box {
    position: relative;
    background-color: var(--bs-white);
    border: 1px solid #BCCED2;
    border-top: #fff0;
    border-radius: 16px;
    overflow: hidden
}

.tour-box.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BCCED2
}

@media (max-width: 1299px) {
    .tour-box.style-flex {
        display: block
    }
}

.tour-box.style-flex .tour-content {
    padding: 0
}

@media (max-width: 1299px) {
    .tour-box.style-flex .tour-content {
        padding: 30px
    }
}

@media (max-width: 375px) {
    .tour-box.style-flex .tour-content {
        padding: 20px
    }
}

.tour-box.style-flex .tour-action {
    gap: 30px
}

.tour-box.style-flex .tour-box_img {
    border-radius: 16px 0 0 0;
    width: 50%
}

@media (max-width: 1299px) {
    .tour-box.style-flex .tour-box_img {
        width: 100%
    }
}

@media (max-width: 991px) {
    .tour-box.style-flex .tour-box_img {
        margin-bottom: 0
    }
}

.tour-box.style-flex .tour-box_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 0
}

.tour-box.style2 .box-title {
    font-size: 24px;
    font-weight: 600
}

.tour-box.style2 .woocommerce-review-link {
    font-weight: 600
}

.tour-box.style2 .tour-content {
    padding: 24px
}

.tour-box.style2 .tour-list ul {
    padding: 0
}

.tour-box.style2 .tour-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border-bottom: 1px solid #BCCED2;
    color: var(--black-color);
    padding-bottom: 10px;
    margin-bottom: 15px
}

.tour-box.style2 .tour-list ul li span {
    color: var(--body-color)
}

.tour-box.style2 .tour-action {
    margin-top: 30px
}

@media (max-width: 340px) {
    .tour-box.style2 .tour-action {
        display: block
    }
}

.tour-box.style2 .tour-box_price {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.tour-box.style2 .currency {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--black-color2)
}

@media (max-width: 1299px) {
    .tour-box.style2 .currency {
        font-size: 18px
    }
}

.tour-box.style3 .tour-box_img:before {
    display: none
}

.tour-box.style4 {
    padding: 16px;
    border: 1px solid #BCCED2
}

.tour-box.style4 .tour-box_img {
    border-radius: 16px
}

.tour-box.style4 .hot-tag{
    position: absolute;
    top: 40px;
    left: 10px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 12px;
    color: #fff;
    background-color: #c13e48; /* red highlight */
    text-transform: uppercase;
    z-index: 99;
}
.tour-box.style4 .tour-content {
    padding: 24px 0 0 0
}

.tour-box.style5 {
    background-color: var(--bs-white);
    border: 1px solid #BCCED2;
    border-radius: 30px;
    padding: 16px;
    box-shadow: none
}

.tour-box.style5 .discount {
    background-color: var(--bs-white);
    padding: 4px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #113D48;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    top: 10px
}

.tour-box.style5 .star-rating span:before {
    color: #F8BC22
}

.tour-box.style5 .location {
    font-weight: 500;
    font-size: 14px;
    color: #0D0D0C;
    display: block;
    margin-bottom: 40px
}

.tour-box.style5 .location i {
    color: #F8BC22;
    font-size: 16px;
    margin-right: 8px
}

.tour-box.style5 .box-title {
    font-size: 24px
}

@media (max-width: 1299px) {
    .tour-box.style5 .box-title {
        font-size: 20px
    }
}

.tour-box.style5 .tour-content {
    padding: 24px 10px 16px 10px
}

.tour-box.style5 .tour-box_img {
    border-radius: 20px
}

.tour-box.style5 .tour-box_img img {
    border-radius: 20px
}

.tour-box.style5 .tour-box_price {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .02em;
    color: var(--body-color);
    margin-bottom: 35px
}

.tour-box.style5 .currency {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .02em;
    color: var(--black-color2)
}

.tour-box.style5:hover {
    box-shadow: none
}

.tour-box.style5 .th-btn {
    padding: 12px 30px
}

.tour-box_img {
    position: relative;
    border-radius: 16px 16px 0 0;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 991px) {
    .tour-box_img {
        margin-bottom: 0
    }
}

.tour-box_img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .2) 88.18%);
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / .2) 88.18%)
}

.tour-box_img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.tour-box .tour-content {
    padding: 24px 24px 16px 24px
}

.tour-box .box-title {
    color: var(--black-color2);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.tour-box .tour-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 13px
}

.tour-box .star-rating {
    font-size: 14px
}

.tour-box .star-rating span:before {
    color: #FF833E
}

.tour-box .woocommerce-review-link {
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color2)
}

.tour-box_price {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 35px
}

.tour-box .currency {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .02em;
    color: var(--black-color2)
}

.tour-box .tour-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tour-box .tour-action i {
    margin-right: 8px
}

.tour-box .tour-action span {
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color)
}

.tour-box .tour-action .th-btn {
    border: 1px solid var(--gray-color);
    font-weight: 500;
    padding: 10px 19.5px
}

@media (max-width: 1199px) {
    .tour-box .tour-action .th-btn {
        padding: 10px 15px
    }
}

.tour-box .tour-action .th-btn:after {
    -webkit-mask-image: url(../img/icon/arrow-right3.svg);
    mask-image: url(../img/icon/arrow-right3.svg)
}

.tour-box:hover {
    box-shadow: 0 20px 20px rgb(204 204 204 / .25)
}

.tour-box:hover .tour-box_img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.tour-slider {
    position: relative
}

.tourSlider2 {
    margin-right: -23% !important
}

@media (min-width: 1930px) {
    .tourSlider2 {
        padding-bottom: 120px
    }
}

.tourSlider2 .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tour-card {
    position: relative;
    --space: 16px
}

@media (max-width: 480px) {
    .tour-card {
        width: 83%
    }
}

.tour-card_img {
    border-radius: 16px
}

.tour-card_img img {
    border-radius: 16px
}

.tour-card .tour-content {
    position: absolute;
    top: var(--space);
    left: var(--space);
    width: calc(100% - var(--space) * 2);
    height: calc(100% - var(--space) * 2);
    z-index: 2;
    background: rgb(17 61 72 / .5);
    border: 1px solid var(--bs-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tour-card .box-title {
    color: var(--bs-white);
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width: 1399px) {
    .tour-card .box-title {
        font-size: 20px
    }
}

.tour-card .tour-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 20px
}

.tour-card .star-rating {
    font-size: 14px
}

.tour-card .star-rating span:before {
    color: #FF833E
}

.tour-card .woocommerce-review-link {
    font-size: 16px;
    line-height: 16px;
    color: var(--bs-white)
}

.tour-card_price {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-white);
    margin-bottom: 35px
}

.tour-card .currency {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .02em;
    color: var(--bs-white)
}

.tour-card .tour-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tour-card .tour-action i {
    margin-right: 8px
}

.tour-card .tour-action span {
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-white)
}

.tour-card .tour-action .th-btn {
    border: 1px solid var(--bs-white);
    font-weight: 500;
    padding: 10px 19.5px;
    color: var(--bs-white)
}

.tour-card .tour-action .th-btn:after {
    -webkit-mask-image: url(../img/icon/arrow-right3.svg);
    mask-image: url(../img/icon/arrow-right3.svg)
}

.tour-card .tour-action .th-btn:hover {
    color: var(--black-color2)
}

.tour-card .tour-action .th-btn:hover:before {
    background-color: var(--bs-white)
}

.tour-card .tour-location span {
    color: var(--bs-white)
}

.tour-card:hover .tour-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tour-text {
    font-size: 18px;
    color: var(--title-color);
    text-align: center;
    max-width: 687px;
    display: block;
    margin: auto auto 60px auto
}

@media (max-width: 1199px) {
    .tour-text {
        max-width: 100%
    }
}

.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1930px) {
    .tour-area3 {
        background-size: cover;
        margin-bottom: 120px
    }
}

.tour-page-single .page-content {
    display: block
}

.tour-page-single .box-title {
    font-size: 40px
}

@media (max-width: 1199px) {
    .tour-page-single .box-title {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .tour-page-single .box-title {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .tour-page-single .box-title {
        font-size: 28px
    }
}

.tour-page-single .box-text {
    font-size: 18px
}

.tour-page-single .tour-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: var(--body-color)
}

.tour-page-single .tour-price .currency {
    font-size: 28px;
    font-weight: 600;
    color: var(--theme-color)
}

.tour-slider1 {
    position: relative
}

.tour-slider1 .tour-slider-img img {
    border-radius: 8px
}

.tour-slider1 .slider-arrow {
    top: auto;
    bottom: 60px;
    left: -23px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tour-slider1 .slider-arrow.slider-next {
    left: auto;
    right: -23px
}

.tour-tab {
    border: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 40px
}

.tour-tab .nav-item .nav-link {
    border: none;
    border-radius: 8px;
    background: var(--smoke-color);
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    padding: 7px 22px
}

.tour-tab .nav-item .nav-link.active {
    background: var(--theme-color);
    color: var(--bs-white)
}

.tour-snapshot {
    border: 1px solid #E1E4E5;
    padding: 40px 24px;
    margin-bottom: 64px
}

.tour-snapshot .box-title {
    font-size: 28px;
    margin-top: -.3rem
}

.tour-snap-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1299px) {
    .tour-snap-wrapp {
        display: grid;
        grid-template-columns:auto auto;
        gap: 20px
    }
}

@media (max-width: 375px) {
    .tour-snap-wrapp {
        grid-template-columns:auto
    }
}

.tour-snap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.tour-snap .icon i {
    font-size: 20px;
    color: var(--title-color)
}

.tour-snap span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: -.3rem
}

.tour-snap .title {
    font-weight: 400;
    display: block;
    color: var(--body-color)
}

.tour-snap .line-btn {
    text-transform: capitalize;
    padding-bottom: 0
}

.tour-gallery-card {
    position: relative
}

.tour-gallery-card .gallery-img {
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 991px) {
    .tour-gallery-card .gallery-img {
        margin-bottom: 0
    }
}

.tour-gallery-card .gallery-img img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover
}

.tour-gallery-card .icon-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    line-height: normal;
    border: 0;
    background: #fff0;
    color: var(--bs-white);
    font-size: 32px;
    opacity: 0
}

.tour-gallery-card:hover .tour-gallery-card-img {
    border-color: var(--bs-white)
}

.tour-gallery-card:hover .icon-btn {
    opacity: 1
}

.testiSlider1 {
    overflow: visible;
    margin: 0 -30px !important
}

@media (max-width: 991px) {
    .testiSlider1 {
        margin-top: 0 !important
    }
}

@media (max-width: 767px) {
    .testiSlider1 {
        margin: 0 !important
    }
}

.testiSlider1 .swiper-slide {
    margin-top: 98px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 991px) {
    .testiSlider1 .swiper-slide {
        margin-top: 58px !important
    }
}

.testiSlider1 .swiper-slide.swiper-slide-active {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
    width: calc(716px) !important
}

@media (max-width: 991px) {
    .testiSlider1 .swiper-slide.swiper-slide-active {
        width: 60% !important;
        margin-bottom: 40px !important
    }
}

@media (max-width: 767px) {
    .testiSlider1 .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
    background-color: var(--theme-color)
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testiSlider1 .swiper-wrapper {
    visibility: visible
}

.testiSlider6 {
    overflow: visible;
    margin: 0 -30px !important
}

@media (max-width: 991px) {
    .testiSlider6 {
        margin-top: 0 !important
    }
}

@media (max-width: 767px) {
    .testiSlider6 {
        margin: 0 !important
    }
}

.testiSlider6 .swiper-slide {
    margin-top: 40px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 991px) {
    .testiSlider6 .swiper-slide {
        margin-top: 58px !important
    }
}

.testiSlider6 .swiper-slide.swiper-slide-active {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    width: calc(672px) !important
}

@media (max-width: 991px) {
    .testiSlider6 .swiper-slide.swiper-slide-active {
        width: 65% !important;
        margin-bottom: 0px !important
    }
}

@media (max-width: 767px) {
    .testiSlider6 .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote {
    background-color: var(--theme-color)
}

.testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testiSlider6 .swiper-wrapper {
    visibility: visible
}

.testi-card {
    position: relative;
    padding: 40px 40px 64px;
    background: #E9F6F9;
    border-radius: 24px;
    margin: 10px
}

.testi-card.style2 .testi-card_profile {
    width: 316px;
    height: 153px;
    background-color: var(--theme-color);
    margin: -40px 0 -50px -60px;
    padding: 10px 30px 50px 30px
}

@media (max-width: 480px) {
    .testi-card.style2 .testi-card_profile {
        margin: -24px 0 -50px -60px
    }
}

.testi-card.style2 .testi-card_desig {
    color: var(--bs-white)
}

.testi-card.style2 .box-title {
    color: var(--bs-white)
}

@media (max-width: 991px) {
    .testi-card {
        padding: 30px 30px 64px
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding: 25px 25px 64px
    }
}

.testi-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 480px) {
    .testi-card_wrapper {
        display: block
    }
}

.testi-card_wrapper:nth-child(even) .testi-card {
    margin-top: 0
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.testi-card_avater {
    min-width: 72px
}

@media (max-width: 575px) {
    .testi-card_avater {
        min-width: 40px
    }
}

.testi-card_avater img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover
}

.testi-card .box-title {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .testi-card .box-title {
        font-size: 20px
    }
}

.testi-card_review i {
    color: #FFA944;
    font-size: 14px;
    margin-right: 3px
}

@media (max-width: 991px) {
    .testi-card_review i {
        font-size: 12px
    }
}

.testi-card_text {
    color: var(--black-color2);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -.3rem
}

@media (max-width: 575px) {
    .testi-card_text {
        font-size: 18px
    }
}

.testi-card-quote {
    width: 78px;
    height: 78px;
    line-height: 70px;
    text-align: center;
    background-color: var(--bs-white);
    border: 4px solid var(--bs-white);
    border-radius: 50%;
    position: absolute;
    left: 48%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testi-area8 {
    position: relative;
    background: #113D48;
    border-radius: 30px 0 0 30px;
    min-width: 1060px;
    padding: 0 0 0 160px;
    z-index: 3;
    overflow: hidden
}

@media (max-width: 1799px) {
    .testi-area8 {
        min-width: 991px
    }
}

@media (max-width: 1699px) {
    .testi-area8 {
        min-width: 891px;
        padding: 0 0 0 100px
    }
}

@media (max-width: 1500px) {
    .testi-area8 {
        padding-left: 40px
    }
}

@media (max-width: 1699px) {
    .testi-area8 {
        margin-left: -200px
    }
}

@media (max-width: 1399px) {
    .testi-area8 {
        margin: 0;
        border-radius: 30px
    }
}

@media (max-width: 991px) {
    .testi-area8 {
        min-width: 100%
    }
}

@media (max-width: 575px) {
    .testi-area8 {
        padding-left: 20px
    }
}

.testi-area8 .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 45%;
    left: -24%;
    width: auto;
    color: #FFF;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom: 1px solid rgb(255 255 255 / .3)
}

@media (max-width: 1699px) {
    .testi-area8 .icon-box {
        left: -29%
    }
}

.testi-area8 .icon-box .slider-arrow {
    background-color: #fff0;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--bs-white);
    width: 290px;
    height: 80px
}

.testi-area8 .icon-box .slider-arrow:not(:first-child) {
    border-left: 1px solid rgb(255 255 255 / .3);
    border-radius: 0
}

.testi-grid3-thumb {
    max-width: 295px;
    margin: 0;
    position: absolute !important;
    top: 80px;
    right: 80px;
    margin: 0 !important
}

@media (max-width: 1699px) {
    .testi-grid3-thumb {
        right: 40px
    }
}

@media (max-width: 1500px) {
    .testi-grid3-thumb {
        right: 60px
    }
}

@media (max-width: 1199px) {
    .testi-grid3-thumb {
        right: 40px
    }
}

@media (max-width: 991px) {
    .testi-grid3-thumb {
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 80px
    }
}

@media (max-width: 575px) {
    .testi-grid3-thumb {
        padding-bottom: 60px;
        padding-right: 20px
    }
}

.testi-grid3-thumb .box-img img {
    border-radius: 30px
}

.testiSlide8 {
    max-width: 550px;
    margin: 0 !important
}

.testi-grid4 {
    padding: 80px 80px 80px 0;
    background-color: var(--title-color)
}

@media (max-width: 1399px) {
    .testi-grid4 {
        padding: 80px 0
    }
}

@media (max-width: 991px) {
    .testi-grid4 {
        padding: 80px 0 30px 0
    }
}

@media (max-width: 575px) {
    .testi-grid4 {
        padding: 60px 20px 30px 0
    }
}

.testi-grid4 .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #FFF;
    max-width: 445px;
    margin-bottom: 45px
}

@media (max-width: 1399px) {
    .testi-grid4 .box-text {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .testi-grid4 .box-text {
        font-size: 25px
    }
}

@media (max-width: 375px) {
    .testi-grid4 .box-text {
        font-size: 20px
    }
}

.testi-grid4 .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width: 375px) {
    .testi-grid4 .box-profile {
        display: block
    }
}

.testi-grid4 .box-avater {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

@media (max-width: 375px) {
    .testi-grid4 .box-avater {
        margin-bottom: 15px
    }
}

.testi-grid4 .box-avater img {
    border-radius: 50%
}

.testi-grid4 .box-title {
    color: var(--bs-white);
    margin-bottom: 0
}

.testi-grid4 .box-desig {
    font-weight: 500;
    font-size: 14px;
    color: #1CA8CB
}

.testi-review {
    position: relative;
    height: 520px;
    background-size: auto;
    z-index: 3;
    margin-top: 100px
}

@media (max-width: 375px) {
    .testi-review {
        margin-bottom: 50px
    }
}

.testi-box {
    position: absolute;
    text-align: center
}

@media (max-width: 375px) {
    .testi-box {
        position: relative;
        left: auto;
        top: auto
    }
}

.testi-box:after {
    content: '';
    position: absolute;
    left: 30%;
    top: -29.5%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 19px;
    height: 14px;
    border-left: solid 12px #fff0;
    border-right: solid 12px #fff0;
    border-bottom: solid 12px #fff0;
    border-top: solid 12px var(--theme-color);
    opacity: 0
}

@media (max-width: 375px) {
    .testi-box:after {
        display: none
    }
}

.testi-box:first-child {
    top: 50%;
    right: 29%
}

@media (max-width: 375px) {
    .testi-box:first-child {
        right: auto;
        top: auto
    }
}

.testi-box:nth-child(2) {
    top: 48%;
    right: 43%
}

@media (max-width: 375px) {
    .testi-box:nth-child(2) {
        right: auto;
        top: auto
    }
}

.testi-box:nth-child(3) {
    top: 9%;
    left: 38%
}

@media (max-width: 375px) {
    .testi-box:nth-child(3) {
        left: auto;
        top: auto
    }
}

.testi-box:nth-child(4) {
    top: 27%;
    left: 24%
}

@media (max-width: 375px) {
    .testi-box:nth-child(4) {
        left: auto;
        top: auto
    }
}

.testi-box:nth-child(5) {
    top: 52%;
    left: 28%
}

@media (max-width: 767px) {
    .testi-box:nth-child(5) {
        left: 10%
    }
}

@media (max-width: 375px) {
    .testi-box:nth-child(5) {
        left: auto;
        top: auto
    }
}

.testi-box_content {
    background-color: var(--bs-white);
    border: 1px solid var(--theme-color);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    border-radius: 16px;
    padding: 24px 35px;
    min-width: 447px;
    margin-bottom: 10px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    margin-top: -300px;
    margin-left: -165px;
    z-index: 4
}

@media (max-width: 575px) {
    .testi-box_content {
        min-width: 350px;
        padding: 24px;
        margin-top: -282px;
        margin-left: -115px
    }
}

@media (max-width: 375px) {
    .testi-box_content {
        min-width: 300px;
        margin: -270px 0 0 0
    }
}

.testi-box_text {
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color2)
}

@media (max-width: 575px) {
    .testi-box_text {
        font-size: 16px
    }
}

@media (max-width: 320px) {
    .testi-box_text {
        font-size: 14px
    }
}

.testi-box .media-body {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.testi-box_review i {
    color: #FFA944;
    margin-right: 3px
}

.testi-box_avater {
    position: relative;
    max-width: 36px;
    display: block;
    margin: auto auto 40px auto
}

.testi-box_avater span {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: var(--bs-white);
    z-index: 2
}

.testi-box_avater:after, .testi-box_avater:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: rgb(28 168 203 / .5);
    z-index: 1
}

.testi-box_avater:after {
    background-color: var(--theme-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.testi-box_avater img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-box .box-title {
    font-weight: 600;
    margin-bottom: 0
}

.testi-box_desig {
    margin-bottom: 0
}

.testi-box.item-active:after {
    opacity: 1
}

.testi-box.item-active .media-body {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.testi-box.item-active .testi-box_avater img {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5)
}

.testi-box.item-active .testi-box_avater:before, .testi-box.item-active .testi-box_avater:after {
    display: none
}

.testi-box.item-active .testi-box_avater span {
    display: none
}

.testi-box.item-active .testi-box_content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.testiSlide3 {
    position: relative;
    z-index: 9
}

.testi-grid {
    position: relative;
    text-align: center;
    max-width: 563px;
    display: block;
    margin: auto
}

.testi-grid_author {
    max-width: 80px;
    display: block;
    margin: auto auto 30px auto
}

.testi-grid_author img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testi-grid .box-title {
    margin-bottom: 0
}

.testi-grid_text {
    font-size: 18px;
    color: var(--black-color2);
    font-weight: 500;
    margin-bottom: 30px
}

.testi-grid-thumb {
    position: relative;
    margin-top: -450px;
    height: 700px
}

@media (max-width: 990px) {
    .testi-grid-thumb {
        display: none
    }
}

@media (max-width: 575px) {
    .testi-grid-thumb {
        margin-bottom: 50px
    }
}

.testi-grid-thumb .swiper-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible
}

.testi-grid-thumb .swiper-slide {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    content: "";
    position: absolute;
    margin: 0;
    max-width: 64px;
    height: 64px
}

.testi-grid-thumb .swiper-slide img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-grid-thumb .swiper-slide:first-child {
    top: 5%;
    left: 15%
}

.testi-grid-thumb .swiper-slide:nth-child(2) {
    top: 30%;
    left: 5%
}

.testi-grid-thumb .swiper-slide:nth-child(3) {
    bottom: 30%;
    left: 13%
}

.testi-grid-thumb .swiper-slide:nth-child(4) {
    top: 10%;
    right: 10%
}

.testi-grid-thumb .swiper-slide:nth-child(5) {
    top: 40%;
    right: 5%
}

.testi-grid-thumb .swiper-slide:nth-child(6) {
    bottom: 30%;
    right: 13%
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img img {
    object-fit: cover;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6)
}

@media (max-width: 575px) {
    .testi-grid-thumb .swiper-slide-thumb-active .box-img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.testi-area3 {
    height: 700px
}

.testi-image-wrapp {
    margin-left: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .testi-image-wrapp {
        margin: 0 0 50px 0
    }
}

.testi-image-wrapp .testi-img {
    border-radius: 150px 0 150px 0
}

.testi-image-wrapp .testi-img img {
    border-radius: 150px 0 150px 0;
    border: 10px solid var(--bs-white)
}

.testi-image-wrapp .testi-img.style2 {
    position: relative;
    z-index: 2;
    margin-left: -45px
}

.testi-grid2-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 5px !important
}

.testi-grid2-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: var(--theme-color)
}

.testi-grid2-thumb .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.testi-grid2-thumb .slider-arrow {
    box-shadow: none;
    border: 1px solid var(--title-color);
    box-shadow: 0 20px 20px rgb(204 204 204 / .25)
}

.testi-grid2-thumb .slider-arrow:hover {
    border-color: var(--theme-color)
}

.testi-grid2-thumb .box-img {
    width: 72px;
    height: 72px
}

.testi-grid2-thumb .box-img img {
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #fff0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-grid2 .box-text {
    font-weight: 500;
    font-size: 20px;
    color: var(--black-color2);
    margin-bottom: 20px
}

.testi-grid2 .box-title {
    margin-bottom: 0
}

.testi-grid2 .box-desig {
    font-weight: 400;
    font-size: 16px;
    color: #6E7070;
    display: block;
    margin-bottom: 10px
}

.testi-grid2 .box-review {
    margin-bottom: 35px
}

.testi-grid2 .box-review i {
    color: #FFA944;
    font-size: 14px
}

.testi-grid2-thumb.style2 {
    gap: 40px
}

@media (max-width: 1399px) {
    .testi-grid2-thumb.style2 {
        display: block
    }
}

.testi-area7 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center
}

.testi-image-wrapp2 {
    position: relative;
    height: 539px
}

@media (max-width: 575px) {
    .testi-image-wrapp2 {
        display: none
    }
}

.testi-image-wrapp2 .testi-img {
    position: absolute;
    right: 0;
    width: 449px;
    height: 539px
}

@media (max-width: 1199px) {
    .testi-image-wrapp2 .testi-img {
        right: 10%
    }
}

@media (max-width: 575px) {
    .testi-image-wrapp2 .testi-img {
        display: none
    }
}

.testi-image-wrapp2 .testi-img2 {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 276px;
    height: 297.67px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #FFF;
    -webkit-mask-image: url(../img/testimonial/testi_shape_2.png);
    mask-image: url(../img/testimonial/testi_shape_2.png);
    z-index: 2
}

@media (max-width: 767px) {
    .testi-image-wrapp2 .testi-img2 {
        display: none
    }
}

.testi-image-wrapp2 .testi-shape {
    content: "";
    position: absolute;
    inset: -10px;
    top: 18%;
    left: 3.3%;
    width: 300px
}

@media (max-width: 767px) {
    .testi-image-wrapp2 .testi-shape {
        display: none
    }
}

.testi-image-wrapp2 .testi-shape2 {
    content: "";
    position: absolute;
    top: -7px;
    right: -18px;
    width: 472px;
    z-index: -1
}

@media (max-width: 1199px) {
    .testi-image-wrapp2 .testi-shape2 {
        right: 8%
    }
}

@media (max-width: 575px) {
    .testi-image-wrapp2 .testi-shape2 {
        display: none
    }
}

.testiSlider9 {
    margin-top: 60px
}

.testiSlider9 .swiper-slide {
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.testiSlider9 .swiper-slide .box-img {
    -webkit-transform: scale(.75) translateX(0);
    -ms-transform: scale(.75) translateX(0);
    transform: scale(.75) translateX(0)
}

.testiSlider9 .swiper-slide .box-img img {
    opacity: 35%
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-img {
    border-radius: 30px;
    -webkit-transform: scalex(1.3) translateX(0);
    -ms-transform: scalex(1.3) translateX(0);
    transform: scalex(1.3) translateX(0)
}

@media (max-width: 991px) {
    .testiSlider9 .swiper-slide.swiper-slide-active .box-img {
        -webkit-transform: scalex(1) translateX(0);
        -ms-transform: scalex(1) translateX(0);
        transform: scalex(1) translateX(0)
    }
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-img img {
    opacity: 100%
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
    visibility: visible
}

.testiSlider9 .swiper-wrapper {
    visibility: visible
}

.testi-card3 {
    position: relative;
    z-index: 3;
    height: 536px;
    --space: 90px;
    margin-bottom: 97px
}

@media (max-width: 1500px) {
    .testi-card3 {
        --space: 40px
    }
}

@media (max-width: 1299px) {
    .testi-card3 {
        --space: 20px
    }
}

@media (max-width: 1199px) {
    .testi-card3 {
        --space: 0px
    }
}

@media (max-width: 991px) {
    .testi-card3 {
        --space: 20px
    }
}

.testi-card3 .box-img {
    border-radius: 30px
}

.testi-card3 .box-img img {
    width: 100%;
    height: 536px;
    object-fit: cover;
    border-radius: 30px
}

.testi-card3 .box-avater {
    max-width: 150px;
    height: 150px;
    display: block;
    margin: auto auto 30px auto;
    border: 2px solid var(--bs-white);
    border-radius: 100px;
    margin-top: -80px
}

.testi-card3 .box-avater img {
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100px
}

.testi-card3 .box-content {
    position: absolute;
    bottom: 0;
    left: var(--space);
    right: var(--space);
    -webkit-transform: translateY(17%);
    -ms-transform: translateY(17%);
    transform: translateY(17%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--bs-white);
    box-shadow: 0 4px 59px 9px rgb(0 0 0 / .05);
    border-radius: 30px;
    padding: 0 40px 40px 40px;
    max-width: 100%;
    text-align: center;
    z-index: 2
}

@media (max-width: 1199px) {
    .testi-card3 .box-content {
        padding: 0 20px 20px 20px
    }
}

.testi-card3 .box-content .box-quote {
    position: absolute;
    top: 30%;
    left: 30%;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    transform: translate(-50% -50%);
    z-index: -1
}

.testi-card3 .box-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .testi-card3 .box-text {
        font-size: 16px
    }
}

.testi-card3 .box-title {
    margin-bottom: 0
}

.testi-card3 .box-desig {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    display: block;
    margin-bottom: -.3rem
}

.testi-area10 {
    background-color: #E9F1EC
}

.testiSlider10 {
    max-width: 1626px;
    display: block;
    margin: auto
}

.testiSlider10 .swiper-pagination-bullets {
    margin: 70px 0 10px 0
}

.testi-card2 {
    min-height: 508px
}

.testi-card2 .box-img {
    border-radius: 30px
}

.testi-card2 .box-img img {
    border-radius: 30px
}

.testi-card2 .box-content {
    background: var(--bs-white);
    border-radius: 60px;
    padding: 40px;
    max-width: 373px;
    position: absolute;
    right: 0;
    bottom: 0
}

.testi-card2 .box-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #113D48;
    margin-bottom: 30px
}

.testi-card2 .box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testi-card2 .box-title {
    font-weight: 700;
    font-size: 20px;
    color: #113D48;
    margin-bottom: 0
}

.testi-area11 {
    background-color: #E9F6F9
}

.testiSlider11 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: 45px auto 10px auto;
    overflow: hidden;
    position: relative
}

.testi-card4 {
    background-color: var(--bs-white);
    border-radius: 20px;
    padding: 40px
}

.testi-card4_review {
    color: #F8BC22;
    margin-bottom: 10px
}

.testi-card4 .box-text {
    margin-bottom: 30px;
    font-size: 16px;
}

.testi-card4 .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.testi-card4 .box-avater {
    max-width: 44px
}

.testi-card4 .box-avater img {
    border-radius: 50%
}

.testi-card4 .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.testi-card4 .box-desig {
    font-size: 14px;
    color: var(--theme-color)
}

.testiSlider12 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: 40px auto auto auto;
    overflow: hidden;
    position: relative
}

.testiSlider12 .slider-arrow {
    top: 16%;
    left: var(--pos-x, 450px)
}

.testiSlider12 .slider-arrow.slider-next {
    right: var(--pos-x, 270px);
    left: auto
}

@media (max-width: 1399px) {
    .testiSlider12 .slider-arrow {
        display: none !important
    }
}

.testiSlider12 .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testiSlider12 .swiper-slide {
    margin-top: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.testiSlider12 .swiper-slide.swiper-slide-active {
    width: calc(872px) !important
}

@media (max-width: 1199px) {
    .testiSlider12 .swiper-slide.swiper-slide-active {
        width: 100% !important;
        margin-bottom: 40px !important
    }
}

@media (max-width: 767px) {
    .testiSlider12 .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 {
    width: calc(872px) !important
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
    min-width: 300px;
    min-height: 420px
}

@media (max-width: 1199px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
        min-width: 250px
    }
}

@media (max-width: 767px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
        height: 250px
    }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
    font-size: 18px
}

@media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
        font-size: 16px
    }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
    font-size: 24px
}

@media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
        font-size: 18px
    }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-desig {
    font-size: 12px
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-quote img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
    padding: 50px
}

@media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
        padding: 30px
    }
}

.testiSlider12 .swiper-wrapper {
    visibility: visible
}

.testi-card5 {
    background-color: var(--bs-white);
    box-shadow: 0 20px 40px rgb(204 204 204 / .15);
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (max-width: 767px) {
    .testi-card5 {
        display: block
    }
}

.testi-card5 .box-img {
    min-width: 144px;
    min-height: 265px;
    border-radius: 30px;
    -webkit-transform: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    transform: all 0.4s ease
}

@media (max-width: 767px) {
    .testi-card5 .box-img {
        height: 250px
    }
}

.testi-card5 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px
}

.testi-card5 .box-content {
    padding: 24px
}

.testi-card5 .box-quote {
    margin-bottom: 18px
}

.testi-card5 .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--title-color);
    margin-bottom: 30px;
    max-width: 268
}

.testi-card5 .box-title {
    position: relative;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--title-color);
    margin-bottom: 0;
    padding-left: 55px;
    z-index: 2
}

.testi-card5 .box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color)
}

.testi-card5 .box-desig {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .02em;
    color: var(--theme-color);
    padding-left: 60px
}

.testi-card5 .box-number {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .02em;
    color: rgb(17 61 72 / .3);
    position: absolute;
    right: 18px;
    bottom: 30px
}

.testi-area13 {
    background-color: #E9F1EC
}

.testi-image2 .testi-img {
    margin-left: -40%;
    margin-right: 80px
}

@media (max-width: 1199px) {
    .testi-image2 .testi-img {
        margin: 0
    }
}

.testiSlide13 {
    height: 300px
}

@media (max-width: 375px) {
    .testiSlide13 {
        height: 500px
    }
}

.testiSlide13 .icon-box {
    position: absolute;
    right: 50px;
    bottom: 0
}

@media (max-width: 575px) {
    .testiSlide13 .icon-box {
        display: none
    }
}

.testiSlide13 .slider-arrow.style7 {
    --icon-size: 46px
}

.testiSlide13 .slider-arrow.style7 img {
    max-width: 20px
}

.testi-grid2.style2 {
    height: 300px
}

.testi-grid2.style2 .box-review {
    font-size: 14px;
    color: #F8BC22;
    margin-bottom: 15px
}

.testi-grid2.style2 .box-title2 {
    font-size: 20px
}

.testi-grid2.style2 .box-text {
    font-size: 16px;
    color: #6E7070;
    max-width: 560px;
    margin-bottom: 25px
}

.testi-grid2.style2 .box-title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--title-color);
    margin-bottom: 0;
    padding-left: 55px;
    z-index: 2
}

.testi-grid2.style2 .box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color)
}

.testi-grid2.style2 .box-desig {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .02em;
    color: var(--theme-color);
    padding-left: 60px
}

.brand-area .th-container {
    --main-container: 1648px
}

.brand-box {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: block
}

.brand-box:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.brand-box:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.brand-box img {
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.brand-box img.gray {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.brand-box img.original {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.footer-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 46px
}

.info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.info-box_text .icon {
    color: var(--body-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: #E9F6F9;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.info-box_text .icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.info-box_text .icon:hover {
    background-color: var(--primary-color2)
}

.info-box_text .icon:hover img {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.info-box_text .details {
    margin-top: -.3em
}

.info-box_text .details p {
    margin-bottom: 0;
    font-size: 16px;
}

.info-box_text a {
    color: inherit;
    font-size: 16px;
}

.info-box_text a:hover {
    color: var(--primary-color2);
}

.info-box_text:not(:last-child) {
    margin-bottom: 18px
}

.footer-card .title {
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-white);
    margin-right: 16px
}

.footer-layout1 .th-social a {
    margin-right: 10px
}

.footer-layout1 .copyright-wrap .copyright-text {
    font-size: 14px;
    font-weight: 400
}

.footer-layout1 .copyright-wrap .copyright-text a {
    color: inherit
}

.copyright-text {
    margin: 0
}

@media (max-width: 991px) {
    .copyright-text {
        text-align: center
    }
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--bs-white)
}


.footer-layout2 {
    --body-color: #E9F6F9;
    color: var(--bs-white);
}

.footer-layout2 .newsletter-top {
    border-bottom: 1px solid rgb(233 246 249 / .2)
}

.footer-layout2 .widget-area {
    padding-bottom: 70px
}

@media (max-width: 991px) {
    .footer-layout2 .widget-area {
        padding-bottom: 30px
    }
}

.footer-layout2 .footer-widget .widget_title {
    color: var(--bs-white);
    font-size: 24px;
}

.footer-layout2 .footer-widget.widget_nav_menu a {
    font-weight: 300
}


.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
    color: #E9F6F9
}

.footer-layout2 .about-text {
    color: #E9F6F9;
    font-weight: 300;
    margin-bottom: 22px
}

.footer-layout2 .th-social a {
    --icon-size: 40px;
    background-color: rgb(255 255 255 / .2);
    color: var(--bs-white);
    margin-right: 10px
}

.footer-layout2 .th-social a:hover {
    background-color: var(--primary-color2)
}

@media (max-width: 1299px) {
    .footer-layout2 .th-social a {
        margin-right: 5px
    }
}

.footer-layout2 .info-box_text .icon {
    color: var(--bs-white);
    background-color: rgb(255 255 255 / .2)
}

.footer-layout2 .info-box_text .icon:hover {
    background-color: var(--primary-color2)
}

.footer-layout2 .info-box_text .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer-layout2 .copyright-wrap {
    background-color: #fff0;
    border-top: 1px solid rgb(233 246 249 / .2);
    padding: 18px 0
}

.footer-layout2 .copyright-wrap .copyright-text {
    font-size: 14px
}

.footer-layout2 .copyright-wrap .copyright-text a {
    color: var(--bs-white)
}

.footer-layout4 .widget_title {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-top {
    border-color: rgb(233 246 249 / .3)
}

.footer-layout4 .newsletter-form.style4 {
    margin-left: auto
}

.footer-layout4 .newsletter-form {
    margin-left: auto
}

.footer-layout4 .newsletter-form input {
    border: 1px solid var(--bs-white);
    background-color: #fff0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    height: 64px;
    border-radius: 32px
}

.footer-layout4 .newsletter-form input::-moz-placeholder {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-form input::-webkit-input-placeholder {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-form input:-ms-input-placeholder {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-form input::-ms-input-placeholder {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-form input::placeholder {
    color: var(--bs-white)
}

.footer-layout4 .newsletter-form input:focus {
    color: var(--bs-white)
}

.footer-layout4 .about-text {
    color: #E9F6F9
}

.footer-layout4 .footer-widget.widget_nav_menu a {
    color: var(--bs-white)
}

.footer-layout4 .footer-widget.widget_nav_menu a:before {
    color: var(--bs-white)
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover {
    color: #113D48
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover:before {
    color: #113D48
}

.footer-layout4 .info-box_text {
    --body-color: #fff
}

.footer-layout4 .info-box_text_link:hover {
    color: #113D48
}

.footer-layout4 .info-box_text .icon {
    color: var(--bs-white);
    background-color: rgb(255 255 255 / .2)
}

.footer-layout4 .info-box_text .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer-layout4 .sidebar-gallery .gallery-thumb:before {
    background-color: #113D48
}

.footer-layout4 .info-box_text a:hover {
    color: var(--title-color)
}

.footer-layout4 .th-social a {
    --icon-size: 40px;
    background-color: rgb(255 255 255 / .2);
    color: var(--bs-white);
    margin-right: 10px
}

@media (max-width: 1299px) {
    .footer-layout4 .th-social a {
        margin-right: 5px
    }
}

.footer-layout4 .copyright-wrap {
    background-color: #fff0;
    border-top: 1px solid rgb(233 246 249 / .3)
}

.footer-layout4 .copyright-text {
    font-size: 14px
}

.footer-layout4 .copyright-text a {
    color: var(--bs-white)
}

.footer-layout4 .copyright-text a:hover {
    color: var(--title-color)
}

.footer-layout5 .widget-area {
    padding-top: 64px;
    padding-bottom: 64px
}

.footer-layout6 .widget-area {
    padding-top: 120px
}

.footer-layout7 {
    background-color: #405749
}

.footer-widget {
    margin-bottom: 50px
}

.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: #fff0;
    box-shadow: none
}

.footer-widget .form-group > i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .widget_title {
    padding: 0;
    margin: -.12em 0 30px 0
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
    display: none
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
    margin-bottom: -4px;
    display: flex;
    flex-direction: column;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 21px;
    font-family: var(--body-font);
    color: #888C97;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 0 20px;
    background-color: #fff0;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
    content: "\f105";
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 2px;
    font-family: var(--icon-font);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: .9em;
    background-color: #fff0;
    border: none;
    color: inherit
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
    background-color: #fff0;
    color: var(--primary-color2);
    box-shadow: none
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
    color: var(--primary-color2);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: #fff0;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 300px;
    margin-top: -.4em;
    margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
    max-width: 74px
}

.footer-widget .recent-post .media-img:after {
    line-height: 74px
}

.footer-widget .recent-post .post-title {
    color: var(--bs-white);
    font-weight: 500
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about .about-logo {
    margin-bottom: 33px
}

.th-widget-about .about-text {
    color: #666;
    margin-bottom: 20px;
    margin-top: -.5em
}

.th-widget-about .footer-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #888C97;
    line-height: 26px;
    padding: 0 0 0 35px;
    max-width: 277px;
    margin-top: 0
}

.th-widget-about .footer-info:not(:last-child) {
    margin: 0 0 35px 0
}

.th-widget-about .footer-info i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--bs-white);
    position: absolute;
    left: 0;
    font-size: 10px
}

.th-widget-about .footer-info-title {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--bs-white);
    margin-bottom: 5px;
    margin-top: -.2em
}

.footer-text {
    margin-top: -.5em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--bs-white);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: var(--bs-white);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

@media (max-width: 1199px) {
    .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.sidebar-gallery {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 12px;
    max-width: 312px
}

@media (max-width: 991px) {
    .sidebar-gallery {
        max-width: 100%
    }
}

.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--bs-white);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}

.sidebar-gallery .gallery-btn:hover {
    color: var(--theme-color)
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative
}

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: auto;
    width: 0;
    background-color: var(--title-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
    width: 100%;
    border-radius: 4px
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: .8;
    padding-top: 135%;
    width: 135%;
    border-radius: 35%
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar-gallery .wp-block-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100% !important
}

.sidebar-gallery .wp-block-image img {
    width: 100%
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .media-img:after {
    content: '\f0c1';
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    background-color: rgb(0 0 0 / .7);
    color: var(--theme-color);
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: capitalize
}

.recent-post .recent-post-meta {
    margin-bottom: 12px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--body-font)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--body-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 15%
}

.newsletter-area .th-container {
    --main-container: 1648px;
}

.newsletter-sec {
    border-radius: 60px;
    padding: 0px 0 0 120px;
    overflow: hidden;
    /* Medium Large devices */
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1399px) {
    .newsletter-sec {
        padding: 0 0 0 40px;
    }
}

@media (max-width: 1199px) {
    .newsletter-sec {
        padding: 80px 40px 0px 40px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .newsletter-sec {
        padding: 80px 20px 0px 20px;
    }
}

.newsletter-text {
    max-width: 484px;
    margin-bottom: 25px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .newsletter-text {
        max-width: 100%;
        display: block;
        margin: auto auto 25px auto;
    }
}

.newsletter-form.style4 {
    max-width: 490px;
    margin: 0;
    display: block;
    position: relative;
    /* Large devices */
}

@media (max-width: 1199px) {
    .newsletter-form.style4 {
        max-width: 100%;
    }
}

.newsletter-form.style4 input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
}

.newsletter-form.style4 input::-moz-placeholder {
    color: var(--bs-white);
}

.newsletter-form.style4 input::-webkit-input-placeholder {
    color: var(--bs-white);
}

.newsletter-form.style4 input:-ms-input-placeholder {
    color: var(--bs-white);
}

.newsletter-form.style4 input::-ms-input-placeholder {
    color: var(--bs-white);
}

.newsletter-form.style4 input::placeholder {
    color: var(--bs-white);
}

.newsletter-form.style4 .th-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    min-width: 126px;
    padding: 12px 25px;
    /* Extra small devices */
}

@media (max-width: 480px) {
    .newsletter-form.style4 .th-btn {
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .newsletter-form.style4 .th-btn {
        position: relative;
        min-width: 100%;
        right: 0;
    }
}

.newsletter-form.style4 .th-btn:before {
    background-color: var(--bs-white);
}

.newsletter-form.style4 .th-btn:hover {
    color: var(--title-color);
}

.newsletter-image {
    margin-left: -50px;
    margin-top: 30px;
    overflow: hidden;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .newsletter-image {
        margin-left: 0;
    }
}

.newsletter-image img {
    min-width: 493px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .newsletter-image img {
        min-width: 100%;
    }
}

.newsletter-sec2 {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(11.1px);
    backdrop-filter: blur(11.1px);
    border-radius: 30px;
    padding: 105px 169px;
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .newsletter-sec2 {
        padding: 80px 60px;
    }
}

@media (max-width: 575px) {
    .newsletter-sec2 {
        padding: 80px 30px;
    }
}

.newsletter-wrapp {
    text-align: center;
}

.newsletter-form.style5 {
    max-width: 1000px;
    margin: auto;
    display: flex;
    gap: 24px;
}

.newsletter-form.style5 input {
    border: none;
}

.newsletter-form.style5 .th-btn {
    min-width: 303px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .newsletter-form.style5 .th-btn {
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .newsletter-form.style5 .th-btn {
        min-width: 100%;
    }
}

.newsletter-text2 {
    text-align: center;
    margin: 30px auto auto;
    display: block;
    font-size: 16px;
    color: var(--title-color);
}

.newsletter-form input {
    border: 1px solid #6E7070;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 64px;
    border-radius: 32px;
}

.newsletter-form .th-btn {
    min-width: 227px;
}

@media (max-width: 480px) {
    .newsletter-form .th-btn {
        min-width: 100%;
        margin-top: 20px;
    }
}

.newsletter-title {
    font-size: 48px;
    text-align: center;
    color: var(--theme-color);
}

.choose-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    max-width: 621px;
    /* Extra small devices */
    /* Extra small devices */
}

.choose-about.style2 {
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px 24px;
}

.choose-about.style2 .choose-about_icon {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.choose-about.style2 .choose-about_text {
    margin-bottom: 0;
    font-size: 16px;
}

.choose-about.style2 .box-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.choose-about.style2:hover {
    background-color: var(--bs-white);
    box-shadow: 0px 2px 6px rgba(40, 41, 61, 0.02), 0px 16px 24px rgba(96, 97, 112, 0.12);
}

.choose-about.style2:not(:last-child) {
    margin-bottom: 0px;
}

.choose-about.style2.item-active {
    background-color: var(--bs-white);
    box-shadow: 0px 2px 6px rgba(40, 41, 61, 0.02), 0px 16px 24px rgba(96, 97, 112, 0.12);
}

.choose-about:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .choose-about {
        gap: 20px;
    }
}

@media (max-width: 375px) {
    .choose-about {
        display: block;
    }
}

.choose-about_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 16px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .choose-about_icon {
        display: block;
        margin: auto auto 20px auto;
    }
}

.choose-about_text {
    margin-bottom: 0;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .choose-about_text {
        text-align: center;
    }
}

.choose-about img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.choose-about .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .choose-about .box-title {
        text-align: center;
    }
}

.choose-about:hover .choose-about_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.choose-area {
    position: relative;
    z-index: 2;
    -webkit-clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z");
    clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z");
    /* Large devices */
}

@media (min-width: 1930px) {
    .choose-area {
        -webkit-clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z");
        clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z");
    }
}

@media (max-width: 1199px) {
    .choose-area {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.choose-tab-area {
    /* Large devices */
}

@media (max-width: 1199px) {
    .choose-tab-area {
        margin: 80px 0;
    }
}

.choose-image {
    position: relative;
    margin-left: -110px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .choose-image {
        margin: 0;
    }
}

.choose-image .choose-text {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.06);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 114px;
    line-height: 94px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 38%;
    left: -58.5%;
    margin: 0;
}

.choose-text {
    color: #888C97;
}

.mission-content .checklist li {
    color: var(--bs-white);
}

.mission-content .mission-text {
    color: var(--bs-gray);
}

.features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .features-wrapper {
        display: block;
    }
}

.features-wrapper .features-img {
    min-width: 300px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .features-wrapper .features-img {
        min-width: 100%;
        margin-top: 20px;
    }
}

.features-wrapper .features-img img {
    width: 100%;
}

.features-content .box-title {
    margin-bottom: 5px;
}

.features-content .checklist li:not(:last-child) {
    margin-bottom: 5px;
}

.feature-text {
    font-size: 18px;
    max-width: 773px;
    display: block;
    margin: auto;
}

/* choose-item */
.choose-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.choose-item_wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .choose-item_wrapper {
        grid-template-columns: auto auto auto;
        gap: 40px 10px;
    }
}

@media (max-width: 991px) {
    .choose-item_wrapper {
        grid-template-columns: auto auto;
        gap: 40px 20px;
    }
}

@media (max-width: 575px) {
    .choose-item_wrapper {
        grid-template-columns: auto;
    }
}

.choose-item.style3 {
    display: block;
    text-align: center;
}

.choose-item.style3 .box-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: block;
    margin: auto auto 30px auto;
}

.choose-item.style3 .box-title {
    font-size: 18px;
}

.choose-item.style3 .box-text {
    max-width: 300px;
    display: block;
    margin: auto;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1699px) {
    .choose-item.style3 .box-text {
        max-width: 250px;
    }
}

@media (max-width: 1399px) {
    .choose-item.style3 .box-text {
        max-width: 230px;
    }
}

@media (max-width: 1199px) {
    .choose-item.style3 .box-text {
        max-width: 100%;
    }
}

.choose-item .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #E9F6F9;
    border-radius: 30px;
}

.choose-item .box-icon img {
    -webkit-transform: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
    transform: all 0.4s ease-in-out;
}

.choose-item .box-title {
    margin-bottom: 10px;
}

.choose-item .box-text {
    max-width: 277px;
    margin-bottom: 0;
}

.choose-item:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* choose-area2 start -------------------*/
.choose-area2 {
    max-width: 1760px;
    display: block;
    margin: auto;
    background: var(--title-color);
    border-radius: 30px;
    padding: 60px 0;
}

@media (max-width: 1799px) {
    .choose-area2 {
        border-radius: 0;
    }
}

.tab-menu2 {
    position: relative;
    gap: 0 114px;
    text-align: center;
    z-index: 2
}

@media (max-width: 1299px) {
    .tab-menu2 {
        gap: 0 95px
    }
}

@media (max-width: 991px) {
    .tab-menu2 {
        gap: 30px 40px
    }
}

@media (max-width: 575px) {
    .tab-menu2 {
        gap: 20px 10px
    }
}

.tab-menu2:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 110px;
    width: calc(100% - 240px);
    height: 1px;
    border-top: 2px dashed var(--gray-color);
    z-index: -2
}

@media (max-width: 767px) {
    .tab-menu2:before {
        display: none
    }
}

.tab-menu2 .tab-btn {
    display: block;
    border: none;
    background-color: #fff0;
    color: var(--body-color)
}

.tab-menu2 .tab-btn .icon {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #E1E4E5;
    display: block;
    margin: auto auto 20px auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.tab-menu2 .tab-btn .icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.tab-menu2 .tab-btn.active, .tab-menu2 .tab-btn:hover {
    color: var(--title-color)
}

.tab-menu2 .tab-btn.active .icon, .tab-menu2 .tab-btn:hover .icon {
    background-color: var(--theme-color);
    color: var(--bs-text-white);
    font-size: 16px;
}

.tab-menu2 .tab-btn.active .icon img, .tab-menu2 .tab-btn:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.destination-slider .swiper-slide {
    border-radius: 24px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.destination-slider .swiper-slide.swiper-slide-active {
    border-radius: 24px;
    -webkit-filter: none !important;
    filter: none !important;
}

.destination-slider .destination-box .destination-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.destination-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    --space: 40px;
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .destination-box {
        --space: 20px;
    }
}

@media (max-width: 575px) {
    .destination-box {
        padding: 10px;
        border-radius: 20px;
        --space: 10px;
    }
}

.destination-box .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    z-index: 2;
    /* Extra small devices */
}

.destination-box .destination-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
    border-radius: 24px;
}

@media (max-width: 575px) {
    .destination-box .destination-img {
        border-radius: 15px;
    }
}

.destination-box .destination-img img {
    max-width: 430px;
    max-height: 636px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .destination-box .destination-img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 15px;
    }
}

.destination-box .destination-content {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    max-width: 423px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .destination-box .destination-content {
        max-width: 380px;
        gap: 60px;
    }
}

@media (max-width: 767px) {
    .destination-box .destination-content {
        max-width: 100%;
        display: block;
        margin: auto;
        text-align: center;
    }
}

.destination-box .box-title {
    margin-bottom: 0px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .destination-box .box-title {
        font-size: 16px;
    }
}

.destination-box .box-title a {
    color: var();
}

.destination-box .destination-subtitle {
    font-size: 16px;
    color: var();
    margin-bottom: 8px;
}

.destination-box .th-btn {
    padding: 11.5px 34px;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

.destination-box .th-btn:after {
    -webkit-mask-image: url("../img/icon/arrow-right3.svg");
    mask-image: url("../img/icon/arrow-right3.svg");
    width: 16px;
    height: 16px;
}

@media (max-width: 1199px) {
    .destination-box .th-btn {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .destination-box .th-btn {
        padding: 7px 20px;
        margin-top: 10px;
    }

    .destination-box .th-btn:after {
        display: none;
    }
}

@media (max-width: 375px) {
    .destination-box .th-btn {
        padding: 7px 10px;
    }
}

.destination-box:hover .destination-img:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* destination 1 start  ---------------------------------- */
/* destination 2 start  ---------------------------------- */
.destination-list {
    position: relative;
    height: 636px;
    border-radius: 24px;
    z-index: 2;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    cursor: pointer;
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-height: 110px;
    }
}

.destination-list:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
    border-radius: 24px;
    z-index: -1;
}

.destination-list-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.destination-list-wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.destination-list-wrap.style2.active {
    -webkit-box-flex: 205%;
    -webkit-flex: 205%;
    -ms-flex: 205%;
    flex: 205%;
}

.destination-list-wrap.style3 .destination-list:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
    background: linear-gradient(180deg, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
    border-radius: 24px;
    z-index: -1;
}

.destination-list-wrap.style3 .destination-content {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -30px;
    left: 40px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-list-wrap.style3 .destination-content {
        left: 20px;
        bottom: -20px;
    }
}

.destination-list-wrap.style3 .destination-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F8BC22;
    display: block;
    margin-bottom: 10px;
}

.destination-list-wrap.style3 .icon-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var();
    border-radius: 50%;
    color: var();
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.destination-list-wrap.style3 .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.destination-list-wrap.style3.active .destination-content {
    opacity: 1;
}

.destination-list-wrap.style3.active .icon-btn {
    opacity: 1;
    visibility: visible;
}

.destination-list-wrap.active {
    -webkit-box-flex: 324%;
    -webkit-flex: 324%;
    -ms-flex: 324%;
    flex: 324%;
    /* Large devices */
}

@media (max-width: 1199px) {
    .destination-list-wrap.active {
        max-width: 100%;
    }
}

.destination-list-wrap.active .destination-list {
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-list-wrap.active .destination-list {
        max-height: 345px;
    }
}

.destination-list-wrap.active .th-btn {
    opacity: 1;
    visibility: visible;
}

.destination-list-wrap.active .box-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    max-height: 325px;
}

.destination-list-wrap.active .destination-content {
    left: 40px;
    bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-list-wrap.active .destination-content {
        left: 20px;
        bottom: 20px;
    }
}

.destination-list .destination-content {
    position: absolute;
    left: 5px;
    bottom: 70px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-list .destination-content {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        bottom: 20px;
        left: 20px;
    }
}

.destination-list .box-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: var();
    margin-bottom: 0;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .destination-list .box-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.destination-list .destination-subtitle {
    color: var();
}

.destination-list .th-btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 10px 30px;
    opacity: 0;
    visibility: hidden;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-list .th-btn {
        right: 20px;
        bottom: 20px;
    }
}

.destination-list .box-icon {
    padding: 30px 40px;
    border-bottom: 3px solid var();
}

.destination-list .box-content {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 0;
    padding: 30px 30px 40px 40px;
    overflow: hidden;
}

/* destination area 3 start ---------------------*/
.destination-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
}

.destination-item {
    background-color: var(--smoke-color);
    border-radius: 16px;
    text-align: center;
}

.destination-item_img {
    border-radius: 16px 16px 0px 0px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-item_img {
        margin-bottom: 0;
    }
}

.destination-item .destination-content {
    padding: 30px 0 24px 0;
}

.destination-item .box-title {
    color: var(--black-color2);
    margin-bottom: 0;
}

.destination-item .destination-text {
    color: var(--black-color2);
    margin-bottom: 20px;
}

.destination-item .th-btn {
    padding: 10px 25px;
    border: 1px solid var(--theme-color);
    font-weight: 500;
}

.destination-item .th-btn:after {
    -webkit-mask-image: url("../img/icon/arrow-right2.svg");
    mask-image: url("../img/icon/arrow-right2.svg");
    width: 15px;
    height: 15px;
}

.destination-item2 {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.destination-item2 .box-img {
    position: relative;
    border: 10px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-item2 .box-img {
        margin-bottom: 0;
    }
}

.destination-item2 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
    border-radius: 24px;
    z-index: 10;
}

.destination-item2 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-item2 .box-content {
    position: absolute;
    left: 34px;
    bottom: 34px;
    z-index: 11;
}

.destination-item2 .box-title {
    color: var();
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-item2 .box-title {
        font-size: 22px;
    }
}

.destination-item2 .box-text {
    color: var();
    display: block;
}

.destination-item2:hover .box-img {
    border-color: var();
}

/* destination area 3 end ---------------------*/
/* destination area 4 start ---------------------*/
.destination-area6 .th-container {
    --main-container: 1472px;
}

.destination-slider2 .swiper-slide {
    box-shadow: none;
    border-radius: 24px;
    overflow: hidden;
}

.destination-slider2 .swiper-slide.swiper-slide-active {
    border-radius: 24px;
}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img {
    width: 425px;
    height: 470px;
    display: block;
    margin: auto;
}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-box2 {
    position: relative;
}

.destination-box2 .destination-img {
    position: relative;
    border-radius: 24px;
    height: 470px;
    overflow: hidden;
    box-shadow: none;
}

.destination-box2 .destination-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 12, 0.5);
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.destination-box2 .destination-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var();
}

.destination-box2 .destination-img .icon-btn:hover {
    background-color: transparent;
}

.destination-box2 .destination-img img {
    width: 100%;
    height: 100%;
    object-fit: calc(100%, 100%);
    border-radius: 24px;
}

.destination-box2:hover .destination-img:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.destination-box2:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* destination area 4 end ---------------------*/
.destination-slider13 .swiper-slide.swiper-slide-active .destination-img:after {
    opacity: 1;
}

.destination-box3 {
    position: relative;
}

.destination-box3 .destination-img {
    position: relative;
    border-radius: 24px;
    height: 405px;
    overflow: hidden;
    box-shadow: none;
}

.destination-box3 .destination-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
    background: linear-gradient(0deg, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 1;
}

.destination-box3 .destination-img img {
    width: 100%;
    height: 100%;
    object-fit: calc(100%, 100%);
    border-radius: 24px;
}

.destination-box3 .box-content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    z-index: 4;
}

.destination-box3 .box-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var();
    max-width: 160px;
}

.destination-box3 .th-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 5px 14px;
}

/* destination details start ----------------------- */
.search-form-area .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-form-area .search-form input {
    background-color: var(--smoke-color);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    height: 60px;
    border-radius: 100px;
    padding-right: 25px;
}

.search-form-area .search-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    font-size: 18px;
    background-color: var(--theme-color);
    color: var();
    display: inline-block;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
}

.search-form-area .search-form button:hover {
    background-color: var(--title-color);
}

/* destination details start --------------*/
.destination-checklist {
    padding: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 480px) {
    .destination-checklist {
        display: block;
        border: none;
        padding: 0;
    }
}

.destination-checklist .checklist.style2 {
    min-width: 387px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .destination-checklist .checklist.style2 {
        min-width: 250px;
    }
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2 {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.destination-checklist .checklist.style2 li {
    color: var(--black-color2);
}

.destination-checklist .checklist.style2:last-child {
    border-left: 1px solid #E1E4E5;
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2:last-child {
        border: none;
    }
}

.destination-checklist .checklist.style2:last-child li {
    padding-left: 24px;
}

@media (max-width: 480px) {
    .destination-checklist .checklist.style2:last-child li {
        padding-left: 0;
    }
}

.destination-checklist .checklist.style2:last-child li:before {
    display: none;
}

.destination-checklist .checklist.style3 ul li {
    color: var(--black-color2);
}

.destination-checklist .checklist.style3 ul li:before {
    display: none;
}

.activities-checklist {
    padding: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1399px) {
    .activities-checklist {
        display: block;
    }
}

@media (max-width: 480px) {
    .activities-checklist {
        border: none;
        padding: 0;
    }
}

.activities-checklist .checklist.style2 {
    min-width: 387px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .activities-checklist .checklist.style2 {
        min-width: 250px;
    }
}

@media (max-width: 480px) {
    .activities-checklist .checklist.style2 {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.activities-checklist .checklist.style2 li {
    color: var(--black-color2);
}

.activities-checklist .checklist.style2:last-child {
    border-left: 1px solid #E1E4E5;
    padding-left: 24px;
}

@media (max-width: 1399px) {
    .activities-checklist .checklist.style2:last-child {
        border: none;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .activities-checklist .checklist.style2:last-child {
        border: none;
    }
}

.destinationSlider6 .slider-arrow {
    left: var(--pos-x, -60px);
}

.destinationSlider6 .slider-arrow.slider-next {
    right: var(--pos-x, -60px);
    left: auto;
}

.destination-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.destination-item3 {
    position: relative;
}

.destination-item3 .destination-img img {
    width: 100%;
    border-radius: 30px;
}

.destination-item3 .destination-content {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: var();
    border-radius: 20px;
    padding: 10px 20px;
}

.destination-item3 .box-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.destination-item3 .destination-subtitle {
    font-size: 14px;
    font-family: var(--body-font);
}

.destination-item3:nth-child(1) {
    position: absolute;
    top: 40px;
    left: -20%;
    z-index: 2;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .destination-item3:nth-child(1) {
        left: -3%;
    }
}

@media (max-width: 991px) {
    .destination-item3:nth-child(1) {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }
}

.destination-item3:nth-child(1) .destination-content {
    right: unset;
    left: 30px;
}

.destination-item3:nth-child(3) {
    position: absolute;
    width: 560px;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* Medium devices */
}

@media (max-width: 991px) {
    .destination-item3:nth-child(3) {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px;
    }
}

.destination-item3:nth-child(3) .destination-content {
    right: unset;
    left: 30px;
}

.destination-item4 {
    position: relative;
    z-index: 2;
}

.destination-item4.style2 .destination-item4_img {
    border-radius: 24px;
}

.destination-item4.style2 .destination-item4_img img {
    border-radius: 24px;
}

.destination-item4.style3 .destination-content {
    z-index: 4;
}

.destination-item4.style3 .destination-item4_img {
    position: relative;
    z-index: 2;
}

.destination-item4.style3 .destination-item4_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(13, 59, 70, 0.7), rgba(13, 59, 70, 0.7));
    background: linear-gradient(0deg, rgba(13, 59, 70, 0.7), rgba(13, 59, 70, 0.7));
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.destination-item4 .destination-content {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var();
    border-radius: 30px;
    padding: 8px 15px;
}

.destination-item4 .destination-content .box-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.destination-item4 .destination-content .box-title img {
    margin-right: 6px;
}

.destination-item4 .icon-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    --btn-size: 50px;
    line-height: 44px;
}

.destination-item4 .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.destination-item4:hover.style3 .destination-item4_img::before {
    opacity: 1;
    visibility: visible;
}

/* destination-area10 start --------------------------*/
.destination-area10 {
    background-color: #E9F1EC;
    margin: 0 60px;
    border-radius: 60px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .destination-area10 {
        margin: 0;
        border-radius: 0;
    }
}

.destinationSlider10 .slider-arrow {
    --icon-size: 64px;
}

.destinationSlider10 .swiper-slide:nth-child(2) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(4) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(6) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(8) .destination-item4 {
    margin-top: 60px;
}

.destinationSlide9 .slider-arrow {
    --icon-size: 64px;
}

.destinationSlide9 .swiper-slide:nth-child(2) .destination-item4 {
    margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(3) .destination-item4 {
    margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(6) .destination-item4 {
    margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(8) .destination-item4 {
    margin-top: 60px;
}

/* destination-area12 start -----------------------*/
.destination-area12 {
    position: relative;
    z-index: 2;
    background-color: #E9F1EC;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .destination-area12 {
        padding-bottom: 300px;
    }
}

@media (max-width: 850px) {
    .destination-area12 {
        padding-bottom: 450px;
    }
}

@media (max-width: 767px) {
    .destination-area12 {
        padding-bottom: 350px;
        background-color: #405749;
        background-image: none !important;
    }
}

@media (max-width: 480px) {
    .destination-area12 {
        padding-bottom: 450px;
    }
}

@media (max-width: 375px) {
    .destination-area12 {
        padding-bottom: 100px;
    }
}

.destination-area12 .th-destination-bg {
    position: absolute;
    inset: 0;
}

.destinationSlide12 {
    /* Apply zoom-in effect only for active slide */
    /* Reset the image for non-active slides */
}

.destinationSlide12 .destination-img {
    overflow: hidden;
    max-width: 1508px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .destinationSlide12 .destination-img {
        max-width: 100%;
        height: 100%;
    }
}

.destinationSlide12 .destination-img img {
    position: relative;
    overflow: hidden;
}

.destinationSlide12 .icon-box {
    position: absolute;
    left: 50%;
    bottom: 74px;
}

.destinationSlide12 .slider-arrow {
    box-shadow: none;
    border: 1px solid #FFFFFF;
    --icon-size: 66px;
    background-color: transparent;
}

.destinationSlide12 .slider-arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.destinationSlide12 .slider-arrow:hover {
    background-color: var();
}

.destinationSlide12 .slider-arrow:hover img {
    -webkit-filter: none;
    filter: none;
}

.destinationSlide12 .swiper-slide {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.destinationSlide12 .swiper-slide.swiper-slide-active .destination-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* Zoom effect */
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.destinationSlide12 .swiper-slide .destination-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.destination-area {
    margin-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .destination-area {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
    .destination-area {
        position: relative;
    }
}

.destination-slider-thumb-wrap {
    margin-right: -35% !important;
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-slider-thumb-wrap {
        margin: 0 !important;
    }
}

.destination-slider-thumb-wrap .box-img {
    height: 433px;
    border-radius: 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .destination-slider-thumb-wrap .box-img {
        height: 200px;
    }
}

.destination-slider-thumb-wrap .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 375px) {
    .about-contact-grid {
        gap: 14px;
        padding: 15px 15px 18px
    }
}

.about-contact-grid:not(:last-child) {
    margin-bottom: 30px
}

.about-contact-grid .about-contact-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    background: var(--title-color);
    border-radius: 50%;
    color: var(--bs-white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 375px) {
    .about-contact-grid .about-contact-icon {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
}

.about-contact-grid .about-contact-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-contact-grid .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -0.3em;
    margin-bottom: 2px
}

.about-contact-grid .about-contact-details-text {
    color: var(--title-color);
    margin-bottom: 0
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
    color: initial
}

.about-contact-grid:hover .about-contact-icon {
    background: var(--theme-color)
}

.breadcumb-content {
    position: relative
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 25px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "";
    background-image: url(../img/icon/arrow-right.svg);
    background-size: 100% 100%;
    top: 3px;
    width: 18px;
    height: 16px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 6px;
    font-weight: 700;
    font-size: 18px;
    color: inherit;
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 20px;
    color: var(--bs-white)
}

.breadcumb-title {
    margin: -0.23em 0 -0.18em 0;
    font-size: 54px;
    font-family: var(--title-font);
    color: var(--bs-white);
    font-weight: 700;
    text-transform: capitalize
}

.th-breadcumb-bg {
    position: absolute;
    inset: 0
}

.breadcumb-wrapper {
    position: relative;
    background-color: var(--title-color);
    background-position: left top;
    padding: 163px 0;
    overflow: hidden;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 150px 0
    }

    .breadcumb-title {
        margin: -0.18em 0 -0.18em 0
    }

    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 130px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 130px 0
    }

    .breadcumb-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .breadcumb-wrapper {
        padding: 120px 0
    }

    .breadcumb-title {
        font-size: 34px;
        line-height: 44px
    }

    .breadcumb-menu {
        margin: 15px 0 -0.5em 0
    }
}

.box-text {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    position: relative;
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px
}

.checklist li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%231CA8CB' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%231CA8CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.wp-block-query-pagination-numbers, .th-pagination {
    margin-bottom: 30px
}

.wp-block-query-pagination-numbers ul, .th-pagination ul {
    margin: 0;
    padding: 0
}

.wp-block-query-pagination-numbers li, .th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.wp-block-query-pagination-numbers li:last-child, .th-pagination li:last-child {
    margin-right: 0
}

.wp-block-query-pagination-numbers li:first-child, .th-pagination li:first-child {
    margin-left: 0
}

.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a, .th-pagination span, .th-pagination a {
    display: inline-block;
    text-align: center;
    gap: 8px;
    position: relative;
    color: var(--title-color);
    border: 1px solid #E1E4E6;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 375px) {
    .wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a, .th-pagination span, .th-pagination a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.wp-block-query-pagination-numbers span.next-page, .wp-block-query-pagination-numbers a.next-page, .th-pagination span.next-page, .th-pagination a.next-page {
    width: auto;
    padding: 0 24px;
    border-radius: 30px;
    line-height: 46px
}

@media (max-width: 375px) {
    .wp-block-query-pagination-numbers span.next-page, .wp-block-query-pagination-numbers a.next-page, .th-pagination span.next-page, .th-pagination a.next-page {
        line-height: 35px
    }
}

.wp-block-query-pagination-numbers span img, .wp-block-query-pagination-numbers a img, .th-pagination span img, .th-pagination a img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover, .wp-block-query-pagination-numbers a.active, .wp-block-query-pagination-numbers a:hover, .th-pagination span.active, .th-pagination span:hover, .th-pagination a.active, .th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.wp-block-query-pagination-numbers span.active img, .wp-block-query-pagination-numbers span:hover img, .wp-block-query-pagination-numbers a.active img, .wp-block-query-pagination-numbers a:hover img, .th-pagination span.active img, .th-pagination span:hover img, .th-pagination a.active img, .th-pagination a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.wp-block-query-pagination-next {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 375px) {
    .wp-block-query-pagination-next {
        font-size: 14px;
        padding: 0 15px
    }
}

.wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

blockquote, .wp-block-quote {
    font-size: 18px;
    line-height: 1.777;
    padding: 22px 16px 22px 60px;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: var(--white-color);
    margin: 50px 0 58px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: normal;
    border: 1px solid rgba(110, 112, 112, 0.2) !important;
    border-radius: 10px
}

@media (max-width: 1199px) {
    blockquote, .wp-block-quote {
        font-size: 16px
    }
}

blockquote p, .wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 9px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3
}

blockquote p a, .wp-block-quote p a {
    color: inherit
}

blockquote:before, .wp-block-quote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 33px;
    background-color: var(--white-color)
}

blockquote:after, .wp-block-quote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    height: 20px;
    width: 25px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
    clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}

blockquote cite, .wp-block-quote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 100px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 45px 7px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    border-radius: 0px;
    overflow: hidden
}

@media (max-width: 375px) {
    blockquote cite, .wp-block-quote cite {
        left: 50px
    }
}

blockquote cite br, .wp-block-quote cite br {
    display: none
}

blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, .wp-block-quote.has-text-align-right {
    padding: 40px;
    margin-bottom: 30px
}

@media (max-width: 375px) {
    blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, .wp-block-quote.has-text-align-right {
        padding: 25px
    }
}

blockquote.style-left-icon, .wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before, .wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite, .wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before, .wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote:not(:has(>cite)) p:last-child, .wp-block-quote:not(:has(>cite)) p:last-child {
    margin-bottom: -0.3em
}

blockquote p:has(cite), .wp-block-quote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite, .wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important
}

.wp-block-pullquote blockquote, .wp-block-pullquote p {
    color: var(--title-color)
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote, .wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before, .wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right, .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite, .wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 20px
}

.wp-block-column blockquote cite:before, .wp-block-column .wp-block-quote cite:before {
    bottom: 6px
}

.wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote footer::before {
    bottom: 7px
}

.has-cyan-bluish-gray-background-color blockquote, .has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color)
}

@media (max-width: 1199px) {
    blockquote, .wp-block-quote {
        padding: 22px 30px
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }

    blockquote cite, .wp-block-quote cite {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    blockquote, .wp-block-quote {
        padding: 20px 20px 30px
    }

    .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em
    }
}

@media (max-width: 375px) {
    blockquote cite, .wp-block-quote cite {
        font-size: 14px
    }

    blockquote cite:before, .wp-block-quote cite:before {
        width: 20px;
        bottom: 40px;
        right: 20px
    }
}

.blog-meta {
    display: block
}

.blog-meta span, .blog-meta a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    text-transform: capitalize;
    margin-right: 12px
}

.blog-meta span i, .blog-meta a i {
    margin-right: 8px;
    color: var(--theme-color)
}

.blog-meta span:not(:last-child), .blog-meta a:not(:last-child) {
    padding-right: 16px
}

.blog-meta span:not(:last-child):after, .blog-meta a:not(:last-child):after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: #999999;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .blog-meta span, .blog-meta a {
        margin-right: 15px
    }

    .blog-meta span:not(:last-child), .blog-meta a:not(:last-child) {
        padding-right: 15px
    }
}

@media (max-width: 575px) {
    .blog-meta span, .blog-meta a {
        margin-right: 20px
    }

    .blog-meta span:not(:last-child), .blog-meta a:not(:last-child) {
        padding-right: 0
    }

    .blog-meta span:not(:last-child):after, .blog-meta a:not(:last-child):after {
        display: none
    }
}

.blog-audio, .blog-img, .blog-video {
    line-height: 1px
}

.blog-audio img, .blog-img img, .blog-video img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.th-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 4px
}

.blog-single {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.blog-single .blog-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600
}

.blog-single .blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    z-index: 2;
    gap: 10px 0
}

.blog-single .blog-meta span, .blog-single .blog-meta a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #1C2D37;
    font-family: var(--body-font);
    position: relative;
    line-height: normal
}

.blog-single .blog-meta span img, .blog-single .blog-meta span svg, .blog-single .blog-meta span i, .blog-single .blog-meta a img, .blog-single .blog-meta a svg, .blog-single .blog-meta a i {
    margin-right: 11px;
    color: #1C2D37
}

.blog-single .blog-meta span:last-child, .blog-single .blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.blog-single .blog-meta span:last-child:after, .blog-single .blog-meta a:last-child:after {
    display: none
}

.blog-single .blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative
}

.blog-single .blog-content .blog-single {
    padding: 20px
}

.blog-single .blog-content .th-btn {
    padding: 14px 35px
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    margin-bottom: 0
}

.blog-single .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 10px;
    margin-bottom: 40px
}

.blog-single .blog-img:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.blog-single .blog-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.blog-single .blog-img .slider-arrow {
    --pos-x: 30px;
    --icon-size: 44px;
    border: none;
    background-color: var(--white-color);
    color: var(--black-color2);
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.blog-single .blog-img .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .blog-single .blog-img .slider-arrow {
        display: none
    }
}

.blog-single .blog-img .play-btn {
    --icon-size: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

@media (max-width: 767px) {
    .blog-single .blog-img .play-btn {
        --icon-size: 70px
    }
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

.blog-single:hover .blog-img:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.blog-single:hover .blog-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.page-single .box-title {
    font-size: 40px
}

@media (max-width: 1199px) {
    .page-single .box-title {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .page-single .box-title {
        font-size: 25px
    }
}

.page-meta {
    margin-top: 25px
}

.page-meta .page-tag {
    background-color: var(--title-color);
    font-size: 18px;
    color: var(--bs-white);
    border-radius: 24px;
    padding: 6px 16px
}

.page-meta .ratting {
    background: #E9F6F9;
    border-radius: 24px;
    padding: 6px 16px;
    color: var(--black-color2)
}

.page-meta .ratting i {
    color: #FFA944;
    margin-right: 10px
}

.blog-list-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .blog-list-single {
        gap: 25px
    }
}

@media (max-width: 991px) {
    .blog-list-single {
        display: block
    }
}

.blog-list-single .blog-img {
    position: relative;
    min-width: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog-list-single .blog-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2
}

.blog-list-single .blog-img img {
    width: 100%;
    object-fit: cover
}

@media (max-width: 991px) {
    .blog-list-single .blog-img {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.blog-list-single .blog-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500
}

@media (max-width: 1299px) {
    .blog-list-single .blog-title {
        font-size: 26px
    }
}

.blog-list-single:hover .blog-img:before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s
}

.share-links-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize
}

.share-links {
    margin: 30px 0 0px 0
}

.share-links > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 15px
}

.share-links .wp-block-tag-cloud, .share-links .tagcloud {
    display: inline-block
}

.share-links .wp-block-tag-cloud a, .share-links .tagcloud a {
    background-color: rgba(225, 228, 229, 0.2)
}

.share-links .wp-block-tag-cloud a:hover, .share-links .tagcloud a:hover {
    background-color: var(--theme-color)
}

.share-links .share-links_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px
}

.share-links .share-links-title {
    font-size: 20px;
    color: var(--black-color2)
}

.share-links .social-links {
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    padding: 5px 19px
}

.share-links .social-links a {
    color: var(--black-color2);
    font-size: 16px
}

.share-links .th-social {
    display: inline-block
}

.share-links .th-social a {
    --icon-size: 38px;
    border-radius: 0;
    font-size: 14px;
    background-color: rgba(14, 18, 29, 0.08);
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.share-links .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--bs-white)
}

.blog-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background: var(--smoke-color);
    padding: 40px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .blog-navigation {
        padding: 25px
    }
}

.blog-navigation .nav-text {
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 600
}

@media (max-width: 767px) {
    .blog-navigation .nav-text {
        font-size: 16px
    }
}

.blog-navigation .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.blog-navigation .nav-btn img {
    border-radius: 10px
}

@media (max-width: 1199px) {
    .blog-navigation .nav-btn img {
        display: none
    }
}

.blog-navigation .nav-btn.next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.blog-navigation .nav-btn:hover .nav-text {
    color: var(--theme-color)
}

.blog-navigation .nav-btn:hover .nav-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn:hover .nav-img i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn .nav-img {
    min-width: 85px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog-navigation .nav-btn .nav-img img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .blog-navigation .nav-btn .nav-img {
        display: none
    }
}

.blog-navigation .nav-btn .nav-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .nav-btn .nav-img i {
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 81px;
    font-size: 24px;
    color: var(--theme-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .nav-btn .nav-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .blog-next {
    text-align: right
}

.blog-navigation .blog-btn {
    font-size: 38px;
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .blog-navigation .blog-btn {
        font-size: 25px
    }
}

.blog-navigation .blog-btn:hover {
    color: var(--theme-color)
}

.blog-author {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 20px;
    overflow: hidden
}

.blog-author .auhtor-img {
    width: 212px;
    min-height: 100%;
    background-color: #00ffff;
    text-align: center;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .blog-author .auhtor-img {
        width: 100%;
        min-height: 200px
    }
}

.blog-author .auhtor-img img {
    width: 96px;
    height: auto;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 16px
}

.blog-author .author-text {
    margin-bottom: 0
}

.blog-author .media-body {
    padding: 40px 40px 40px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 767px) {
    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .blog-author .media-body {
        padding: 35px 20px 30px 20px
    }
}

.blog-details .blog-content > p:last-child {
    margin-bottom: 0
}

.blog-content .wp-block-search .wp-block-search__input {
    box-shadow: none
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.4
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 1199px) {
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
}

@media (max-width: 991px) {
    .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px
    }

    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px
    }

    .blog-single {
        --blog-space-x: 30px;
        --blog-space-y: 30px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }
}

.blog-text {
    font-size: 18px;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .share-links-title {
        margin: 0 15px 5px 0
    }
}

.th-comment-form {
    margin-top: 70px;
    position: relative
}

.th-comment-form .row {
    --bs-gutter-x: 30px
}

.th-comment-form .blog-inner-title {
    margin-bottom: 0px
}

.th-comment-form .form-title {
    margin-top: -0.35em
}

.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline
}

.th-comment-form .form-text {
    margin-bottom: 25px
}

.th-comment-form .form-group > i {
    color: var(--body-color)
}

.th-comment-form .form-group select, .th-comment-form .form-group .form-control, .th-comment-form .form-group .form-select, .th-comment-form .form-group textarea, .th-comment-form .form-group input {
    border: 1px solid #808080
}

.th-comment-form .form-group label {
    color: var(--body-color);
    margin-bottom: -0.3rem
}

.blog-comment-area {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .th-comment-form, .th-comments-wrap {
        border-radius: 10px
    }
}

.th-comment-form:has(#wp-temp-form-div), .th-comments-wrap:has(#wp-temp-form-div) {
    padding: 0;
    box-shadow: none;
    display: none
}

.th-comments-wrap {
    border-radius: 0px
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px
}

.th-comments-wrap.style2 .th-post-comment {
    border: 1px solid #E1E4E5;
    margin-bottom: 24px
}

.th-comments-wrap.style2 .children {
    margin-left: 0
}

.th-comments-wrap.style2 .commented-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    gap: 10px 0;
    margin-bottom: 22px
}

.th-comments-wrap.style2 .commented-wrapp span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    line-height: normal
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child):after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px
}

.th-comments-wrap.style2 .commented-wrapp span i {
    color: #FFA944
}

.th-comments-wrap.style2 .reply_and_edit i {
    color: #999999;
    font-size: 24px
}

.th-comments-wrap.style2 ul.comment-list .th-comment-item:last-child > .th-post-comment {
    border-bottom: 1px solid #E1E4E5
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.th-comments-wrap li {
    margin: 0
}

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    background: var(--bs-white);
    border-radius: 8px
}

.th-comments-wrap .th-post-comment ol, .th-comments-wrap .th-post-comment ul, .th-comments-wrap .th-post-comment dl {
    margin-bottom: 1rem
}

.th-comments-wrap .th-post-comment ol ol, .th-comments-wrap .th-post-comment ol ul, .th-comments-wrap .th-post-comment ul ol, .th-comments-wrap .th-post-comment ul ul {
    margin-bottom: 0
}

.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -30px
}

.th-comments-wrap ul.comment-list ul ul, .th-comments-wrap ul.comment-list ul ol, .th-comments-wrap ul.comment-list ol ul, .th-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden
}

.th-comments-wrap .comment-avater img {
    width: 100%
}

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--body-font);
    color: var(--body-color);
}

.th-comments-wrap .commented-on i {
    color: var(--theme-color);
    margin-right: 7px;
    font-size: 0.9rem
}

.th-comments-wrap .name {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    margin-bottom: -0.4rem
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
    .th-comments-wrap .reply_and_edit {
        position: relative;
        margin-top: 12px
    }
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    color: var(--title-color);
    text-transform: uppercase
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px
}

.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

.form-submit input[type="submit"] {
    background-color: var(--theme-color);
    color: var(--bs-white)
}

.form-submit input[type="submit"]:hover {
    background-color: var(--title-color)
}

.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
    border: 1px solid var(--th-border-color)
}

.wp-block-comment-author-name {
    font-weight: 600
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
    border-bottom: none
}

ul.comment-list .children .th-comment-item > .th-post-comment {
    padding-bottom: 30px
}

ul.comment-list:has(>.th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--th-border-color)
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .th-comments-wrap .th-post-comment {
        display: block
    }

    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .th-comments-wrap .comment-top {
        display: block
    }

    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px
    }

    .th-comments-wrap .children {
        margin-left: 40px
    }

    .th-comments-wrap .children {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-y: 30px
    }
}

.widget_blog {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    background-color: var(--bs-white);
    border: 1px solid var(--gray-color);
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative
}

.widget_search {
    background-color: #E9F6F9;
    border: 1px solid transparent
}

.widget_blog .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget_blog .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-radius: 100px;
    padding-right: 25px
}

.widget_blog .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 16px;
    background-color: var(--theme-color);
    color: var(--bs-white);
    display: inline-block;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center
}

.widget_blog .search-form button:hover {
    background-color: var(--title-color)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 30px 0;
    padding-bottom: 17px;
}

.widget_title:after, .widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0
}

.widget_title:after {
    background-color: var(--theme-color);
    width: 30px
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.recent-post .media-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .media-img:after {
    content: '\f0c1';
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--theme-color);
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: capitalize
}

.recent-post .recent-post-meta {
    margin-bottom: 12px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--body-font)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--body-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 15%
}


.tagcloud a {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 9.5px 14px;
    margin-right: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    background-color: #E9F6F9;
    border-radius: 4px
}

.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--bs-white) !important
}

.tagcloud {
    margin-bottom: -10px
}

.hero-form {
    background: -webkit-linear-gradient(303.52deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
    background: linear-gradient(146.48deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 40px;
    position: absolute;
    left: 60%;
    top: 100px;
    right: 5%;
    z-index: 99;
}

@media (max-width: 1299px) {
    .hero-form {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .hero-form {
        margin: 0 0 80px 0;
        left: 10px;
        top: 150px;
        right: 10px;
    }
}

@media (max-width: 375px) {
    .hero-form {
        padding: 30px 20px;
    }
}

.hero-form .sub-title2 {
    font-size: 20px;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 375px) {
    .hero-form .sub-title2 {
        font-size: 18px
    }
}

.hero-form .sec-title {
    font-size: 28px;
    font-weight: 600
}

@media (max-width: 375px) {
    .hero-form .sec-title {
        font-size: 25px
    }
}

.gallery-row4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 12px
}

@media (max-width: 1199px) {
    .gallery-row4 {
        grid-template-columns:auto auto auto
    }
}

@media (max-width: 767px) {
    .gallery-row4 {
        grid-template-columns:auto auto
    }
}

@media (max-width: 575px) {
    .gallery-row4 {
        grid-template-columns:auto
    }
}

.gallery-box {
    position: relative
}

.gallery-box.style5 .gallery-img {
    height: 360px
}

.gallery-box.style5 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 16px
}

@media (max-width: 991px) {
    .gallery-box .gallery-img {
        margin-bottom: 0
    }
}

.gallery-box .gallery-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
    background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
    border-radius: 16px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

.gallery-box .gallery-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--bs-white)
}

.gallery-box .gallery-img .icon-btn:hover {
    background-color: transparent
}

.gallery-box .gallery-img img {
    border-radius: 16px
}

.gallery-box:hover .gallery-img:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-box:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-box .box-content {
    position: absolute;
    left: var(--space);
    right: var(--space);
    bottom: 20%;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5
}

.gallery-box:hover .box-content {
    opacity: 1;
    visibility: visible
}

.tour-snapshot {
    border: 1px solid #E1E4E5;
    padding: 40px 24px;
    margin-bottom: 64px
}

.tour-snapshot .box-title {
    font-size: 28px;
    margin-top: -0.3rem
}

.tour-snap-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1299px) {
    .tour-snap-wrapp {
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px
    }
}

@media (max-width: 375px) {
    .tour-snap-wrapp {
        grid-template-columns:auto
    }
}

.tour-snap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.tour-snap .icon i {
    font-size: 20px;
    color: var(--title-color)
}

.tour-snap span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: -0.3rem
}

.tour-snap .title {
    font-weight: 400;
    display: block;
    color: var(--body-color)
}

.tour-snap .line-btn {
    text-transform: capitalize;
    padding-bottom: 0
}

.destination-slider13 .swiper-slide.swiper-slide-active .destination-img:after {
    opacity: 1
}

.destination-box3 {
    position: relative
}

.destination-box3 .destination-img {
    position: relative;
    border-radius: 24px;
    height: 405px;
    overflow: hidden;
    box-shadow: none
}

.destination-box3 .destination-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
    background: linear-gradient(0deg, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 1
}

.destination-box3 .destination-img img {
    width: 100%;
    height: 100%;
    object-fit: calc(100%, 100%);
    border-radius: 24px
}

.destination-box3 .box-content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    z-index: 4
}

.destination-box3 .box-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--bs-white);
    max-width: 160px
}

.destination-box3 .th-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 5px 14px
}


.tour-day {
    --section-gap: 160px;
    margin-top: 2rem;
    display: flex;
    position: relative;
}
.tour-day i {
    display: flex;
    place-items: center;
    place-content: center;
    width: 32px;
    height: 32px;
}
.tour-day .details {
    flex: 1;
    margin-left: 1rem;
}

@media (min-width: 1024px) {
    .tour-day {
        margin-top: 0;
        padding: 0.4rem 0 1rem calc(var(--section-gap) / 2);
    }

    .tour-day i {
        top: calc(50% - 25px);
        left: -26px;
        position: absolute;
        border: 1px solid var(--bs-primary);
        background: var(--bs-secondary);
        border-radius: 8px;
        width: 50px;
        height: 50px;
    }

    .tour-day:before {
        content: ' ';
        border-left: 1px solid var(--bs-primary);
        position: absolute;
        left: 0;
        bottom: calc(50% + 25px);
        height: calc(50% - 25px);
    }

    .tour-day:after {
        content: ' ';
        border-left: 1px solid var(--bs-primary);
        position: absolute;
        left: 0;
        top: calc(50% + 25px);
        height: calc(50% - 25px);
    }

    .tour-day:first-of-type:before {
        display: none;
    }

    .tour-day:last-of-type:after {
        display: none;
    }
}

.messenger-button {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.messenger-button img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    cursor: pointer;
}