    * {

        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins";
        scroll-behavior: smooth;
        transition: all 0.5s, ease;
    }

    #page1 {
        height: 200vh;
    }

    body {
        height: 100vh;
    }

    #videobanner {
        width: 100%;
        height: 50vh;
        overflow: hidden;
        margin-top: 5%;
    }

    video {
        margin-top: -20%;
    }

    .banner {
        height: 5vh;
        background-color: #2B7FFF;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .banner p {
        color: #ffffff;
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: 40%;
        text-transform: uppercase;

    }

    header {
        display: flex;
        justify-content: space-between;
        margin-top: 2%;
        padding-left: 5%;
        padding-right: 10%;
    }

    header h4 {
        color: #0064b5;
        font-size: 25px;
        font-family: Arial, Helvetica, sans-serif;
    }

    header a {
        text-decoration: none;
    }

    header input {
        width: 46%;
        height: 3vh;
    }

    #options {
        display: flex;
        text-transform: capitalize;
        list-style: none;
        margin-top: 4%;
        justify-content: space-between;
        padding-left: 8%;
        padding-right: 8%;
    }

    #options>li>a {
        text-decoration: none;
        color: blue;
    }

    #options>li>a:hover {
        transition: 0.5s;
        color: black;
    }

    .launch-img1 img {
        width: 50%;
        object-fit: cover;
        border-radius: 10px;
    }

    .launch-img2 img {
        width: 50%;
    }


    #images-row-1-launch {
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        gap: 2rem;
        width: 100%;
        flex-wrap: wrap;
    }

    #launch {
        z-index: 11111;
        position: relative;
    }

    #launchs h1 {
        margin-top: 5%;
        text-transform: capitalize;
        margin-left: 10%;
    }

    .sub-title {
        margin-left: 10%;
        color: #2B7FFF;
    }

    .launch-img1>div a {
        text-decoration: none;
        padding: 8px 80px;
        background: #4DAFFF;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Poppins";
        margin-left: 18%;
        border: 1px solid;
        border-radius: 10px;
        margin-left: -1%;
        margin-top: 5%;
    }

    .launch-img1>div a:hover {
        border: 1px solid black;
        transition: 0.3s;
        background-color: white;
        color: black;
    }

    .launch-img2>div>a {
        text-decoration: none;
        padding: 8px 80px;
        background: #4DAFFF;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Poppins";
        margin-left: 18%;
        border: 1px solid;
        border-radius: 10px;
        margin-left: -1%;
        margin-top: 5%;
    }

    .launch-img2>div>a:hover {
        border: 1px solid black;
        transition: 0.3s;
        background-color: white;
        color: black;
    }

    .launch-img3>div>a:hover {
        border: 1px solid black;
        transition: 0.3s;
        background-color: white;
        color: black;
    }

    .value-atual {
        font-size: 17px;
        color: #b2b2b2;
    }

    .value-discount {
        color: black;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 3%;
    }

    #images-row-2-launch {
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        gap: 2rem;
        width: 100%;
        flex-wrap: wrap;
    }

    .launch-img3>div>a {
        text-decoration: none;
        padding: 8px 80px;
        background: #4DAFFF;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Poppins";
        margin-left: 18%;
        border: 1px solid;
        border-radius: 10px;
        margin-left: -1%;
        margin-top: 5%;
    }

    .launch-img2 img {
        width: 50%;
    }

    .launch-img3 img {
        object-fit: cover;
        border-radius: 10px;
    }

    #images-row-2-launch {
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        gap: 2rem;
        width: 100%;
        flex-wrap: wrap;
    }


    #images-row-3-launch {
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        gap: 2rem;
        width: 100%;
        flex-wrap: wrap;
    }

    .launch-img3 img {
        width: 50%;
    }

    .launch-img3 img {
        width: 50%;
    }

    #square {
        width: 80px;
        height: 40px;
        background: white;
        border: 2px solid #2B7FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        transition: 0.3s;
        display: inline-block;
        text-align: center;
        align-content: center;
        margin-left: 0.8%;

    }

    #square:hover {
        background: #2B7FFF;
        color: white;
        transition: 0.4s;
    }

    .launch-img1 {
        width: 450px;
        height: 50vh;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding: 1rem;
    }

    .launch-img2 {
        width: 450px;
        height: 50vh;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding: 1rem;
    }

    .launch-img3 {
        width: 450px;
        height: 50vh;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding: 1rem;
    }

    #newsletter {
        height: 60vh;
        background-color: #0064B5;
        width: 100%;
        color: white;
        /* display: flex;
    flex-direction: ; */
        padding: 5%;
    }


    #three-parts {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    #three-parts div {
        width: 30%;
    }

    #help-you {}

    #socials {}

    #pay {}

    #name {
        justify-content: center;
        display: flex;

        margin-top: 50px;
    }

    #drop-click {
        position: relative;
        list-style: none;
    }

    #X {
        position: relative;
        top: 60px;
        left: 250px;
    }

    #dropdown-click {
        width: 350px;
        list-style: none;
        padding: 0;
        opacity: 1;
        color: white;
        top: 0px;
        right: -350px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        z-index: -10;
        transition: 0.5s;
        background-color: #6badeb;
        position: fixed;
    }

    /*checkbox hidden*/
    #check {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1000;
        opacity: 0;
    }

    /* #X {
        position: relative;
        top: 60px;
        left: 250px;
    } */

    #check:checked~#dropdown-click {
        opacity: 1;
        z-index: 10;
        right: 0;
    }


    #check:checked {
        left: 255px;
        opacity: 0;
        width: 35px;
        height: 35px;
        top: -25px;

    }

    .textsvg {
        font-size: 16px;
        color: #0064B5;
    }

    .text-svg2 {
        margin-top: 5%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }


    .icone-car {
        display: flex;
        justify-content: center;
        margin-top: 110%;
    }


    .icone-text {
        display: flex;
        align-items: center;
        gap: 8px;
        /* espaço entre o ícone e o texto */
    }

    #drop-click2 {
        display: none;
    }

    @media(min-width: 400px) and (max-width: 1024px) {
        .banner {
            font-size: 12px;
            width: 100%;
        }

        .banner h4 {
            font-size: 1px;
        }

        #options {
            display: none;
        }

        #videobanner {
            display: none;
        }

        .banner {
            font-size: 12px;
            width: 100%;
            justify-content: center;
        }

        header h4 {
            font-size: 14px;
        }

        #options {
            display: none;
        }

        #videobanner {
            display: none;
        }

        #track {
            display: none;
        }

        .icone-text {
            display: none;
        }

        header {
            margin-top: 10px;
        }

        .banner p {
            margin: 0;
        }

        #carrossel {
            margin-top: 10px;
        }

        #carrossel img {
            height: 20vh;
        }

        #launch-row-1-make {
            padding: 2rem 2rem;
        }


        .launch-img1 img {
            height: 180px;
        }

        #square {
            margin-top: 5%;
            padding: 8PX 20PX;
            border-left: 1px solid #2B7FFF;
            border-right: 1px solid #2B7FFF
        }

        article {
            display: flex;
            justify-content: center;
        }

        .launch-img1>div a {
            padding: 8px 40px;
        }

        #page1 {
            height: 600vh;
        }

        #newsletter {
            height: 70vh;
        }



        /* .svgdrop{
        display: none;
    } */

        header input {
            width: 60%;
        }

        #launch h1 {
            font-size: 20px;
        }

        .phrase {
            font-size: 14px;
        }

        #dropdown-click {
            width: 250px;
            list-style: none;
            padding: 0;
            opacity: 1;
            color: white;
            top: 0px;
            right: -250px;
            display: flex;
            flex-direction: column;
            height: 100vh;
            justify-content: space-between;
            z-index: -10;
            transition: 0.5s;
            background-color: #b2b2b2;
            position: fixed;
        }

        /*checkbox hidden*/
        #check {
            position: absolute;
            width: 35px;
            height: 35px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
            opacity: 0;
        }

        #X {
            position: relative;
            top: 60px;
            left: 250px;
        }

        #check:checked~#dropdown-click {
            opacity: 1;
            z-index: 10;
            right: 0;
        }


        #check:checked {
            left: 0px;
            opacity: 0;
            width: 35px;
            height: 35px;
            top: -30px;

        }

        #drop-click2 {
            position: relative;
            list-style: none;
            display: block;

        }

        #dropdown-click2 {
            position: absolute;
            width: 350px;
            list-style: none;
            padding: 0;
            opacity: 0;
            color: white;
            display: flex;
            flex-direction: column;
            height: 100vh;
            top: -60px;
            margin-top: 3px;
            justify-content: space-between;
            z-index: 10;
            left: -80px;
            transition: 0.5s;
            background-color: #ffffff;
        }

        /*checkbox hidden*/
        #check2 {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 5px;
            left: 0;
            z-index: 10000;
            opacity: 0;

        }

        #check2:checked~#dropdown-click2 {
            opacity: 1;
            z-index: 10;
            left: -20px;
        }


        #check2:checked {
            opacity: 1;
            width: 43px;
            height: 50px;
            top: -20px;
        }

        #color {
            height: 20vh;
            background-color: #0064B5;
        }

        #drop-click svg {
            width: 20px;
            height: 20px;
            margin-left: 50%;
            font-weight: bold;

        }

        #dropdown-click2 li>a {
            color: #4DAFFF;
            margin-left: 5%;
            font-size: 20px;
        }
    }