@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freeman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Martel Sans' , sans-serif;
    /* font-family: "Freeman", sans-serif; */
    
}
.main{
    background-image: url(resouress/background.jpg);
    height: 66vh;
    position: relative;
}
body{
    background-color: black;
}
.main .box{
    background-color: black;
    opacity: 0.44;
    width: 100%;
    height: 66vh;
    background-repeat: no-repeat;
    background-size: max(1200px 100vw);
    top: 0;
    position: absolute;
}

nav{
    max-width: 60vw;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}
nav img{
        width: 129px;
        z-index: 10;
        position: relative;
        /* object-fit: cover; */
        /* object-position: bottom right; */
        /* object-position: center; */
}
nav button{
    z-index: 10;
    position: relative;
}

.textarea{
    
    color: white;
    /* height: 66vh; */
    /* height: calc(100% -62px); */
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 2px;
    padding: 0px 30px;
}
#tx1{
     font-weight: bolder;
     font-size: 48px;
     line-height: normal;
     text-align: center;
     
}

#tx2{
    font-weight: 400px;
    font-size: 24px;
    line-height: normal;
    text-align: center;
}

#tx3{
    font-weight: 400px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.seperate{
    height: 7.5px;
    background-color: rgb(31, 31, 31);
}

.btn{
    padding: 2px 12px;
    font-weight: 900;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border-radius: 4px;
    border: 0.2px solid rgba(240, 234, 234, 0.83);
        cursor: pointer;
}
.btn-red{
    margin-top: 7px;
    background-color: red;
    color: white;
    border: 1px solid black;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 6px;
    font-weight: 400;
}
.btn-red-sm{
    background-color: red;
    border: 1px solid black;
    color: white;
    padding: 3px 9px;
    margin-left: 11px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.downn {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);  
}

.arrow {
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    margin: 2px;
    display: inline-block;
    padding: 3.8px;
}

.main input{
    color: rgb(216, 210, 210);
    padding: 5.5px 30px;
    font-size: 15px;
    width: 246px; 
    border-radius: 6px; 
    border: 0.2px solid rgba(240, 234, 234, 0.83);
    /* border-radius: 4px; */
    background-color: rgb(24, 24, 24);
}
.first{
    color: white;
    margin: 76px auto;
    display: flex;
    justify-content: center;
    max-width: 70vw;
    align-items: center;
}

.img1{
    position: relative;

}
.img1 img{
    width: 576px;
    position: relative;
    z-index: 10;
}
.img1 video{
       position: absolute;
    width: 418px;
    top: 91px;
    left: 76px;
    /* z-index: 10; */
}
.hr1{
  font-weight: bolder;
  font-style: normal;
    font-size: 48px;
    font-family: "Freeman", sans-serif;
}
.pr1{
    margin-top: 22px;
    font-size: 24px;
    font-weight: 400px;
    /* font-family: "Freeman", sans-serif; */
}

.img2{
  position: relative;
}
.img2 img{
  width: 576px;
      position: relative;
    z-index: 10;

}

 .img2 video{
      position: absolute;
    width: 372px;
    top: 34px;
    left: 101px;

}
.faq h2{
    background-color: black;
    color: white;
    font-size: 48px;
    width: 900;
    font-family: "Freeman", sans-serif;
    text-align: center;
}
.faqbox{
    display: flex;
    justify-content: space-between;
    background-color: rgb(45,45,45);
    padding: 12px;
    color: white;
    max-width: 60vw;
    margin: 8px auto;
    font-family: "Roboto", sans-serif;
  /* font-weight: 80; */
  font-style: normal;
  font-size: 20px;
}
.faqbox:hover{
    transition: all 0.5s ease-out;
    background-color: rgb(79, 79, 79);
}

.allmostlast{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
}
.allmostlast:first-child{
    text-align: center;
}
.allmostlast input{
    color: rgb(216, 210, 210);
    padding: 5.5px 30px;
    font-size: 15px;
    width: 246px; 
    border-radius: 6px; 
    border: 0.2px solid rgba(240, 234, 234, 0.83);
    /* border-radius: 4px; */
    background-color: rgb(24, 24, 24);
}
footer{
  /* color: white; */
  color: rgb(179,179,168);
  max-width: 62vw;
  margin: auto;
  padding: 34px;

}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 22px auto;
}
@media screen and (max-width: 1340px) {
    .footer{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 22px auto;
    }
   
}

.footer a{
  /* text-decoration: none; */
  color: rgb(179,179,168);
}

.questions{
    font-size: 16px;
    /* color: rgb(179,179,168); */
}

.footer-item{
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-size: 11px;
}
.lastfont{
    margin-top: 26px;
}

@media screen and (max-width: 1340px) {
    /* body{
        background-color: red;
    } */
    .first{
        flex-wrap: wrap;
    }
    .img1 img{
        width: 400px;
    }
    .img1 video{
        /* width: 350px; */
        width: 289px;
        top: 62px;
        left: 55px;
    }
    .img2 img{
        width: 400px;
    }
    .img2 video{
        width: 249px;
    top: 26px;
    left: 72px;
    }
    nav{
        max-width: 100%;
        margin: 2px 5px;
          }
}

@media screen and (max-width: 557px){
    #tx1{
        font-size: 28px;        
   }
   
   #tx2{
       font-size: 13px;
   }
   
   #tx3{
       font-size: 13px;
   }
   nav{
    max-width: 100%;
    margin: 0px 5px;
      }
    .allmostlast{
        font-size: 12px;
    }
    #imgforth{
        width: 300px;
    }
    .btn-red{
        flex-direction: column;
        font-size: 16px;
        border-radius: 6px;
        font-weight: 200;
    }
    .faqbox{
        max-width: 80vw;
    }
}