/*----------------------------------------------------------------------------------- 

Template Name: Tripex - Travel & Tour Booking HTML Template
URI: pixelfit.agency
Description: Tripex is a clean and elegant Travel & Tour Booking HTML template designed for travel agencies, tour operators, and booking platforms. With its modern layout and smooth user experience, it allows you to beautifully showcase destinations, tour packages, and booking options all in one place. Perfect for creating a professional online presence with style and simplicity. 
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    01# Common CSS
    02# Hero Section CSS
    03# Destination Section CSS
    04# About Section CSS
    05# Tour Section CSS
    06# Offer Section CSS
    07# Service Section CSS
    08# Gallery Section CSS
    09# Choose Section CSS
    10# Testimonial Section CSS
    11# Blog Section CSS
    12# Client Section CSS
-------------------------------------------------------    */
/*====  01# Common CSS ====*/
html,
body {
    overflow-x: hidden;
}
.ratings li {
    display: inline-block;
}
.ratings li i {
    color: var(--secondary-color);
    font-size: 14px;
}

.check-list li:not(:last-child) {
    margin-bottom: 10px;
}
.check-list li i {
    margin-right: 10px;
}

/*====  02# Hero CSS ====*/
.tripex-hero-sec .hero-wrapper {
    background-color: #11221c;
    padding: 165px 0 60px;
    margin: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}
@media (max-width: 767.98px) {
    .tripex-hero-sec .hero-wrapper {
        margin: 0;
        border-radius: 0;
    }
}
.tripex-hero-sec .hero-wrapper .shape {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1650px) {
    .tripex-hero-sec .hero-wrapper .shape img {
        width: 70%;
    }
}
@media (max-width: 767.98px) {
    .tripex-hero-sec .hero-wrapper .shape {
        display: none;
    }
}
.tripex-hero-sec .hero-wrapper .shape.shape-one {
    top: 20%;
    left: 5%;
}
.tripex-hero-sec .hero-wrapper .shape.shape-two {
    left: 85px;
    top: 65%;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .shape.shape-two {
        display: none;
    }
}
.tripex-hero-sec .hero-wrapper .shape.shape-three {
    right: 80px;
    top: 20%;
}
@media (max-width: 1650px) {
    .tripex-hero-sec .hero-wrapper .shape.shape-three {
        right: 30px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .shape.shape-three {
        right: 0;
    }
    .tripex-hero-sec .hero-wrapper .shape.shape-three img {
        width: 50%;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-hero-sec .hero-wrapper .shape.shape-three {
        right: -10%;
    }
}
.tripex-hero-sec .hero-wrapper .overlay-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tripex-hero-sec .hero-wrapper .overlay-image img {
    width: 100%;
}
.tripex-hero-sec .hero-wrapper .hero-content {
    text-align: center;
}
.tripex-hero-sec .hero-wrapper .hero-content h1 {
    color: var(--white-color);
    margin-bottom: 50px;
}
.tripex-hero-sec .hero-wrapper .hero-content h1 span {
    font-size: 80px;
    font-weight: 300;
    display: block;
    font-family: var(--accent-font);
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-content h1 span {
        font-size: 24px;
        line-height: 35px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-content h1 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}
.tripex-hero-sec .hero-wrapper .hero-content p {
    color: var(--white-color);
    font-size: 20px;
}
.tripex-hero-sec .hero-wrapper .hero-content p span {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: var(--secondary-color);
    font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-content p span {
        padding: 2px 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-hero-sec .hero-wrapper .hero-content p span {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-content p {
        font-size: 18px;
    }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper {
    position: relative;
    padding: 10px 40px;
    background-color: var(--white-color);
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 12px;
}
@media (max-width: 1650px) {
    .tripex-hero-sec .hero-wrapper .hero-search-wrapper {
        max-width: 90%;
        padding: 20px 20px;
        margin-top: 200px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-search-wrapper {
        padding: 20px 15px;
        margin-top: 50px;
        width: 95%;
    }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 30px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group {
    position: relative;
    width: 100%;
    padding: 0 20px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group {
        border: 1px solid var(--border-color);
        border-radius: 10px;
        padding: 10px 20px;
        width: 48%;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group {
        width: 47%;
    }
}
@media (max-width: 767.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group {
        width: 100%;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group:not(:last-child) {
        margin-bottom: 20px;
    }
}
.tripex-hero-sec
    .hero-wrapper
    .hero-search-wrapper
    .hero-search
    .form-group:not(:last-child):after {
    position: absolute;
    top: 15px;
    right: 0;
    content: "";
    width: 1px;
    height: 30px;
    background-color: var(--border-color);
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group:not(:last-child):after {
        background-color: inherit;
        border-bottom: 1px solid var(--border-color);
    }
}
.tripex-hero-sec
    .hero-wrapper
    .hero-search-wrapper
    .hero-search
    .form-group:first-child {
    padding-left: 0;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group:first-child {
        padding-left: 20px;
    }
}
.tripex-hero-sec
    .hero-wrapper
    .hero-search-wrapper
    .hero-search
    .form-group:last-child {
    text-align: end;
    padding-right: 0;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .form-group:last-child {
        padding: 0;
        text-align: center;
        border: none;
        width: 100%;
    }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search label {
    display: block;
    font-size: 14px;
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search label i {
    margin-right: 10px;
    font-size: 16px;
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .nice-select {
    border: none;
    color: var(--heading-color);
    padding-left: 25px;
    line-height: 1;
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .submit-btn {
    padding: 11px 35px;
    background-color: var(--primary-color);
    border-radius: 30px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--heading-font);
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .submit-btn i {
    margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-hero-sec
        .hero-wrapper
        .hero-search-wrapper
        .hero-search
        .submit-btn {
        width: 100%;
    }
}

/*===   03# Destination Section CSS ===*/
.tripex-des-sec .destination-slider-new {
    margin-right: -50%;
}
.tripex-des-sec .destination-slider-new .slick-slide {
    margin-right: 30px;
}
.for_color {
    border-radius: 15px;
    border: 1px solid rgba(17, 34, 28, 0.07);
    background-color: var(--gray-color);
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.for_color .thumbnail .number {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    line-height: 1;
    background-color: var(--primary-color);
    color: var(--white-color);
    -webkit-box-shadow: 10px 4px 30px 0px rgba(115, 180, 88, 0.5);
    box-shadow: 10px 4px 30px 0px rgba(115, 180, 88, 0.5);
}
.for_color .thumbnail {
    position: relative;
    /* z-index: */
}
.for_color .content {
    padding: 30px 0 20px;
    text-align: center;
}

.service-slider {
    padding-left: 20px;
}
.service-slider .slick-slide {
    margin-right: 30px;
}
.destination-slider .slick-list {
    padding-top: 30px;
}
.destination-slider .slick-slide {
    margin-right: 30px;
}
@media (max-width: 767.98px) {
    .destination-slider .slick-slide {
        margin-right: 12px;
    }
}

.tripex-destination-sec {
    overflow: hidden;
}
.tripex-destination-sec .section-title h2 span {
    background-color: var(--secondary-color);
    padding: 3px 10px;
    line-height: 1;
    border-radius: 20px;
    color: var(--white-color);
}
.tripex-destination-sec .tripex-destination-item {
    position: relative;
    width: 300px;
}
.tripex-destination-sec .tripex-destination-item .number {
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    border: 1px solid var(--white-color);
    padding: 7px 15px;
    line-height: 1;
    color: var(--white-color);
    z-index: 1;
}
.tripex-destination-sec .tripex-destination-item .thumbnail {
    position: relative;
    width: 300px;
    overflow: hidden;
    border-radius: 150px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail img {
    width: 100%;
    border-radius: 150px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .content h4 {
    color: var(--white-color);
}

/*===  04# About Section CSS ===*/
.tripex-about-sec {
    position: relative;
    z-index: 1;
}
.tripex-about-sec .shape {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1650px) {
    .tripex-about-sec .shape img {
        width: 70%;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-about-sec .shape {
        display: none;
    }
}
.tripex-about-sec .shape.shape-one {
    left: 30px;
    top: 110px;
}
@media (max-width: 1650px) {
    .tripex-about-sec .shape.shape-one {
        top: 30px;
    }
}
.tripex-about-sec .shape.shape-two {
    left: 55px;
    bottom: 55px;
}
.tripex-about-sec .shape.shape-three {
    right: 110px;
    top: 90px;
}
@media (max-width: 1650px) {
    .tripex-about-sec .shape.shape-three {
        right: 20px;
        top: 10px;
    }
}
@media (max-width: 1399.98px) {
    .tripex-about-sec .shape.shape-three {
        right: -10px;
    }
}
.tripex-about-sec .tripex-content-box .tripex-features-box {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tripex-about-sec .tripex-content-box .tripex-features-box .tripex-iconic-left {
    width: 50%;
    padding: 30px 0 20px;
    padding-right: 30px;
}
.tripex-about-sec
    .tripex-content-box
    .tripex-features-box
    .tripex-iconic-left.item-border {
    padding-left: 45px;
    border-left: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
    .tripex-about-sec
        .tripex-content-box
        .tripex-features-box
        .tripex-iconic-left.item-border {
        padding-left: 0;
        padding: 20px 40px;
        border: 1px solid var(--border-color);
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .tripex-about-sec
        .tripex-content-box
        .tripex-features-box
        .tripex-iconic-left {
        width: 100%;
        padding: 20px 40px;
        border: 1px solid var(--border-color);
    }
}
.tripex-about-sec .tripex-image-box {
    padding-left: 110px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .tripex-about-sec .tripex-image-box {
        padding-left: 0;
    }
}
.tripex-about-sec .tripex-image-box .elements {
    position: absolute;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .tripex-about-sec .tripex-image-box .elements img {
        width: 50%;
    }
}
.tripex-about-sec .tripex-image-box .elements.element-one {
    top: 30%;
    left: 45px;
}
@media (max-width: 767.98px) {
    .tripex-about-sec .tripex-image-box .elements.element-one {
        top: 5%;
        left: 10px;
    }
}
.tripex-about-sec .tripex-image-box .elements.element-two {
    bottom: 60px;
    right: -45px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-about-sec .tripex-image-box .elements.element-two {
        right: -30px;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-about-sec .tripex-image-box .elements.element-two {
        right: 0;
    }
}
@media (max-width: 767.98px) {
    .tripex-about-sec .tripex-image-box .elements.element-two {
        bottom: -10%;
    }
}

.tripex-iconic-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tripex-iconic-left .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    font-size: 55px;
    color: var(--secondary-color);
}
@media screen and (max-width: 1199.98px) {
    .tripex-iconic-left .content h4 {
        font-size: 16px;
        line-height: 27px;
    }
}

.tripex-author-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tripex-author-item .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 60px;
    margin-right: 20px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-author-item .author-thumb {
        font-size: 10px;
    }
}
.tripex-author-item .author-content h6 {
    margin-bottom: 5px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-author-item .author-content h6 {
        font-size: 17px;
    }
}

/*===  05# Tour Section CSS ===*/
.tripex-popular-sec {
    position: relative;
    z-index: 1;
    background-color: var(--primary-black-color);
    margin: 0 30px;
    border-radius: 15px;
    overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
    .tripex-popular-sec {
        margin: 0;
    }
}
.tripex-popular-sec .shape {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1650px) {
    .tripex-popular-sec .shape img {
        width: 70%;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-popular-sec .shape {
        display: none;
    }
}
.tripex-popular-sec .shape.shape-one {
    top: 90px;
    left: 70px;
}
.tripex-popular-sec .shape.shape-two {
    top: 90px;
    right: 80px;
}
.tripex-popular-sec .tour-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5000%;
    height: 80%;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: translateBg 40s linear infinite;
    animation: translateBg 40s linear infinite;
}

.tour-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.tour-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.tour-slider .slick-dots {
    text-align: center;
}
.tour-slider .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
}
.tour-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tour-slider .slick-dots li.slick-active button {
    background-color: var(--secondary-color);
    border-radius: 3.5px;
    width: 30px;
}

.tripex-tour-card {
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 15px;
}
.tripex-tour-card .thumbnail {
    position: relative;
    z-index: 1;
}
.tripex-tour-card .thumbnail .category {
    position: absolute;
    top: 10px;
    left: 10px;
}
.tripex-tour-card .thumbnail .category a {
    padding: 8px 15px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--heading-font);
    line-height: 1;
}
.tripex-tour-card .thumbnail .duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
    padding: 12px 20px;
    background-color: var(--white-color);
    color: var(--heading-color);
    line-height: 1;
    font-weight: 500;
}
.tripex-tour-card .thumbnail img {
    width: 100%;
    border-radius: 15px;
}
.tripex-tour-card .content {
    padding: 30px;
}
@media (max-width: 1650px) {
    .tripex-tour-card .content {
        padding: 30px 10px;
    }
}
.tripex-tour-card .content h4 {
    margin-bottom: 15px;
}
@media (max-width: 1650px) {
    .tripex-tour-card .content h4 {
        font-size: 20px;
    }
}
.tripex-tour-card .content .tour-meta {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}
.tripex-tour-card .content .tour-meta span {
    margin-bottom: 10px;
}
.tripex-tour-card .content .tour-meta span:not(:last-child) {
    margin-right: 20px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-tour-card .content .tour-meta span:not(:last-child) {
        margin-right: 10px;
    }
}
.tripex-tour-card .content .tour-meta span i {
    margin-right: 7px;
}
.tripex-tour-card .content .tour-meta span i.fa-star {
    color: var(--secondary-color);
}
.tripex-tour-card .content p {
    margin-bottom: 20px;
}
.tripex-tour-card .content .tour-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tripex-tour-card .content .tour-footer .offer-price span {
    font-size: 14px;
}
.tripex-tour-card .content .tour-footer .offer-price span span.off {
    font-weight: 600;
    font-size: 10px;
    background-color: var(--secondary-color);
    padding: 5px 7px;
    color: var(--white-color);
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
}

/*===  06# Offer Section CSS ===*/
.tripex-offer-item {
    background-color: var(--primary-black-color);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 50px 30px 50px 70px;
    overflow: hidden;
}
@media (max-width: 1650px) {
    .tripex-offer-item {
        padding: 50px 30px 50px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-offer-item {
        padding: 50px 30px 50px;
    }
}
@media (max-width: 767.98px) {
    .tripex-offer-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 20px 50px;
    }
}
@media (max-width: 767.98px) {
    .tripex-offer-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 20px 50px;
    }
}
.tripex-offer-item .offer-image-box,
.tripex-offer-item .offer-content {
    width: 50%;
}
@media (max-width: 767.98px) {
    .tripex-offer-item .offer-image-box,
    .tripex-offer-item .offer-content {
        width: 100%;
    }
}
.tripex-offer-item .shape {
    position: absolute;
    z-index: -1;
}
@media screen and (max-width: 1199.98px) {
    .tripex-offer-item .shape {
        display: none;
    }
}
.tripex-offer-item .shape.shape-one {
    bottom: 0;
    left: 0;
}
.tripex-offer-item .shape.shape-one img {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.tripex-offer-item .shape.shape-two {
    bottom: -20px;
    left: 100px;
}
.tripex-offer-item .shape.shape-two img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.tripex-offer-item .shape.shape-three {
    top: 0;
    left: 40%;
}
@media (max-width: 767.98px) {
    .tripex-offer-item .shape.shape-three {
        left: 60%;
    }
}
.tripex-offer-item .shape.curve-shapeOne {
    bottom: 0;
    right: 50px;
}
.tripex-offer-item .shape.curve-shapeTwo {
    bottom: 0;
    right: 0;
    z-index: -2;
}
.tripex-offer-item .offer-content {
    padding-right: 30px;
}
@media (max-width: 767.98px) {
    .tripex-offer-item .offer-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
}
.tripex-offer-item .offer-content span {
    padding: 13px 30px;
    background-size: contain;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tripex-offer-item .offer-content h3 {
    font-size: 35px;
    color: var(--white-color);
    line-height: 45px;
    margin-bottom: 30px;
}
@media (max-width: 1650px) {
    .tripex-offer-item .offer-content h3 {
        font-size: 27px;
    }
}
.tripex-offer-item .offer-content p {
    color: var(--white-color);
    margin-bottom: 30px;
}
.tripex-offer-item .offer-image-box {
    position: relative;
    text-align: right;
}
.tripex-offer-item .offer-image-box .discount-box {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: contain;
    text-align: center;
}
@media screen and (max-width: 1199.98px) {
    .tripex-offer-item .offer-image-box .discount-box {
        left: 50px;
    }
}
.tripex-offer-item .offer-image-box .discount-box .content h3 {
    font-size: 30px;
    color: var(--white-color);
    letter-spacing: -1.5px;
    font-weight: 800;
    line-height: 1;
}
.tripex-offer-item .offer-image-box .discount-box .content span {
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
}

/*===   07# Service Section CSS ===*/
.tripex-service-sec {
    position: relative;
    z-index: 1;
}
.tripex-service-sec .shape {
    position: absolute;
    z-index: -1;
}
@media screen and (max-width: 1199.98px) {
    .tripex-service-sec .shape {
        display: none;
    }
}
.tripex-service-sec .shape.shape-one {
    top: 80px;
    left: 0;
}

.tripex-service-card {
    background-color: var(--gray-color);
    border: 1px solid rgba(17, 34, 28, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border-radius: 15px;
}
.tripex-service-card .thumbnail {
    max-width: 180px;
    width: 100%;
}
.tripex-service-card .thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 205px;
}
@media screen and (max-width: 991.98px) {
    .tripex-service-card .thumbnail {
        max-width: 170px;
    }
    .tripex-service-card .thumbnail img {
        height: 190px;
    }
}
.tripex-service-card .content {
    padding: 20px;
}
@media screen and (max-width: 991.98px) {
    .tripex-service-card .content {
        padding: 20px 15px;
    }
}
.tripex-service-card .content i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: var(--heading-color);
    margin-bottom: 20px;
}
.tripex-service-card .content h5 {
    letter-spacing: -0.025em;
    line-height: 30px;
    max-width: 160px;
}
@media (max-width: 1650px) {
    .tripex-service-card .content h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-service-card .content h5 {
        font-size: 16px;
    }
}

/*===   08# Gallery Section CSS ===*/
.gallery-slider {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.tripex-gallery-item:hover .thumbnail .hover-content {
    visibility: visible;
    opacity: 1;
}
.tripex-gallery-item .thumbnail {
    position: relative;
}
.tripex-gallery-item .thumbnail img {
    border-radius: 15px;
}
.tripex-gallery-item .thumbnail .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tripex-gallery-item .thumbnail .inner-content {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        to(rgba(202, 202, 202, 0.1))
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(202, 202, 202, 0.1) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    padding: 40px 50px;
    text-align: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-gallery-item .thumbnail .inner-content {
        padding: 20px 30px;
    }
}
.tripex-gallery-item .thumbnail .content {
    border-radius: 50%;
}
.tripex-gallery-item .thumbnail .content a {
    font-weight: 500;
    margin-bottom: 10px;
}
.tripex-gallery-item .thumbnail .content a:hover {
    color: var(--secondary-color);
}
.tripex-gallery-item .thumbnail .content h4 {
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1650px) {
    .tripex-gallery-item .thumbnail .content h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-gallery-item .thumbnail .content h4 {
        font-size: 20px;
    }
}
.tripex-gallery-item .thumbnail .content p {
    color: var(--white-color);
    margin-bottom: 20px;
}
.tripex-gallery-item .thumbnail .content .icon-btn.style-one {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
}

/*===   09# Choose Section CSS ===*/
.tripex-choose-sec {
    position: relative;
    z-index: 1;
}
.tripex-choose-sec .shape {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1650px) {
    .tripex-choose-sec .shape img {
        width: 70%;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-choose-sec .shape {
        display: none;
    }
}
.tripex-choose-sec .shape.shape-one {
    top: 100px;
    left: 55px;
}
@media (max-width: 1650px) {
    .tripex-choose-sec .shape.shape-one {
        top: 40px;
        left: 0;
    }
}
.tripex-choose-sec .shape.shape-two {
    top: 115px;
    right: 40px;
}
@media (max-width: 1650px) {
    .tripex-choose-sec .shape.shape-two {
        top: 40px;
        right: 0;
    }
}
.tripex-choose-sec .tripex-content-box {
    position: relative;
}
.tripex-choose-sec .tripex-content-box p {
    margin-bottom: 20px;
}
.tripex-choose-sec .tripex-content-box ul.check-list {
    margin-bottom: 33px;
}
.tripex-choose-sec .tripex-content-box ul.check-list li i {
    font-size: 20px;
    color: var(--primary-color);
}
.tripex-choose-sec .tripex-content-box .tripex-image-box img {
    border-radius: 15px;
}
.tripex-choose-sec .tripex-content-box .tripex-award-card {
    position: absolute;
    bottom: 40px;
    right: 100px;
}
@media (max-width: 767.98px) {
    .tripex-choose-sec .tripex-content-box .tripex-award-card {
        position: relative;
        bottom: 50px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.tripex-award-card {
    position: relative;
    background-color: var(--primary-color);
    text-align: center;
    padding: 30px 20px 20px;
    display: inline-block;
    border-radius: 15px;
    max-width: 200px;
}
.tripex-award-card .icon {
    margin-bottom: 35px;
}
.tripex-award-card .content h5 {
    color: var(--white-color);
    line-height: 30px;
}

.tripex-iconic-box {
    background-color: #eaf4e6;
    padding: 40px;
    border-radius: 15px;
}
@media (max-width: 1650px) {
    .tripex-iconic-box {
        padding: 40px 25px;
    }
}
.tripex-iconic-box .icon {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 20px;
}
.tripex-iconic-box .content h5 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(17, 34, 28, 0.1);
}
@media (max-width: 1399.98px) {
    .tripex-iconic-box .content h5 {
        font-size: 18px;
    }
}

/*===   10# Testimonial Section CSS ===*/
.tripex-testimonial-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tripex-testimonial-sec .testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 5000%;
    height: 60%;
    background-position: top;
    opacity: 0.05;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: translateBg 40s linear infinite;
    animation: translateBg 40s linear infinite;
}

.testimonial-slider .slick-slide {
    margin-right: 30px;
}
@media screen and (max-width: 991.98px) {
    .testimonial-slider .slick-slide {
        margin-right: 0;
    }
}
.testimonial-slider .slick-slide.slick-current {
    border-color: var(--primary-color);
}
.testimonial-slider .slick-dots {
    text-align: center;
    margin-top: 50px;
}
.testimonial-slider .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
}
.testimonial-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonial-slider .slick-dots li.slick-active button {
    width: 30px;
    height: 7px;
    border-radius: 3.5px;
}

.ratings i {
    color: var(--secondary-color);
}

.tripex-testimonial-item {
    background-color: #eaf4e6;
    border: 1px solid rgba(115, 180, 88, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    max-width: 850px;
    border-radius: 15px;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item {
        max-width: 100%;
    }
}
.tripex-testimonial-item .testimonial-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.tripex-testimonial-item .testimonial-inner-content .thumbnail {
    position: relative;
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content .thumbnail {
        max-width: 100%;
        width: 100%;
    }
}
.tripex-testimonial-item .testimonial-inner-content .thumbnail img {
    border-radius: 15px;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content .thumbnail img {
        width: 100%;
    }
}
.tripex-testimonial-item .testimonial-inner-content .thumbnail .quote {
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--border-color);
    font-size: 30px;
    color: var(--white-color);
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content .thumbnail .quote {
        display: none;
    }
}
.tripex-testimonial-item .testimonial-inner-content .content {
    padding: 20px 50px;
}
@media (max-width: 1399.98px) {
    .tripex-testimonial-item .testimonial-inner-content .content {
        padding: 30px 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .tripex-testimonial-item .testimonial-inner-content .content {
        padding: 20px 70px;
    }
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content .content {
        padding: 30px 30px 20px;
    }
}
.tripex-testimonial-item .testimonial-inner-content .content p {
    font-size: 24px;
    line-height: 35px;
    font-family: var(--heading-font);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--heading-color);
    margin-bottom: 110px;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item .testimonial-inner-content .content p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
.tripex-testimonial-item
    .testimonial-inner-content
    .content
    .author-ratings-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .tripex-testimonial-item
        .testimonial-inner-content
        .content
        .author-ratings-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*===  11# Blog Section CSS ===*/
.tripex-blogs-sec {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blogs-sec {
        margin: 0 10px;
    }
}
.tripex-blogs-sec .shape {
    position: absolute;
    z-index: -1;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blogs-sec .shape {
        display: none;
    }
}
.tripex-blogs-sec .shape.shape-one {
    top: 65px;
    left: 0;
}
.tripex-blogs-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -2;
    width: 100%;
    max-height: 849px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eaf4e6),
        to(rgba(234, 244, 230, 0))
    );
    background: linear-gradient(
        180deg,
        #eaf4e6 0%,
        rgba(234, 244, 230, 0) 100%
    );
    border-radius: 20px;
}
.tripex-blogs-sec .tripex-button .theme-btn.style-one {
    background-color: var(--white-color);
    color: var(--heading-color);
}
.tripex-blogs-sec .tripex-button .theme-btn.style-one i {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.tripex-blogs-sec .tripex-button .theme-btn.style-one:hover {
    background-color: var(--primary-black-color);
    color: var(--white-color);
}

.tripex-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blog-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.tripex-blog-item.style-two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blog-item.style-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.tripex-blog-item.style-two .thumbnail {
    margin-right: 0;
    margin-left: 10px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blog-item.style-two .thumbnail {
        margin-left: 0;
    }
}
.tripex-blog-item .thumbnail {
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
}
@media screen and (max-width: 1199.98px) {
    .tripex-blog-item .thumbnail {
        margin-right: 0;
        max-width: 100%;
    }
    .tripex-blog-item .thumbnail img {
        width: 100%;
    }
}
.tripex-blog-item .thumbnail img {
    border-radius: 15px;
}
.tripex-blog-item .content {
    padding: 20px 40px 30px;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
    filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
    border: 1px solid var(--border-color);
    border-radius: 15px;
}
@media (max-width: 1650px) {
    .tripex-blog-item .content {
        padding: 20px 20px 30px;
    }
}
@media screen and (max-width: 1199.98px) {
    .tripex-blog-item .content {
        padding: 20px 25px 30px;
    }
}
.tripex-blog-item .content .post-meta span {
    margin-bottom: 6px;
}
.tripex-blog-item .content .post-meta span i {
    margin-right: 7px;
}
.tripex-blog-item .content h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
    margin-bottom: 17px;
}
.tripex-blog-item .content .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.tripex-blog-item .content .author-meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.tripex-blog-item .content .author-meta span {
    font-weight: 500;
}

/*===   12# Client Section CSS ===*/
.tripex-clients-sec {
    margin: 0 8px;
}

.client-wrapper {
    border: 1px solid var(--border-color);
    padding: 60px 30px 70px;
    border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
    .client-wrapper {
        padding: 40px 30px 50px;
    }
}
.client-wrapper h4 {
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 37px;
}
@media screen and (max-width: 1199.98px) {
    .client-wrapper h4 {
        font-size: 18px;
    }
}

.tripex-client-item .thumbnail {
    text-align: center;
}
.tripex-client-item .thumbnail img {
    margin: 0 auto;
}
.home-search-button button {
    border: 0;
    background-color: var(--primary-color);
    color: white;
    border-radius: 100px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 90%) !important;
    cursor: pointer;
}
.search-type-tab.active {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.search-type {
    background: var(--white);
    /* box-shadow: 0 4px 10px rgba(0, 117, 255, 0.0898711); */
    /* border-radius: 1px; */
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 0;
    /* left: 17.5%; */
    padding: 0 60px;
    transform: translate(-50%, -90%);
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tripex-hero-sec
    .hero-wrapper
    .hero-search-wrapper
    .hero-search
    .form-group:last-child {
    text-align: left;
}
.form-group {
    cursor: pointer;
}
.slick-dots li.slick-active button:before {
    opacity: 0;
}
.slick-dots li button:before {
    opacity: 0;
}
.thumbnail img {
    height: 400px;
    object-fit: cover;
}
.tb1 img {
    width: 270px;
    height: 400px;
    object-fit: cover;
}
.tripex-service-sec .shape.shape-two-1 {
    top: 125px;
    right: 135px;
}
.tripex-service-sec .shape.one1 {
    top: 120px;
    left: 135px !important;
}
.sci {
    background-color: var(--gray-color);
    border-radius: 15px;
    padding: 10px;
    max-width: 300px;
}
.sci img {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.sci .content {
    padding: 20px;
}
.sci .content h5 {
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.sci.content p {
    padding-top: 20px;
    border-top: 1px solid rgba(17, 34, 28, 0.1);
}
@media (max-width: 768px) {
    .search-type {
        padding-left: 10px;
        padding-right: 10px;
    }
    .for_color h4 {
        font-size: 16px;
    }
    .pt20 {
        padding-top: 20px;
    }
    .mb1 {
        margin-bottom: 4px;
    }
    .pb20,
    .pb-80,
    .pb-120 {
        padding-bottom: 10px;
    }
    .pt-115,
    .pt-80,
    .pt-95 {
        padding-top: 20px;
    }
    /* .ttc{
        margin: auto;
    } */
    .tour-slider {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.pb5next .slick-list {
    padding-bottom: 20px;
}
.mbpb {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}
@media (min-width: 1536px) {
    .h500 {
        max-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1536px) {
    .h500 {
        max-height: 360px;
    }
}

@media (min-width: 1024px) and (max-width: 1200.98px) {
    .h500 {
        max-height: 260px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .h500 {
        max-height: 250px;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .h500 {
        max-height: 250px;
    }
}
@media (min-width: 420px) and (max-width: 500px) {
    .h500 {
        max-height: 170px;
    }
}
@media (max-width: 420px) {
    .h500 {
        max-height: 155px;
    }
}
@media (max-width: 768px) {
    .pom {
        padding: 0px;
    }
}

.header-area.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease-in-out;
}

/* Menu text color when fixed */
.header-area.header-fixed .main-menu ul > li > a {
    color: #000 !important;
}

/* .header-area.header-fixed .main-menu ul > li > a:hover {
    color: #ff5a00;
} */

@media screen and (max-width: 1199.98px) {
    .header-area.header-fixed .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.8);
    }
    .header-area.header-fixed .navbar-toggler span {
        background-color: #000;
    }
}
/* Smooth animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.border-0 {
    border: none !important;
}
.mx400 {
    max-width: 160px;
    /* margin: auto; */
}
.bgchange {
    background-color: var(--secondary-color) !important;
    justify-content: center !important;
}
@media (max-width: 768px) {
    .tour-button {
        display: flex;
        justify-content: center;
    }
    .mx400 {
        max-width: 110px;
    }
}

.big-text h1 {
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    background: url(../images/text-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
.mx1070{
    max-width:760px;
    width:100%;
    margin:auto;
}
@media (max-width: 768px) {
    .big-text h1 {
        font-size: 60px;
    }
    .air-tick h2 {
        line-height: normal;
    }
    .tour-details-wrapper .tripex-review-form-area .form_control {
        padding: 10px 20px;
        margin-bottom: 12px;
    }
}
.terms-numeric-list li {
    font-size: 20px;
    /* color: #22292f; */
    /* line-height: 24px; */
    margin-bottom: 8px;
    list-style-type: number;
}
.truncate-single-line {
    height: 65px;
    overflow: hidden;
}
.cs {
    cursor: pointer;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap!important;
}
