@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url(assests/images/background.jpg);
    height: 70vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: max(1300px, 100vw);
    background-position: center center;
}

.main .box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70vh;
    opacity: 0.6;
    background-color: black;
}

nav {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 60vw;
    height: 100px;
}

.logo img {
    color: red;
    position: relative;
    z-index: 1;
    width: 130px;
}

nav button {
    position: relative;
    z-index: 1;
}

.hero {
    position: relative;
    height: calc(100% - 100px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Martel Sans", sans-serif;
    gap: 23px;
    padding: 0px 30px;
}

.hero> :nth-child(1) {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.hero> :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.hero> :nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    text-align: center;

}

.sepration {
    background-color: rgb(57, 57, 57);
    height: 7px;
    position: relative;
    z-index: 20;
}

.btn {
    padding: 3px 8px;
    font-weight: 500;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
    font-family: 'Poppins';
}

.btn-red-SI {
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.btn-red-GS {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.main input {
    background-color: rgb(23, 23, 23, 0.7);
    padding: 7px 101px 8px 14px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid rgba(246, 238, 238, 0.5);
    color: white;
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    color: white;
    margin: auto;
}


.secImgVid {
    position: relative;
}

.secImgVid img {
    width: 545px;
    position: relative;
    z-index: 10;
}

.secImgVid video {
    position: absolute;
    width: 395px;
    top: 120px;
    right: 75px;
}

section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0px;
}

section.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: 900;
}

section.first>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

.faq {
    background-color: black;
    padding: 40px;
    color: white;

}

.faq h2 {
    font-size: 48px;
    text-align: center;
}

.faqbox {
    transition: all 1s ease-out;
    background-color: rgb(53, 52, 52);
    max-width: 70vw;
    margin: 10px auto;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}

.faqbox svg {
    /* color: white; */
    filter: invert(1);
}

.faqbox:hover {
    background-color: rgb(62, 62, 62);
}

footer {
    max-width: 60vw;
    margin: 50px 230px;
    color: white;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    margin: auto;
    max-width: 60vw;
}

.footer-items {
    display: flex;
    align-items: flex-start;
    color: white;
    max-width: 60vw;
    /* margin: auto; */
    gap: 20px;
    flex-direction: column;
    /* text-align: center; */
}

footer a {
    color: #ffffffb3;
}

footer .questions {
    padding: 34px 0px;
}


@media screen and (max-width:1300px) {
    nav{
        max-width: 90vw;
    }
    .hero-buttons{
        display: flex;
        flex-direction: column;
    }
    
    .hero> :nth-child(1) {
        font-size: 32px;
    }
    .hero> :nth-child(2) {
        font-size: 18px;
    }
    .hero> :nth-child(3) {
        font-size: 18px;
    }
    
    .first {
        flex-wrap: wrap;
        /* text-align: center; */
    }
    
    .second {
        flex-direction: column-reverse;
    }
    
    .fourth {
        flex-direction: column-reverse;
    }
    
    .secImgVid img {
        width: 290px;
        right: 5px;
    }
    
    .secImgVid video {
        width: 215px;
        top: 80px;
        left: 35px;
    }
    
}



@media screen and (max-width:1300px) {
    .faq h2{
        font-size: 32px;
    }
    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    
    footer {
        max-width: 90vw;
        margin: 0px 50px;
    }
        footer .questions {
            padding: 20px 0px;
        }
    }