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

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

/* *{
    outline:1px solid red;
} */
body {
    background-color: black;
}

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

.main .box {

    background-color: black;
    height: 100vh;
    width: 100%;
    opacity: 0.68;
    position: absolute;
    top: 0px;
}

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

nav img {
    width: 140px;
    position: relative;
    z-index: 20;
    margin-top: 15px;
}

nav button {

    position: relative;
    z-index: 20;
    margin-top: 15px;

}

.hero {
    height: calc(100% - 62px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    font-family: 'Martel Sans', sans-serif;
    gap: 23px;
}

.hero> :first-child {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
}

.hero> :nth-child(2) {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
}

.hero> :nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.seperation {
    height: 7px;
    background-color: rgb(79, 79, 79);
    width: 100%;
}

.hero-buttons {
    display: flex;
    gap: 7px;
}

.btn {
    background-color: rgba(82, 79, 79, 0.557);
    color: white;
    padding: 3px 10px;
    font-weight: 400;
    border: 1px rgba(255, 255, 255, 0.434) solid;
    cursor: pointer;
}

.red-btn {
    background-color: rgb(251, 49, 49);
    border: none;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
    font-size: 20px;
}

.red-btn-si {
    background-color: red;
    border: none;
    color: white;
}

.main input {
    padding: 4px 24px;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgba(23, 23, 23, 0.2);
    border: 1px white solid;
    opacity: 0.8;
    color: white;
}

.main input::placeholder {
    color: white;
    font-size: 13px;
    opacity: 0.6;
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80vw;
    height: 65vh;
    gap: 40px;

}

@media screen and (max-width: 700px) {
    .first {
        flex-direction: column;
        gap: 30px;
        height: auto;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .secimg {
        width: 100%;
        max-width: 450px;
    }

    .secimg video {
        width: 75%;
        top: 10%;
        left: 12%;
    }

    nav img {
        width: 100px;
    }

    .hero>:first-child {
        font-size: 28px;
    }

    .hero>:nth-child(2),
    .hero>:nth-child(3) {
        font-size: 16px;
    }

    .faqbox {
        font-size: 16px;
        padding: 10px 15px;
        min-height: 60px;
    }

    .membership {
        padding: 30px 15px;
    }

    .hero-buttons input {
        width: 90%;
        margin: auto;
    }

    .hero-buttons button {
        width: 90%;
        margin: auto;
    }

    .first {
        flex-direction: column;
        text-align: center;
    }

    .first-content :first-child {
        font-size: 30px;
    }

    .first-content :nth-child(2) {
        font-size: 16px;
    }

    .first-content {
        padding: 15px;
    }
}

.first-content {
    color: white;
    padding: 50px;

}

.first-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.first-content :first-child {
    font-size: 44px;
    font-weight: bolder;
}

.first-content :nth-child(2) {
    font-size: 18px;
}

.secimg {
    margin: auto;
    position: relative;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

.secimg img {
    max-width: 100%;
    width: 800px;
    position: relative;
    Z-index: 10;
    height: auto;
}

.secimg video {
    top: 38px;
    right: 5px;
    position: absolute;
    width: 85%;
    max-width: 400px;
    height: auto;
}

.faq h2 {
    text-align: center;
    color: white;
    padding: 50px;
    font-size: 34px;
}

.faqbox {
    background-color: rgb(70, 66, 66);
    color: white;
    max-width: 70vw;
    margin: auto;
    height: 8vh;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    justify-content: space-between;
    padding: 3px 30px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.faqbox:hover {
    background-color: rgb(118, 107, 107);
}

footer {
    color: white;
    max-width: 60vw;
    margin: auto;
}

.question {
    color: white;
    font-size: 14px;
    margin: auto;
    padding: 30px;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    padding: 35px;
}

@media screen and (max-width: 700px) {
    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 5px;
    }
    .footer-item {
        font-size: 10px;
        align-items: center;
    }
}

.footer-item {
    color: white;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.footer-item a {
    color: white;
}

.membership {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: white;
    padding: 50px;
}