@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.main{
    background-image: url("assests/images/background-img.jpg.jpg");
    height: 627px;
    background-position: center center;
    background-size: max(1200px,100vw);
    background-repeat: no-repeat;
    position: relative;
}
body{
    background-color: black;
}
.main .box{
    height: 81vh;
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    top: 0%;
}
nav{
    max-width: 80vw;
    height: 97px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav img{
    color: red;
    position: relative;
    z-index: 10;
    width: 143;
}
nav button{
     position: relative;
    z-index: 10;
    cursor: pointer;
}
.text{
    font-family: 'Martel Sans', sans-serif;
    height:530px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 10;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    padding: -20px;
}
.text> :first-child{
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
}
.text> :nth-child(2){
       font-size: 48px;
    font-weight: bolder;
    text-align: center;
}
.text> :nth-child(3){
    font-weight: 600;
    font-size: 17px;
     padding: 19px;
     text-align: center;
}
.text> :nth-child(4){
    font-size:medium;
    padding: 19px;
    text-align: center;
}
.line{
    height: 7px;
    background-color: rgb(74, 74, 74);
}
.btn{
    padding: 6px 9px;;
    font-weight: bold;
    border-radius: 6px;
}
.bn{
    background-color: rgba(23, 23, 23, 0.4);
     color:rgb(255, 255, 255) ;
     padding: 4px 25px;
     border-radius: 4px;
     border: 0.11px solid white;
     font-weight: 400;
}
.btn-red-sm{
    background-color: rgb(229, 9, 20);
    color:rgb(255, 255, 255) ;
    font-weight: 400;
    border: 0.11px solid  rgb(229, 9, 20) ;
}
.but-2{
    display: flex;
    gap: 12px;
}
.btn-red{
    background-color: rgb(229, 9, 20);
    padding: 12px 34px;
    font-size: 20px;
     color:rgb(255, 255, 255) ;
      border: 0.11px solid  rgb(229, 9, 20) ;
      cursor: pointer;
      font-weight: 550;
}
.text-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
 input{
     border-radius: 6px;
     padding: 18px 102px;
     background-color: rgba(23, 23, 23, 0.8);
     border: 0.11px solid white;
     color: white;
}
.first{
    display: flex;
    justify-content:center;
    align-items: center;
    max-width: 70vw;
    margin: auto;
    color: white;
}
.secImg {
    position: relative;
}
.secImg img{
    width: 30vw;
    position: relative;
    z-index: 10;
    padding-top: 9px;
}
.secImg video{
    position: absolute;
   top: 73px;
    right: 64px;
    max-width: 22vw;
}
section.first > div {
    display: flex;
flex-direction: column;
}
section.first > div :first-child{
    font-size: 48px;
    font-weight: bolder;
}
section.first > div :nth-child(2){
    font-size: 24px;
}
.faq{
    background-color: black;
    color: white;
    text-align: center;
    font-size: 32px;
    padding: 32px;
}
.faqbox{
    transition: all 1s ease-out;
    background-color: #2d2d2d;
    padding: 24px;
    margin: 34px auto;
    max-width: 70vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faqbox:hover{
    background-color: rgb(62, 61, 61);
}
.rr{
    margin-top: 13px;
}
.faqbox svg{
    filter: invert(1);
}
footer{
    color: white;
    max-width: 60vw;
    margin: auto;
}

.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    padding: 34px;
}
.questions{
    padding: 34px 0;
}
.footer a{
    color: white ;
    font-size: 14px;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.text2{
    font-size:medium;
    padding: 19px;
    text-align: center;
    color: white;
}
.btn5{
 padding: 6px 9px;;
    font-weight: bold;
    border-radius: 6px;
    background-color: rgb(229, 9, 20);
    padding: 12px 34px;
    font-size: 20px;
     color:rgb(255, 255, 255) ;
      border: 0.11px solid  rgb(229, 9, 20) ;
      cursor: pointer;
      font-weight: 550;
}
.mail2{
    padding: 27px;
}
