* {
    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;
}

p {
    line-height: 1.3195;
}

body,
html {
    overflow-x: hidden;
    background: linear-gradient(90deg, #F6FCFF -16.43%, #D6FDFF 119.69%);
}


.Travel {
    padding: 50px 20px;
    position: relative;
    z-index: 2;
}

.Traveinstein__Row {
    max-width: 1300px;
    margin: 40px auto 0px auto !important;

    @media screen and (max-width: 598px) {
        padding: 0px 0px !important;
    }
}

.Traveinstein__Row .row {
    align-items: center;
    text-align: left !important;
}

.men_images img {
    width: 100%;
    mix-blend-mode: darken;
    max-width: 491px;
}

.men_images {
    text-align: center;
    position: relative;
    z-index: 21;
}

.Traveinstein__Row h2 {
    font-size: 54px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
}

.Traveinstein__Row h2 .empowers {
    font-weight: 700;
    color: #FFB628;
}

.Traveinstein__Row h2 span {
    vertical-align: middle;
}

.Traveinstein__Row p {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
}

.Vector {
    position: absolute;
    width: 100%;
    top: -150px;
    z-index: -1;
    right: 10px;
    max-width: 1100px;
}

.text_empower {
    position: relative;
}


.text_empower>h2 {
    font-size: 54px !important;
}

.plane {
    position: absolute;
    top: -40px;
    left: 39%;
    transform: translateX(-39%);
}

.merges {
    max-width: 500px;
}

@media screen and (max-width: 1299.99px) {
    .Vector {
        right: -310px;
    }
}



@media screen and (max-width: 768px) {
    .merges {
        max-width: 100%;
    }

    .Traveinstein__Row h2 {
        font-size: 42px;
    }
}


@media screen and (max-width: 714px) {
    .Traveinstein__Row .row {
        flex-direction: column-reverse;
    }

    .merges {
        margin-top: 70px;
    }
}

@media screen and (max-width: 598px) {
    .Traveinstein__Row h2 {
        font-size: 32px !important;
    }
}

/* .mission {
    background: #FFB628 url('/assets/images/travel_begins_images/adc9469a2c6be0572000201386921c72781b69a3 1.png') no-repeat center center;
    background-size: cover;
    height: auto;
    margin: 60px 0 80px 0;
    padding: 100px 0px;
    position: relative;
    border-radius: 200px;
    transform: skew(-5deg, -5deg);
} */


.mission {
    background-color: #FFB628;
    /* base background color */
    height: auto;
    margin: 60px 0 80px 0;
    padding: 20px 0px 40px 0px;
    position: relative;
    border-radius: 200px;
    transform: skew(-5deg, -5deg);
    overflow: hidden;
    /* ensure pseudo-element stays inside */

    @media screen and (max-width: 598px) {
        transform: skew(-1deg, -1deg);
        border-radius: 40px !important;
    }
}

.mission::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/adc9469a2c6be0572000201386921c72781b69a3.webp') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;

    /* Animation */
    animation: bgAnimate 20s linear infinite;
}

@keyframes bgAnimate {
    0% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.1) translate(10px, 10px);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}


.mission * {
    position: relative;
    z-index: 1;
    /* ensures text/content stays above image */
}



.Vision {
    position: relative;
    padding: 0px 40px 0px 60px;
    margin-bottom: 10rem;
    z-index: 9;

    @media screen and (min-width: 1700px) {
        max-width: 1440px;
        margin: auto;
    }

    @media screen and (max-width: 992px) {
        padding: 0px 20px;
    }
}

.mountain {
    position: absolute;
    z-index: 2;
    left: -62px;
    top: -80px;
}

.mountain .matter_img,
.mountain .matter_img {
    width: 100%;
    max-width: 700px;
}

.exciting {
    background-color: #fff;
    border-radius: 35px;
    padding: 40px 60px;
    text-align: center;
}

.mission_text {
    max-width: 75%;
    margin: auto;

    @media screen and (max-width: 992px) {
        max-width: 100%;
        margin-top: 40px;
    }
}

.our_mission {
    text-align: center;
}

.text_inside {
    max-width: 1380px;
    margin: auto;
}



.text_inside .row {
    align-items: center;

    @media screen and (max-width:992px) {
        flex-direction: column;
    }
}

.text_inside>.row>div {
    transform: skew(5deg, 5deg);

    @media screen and (max-width: 992px) {
        width: 90%;
    }

    @media screen and (max-width: 598px) {
        transform: skew(1deg, 1deg);
    }
}

.mission_text h3 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 10px;
    letter-spacing: 0.01px !important;
    font-weight: 700;

    @media screen and (max-width: 598px) {
        font-size: 38px;
    }
}

.mission_text span {
    vertical-align: middle;
}

.logistics {
    color: #000000;
    font-weight: 400;
}

.exciting p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.effortless {
    margin-top: 200px;
}

.mountain_sea {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 2;
}

.mountain_sea img {
    width: 100%;
    max-width: 600px;
}


@media screen and (max-width: 1399.99px) {
    .mountain {
        left: -90px;
    }
}



@media screen and (max-width: 1299.99px) {
    .mountain {
        left: -150px;
    }

    .mountain_sea {
        right: -90px;
    }
}

@media screen and (max-width: 1199.99px) {
    .mountain {
        left: -150px;
    }

    .mountain .matter_img {
        width: 100%;
        max-width: 700px;
    }

    .mountain_sea img {
        width: 100%;
        max-width: 550px;
    }

    .effortless {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1080px) {
    .mountain .matter_img {
        max-width: 600px;
    }

    .effortless {
        margin-top: 10px;
    }
}


@media screen and (max-width:992px) {

    .mountain {
        left: -19px;
        top: -100px;
    }

    .mountain .matter_img {
        max-width: 300px;
    }


    .mountain_sea img {
        width: 100%;
        max-width: 400px;
    }

    .mountain_sea {
        right: 0px;
        bottom: -265px;
    }

    .mission {
        padding: 100px 20px;
        border-radius: 80px;
    }
}



@media screen and (max-width: 768px) {
    .mountain {
        top: -80px;

    }


    .mountain .matter_img {
        max-width: 250px;
    }

    .mountain_sea img {
        width: 100%;
        max-width: 300px;
    }

    .mountain_sea {
        right: 0px;
        bottom: -200px;
    }


    .Founder {
        background-position: 52% !important;
    }
}





.new_element {
    position: relative;
}

@media screen and (max-width: 598px) {
    .mission {
        padding: 100px 0px;
        border-radius: 80px;
    }


    .mountain {
        top: -80px;
        left: -25%;
    }


    .mountain .matter_img {
        max-width: 200px;
        border-radius: 100px;
    }

    .mountain_sea img {
        width: 100%;
        max-width: 180px;

    }

    .mountain_sea {
        right: -15%;
        bottom: -50px;
    }


    .Travel {
        padding: 50px 20px 0px 20px;
    }
}

/* Navbar css starts here */
.nav-link {
    color: rgba(0, 0, 0, 1) !important;
}

.nav-link.active {
    color: rgba(0, 0, 0, 1) !important;
}

/* Navbar css ends here */

/* Ballon Animation css starts here */
.balloon {
    position: fixed;
    top: -150px;
    left: 15%;
    transform: scale(0.5);
    animation: balloonFloat 12s linear infinite;
    z-index: 1000;
    /* above content */
}

.balloon>img {
    width: 197px !important;
}

/* Ballon Animation css ends here */

/* Text Center css starts here */
.wavy-text {
    justify-content: flex-start !important;
}

/* Text Center css ends here */

/* Circle Image animation css starts here */


/* Circle Image animation css ends here */


.inn_travel>p {
    font-size: 16px;
    letter-spacing: 0.01px !important;
    margin: 20px 0px;
}

.inn_travel>h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01px !important;

}

@media screen and (max-width: 598px) {
    .text_inside {
        margin: 0px auto 30px auto !important;
    }


    .Traveinstein__Row p {
        margin-bottom: 60px;
    }

    .effortless {
        margin: 20px auto 30px auto !important;
    }
}

/* Founder css starts here */
.Founder {
    margin: 300px 0px 100px 0px;
    position: relative;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 695" preserveAspectRatio="xMidYMid" width="1536" height="695" style="shape-rendering: auto; display: block; background: rgb(30, 164, 233);" xmlns:xlink="http://www.w3.org/1999/xlink"><g><defs><linearGradient gradientUnits="userSpaceOnUse" y2="0" y1="0" x2="1536" x1="743" id="ldbk-photon-gt74qmbffdp-lg"><stop offset="0" stop-color="%23ffb628"></stop><stop offset="1" stop-color="%23ffb628"></stop></linearGradient><mask id="ldbk-photon-gt74qmbffdp-mask"><g><path fill="%23fff" d="M1836 -0.5 L727.0568747276527 -0.5 A15.5 15.5 0 0 1 727.0568747276527 31.5 L1836 31.5"><animateTransform begin="0s" values="48.373188562047275;0;48.373188562047275" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1595.3121698255356 -0.5 L1623.6243396510713 -0.5 A15.5 15.5 0 0 1 1623.6243396510713 31.5 L1595.3121698255356 31.5 A15.5 15.5 0 0 1 1595.3121698255356 -0.5"><animateTransform begin="0s" values="0;-1878.3571190803534" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="0s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 30.5 L708.7395196397827 30.5 A15.5 15.5 0 0 0 708.7395196397827 62.5 L1836 62.5"><animateTransform begin="-1.3043478260869565s" values="-27.234527178618194;0;-27.234527178618194" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M823.896323052068 30.5 L840.3400213553215 30.5 A15.5 15.5 0 0 1 840.3400213553215 62.5 L823.896323052068 62.5 A15.5 15.5 0 0 1 823.896323052068 30.5"><animateTransform begin="-1.3043478260869565s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-1.3043478260869565s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 61.5 L737.081322976695 61.5 A15.5 15.5 0 0 1 737.081322976695 93.5 L1836 93.5"><animateTransform begin="-2.608695652173913s" values="38.015172772465455;0;38.015172772465455" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1590.2864025794277 61.5 L1613.5728051588553 61.5 A15.5 15.5 0 0 1 1613.5728051588553 93.5 L1590.2864025794277 93.5 A15.5 15.5 0 0 1 1590.2864025794277 61.5"><animateTransform begin="-2.608695652173913s" values="0;-1365.5672288680357" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-2.608695652173913s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 92.5 L685.7538133312089 92.5 A15.5 15.5 0 0 0 685.7538133312089 124.5 L1836 124.5"><animateTransform begin="-3.913043478260869s" values="-33.530104886014804;0;-33.530104886014804" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M810.5102695740345 92.5 L826.0511579436693 92.5 A15.5 15.5 0 0 1 826.0511579436693 124.5 L810.5102695740345 124.5 A15.5 15.5 0 0 1 810.5102695740345 92.5"><animateTransform begin="-3.913043478260869s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-3.913043478260869s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 123.5 L734.6658212728297 123.5 A15.5 15.5 0 0 1 734.6658212728297 155.5 L1836 155.5"><animateTransform begin="-5.217391304347826s" values="29.7442318458914;0;29.7442318458914" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1596.9089997389883 123.5 L1626.8179994779766 123.5 A15.5 15.5 0 0 1 1626.8179994779766 155.5 L1596.9089997389883 155.5 A15.5 15.5 0 0 1 1596.9089997389883 123.5"><animateTransform begin="-5.217391304347826s" values="0;-1629.3658918171811" keyTimes="0;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform><animate begin="-5.217391304347826s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="5s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 154.5 L667.852315040618 154.5 A15.5 15.5 0 0 0 667.852315040618 186.5 L1836 186.5"><animateTransform begin="-6.521739130434783s" values="-30.650051085833045;0;-30.650051085833045" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M803.8313811903434 154.5 L817.3121404120286 154.5 A15.5 15.5 0 0 1 817.3121404120286 186.5 L803.8313811903434 186.5 A15.5 15.5 0 0 1 803.8313811903434 154.5"><animateTransform begin="-6.521739130434783s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-6.521739130434783s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 185.5 L710.6896263424579 185.5 A15.5 15.5 0 0 1 710.6896263424579 217.5 L1836 217.5"><animateTransform begin="-7.826086956521738s" values="28.899344426380893;0;28.899344426380893" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1604.423499145982 185.5 L1641.8469982919642 185.5 A15.5 15.5 0 0 1 1641.8469982919642 217.5 L1604.423499145982 217.5 A15.5 15.5 0 0 1 1604.423499145982 185.5"><animateTransform begin="-7.826086956521738s" values="0;-1739.2968902573232" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-7.826086956521738s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 216.5 L664.1641571122998 216.5 A15.5 15.5 0 0 0 664.1641571122998 248.5 L1836 248.5"><animateTransform begin="-9.130434782608695s" values="-36.47351918837531;0;-36.47351918837531" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M807.9731507558784 216.5 L828.1914131908873 216.5 A15.5 15.5 0 0 1 828.1914131908873 248.5 L807.9731507558784 248.5 A15.5 15.5 0 0 1 807.9731507558784 216.5"><animateTransform begin="-9.130434782608695s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-9.130434782608695s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 247.5 L718.109662385032 247.5 A15.5 15.5 0 0 1 718.109662385032 279.5 L1836 279.5"><animateTransform begin="-10.434782608695652s" values="36.74455089459276;0;36.74455089459276" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1592.189462753784 247.5 L1617.378925507568 247.5 A15.5 15.5 0 0 1 1617.378925507568 279.5 L1592.189462753784 279.5 A15.5 15.5 0 0 1 1592.189462753784 247.5"><animateTransform begin="-10.434782608695652s" values="0;-1667.6347686171912" keyTimes="0;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform><animate begin="-10.434782608695652s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="5s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 278.5 L698.0487891770307 278.5 A15.5 15.5 0 0 0 698.0487891770307 310.5 L1836 310.5"><animateTransform begin="-11.73913043478261s" values="-28.703329159797;0;-28.703329159797" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M829.5017197639744 278.5 L865.8440217499347 278.5 A15.5 15.5 0 0 1 865.8440217499347 310.5 L829.5017197639744 310.5 A15.5 15.5 0 0 1 829.5017197639744 278.5"><animateTransform begin="-11.73913043478261s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-11.73913043478261s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 309.5 L742.5378929609388 309.5 A15.5 15.5 0 0 1 742.5378929609388 341.5 L1836 341.5"><animateTransform begin="-13.043478260869566s" values="43.1147075097124;0;43.1147075097124" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1583.7653729123172 309.5 L1600.5307458246343 309.5 A15.5 15.5 0 0 1 1600.5307458246343 341.5 L1583.7653729123172 341.5 A15.5 15.5 0 0 1 1583.7653729123172 309.5"><animateTransform begin="-13.043478260869566s" values="0;-1163.3519830040825" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-13.043478260869566s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 340.5 L695.1087275219118 340.5 A15.5 15.5 0 0 0 695.1087275219118 372.5 L1836 372.5"><animateTransform begin="-14.347826086956523s" values="-41.17488811608053;0;-41.17488811608053" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M835.6704321892553 340.5 L867.9806853858167 340.5 A15.5 15.5 0 0 1 867.9806853858167 372.5 L835.6704321892553 372.5 A15.5 15.5 0 0 1 835.6704321892553 340.5"><animateTransform begin="-14.347826086956523s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-14.347826086956523s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 371.5 L762.38830498266 371.5 A15.5 15.5 0 0 1 762.38830498266 403.5 L1836 403.5"><animateTransform begin="-15.652173913043477s" values="44.433358408973504;0;44.433358408973504" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1592.5566837016102 371.5 L1618.1133674032203 371.5 A15.5 15.5 0 0 1 1618.1133674032203 403.5 L1592.5566837016102 403.5 A15.5 15.5 0 0 1 1592.5566837016102 371.5"><animateTransform begin="-15.652173913043477s" values="0;-1210.2464458205661" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-15.652173913043477s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 402.5 L726.9101619986844 402.5 A15.5 15.5 0 0 0 726.9101619986844 434.5 L1836 434.5"><animateTransform begin="-16.956521739130434s" values="-39.503857293710624;0;-39.503857293710624" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M819.2603279759209 402.5 L837.2479976437485 402.5 A15.5 15.5 0 0 1 837.2479976437485 434.5 L819.2603279759209 434.5 A15.5 15.5 0 0 1 819.2603279759209 402.5"><animateTransform begin="-16.956521739130434s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-16.956521739130434s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 433.5 L786.1558860585764 433.5 A15.5 15.5 0 0 1 786.1558860585764 465.5 L1836 465.5"><animateTransform begin="-18.26086956521739s" values="43.06480997633397;0;43.06480997633397" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1595.3138057982844 433.5 L1623.6276115965688 433.5 A15.5 15.5 0 0 1 1623.6276115965688 465.5 L1595.3138057982844 465.5 A15.5 15.5 0 0 1 1595.3138057982844 433.5"><animateTransform begin="-18.26086956521739s" values="0;-1337.1360694189605" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-18.26086956521739s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 464.5 L739.3828041144669 464.5 A15.5 15.5 0 0 0 739.3828041144669 496.5 L1836 496.5"><animateTransform begin="-19.565217391304348s" values="-36.441158579731535;0;-36.441158579731535" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M839.2582937449105 464.5 L857.9422395312162 464.5 A15.5 15.5 0 0 1 857.9422395312162 496.5 L839.2582937449105 496.5 A15.5 15.5 0 0 1 839.2582937449105 464.5"><animateTransform begin="-19.565217391304348s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-19.565217391304348s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 495.5 L784.8421808033366 495.5 A15.5 15.5 0 0 1 784.8421808033366 527.5 L1836 527.5"><animateTransform begin="-20.869565217391305s" values="38.25794714276294;0;38.25794714276294" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1589.2107093187815 495.5 L1611.421418637563 495.5 A15.5 15.5 0 0 1 1611.421418637563 527.5 L1589.2107093187815 527.5 A15.5 15.5 0 0 1 1589.2107093187815 495.5"><animateTransform begin="-20.869565217391305s" values="0;-1366.417966059395" keyTimes="0;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform><animate begin="-20.869565217391305s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="5s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 526.5 L733.5364376904461 526.5 A15.5 15.5 0 0 0 733.5364376904461 558.5 L1836 558.5"><animateTransform begin="-22.17391304347826s" values="-27.969713265197935;0;-27.969713265197935" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M867.1243026020254 526.5 L904.1027214034959 526.5 A15.5 15.5 0 0 1 904.1027214034959 558.5 L867.1243026020254 558.5 A15.5 15.5 0 0 1 867.1243026020254 526.5"><animateTransform begin="-22.17391304347826s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-22.17391304347826s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 557.5 L792.7614906110628 557.5 A15.5 15.5 0 0 1 792.7614906110628 589.5 L1836 589.5"><animateTransform begin="-23.47826086956522s" values="49.821184967696894;0;49.821184967696894" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1584.975086244344 557.5 L1602.9501724886882 557.5 A15.5 15.5 0 0 1 1602.9501724886882 589.5 L1584.975086244344 589.5 A15.5 15.5 0 0 1 1584.975086244344 557.5"><animateTransform begin="-23.47826086956522s" values="0;-1548.7039185170013" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-23.47826086956522s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 588.5 L752.9987900462661 588.5 A15.5 15.5 0 0 0 752.9987900462661 620.5 L1836 620.5"><animateTransform begin="-24.782608695652172s" values="-33.327375491743126;0;-33.327375491743126" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M842.1146697377619 588.5 L869.6751758489482 588.5 A15.5 15.5 0 0 1 869.6751758489482 620.5 L842.1146697377619 620.5 A15.5 15.5 0 0 1 842.1146697377619 588.5"><animateTransform begin="-24.782608695652172s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform><animate begin="-24.782608695652172s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="3.3333333333333335s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 619.5 L785.7162468564268 619.5 A15.5 15.5 0 0 1 785.7162468564268 651.5 L1836 651.5"><animateTransform begin="-26.086956521739133s" values="48.41477894969387;0;48.41477894969387" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="3.3333333333333335s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1605.4375194694658 619.5 L1643.8750389389315 619.5 A15.5 15.5 0 0 1 1643.8750389389315 651.5 L1605.4375194694658 651.5 A15.5 15.5 0 0 1 1605.4375194694658 619.5"><animateTransform begin="-26.086956521739133s" values="0;-1307.4212500535064" keyTimes="0;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform><animate begin="-26.086956521739133s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="5s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 650.5 L749.5152109490429 650.5 A15.5 15.5 0 0 0 749.5152109490429 682.5 L1836 682.5"><animateTransform begin="-27.391304347826086s" values="-36.83118919056503;0;-36.83118919056503" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23fff" d="M809.6102384555887 650.5 L830.0599015278611 650.5 A15.5 15.5 0 0 1 830.0599015278611 682.5 L809.6102384555887 682.5 A15.5 15.5 0 0 1 809.6102384555887 650.5"><animateTransform begin="-27.391304347826086s" values="0;0" keyTimes="0;1" repeatCount="indefinite" dur="10s" type="translate" attributeName="transform"></animateTransform><animate begin="-27.391304347826086s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="10s" attributeName="opacity"></animate></path><path fill="%23fff" d="M1836 681.5 L767.416916881769 681.5 A15.5 15.5 0 0 1 767.416916881769 713.5 L1836 713.5"><animateTransform begin="-28.695652173913047s" values="25.112521054854223;0;25.112521054854223" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" calcMode="spline" keyTimes="0;0.5;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform></path><path fill="%23000" d="M1590.2715549686745 681.5 L1613.543109937349 681.5 A15.5 15.5 0 0 1 1613.543109937349 713.5 L1590.2715549686745 713.5 A15.5 15.5 0 0 1 1590.2715549686745 681.5"><animateTransform begin="-28.695652173913047s" values="0;-1519.4915621371738" keyTimes="0;1" repeatCount="indefinite" dur="5s" type="translate" attributeName="transform"></animateTransform><animate begin="-28.695652173913047s" values="1;1;0" keyTimes="0;0.3;1" repeatCount="indefinite" dur="5s" attributeName="opacity"></animate></path></g></mask></defs><rect mask="url(%23ldbk-photon-gt74qmbffdp-mask)" fill="url(%23ldbk-photon-gt74qmbffdp-lg)" height="695" width="1536" y="0" x="0"></rect><g></g></g><!-- [ldio] generated by https://loading.io --></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    @media screen and (max-width: 598px) {
        background-position: 45%;
    }
}

.founder__main__row {
    position: relative;
    top: 0;
}

.founder__main__row>img:nth-child(1) {
    position: absolute;
    right: 0px;
    left: 0;
    top: -340px;
    max-width: 600px;
    margin: auto;

    @media screen and (max-width: 992px) {
        left: 0;
        right: 0;
    }

    @media screen and (max-width: 598px) {
        left: -105px;
        right: 0;
    }
}

/* .Founder>img:nth-child(1) {
    position: absolute;
    left: 100px;
    top: -550px;
} */

.airplane {
    position: absolute;
    right: -120px;
    top: -50px;
}


.visiting {
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
}

.meet h3 {
    font-size: 54px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: 400;

    @media screen and (max-width: 598px) {
        font-size: 34px;
    }
}

.meet h3 span {
    vertical-align: middle;
}

.meet h3 .experience {
    font-weight: 700;
}


.meet h5 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}


.meet p {
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 400;

    @media screen and (max-width: 598px) {
        font-size: 18px;
    }
}

.found p {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 1.5195 !important;

    @media screen and (max-width: 598px) {
        font-size: 18px;
    }

}

.foun_btn {
    margin-top: 50px;
}



.foun_btn button {
    color: #000000;
    border: none;
    padding: 12px 35px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
}


.girl_img img {
    width: 100%;
}

.visiting .row {
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .meet h3 br {
        display: none;
    }
}

@media screen and (max-width: 766.99px) {
    .visiting {
        max-width: 600px;
        margin: auto;
    }

    .girl_img {
        margin: 20px 0px;
    }
}

/* Founder css ends here */

/* Footer New Way css starts here */
.download__row {
    position: relative;
    /* create positioning context */
    overflow: visible;
    /* allow children to overflow polygon */
    padding: 2rem 1rem;
    background: transparent !important;
    /* adjust as needed */
}

/* Decorative polygon background */
.download__row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 164, 233, 1);
    /* your polygon color */
    clip-path: polygon(54% 22%, 100% 0, 100% 100%, 0 100%, 0 0);
    z-index: 0;
    /* behind all content */
}

/* All direct children above the polygon background */
.download__row>* {
    z-index: 1;
}


/* Mobile skeleton row image */
.mobile__skeleton__row img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 1080px) {
    .image_location {
        margin-top: -35rem;
    }
}

@media screen and (max-width: 992px) {
    .bottom__mobileX {
        background-color: rgba(30, 164, 233, 1) !important;
    }
}

@media screen and (max-width: 598px) {
    .image_location {
        margin-top: -150px !important;
    }
}

/* Footer New Way css ends here */

/* zyyyycommunity */






@media screen and (max-width: 992px) {
    .Traveinstein {
        margin-bottom: 20rem !important;
    }

    .men_travel {
        margin-top: -28px;
    }

    .mt-x {
        margin: 100px 0px 0px 0px !important;
    }
}

@media screen and (max-width: 640px) {
    .Traveinstein {
        margin: 0px 0px 380px 0px !important;
    }

    .mt-x {
        margin: 100px 0px 150px 0px !important;
    }
}

@media screen and (max-width: 598px) {
    .Traveinstein {
        margin: 0px 0px 80px 0px !important;
    }

    .mt-x {
        margin: 50px 0px 80px 0px !important;
    }
}

/* community */


/* Table Responsive css starts here */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scroll on small screens */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.41) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(5px);

    /* horizontal scroll */
}



.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
    /* overflow-x: auto;
    white-space: nowrap; */
    /* Ensures scrollbar appears if screen is smaller */
}

.responsive-table th,
.responsive-table td {
    /* border: 1px solid #ddd; */
    padding: 12px;
    text-align: left;
    border-bottom: none;
}

.responsive-table th {
    /* background: #333; */
    color: white;
    font-weight: 700 !important;
    font-size: 24px !important;
}

.responsive-table tr {
    color: white;
    font-size: 16px;
    font-weight: 500;
    /* background: #f9f9f9; */
}



.explore__discovery__grid__row {
    margin: auto !important;
    grid-template-columns: 650px 1fr !important;
}

.circle-rounder>img {
    border-radius: 50% !important;
}

.explore__discovery__row {
    height: auto !important;
    padding: 80px 0px !important;
    margin-top: 7rem;
    /* background-attachment: fixed; */
    background-image: url('../images/7932a37a81d4ef1949e58398fbd61f6710888773.webp') !important;
    background-position: center right !important;

    @media screen and (min-width: 1700px) {
        height: 100vh !important;
    }

    @media screen and (max-width: 1080px) {
        background-position: left !important;
    }

    @media screen and (max-width: 992px) {
        margin-top: 3rem;
    }
}


@media screen and (min-width: 1700px) {
    .Traveinstein {
        position: relative;
        max-width: 1440px;
        margin: 100px auto 0px auto !important;
    }
}

.explore__discovery__grid__row>div:nth-child(2) {
    @media screen and (max-width: 598px) {
        background-color: transparent !important;
    }
}

.explore__discovery__grid__row>div:nth-child(2)>div {
    @media screen and (max-width: 598px) {
        padding: 5px 10px;
    }


}

/* Table Responsive css ends here */


/* Traveinstein Difference css starts here */
.traveinstein__difference__row {
    padding: 0px 20px;
    position: relative;
    top: 0;

    @media screen and (min-width: 1700px) {
        max-width: 1440px;
        margin: auto;
    }
}



.traveinstein__difference__header>h3 {
    font-size: 54px !important;
    font-weight: 400;
    color: #000000 !important;
    margin-bottom: 2px;

    @media screen and (max-width: 598px) {
        font-size: 28px !important;
    }
}

.traveinstein__difference__header>h3>span {
    font-weight: 700;
}

.traveinstein__difference__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.traveinstein__difference__header>p {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
}

.traveinstein__difference__grid__row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;

    @media screen and (max-width: 992px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.traveinstein__difference__grid__row>div>img {
    width: 100%;
    mix-blend-mode: multiply;
}

.traveinstein__difference__grid__row>div:nth-child(2)>img {
    position: absolute;
    bottom: -280px;
    left: -330px;
    mix-blend-mode: initial !important;

    @media screen and (max-width: 992px) {
        bottom: -580px;
    }
}

.traveinstein__difference__grid__row>div:nth-child(2) {
    padding: 0px 20px 0px 20px;
    position: relative;
    top: 0;

    @media screen and (max-width: 598px) {
        padding: 0px 0px;
    }
}

/* bg white css starts here */
.bg__white__row {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top-left-radius: 25px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 25px;
    padding: 40px 35px;
    position: absolute;
    top: 100px;
    text-align: center;
    left: -150px;
    max-width: 550px;
    z-index: 2;

    @media screen and (max-width: 992px) {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        margin: auto;
    }

    @media screen and (max-width: 598px) {
        padding: 20px 10px;
    }
}

.travel__qNA {
    position: relative;
    top: 0;
    margin-top: 5rem;
}

.bg__white_TravelQNA__row {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 35px;
    padding: 40px 35px;
    position: absolute;
    top: 0px;
    text-align: center;
    right: 50px;
    max-width: 500px;
    /* z-index: 2; */

    @media screen and (max-width: 992px) {
        top: initial;
        bottom: -80px;
    }

    @media screen and (max-width: 598px) {
        top: initial;
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
    }
}

.new__bgWhiteRow {
    max-width: 650px;
    right: -150px;
    top: -40px;

    @media screen and (max-width:992px) {
        max-width: 650px;
        right: 0;
        top: 0px;
        height: auto;
        left: 0;
        bottom: initial;
        position: relative;
        margin: 3rem auto 0rem auto;
    }

    @media screen and (max-width: 1368px) {
        right: -100px;
    }

    @media screen and (max-width: 1080px) {
        right: 10px;
    }
}

.bottom__up {
    margin-top: 9rem !important;
}

.bg__white__row>h2,
.bg__white_TravelQNA__row>h3 {
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 20px;

    @media screen and (max-width: 598px) {
        font-size: 34px;
    }
}

.bg__white__row>h2>span,
.bg__white_TravelQNA__row>h3>span {
    font-weight: 700;
    color: rgba(255, 182, 40, 1);
}

.bg__white__row>p,
.bg__white_TravelQNA__row>p {
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;

    @media screen and (max-width: 598px) {
        font-size: 16px;
    }
}

/* right css starts here */
.traveinstein__right__grid__row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;

    @media screen and (max-width: 992px) {
        display: flex;
        flex-direction: column-reverse !important;
    }
}

.traveinstein__right__grid__row>div {
    position: relative;
    top: 0;
}


.traveinstein__right__grid__row>div>img {
    width: 110%;
    margin-left: 0px;
    -webkit-mix-blend-mode: darken;
    mix-blend-mode: darken;

}

.traveinstein__right__grid__row>div:nth-child(1) {
    padding: 0px 20px 0px 20px;
    position: relative;
    top: 0;

    @media screen and (max-width: 598px) {
        padding: 0px 0px;
    }
}

.traveinstein__right__grid__row>div:nth-child(2)>canvas {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}

.bg__white__rowX {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 40px 35px;
    position: absolute;
    top: 100px;
    text-align: center;
    right: -130px;
    max-width: 550px;
    z-index: 22;

    @media screen and (max-width: 992px) {
        position: relative;
        margin: auto;
        top: 0;
        left: 0;
    }

    @media screen and (max-width: 598px) {
        padding: 20px 10px;
    }
}

.bg__white__rowX>h2 {
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 20px;

    @media screen and (max-width: 598px) {
        font-size: 34px;
    }
}

.bg__white__rowX>h2>span {
    font-weight: 700;
    color: rgba(255, 182, 40, 1);
}

.bg__white__rowX>p {
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;

    @media screen and (max-width: 598px) {
        font-size: 16px;
    }
}

/* right css ends here */

/* bg white css ends here */

/* Traveinstein Difference css ends here */


/* Travel QNA Strts here */
.travel__qNA {
    max-width: 1080px;
    margin: 3rem auto 3rem auto;

    @media screen and (max-width: 598px) {
        margin: 10rem auto 0rem auto;
        padding: 0px 10px;
    }
}

.travel__qNA>img:nth-child(1) {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    width: 100%;


}

.travel__qNA>img:last-child {
    position: absolute;
    top: -550px;
    left: 0;
    right: 0;
    margin: auto;
}

.travel__qNA .travel_bag {
    /* border: 2px solid blue; */
    mix-blend-mode: multiply;
    position: absolute;
    right: -250px;
    bottom: -250px;

    @media screen and (max-width: 992px) {
        bottom: -320px;
        right: -10px;
        max-width: 200px;
    }
}

.next__row__arrow {
    position: absolute !important;
    bottom: 520px !important;
    top: initial !important;
    left: 200px !important;
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    max-width: 500px !important;
    top: initial;
}

.classic__row {
    left: 120px !important;
    bottom: 75px !important;
    max-width: 600px !important;
}

.pasport__ico {
    position: absolute;
    left: 0;
    bottom: -120px;
    mix-blend-mode: darken;
    max-width: 200px;
    z-index: 444;

    @media screen and (max-width: 1080px) {
        max-width: 100px;
        bottom: -90px;
    }

    @media screen and (max-width: 598px) {
        bottom: -150px;
    }
}

.bottom__earth {
    position: absolute !important;
    bottom: -180px !important;
    left: -50px !important;
    mix-blend-mode: darken;

    @media screen and (max-width: 992px) {
        max-width: 200px;
    }
}

@media screen and (max-width: 598px) {
    .travel__qNA .travel_bag {
        bottom: -700px;
    }

    .explore__discovery__row {
        margin-top: 11.5rem !important;
    }
}

.balloon {
    display: none !important;
}




@media screen and (max-width: 992px) {


    .trave__row {
        margin-bottom: 0rem !important;
    }

}

@media screen and (max-width: 598px) {
    .trave__row {
        margin-bottom: 5rem !important;
    }
}

/* Travel QNA ends here */

.snow__fall__row {
    position: relative;
    /* overflow: hidden; */
}

/* Snowflake */
.snowflake {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes fall {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.8;
    }

    100% {
        transform: translateY(500px) translateX(50px);
        opacity: 0.3;
    }
}

/* Wind animation css */

/* Sun Animation css */
/* Sun with moving rays */
.sun {
    position: absolute;
    top: 50px;
    right: 0%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, #FFD700 0%, #FFA500 70%);
    box-shadow: 0 0 100px 50px rgba(255, 223, 0, 0.5);
    animation: sunMove 20s ease-in-out infinite alternate;

    @media screen and (max-width: 1080px) {
        top: -40px;
        right: -2%;
    }

    @media screen and (max-width: 640px) {
        width: 100px;
        height: 100px;
        top: 10px;
        right: 0%;
    }

    @media screen and (max-width: 598px) {
        width: 50px;
        height: 50px;
        top: -10px;
        right: 3%;
    }
}

@keyframes sunMove {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(20px);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

.rays {
    position: absolute;
    top: 0;
    right: 0%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(rgba(255, 255, 0, 0.2), transparent 70%);
    animation: raysRotate 15s linear infinite;
}

@keyframes raysRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



.para_element {
    position: relative;
    z-index: 44;
}

.traveinstein__right__grid__row>div:nth-child(2) {
    position: relative !important;
}

.traveinstein__right__grid__row>div:nth-child(2)>#rainCanvas {
    position: absolute !important;
    top: -90px !important;
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

.new__next {
    max-width: 350px !important;
}

.first__arrow {
    position: absolute !important;
    bottom: -105px !important;
    left: -200px !important;
    mix-blend-mode: initial !important;
    max-width: 400px !important;

    @media screen and (max-width: 992px) {
        display: none;
    }
}

.second__arrow {
    position: absolute !important;
    top: -410px !important;
    left: 130px !important;
    right: initial !important;
    margin: auto;
    max-width: 400px !important;

    @media screen and (max-width: 992px) {
        display: none;
    }
}

.third__arrow {
    max-width: 350px !important;
    position: absolute !important;
    bottom: calc(100% - 149px) !important;
    top: initial !important;
    left: 200px !important;
    /* mix-blend-mode: normal !important; */

    @media screen and (min-width: 1700px) {
        bottom: 30rem !important;
    }

    @media screen and (max-width: 992px) {
        display: none;
    }

    /* @media screen and (max-width: 1442px) {
        bottom: 30rem !important;
    } */
}

.fourth__arrow {
    position: absolute !important;
    top: -450px !important;
    left: 120px !important;
    right: initial !important;
    margin: auto !important;
    max-width: 450px !important;

    @media screen and (max-width: 992px) {
        display: none;
    }
}

.fifth__arrow {
    left: 120px !important;
    bottom: 5rem !important;
    max-width: 650px !important;
    mix-blend-mode: initial !important;
    bottom: calc(100% - 600px) !important;

    @media screen and (min-width: 1700px) {
        bottom: 2.5rem !important;
    }

    @media screen and (max-width: 992px) {
        display: none;
    }

    /* @media screen and (max-width: 1442px) {
        bottom: 4.5rem !important;
        max-width: 620px !important;
    } */
}

@media screen and (max-width: 992px) {
    .bg__white_TravelQNA__row {
        position: initial;
        margin: auto;
    }
}

@media screen and (max-width:598px) {
    .exciting {
        padding: 40px 20px !important;
    }

    .bg__white__rowX>h2 {
        font-size: 26px !important;
        color: #1c1c1c !important;
    }

    .bg__white_TravelQNA__row>h3 {
        font-size: 24px !important;
        color: #1c1c1c !important;
    }

    .bg__white__row>h2 {
        font-size: 26px !important;
        color: #1c1c1c !important;
    }

    .bg__white_TravelQNA__row {
        padding: 40px 15px;
    }
}



.bubble-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* don’t block clicks */
    overflow: hidden;
    z-index: 1;
}

.bubble-container span {
    position: absolute;
    bottom: -50px;
    width: 20px;
    height: 20px;
    background: rgb(135, 206, 250);
    /* light blue bubble */
    border-radius: 50%;
    animation: bubbleFloat 10s linear infinite;
}

/* Random sizes & timings */
.bubble-container span:nth-child(1) {
    left: 10%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
}

.bubble-container span:nth-child(2) {
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
}

.bubble-container span:nth-child(3) {
    left: 30%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
}

.bubble-container span:nth-child(4) {
    left: 40%;
    width: 30px;
    height: 30px;
    animation-delay: 1s;
}

.bubble-container span:nth-child(5) {
    left: 50%;
    width: 20px;
    height: 20px;
    animation-delay: 3s;
}

.bubble-container span:nth-child(6) {
    left: 60%;
    width: 18px;
    height: 18px;
    animation-delay: 5s;
}

.bubble-container span:nth-child(7) {
    left: 70%;
    width: 28px;
    height: 28px;
    animation-delay: 1.5s;
}

.bubble-container span:nth-child(8) {
    left: 80%;
    width: 12px;
    height: 12px;
    animation-delay: 3.5s;
}

.bubble-container span:nth-child(9) {
    left: 90%;
    width: 22px;
    height: 22px;
    animation-delay: 6s;
}

.bubble-container span:nth-child(10) {
    left: 95%;
    width: 16px;
    height: 16px;
    animation-delay: 4.5s;
}

@keyframes bubbleFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.7;
    }

    50% {
        transform: translateY(-50vh) scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-100vh) scale(1.5);
        opacity: 0;
    }
}





@media screen and (max-width: 992px) {
    .bottom__mobileX.footer_viewss {

        padding-bottom: 400px;


    }
}


@media screen and (max-width: 768px) {

    .bottom__mobileX.footer_viewss {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 598px) {
    .bg__white_TravelQNA__row {
        position: relative;
    }
}



@media screen and (max-width: 598px) {
    .bottom__mobileX.footer_viewss {
        padding-bottom: 0px;

    }
}


@media screen and (max-width: 360px) {

    .bottom__mobileX.footer_viewss {
        padding-bottom: 150px;
    }
}


.images_dark img {
    -webkit-mix-blend-mode: darken;
    mix-blend-mode: darken;
    width: 100%;
}


.men_bike {

    padding: 80px 0px;

}


.new__bgWhiteRow {
    z-index: 2;
}

/* .bg__white_TravelQNA__row{
    z-index: 2;
} */



@media screen and (max-width: 992px) {
    .traveinstein__right__grid__row>div {
        position: initial !important;
    }


    .traveinstein__right__grid__row>div:nth-child(1) {
        position: initial !important;
    }


    .traveinstein__right__grid__row>div:nth-child(2) {
        position: initial !important;
    }


    .travel__qNA.trave__row_nq {
        position: initial !important;
    }

    .elem_bag {
        position: relative;
    }
}


@media screen and (max-width: 713px) {
    .Founder {
        background-position: inherit !important;
    }
}