body {
    /* zoom: 0.9; */
}

@font-face {
    font-family: "Helvetica Neue Medium Extended";
    src: url("../../assets/webfonts/HelveticaNeue-MediumExt.otf")
}

.nav-items {
    color: #000;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.354px;
    padding-top: 10px;
}

#header-wrapper {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.download-now {
    border-radius: 20px;
    background: #FF5E03;
    color: #FFF;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.354px;
    padding: 8px 10px;
}



@media(max-width: 736px) {
    .app-logo {
        padding-top: 1rem !important;
    }

    #header-wrapper {
        padding: 10px !important;
    }
}


.sub-banner {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E75401;
    color: #fff;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
}

.sign-up-btn {
    display: flex;
    width: 294px;
    padding: 21px 61px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--brand-color-tertiary, #FFF);
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    color: #000;
}


.places-title,
.suggestion-places-title {
    /* max-width: 493px; */
    color: var(--brand-color-secondary, #262827);
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 112.523%;
    /* 40.508px */
    letter-spacing: -1.08px;
}

.mobile-device {
    width: 300px;
    max-width: 100%;
    max-height: auto;
    flex-shrink: 0;
}

.testimonial-img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.testimonial-box {
    background-color: #A75222;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    height: 307px;
    border: 2px solid #fff;
}

.testimonial-content {
    margin: 0 auto;
    max-width: 300px;
    color: #fff;
}

.testimonial-content p {
    font-family: Inter, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
}

.person-name {
    color: #fff;
    padding-top: 30px;
    text-align: center;
    /* App/H2 */
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.72px;
}

@media(min-width:767px) {
    .places-title {
        font-size: 25px;
        padding-left: 40px;
    }

    .places-container {
        gap: 100px;
    }

    .testimonial-img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        top: -40px;
    }

    .testimonial-content p {
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-size: 0.75rem;
    }

    .places-content-container {
        /* margin-top: 100px; */
        margin-top: 300px;
    }

    .mobile-device {
        width: 431px;
        height: auto;
    }
}

@media(min-width:991px) {
    .places-title {
        font-size: 36px;
        padding-left: 40px;
    }

    .suggestion-banner .places-title {
        font-size: 44px !important;
    }

    .places-container {
        gap: 170px;
    }

    .testimonial-img {
        top: -60px;
        width: 110px;
        height: 110px;
        margin: 0 auto;
    }


    .testimonial-content p {
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-size: 0.75rem;
    }

    .places-content-container {
        margin-top: 100px;
    }

    .mobile-device {
        width: 431px;
        height: auto;
    }
}


/* Style the video banner container */
.video-banner {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    object-fit: fill;
}

/* Style the video element */
.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the video covers the entire container */
    position: absolute;
    top: 0;
    left: 0;
}

/* Style the poster image */
.video-banner .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Adjust the object-fit property to control how the image fits within the container */
    display: block;
    /* Ensure the image is displayed */
}


/* Style the dark overlay */
.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/* Style the content within the banner */
.video-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Style the caption at the bottom left */
.video-banner .caption {
    color: #fff;
}

.video-banner .caption h1 {
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    letter-spacing: -1.08px;
    max-width: 768px;
    padding-top: 50px;
}


/* Style the centered "Play" button */
.video-banner .play-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.video-banner .play-button:hover {
    background-color: #555;
    /* Hover background color */
}


@media(max-width: 767px) {
    .video-banner {
        height: 40vh;
    }

    .video-banner video {
        object-fit: fill;
    }

    /* Style the caption at the bottom left */
    .video-banner .caption {
        bottom: 40px;
        left: 10px;
    }

    .video-banner .caption h1 {
        font-size: 1rem;
        font-weight: 600;
        max-width: 768px;
        padding-top: 80px;
    }
}


.landing-banner {
    /* position: relative; */
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    flex-shrink: 0;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    background-color: #3E1600;
}

.landing-banner .banner-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}


/* Style the content within the banner */
.landing-banner .content {
    /* background-image: url('../../../img/banner.gif'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    zoom: 0.9;
}

/* Style the caption at the bottom left */
.landing-banner .caption {
    color: #fff;
    z-index: 3;
    position: relative;
}

.landing-banner .caption h1 {
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    max-width: 760px;
}

.landing-banner .caption p {
    max-width: 760px;
    font-family: Inter, "Helvetica Neue Medium Extended", sans-serif;
    font-weight: 400;
    line-height: 32px;
    font-size: 26px;
}


.landing-banner .banner-device .device {
    width: 370px;
}


/* Style the centered "Play" button */
.landing-banner .play-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.landing-banner .play-button:hover {
    background-color: #555;
    /* Hover background color */
}



.suggestion-banner {
    position: relative;
    /* background-image: url('../../../img/suggestion_banner_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    /* background-color: #fff; */
    background-color: #3E1600 !important;
    color: #fff !important;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
}


/* Style the content within the banner */
.suggestion-banner .suggestion-img-container {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
    zoom: 0.9;
}

.suggestion-banner .suggestion-img-container .suggestion-img .suggestion-animation {
    width: 100%;
}


.suggestion-banner .suggestion-img-container .suggestion-img {
    position: relative;
}

.suggestion-banner .suggestion-img-container .suggestion-img .caption {
    position: absolute;
    left: 70px;
    top: 150px;
    color: #fff;
    font-family: "Helvetica Neue Medium Extended", sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 112.523%;
    letter-spacing: -1.08px;
}

.suggestion-banner-device .device {
    width: 460px;
}

.suggestion-banner .suggestion-places-title {
    color: #fff;
    font-family: Inter, "sans-serif";
    letter-spacing: -3%;
}

.suggestion-banner .suggestion-img-container .suggestion-img .caption h1 {
    font-family: "Helvetica Neue Medium Extended", sans-serif;
}

.suggestion-banner .suggestion-img-container .suggestion-img .suggestion-banner-device {
    position: absolute;
    right: 200px;
    top: -60px;
    z-index: 2;
}


@media(max-width:379px) {
    .landing-banner {
        height: 100vh;
        overflow: auto !important;
    }

    .landing-banner .banner-device .device {
        width: 250px;
        position: absolute;
        bottom: -320px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    /* Style the content within the banner */
    .landing-banner .content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        z-index: 1;
        zoom: 0.9;
    }

    .landing-banner .caption h1,
    .landing-banner .caption p {
        margin: 0 auto;
    }

    .landing-banner .caption {
        padding-top: 120px;
    }

    .landing-banner .caption h1 {
        font-size: 2.2rem;
        line-height: 40px;
    }

    .landing-banner .caption p {
        font-size: 18px;
    }

    .download-box {
        margin-bottom: 200px;
    }

    .download-now {
        font-size: 0.9rem !important;
        width: 100%;
        max-width: 180px;
    }

    .suggestion-banner {
        padding-top: 320px;
    }



    .suggestion-banner .suggestion-img-container .suggestion-img .caption {
        position: absolute;
        left: 40px;
        top: 200px;
        color: #fff;
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 112.523%;
        letter-spacing: -1.08px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .caption h1 {
        font-size: 1.2rem !important;
    }


    .suggestion-banner .suggestion-img-container .suggestion-img {
        width: 100%;
        position: relative;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-animation {
        max-height: 501px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-banner-device {
        position: relative;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        background-color: #3E1600;
    }


    .suggestion-banner-device .device {
        width: 225px;
    }


    /* Style the content within the banner */
    .suggestion-banner .suggestion-img-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        zoom: 0.9;
    }
}

@media(min-width:380px) and (max-width:479px) {
    .landing-banner {
        height: 80vh;
        overflow: auto !important;
    }

    .landing-banner .banner-device .device {
        width: 250px;
        position: absolute;
        bottom: -290px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    /* Style the content within the banner */
    .landing-banner .content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        z-index: 1;
        zoom: 0.9;
    }


    .landing-banner .caption h1,
    .landing-banner .caption p {
        margin: 0 auto;
    }


    .landing-banner .caption h1 {
        font-size: 2.8rem;
        line-height: 50px;
    }

    .landing-banner .caption p {
        font-size: 20px;
    }

    .landing-banner .caption {
        padding-top: 120px;
    }

    .download-box {
        margin-bottom: 200px;
    }

    .download-now {
        font-size: 1rem !important;
    }

    .suggestion-banner {
        padding-top: 400px;
    }


    .suggestion-banner .suggestion-img-container .suggestion-img .caption {
        position: absolute;
        left: 40px;
        top: 100px;
        color: #fff;
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 112.523%;
        letter-spacing: -1.08px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .caption h1 {
        font-size: 1.2rem !important;
    }


    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-animation {
        max-height: 501px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img {
        width: 100%;
        position: relative;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-banner-device {
        position: relative;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        background-color: #3E1600;
    }


    .suggestion-banner-device .device {
        width: 225px;
    }


    /* Style the content within the banner */
    .suggestion-banner .suggestion-img-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        zoom: 0.9;
    }

    .suggestion-banner .suggestion-places-title {
        font-size: 1.3rem !important;
    }
}


@media(min-width: 480px) and (max-width: 767px) {
    .landing-banner {
        height: 90vh;
        overflow: auto !important;
    }

    /* Style the content within the banner */
    .landing-banner .content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        /* height: 100%; */
        height: 90vh;
        display: block;
        text-align: center;
        z-index: 1;
        zoom: 0.9;
    }

    .landing-banner .caption h1,
    .landing-banner .caption p {
        margin: 0 auto;
    }


    .landing-banner .banner-device .device {
        width: 320px;
        position: absolute;
        bottom: -360px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    .landing-banner .caption {
        padding-top: 150px;
    }

    .landing-banner .caption p {
        font-size: 20px;
    }

    .download-box {
        margin-bottom: 220px;
    }

    .suggestion-banner {
        /* height: 90vh; */
        padding-top: 300px;
    }

    .suggestion-banner .suggestion-places-title {
        font-size: 1.4rem;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .caption {
        position: absolute;
        left: 40px;
        top: 200px;
        color: #fff;
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 112.523%;
        letter-spacing: -1.08px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-animation {
        max-height: 501px;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .caption h1 {
        font-size: 1.2rem !important;
    }


    .suggestion-banner .suggestion-img-container .suggestion-img {
        width: 100%;
        position: relative;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-banner-device {
        position: relative;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        background-color: #3E1600;
    }


    .suggestion-banner-device .device {
        width: 225px;
    }


    /* Style the content within the banner */
    .suggestion-banner .suggestion-img-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        zoom: 0.9;
    }

    .places-content-container {
        /* margin-top: 480px; */
        /* margin-top: 300px; */
    }

}



@media(min-width: 769px) {
    .suggestion-banner .suggestion-img-container .suggestion-img .caption {
        position: absolute;
        left: 40px;
        top: 350px;
        color: #fff;
        font-family: "Helvetica Neue Medium Extended", sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 112.523%;
        letter-spacing: -1.08px;
    }

    .suggestion-banner .suggestion-places-title {
        font-size: 2.3rem;
    }

    .suggestion-banner .suggestion-img-container .suggestion-img .caption h1 {
        font-size: 40px !important;
    }


    .suggestion-banner-device .device {
        width: 420px;
        height: 830px;
    }

    .suggestion-places-title {
        font-size: 1.7rem;
    }


    .suggestion-banner .suggestion-img-container .suggestion-img .suggestion-animation {
        max-height: 700px;
        height: 700px;
    }

    .download-now {
        width: 223px;
        height: 60px;
        font-weight: 500;
        text-align: center;
    }
}

#navToggle .toggle:before {
    position: absolute;
    right: 120px;
    font-size: 2rem;
}