*{        
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    scroll-behavior: smooth;
    transition: all 0.5s,ease; 
}

#page1{
    height: 200vh;
}

#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;
}
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%;
}

.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;
}

#texts h1{
    margin-top: 3%;
    margin-left: 5%;
    color: #0064B5;
}

#texts p{
    margin-top: 2%;
    margin-left: 5%;
    color: #3f3e3e;
    font-size: 15Wpx;
}


#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;
}

.icone-text {
    display: flex;
    align-items: center;
    gap: 8px; /* espaço entre o ícone e o texto */
  }
  
  .textsvg {
    font-size: 16px;
    color: #333;
  }


#drop-click { position: relative; list-style: none;}

#dropdown-click{ position: absolute;
width: 350px;
list-style: none;
padding: 0;
  opacity: 0;
color: white;
  top: 50px;
display: flex;
flex-direction: column;
height: 90vh;
margin-top: 3px;
justify-content: space-between;
  z-index: -10;
  transition: 0.5s;
background-color: black;}
/*checkbox hidden*/
#check { position: absolute;
width: 100%;
height:100%;
left: 0;
z-index: 1000;
opacity: 0;
}

#check:checked~#dropdown-click{opacity: 1;
z-index: 10;
top: -80px; }


  #check:checked{
    left: 250px;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: -30px;
  }

  .image{
    margin-top: 2%;
  }
