*{
    margin: 0;padding: 0;
}
body{
    background-color: black;
}
.main{
    background-image: url("assets/images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1000px,100vw);
    height: 85vh;
    position: relative;
}
.main .box{
    height: 85vh;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    background-color: black;
}
nav{
    max-width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    padding: 10px;
}
nav img{
    width: 150px;
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10;
}
.btn{
    display: flex;
    gap: 10px;
}
.start{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    z-index: 20;
    position: relative;
    font-family: sans-serif;
    font-size: 23px;
    overflow:hidden;
}
.start h1{
    font-weight: 1000;

}
.start p{
    font-family: sans-serif;
    margin: 1rem 0 0;
    font-size: 21px;
    font-weight: 400;
}
.start.content{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.start.content2{
    margin-bottom: 100px;
}
#btn1{
    padding:8px;
    background-color: black;
    color:white;
    opacity: 0.6;
    border-color: rgb(196, 194, 194);
    width: 70px;
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    font-family: sans-serif;
    
}
#btn2{
    padding:8px;
    background-color: red;
    color: white;
    width: 70px;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    font-family: sans-serif;
}
.content2{
    display: flex;
    gap:10px;
}
.content2 #input{
    background-color:rgba(23, 23,23, 0.7);
    /* filter: opacity(0.6); */
    color: rgb(255, 255, 255);
    padding:16px;
    width: 350px;
    border-radius: 0.25rem;
    border:1px solid rgb(150, 148, 148);
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0;
    font-weight: 550;
    font-size: 18px;
    font-family: sans-serif;
    z-index: -1;
}
.content2 #startbtn{
    cursor: pointer;
    background-color: red;
    color: white;
    font-family: sans-serif;
    border: none;
    font-size: 22px;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding:15px 10px 12px 12px;
    margin: 1rem 0 0;
    border-radius: 0.25rem;
    width: 180px;
    font-weight: 500;
}
.line-first{
    background-color: rgb(35,35,35);
    height: 0.5rem;
    width: 100%;
    bottom: -0.5rem;
    position: absolute;
}
.line{
    background-color: rgb(35,35,35);
    height: 7px;
}
.text{
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: sans-serif;
    font-size: 23px;
    margin: auto;
    gap: 20px;
}
.text h2{
    font-weight: 900;
    font-size: 40px;
   
}
.first{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    padding: 70px 70px;

}
.image{
   position: relative;
}
.image img{
    width: 30vw;
    position: relative;
}
.image video{
    position: absolute;
    width: 460px;
}
.image .video{
    width: 300px;
    right: 18%;
    top: 10%;
}
.first .box{
    width: 28vw;
    height: 10vh;
    border: 1px solid rgb(173, 171, 171);
    border-radius: 10px;
    bottom: 8%;
    position: absolute;
    overflow: hidden;
    background-color: black;
}
.box{
    display: flex;
    gap: 100px;
}
.box img{
    width: 50px;
    height: 60px;
    padding: 10px 10px 20px 20px;
    position: relative;
}
.box .label{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.box .label h3{
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: lighter;
    
}
.box .label p{
    color: #0071eb;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 12px;
}
.faq{
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}
.faq .text h3{
    padding: 40px 0px 20px 0px;
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.faq .faqbox{ 
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    text-align: center;
}
.faqbox span{
    transition: all 2s ease-out;
    display: flex;
    align-items: center;
    text-align: center;
    color:white;
    padding: 5px 20px;
    height: 75px;
    background-color: #2D2D2D;
    font-family: sans-serif;
    font-size: 24px;
    width: 75vw;
    cursor: pointer;
    justify-content: space-between;
    border: none;
    margin: 5px;
}
.faqbox :hover{
    
    background-color: #555555;
}
.faq p{
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding: 40px 0px 0px 0px;
    font-size: 20px;
}
.faq .content2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer{
    display: grid;
    background-color: black;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer{
    max-width: 60vw;
    margin: auto;
    padding: 60px;
   
}
footer .ques{
    color: #9C9C9C;
    font-family: sans-serif;
    font-size: 15px;
    padding: 34px 0;
    
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-item span{
    color: #9C9C9C;
    font-family: sans-serif;
    font-size: 12px;
}
footer div a {
    color: #9C9C9C;
    font-family: sans-serif;
    font-size: 13px;
}
