@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url(assets/images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1000px, 100vw);
    height: 75vh;
    position: relative;
}

.main .box {
    height: 75vh;
    width: 100%;
    opacity: 0.6;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    max-width: 70vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

nav img {
    width: 140px;
    position: relative;
    z-index: 1;
}

nav button {
    position: relative;
    z-index: 1;
}

.hero {
    height: calc(100% - 60px);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: "Poppins", sans-serif;
    gap: 10px;
    padding: 0 20px;
}

.hero> :nth-child(1) {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.separation {
    height: 9px;
    background-color: rgb(61, 57, 57);
}

nav .btn {
    padding: 3px 10px;
    border-radius: 5px;
    border: none;
    color: white;
    font-weight: 501;
}

nav .btn-white {
    background-color: rgba(31, 30, 30, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 8px;
}

nav .btn-red {
    background-color: red;
    cursor: pointer;
}

nav .btn-red:hover {
    background-color: rgb(230, 20, 48);
    transition: all 0.3s ease-out;
}

nav .btn-red a {
    text-decoration: none;
    color: white;
}

.hero .btn {
    padding: 10px 22px;
    border-radius: 3px;
    border: none;
    color: white;
    font-weight: 501;
    font-size: 25px;
}

.hero .btn-white {
    background-color: rgba(31, 30, 30, 0.5);
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 50px;
    width: 250px;
    font-weight: 400;
}

.hero .btn-red {
    background-color: red;
    cursor: pointer;
}

.hero .btn-red:hover {
    background-color: rgb(230, 20, 48);
    transition: all 0.3s ease-out;
}

.hero .btn-red a {
    text-decoration: none;
    color: white;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 9px;
}


.first {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.first .content {
    color: white;
    width: 500px;
}

.first .content>div:nth-child(1) {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 15px;
}

.first .content>div:nth-child(2) {
    font-weight: 400;
    font-size: 22px;
}

.first .content>div:nth-child(3) {
    font-weight: 400;
    font-size: 22px;
}

.first .content>div:nth-child(4) {
    font-weight: 400;
    font-size: 22px;
}

.first .media {
    position: relative;
}

.first .media img {
    width: 520px;
    position: relative;
    z-index: 1;
}

.first .media video {
    position: absolute;
    top: 82px;
    right: 74px;
    width: 377px;
}

.second {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.second .content {
    color: white;
    width: 510px;
}

.second .content>div:nth-child(1) {
    font-weight: 800;
    font-size: 44px;
}

.second .content>div:nth-child(2) {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 15px;
}

.second .content>div:nth-child(3) {
    font-weight: 400;
    font-size: 22px;
}

.second .content>div:nth-child(4) {
    font-weight: 400;
    font-size: 22px;
}

.second .media {
    position: relative;
}

.second .media img {
    width: 520px;
}

.third {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.third .content {
    color: white;
    width: 510px;
}

.third .content>div:nth-child(1) {
    font-weight: 800;
    font-size: 44px;
}

.third .content>div:nth-child(2) {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 15px;
}

.third .content>div:nth-child(3) {
    font-weight: 400;
    font-size: 22px;
}

.third .content>div:nth-child(4) {
    font-weight: 400;
    font-size: 22px;
}

.third .content>div:nth-child(5) {
    font-weight: 400;
    font-size: 22px;
}

.third .media {
    position: relative;
}

.third .media img {
    width: 520px;
    position: relative;
    z-index: 1;
}

.third .media video {
    position: absolute;
    top: 69px;
    right: 71px;
    width: 421px
}

.fourth {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.fourth .content {
    color: white;
    width: 520px;
}

.fourth .content>div:nth-child(1) {
    font-weight: 800;
    font-size: 44px;
}

.fourth .content>div:nth-child(2) {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 15px;
}

.fourth .content>div:nth-child(3) {
    font-weight: 400;
    font-size: 22px;
}

.fourth .content>div:nth-child(4) {
    font-weight: 400;
    font-size: 22px;
}

.fourth .content>div:nth-child(5) {
    font-weight: 400;
    font-size: 22px;
}

.fourth .media {
    position: relative;
}

.fourth .media img {
    width: 520px;
}


.faq {
    color: white;
}

.faq h1 {
    text-align: center;
    font-size: 44px;
    margin-top: 55px;
    margin-bottom: 20px;
}

.main-faq-box {
    max-width: 70%;
    margin: 10px auto;
}

.faq-content {
    background-color: #383838;
    font-size: 20px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.faq-content.open {
    padding: 15px;
    opacity: 1;
    max-height: 250px;
}

.faq-box {
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2d2d;
    height: 40px;
    max-width: 100%;
    padding: 15px;
    font-size: 25px;
    cursor: pointer;
}

.faq-box span:nth-child(2) {
    font-size: 25px;
}

.faq-box:hover {
    background-color: #414141;
}

.membership {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: "Poppins", sans-serif;
    gap: 10px;
    padding: 0 20px;
    margin-top: 45px;
    margin-bottom: 75px;
}

.membership> :nth-child(1) {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.membership .btn {
    padding: 10px 22px;
    border-radius: 3px;
    border: none;
    color: white;
    font-weight: 501;
    font-size: 25px;
}

.membership .btn-white {
    background-color: rgba(31, 30, 30, 0.5);
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 50px;
    width: 250px;
    font-weight: 400;
}

.membership .btn-red {
    background-color: red;
    cursor: pointer;
}

.membership .btn-red:hover {
    background-color: rgb(230, 20, 48);
    transition: all 0.3s ease-out;
}

.membership .btn-red a {
    text-decoration: none;
    color: white;
}

.membership-buttons {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 9px;
}

footer {
    color: rgb(184, 173, 173);
    max-width: 70vw;
    margin: auto;
    font-size: 13px;
    padding: 80px;
}

footer a {
    color: rgb(184, 173, 173);
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    padding: 20px 0px;
}

.footer-item {
    display: flex;
    flex-direction: column;
}

.footer-button button {
    background-color: rgba(31, 30, 30, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 15px;
    border-radius: 5px;
    color: rgb(223, 214, 214);
    font-weight: 501;
    font-size: 18px;
    margin-bottom: 20px;
}


@media (max-width: 500px) {

    /* ===== NAV ===== */
    nav {
        max-width: 90vw;
        height: auto;
        padding: 10px 0;
    }

    nav img {
        width: 110px;
    }

    nav .flex {
        display: flex;
        gap: 6px;
    }

    nav .btn {
        font-size: 12px;
        padding: 4px 8px;
    }

    /* ===== HERO ===== */
    .hero {
        padding: 0 15px;
        gap: 12px;
    }

    .hero> :nth-child(1) {
        font-size: 26px;
        font-weight: 800;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero .btn-white,
    .hero .btn-red {
        width: 100%;
        font-size: 16px;
        padding: 12px;
        box-sizing: border-box;
    }

    /* ===== SECTIONS (COMMON) ===== */
    .first,
    .second,
    .third,
    .fourth {
        flex-direction: column;
        height: auto;
        padding: 40px 15px;
        text-align: center;
        gap: 25px;
    }

    .content {
        width: 100% !important;
    }

    .content-outlier {
        font-size: 28px !important;
    }

    .content-outlier-2 {
        font-size: 16px !important;
    }

    /* ===== MEDIA ===== */
    .media img {
        width: 100%;
        max-width: 320px;
        /* display: none; */
    }

    .media video {
        width: 75%;
        top: 18%;
        right: 12%;
        display: none;
    }

    /* ===== FAQ ===== */
    .faq h1 {
        font-size: 28px;
        padding: 0 10px;
    }

    .main-faq-box {
        max-width: 95%;
    }

    .faq-box {
        font-size: 16px;
        padding: 12px;
        height: auto;
    }

    .faq-content {
        font-size: 14px;
    }

    .faq-content.open {
        max-height: 500px;
    }

    /* ===== MEMBERSHIP ===== */
    .membership {
        padding: 0 15px;
        position: relative;
    }

    .membership> :nth-child(1) {
        font-size: 14px;
    }

    .membership-buttons {
        flex-direction: column;
        width: 100%;
    }

    .membership .btn-white,
    .membership .btn-red {
        width: 100%;
        font-size: 16px;
        padding: 12px;
        box-sizing: border-box;
    }

    /* ===== FOOTER ===== */
    footer {
        max-width: 90vw;
        padding: 40px 10px;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .footer-button button {
        font-size: 14px;
        padding: 6px 12px;
    }

    .name {
        margin-top: 20px;
        font-size: 12px;
    }
}