@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
}




.main {
    background-image: url("assets/images/bg.jpg.jpg");
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
}

.main .box {
    height: 70vh;
    width: 100%;
    opacity: 0.68;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    justify-content: space-around;
    max-width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    height: 62px;
}

nav img {
    color: red;
    width: 114px;
    position: relative;
    z-index: 1;
}

nav button {
    position: relative;
    z-index: 1;
    font-size: 16px;
    border: none;
    border-radius: 21px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.hero {
    font-family: 'Martel Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    height: calc(100% -62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    position: relative;
    gap: 24px;
    margin: 91px 50px;

}





.hero> :nth-child(1) {
    font-weight: 900;
    font-size: 48px;
}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
}

.hero> :nth-child(3) {
    font-weight: 400;
    font-size: 24px;
}

.seperation {
    height: 8px;
    background-color: rgb(76, 75, 75);
    position: relative;
    z-index: 20;

}

.red {
    background-color: #ff0000eb;
    cursor: pointer;

}

.get {
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 26px;
}

.translate {
    color: white;
    background-color: rgba(0, 0, 0, 0.342);

}

.first {
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    align-items: center;
}

@media screen and (max-width:1300px) {
    .first {
        flex-wrap: wrap;
    }
}



.secImg img {
    width: 468px;
    position: relative;
    z-index: 1;
}

.secImg video {
    width: 468px;
    position: relative;
    z-index: 1;
}


section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}

section.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: bolder;
}

.faq h2 {
    text-align: center;
    margin: 30px 0;
}

.faq {
    background-color: black;
    color: #ffffff;
}

.faqbox:hover {
    background-color: #ff0000eb;
}

.faqbox {
    transition: all 0.232323s ease-out;
    justify-content: space-between;
    margin: 19px auto;
    display: flex;
    background-color: #3F3F3F;
    padding: 20px;
    max-width: 51vw;
    cursor: pointer;
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    max-width: 60vw;
    margin: 10px auto;
}

footer a {
    color: white;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 13px;

}

@media screen and (max-width:658px) {
    .hero> :nth-child(1) {
        font-weight: 900;
        font-size: 27px;
    }

    .rasil {
        gap: 24px;
        flex-direction: column;
        display: flex;
    }

    .main {
        height: 86vh;
        background-position: center center;
        background-size: max(1482px, 100vw);
        background-repeat: no-repeat;
        position: relative;
    }
    }

    .main .box {
        height: 86vh;
    }

    .get {
    font-size: 18px;

}

.nav button {
    width: 124px;

}

.first-btns {
    display: flex;

}

nav {
    max-width: 86vw;
}


@media screen and (max-width:820px) {
    .hero> :nth-child(1) {
        font-weight: 900;
        font-size: 27px;
    }

    .rasil {
        gap: 24px;
        flex-direction: column;
        display: flex;
    }

    .main {
        height: 86vh;
        background-position: center center;
        background-size: max(1800px, 100vw);
        background-repeat: no-repeat;
        position: relative;
    }
    }

    .main .box {
        height: 86vh;
    }

    .get {
    font-size: 18px;

}

.nav button {
    width: 124px;

}

.first-btns {
    display: flex;

}

nav {
    max-width: 86vw;
}

