@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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;
}

nav {
    /* background-color: red; */
    height: 34px;
    max-width: 70%;
    margin: auto;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

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

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

nav .btn-red-sm {
    background-color: rgb(229, 9, 20);
    color: white;
    font-size: 15px;
    margin-left: 4px;
    padding: 4px 16px;
    border-radius: 5px;
}

nav .btn-lang {
    background-color: rgba(0, 0, 0, 0.525);
    color: white;
    margin-right: 4px;
    font-size: 15px;
    padding: 4px 36px;
    border-radius: 5px;
    border: 1px solid #cacaca;
}

.btn {
    cursor: pointer;
}

/* .btn-red svg{
      //  padding-top: 8px;
    } */

.main {
    background-image: url(images/IN-en-20240527-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(2000px, 100vw);
    height: 100vh;
    position: relative;
}

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

.hero {
    font-family: poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: calc(100% - 64px);
    flex-direction: column;
    position: relative;
    z-index: 5;
    gap: 24px;
}

.hero> :nth-child(1) {
    font-size: 48px;
    font-weight: 800;
    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;
}

.top-input {
    display: flex;
    font-size: 16px;
    gap: 12px;
}

.top-input button {
    background-color: rgb(229, 9, 20);
    color: white;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 4px;
}

.top-input input {
    font-size: 14px;
    padding: 18px 0px;
    padding-right: 84px;
    padding-left: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.71);
    border: 1px solid #cacaca;

}

.seperation {
    height: 5px;
    background-color: rgb(79, 78, 78);
}

.first {
    display: flex;
    justify-content: center;
    max-width: 74vw;
    margin: auto;
    color: white;
    align-items: center;
    padding: 64px;

}



.secImg {
    position: relative;
}

.secImg img {
    width: 600px;
    position: relative;
    z-index: 5;
}

.secImg video {
    position: absolute;
    top: 84px;
    right: 36px;
    width: 455px;
    padding-right: 28px;
}

.third .secImg video {
    width: 380px;
    right: 84px;
}

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

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

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

.member {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
    font-size: 18px;
    padding-top: 34px;
    max-width: 60vw;
    margin: auto;
}

.member .top-input {
    padding-top: 24px;
}

.faq {
    color: white;
    padding: 34px;
    font-size: 24px;
}

.faq .faqbox {
    display: flex;
    background-color: #2d2d2d;
    padding: 24px;
    max-width: 70vw;
    margin: 8px auto;
    justify-content: space-between;
    cursor: pointer;
}

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

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

.faqbox svg {
    padding-top: 8px;
}

footer {
    color: #b3b3b3;
    max-width: 70vw;
    margin: auto;
    padding-top: 20px;
}

footer>div {
    margin: 34px 0px;
    font-size: 16px;
}

.footerc a {
    color: #b3b3b3;
}

.footerc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #b3b3b3;
    font-size: 14px;
}


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

.btn-footer {
    background: #0f0f0f;
    color: white;
    border: 1px solid #cacaca;
    padding: 8px;
    border-radius: 4px;
}

@media screen and (max-width:1300px) {
    .footerc {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
}

@media screen and (max-width: 1300px) and (min-width:650px) {
    .first {
        flex-wrap: wrap;
        text-align: center;
    }

    .main {
        height: 80vh;
    }
    .main .box { 
        height: 80vh; 
    }

}

@media screen and (max-width:650px) {
    .first {
        flex-wrap: wrap;
        text-align: center;
    }

    .secImg img {
        width: 400px;
        position: relative;
        
    }

    .secImg video {
        position: absolute;
        top: 62px;
        right: 36px;
        width: 300px;
        padding-right: 14px;
    }

    .third .secImg video {
        width: 240px;
        right: 68px;
        top: 42px;
    }

    .hero> :nth-child(1) {
        font-size: 32px;
        font-weight: 800;
        text-align: center;

    }

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

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

    .top-input {
        display: flex;
        font-size: 16px;
        flex-direction: column;
        gap: 12px;
    }

    .top-input button {
        background-color: rgb(229, 9, 20);
        color: white;
        font-size: 20px;
        padding: 8px 12px;
        border-radius: 4px;
    }

    .top-input input {
        font-size: 14px;
        padding: 18px 0px;
        padding-right: 84px;
        padding-left: 20px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.71);
        border: 1px solid #cacaca;

    }

    .main {
        height: 70vh;
    }
    .main .box { 
        height: 70vh; 
    }

    nav {
        max-width: 90vw;
        margin-bottom: 36px
    }

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