* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    scroll-behavior: smooth;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.5px;
    line-height: 1.3195;
    font-family: "Outfit", sans-serif !important;

}

body,
html {
    overflow-x: hidden;
    background: linear-gradient(90deg, #F6FCFF -16.43%, #D6FDFF 119.69%);
}

.explore__discovery__row {
    background-image: url('../images/bae0e5ee4e34ac39b57819f134805613de1e8f36.webp') !important;
}

.passport_features {
    background: #00000069;
    border: 1px solid #FFFFFF59;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 40px;
    text-align: center;
}

.explore__discovery__grid__rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1280px;
    margin: auto;
    padding: 0px 10px;
    width: 100%;
    /* border: 1px solid white; */
}



.passport_features h3 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;

}

.passport_features h3 span {
    vertical-align: middle;
}

.passport_features h3 .yellow_center {
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #FFB628;
}

.passport_features p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5195;
    margin-bottom: 15px;
}


.reminders {
    background-color: #00000026;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    padding: 13px 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.reminders p {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    margin-bottom: 0;
}


@media screen and (max-width: 1499.99px) {
    .explore__discovery__row {
        background-position: 30% !important;
    }

    .download__row {
        margin-top: 200px;
    }
}


@media screen and (max-width: 992px) {
    .explore__discovery__grid__rows {
        max-width: 500px;
        margin-left: auto;
        margin-right: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 640px) {
    .passport_features {
        padding: 40px 20px;
    }
}


@media screen and (max-width: 598px) {
    .passport_features h3 {
        font-size: 32px;
    }
}

.explore__discovery__rowm {
    background-image: url('../images/1e839c9bcc4b638398d02e4dfbd1bac7a4f97888.webp') !important;
}


.passport_features h3 .Traveinstein {
    font-weight: 700;
}

@media screen and (max-width: 1499.99px) {
    .explore__discovery__rowm {
        background-position: 56% !important;
    }


}

@media screen and (max-width: 992px) {
    .explore__discovery__rowm .explore__discovery__grid__rows {
        max-width: 500px;
        margin-left: 0;
        margin-right: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .reminders p br {
        display: none;
    }
}



@media screen and (max-width: 991.99px) {



    .Traveinstein__Row .row {
        flex-direction: column-reverse;
    }
}

.men_images img {
    mix-blend-mode: darken;
    max-width: 100%;
}


.power {
    font-size: 70px;
    color: #FFB628;
    font-weight: 700;
}



.merges p {
    line-height: 1.5195;

}

.Vector {
    position: absolute;
    width: auto;
    top: 100px;
    z-index: -1;
    right: -50px;
    max-width: 1100px;
}


@media screen and (max-width: 1199.99px) {
    .Vector {
        right: -100px;

    }
}


@media screen and (max-width: 1080px) {
    .power {
        font-size: 54px;
    }
}


@media screen and (max-width: 992px) {
    .Vector {
        right: -150px;
        top: -200px;
    }

    .merges {
        max-width: 600px;
    }


}


@media screen and (max-width: 640px) {
    .Vector {
        top: -280px;
    }


}



@media screen and (max-width: 640px) {
    .power {
        font-size: 40px;
    }

    .text_empower h2 {
        font-size: 40px;
    }


}



.human_guide {
    padding: 50px 20px 50px 20px;

    @media screen and (max-width: 598px) {
        padding: 50px 0;
    }
}


.museum {
    max-width: 1360px;
    margin: auto;
}


.museum_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-auto-rows: auto;
    /* rows adjust to content */
    padding: 0px 10px;

    @media screen and (max-width: 714px) {
        grid-template-columns: repeat(1, 1fr);
    }
}



.museum_voice img {
    mix-blend-mode: darken;
    width: 100%;
}


.Voice_guide {

    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #FFFFFF;
    padding: 30px 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    transform: translateX(80px);
    z-index: 1;

    text-align: center;
}

.Voice_guide span {
    vertical-align: middle;
}

.Voice_guide h3 {
    font-family: "Outfit", sans-serif;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
}

.Voice_guide h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.7195;

}

.explorers {
    font-weight: 600;
    color: #FFB628;
}



.Voice_guide .row {
    align-items: center;
    margin-top: 16px;
}


.Voice_guide .col-xl-7 {
    text-align: end;
}

.Voice_guide .col-xl-5 {
    text-align: left;
}

.landmark {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    background-color: #E0E5FF;
}

.landmark p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}


.Voice_guide h4 {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7195;

}



@media screen and (max-width: 1199.99px) {
    .Voice_guide h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1080px) {
    /* .museum_grid {
        grid-template-columns: repeat(1, 1fr);
    } */

    .Voice_guide {
        transform: translateX(0);
        max-width: 600px;
        margin: 20px auto;
    }

    .museum_voice {
        text-align: center;
    }

    .Voice_guide {
        order: 2;
    }
}


.them_guide h3 {
    font-weight: 500;
}

.them_guide .col-xl-8 {
    text-align: end;
}


.Voice_guide .col-xl-4 {
    text-align: left;
}


.them_guide .row {
    margin-top: 0;
}

.Adventure {
    margin-top: 20px;
}


.Itinerary {
    background-color: #fff;
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.top_frame {
    position: absolute;
    top: -12%;
    animation: moveZigzag 15s linear infinite;
}

.bottom_frame {
    position: absolute;
    bottom: -10%;
    animation: moveZigzag 15s linear infinite;

}

@keyframes moveZigzag {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* move half of the width */
    }
}

.Itinerary_section {
    max-width: 100%;
}

.Itinerary_section .Voice_guide {
    transform: translateX(0);
    max-width: 630px;
    background-color: #FFB628;
    box-shadow: none;
    margin: 0px 20px;
}

.quick_search {
    font-weight: 600;
}


.Itinerary_section .Voice_guide .landmark {
    background: #00000026;
    color: #000000;
    border: 1px solid #000000
}

.Itinerary_section .Voice_guide .col-xl-8 {
    text-align: end;
}


@media screen and (max-width: 1299.99px) {
    .them_guide .col-xl-8 {
        text-align: center;
    }


    .Voice_guide .col-xl-4 {
        text-align: center;
    }


    .Voice_guide .col-xl-7 {
        text-align: center;
    }

    .Voice_guide .col-xl-5 {
        text-align: center;
    }

    .Itinerary_section .Voice_guide .col-xl-8 {
        text-align: center;
    }
}


@media screen and (max-width: 1080px) {

    .Itinerary_section .Voice_guide {
        margin: 40px auto;
    }

    .museum_voice img {
        max-width: 600px;
        margin: auto;
    }


}



@media screen and (max-width: 640px) {
    .Itinerary_section .Voice_guide {
        margin: 40px 20px;
    }
}


@media screen and (max-width: 598px) {
    .Voice_guide h3 {
        font-size: 32px;

    }

    .Voice_guide {
        padding: 40px 20px;
    }
}


.Translation_all_section {
    padding: 50px 0px;
    position: relative;

    @media screen and (max-width: 992px) {
        padding: 50px 0 0 0;
    }
}


.camera_img {
    position: absolute;
    mix-blend-mode: darken;
    left: 0;
    bottom: -20%;

    @media screen and (max-width: 992px) {
        bottom: -5%;
    }
}

@media screen and (max-width: 992px) {
    .headpone>img {
        width: 120px;
    }
}


.dotted_line {
    position: absolute;
    bottom: -40%;
    left: 38%;
}

.rainbow_img img {
    width: 100%;
    mix-blend-mode: darken;
}

.grid_languages {
    max-width: 500px;
    margin-left: auto;
    margin-right: 0px;
    transform: translateX(40px);
    position: relative;
    z-index: 2;

}

.barriers .row {
    align-items: center;
}




.grid_languages h3 {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}

.grid_languages h3 span {
    vertical-align: middle;
}


.grid_languages h3 .documents {
    color: #FFB628;
    font-weight: 700;
}

.live_grid_section {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 40px 40px;

    @media screen and (max-width: 598px) {
        padding: 40px 20px;
    }
}

.live_grid_section h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.7195;
}

.live_grid_section ul li {
    font-size: 20px;
    color: #4D4D4D;
    line-height: 1.7195;
    font-weight: 500;
}


.live_grid_section p {
    color: #4D4D4D;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}


.travel_network {
    transform: translateX(-40px);
    margin-right: auto;
    margin-left: 0;
}

@media screen and (max-width: 991.98px) {
    .grid_languages {
        transform: translateX(0);
        margin: 20px auto;
    }


    .ai_languages {
        flex-direction: column-reverse;
    }

    .travel_network {
        transform: translateX(0px);
        margin: 20px auto;
    }
}


@media screen and (max-width: 598px) {
    .grid_languages {
        transform: translateX(0);
        margin: 20px 10px;
    }

    .travel_network {
        transform: translateX(0px);
        margin: 20px 10px;
    }
}


@media screen and (max-width: 992px) {
    .bottom__mobileX {
        background-color: #ffb628;
        height: 18px;
        margin-top: -10px;
        display: block;
    }
}

/* 
.next_gen {
    background-color: #FFB628;
    padding: 40px 0px;
    position: relative;
} */

.next_gen {
    position: relative;
    padding: 40px 0;
    background-color: #FFB628;
    /* base color */
    z-index: 1;
    /* keep content above */
}

.next_gen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-attachment: fixed;
    background: url("../images/adc9469a2c6be0572000201386921c72781b69a3.webp") no-repeat center / cover;
    z-index: -1;
    /* send behind content */
}


.juice {
    position: absolute;
    /* mix-blend-mode: darken; */
    top: -50%;
    left: 6%;
    z-index: 99;
}

.juice img {
    max-width: 200px;
    width: 100%;
}

.next_gen .slick-slide>div {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 20px 30px;
    text-align: center;
    margin: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}


.text_next_gen {
    text-align: center;
    margin: 0px 20px 30px 20px;
}

.text_next_gen h3 {
    font-family: "Outfit", sans-serif !important;
    font-size: 54px;
    color: #000000;
    font-weight: 400;

}

.next_gen .slick-slide>div p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif !important;

}

.text_next_gen h3 span {
    vertical-align: middle;
}

.text_next_gen .Features_build {
    font-weight: 700;
}

.text_next_gen p {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}




@media screen and (max-width: 640px) {


    .juice {
        top: -30%;
    }

    .juice img {
        width: 150px;
    }
}

@media screen and (max-width: 598px) {
    .text_next_gen h3 {
        font-size: 32px;
    }
}


.endless_container {
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    border-radius: 50px;
    padding: 60px 60px 0px 0px;
    max-width: 1300px;
    margin: auto;
    /* border-top-right-radius: 30%; */

}


.destination img {
    width: 100%;
    border-bottom-left-radius: 50px;
}


@media screen and (max-width: 598px) {
    /* .destination img{
    max-width: 200px;
  }  */

    .destination {
        text-align: center;
    }
}

.Itinerary_section_live {
    position: relative;
    z-index: 2;
    margin: 0px 20px;
}

.air_img {
    position: absolute;
    top: -7%;
    left: -23px;
    animation: bounce2 2s ease infinite;
}


@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.ai_powered_section h3 {
    color: #000000;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
}


.ai_powered_section h3 span {
    vertical-align: middle;
}


.ai_powered_section h3 .Trip {
    font-weight: 700;
    color: #FFB628;
}

.itinerary_deploy {
    display: flex;
    align-items: center;
    height: 100%;
}


.ai_powered_section h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ai_powered_section p {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}


.Restaurant_hotel {
    background-color: #E0E5FF;
    padding: 10px 20px;
    border-radius: 35px;
    text-align: center;
}

.Restaurant_hotel p {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;

    @media screen and (max-width: 1080px) {
        white-space: initial;
    }
}


.pickups h4 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0px;
}

.pickups .enjoy_para {
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 0;
}


@media screen and (max-width: 1299.99px) {
    .endless_container {
        padding: 150px 60px 50px 0px;
    }

    .endless_container .col-md-3 {
        width: 35%;
    }

    .endless_container .col-md-4 {
        width: 45%;
    }
}

@media screen and (max-width: 991.98px) {
    .endless_container {
        max-width: max-content;
        padding: 50px 20px 50px 20px;
        margin: auto;
        clip-path: inherit;
        border-top-right-radius: 50px;
    }

    .Itinerary_section_live {
        margin: 40px 20px 20px 20px;
    }

    .air_img {
        top: -2%;

    }
}

@media screen and (max-width: 640px) {
    .ai_powered_section h3 {
        font-size: 32px;
    }

    .endless_container .col-md-3 {
        width: 50%;
    }

    .endless_container .col-md-4 {
        width: 50%;
    }
}

@media screen and (max-width: 598px) {
    .Itinerary_section_live {
        font-size: 32px;
    }

    .grid_languages h3 {
        font-size: 32px;
    }
}



.check_list {
    padding: 50px 20px;
    position: relative;

    @media screen and (max-width: 640px) {
        padding: 50px 20px 100px 20px;
    }
}


.bag {
    position: absolute;
    mix-blend-mode: darken;
    left: 0;
    top: 0;
}

.bag img {
    max-width: 220px;
    width: 100%;

    @media screen and (max-width: 1080px) {
        max-width: 120px;
    }
}

.headpone {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: darken;
}

.line_left {
    position: absolute;
    right: 0%;
    top: 0%;
}

.coconut {
    position: absolute;
    mix-blend-mode: darken;
    left: 0px;
    top: -6%;

    @media screen and (max-width: 992px) {
        top: -20%;
    }

    @media screen and (max-width: 640px) {
        top: -6%;
    }
}

.coconut img {
    width: 100%;
    max-width: 250px;
}


.mountain_img {
    position: absolute;
    mix-blend-mode: darken;
    right: 0;
    bottom: 0;
    z-index: 22;

    @media screen and (max-width: 598px) {
        bottom: -180px;
    }
}

.mountain_img img {
    max-width: 300px;
    width: 100%;

    @media screen and (max-width: 1080px) {
        max-width: 200px;
    }
}

.map_mobile_img {
    position: absolute;
    left: 0;
    bottom: -6%;
    z-index: 222;
    mix-blend-mode: darken;

    @media screen and (max-width: 598px) {
        bottom: -25%;
    }
}

.map_mobile_img img {
    width: 100%;
    max-width: 200px;
    mix-blend-mode: darken;

    @media screen and (max-width: 1080px) {
        max-width: 120px;
    }
}

.visas_container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

.ship {
    position: absolute;
    top: 8%;
    left: -5%;
    animation: shipFloat 6s ease-in-out infinite;
    mix-blend-mode: darken;

}

.image_right {
    position: absolute;
    right: 0;
}

.image_left {
    position: absolute;
    left: 6%;
    bottom: -30%;
}

@keyframes shipFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(-2deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(20px) rotate(2deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.ship img {
    width: 254px;
    mix-blend-mode: darken;
}

.step_again {
    margin-bottom: 50px;
}

.step_again h3 {
    color: #000000;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 10px;
}

.step_again h3 span {
    vertical-align: middle;
}

.step_again h3 .to_do {
    color: #FFB628;
    font-weight: 700;
}


.step_again p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.visal_graph img {
    width: 100%;
    mix-blend-mode: darken;
    max-width: 797px;
}

.visal_graph {
    position: relative;
}


.currency_container {
    position: absolute;
    background-color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    top: 50px;
    right: 185px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 30px 30px;
    border-radius: 40px 40px 40px 0px;
    animation: floatIcon 3s ease-in-out infinite;

}


.currency_container p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;

}


.maps_container {
    position: absolute;
    background-color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    animation: floatIcon 3s ease-in-out infinite;

    top: 220px;
    right: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 30px 30px;
    border-radius: 40px 40px 40px 0px;
}


.maps_container p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;

}


.offline_container {
    position: absolute;
    background-color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    animation: floatIcon 3s ease-in-out infinite;

    bottom: 80px;
    left: 30%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 30px 30px;
    border-radius: 40px 40px 0px 40px;
}


.offline_container p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}


.passport_conatiners {
    position: absolute;
    background-color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    top: 80px;
    left: 6%;
    animation: floatIcon 3s ease-in-out infinite;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 30px 30px;
    border-radius: 40px 40px 0px 40px;
}


.passport_conatiners p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;

}



.validity_container {
    position: absolute;
    background-color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    animation: floatIcon 3s ease-in-out infinite;

    top: 40%;
    left: 14%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 30px 30px;
    border-radius: 40px 40px 0px 40px;
}


.validity_container p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;

}


.pre_travel {
    top: 50%;
}

.application {
    top: 27%;
    left: 6.5%;
}


.access_point {
    top: 12%;
    right: 6%;
}

.guides_work {
    padding: 30px 20px;
}

.Downloadable {
    top: 31%;
    right: 6%;
}

.Cached_packs {
    top: 18%;
    left: 6%;
}

.smart_uploads {
    bottom: 22%;
    left: 6%;
}

.train {
    position: absolute;
    /* make it relative to viewport */
    bottom: 0;
    right: -3%;
    /* start offscreen right */
    width: 330px;
    /* same as your train image width */
    /* animation: trainMove 8s linear infinite; */
    mix-blend-mode: darken;
    /* z-index: 9999; */
}

.train img {
    width: 100%;
    display: block;
    mix-blend-mode: darken;
}




@media screen and (max-width:992px) {
    .currency_container {
        right: 0px;
    }

    .maps_container {
        right: 0;
    }

    .validity_container {
        left: 0;
    }

    .passport_conatiners {
        left: 0;
    }

    .ship {
        left: -13%;
    }

    .train {
        right: -13%;
    }
}



@media screen and (max-width: 768px) {

    .train img {
        max-width: 200px;
    }
}

@media screen and (max-width: 747.99px) {
    .currency_container {
        right: initial;
        left: 0;
        position: initial;
        margin-bottom: 10px;
    }

    .maps_container {
        right: initial;
        left: 0;
        position: initial;
        margin-bottom: 10px;
    }

    .validity_container {
        left: 0;
        position: initial;
        margin-bottom: 10px;

    }

    .offline_container {
        left: 0;
        position: initial;
        margin-bottom: 10px;

    }

    .passport_conatiners {
        left: 0;
        position: initial;
        margin-bottom: 10px;
    }


    .all_iems_visa {
        position: absolute;
        top: 0px;
    }

    .ship img {
        max-width: 200px;
        mix-blend-mode: darken;
        width: 100%;
    }

    .ship {
        left: -6%;
        top: 7%;
    }



}


@media screen and (max-width: 640px) {
    .ship img {
        max-width: 200px;
        mix-blend-mode: darken;
        width: 100%;
    }

    .ship {
        left: -18%;
        top: -7%;
    }

    .train {
        right: -30%;
        bottom: 10%;

    }


    .image_right {
        position: absolute;
        right: -43%;
    }
}

@media screen and (max-width: 640px) {
    .step_again h3 {
        font-size: 36px;
    }



    .currency_container,
    .maps_container,
    .offline_container,
    .passport_conatiners,
    .validity_container {
        max-width: 300px;
        padding: 20px;
    }

}




@media screen and (max-width: 598px) {
    .step_again h3 {
        font-size: 32px;
    }


    .all_iems_visa p {
        font-size: 14px;
    }


    .visal_graph {
        position: initial;
    }

    .all_iems_visa {
        top: 50%;
    }

    .check_list {
        padding: 50px 20px 0px 20px;
    }

    .image_left {
        display: none;
    }

    .image_right {
        z-index: 1;
    }
}





@media screen and (max-width: 538px) {

    .currency_container,
    .maps_container,
    .offline_container,
    .passport_conatiners,
    .validity_container {
        max-width: 180px;
        padding: 20px;
    }

}


.balloons {
    position: fixed;
    z-index: 99;

    top: -10px;
    left: 15%;
    transform: scale(0.5);
    animation: balloonFloat 12s linear infinite;

    /* above content */

}


/* Smooth float from top (35px) to bottom (100%) */
@keyframes balloonFloat {
    0% {
        top: -150px;
        left: 15%;
        transform: scale(0.5) rotate(0deg);
    }

    10% {
        left: 16%;
        transform: scale(0.51) rotate(-2deg);
    }

    25% {
        left: 14%;
        transform: scale(0.52) rotate(1deg);
    }

    40% {
        left: 17%;
        transform: scale(0.51) rotate(-1deg);
    }

    55% {
        left: 13%;
        transform: scale(0.52) rotate(2deg);
    }

    70% {
        left: 16%;
        transform: scale(0.51) rotate(-1deg);
    }

    85% {
        left: 15%;
        transform: scale(0.5) rotate(1deg);
    }

    100% {
        top: 120vh;
        /* goes offscreen bottom */
        left: 15%;
        transform: scale(0.5) rotate(0deg);
    }
}

.balloons img {
    width: 100%;

}


/* Smooth float from top (35px) to bottom (100%) */



@media screen and (max-width: 1441px) {
    .top_frame {
        top: -13%;
    }
}

@media screen and (max-width: 1281px) {
    .top_frame {
        top: -14%;
    }
}

@media screen and (max-width: 992px) {
    .coconut img {
        width: 100%;
        max-width: 200px;
    }

    .bag {
        left: 0%;
        top: 120px;
    }

    .bag img {
        width: 80px !important;
    }

    .dotted_line {
        position: absolute;
        bottom: -9%;
        left: 38%;
    }
}

@media screen and (max-width: 640px) {
    .mountain_img img {
        max-width: 100px;
    }

    .coconut img {
        width: 100%;
        max-width: 100px;
    }

    .headpone img {
        max-width: 100px;
    }

    .bag img {
        max-width: 100px;
    }

    .map_mobile_img img {
        max-width: 100px;
    }

    /* .map_mobile_img {
        left: -10%;
        z-index: 1;
    } */

    .camera_img img {
        width: 100px;
    }

    .camera_img {
        bottom: 0px;
        z-index: 22;
    }

    /* .top_frame {
        top: -5%;
    } */
}



.music-bubbles span {
    position: absolute;
    bottom: -60px;
    font-size: 22px;
    animation: floatUp 10s linear infinite;
    opacity: 0.8;
}

/* Random left positions & timings */
.music-bubbles span:nth-child(1) {
    left: 5%;
    animation-delay: 0s;
}

.music-bubbles span:nth-child(2) {
    left: 15%;
    animation-delay: 2s;
}

.music-bubbles span:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.music-bubbles span:nth-child(4) {
    left: 35%;
    animation-delay: 1s;
}

.music-bubbles span:nth-child(5) {
    left: 45%;
    animation-delay: 3s;
}

.music-bubbles span:nth-child(6) {
    left: 55%;
    animation-delay: 5s;
}

.music-bubbles span:nth-child(7) {
    left: 65%;
    animation-delay: 7s;
}

.music-bubbles span:nth-child(8) {
    left: 75%;
    animation-delay: 6s;
}

.music-bubbles span:nth-child(9) {
    left: 85%;
    animation-delay: 8s;
}

.music-bubbles span:nth-child(10) {
    left: 95%;
    animation-delay: 4s;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateY(-50vh) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-100vh) scale(1.2);
        opacity: 0;
    }
}


.heart-bubbles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* doesn’t block clicks */
    overflow: hidden;
    z-index: 2;
}

.heart-bubbles span {
    position: absolute;
    bottom: -40px;
    font-size: 22px;
    animation: heartFloat 8s linear infinite;
    opacity: 0.8;
}

/* randomize positions & timings */
.heart-bubbles span:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    font-size: 20px;
}

.heart-bubbles span:nth-child(2) {
    left: 25%;
    animation-delay: 2s;
    font-size: 28px;
}

.heart-bubbles span:nth-child(3) {
    left: 50%;
    animation-delay: 4s;
    font-size: 24px;
}

.heart-bubbles span:nth-child(4) {
    left: 70%;
    animation-delay: 1s;
    font-size: 26px;
}

.heart-bubbles span:nth-child(5) {
    left: 85%;
    animation-delay: 3s;
    font-size: 30px;
}

@keyframes heartFloat {
    0% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateY(-50vh) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translateY(-100vh) scale(1.2);
        opacity: 0;
    }
}


.coconuts {
    position: absolute;
    /* so it can float freely */
    bottom: 0;
    left: 10%;
    /* adjust position */
    width: 40px;
    /* coconut size */
}

.coconuts img {
    width: 100%;
    height: auto;
    animation: coconutFloat 12s linear infinite;
    mix-blend-mode: darken;
}

@keyframes coconutFloat {
    0% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateY(-50vh) scale(1);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-100vh) scale(1.2);
        opacity: 0;
    }
}



.rain-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* let users still click */
    overflow: hidden;
    z-index: 3;
}

.rain-container span {
    position: absolute;
    top: -20px;
    width: 2px;
    height: 20px;
    background: rgba(173, 216, 230, 0.8);
    /* light blue raindrop */
    animation: rainFall linear infinite;
}

/* Different drops at different positions/timings */
.rain-container span:nth-child(1) {
    left: 5%;
    animation-duration: 1s;
    animation-delay: 0s;
}

.rain-container span:nth-child(2) {
    left: 15%;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
}

.rain-container span:nth-child(3) {
    left: 25%;
    animation-duration: 1.5s;
    animation-delay: 0.4s;
}

.rain-container span:nth-child(4) {
    left: 35%;
    animation-duration: 1.3s;
    animation-delay: 0.1s;
}

.rain-container span:nth-child(5) {
    left: 45%;
    animation-duration: 1.4s;
    animation-delay: 0.3s;
}

.rain-container span:nth-child(6) {
    left: 55%;
    animation-duration: 1s;
    animation-delay: 0.5s;
}

.rain-container span:nth-child(7) {
    left: 65%;
    animation-duration: 1.6s;
    animation-delay: 0.2s;
}

.rain-container span:nth-child(8) {
    left: 75%;
    animation-duration: 1.1s;
    animation-delay: 0.4s;
}

.rain-container span:nth-child(9) {
    left: 85%;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
}

.rain-container span:nth-child(10) {
    left: 95%;
    animation-duration: 1.2s;
    animation-delay: 0.6s;
}

@keyframes rainFall {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }

    100% {
        transform: translateY(100vh);
        opacity: 0;
    }
}



.rainbow_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.rainbow_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
            red,
            orange,
            yellow,
            green,
            blue,
            indigo,
            violet);
    mix-blend-mode: screen;
    opacity: 0.6;
    animation: rainbowSlide 4s linear infinite;
}

.rainbow_img img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes rainbowSlide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


/* Train animation css starts here */
.stage {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
}

.sky {
    position: relative;
}

.cloud {
    margin: 5% 0 0 100%;
    position: relative;
}

.cloud:before,
.cloud:after {
    position: absolute;
    content: '';
}

.cloud,
.cloud:before,
.cloud:after {
    /* background: #fff; */
    border-radius: 50%;
    /* border: 25px solid #fff; */
    width: 0.5%;
    overflow: visible;
}

.cloud:before {
    top: -35px;
    right: -60px;
    border-width: 30px;
}

.cloud:after {
    bottom: -25px;
    right: -95px;
    border-width: 28px;
}

.sky .cloud:nth-child(1) {
    -webkit-animation: wind 80s infinite;
    animation: wind 80s infinite;
}

.sky .cloud:nth-child(2) {
    -webkit-animation: wind 150s infinite;
    animation: wind 150s infinite;
}




/*LOCOMOTIVE*/

.locomotive {
    background-color: transparent;
}

.locomotive .cabin {
    width: 58px;
    height: 35px;
    background-color: #ffb628;
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    border-left: 4px solid #205c6b;
    border-right: 4px solid #205c6b;
}


/*locomotive window*/

.locomotive .cabin:before {
    content: ' ';
    width: 25px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 3px;
    border: 3px solid pink;
    background-color: #f1f1f1;
}

.locomotive .motor {
    display: inline-block;
    width: 85px;
    height: 40px;
    background-color: #ffb628;
    position: relative;
    border-radius: 0 8px 0px 0px;
}

.locomotive .chimney {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #e04f60;
    right: -6px;
    bottom: 10px;
    -webkit-animation: puf 4s 2;
    animation: puf 4s 2;
}

.locomotive .light {
    content: " ";
    position: absolute;
    right: -10px;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid pink;
}

.trainX {
    -webkit-animation: voyage 20s linear infinite;
    animation: voyage 20s linear infinite;
}


/*ANIMATIONS*/
@-webkit-keyframes puf {
    0% {
        bottom: 0px
    }

    25% {
        bottom: -1px;
    }

    100% {
        bottom: 5px;
    }
}

@keyframes puf {
    0% {
        bottom: 0px
    }

    25% {
        bottom: -1px;
    }

    100% {
        bottom: 5px;
    }
}

@-webkit-keyframes wind {
    0% {
        right: 0;
    }

    100% {
        right: 110%;
    }
}

@keyframes wind {
    0% {
        right: 0;
    }

    100% {
        right: 110%;
    }
}

@-webkit-keyframes voyage {
    0% {
        left: -310px;
    }

    100% {
        left: 100%;
    }
}

@keyframes voyage {
    0% {
        left: -310px;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Train animation css ends here */

@media screen and (max-width: 714px) {
    .pickups>.row:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .top_frame {
        top: -8%;
    }

    .bottom_frame {
        bottom: -5%;
    }
}

@media screen and (max-width: 992px) {
    .download__row {
        margin-top: 300px;
    }
}

@media screen and (max-width: 598px) {
    .download__row {
        margin-top: 100px;
    }

    .bottom__mobileX {
        height: 50px;
    }

    .explore__discovery__row {
        margin-top: 3.5rem !important;
    }

    .Vector {
        top: -440px;
        right: -155px;
    }

    .pickups>.row:nth-child(3) {
        grid-template-columns: repeat(1, 1fr);
    }

    .Itinerary_section_live {
        margin: 40px 10px 20px 10px;
    }

    .ship img {
        max-width: 140px;
    }

    .human_guide {
        margin-top: -1rem;
    }

    .stage {
        bottom: -170px;
    }

    .train {
        right: -47%;
        bottom: -18%;
    }

    .Itinerary_section .Voice_guide {
        margin: 40px 0px;
    }



    .no__top {
        margin-top: 7rem !important;
    }

    .Itinerary {
        margin-top: 7rem !important;
    }

    .top_frame {
        top: -9%;
    }

    .camera_img img {
        width: 60px;
    }

    .bag img {
        max-width: 50px;
    }

    .bag {
        top: 0;
    }

    .all_iems_visa>div {
        max-width: 220px !important;
    }

    .all_iems_visa p {
        font-size: 15px;
    }


    .visal_graph img {
        width: 150%;
    }


    .boat_img img {
        width: 100%;
    }

    .museum_grid {
        padding: 30px 10px;
    }

    .image_right{
                right: -58%;
    }

    .line_left img{
        width: 200px;
    }

    .line_left {
    position: absolute;
    right: -17%;
    top: -23%;
}
}