@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
*{
     margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
* button ,select{
  cursor: pointer;
}

body{
    background-color: black;
     font-family: "Martel Sans", sans-serif;
     
}

.mainbox {
    background-image: url(ASSETS/imges/bg.jpg);
    height: 80vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: max(1200px,100vw);
    width: 100%;
    z-index: 1;

} 
.mainbox .box{
    position: absolute;
    top:0;
    height: 80vh;
    opacity: 0.69;
    width: 100%;
     background-color: black;

}
nav{
    max-width: 80vw;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 70px;
}
.logo img{

    position: relative;
    z-index: 10;
}
button{
    position: relative;
     z-index: 10;
     
    
}
.content{
    position: relative;
    display: flex;
    height: calc(100% -  70px);
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
     font-family: "Martel Sans", sans-serif;
     gap: 20px;
     padding: 0 30px;
     text-align: center;

}
.content span:first-child{
    font-weight: 850;
    font-size: 48px;
    text-align: center;
}
.content span:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.content span:nth-child(3){
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.button{
    padding: 3px 8px;
    background-color:rgba(248,243,243, 0.432);
    font-weight: bolder;
    color: white;
    border:1px solid white;
    border-radius: 3.5px;

}
.button select{
    background-color:rgba(248,243,243, 0.432);

}
.btnred{
    font-weight: 400;
    background-color: red;
    color:white ;
    font-size: 20px;
    padding: 3px 24px;
    border-radius: 4px;
    



}
.emailbutton{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.redbutton{
 
    border-radius: 4px;
     padding: 3px 8px;
     border:1px solid white ;
     background-color: red;
     color:white;   
    
}
.mainbox input{
    font-weight: 9;
     font-size: 12px;
    padding: 7px 101px 8px 14px;
    border-radius: 4px;
    background-color: rgba(23, 23, 0.7);
    box-shadow: rgba(248, 248, 248, 0.5) ;
    color: white;
}
@media screen and (max-width:1300px){
   .mainbox{
         flex-wrap: wrap;
    
    }}
.sepration{
    width: 100%;
    height: 6px;
    background-color: rgb(40, 40, 40);
}
.first{
       display: flex;
    justify-content: center;
    max-width: 90vw;
    margin: auto;
    color: white;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.secImg{
  
  display: flex;
  justify-content: center;
  align-items: center;
      position: relative; 
  
}

.secImg img{
      width: 555px;
    position: relative;
    z-index: 10;
    top:px
}
.secImg video{
     position: absolute;
    top: 81px;
    left: 74px;
    width: 450px;
    z-index: 1;
}
section.first > div{
    display: flex;
    flex-direction: column;
}
section.first > div:first-child span:first-child{
    font-size: 45px;
    font-weight: bolder;
    font-family: "Martel Sans", sans-serif;
}
section.first > div:first-child span:nth-child(2){
    font-size: 20px;
    font-family: "Martel Sans", sans-serif;
}
section.first > div:nth-child(2) > span:nth-child(1) {
    font-size: 45px;
    font-family: "Martel Sans", sans-serif;
    line-height: 1.2;
}
section.first > div:nth-child(2) > span:nth-child(2) {
    font-size: 20px;
    font-family: "Martel Sans", sans-serif;
}
.frequentlyaq{
    background-color: black;
    color: white;
    padding: 34px;
}
.frequentlyaq h2{
    text-align: center;
    
     font-size: 48px;
}
.fbox{
    display: flex;
    background-color:#2d2d2d;
    color: rgb(255, 255, 255);
    padding: 20px;
    font-size: 24px;
    justify-content: space-between;
    max-width:60vw; 
    margin: 13px auto;
    cursor: pointer;
    line-height: 20px;

}
.fbox:hover{
    background-color: #414141;
}
.fbox1{
    display: flex;
    justify-content: center;
    align-items:center ;
    font-size: 16px;
    line-height: 75px;
}
.gts{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.gtsr{
        font-weight: 400;
    background-color: red;
    color:white ;
    font-size: 20px;
    padding: 11px 55px;
    border-radius: 4px;
    font-weight: 600;
    
}
.inp{
      font-weight: 400;
     font-size: 19px;
    padding: 15px 101px 8px 19px;
    border-radius: 4px;
    background-color: rgba(23, 23, 0.7);
    
    color: white;
}
footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}
@media screen and (max-width:1300px){
   footer {
         display: grid;
    grid-template-columns: 1fr 1fr ;
    }

    
}
footer ul{
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
 
}
footer ul li{
    position: relative;
    line-height: 21px;
    cursor: pointer;   
    line-height: 2.4;
    text-decoration: underline;
    left: 45px;
    color: #6f6d6d;
}
.Questions{
    display: flex;
    align-items: center;
    color: gray;
    justify-content: center;
    padding: 34px;
}
.lastbtn{
    position: relative;
    top: 25px;
    left: 35px;
}
.lastbtn select{  
    padding: 10px 34px;
    color: white;
    background-color: rgb(64, 63, 63);
    border-radius: 30px white;
    font-size: 16px;
   
}
.neti{

    position: relative;
    top: 50px;
    font-size: 18px;
    color: #9b9797;
    padding: 25px;

}
.lastline{
      position: relative;
    top: 40px;
     font-size: 14px;
    color: #6f6d6d;
    padding :20px;
    
}




@media screen and (max-width: 768px) {
    *{
          margin: 0;
          padding: 0;
       box-sizing: border-box;
    }
  .content span:first-child {
    font-size: 32px;
  }

  .content span:nth-child(2),
  .content span:nth-child(3) {
    font-size: 18px;
  }

  .emailbutton  {
    flex-direction: column;
    gap: 10px;
   padding: 10px;
  }
  

  .mainbox input {
    padding: 10px;
    font-size: 14px;
    width: 90%;
  }

  .btnred {
    width: auto;
    padding: 10px 20px;
  }
  .frist span{
    line-break: 1px;
  }

  .first {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .secImg {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-left: -30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .secImg img {
    width: 90vw;
    max-width: 555px;
    height: auto;
    z-index: 10;
  }

  .secImg video {
    position: absolute;
    top: 20.5%;
    left: 13.5%;
    width: 80%;
    height: auto;
    z-index: 5;
    object-fit: cover;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  nav {
    display: flex;
  
    gap:60px;
    margin-left: 1px;
  }
  .impb{
    display: flex;
    gap:9px;
    font-size: 8px;
    height: 45px;
    width: auto;
    justify-content: center;
  }

  .logo img {
    width: 120px;
  }

  .content span:first-child {
    font-size: 24px;
  }

  .btnred,
  .redbutton {
    font-size: 16px;
    padding: 8px 20px;
  }

  .mainbox input {
    padding: 10px;
    font-size: 12px;
    width: 90%;
  }
.gts {
    display: flex;
    flex-direction: column;
}
  .secImg img {
    width: 95vw;
  }

  .secImg video {
    width: 95%;
    top: 20.5%;
    left: 13.5%;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .fbox {
    font-size: 18px;
    padding: 16px;
  }
}
