@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url(assets/images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    height: 70vh;
    position: relative;
}

.main .box {

    height: 70vh;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    position: absolute;
    top: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 60vw;
    height: 70px;
}

nav img {
    color: red;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.39);
}

nav div :nth-child(1) {
    z-index: 10;
    position: relative;
    background-color: rgba(109, 102, 102, 0.048);
    color: white;
    margin: 5px;
    padding: 4px 10px 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.308);
    font-weight: bold;
    border-radius: 6px;
    box-shadow: none;
}


nav div :nth-child(2) {
    z-index: 10;
    position: relative;
    background-color: red;
    color: white;
    margin: 7px;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.411);
}

.hero {
    color: white;
    height: calc(100%-62px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: "Martel Sans", sans-serif;
    gap: 23px;
    padding: 30px;
}

.hero> :nth-child(1) {
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
}

.hero> :nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.hero button {
    background-color: red;
    color: white;
    box-shadow: none;
    text-align: center;
    padding: 10px 25px 7px 15px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.432);


}

.main input {
    padding: 10px 30px 8px 5px;
    color: white;
    font-size: 11px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.808);
    font-weight: 900;
    border: 1px solid rgba(248, 243, 243, 0.185);
}

.separation {
    height: 7px;
    background-color: rgb(53, 52, 52);
}

.one {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin: auto;
}

.secimg {
    position: relative;
}

.secimg img {
    max-width: 30vw;
    z-index: 10;
    position: relative;
}

.secimg video {
    position: absolute;
    max-width: 25.8vw;
    top: 51px;
    right: 0px;

}

.one>div {
    display: flex;
    flex-direction: column;
}

.one>div :nth-child(1) {
    font-size: 48px;
    font-weight: bolder;
    font-family:Poppins;
}

.one>div :nth-child(2) {
    font-size: 20px;
    font-family: Poppins;
}
.faq h2{
    text-align: center;
    color: white;
    font-size: 48px;
    font-family: Poppins;
   
}
.faq{
    color: white;
    padding: 34px;
}
.faq :hover{
    background-color: rgb(100, 97, 97);
}
.faqbox{
    color: white;
    transition: all 1s ease-out;
    display:flex;
    font-size: 18px;
    justify-content: space-between;
    max-width: 60vw;
    margin: 10px auto;
    background-color: rgb(32, 31, 31);
    padding: 15px ;
    cursor: pointer;
}
.faqbox svg{
    filter: invert(1);
}

footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
}

footer .questions {
    padding: 34px 0;
}


.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}