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

* {
    font-family: "Martel Sans", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    overflow-x: hidden;
}

.main {
    height: 80vh;
    background-image: url(assets/Images/bg-find.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: max(1200px, 100vw);
    position: relative;
}

.black-box {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: black;
    opacity: 0.7;
    height: 80vb;
    width: 100%;
}

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

nav .btn {
    display: flex;
    gap: 20px;
}

.sign-in {
    padding: 2px 14px;
    padding-top: 3px;
    background-color: #e50914;
    color: white;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    display: inline-block;
    border-style: solid;
    border-width: 0.0625rem;
    border-radius: calc(0.25rem - 0.0625rem);
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.ln-btn {
    background-color: #0000009c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    padding: 4px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(0.25rem - 0.0625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

nav button,
img {
    z-index: 10;
    position: relative;
}

.main-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    height: calc(100% - 82px);
    margin: auto;
    max-width: 39rem;
    z-index: 10;
    gap: 23px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    height: calc(100% - 82px);
    margin: 60px auto;
    max-width: 39rem;
    z-index: 10;
    gap: 23px;
}

.main-hero .big h1 {
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.3;

}

.main-hero .small p {
    font-size: 1.27rem;
    font-weight: 500;
    text-align: center;
}

.main-hero,
.smallest h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.hero .smallest h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.subscribtion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    position: relative;
}

.subscribtion input {
    padding: 16px 16px 14px 16px;
    color: inherit;
    background: #171515bc;
    color: rgb(255, 255, 255);
    font-weight: 800;
    border: #fff1f17f 1px solid;
    border-radius: 5px;
    min-width: 16px;
    min-height: 16px;
    font-size: 16px;
    width: 100%;
}

.subscribtion button {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 6px 23px;
    border-radius: 5px;
    border-color: #e50914;
    background: rgb(229, 9, 20);
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    /* box-sizing: border-box; */
    min-height: 59px;
    min-width: 212px;
    cursor: pointer;
}

.first-line {
    background: linear-gradient(to right, rgba(33, 13, 22, 1) 16%, rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1) 84%);
    height: 10px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
}

.first-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin: 20px auto 35px;
    color: #ffffff;
    position: relative;
}

.first-sec .sec-write .big {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 900;
}

.first-sec .sec-write .small {
    font-size: 24px;
    /* font-weight: 400; */
}

.sec-img img {
    width: 460.8px;
    /* mix-blend-mode: difference; */
    position: relative;
    z-index: 100;
}

.sec-img video {
    width: calc(460.8px - 122.9px);
    position: absolute;
    top: 70px;
    right: 62px;
    z-index: 1;
}

.sepration {
    height: 7px;
    background-color: rgb(46, 44, 44);
}

.faq {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 25px auto;
    width: 75vw;
}

.faq .big {
    font-size: 42px;
    font-weight: 800;
}

.faq-box {
    display: flex;
    background-color: #2D2D2D;
    height: 36px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 20.5px;
    font-weight: 400;
    margin: auto;
    color: white;
    padding: 24px;
    cursor: pointer;
    transition: all 0.1s linear;

    &:hover {
        background-color: #414141;
    }
}

.footer {
    width: 80.2vw;
    margin: 25px auto 96px auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer a {
    color: #AAAAAA;
    text-decoration: none;
}

.footer .footer-item ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1px auto 12px auto;
}

.footer .footer-item ul li {
    list-style: none;
    margin-top: 12px;
    height: 21px;
    width: 302px !important;
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 400;
}

.ln-btn-end {
    background-color: #0000009c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    padding: 4px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(0.25rem - 0.0625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 94.5px;
    height: 25.5px;
    box-sizing: content-box;
    margin-top: 10px;
}

.write-end {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    .first-sec {
        flex-direction: column;

    }

    .sec-img video {
        position: relative;
        top: -285px;
        right: -60.5px;
    }

    .first-sec .sec-write {
        margin: 45px auto 20px auto;
    }

    .first-sec .sec-img {
        margin: auto 70px;
    }

}

@media screen and (max-width: 821px) {

    .first-sec .sec-write .big,
    .main-hero .big h1,
    .faq .big {
        font-size: 32px;
        font-weight: 800;
    }

    .first-sec .sec-write .small {
        font-size: 19px;
    }
}

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

    nav .logo img {
        height: 28px;
    }

    nav .btn .ln-btn {
        display: none;
    }

    .first-sec .sec-write .small {
        font-size: 16px;
    }

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

    .subscribtion input {
        width: 80%;
    }

    .sec-img img {
        width: 360px;
    }
    
    .sec-img video {
        width: 263px;
        top: -224px;
        right: -47px;
    }
    
    .faq {
        margin-left: 20px;
    }
    .sec-img {
        height: 280px;

        margin: auto 35px !important;
    }
}

