*{
    padding: 0;
    margin: 0;
}
body{
    background-color: black;
}
.main{
    background-image: url(asets/img/bg1.jpg);
    height: 90vh ;
    position: relative;
    background-position:center center ;
    background-repeat: no-repeat;
    background-size: max(1500px, 100vw);
    /* background-size: max(1000px, 100vh); */
}
.main .box{
   background-color: black;
   height: 90vh;
   opacity: 0.65;
   width: 100%;
 position: absolute;
 top:0;
}
   

nav{    
    height: 62px;
    display: flex;
    max-width: 74vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    } 
    
nav img{
    color: red;
    width:  152px;
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10;
}
.hero{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    font-family: 'Segoe UI ', Tahoma, Geneva, Verdana, sans-serif;
    font-family: sans-serif;
    gap: 20px;
    text-align: center;
}
.hero >:first-child{
    font-weight: 900;
    font-size: 48px;
    font-style: normal;
}
.hero span:nth-child(2){
    font-weight: 400;
    font-size: 24px;
}
.her span:nth-child(3){
    font-weight: 400;
    font-size: 20px;   
}
.seperation{
  background-color:#232323;
  height: 0.5rem;    
  margin: 50px 0;
}
 .btn{
    cursor: pointer;
   padding: 7px 14px; 
   margin-left: 10px;
   border-radius: 5px;
   border: none;
}
.email{
    border-radius: 4px;
    padding: 12px 74px;
    background-color: rgba(23, 23, 23, 0.7);
    color: white;
    border: 1px solid gray;
    padding-left: 28px;
    font-weight: 500;
    font-size: 16px;
    
}
.input{
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
}
.b-w{
    background-color: black;
    color: white;
    border: 1px solid gray;
    padding-right: 32px;
}
 .red-sn{
    background-color: red;
    color: white;
  }
.first{
    display: flex;
    align-items: center;
    max-width: 70vw;
    margin: auto;
    justify-content: center;
    color: white;
}  

.tvimg{
    position: relative;
}
.tvimg video{
    position: absolute;
    margin-left: -484px;
    margin-top: 50px;
}
.tvimg img{
    max-width: 555px;
    position: relative;
    z-index: 1;
}
.third video{
    margin-left: -445px;
}
.small{
    font-size: 24px;
}
.big{
    font-size: 48px;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.second{
    display: flex;
    flex-direction: row-reverse;
}
.faqbox:hover{
    background-color:#414141;
}
.faqbox{
    transition: all  ease-in-out;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 28px;
    max-width: 70vw;
    margin: 20px auto ;
    color: white;
    cursor: pointer;
}
.faq h1{
    font-weight: 800;
    font-size: 48px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.faq{
    color: white;
    background-color: black;
    text-align: center;
    padding: 24px; 
}
.hero > .chotu{
    margin-top: 45px;
    font-size: 24px;
    font-weight: 400;
}
footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    max-width: 70vw;
    margin: auto;
}
.footer-item{
    max-width: 70vw;
    margin: auto;
    display: flex;
   
    flex-direction: column;
}
.footer-item a{
    gap: 23px;
    padding: 24px 0;
    font-size: 14px;
    color: white;
}
@media screen and (max-width:1250px){
.first{
    flex-wrap: wrap;
}    
    footer{
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:500px){

    tvimg video {
        max-width: 296px;
        position: absolute;
        margin-left: -326px;
        margin-top: 60px;

    }
}
