@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/bg-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    height: 96vh;
    position: relative;
}

.main .box {
    height: 96vh;
    width: 100%;
    /* opacity: 0.55; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.9) );
    position: absolute;
    top: 0;
}

nav {
    max-width: 75vw;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 90px;
}

nav img {
    color: red;
    width: 150px;
    position: relative;
    z-index: 10;
}
nav div{
    display: flex;
    gap: 0 10px;
}

nav button {
    position: relative;
    border-radius: 4px;
    z-index: 10;
}

.hero {
    font-family: "Martel Sans", sans-serif;
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;
}

.hero> :nth-child(1) {
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.separation{
    height: 8px;
    background-color: rgb(41, 39, 39);
    position: relative;
    z-index: 20;
}

.btn{
    padding: 3px 8px;
    font-weight: 400;
    background-color: rgba(75, 74, 74, 0.093);
    color: white;
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
}

.btn-red{
    background-color: red;
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 20px;
    border: 1px solid red;
}
.btn-red-sm{
    background-color: red;
    color: white;
    border: 1px solid red;
}
.hero-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.main input{
    background-color: rgba(23, 23, 23, 0.7);
    color: white;
    padding: 15px 165px 15px 14px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid rgba(163, 155, 155, 0.7);
}
.end {
    font-family: "Martel Sans", sans-serif;
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;
}
.end> :nth-child(1) {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0 0;
}
.end-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.end input{
    background-color: rgba(23, 23, 23, 0.7);
    color: white;
    padding: 15px 165px 15px 14px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid rgba(163, 155, 155, 0.7);
}
.first{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 78vw;
    margin: auto;
    color: white;
}

.secImg{
    position: relative;
    padding: 60px 0;
}
.secImg img{
    width: 572px;
    position: relative;
    z-index: 10;
}
.secImg video{
    position: absolute;
    top: 60px;
    right: 45px;
    padding: 60px 0;
    
}
.third .secImg video{
    position: absolute;
    top: 20px;
    right: 115px;
}
section.first > div{
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}
section.first > div :nth-child(1){
    font-family: "Martel Sans", sans-serif;
    font-size: 48px;
    font-weight: 900;
}
section.first > div :nth-child(2){
font-size: 24px;
}
.faq h2{
    font-family: "Martel Sans", sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}
.faq{
    background: black;
    color: white;
    padding: 34px;
}

.faqbox:hover{
    background-color: #414141;
    color: white;
}
.faqbox{
    transition: all 0.3s ease-out;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    background-color: #2d2d2d;
    color: white;
    padding: 24px;
    max-width: 70vw;
    margin: 10px auto;
    cursor: pointer;
}
.faqbox img{
    filter: invert(1);
}
footer{
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 14px 14px 84px 14px;
}
footer .question{
    padding: 34px 0;
}
.foot{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
@media screen and (max-width: 1300px) {
    nav{
        max-width: 90vw;
    }
    .first{
        flex-wrap: wrap;
    }
    .hero> :nth-child(1) {
        font-size: 32px;
    }
    .hero> :nth-child(2) {
        font-size: 18px;
    }
    .hero> :nth-child(3) {
        font-size: 18px;
    }
    .hero-buttons{
        flex-direction: column;
    }
    .end-buttons{
        flex-direction: column;
    }
    .end> :nth-child(1) {
        font-size: 18px;
    }
    .faq h2{
        font-size: 32px;
    }
    footer{
        max-width: 90vw;
    }
    .footer-item{
        align-items: center;
    }
}
@media screen and (max-width: 1300px) {
    .foot{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
}
.foot a{
    font-size: 14px;
    font-weight: 300;
    color: white;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 14px;
}