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


* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

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

.main .box {
    height: 644px;
    width: 100%;
    opacity: 0.64;
    position: absolute;
    top: 0;
    background-color: black;
}

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

nav img {
    width: 130px;
    position: relative;
    z-index: 5;
}

nav button {
    position: relative;
    z-index: 5;
}

.signup {
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 10px;
    padding: 0 120px;
}

.signup> :nth-child(1) {
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}

.signup> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

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

.separation {
    height: 7px;
    background-color: rgb(46, 44, 44);
    position: relative;
    z-index: 20;
}

.button {
    padding: 3px 8px;
    font-weight: 400;
    background-color: rgba(23, 23, 23, 0.7);
    color: white;
    border-radius: 3px;
    border: 1px solid white;
    cursor: pointer;
}

.signup-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.red-gs {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 3px;
    font-weight: 400;
}

.red-sn {
    background-color: red;
    color: white;
}

.main input {
    padding: 7px 101px 8px 14px;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.5);
}

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


.firstimg {
    position: relative;
}

.firstimg img {
    width: 30vw;
    position: relative;
    z-index: 10;
}

.firstimg video {
    position: absolute;
    width: 30vw;
    top: 50px;
    right: 0px;
}



    section.first>div {
        display: flex;
        flex-direction: column;
    }

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

    section.first>div :nth-child(2) {
        font-size: 24px;
    }

    .faq {
        background-color: black;
        color: white;
        padding: 24px;
    }

    .faq h2 {
        text-align: center;
        font-size: 48px;
    }

    .faqbox:hover {
        background-color: #414141;
        color: white;
    }

    .faqbox svg {
        filter: invert(1);
    }

    .faqbox {
        display: flex;
        font-size: 24px;
        background-color: #2d2d2d;
        padding: 20px;
        justify-content: space-between;
        max-width: 60vw;
        margin: 14px auto;
        cursor: pointer;
    }

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

    .footer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        color: white;
    }

    .footer a {
        font-size: 14px;
        color: white;
    }

    .questions {
        padding: 24px 0;
    }

    .footeritems {
        display: flex;
        flex-direction: column;
        gap: 23px;
    }

    @media screen and (max-width: 1000px) {
        nav {
            max-width: 90vw;
        }

        .first {
            flex-wrap: wrap;
        }

        .first img {
            width: 300px;
        }

        .first video {
            width: 300px;
        }

        .signup {
            padding: 0 60px;
        }

        .signup> :nth-child(1) {
            font-size: 30px;
        }

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

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

        .signup-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
        }

        .faq h2 {
            text-align: center;
            font-size: 32px;
        }

        .footer {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            max-width: 90vw;
            padding: 75px 0;
        }

        .footeritems {
            display: flex;
            flex-direction: column;
            gap: 23px;
            align-items: center;
        }

        .footer a {
            font-size: 14px;
            color: white;
        }

    }

    @media screen and (max-width: 400px) {
        nav {
            max-width: 90vw;
        }

        .signup {
            padding: 0 40px;
        }

        .signup> :nth-child(1) {
            font-size: 20px;
        }

        .signup> :nth-child(2) {
            font-size: 12px;
        }

        .signup> :nth-child(3) {
            font-size: 12px;
        }

        .signup-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
    }

    @media screen and (max-width: 200px) {
        nav {
            max-width: 90vw;
            display: flex;
            flex-direction: column;
        }

        .signup {
            padding: 0 40px;
        }

        .signup> :nth-child(1) {
            font-size: 18px;
        }

        .signup> :nth-child(2) {
            font-size: 10px;
        }

        .signup> :nth-child(3) {
            font-size: 10px;
        }

        .signup-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
    }