* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    scroll-behavior: smooth;
    transition: all 0.5s, ease;
}

#page1 {
    height: 350vh;
}

body {
    height: 100vh;
}

#videobanner {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin-top: 5%;
    background-color: rgba(0, 0, 0, 0.5);
}

video {
    margin-top: -20%;
}


#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;
}

.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;
    border: 1px solid;
    border-radius: 10px;
    padding-left: 2%;
}

#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;
}

#carrossel {
    display: flex;
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
    height: 75vh;

}

#carrossel img {
    width: 100%;
}

.slide {
    position: absolute;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.slide.ativo {
    opacity: 1;
    z-index: 1;
}


#premium h1 {
    /* margin-top: %; */
    text-transform: capitalize;
    margin-left: 10%;
}

.phrase {
    margin-left: 10%;
    color: #2B7FFF;
}

.make-img a {
    display: inline-block;
    margin-top: 10px;
    background-color: #0064B5;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

#images-row-1-make {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    gap: 2rem;
    width: 100%;
    flex-wrap: wrap;
}

.make-img1 img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.make-img1 {
    width: 450px;
    height: 50vh;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 0 35px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 1rem;
}

.make-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%;
}

.make-img1>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%;
}

#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: #4DAFFF;
    color: white;
    transition: 0.3s;
    border: 2px solid transparent;
}

#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;

}


.text-svg2{
    margin-top: 5%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

  
.icone-car{
    display: flex;
    justify-content: center;
    margin-top: 110%;
  }

  .textsvg {
    font-size: 16px;
    color: #0064B5;
}

.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;
    }

    #images-row-1-make {
        padding: 2rem 2rem;
    }


    .make-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;
    }

    .make-img1>div a {
        padding: 8px 40px;
    }

    #page1 {
        height: 600vh;
    }

    #newsletter {
        height: 70vh;
    }



    /* .svgdrop{
        display: none;
    } */

    header input {
        width: 60%;
    }

    #make 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;
    }
}