/*
=============================================
=====||   Offer Section Start Here    ||=====
============================================
*/

.swiper.leftSwiper {
    border-radius: var(--radius-xxl);
    box-shadow: var(--n-shadow-2);
}


.swiper.right-slider {
    border-radius: var(--radius-xl);
}

.offer-section .offer-wrapper {
    display: grid;
    grid-template-columns: 36.67% 36.67% 23.2%;
    gap: 24px;
    height: 480px;
}

.offer-wrapper .left-offers,
.offer-wrapper .right-offers {
    height: 480px;
    box-shadow: var(--n-shadow-all-1);
    width: 100%;
    border-radius: var(--radius-xl);
    background-color: black;
    position: relative;
}

.offer-wrapper .middle-offers .top,
.offer-wrapper .middle-offers .bottom {
    box-shadow: var(--n-shadow-all-2);
    border-radius: var(--radius-xl);
    overflow: hidden;
    height: 228px;
    float: 1;
    position: relative;
}

/* offer-item */
.offer-wrapper .offer-item {
    border-radius: var(--radius-xxl);
    position: relative;
    background-color: var(--my-bg-dark);
    height: 480px;
    width: 100%;
    display: block;
    border-radius: var(--radius-xl);
}

.offer-wrapper .offer-item .offer-img {
    height: 100%;
    width: 100%;
    border-radius: var(--radius-xxl);
}

.offer-wrapper .offer-item .offer-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: var(--radius-xxl);
    inset: 0;
}

/* left bottom content */
.offer-wrapper .offer-item .bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px;
    padding-top: 42px;
    background: #12121280;
    background: linear-gradient(to top, #1212128d 0%, #12121272 40%, #12121200 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.offer-wrapper .offer-item .bottom-content .rating .left {
    color: var(--my-rating);
}

.offer-wrapper .offer-item .bottom-content .rating {
    color: #939AA9;
    line-height: var(--line-height-sm);
}

/* price */
.offer-wrapper .offer-item .bottom-content .price .new-price {
    color: var(--my-white);
    font-size: var(--fs-md);
    line-height: var(--line-height-md);
    font-weight: 600;
}

.offer-wrapper .offer-item .bottom-content .price .old-price {
    color: var(--my-red);
    font-size: var(--fs-low);
    line-height: var(--line-height-xs);
    text-decoration: line-through;
}


/* Middle OFFER */
.offer-wrapper .middle-offers .offer-item img {
    height: unset;
    min-height: 50%;
}

.offer-wrapper .middle-offers .offer-item {
    overflow: hidden;
    position: relative;
}

.offer-wrapper .middle-offers .offer-item .offer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: 31;
}


/* Midlle and right */
.offer-wrapper .middle-offers .offer-item .offer-ribbon,
.offer-wrapper .right-offers .offer-item .offer-ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 3;
    background-color: var(--my-secondary-color);
    line-height: var(--line-height-lg);
    font-size: var(--fs-low);
    color: var(--my-white);
    padding: 2px 8px;
}

/* book button */
.offer-wrapper .middle-offers .offer-item .book,
.offer-wrapper .right-offers .offer-item .book {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 12;
    font-size: var(--fs-sm);
}



.offer-wrapper .right-offers .slider-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    gap: 8px;
}

.right-offers .slider-controls button,
.right-offers .right-slider-arrows button {
    height: 28px;
    width: 28px;
    border-radius: 6px;
}

.offer-wrapper .right-offers img {
    object-fit: contain;
}

.Left-offers {
    position: relative;
    /* must */
}


.offer-wrapper .slider-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
    gap: 12px;
    z-index: 3;
}

/* top overlay */
.offer-wrapper .offer-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, #12121293, #12121266, #12121200);
    z-index: 2;
    border-radius: var(--radius-xl);
}


.offer-wrapper .offer-item .right-slider-arrows button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--my-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--my-border-gray);
}

.offer-wrapper .slider-nav button:hover {
    background-color: var(--my-white);
    border-color: var(--my-border-gray);
}

.offer-item .offer-content .my-btn,
.offer-item .bottom-content .my-btn {
    padding: 11px 42px;
}



/*
======================================
=====||   Recent View Start Here    ||=====
======================================
*/


.best-deal-area .best-deal-slider {
    width: 100%;
}






/*
======================================
=====||   Top Trending Start Here    ||=====
======================================
*/
.top-trending-destinations .left {
    max-width: 800px;
}

.top-trending-destinations .section-sub-title {
    color: var(--my-text-primary);
}


/* Body */
.top-trending-dest-body {
    width: calc(100% - 48px);
    display: grid;
    grid-template-columns: 25.43% 34.81% 39.76%;
    gap: 24px;
}

.top-trending-dest-body .left,
.top-trending-dest-body .middle,
.top-trending-dest-body .right {
    height: 468px;
    width: 100%;
    margin-top: 60px;
}

.top-trending-dest-body .dest-item {
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.top-trending-dest-body .left .dest-item {
    height: 100%;
}

/* image wrap */
.top-trending-dest-body .dest-item .img-wrap {
    width: 100%;
    height: 100%;
}

.top-trending-dest-body .dest-item .img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.top-trending-dest-body .dest-item .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 8px;
    font-size: var(--fs-sm);
    color: var(--my-white);
    background-color: var(--my-secondary-color);
    z-index: 3;
    font-weight: 600;
    animation: offerMove 2.6s ease-in-out infinite alternate;
    border-radius: 0 0 0px 6px;
    z-index: 12;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 8px;
    font-size: var(--fs-sm);
    color: var(--my-white);
    background-color: var(--my-secondary-color);
    z-index: 3;
    font-weight: 600;
    animation: offerMove 2.6s ease-in-out infinite alternate;
    border-radius: 0 0 0px 6px;
    z-index: 12;
}

.popular-tour-area .ribbon {
    padding: 4px 8px;
    padding-top: 6px;
    line-height: 1.6;
}


@keyframes offerMove {
    0% {
        transform: translateY(-30px);
    }

    70% {
        transform: translateY(0);
    }

    /* reaches bottom early */
    100% {
        transform: translateY(0);
    }

}


/* bottom content */
.top-trending-dest-body .dest-item .bottom-content,
.top-trending-dest-body .dest-item .top-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 12px 16px;
    padding-top: 24px;
    background: linear-gradient(to top, #0000009c, #0000006a, #00000000);
    transition: .3s ease;
    z-index: 5;
}

.top-trending-dest-body .dest-item .top-content {
    top: 0;
    bottom: unset;
    background: linear-gradient(to bottom, #0000009c, #0000006a, #00000000);
}

.top-trending-dest-body .dest-item .bottom-content .name,
.top-trending-dest-body .dest-item .top-content .name {
    color: var(--my-white);
    font-size: var(--fs-3xl);
}

.top-trending-dest-body .dest-item .bottom-content .total-tour,
.top-trending-dest-body .dest-item .top-content .total-tour {
    margin-top: 8px;
    color: var(--my-white);
}


.top-trending-dest-body .dest-item .bottom-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000000a4, #00000057, #00000000);
    opacity: 0;
    transition: .2s ease;
    pointer-events: none;
}


/* when hover */
.top-trending-dest-body .dest-item:hover .bottom-content::after {
    opacity: 1;
    z-index: -1;
}

.top-trending-dest-body .dest-item:hover .bottom-content {
    z-index: 4;
}


/* Middle Items */
.top-trending-dest-body .middle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-trending-dest-body .middle .middle-top,
.top-trending-dest-body .middle .middle-bottom {
    width: 100%;
    height: 234px;
}



/* right */
.top-trending-dest-body .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.top-trending-dest-body .right .right-top {
    height: 270px;
}

.top-trending-dest-body .right .right-bottom {
    height: 177px;
}

.top-trending-dest-body .right .right-top .bottom-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.top-trending-dest-body .right .right-top .bottom-content .my-btn {
    font-size: var(--fs-sm);
}

.top-trending-dest .section-btn-wrapper {
    margin-top: 28px;
}






/*
======================================
=====||   Popular Tour Start Here    ||=====
======================================
*/
.popular-tour .head {
    max-width: 600px;
}

.popular-tour .head .section-sub-title {
    color: var(--my-text-primary);
}







/* Tour category */
.tour-category-body {
    display: flex;
    gap: 24px;
}

.tour-category-body .left-item,
.tour-category-body .right-items {
    width: 50%;
}


.tour-category-body .category-item {
    position: relative;
    border-radius: var(--radius-xxl);
    transition: .3s ease;
}

.bottom-items .category-item .my-cart-btn {
    border-radius: 6px;
}

.tour-category-body .category-item:hover {
    transform: translateY(-8px);
}

.tour-category-body .left-item {
    position: relative;
    height: 680px;
}

.tour-category-body .category-item .img-wrap {
    height: 100%;
}

.tour-category-body .category-item .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-xxl);
}

.tour-category-body .category-item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 24px;
    background-color: var(--my-white);
    border-radius: var(--radius-xl);
    width: 100%;
    /* border: 5px solid var(--my-border-secondary); */
    box-shadow: var(--n-shadow-2);
}



.tour-category-body .category-item .category-name {
    font-size: var(--fs-3xl);
    font-weight: 700;
    color: var(--my-secondary-color);
    line-height: var(--line-height-xxl);
}

.tour-category-body .category-item .desc {
    font-size: var(--fs-sm);
    line-height: var(--line-height-md);
    color: var(--primary-80);
    width: 338px;
    font-weight: 600;
}

.tour-category-body .category-item .item-content .my-btn {
    flex: 1;
}


/* right items */
.tour-category-body .right-items .top .category-item {
    height: 328px;
}

.tour-category-body .right-items .top .category-item img {
    object-position: top;
}

.tour-category-body .right-items .item-content {
    padding: 12px 28px 24px 24px;
}

.tour-category-body .right-items .category-item .category-name {
    font-size: var(--fs-xl);
}

.tour-category-body .right-items .category-item .desc {
    font-size: var(--fs-xs);
    line-height: 19px;
}


/* bottom */
.tour-category-body .right-items .bottom-items {
    padding-top: 24px;
}

.tour-category-body .right-items .bottom-items .swiper {
    border-radius: var(--radius-xxl);
    overflow: hidden;
}

.tour-category-body .right-items .bottom-items .right-slider-arrows {
    width: 96%;
}

.tour-category-body .swiper .right-slider-arrows .next,
.tour-category-body .swiper.other-common-slider .right-slider-arrows .next {
    left: unset;
    right: -18px;
}

.tour-category-body .right-items .bottom-items .category-item {
    height: 328px;
}

.tour-category-body .right-items .bottom-items .item-content .category-name {
    font-size: var(--fs-md);
}

.tour-category-body .right-items .bottom-items .item-content {
    padding: 0px 20px 12px 20px;
}

.tour-category-body .right-items .bottom-items .item-content .desc {
    font-size: var(--fs-low);
    width: 138px;
    line-height: 1.5;
}

.tour-category-body .right-items .bottom-items .item-content .my-btn {
    font-size: var(--fs-xs);
    padding: 6px;
}



.tour-category-body .right-items .bottom-items .category-item .item-content {
    box-shadow: unset;
    border-radius: var(--radius-xxl);
    border: 5px solid var(--my-white-off);
}

.popular-tour-cart img {
    transition: .26s ease;
}

.popular-tour-cart:hover img {
    transform: scale(1.032);
}






/*
=================================================
=====||   Trip Plan Section Start Here    ||=====
=================================================
*/
.trip-plan {
    margin-top: -60px;
}

.trip-plan .plan-items-wrapper {
    margin-top: -60px;
}

.trip-plan-area .section-sub-title {
    max-width: 586px;
}


.trip-plan-area .head .left {
    max-width: 658px;
}

.trip-plan-area .head .right {
    position: relative;
}

.trip-plan-area .head .img-area {
    position: relative;
}



.trip-plan-area .right .img-wrapper {
    position: relative;
    width: 100%;
}

.trip-plan-area .right .img-wrapper img {
    width: 100%;
}


.trip-plan-area .img-btn {
    position: relative;
    z-index: 1;
    height: 128px;
}

.trip-plan-area .btn-wrap {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.trip-plan-area .btn-wrap .my-btn {
    text-wrap: nowrap;
}


.plan-items-wrapper {
    display: flex;
    gap: 24px;
}

.plan-items-wrapper .left-side,
.plan-items-wrapper .right-side {
    width: 50%;
}


.left-side .tripSlider .right-slider-arrows .prev {
    left: 3%;
}

.left-side .tripSlider .right-slider-arrows .next {
    right: -3%;
}

.trip-plan .right-slider-arrows,
.trip-plan .right-slider-arrows {
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/*
=====  Trip plan single item =====
*/
.plan-items-wrapper .item {
    position: relative;
    border-radius: var(--radius-xxl);
    overflow: hidden;
}



.plan-items-wrapper .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    top: unset;
    height: 56%;
    background: linear-gradient(to top,
            rgba(14, 14, 14, 0.5),
            rgba(14, 14, 14, 0.4) 35%,
            rgba(14, 14, 14, 0.3) 70%,
            rgba(14, 14, 14, 0.01)100%);
}

.plan-items-wrapper .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plan-items-wrapper .item .item-content {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plan-items-wrapper .left-side .item .item-content {
    padding: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.plan-items-wrapper .item .best-seller {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 16px;
    padding: 6px 16px;
    background-color: var(--my-secondary-color);
    color: var(--my-white);
    border-radius: 10px 2px 10px 2px;
    font-size: var(--fs-xs);
    text-align: center;
    font-weight: 700;
}

.plan-items-wrapper .left-side {
    border-radius: var(--radius-xxl);
    overflow: hidden;
}

.plan-items-wrapper .left-side .item .item-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.plan-items-wrapper .left-side .item .item-content .title {
    text-align: center;
    width: 100%;
}

.plan-items-wrapper .item .content .tag {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 30px;
    width: 30px;
    border-radius: var(--radius-round);
    background-color: var(--my-white);
}


.plan-items-wrapper .item .title {
    line-height: var(--line-height-xl);
    color: var(--my-white);
    font-size: var(--fs-xxl);
}

.plan-items-wrapper .left-side .item .title {
    font-size: 48px;
    line-height: var(--line-height-3xl);
    margin-bottom: 36px;
}

.plan-items-wrapper .left-side .my-btn {
    padding: 14px 20px;
}

.plan-items-wrapper .item .desc {
    color: var(--my-white);
    font-size: var(--fs-xs);
}




.plan-items-wrapper .item .content .my-btn {
    padding: 10px 16px;
    border-radius: var(--radius-md);
}

.plan-items-wrapper .item {
    transition: transform 0.3s ease;
}

.plan-items-wrapper .item:hover {
    animation: sway 0.4s ease-in-out;
}

.plan-items-wrapper .item .bottom {
    line-height: var(--line-height-md);
    color: var(--my-white);
}

.plan-items-wrapper .left-side .item {
    height: 486px;
    width: 100%;
}

.plan-items-wrapper .right .tag {
    display: none;
}




.trip-plan .btns-wrap {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trip-plan .btns-wrap .my-btn {
    border-radius: 40px;
    font-size: var(--fs-md);
    padding: 12px 18px;
}

.trip-plan .btns-wrap .my-btn .content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.trip-plan .item .bottom {
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.trip-plan .left .item .bottom {
    align-items: center;
    gap: 8px;
    flex-direction: row;
}

.trip-plan.section-main {
    padding-bottom: 0px;
}

.trip-plan .swiper {
    padding-bottom: 0px;
    position: relative;
}






.swiper.other-common-slider .right-slider-arrows,
.swiper .right-slider-arrows {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -45%);
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}


/* .plan-items-wrapper right top bottom */
.plan-items-wrapper .right-left .item {
    height: 232px;
}





/*
===========================================
=====||   Fa1 Section Start Here    ||=====
===========================================
*/
.faq-wrapper.section-main {
    padding-bottom: 0px;
    background-color: var(--my-bg-secondary);
    padding: 60px 0;
}

.faq-wrapper .head {
    max-width: 504px;
    margin: 0 auto;
    text-align: center;
}

.faq-wrapper .head .section-title {
    line-height: var(--line-height-sm);
}

.faq-wrapper .faq-head-desc {
    font-size: var(--fs-lg);
    color: #535862;
}

.faq-wrapper .faq-area {
    max-width: 800px;
    margin: 0 auto;
}

.faq-area .faq-item .head {
    align-items: flex-start;
    justify-content: flex-start;
}


.faq-wrapper .head {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
}

.faq-wrapper .head h5 {
    font-size: var(--fs-xl);
    font-weight: 600;
}

.faq-wrapper .head i {
    font-size: 22px;
}

.faq-wrapper .faq-items .faq-item {
    max-width: 768px;
    padding: 12px;
    border-radius: var(--radius-xl);
    transition: .2s ease;
    background-color: var(--my-white);
    /* border: 1px solid var(--my-white-off); */
    /* box-shadow: var(--n-shadow-1); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.faq-wrapper .faq-items .faq-item:hover,
.faq-area .faq-item.active {
    background-color: #FC5A3126;
}








/*
================================================
=====||   Subcribe Section Start Here    ||=====
================================================
*/
.subcribe-sec .subcribe-area {
    background-color: var(--my-primary-color);
    border-radius: var(--radius-3xl);
    overflow: hidden;
}

.subcribe-sec .section-title,
.subcribe-sec .section-sub-title {
    color: var(--my-white);
}

.subcribe-form .subcribe-btn {
    background-color: var(--my-bg-yellow);
    align-items: stretch;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    width: fit-content;
}

.subcribe-form .subcribe-btn:hover {
    background-color: var(--my-text-rating);
}

/*
================||   Subcribe Left Side  ||================
*/
.subcribe-sec .left-side {
    padding: 155px 60px;
}

.subcribe-sec .left-side form input {
    border: none;
    padding: 16px;
    border-radius: var(--radius-md);
    max-width: 345px;
}

.subcribe-sec .left-side form input:focus {
    box-shadow: none;
}


/*
================||   Subcribe Right Side  ||================
*/
.subcribe-sec .right-side {
    position: relative;
}

/*==========  Notificaion  ===========*/
.subcribe-sec .right-side .notificaion {
    max-width: 320px;
    width: 320px;
    position: relative;
    z-index: 3;
    margin-top: 116px;
    margin-bottom: 40px;
}

.notificaion li:nth-child(3),
.notificaion li:nth-child(4) {
    opacity: .7;
}

.subcribe-sec .right-side .img-wrapper {
    height: 510px;
    position: absolute;
    top: 30px;
    left: 110px;
    right: 0;
    z-index: 2;
}

.subcribe-sec .right-side .img-wrapper img {
    height: 615px;
    width: 100%;
    object-fit: cover;
}

.subcribe-sec .my-secondary-btn:hover {
    background-color: var(--my-warring);
}







/*
===============================================
=====||   Responsive 1024 Start Here    ||=====
===============================================
*/
@media (max-width: 1280px) {
    .popular-tour-cart .item-content {
        padding: 0px 12px 30px 12px;
    }

    .offer-section .offer-wrapper {
        display: grid;
        grid-template-columns: repeat(1fr, 3);
        gap: 16px;
    }

    .offer-wrapper .middle-offers .offer-item .book,
    .offer-wrapper .right-offers .offer-item .book {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 12;
        font-size: var(--fs-xs);
    }

    .offer-wrapper .offer-item .bottom-content .my-btn {
        padding: 8px 12px;
        font-size: var(--fs-sm);
    }

    .offer-wrapper .offer-item .bottom-content {
        flex-wrap: wrap;
        gap: 16px;
        padding: 12px;
    }

    .offer-wrapper .slider-nav {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 12;
        z-index: 3;
    }

    .top-trending-dest-body {
        width: calc(100% - 48px);
        display: grid;
        grid-template-columns: 25.43% 34.81% 39.76%;
        gap: 20px;
    }

    .search-group.active {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding-left: 32px;
        padding-right: 32px;
    }


    .faq-wrapper .head h5 {
        font-size: var(--fs-xl);
        font-weight: 600;
    }


}

@media (max-width: 1080px) {
    .g-hero {
        margin-top: 16px;
    }

    /* .section-main {
        padding: 40px 0;
    } */

    /*
    ================||   Achivements Section Start Here  ||================
    */
    .our-achivements .items {
        padding: 0px 0px;
    }

    /*
    ================||   Subcribe Section Start Here  ||================
    */
    .subcribe-sec .left-side {
        padding: 96px 16px 16px 0px;
        height: 500px;
    }

    .subcribe-sec .right-side {
        margin-top: -50px;
    }

    .subcribe-sec .right-side .img-wrapper {
        height: unset;
        top: -64px;
        left: 0;
    }

    .subcribe-sec .subcribe-area {
        height: 1000px;
    }

    .subcribe-sec .right-side .img-wrapper img {
        height: unset;
        width: 100%;
    }

    .subcribe-sec .right-side .notificaion {
        display: none;
    }


    .our-achivements .mobile-bg {
        margin-top: -100px;
    }




    /*========== trip plan section ========*/
    .trip-plan-area .head .left {
        max-width: 50%;
    }

    .plan-items-wrapper {
        grid-template-columns: calc(60% - 8px) calc(40% - 8px);
        grid-template-columns: 100%;
        gap: 16px;
    }

    .plan-items-wrapper .right {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .plan-items-wrapper .right .item:nth-child(n+2) {
        grid-column: span 1;
    }





    .trip-plan-area .right .create-trip-btn {
        font-size: var(--fs-lg);
    }

    .plan-items-wrapper {
        margin-top: 80px;
    }

    .all-offer-text {
        font-size: var(--fs-sm);
    }

    .trip-plan .plan-items-wrapper {
        margin-top: -6px;
    }

    .tour-category-body .category-item .item-content .my-btn {
        flex: 1 1 0;
    }

    .tour-category-body .category-item .desc {
        font-size: var(--fs-sm);
        line-height: var(--line-height-md);
        color: var(--primary-80);
        width: fit-content;
        font-weight: 600;
    }

    .tour-category-body .right-items .bottom-items .item-content .desc {
        font-size: 8px;
        width: fit-content;
    }
}



/*
================================================
=====||   Responsive 769px Start Here    ||=====
================================================
*/
@media (max-width: 768px) {

    header {
        border-bottom: none;
    }


    .tour-category {
        padding: 32px 0;
    }

    /* .section-main {
        padding: 32px 0;
    } */



    .search-input input {
        padding: 10px 12px;
        border-radius: 28px;
        background-color: var(--my-white);
    }

    .search-input svg,
    .search-input i,
    .search-input span {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-60%);
        color: var(--my-secondary-color);
        width: 20px;
    }




    /* recently view */
    .recent-view.section-main,
    .best-deal.section-main {
        /* padding: 16px 0; */
    }

    .recent-view.section-main {
        padding-bottom: 0;
    }



    /*==========  offer section  ==========*/
    .offer-section {
        height: 403px;
        position: relative;
        background-color: var(--section-bg);
    }




    /* .m-offers.offer-wrapper .swiper {
        height: 100%;
    } */

    .m-offers.offer-wrapper {
        display: block;
    }


    .m-offers.offer-wrapper .offer-item {
        border-radius: var(--radius-xxl);
        height: 340px;
        margin-top: 22px;
        overflow: hidden;
    }

    .m-offer-wraper.Left-offers {
        padding: 0px 7%;
    }

    .m-offers.offer-wrapper .offer-item .rating {
        font-size: var(--fs-low);
        gap: 2px;
    }

    .m-offers.offer-wrapper .offer-item .rating-text {
        font-size: var(--fs-low);
    }

    .m-offers.offer-wrapper .offer-item .bottom-content {
        padding: 12px;
        background: linear-gradient(to top, #1212128d 10%, #12121272 55%, #12121200 100%);
    }

    .m-offers.offer-wrapper .offer-item .my-btn {
        font-size: var(--fs-xs);
        padding: 10px 10px;
    }

    .offer-wrapper .offer-item .bottom-content .price .new-price {
        color: var(--my-white);
        font-size: var(--fs-sm);
    }

    .m-offer-pagination {
        bottom: -2px !important;
    }

    .m-leftSwiper {
        padding-bottom: 24px;
    }



    .m-offer-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #CBCBCB;
        opacity: 1;
    }

    .m-offer-pagination .swiper-pagination-bullet-active {
        background: var(--my-secondary-color);
        width: 16px;
        border-radius: 10px;
    }

    .offer-wrapper .banner-img {
        width: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 50px;
        border-radius: var(--radius-xxl);
        height: 280px;
    }

    .offer-wrapper .banner-img img {
        height: 100%;
        border-radius: var(--radius-xxl);
    }







    /*===========  Faq Section  ===========*/
    .faq-wrapper.section-main {
        padding: 16px 0;
        padding-bottom: 32px;
    }

    .faq-wrapper .section-title {
        font-size: var(--fs-xl);
    }

    .faq-wrapper .faq-head-desc {
        font-size: var(--fs-sm);
        margin-top: 12px;
    }

    .faq-items {
        gap: 12px;
    }

    .faq-wrapper .faq-items .faq-item {
        max-width: 768px;
        padding: 0px 16px;
        border-radius: var(--radius-md);
        box-shadow: var(--n-shadow-1);
    }

    .faq-wrapper .faq-items .faq-item.active {
        padding: 12px 16px;
    }

    .faq-wrapper .faq-item .head h5 {
        font-size: var(--fs-sm);
        font-weight: 500;
        text-align: left;
        width: 100%;
    }

    .faq-area .faq-item.active .head h5 {
        font-weight: 600;
        font-size: var(--fs-md);
    }
    .faq-area .faq-item .head {
        flex-direction: row-reverse;
        padding: 4px;
        padding-top: 8px;
        padding-left: 0;
        justify-content: space-between;
        text-align: left;
    }
    .faq-area .faq-item .head .icon {
        font-size: var(--fs-xxl);
    }

    .faq-area .faq-item.active .head .icon i {
        color: var(--my-red);
    }

    .faq-items .faq-item .content {
        padding-left: 0;
    }

    .faq-items .faq-item .content p {
        font-size: var(--fs-xs);
    }

    /*===============  Subcirbe Section  ===================*/
    .subcribe-form {
        align-items: flex-start;
    }

    .subcribe-sec .right-side .img-wrapper {
        height: unset;
        top: 9px;
        left: 0;
    }

    .subcribe-area .left-side .desc {
        font-size: var(--fs-sm);
        font-weight: var(--fw-400);
    }

    .subcribe-sec .right-side .img-wrapper img {
        height: 450px;
        width: 100%;
        border-radius: 12px;
    }

    .subcribe-sec .right-side {
        margin-top: 32px;
    }

    .subcribe-sec .subcribe-area {
        height: auto;
        border-radius: 12px;
        padding: 16px;
    }

    .subcribe-sec .left-side {
        padding: 0px;
        padding-top: 16px;
        height: auto;
    }

    .subcribe-sec .left-side .section-title {
        font-size: 24px !important;
        line-height: 32px !important;
        max-width: 280px;
    }

    .subcribe-sec .left-side .section-sub-title {
        font-size: 16px !important;
        line-height: 20px !important;
        max-width: 240px;
    }

    .offer-ribbon {
        display: none;
    }


    /*===============  Trip Plan  ===================*/
    .m-trip-plan {
        background-color: #f5f5f5;
        padding: 32px 0;
        padding-top: 16px;
    }

    .m-trip-plan .plan-create-btn {
        height: 114px;
        position: relative;
        display: flex;
        z-index: 1;
    }


    .m-trip-plan .plan-create-btn img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        max-width: 80%;
    }

    .m-trip-plan .plan-create-btn .btns {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;

    }

    .m-trip-plan .head .section-title {
        max-width: 280px;
        line-height: var(--line-height-xl);
    }

    .m-trip-plan .m-create-trip-plan-btn {
        background-color: var(--my-primary-color);
        padding: 6px 14px;
        font-size: var(--fs-xs);
        font-weight: 600;
        border-radius: var(--radius-pill);
        color: var(--my-white);
    }

    .m-trip-plan .m-create-trip-plan-btn .content {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 24px;
    }

    .m-trip-plan .items .item {
        border-radius: 12px;
        background-color: var(--my-white);
        overflow: hidden;
    }

    .m-trip-plan .items .item img {
        width: 100%;
        aspect-ratio: 16 / 12;
        object-fit: cover;
    }


    .m-trip-plan .items .item .content {
        padding: 8px;
        padding-bottom: 10px;
    }

    .m-trip-plan .items .item .title {
        font-size: var(--fs-sm);
        color: var(--my-text-primary);
        line-height: 100%;
        margin-top: 4px;
    }

    .m-trip-plan .items .item .desc {
        color: var(--m-gray);
        font-size: var(--fs-xs);
    }

    /* Item button */
    .m-trip-plan .items .item .my-btn {
        background-color: var(--my-primary-color);
        font-size: var(--fs-xs);
        line-height: var(--fs-sm);
        border-radius: var(--radius-pill);
        width: 100%;
        text-align: center;
        padding: 8px 12px;
        font-weight: 600;
    }

    .m-trip-plan .items .item .my-btn .content {
        padding: 0;
    }


    .m-trip-plan .section-title {
        font-size: var(--fs-xxl);
    }

    .m-trip-plan .section-sub-title {
        font-size: var(--fs-sm);
    }



    /* Top Tour Categories */
    .tour-category {
        background-color: var(--section-bg);
        margin-bottom: 0;
    }

    .m-tour-category .head .left {
        width: 194px;
    }

    .m-tour-category .head .search-input {
        flex: 1;
    }


    .popular-tour-cart.top-category-cart .item-content .left {
        flex: 1;
    }

    .popular-tour-cart.top-category-cart .item-content {
        padding: 0px 8px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

    .popular-tour-cart.top-category-cart .item-content .right {
        display: flex;
        flex: 0;
    }



    .top-category-cart .item-content .right .cart-btn {
        padding: 8px 12px;
        font-size: var(--fs-xs);
    }

    .top-category-cart .item-content .name {
        font-size: var(--fs-md);
        line-height: var(--line-height-xs);
    }

    .top-category-cart .item-content .desc {
        font-size: var(--fs-xs);
        color: var(--m-gray)
    }

    .top-category-cart {
        padding: 8px;
        position: relative;
    }

    .top-category-cart .img-wrap img {
        border-radius: var(--radius-xl);
    }


    /* Popular Tour */
    .m-popular-tour .popular-tour-cart {
        padding: 6px;
        border-radius: var(--radius-lg);
        position: relative;
    }

    .m-popular-tour .popular-tour-cart img {
        border-radius: var(--radius-md);
    }

    .m-popular-tour .popular-tour-cart .item-content {
        padding: 8px 0px;
        margin-top: 8px;
        padding: 0px 0 4px 4px;
    }

    .m-popular-tour .popular-tour-cart .item-content .name {
        font-size: var(--fs-sm);
    }

    .m-popular-tour .popular-tour-cart .cart-btn {
        font-size: var(--fs-low);
        padding: 6px 8px;
        border-radius: 6px !important;
    }

    .m-popular-tour .popular-tour-cart .item-content .total-tour {
        font-size: var(--fs-xs);
    }

    .popular-tour-cart .item-content .right {
        display: flex;
        padding-right: 4px;
        flex: unset;
    }

    .popular-tour-cart .cart-tag-left {
        left: 8px;
        top: 8px;
    }

    .popular-tour-cart .item-content .activities {
        font-size: var(--fs-low);
        color: var(--m-gray);
    }

    .m-popular-tour .section-title {
        font-size: var(--fs-md);
    }

    .m-popular-tour .head-desc {
        font-size: var(--fs-xs);
    }


    /* hot dest */
    .hot-destination .head .left {
        max-width: 190px;
    }

    .hot-destination .hot-dest-cart .content {
        padding-left: 12px;
        padding-bottom: 12px;
    }

    .hot-dest-cart .title {
        font-size: var(--fs-sm);
        line-height: 100%;
    }

    .hot-dest-cart .sub-title {
        font-size: var(--fs-xs);
    }

    .hot-destination .section-title {
        font-size: var(--fs-lg);
    }

    .hot-dest-cart .search-input svg,
    .search-input i,
    .search-input span {
        top: 49%;
    }

    .hot-dest-cart {
        height: 180px;
    }

    .search-input input svg {
        top: 144%;
    }



    .best-deal.section-main {
        padding-bottom: 0px;
    }

    .tab-contents {
        margin-top: 16px;
    }

    .best-deal-area .best-deal-slider {
        width: 100%;
    }


    .popular-tour-cart .img-wrap img {
        border-radius: var(--radius-md);
        width: 100%;
        height: 120px;
    }

    .m-tour-category .popular-tour-cart img {
        height: 250px;
    }
}