*{
    padding:0;
    margin:0;
    font-family:'poppins',sans-serif;


}


.main{
    background-image: url('assets/images/bg.jpg.jpg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: max(1200px,100vw);
    height:70vh;
    position:relative;

}
body{
    background-color: black;
}
.main .box{
    height:70vh;
    width: 100%;
    opacity:0.69;
    background-color: black;
    position:absolute;
    top:0;
}
nav{
    max-width:80vw;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:62px;
    

    
}
nav img{
    color:red;
    width:114px;
    position:relative;
z-index: 10;

}
nav button{
    position:relative;
z-index: 10;
}
.hero{
    
    display: flex;
    height:calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    position:relative;
    gap: 23px;
padding:0 30px;
    flex-direction: column;
    
}
span{
    font-family: arial;
    
}

.first{
    font-family:'poppins',sans-serif;
    font-weight:bolder;
    font-size:48px;
text-align:center;

}
.second{
    font-weight: 400;
    font-size:24px;
   text-align:center;
}
.third{
    font-weight: 400;
    font-size:20px; 
    text-align:center;
}
.separation{
    height: 7px;
    background-color: rgba(128, 128, 128, 0.333);
   
}
.btn{
    padding:3px 8px;
    font-weight:400;
    background-color: rgba(248,243,243,0.021);
    cursor:pointer;
    color: white;
    border-radius: 4px;
border:1px solid white;
    


}
.btn-red{
background-color: red;
color: white;
border-radius:4px ;
font-size: 20px;
padding:3px 24px;
cursor:pointer;
}
.btn-red-sm{
background-color: red;
color: white;
cursor:pointer;
}
.main input{
 font-weight:1000;
font-size: 12px;
border-radius: 4px;
padding:7px 101px 8px 14px;
background-color: rgba(23 ,23 ,23 ,0.7);
border:1px solid rgba(213, 213, 209,0.3);
color: white;

}
.hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;

}
.first{
    color:white;
    font-size: 15px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.secimage{
    margin-top: 8px;
    
}