@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
    /* Fonts */
    --heading-font: "Playfair Display", serif;
    --body-font:  "Ubuntu", sans-serif;



    /* Color */
    --primary:  #FFCD00;
    --black: #161C2D;
    --white: #fff;
    --defult: #2E3136;

}

body {
    font-family: var(--body-font);
    color: var(--black);
    background-color: #fff;
}

h1,
h2,
h3 {
    font-family: var(--heading-font);
    font-weight: 700;
}
p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #423B4F;
    font-family: var(--body-font);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 300ms ease-in all;
    color: var(--primary);
    text-decoration: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                    BOOTSTRAP
::::::::::::::::::::::::::::::::::::::::::::: */



.btn {
    text-transform: uppercase;
    font-weight: 500;
}

@media(min-width:575px) {
    .btn:not(.btn-lg) {
        font-size: 1.125rem;
        padding: 12px 28px;
        border-radius: 10px;
    }
}

.btn-lg {
    padding-left: 1.75em;
    padding-right: 1.75em;
}




/*.input-group-lg>.btn,*/
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    font-size: 0.75em;
    font-family: var(--body-font);
}
input.form-control{
    border: 1px solid #0000001A;
    padding: 6px 12px;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    background-color: #fff !important;
    color: #242E27;
    font-family: var(--body-font);
}
input.form-control.error-class {
    border-color: red;
}
input.form-control::placeholder{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;

}
textarea.form-control{
    border: 1px solid #0000001A;
    padding: 6px 12px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    background-color: #fff !important;
    color: #242E27;
    font-family: var(--body-font);
}
textarea.form-control::placeholder{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
}
select.form-select{
    border: 1px solid #0000001A;
    padding: 6px 12px;
    height: 44px;
    border-radius: 0;
    background-color: #fff;
    color: #242E27;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
}
select.form-select option{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
}
.form-control:focus{
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}
.form-check{
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-check-input{
    width: 16px !important;
    height: 16px !important;
    margin-top: 0;
    border: 1px solid #0000001A;
}
.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);;
}

.input-group-with-icon{
    position: relative;
}

.input-group-icon-1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: flex;
    align-items: center;
}
.input-group-icon-2{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    display: flex;
    align-items: center;
}
.input-group-with-icon i{
    font-size: 22px;
    color: var(--primary);
}
.input-group-with-box{
    display: flex;
    gap: 15px
}
.input-group-with-box input{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 20px;
    text-align: center;

}
.form-check-inline{
    display: inline-block !important;
}
 form label{
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

}
input.form-control[type="date"]{
    color: #969696;
}
.relative {
    position: relative;
}

.max-720 {
    max-width: 720px;
}

.max-790 {
    max-width: 790px;
}

.shadow-md {
  box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.075) !important;
}
.defult-font{font-family: var(--defult-font);}
.bold-text p{
    font-weight: 700 !important;
}
.sec-title{
    margin-bottom: 60px;
}
.sec-title h2{
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 12px;
}
.sec-title p{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #201C26;
    margin-bottom: 0;
}

.primary-btn{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #201C26;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: var(--primary);
    text-transform: capitalize;
    border: 1px solid var(--primary);
}
.primary-btn:hover{
    color: #fff !important;
    background-color: #C9AA23 !important;
    border-color: #C9AA23 !important;
}

.container-custom{
    max-width: 1400px;
    padding: 0 24px;
}
.container-custom.sm{
    max-width: 1200px;
}
.cs_row{
    display: flex;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                    COMMON
::::::::::::::::::::::::::::::::::::::::::::: */






/* :::::::::::::::::::::::::::::::::::::::::::::
                BANNER-START
::::::::::::::::::::::::::::::::::::::::::::: */

.banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin: 16px 10px 40px 10px;
    border-radius: 20px;
    position: relative;
}
.banner-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -188px;
}
.banner-content-text{
    backdrop-filter: blur(42px);
    padding: 40px;
    border: 3px solid var(--primary);
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 20px;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 0;
}
.banner-content h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 39.99px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin: 24px 0 40px;

}
.banner-content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.banner-content ul h4{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}
.banner-content ul h4 span{
    display: block;
    padding-right: 10px;
}
.banner-content ul h5{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}
.banner-content ul h5 span{
    display: block;
    padding-right: 10px;
}
.banner-bottom{
    text-align: center;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                BANNER-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                GOING-START
::::::::::::::::::::::::::::::::::::::::::::: */
.going{
    padding: 100px 0;
}
.going-slider .slick-track{
    height: 500px;
}
.going-slider{
    margin-top: 60px;
}
.going-slider .image{
    margin: 0 12px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    transition: 300ms ease-in all;
}
.going-slider .image.slick-current.slick-center{
    height: 400px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 40px 40px 8px #00000029;
}
.going-slider .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev,.slick-next{
    background-color: transparent  !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    z-index: 10 !important;
    top: unset !important;
    bottom: 130px !important;
    color: #33363F;
    border: 1px solid var(--primary) !important;
    transition: 300ms ease-in all !important;
}
.slick-prev:hover, .slick-next:hover{
    background-color: var(--primary);
}
.going-slider  .slick-prev{
    left: 30px;
}
.going-slider  .slick-next{
    right: 30px;
}
.slick-prev::before{
    content: "\ea4d" !important;
    font-family: boxicons !important;
    color: #33363F !important;
}
.slick-next::before{
    content: "\ea50" !important;
    font-family: boxicons !important;
    color: #33363F !important;
}

@media (max-width: 771px) {
    .slick-prev, .slick-next {
        width: 36px !important;
        height: 36px !important;
    }
}



/* :::::::::::::::::::::::::::::::::::::::::::::
                GOING-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                GOING-DAY-START
::::::::::::::::::::::::::::::::::::::::::::: */


.going-days{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.going-days .sec-title p{
    color: #C9AA23;
}
.going-days-content{
    max-width: 928px;
}
.going-days-content ul{
    padding-left: 0;
    list-style: none;
}
.going-days-content ul li{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 40px;
}
.going-days-content ul li span{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C9AA23;
}
.going-days-content ul li p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 8px;
    color: var(--primary);
    margin-bottom: 0;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                GOING-DAY-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                ADVENTURE-START
::::::::::::::::::::::::::::::::::::::::::::: */

.adventure{
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
.adventure::before{
    content: "";
    background-image: url(../images/bg-frame-1.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 200px;
    z-index: -2;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.adventure::after{
    content: "";
    background-image: url(../images/bg-frame-2.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.adventure .sec-title{
    text-align: center;
}
.adventure-accordion .accordion-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    border: none;
    background-color: transparent;
    padding: 40px 0;
}
.adventure-accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.adventure-accordion .accordion-item .image{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 66%;
    border-radius: 16px;
    overflow: hidden;
}
.adventure-accordion .accordion-item:nth-child(even) .image{
    right: 0;
}
.adventure-accordion .accordion-item:nth-child(odd) .image{
    left: 0;
}
.adventure-accordion .accordion-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adventure-accordion .accordion-item .text{
    width: 66%;
    border-radius: 20px;
    overflow: hidden;
}

.adventure-accordion .accordion-item:nth-child(even) .text{
    margin-right: auto;
}
.adventure-accordion .accordion-item:nth-child(odd) .text{
    margin-left: auto;
}
.adventure-accordion .accordion-button.collapsed{
    background-color: #FFFFFF99;
    border-radius: 20px !important;
    border-bottom: 4px solid var(--primary);
    border-color: var(--primary);
    color: #423B4F;
}
.adventure-accordion .accordion-button{
    background-color: #00000099;
    border-bottom: none;
    box-shadow: none;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 20px 20px 0 0 !important;
    transition: 300ms ease-in all;
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F6F8;
}
.adventure-accordion  .accordion-collapse{
    background-color: #00000099;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 0  0 20px 20px !important;
    transition: 300ms ease-in all;
}
.adventure-accordion .accordion-body{
    border-radius: 0  0 20px 20px !important;
}
.adventure-accordion .accordion-body p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F6F8;
}
.adventure-accordion .accordion-body p span{
    color: var(--primary);
}
.accordion-button::after{
    content: "\ebc0";
    font-family: boxicons!important;
    background-image: none;
    height: unset;

}
.accordion-button:not(.collapsed)::after{
    content: "\eb8b";
    font-family: boxicons!important;
    background-image: none;
    transform: none;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
                ADVENTURE-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                EXPRIENCING-START
::::::::::::::::::::::::::::::::::::::::::::: */

.experiencing{
    padding: 80px 0;
    position: relative;
}
.experiencing::before{
    content: "";
    background-image: url(../images/bg-frame-4.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 200px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: 30%;
}
.experiencing-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.experiencing .block{
    margin-bottom: 24px;
    position: relative;
    padding: 40px 0;
}
.experiencing .block .text h3{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #201C26;
    margin-bottom: 40px;
}
.experiencing .block.block-1 .image{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.experiencing .block .image img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.experiencing .block.block-1 .image .img-1{
    width: 70%;
    margin-left: auto;
    height: 50%;
    margin-bottom: 24px;
}
.experiencing .block .image .img-2{
    margin-bottom: 0;
    height: 50%;
}
.experiencing .block .text{
    width: 70%;
    margin-left: auto;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #FFFFFFE5;
}
.experiencing .block.block-2{
    display: flex;
    gap: 24px;

}
.experiencing .block.block-2 .left-block{
    width: 30%;
    position: relative;
    padding: 120px 32px 0 32px;
}
.experiencing .block.block-2 .right-block{
    width: 70%;
    position: relative;
    padding-top: 60px;
}
.experiencing .block.block-2 .right-block .image{
    display: flex;
    align-items: flex-end;
    gap: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.experiencing .block.block-2 .right-block .image .img-1{
    width: 50%;
    height: 196px;
}
.experiencing .block.block-2 .right-block .image .img-2{
    width: 50%;
    height: 560px;
}
.experiencing .block.block-2 .left-block .image{
    position: absolute;
    top: 0;
    bottom: 48%;
    left: 0;
    right: 0;
    z-index: -1;
}
.experiencing .block.block-2 .left-block .image .img-1{
    height: 100%;
}
.experiencing .block.block-2 .left-block .text{
    width: 100%;
}
.experiencing .block.block-2 .right-block .text{
    margin-right: auto;
}

.experiencing .block.block-3{
    position: relative;
    padding: 40px 0;
}
.experiencing .block.block-3 .img-1{
    height: 100%;
}
.experiencing .block.block-3 .text{
    width: 70%;
    margin-left: unset;
    margin-right: auto;
}
.experiencing .block.block-3 .image{
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                EXPRIENCING-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                WHY-TRIP-START
::::::::::::::::::::::::::::::::::::::::::::: */

.why-trip{
    padding: 100px 0;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.why-trip::before{
    content: url(../images/why-trip-frame.png);
    position: absolute;
    left: -194px;
    bottom: 160px;
}
.why-trip::after{
    content: url(../images/why-trip-frame.png);
    position: absolute;
    right: 0;
    top: 100px;
}
.why-trip-content .block-1{
    position: relative;
    padding-bottom: 108px;
}
.why-trip-content .block-1 .image-1{
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.why-trip-content .block-1 .image-2{
    width: 40%;
    height: 292px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 0;
}
.why-trip-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.why-trip-content .text{
    position: relative;
}
.why-trip-content .block-text{
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #000000B2;
}
.why-trip-content .block-text p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 0;
}
.why-trip-content .text .sec-title{
    width: 66%;
    margin-left: auto;
}
.why-trip-content .text .sec-title p{
    color: #C9AA23;
}
.why-trip-content .block-1 .text .text-1{
    width: 82%;
    margin-left: auto;
    margin-bottom: 80px;
}
.why-trip-content .block-1 .text .text-2{
    width: 60%;
    margin-left: auto;
    margin-right: 90px;
}
.why-trip-content .block-2{
    position: relative;
    padding: 40px 0;
}
.why-trip-content .block-2 .image{
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.why-trip-content .block-2 .image .image-1{
    width: 50%;
    height: 224px;
}
.why-trip-content .block-2 .image .image-2{
    width: 50%;
    height: 100%;
}
.why-trip-content .block-2 .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-trip-content .block-2 .text-1{
    width: 65%;
    margin-right: auto;
    margin-bottom: 80px;
}
.why-trip-content .block-2 .text-2{
    width: 68%;
    margin-right: 170px;
    margin-left: auto;
}
.why-trip-content .call-btn{
    text-align: center;
    margin-top: 40px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                WHY-TRIP-END
::::::::::::::::::::::::::::::::::::::::::::: */






/* :::::::::::::::::::::::::::::::::::::::::::::
                TOUR-GUIDE-START
::::::::::::::::::::::::::::::::::::::::::::: */

.tour-guide{
    padding: 100px 0;
    position: relative;
}
.tour-guide::before{
    content: "";
    background-image: url(../images/bg-frame-5.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 200px;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.tour-guide::after{
    content: "";
    background-image: url(../images/bg-frame-6.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 200px;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.tour-guide-content .block{
    display: flex;
    position: relative;
    padding: 60px 0;
    margin-bottom: 100px
}
.tour-guide-content .block:last-child{
    margin-bottom: 0;
}
.tour-guide-content .block .image{
    width: 54%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.tour-guide-content .block:nth-child(odd) .image{
    left: 0;
}
.tour-guide-content .block:nth-child(even) .image{
    right: 0;
}
.tour-guide-content .block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.tour-guide-content .block .text{
    width: 58%;
    background: #FFFFFFE5;
    padding: 40px;
    border-radius: 16px;
}
.tour-guide-content .block:nth-child(odd) .text{
    margin-left: auto;
}
.tour-guide-content .block:nth-child(even) .text{
    margin-right: auto;
}
.tour-guide-content .block .text h3{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 60px;
}
.tour-guide-content .block .text h4{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    margin-bottom: 20px;
}
.tour-guide-content .block .text p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    letter-spacing: 0.03em;
    transition: 300ms ease-in all;
}
.tour-guide-content .block .text p a.readMoreBtn{
    color: #423B4F;
    font-weight: 700;
    cursor: pointer;
}
.tour-guide-content .block .text .col-text{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 0;
}
.tour-guide-content .block .text .col-text li{
    width: 48%;
}
.tour-guide-content .block .text .list-text{
    margin-bottom: 0;
}
.tour-guide-content .block .text .list-text li{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    margin-bottom: 20px;
    /* list-style: auto; */
}
.tour-guide-content .block .text .list-text li:last-child{
    margin-bottom: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                TOUR-GUIDE-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                TOUR-START
::::::::::::::::::::::::::::::::::::::::::::: */

.tour-details{
    background-color: var(--primary);
    padding: 50px 0;
    position: relative;
    z-index: 0;
}
.tour-details::before{
    content: "";
    background-image: url(../images/bg-frame-6.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 120px;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    opacity: 0.2;
}
.tour-details-content{
    display: flex;
}
.tour-details-content .block{
    width: 50%;
}
.tour-details-content .block ul{
    list-style-type: disc;
}
.tour-details-content .block ul li{
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    margin-bottom: 10px;
}
.tour-details-content .block h3{
    font-size: 32px;
    line-height: 40px;
    color: #201C26;
    margin-bottom: 20px;
}
.tour-details-content .block h4{
    font-size: 24px;
    line-height: 28px;
    color: #A08844;
    margin-bottom: 20px;
}
.tour-details .image{
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin: 40px 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                TOUR-START
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                 FAQ-START
::::::::::::::::::::::::::::::::::::::::::::: */


.faq{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.faq .faq-content{
    max-width: 894px;
    margin: 0 auto;
    background-color: #000000B2;
    border-radius: 20px;
    padding: 50px 115px;
}
.faq .faq-content .sec-title{
    text-align: center;
}
.faq .faq-content .sec-title p{
    color: #C9AA23;
}
#faq-accordion .accordion-item{
    background-color: transparent;
    border: none;
    margin-bottom: 60px;
}
#faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
}
#faq-accordion .accordion-body{
    padding: 40px 0 0 0;
}
#faq-accordion .accordion-button{
    background-color: transparent;
    box-shadow: none;
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C9AA23;
    padding: 0;
}
#faq-accordion .accordion-button::after{
    color: var(--primary);
}
#faq-accordion .accordion-body p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F6F8;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                 FAQ-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
                POLICIES-START
::::::::::::::::::::::::::::::::::::::::::::: */

.policies{
    padding: 160px 0;
    position: relative;
}
.policies::before{
    content: "";
    background-image: url(../images/bg-frame-7.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.policies::after{
    content: "";
    background-image: url(../images/bg-frame-8.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 250px;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.policies h3{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #201C26;
    margin-bottom: 20px;
}
.policy-content ul{
    list-style: auto;
    margin-bottom: 0;
}
.policies ul li{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
}
.policy-content ul.text > li{
    margin-bottom: 16px;
}
.policy-content ul li ul{
    list-style: disc;
}
.policies .image{
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    margin: 40px 0;
}
.policies .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.terms-content{
    max-width: 1122px;
    margin: 0 auto;
}
.terms-content h3{
    margin-bottom: 20px;
}
.terms-content ul > li{
    margin-bottom: 16px;
}
.read-btn{
    text-align: center;
    margin-top: 40px;
}
.read-btn a{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    padding: 16px 290px;
    border: 1px solid var(--primary);
    border-radius: 8px;
}
.read-btn a:hover{
    background-color: var(--primary);
    color: #201C26;
}
.policies .step{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 145px;
    margin-top: 120px;
    position: relative;
}
.policies .step .text{
    max-width: 664px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
}
.policies .step .text h4{
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 40px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                POLICIES-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                                   HOME-START
   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.banner.home-banner{
    height: 97vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
}
.home-banner-content{
    text-align: center;
}
.home-banner-content h1{
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 79.98px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}
.home-banner-content h1 span{
    display: block;
    color:  #FFF2B1;

}


/* :::::::::::::::::::::::::::::::::::::::::::::
                EXPERIENTIAL-START
::::::::::::::::::::::::::::::::::::::::::::: */

.experiential{
    padding: 100px 0 60px;
    overflow: hidden;
}
.experiential .text{
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
}
.experiential .text h2{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
}
.experiential-slider .slider-for{
    bottom: -50px;
}
.experiential-slider .slider-for .image img{
    width: 1008px;
    height: 480px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 16px;
}
.experiential-slider .slider-nav .slick-track{
    display: flex;
}
.experiential-slider .slider-nav .image{
    margin: 0 12px;
    width: 17% !important;
    border-radius: 8px;
    overflow: hidden;
}
.experiential-slider .slider-nav .image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.experiential-slider .slider-nav .image.slick-current.slick-active.slick-center{
    width: 32% !important;
    opacity: 0;
}
.experiential-slider .slider-nav .slick-prev{
   left: 44%  !important;
   bottom: 20% !important;
}
.experiential-slider .slider-nav .slick-next{
    right: 44% !important;
    bottom: 20% !important;
 }

 @media (max-width: 771px) {
    .experiential-slider .slider-nav .image.slick-current.slick-active.slick-center{
        width: 26% !important;
        opacity: 0;
    }
    .slider-nav .slick-list{
        padding: 0 1px !important;
    }
}
/* :::::::::::::::::::::::::::::::::::::::::::::
                EXPERIENTIAL-START
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                WHO-WE-START
::::::::::::::::::::::::::::::::::::::::::::: */


.who-we-are{
    position: relative;
    overflow: hidden;
}
.who-we-are::before{
    content: url(../images/why-trip-frame.png);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.who-we-are::after{
    content: url(../images/why-trip-frame.png);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.who-we-are .sec-title{
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.who-we-are .sec-title h2{
    margin-bottom: 50px;
    margin-top: 40px;
}
.who-we-are .sec-title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
}
.who-slider{
    margin-bottom: 0;
}
.who-slider .slick-track {
    display: flex;
    height: 500px;
}
.who-slider .image {
    margin: 0 12px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    transition: 300ms ease-in all;
}
.who-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.who-slider .image.slick-current.slick-center{
    width: 400px !important;
    height: 500px;
    border-radius: 16px;
}
.who-slider .slick-prev{
    left: 24%;
}
.who-slider .slick-next{
    right: 22%;
}
.who-we-are .text{
    padding: 40px;
    border-radius: 16px;
    background-color: #FFFFFFCC;
    text-align: center;
    max-width: 1122px;
    margin: 0 auto;
    position: relative;

}
.home-mid-text{
    background: #00000066 !important;
    /* font-family: Desktop/Family/Title; */
}
.home-mid-text p{
    font-family: var(--heading-font) !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0%;
    text-align: center !important;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #F7F6F8 !important;

}
/* .who-we-are .text.position{
    top: -65px;
} */
.who-we-are .text.position-2{
    top: unset;
    bottom: -28px;

}
.who-we-are .text p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    margin-bottom: 0;
}
.bg-image{
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 771px) {
    .who-slider .slick-track {
        justify-content: center;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                WHO-WE-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                DISCOVER-START
::::::::::::::::::::::::::::::::::::::::::::: */
.discover-story{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}
.discover-story .discover-btn{
    padding: 20px 0 115px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                DISCOVER-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
            UPCOMING-EXPEDITIONS-START
::::::::::::::::::::::::::::::::::::::::::::: */

.upcoming-expeditions{
    padding: 100px 0;
    background-color: var(--primary);
}
.upcoming-expeditions .sec-title{
    text-align: center;
    margin-bottom: 80px;
}
.upcoming-expeditions .sec-title h2{
    color: #A08844;
}
.upcoming-expeditions-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 60px;
}
.upcoming-grid-gallery{
    width: 49%;
}
.upcoming-grid-gallery .image{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    bottom: -56px;
    height: 280px;
}
.upcoming-expeditions-content .text{
    position: relative;
    z-index: 0;
}
.upcoming-expeditions-content .text .text-content{
    width: 81%;
    margin: 0 auto;
}
.upcoming-expeditions-content .text .text-content .block{
    background: #000000B2;
    padding: 20px 70px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.upcoming-expeditions-content .text .text-content .block h3{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 16px;
}
.upcoming-expeditions-content .text .text-content .block h4{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin-bottom: 16px;
}
.upcoming-expeditions-content .text .text-content .block h5{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F6F8;
    margin-bottom: 0;
}
.upcoming-expeditions-content .text .text-content p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    margin-bottom: 0;
}
.upcoming-expeditions-content .text .text-content .answer-call-btn{
    margin: 24px 0;
    text-align: center;
}
.upcoming-expeditions-content .text .text-content .learn-btn{
    text-align: center;
}
.upcoming-expeditions-content .text .text-content .learn-btn a{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #423B4F;
    padding: 16px;
    border: 1px solid #A08844;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 186px;
}
.upcoming-expeditions-content .text .text-content .answer-call-btn a{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F6F8;
    padding: 16px;
    border: 1px solid #A08844;
    border-radius: 8px;
    background-color: #201C26;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 186px;

}
.upcoming-expeditions-content.expeditions-content-2 .text .text-content{
    left: 0;
    right: -70px;
}
.upcoming-expeditions .load-tips{
    text-align: center;
}
.upcoming-expeditions .load-tips a{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 664px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #F7F6F8;
    background-color: #000000;
    padding: 16px;
    border-radius: 8px;
}
.upcoming-expeditions .bg-image{
    margin-bottom: 60px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
            UPCOMING-EXPEDITIONS-END
::::::::::::::::::::::::::::::::::::::::::::: */

.great-expedition{
    padding: 100px 0 180px;
}
.great-expedition .sec-title{
    text-align: center;
    margin-bottom: 60px;
}
.great-expedition-box .block{
    display: flex;
    justify-content: space-between;
    gap: 139px;
    margin-bottom: 40px;
}
.great-expedition-box .block .image{
    position: relative;
    height: 100%;
}
.great-expedition-box .block img{
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.great-expedition-box .block .text{
    background-color: #FFFFFFE5;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
    text-align: left;
}
.great-expedition-box .block .text h3{
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin-bottom: 20px;
}
.great-expedition-box .block .text p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
    color: #625775;
}
.great-expedition-box .block:nth-child(1) .left-block{
    width: 58%;
}
.great-expedition-box .block:nth-child(1) .right-block{
    width: 42%;
}
.great-expedition-box .block .right-block .image{
    text-align: right;
}
.great-expedition-box .block:nth-child(1) .left-block .image img{
    width: 100%;
    height: 276px;
}
.great-expedition-box .block:nth-child(1) .left-block .image img:nth-child(2){
    width: 320px;
    height: 320px;
    margin-top: 40px;
}

.great-expedition-box .block:nth-child(1) .right-block .image img{
    max-width: 549px;
    height: 636px;
}
.great-expedition-box .block:nth-child(1) .right-block .text{
    position: absolute;
    top: 60px;
    right: 60px;
    left: -45%;
}
.great-expedition-box .block:nth-child(1) .left-block .text{
    position: absolute;
    bottom: 88px;
    right: -42%;
    left: 115px;
    text-align: left;
}


.great-expedition-box .block:nth-child(2) .left-block{
    width: 45%;
}
.great-expedition-box .block:nth-child(2) .left-block .image{
    display: flex;
    align-items: flex-end;
}
.great-expedition-box .block:nth-child(2) .left-block .image img{
    height: 264px;
}
.great-expedition-box .block:nth-child(2) .left-block .text{
    position: absolute;
    top: 40px;
    right: -58%;
    left: 0;
    text-align: left;
}
.great-expedition-box .block:nth-child(2) .left-block .text.text-2{
    position: absolute;
    top: unset;
    bottom: 40px;
    right: -111%;
    left: 27%;
    text-align: left;
}
.great-expedition-box .block:nth-child(2) .right-block{
    width: 55%;
    display: flex;
    gap: 24px;
}
.great-expedition-box .block:nth-child(2) .right-block .image:nth-child(1){
    width: 48%;
}
.great-expedition-box .block:nth-child(2) .right-block .image:nth-child(2){
    width: 52%;
}
.great-expedition-box .block:nth-child(2) .right-block .image:nth-child(1) img{
    height: 236px;
}
.great-expedition-box .block:nth-child(2) .right-block .image:nth-child(2) img{
    height: 500px;
}




.great-expedition-box .block:nth-child(3) .left-block{
    width: 42%;
    display: flex;
    gap: 24px;
}
.great-expedition-box .block:nth-child(3) .image:nth-child(1){
    width: 33%;
}
.great-expedition-box .block:nth-child(3) .image:nth-child(2){
    width: 66%;
}

.great-expedition-box .block:nth-child(3) .right-block{
    width: 58%;
    display: flex;
    position: relative;
}

.great-expedition-box .block:nth-child(3) .right-block .text{
    position: absolute;
    top: unset;
    bottom: 40px;
    right: 0;
    left: -34%;
    text-align: left;
}
.great-expedition-box.desk{
    display: none;
}
.great-expedition-box.mob .block{
    position: relative;
}
.great-expedition-box.mob .block .image{
    width: 100%;
}
.great-expedition-box.mob .block .text{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}
.great-expedition-box.mob .block:nth-child(1) .text{
    bottom: -84px;
    left: 42px;
}
.great-expedition-box.mob .block:nth-child(1) .image{
    width: 70%;
    height: 140px;
}
.great-expedition-box.mob .block:nth-child(2) .image{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}
.great-expedition-box.mob .block:nth-child(2) .image img:nth-child(1){
    width: 32%;
    height: 120px;
}
.great-expedition-box.mob .block:nth-child(2) .image img:nth-child(2){
    width: 50%;
    height: 328px;
}
.great-expedition-box.mob .block:nth-child(2) .text{
    bottom: 20px;
    right: 42px;
}




.great-expedition-box.mob .block:nth-child(3) .image{
    width: 70%;
    height: 192px;
}
.great-expedition-box.mob .block:nth-child(3) .text {
    left: 42px;
    bottom: 12px;
}
.great-expedition-box.mob .block:nth-child(4) .image{
    display: flex;
    gap: 20px;
    width: 100%;
}
.great-expedition-box .block:nth-child(4) .image img:nth-child(1){
    width: 50%;
    height: 108px;
}
.great-expedition-box .block:nth-child(4) .image img:nth-child(2){
    width: 50%;
    height: 336px;
}
.great-expedition-box.mob .block:nth-child(4) .text {
    right: 42px;
    bottom: 12px;
}
.great-expedition-box.mob .block:nth-child(5) .image{
    display: flex;
    gap: 20px;
    width: 100%;
}
.great-expedition-box .block:nth-child(5) .image img:nth-child(1){
    width: 30%;
    height: 140px;
}
.great-expedition-box .block:nth-child(5) .image img:nth-child(2){
    width: 70%;
    height: 140px;
}
.great-expedition-box .block:nth-child(5) .text{
    width: 100%;
    bottom: -100px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                HOW-IT-WORKS-START
::::::::::::::::::::::::::::::::::::::::::::: */

.How-it-Works{
    background-color: #000;
    position: relative;
    padding-bottom: 100px;
}
.How-it-Works::before{
    content: url(../images/it-work-before-frame.png);
    position: absolute;
    left: 0;
    top: 500px;
    overflow: hidden;
}
.How-it-Works::after{
    content: url(../images/it-work-after-frame.png);
    position: absolute;
    right: 0;
    top: 500px;
    overflow: hidden;
}
.How-it-Works .video{
    padding: 0 76px;
    position: relative;
    top: -82px;
}
.How-it-Works .video iframe{
    width: 100%;
    height: 500px;
    border-radius: 16px;
}
.How-it-Works .sec-title{
    max-width: 894px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}
.How-it-Works .sec-title P{
    color: #FFFBEB;
}
.How-it-Works-content .block{
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 40px 0;
    z-index: 0;
}
.How-it-Works-content .block:last-child{
    margin-bottom: 0;
}
.How-it-Works-content .block .image{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 66%;
    border-radius: 16px;
    overflow: hidden;
}
.How-it-Works-content .block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.How-it-Works-content .block:nth-child(odd) .image {
    right: 0;
}
.How-it-Works-content .block:nth-child(even) .image {
    left: 0;
}
.How-it-Works-content .block .text{
    width: 66%;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
    background: #00000099;
    border-radius: 16px;
}
.How-it-Works-content .block:nth-child(odd) .text {
    margin-right: auto;
}
.How-it-Works-content .block:nth-child(even) .text {
    margin-left: auto;
}

.How-it-Works-content .block .text h3{
    font-family: var(--heading-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 20px;
}
.How-it-Works-content .block .text p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                HOW-IT-WORKS-END
::::::::::::::::::::::::::::::::::::::::::::: */







/* :::::::::::::::::::::::::::::::::::::::::::::
                ANSWER-CALL-START
::::::::::::::::::::::::::::::::::::::::::::: */

.answer-call-sc{
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.answer-call-sc .call-btn{
    text-align: center;
    max-width: 664px;
    margin: 0 auto;
    padding: 30px 115px;
    border-radius: 16px;
}
.answer-call-sc .call-btn a.primary-btn{
    width: 100%;
    display: block;
    text-align: center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                ANSWER-CALL-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
              CONNECT-SOCIAL-START
::::::::::::::::::::::::::::::::::::::::::::: */

.connect-social{
    padding: 100px 0 80px;
}
.connect-social .sec-title{
    margin-bottom: 40px;
}
.connect-social-boxes .slick-track{
    padding-bottom: 80px;
}
.connect-social-boxes .box{
    padding: 24px 8px;
    border-radius: 8px;
    background: #1D1D1D66;
    box-shadow: 0px 40px 40px 8px #00000029;
    backdrop-filter: blur(8px);
    margin: 0 30px;
}
.connect-social-boxes .box .ac-details{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.connect-social-boxes .box .ac-details .icon i{
    color: #fff;
    font-size: 24px;
}
.connect-social-boxes .box .ac-details .profile{
    display: flex;
    gap: 8px;
}
.connect-social-boxes .box .ac-details .profile .p-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.connect-social-boxes .box .ac-details .profile .text h3{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 0;
}
.connect-social-boxes .box .ac-details .profile .text h4{
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 0;
}
.connect-social-boxes .box p{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 4px;
}
.connect-social-boxes .box .image{
    margin: 16px 0;
}
.connect-social-boxes .box h5{
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
    margin-bottom: 0;
}
/* :::::::::::::::::::::::::::::::::::::::::::::
              CONNECT-SOCIAL-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                                   HOME-END
   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
                ANSWER-FORM-START
::::::::::::::::::::::::::::::::::::::::::::: */


.mob-btn{
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    backdrop-filter: blur(42px);
    text-align: center;
    padding: 30px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 50;
}


.answer-modal .modal-dialog{
    max-width: 100%;

}
.answer-modal .modal-content{
    background-color: transparent;
}
.answer-modal .modal-body{
    padding: 20px 0;
    background-color: transparent;
}
.answer-form .btn-close{
    position: absolute;
    right: 80px;
    top: 80px;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
}
.answer-form{
    background: #000000B2;
    backdrop-filter: blur(8px);
    box-shadow: 0px 6px 12px 4px #00000066;
    padding: 140px 80px 80px 80px;
    position: relative;
}
.answer-form label, .answer-form .check-label{
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
}
.answer-form .form-check{
    margin-bottom: 12px;
}
.answer-form .form-check label{
    color: #FFFBEB;
}
.answer-form input{
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
.answer-form textarea{
    height: 100px;
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
.answer-form .primary-btn{
    width: 100%;
    text-align: center;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
                ANSWER-FORM-END
::::::::::::::::::::::::::::::::::::::::::::: */






/* :::::::::::::::::::::::::::::::::::::::::::::
                FOOTER-START
::::::::::::::::::::::::::::::::::::::::::::: */

footer{
    position: relative;
}

.footer-content{
    display: flex;
}
.f-content-left{
    width: 64%;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 48px;
    background-color: #000;
    padding-right: 90px;
}
.f-content-left::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: -1;
    background-color: #000;
}
.f-content-left .block h3{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin-bottom: 16px;
}
.f-content-left .block{
    width: 28%;
}
.f-content-left .block ul{
    padding-left: 0;
    list-style: none;
}
.f-content-left .block ul li{
    margin-bottom: 8px;
}
.f-content-left .block ul li a{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFBEB;
}
.f-content-left .block ul li a:hover{
    color: #FFCD00;
}
.f-content-left .newsletter-form{
    width: 100%;
}
.footer-content .logo img{
    width: 300px;
}
.newsletter-form h3{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin-bottom: 20px;
}
.newsletter-form form{
    display: flex;
    gap: 20px;
}
.newsletter-form form input{
    width: 74%;
    border-radius: 8px;
    height: 40px;
}
.newsletter-form form button{
    padding: 7px 50px;
}
.f-content-right{
    text-align: center;
    width: 36%;
    background-color: #FFCD00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 24px 50px 90px;
}
.f-content-right::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    z-index: -1;
    background-color: #FFCD00;
}
.f-content-right ul{
    display: flex;
    gap: 32px;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 2px solid #A08844;
}
.f-content-right ul li i{
    color: #201C26;
    font-size: 34px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                FOOTER-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                DIPENDU - 07/02/25
                Dimensions Start
::::::::::::::::::::::::::::::::::::::::::::: */

.dimensions-banner {
    height: 70vh;
    width: 71.508vw;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.dimensions-banner-content{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;

}

.dimensions-banner-content-blur{
    backdrop-filter: blur(12px);
    box-shadow: 0px 20px 40px 8px #F2F2F229;


}

.dimensions-banner-bottom{
    position: relative;
    height: 15vh;
}
.dimensions-banner-bottom1{
    position: absolute;
    left: 0;
    bottom: 50px;
}
.dimensions-banner-bottom2{
    position: absolute;
    right: 0;
    bottom: 50px;
}
.dimensions-bannerimg{
    height: 27vh;

}
.dimensions-bannerimg img{
    height: 26vh;
}
.ge-travel-dimensions-banner{
    display: flex;
    position: relative;
    height: 39.8vh;
    padding: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 44.99%, #000000 80.75%);
}
.ge-travel-dimensions-left{
    background-color: #000;
    width: 70%;
}
.ge-travel-dimensions{
    position: absolute;
    padding-top: 60px;
    max-width: 819px;
    padding-left: 7%;
    z-index: 10;
}
.ge-travel-dimensions-right{
    width: 100%;
    background:
    linear-gradient(270deg, rgba(0, 0, 0, 0) 44.99%, #000000 80.75%),
    url('../images/gt-travel-dimensions.jpg');
    background-size: 100% auto, cover;
    background-position: right center, center;
    background-repeat: no-repeat, no-repeat;

}

.ge-travel-dimensions h2{
 color: #FFCD00;
 font-size: 3xl;
 line-height: 3xl;
 font-weight: 700;
}

.ge-travel-dimensions p{
    color: #F7F6F8;
    font-size: 20px;
    line-height: xl;
    font-weight: 400;
}
.ge-travel-dimensions span{
    color:#F7F6F8;
    font-size: 3xl;
    line-height: 24px;
    font-weight: 700;
}

.dimensionsimg-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 40.4vh; */
    position: relative;
    gap: 40px;
}
.rev-it-upimg{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* height: 404px; */
}
.rev-it-upimg .img-1 img{
    width: 292px;
    border-radius: 20px;
    height: 404px;
}
.rev-it-upimg .img-2 img{
    width: 503px;
    border-radius: 20px;
    height: 404px;

}

/* common  */
.dimensionsimg-box h4{
    color: #201C26;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: var(--heading-font);
   }
/* common  */
.dimensionsimg-box p{
    margin-top: 24px;
    margin-bottom: 24px;
    color: #625775;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
/* common */
.dimensionsimg-box button{
    color:#423B4F;
    background-color: #FFCD00;
    border-radius: 8px;
    width: 96px;
    height: 48px;
    border: none;
}

.rev-it-up-boxtext{
    width: 48%;
    /* width: 656px; */
    margin-left: auto;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #FFFFFFE5;
    position: absolute;
    right: 0%;
    top: 2%;
}


/* deep-dive */
.deep-dive{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 52vh; */
    /* height: 452px; */
    position: relative;
}
.deep-dive-boxtext{
    width: 38%;
    margin-left: auto;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #FFFFFFE5;
    position: absolute;
    right: 47%;
    top: 8%;
}
.deep-dive-img{
    display: flex;
    flex-wrap: wrap;
    /* gap: 336px; */
    width: 100%;
    justify-content: space-between;
}
.deep-dive-img .img-1 img{
    width: 292px;
    border-radius: 20px;
    height: 452px;
}
.deep-dive-img .img-2 img{
    width: 713px;
    /* width: 48vw; */
    border-radius: 20px;
    height: 452px;
}


/* rewire-afterparty start */
/* rewire */
.rewire-afterparty{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rewire{
    position: relative;
    flex-wrap: wrap;
}
.rewire-img{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}
.rewire-img .img-1 img{
    width: 292px;
    height: 292px;
    border-radius: 20px;
}
.rewire-img .img-2 img{
    width: 608px;
    height: 212px;
    border-radius: 20px;

}
.rewire-boxtext{
    position: absolute;
    width: 397px;
    height: 372px;
    top: 64px;
    left: 24px;
    background-color: #FFFFFFE5;
    position: absolute;
    border-radius: 16px;
    padding: 16px 24px;
}

/* afterparty */
.afterparty{
    position: relative;
}
.afterparty-img{
    display: flex;
    gap: 20px;
}
.afterparty-img .img-1 img{
    width: 397px;
    height: 536px;
    border-radius: 20px;
    width: 397;

}
.afterparty-img .img-2 img{
    width: 187px;
    height: 244px;
    border-radius: 20px;
}
.afterparty-boxtext{
    position: absolute;
    width: 373px;
    height: 372px;
    top: 25%;
    right: 5%;
    border-radius: 16px;
    padding: 16px 24px;
    background-color: #FFFFFFE5;
}

/* Flavor Savor Recentre */
/* Flavor Savor */

.flavor-savor-recentre{
    display: flex;
    width: 100%;
    height: 548px;
}
.flavor-savor{
    width: 65%;
    position: relative;
}
.flavor-savor-img{
    position: relative;
}
.flavor-savor-img .img-1 img{
    position: absolute;
    width: 186px;
    height: 300px;
    border-radius: 20px;

}
.flavor-savor-img .img-2 img{
    position: absolute;
    width: 502px;
    height: 448px;
    top: 100px;
    left: 211px;
    border-radius: 20px;
}
.flavor-savor-boxtext{
    position: absolute;
    width: 373px;
    height: 348px;
    top: 176px;
    left: 24px;
    border-radius: 16px;
    padding: 16px 24px;
    gap: 24px;
    background-color: #FFFFFFE5;
}

/* Recentre */
.recentre{
    position: relative;
    width: 35%;
}
.recentre-img{
    position: relative;
    gap: 20px;
}
.recentre-img .img-1 img{
    position: absolute;
    width: 187px;
    height: 280px;
    border-radius: 20px;

}
.recentre-img .img-2 img{
    position: absolute;
    width: 503px;
    height: 236px;
    top: 312px;
    border-radius: 20px;

}
.recentre-boxtext{
    position: absolute;
    width: 372px;
    height: 372px;
    top: 24px;
    right: 20px;
    border-radius: 16px;
    padding-top: 16px;
    padding: 16px 24px;
    gap: 24px;
    background-color: #FFFFFFE5;
}
/* Pulse */
.pulse{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.pulse-img{
    position: relative;
    display: flex;
    gap: 20px;
}
.pulse-img .img-1 img{
    width: 503px;
    height: 428px;
    border-radius: 20px;
}
.pulse-img .img-2 img{
    width: 292px;
    height: 428px;
    border-radius: 20px;
}
.pulse-boxtext{
    position: absolute;
    width: 47%;
    /* height: 300px; */
    top: 64px;
    left: 0%;
    border-radius: 16px;
    padding: 16px 24px;
    gap: 24px;
    background-color: #FFFFFFE5;

}

/* :::::::::::::::::::::::::::::::::::::::::::::
                 DIMENSIONS END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
                OUR STORY START
::::::::::::::::::::::::::::::::::::::::::::: */
.story-banner-text .banner-content-text {
    backdrop-filter: blur(12px)
}

.story-banner{
    height: 27vh;
}
.story-banner img{
    height: 26vh;

}
.story-banner-text h2{
    font-size: 42px;

}

.story-boxs p{
    /* font-family: Desktop/Family/Body; */
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    color: #423B4F;
}
.story-boxs h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: right;
    color:#FFCD00;

}
.story-box1{
    position: relative;
    display: flex;
    justify-content: end;
    height: 414px;
    top: 20px;

}
.story-box-text{
    position: absolute;
    /* width: 859px; */
    width: 64%;
    /* height: 280px; */
    top: 32px;
    left: 0;
    border-radius: 20px;
    padding: 16px 20px;
    gap: 24px;
    background: #FFFFFFE5;

}
.story-box1-img img{
    width: 608px;
    height: 344px;
    /* left: 632px; */
    border-radius: 20px;

}

.story-box2{
    position: relative;
    display: flex;
    height: 414px;
    top: 20px;

}
.story-box2-text{
    position: absolute;
    /* width: 859px; */
    /* height: 280px; */
    top: 32px;
    left: 36%;
    border-radius: 20px;
    padding: 16px 20px;
    gap: 24px;
    background: #FFFFFFE5;
}
.story-box2-img img{
    width: 608px;
    height: 336px;
    /* left: 632px; */
    border-radius: 20px;
}

.story-box3{
    position: relative;
    display: flex;
    justify-content: end;
    height: 414px;
    top: 20px;

}
.story-box3-text{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 608px;
    height: 212px;
    top: 32px;
    left: 0;
    border-radius: 20px;
    padding: 20px;
    gap: 36px;
    background: #FFFFFFE5;
}
.story-box3-text h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
    color:#FFCD00;
}
.story-box3-text h4{
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #201C26;
}
.story-box3-text button{
    width: 292px;
    height: 48px;
    border-radius: 8px;
    padding: 12px 20px;
    gap: Medium/Spacing;
    border: none;
    background-color: #FFCD00;


}
.story-box3-img{
    width: 100%;
    display: flex;
    justify-content: end;
}

.story-box3-img img{
    /* width: 737px; */
    width: 60%;
    height: 276px;
    /* left: 632px; */
    border-radius: 20px;
    /* left: 503px; */
}



/* :::::::::::::::::::::::::::::::::::::::::::::
                OUR STORY END
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
               CONTACT US START
::::::::::::::::::::::::::::::::::::::::::::: */
.contactus-banner-bottom{
    margin-top: -40px;

}

.contactus-banner-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -47px;
}

.contactus-banner-text-box{
    /* height: 135px; */
    backdrop-filter: blur(12px);
    padding: 20px 40px;
    border: 2px solid var(--primary);
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 20px 40px 8px #F2F2F229;


}

.contactus-banner-text-box h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary);
    margin-bottom: 0;


}
.contactus-banner-text-box h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 29.33px;
    text-align: center;
    letter-spacing: 0%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A08844;
    margin: 0px;
}
.contactus-info{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.contact-way{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.contact-us-expedition{
    display: flex;
    position: relative;
    width: 100vw;
    /* height: 1052px; */
    /* top: 647px; */

}
.contact-us-expedition-img{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 819px;
    height: 902px;
    /* top: 25px; */

}
.expedition-img1 img{
    position: absolute;
    width: 187px;
    height: 822px;
    border-radius: 16px;
}
.expedition-img2 img{
    position: absolute;
    top: 80px;
    left: 211px;
    width: 187px;
    height: 822px;
    border-radius: 16px;
}
.expedition-img3 img{
    position: absolute;
    left: 421px;
    width: 187px;
    height: 822px;
    border-radius: 16px;
}
.expedition-img4 img{
    position: absolute;
    left: 631px;
    top: 80px;
    width: 187px;
    height: 822px;
    border-radius: 16px;
}

.custom-design-expedition-forms{
    position: relative;
    width: 100%;
    /* left: 528px; */
    right: 0;
    border-radius: 16px;
    padding: 60px 32px;
    gap: 10px;
    background: #000000CC;
    top: -30px;
    z-index: 10;

}
.custom-design-expedition-forms h2{
    /* font-family: Desktop/Family/Title; */
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    color:  #FFCD00;
}
.section{
    width: 100%;
}
.section-title{
    /* font-family: Desktop/Family/Title; */
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color:  #FFFBEB;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 26px;
}


.section-content label{
    /* font-family: Desktop/Family/Body; */
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFCD00;
    padding-top: 10px;
}
.section-content input{
    width: 100%;
    border-radius: 8px;
    padding: 10px 12px;
    gap: 8px;
    border-width: 1px;
    /* color:  #F7F6F8; */
    border: 1px solid #FFCD00;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: #F7F6F8;
}
.contact-ist{
    display: flex;
    gap: 20px;
}
.contact{
    width: 50%;
}
.ist{
    width: 50%;
}

/* form section 2 */
.date-start-end{
    display: flex;
    gap: 20px;
}
.date-start{
    width: 50%;
}
.date-end{
    width: 50%;
}
.checkbox-group{
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFBEB;
    gap: 40px;
}
.checkbox-yes-no{
    width: 100%;
    display: flex;

}
.checkbox-yes-no input{
    width: 15%;
}
.check-yes{
    display: flex;
    width: 50%;
    color:  #FFFBEB;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    gap: 8px;
}
.check-no{
    display: flex;
    width: 50%;
    color:  #FFFBEB;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    gap: 8px;
}
.flexible-duration{
    display: flex;
    gap: 20px;
}
.flexible{
    width: 50%;
}
.duration{
    width: 50%;
}
.duration{
    width: 50%;
}
.travelers{
    /* font-family: Desktop/Family/Body; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFBEB;
}
.adults-children{
    display: flex;
    gap: 40px;
}
.adults-children input {
    width: 100px;
}
.adults{
    display: flex;
    align-items: center;
    gap: 20px;
}
.children{
    display: flex;
    align-items: center;
    gap: 20px;
}
.preference{
    width: 100%;
}
.preference-section{
    width: 100%;
    height: 42px;
    border-radius: 8px;
    gap: 8px;
    border-width: 1px;
    border: 1px solid #FFCD00;
    box-shadow: 0px 1px 2px 0px #1018280D;

}
.checkbox-group{
    padding-top: 8px;
}
.checkbox-group input{
    width: 4%;
}
.radio-group{
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFBEB;
    gap: 80px;
}
.radio-yes{
    display: flex;
    width: 20%;
}
.radio-no{
    display: flex;
    width: 20%;
}
.contact-sunmit-btn{
    display: flex;
    justify-content: flex-end;
}
.contact-sunmit-btn button{
    width: 260px;
    height: 48px;
    border-radius: 8px;
    padding: 12px 20px;
    gap: Medium/Spacing;
    background: #FFCD00;
    border: none;
}

.budget-group{
    width: 50%;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFBEB;
    gap: 80px;
}


.budget-section {
    background-color: #000;
    color: #FFD700;
    padding: 20px;
    border-radius: 10px;
}
.range-slider input{
    padding: 0px 0px;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFBEB;

}

input[type="range"] {
    width: 60%;
    accent-color: #FFD700;
}

label {
    display: block;
    margin: 10px 0;
}

.contactus-banner-text-box{
    backdrop-filter: blur(12px);
    box-shadow: 0px 20px 40px 8px #F2F2F229;

}

/* :::::::::::::::::::::::::::::::::::::::::::::
                CONTACT US END
::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::
               NEWS BLOGS START
::::::::::::::::::::::::::::::::::::::::::::: */
.expeditions-blog{
    display: flex;
    width: 100%;
}
.expeditions-blog-left{
    width: 100%;
    position: relative;
    height: 684px;

}
/* .expeditions-blog-right{
    width: 50%;
} */
.expeditions-blog-left-img1 img{
    /* width: 608; */
    width: 100%;
    height: 340px;
    border-radius: 20px;
}
.expeditions-blog-left-text-box{
    position: absolute;
    width: 90%;
    /* height: 368px; */
    top: 316px;
    left: 32px;
    border-radius: 16px;
    padding: 20px 24px;
    gap: 20px;
    background: #FFFFFFE5;
}

.expeditions-blog-left-text-box h4{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFCD00;
}
.blog-name-date{
    display: flex;
    gap: 60px;
}
.expeditions-blog-left-btn{
    display: flex;
    justify-content: flex-end;
}
.expeditions-blog-left-btn button{
    width: 125px;
    height: 60px;
    border-radius: 8px;
    padding: 16px 24px;
    background: #FFCD00;
    border: 0;
}

.expeditions-blog-right-head-text h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: right;
    color: #FFCD00;


}
.expeditions-blog-right-head-text h4{
    color: #423B4F;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
}
.expeditions-blog-right-img-box{
    height: 556px;
    overflow-y: auto;
}

.expeditions-blog-right-img-boxs{
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-top: 20px;

}



.blog-right-img-box-text{
    width: 76%;
    height: 92px;
    top: 16px;
    border-radius: 16px;
    padding: 10px 16px;
    gap: 12px;
    background: #FFFFFFCC;
    position: absolute;
    left: 0;
}
.blog-right-img-box-text h5{
    font-family: var(--heading-font);
}

.blog-right-img-box img{
    width: 292px;
    height: 124px;
    /* left: 269px; */
    border-radius: 12px;

}

.mediaccc{
    width: 100%;
    background:
    linear-gradient(270deg, rgba(0, 0, 0, 0) 44.99%, #000000 80.75%),
    url('../images/mediacccimg.jpg');
    background-size: 100% auto, cover;
    background-position: right center, center;
    background-repeat: no-repeat, no-repeat;
}
.mediaccc-banner{
    display: flex;
    position: relative;
    height: 492px;
    padding: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 44.99%, #000000 80.75%);
}
.mediaccc-banner h4{
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFF7D6;
}
.mediaccc-banner button{
    width: 292px;
    height: 60px;
    border-radius: 8px;
    padding: 16px 24px;
    background: #FFCD00;
}
.travel-news-header h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    color:  #FFCD00;

}
.travel-news-header h4{
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color:#201C26;
    padding-bottom: 30px;
}
.travel-news-text-img{
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 26px 0px;
    margin-bottom: 36px;
}
.travel-news-text{
    width: 85%;
    margin-right: auto;
    border-radius: 16px;
    padding: 20px 20px;
    background: #FFFFFFCC;

}
.travel-news-text h5{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #201C26;
}
.travel-news-text .travel-news-text-p{
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}
.travel-news-img{
    height: 100%;
    width: 65%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}
.travel-news-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.travel-news-slider {
    padding-left: 50%;
    height: 168px ;
    position: relative;
}

.travel-news-slider .slick-slide {
    height: 200px ;
    width: 292px ;
    margin: 20px ;
    border-radius: 20px ;
}

.travel-news-slider .slick-next {
    position: absolute ;
    right: 50% ;
}

.travel-news-slider .slick-slide img {
    height: 168px ;
    border-radius: 20px;
}


.expeditions-blog-right-img-box {
    height: 556px;
    overflow-y: auto;
    padding-right: 10px;
}

.expeditions-blog-right-img-box::-webkit-scrollbar {
    width: 10px;
}
.expeditions-blog-right-img-box::-webkit-scrollbar-thumb {
    background-color: #FFCD00;
    border: 1px solid #C9AA23;
    border-radius: 5px;
    backdrop-filter: blur(4px)

}

.expeditions-blog-right-img-box::-webkit-scrollbar-track {
    background-color: #FFFBEB66;
}


/* new code */


.travel-news-container .owl-carousel{
    position: static !important;
}
.travel-news-container{
    position: relative;
}


.travel-news-container .owl-carousel .owl-nav{
    top: 0 !important;
}


.expeditions-blog-left-btn {
    margin-top: 25px;
}


.owl-carousel .owl-item img{
    width: 292px !important;
    height: 168px !important;
    border-radius: 20px;

}
.owl-item .travel-news-img{
    height: auto;
    width: 100%;
}
.owl-item{
    width: 292px;
}
.owl-item .slider-item {
    width: 292px;
    height: 200px;
    position: relative;
}
.owl-item .slider-item p{
    position: absolute;
    bottom: 2px;
    width: 276px;
    left: 8px;
    border-radius: 20px;
    padding : 12px 8px;
    background: #00000099;
    color:  #F7F6F8;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px !important;

}
.owl-nav {
    position: absolute;
    top: -389px !important;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: end !important;
    gap: 151px !important;
}
.owl-carousel .owl-nav button.owl-prev{
    background-color: transparent;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 10;
    top: unset;
    bottom: 130px;
    color: #33363F;
    border: 1px solid var(--primary) !important;
    transition: 300ms ease-in all;

}
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color:var(--primary) !important;
    color: #33363F !important;
}

.owl-carousel .owl-nav button.owl-next{
    background-color: transparent;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 10;
    top: unset;
    bottom: 130px;
    color: #33363F;
    border: 1px solid var(--primary) !important;
    transition: 300ms ease-in all;

}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color:var(--primary) !important;
    color: #33363F !important;
}



/* after merge */

.owl-nav {
    top: -497px !important;
}
.owl-carousel.owl-drag .owl-item{
    width: 292px !important;
}
.owl-item .slider-item p {
    position: absolute;
    bottom: 2px;
    width: 260px;
    left: 16px;
    border-radius: 20px;
    padding: 12px 8px;
    background: #00000099;
    color: #F7F6F8;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 14px !important;
    line-height: 24px !important;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                NEWS BLOGS END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
                NEWS BLOGS DETAILS START
::::::::::::::::::::::::::::::::::::::::::::: */
.news-blogs-details{
    gap: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.news-blogs-details-left{
    /* width: 70%; */
    width: 783px;
}
.news-blogs-details-right{
    width: 30%;
}
.news-blogs-details-left-img img{
    width: 783px;
    height: 238px;
    border-radius: 20px;
}
.news-blogs-details-left-text{
    position: absolute;
    width: 78%;
    /* height: 152px; */
    top: 55%;
    left: 87px;
    border-radius: 16px;
    padding: 20px 24px;
    gap: 20px;
    background: #FFFFFFCC;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-blogs-details-left-text h3{
    align-content: center;

}

.news-blogs-details-left-img2 img{
    height: 300px;
    border-radius: 16px;

}
.news-blogs-details-left-img-text{
    position: relative;
    height: 40vh;
}
.news-blogs-details-left-tex-box-btn{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    /* width: 70%; */
}
.tex-box-btn button{
    /* width: 164px; */
    height: 48px;
    border-radius: 8px;
    padding : 12px 20px;
    border-width: 1px;
    color: #423B4F;
    border: 1px solid  #FFCD00;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.news-blogs-details-right-head h5{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  #201C26;
    padding-left: 10px;
}
.news-blogs-details-right-img-box{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    flex-direction: column;
    gap: 20px;
}
.news-blogs-details-right-img{
    display: flex;
    justify-content: end;
}
.news-blogs-details-right-img img{
    width: 186px;
    height: 124px;
    /* left: 211px; */
    border-radius: 12px;


}
.news-blogs-details-right-text-box{
    position: absolute;
    width: 92%;
    height: 92px;
    top: 16px;
    border-radius: 16px;
    padding : 10px 16px;
    gap: 12px;
    background: #FFFFFFCC;
    left: 0;
}
.news-blogs-details-right-text-box h5{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  #625775;
}
.news-blogs-details-right-text-box p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #85789B;
}
.join-adventure{
    margin-left: 16px;
    margin-top: 25px;
}
.adventure-btn-text{
    margin-top: 12px;
}
.adventure-btn-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #625775;
    margin-bottom: 5px;

}
.adventure-btn-text button{
    /* width: 120px; */
    height: 36px;
    border-radius: 8px;
    padding : 8px 16px;
    background: #FFCD00;
    border: none;
}
.carousel-text-box{
    position: relative;
    width: 276px;
    height: 72px;
    top: -43px;
    left: 8px;
    border-radius: 20px;
    padding : 12px 8px;
    gap: 10px;
    background: #00000099;


}
.carousel-text-box p{
    position: absolute;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  #F7F6F8;
}
.travel-news-header{
    margin-top: 50px;
    padding-left: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                NEWS BLOGS DETAILS END
::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::
                 Expedition Start
::::::::::::::::::::::::::::::::::::::::::::: */
.banner-mb {
    display: none;
}
.banner-lg{
    display: flex;
}
.expeditions-banner-text-box{
    bottom: -150px;
}


.explore-custom-design-btn-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background:  #201C26;
    border-radius: 12px;
    border: 2px solid;
}
.expeditions-banner-text{
    backdrop-filter: blur(12px);
box-shadow: 0px 20px 40px 8px #F2F2F229;


}
.expeditions-banner-text h1{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    color: linear-gradient(91.07deg, #FFCD00 64.6%, #C9AA23 100%);






}
.expeditions-banner-text h2{
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 22px;
    line-height: 29.33px;
    letter-spacing: 0%;
    text-align: center;
    color: #A08844;
}
.explore-btn{
    width: 50%;
}
.explore-btn button{
    width: 100%;
    height: 50px;
    left: 4px;
    border-radius: 12px;
    padding : 12px 64px;
    gap: 10px;
    background:  #FFCD00;
    box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    text-align: center;
    color: #201C26;

}
.custom-design-btn{
    width: 50%;
}
.custom-design-btn button{
    width: 100%;
    height: 50px;
    left: 4px;
    border-radius: 12px;
    /* padding : 12px 64px; */
    gap: 10px;
    background: #201C26;
    box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    text-align: center;
    color: #201C26;
    color:  #A79EB7;
}
.filters-drop-box h5{


    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    color: #423B4F;
    /* margin-bottom: 0; */
    margin-top: 10px;


}
.filters-drop-box{
    display: flex;
    justify-content: space-between;
}
.filters-drop-left-box{
    display: flex;
    gap: 8px;
}
.destination-section{
    /* width: 179; */
    /* height: 48; */
    border-radius: 8px;
    border-width: 1px;
    padding: 12px 0px;
    border: 1px solid #C9AA23;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #423B4F;
    transition: background-color 0.3s ease;

}
.destination-section:hover {
    background-color: #FFFBEB;
}
.filters-drop-right-box{
    display: flex;
    /* width: 209; */
    /* height: 52; */
    border-radius: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 8px;
    border: 1px solid #FFCD00;
    margin-top: 38px;


}


.filters-drop-right-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    color:  #423B4F;
    margin-bottom: 0;




}
.filters-drop-right-box span{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFCD00;
    margin: 0;
    cursor: pointer;


}
.expeditions-img-container-box{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;


}
.expeditions-imgbox{
    /* width: 386px; */
    /* height: 620px; */
    padding-top: 16px;
    gap: 8px;
}


.expeditions-imgboximg img{
    width: 386px;
    height: 220px;
    border-radius: 16px;
}
.expeditions-imgbox h4{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFCD00;
    padding-top: 16px;


}
.expeditions-imgbox h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #201C26;






}
.expeditions-imgbox p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #625775;


}
.answer-call-learn-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.expeditions-imgbox .answer-call button{
    width: 186px;
    /* height: 48; */
    border-radius: 8px;
    padding: 12px 20px;
    background:  #201C26;
    color:  #F7F6F8;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;




}
.expeditions-imgbox .learn-more button{
    width: 186px;
    /* height: 48; */
    border-radius: 8px;
    border-width: 1px;
    padding: 12px 20px;
    border: 1px solid  #FFCD00;
    color: #423B4F;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    background: none;


}
.expeditions-imgbox .learn-more button:hover {
    background-color: #FFFBEB;
}




/* filter  */


.mb-filter-box-right{
    display: none;
    /* width: 162px; */
    height: 40;
    border-radius: 8px;
    border-width: 1px;
    padding: 8px 16px;
    border: 1px solid #C9AA23;


}
.mb-filter-box-right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #423B4F;
    margin-bottom: 0;




}
.mb-filter-box-right span{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  #FFCD00;
    cursor: pointer;






}




.mb-filter-box-left button{
    width: 120px;
    height: 40;
    border-radius: 8px;
    border-width: 1px;
    gap: Small/Spacing;
    padding : 8px 16px;
    border: 1px solid #C9AA23;
    background: none;


}

.mb-filter-box-left button img{
    padding-left: 7px;
}











/*  filter  */


/* popup  */


.filter-popup{
    height: 837px;
    top: 40px;
    box-shadow: 0px 6px 12px 4px #00000066;
    background: #000000CC;
    align-items: center;
    display: none
}
.mb-filter-box{
    display: none;
    justify-content: space-between;
    /* gap: 40px; */
    margin-top: 10px;
    flex-wrap: wrap;

}



.filter-popup h5{
    color:  #FFCD00;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;


}
.mb-filter-apply-btn {
    display: flex;
    justify-content: center;
}
.mb-filter-apply-btn button{
    width: 240px;
    /* height: 48px; */
    border-radius: 8px;
    padding: 12px 24px;
    background:  #FFCD00;
    color:  #201C26;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 15%;
}

.mb-filter-container{
    margin: 20px;
}
.mb-filter-drop{
    background:  #FFFBEB;
}


.mb-filter-btn{
    top: 10px;
    position: absolute;
    right: 10px;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.filter-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}



/* popup */
.contact-form-modal{
    width: 80%;
    margin-inline: auto;
    top: 15%;
    background: none;

}
.contact-form-pop-btn{
    top: 10px;
    position: absolute;
    right: 10px;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}



/* kenya section add  */

/* .block-0 .image{
    position: absolute;
    right: 0;
} */
/* .block-0 .image .img-1{
    width: 33vw;
    height: 70vh;
} */
.block-0 .kenya-text{
    position: relative;
    margin-left: 0px !important;
}
.block-0 .kenya-text-title{
    margin-bottom: 25px;
}

.block-0{
    display: flex;
    position: relative;
}

.block-0 .image .img-1{
    position: absolute;
    width: 36%;
    top: 0;
    bottom: 0;
    right: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                Expedition End
::::::::::::::::::::::::::::::::::::::::::::: */
