@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

div.main {
    background-image: url("Images/PK-en-20240722-POP_SIGNUP_TWO_WEEKS-perspective_WEB_8056b691-2a93-40af-add4-ca200ba1151b_small.jpg");
    height: 95vh;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.main .box {
    background-color: black;
    height: 95vh;
    width: 100%;
    opacity: 0.58;
    top: 0;
    position: absolute;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75vw;
    height: 100px;
    margin: auto;
}

nav img {
    max-width: 175px;
    z-index: 10;
    position: relative;
}

nav button {
    z-index: 10;
    position: relative;
}

.cat {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    flex-direction: column;
    position: relative;
    padding: 5px 0px;
    gap: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.cat>span:nth-child(1) {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 48px;
}

.cat>span:nth-child(2) {
    font-size: 24px;
    text-align: center;
}

.cat>span:nth-child(3) {
    font-size: 20px;
    text-align: center;
}

.btn {
    color: white;
    background-color: #E50914;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-red {
    font-size: 14px;
    padding: 6px 15px;
    text-align: center;
}

.btn-red-sm {
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 11px 21px;
    text-align: center;
}

.cat-button {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}

.main input {
    padding: 25px 190px 12px 30px;
    background-color: #121510ad;
    border: 1px solid rgb(103, 97, 97);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.separation {
    height: 9px;
    width: 100%;
    background-color: #232323;
    position: relative;
    z-index: 20;
    top: -10px;
}

.first {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 77vw;
    margin: auto;
    padding: 78px 0px 0px 26px;
}

.first>div {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.first span:nth-child(1) {
    font-size: 48px;
    font-weight: 800;
}

.first span:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

.secimg {
    position: relative;
}

.secimg img {
    width: 592px;
    z-index: 10;
}

.secimg video {
    position: absolute;
    top: 77px;
    width: 511px;
    right: 0;
}

.sep2 {
    top: 80px;
}

.third {
    padding: 166px 481px 0px 0px;

}

.faq h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 900;
    position: relative;
    top: -10px;
}

.faq {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 163px;
    position: relative;
    color: rgb(255, 255, 255);
}

.faqbox {
    font-size: 24px;
    max-width: 73vw;
    display: flex;
    justify-content: space-between;
    background-color: #2a2929;
    padding: 22px;
    margin: 7px auto;
    cursor: pointer;
    align-items: center;
}

.faqbox:hover {
    background-color: #414141;
}

.lines {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 0px 21px 0px;
}

.end input {
    padding: 25px 190px 12px 30px;
    background-color: #121510ad;
    border: 1px solid rgb(103, 97, 97);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
    color: #B3B0A8;
    max-width: 60vw;
    padding: 34px;
    margin: auto;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-items {
    padding: 14px;
}

.footer a {
    color: #B3B0A8;
    font-size: 14px;
}

.text {
    padding: 34px 0;
}

.footer-items {
    display: flex;
    flex-direction: column;
    gap: 23px;
}


@media screen and (max-width: 5000px) {
    div.main {
        background-size: cover;
    }
}

@media screen and (max-width: 590px) {
    .cat-button {
        display: flex;
        flex-direction: column;
    }

    .third {
        padding: 0px 0px 0px 0px;

    }

    .faq h2 {
        font-size: 24px;
    }

    .faq {
        padding: 102px;
    }

    .faqbox {
        font-size: 16px;
        padding: 6px;
        margin: 3px auto;
    }

    svg {
        width: 20px;
        height: 20px;
    }

    .lines {
        font-size: 11px;
        padding: 19px 0px 13px 0px;
    }

    .end input {
        padding: 0px 0px 1px 7px;
        font-size: 9px;
        border-radius: 1px;
    }

    footer {
        padding: 0px;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
    }

    .footer-items {
        padding: 6px;
    }

    .footer a {
        font-size: 9px;
    }

    .text {
        padding: 13px 0;
    }
}


@media screen and (max-width: 650px) {

    .cat>span:nth-child(1) {
        font-size: 35px;
    }

    .cat>span:nth-child(2) {
        font-size: 20px;
    }

    .cat>span:nth-child(3) {
        font-size: 15px;
    }

    .btn-red-sm {
        font-size: 20px;
        padding: 5px 13px;
    }

    .main input {
        padding: 20px 179px 10px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .first {
        display: flex;
        flex-direction: column;
    }

    .first span:nth-child(1) {
        font-size: 38px;
        font-weight: 800;
    }

    .first span:nth-child(2) {
        font-size: 18px;
        font-weight: 400;
    }

    .first span {
        position: relative;
        left: 11px;
    }

}

@media screen and (max-width: 700px) {
    .second {
        padding: 43px 0px 0px 0px;
    }

    .third {
        padding: 145px 130px 0px 0px;

    }

    .secimg img {
        width: 417px;
    }

    .secimg video {
        top: 47px;
        width: 362px;
        right: 0;
    }

}