@import url('https://fonts.googleapis.com/css2?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');

/* Global styles
------------------------------------- */
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", "Segoe UI", Roboto, Ubuntu, sans-serif;
}

body {
    background-color: rgba(0, 0, 0);
}

.btn {
    background-color: rgba(23, 23, 23, 0.7);
    padding: 6px 15px;
    color: white;
    border: 1px solid rgba(245, 245, 245, 0.4);
    border-radius: 4px;
    cursor: pointer;
}

.btn-lang {
    padding: 6px 10px 1px 10px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    cursor: auto;
}

.lang-icon {
    margin: 1px 6px 0px 1px;
}

.lang-select {
    margin: 2px 1px 0px 8px;
}

.btn-red-sm {
    background-color: rgb(229, 9, 20);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);

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

.btn-red {
    background-color: rgb(229, 9, 20);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 11px 23px;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);

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

.btn-red-arrow {
    height: 24px;
}

.sep-line {
    height: 8px;
    background-color: rgba(61, 61, 61, 0.663);
}

.empty-box {
    height: 10vh;
}

/* Navbar
------------------------------------- */
nav {
    width: 80vw;
    margin: auto;
    padding: 24px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

nav .logo {
    margin: 0px 19px;
    width: 149px;
    position: relative;
    z-index: 1;
}

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

.btn-nav {
    height: 47.266px;
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 24px;
    margin: 0 19px;
}

/* Main
------------------------------------- */
.main {
    background-image: url(assets/images/main-background-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95vh;
    position: relative;
}

.main .box {
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.95) 100%);
}

.hero {
    height: calc(100% - 95.266px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    font-family: "Segoe UI", Roboto, Ubuntu, sans-serif;
    gap: 15px;
    padding: 0 30px;
}

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

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

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

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.hero-buttons input {
    padding: 16px 175px 16px 14px;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(245, 245, 245, 0.4);
    border-radius: 4px;
    color: white;
}

/* Sections
------------------------------------- */
.section-media {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 77vw;
    margin: auto;
}

/* 1st-section */
.first>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.first-media {
    position: relative;
}

.first-media img {
    width: 600px;
    position: relative;
    z-index: 1;
}

.first-media video {
    position: absolute;
    top: 88px;
    right: 84px;
    width: 435px;
}

/* 2nd-section */
.second>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.second>div :nth-child(1) {
    font-size: 48px;
    font-weight: 800;
}

.second>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

.second-media {
    position: relative;
}

.second-media img {
    width: 600px;
}

/* 3rd-section */
.third>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.third>div :nth-child(1) {
    font-size: 48px;
    font-weight: 800;
}

.third>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

.third-media {
    position: relative;
}

.third-media img {
    width: 600px;
    position: relative;
    z-index: 1;
}

.third-media video {
    position: absolute;
}

.third video {
    width: 385px;
    top: 51px;
    left: 105px;
}

/* 4th-section */
.fourth>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fourth>div :nth-child(1) {
    font-size: 48px;
    font-weight: 800;
}

.fourth>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

.fourth-media {
    position: relative;
}

.fourth-media img {
    width: 600px;
}

/* FAQ
------------------------------------- */
.faq {
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.faq h2 {
    font-size: 48px;
    font-weight: 800;
}

.faq-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    max-width: 75vw;
    margin: auto;
    padding: 15px 0 50px 0;
    font-size: 24px;
    font-weight: 400;
}

.faq-box div {
    background-color: rgba(45, 45, 45, 1);
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);

    &:hover {
        background-color: rgba(65, 65, 65, 1);
    }
}

.sign-up-box {
    padding: 0 30px;
}

.sign-up-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 15px 0 0 0;
}

.sign-up-buttons input {
    padding: 16px 175px 16px 14px;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(245, 245, 245, 0.4);
    border-radius: 4px;
    color: white;
}

/* Footer
------------------------------------- */
footer {
    max-width: 75vw;
    margin: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
}

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

footer div:last-child {
    font-size: 14px;
    margin: 20px 0 0 0;
}

.footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 14px;
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.btn-footer {
    margin: 23px 0 0 0;
}

/* Media queries
------------------------------------- */
@media screen and (max-width: 1350px) {

    /* Main
    ----------------------> */
    .main {
        background-size: cover;
        height: 80vh;
    }

    .main .box {
        height: 80vh;
    }

    .hero> :nth-child(1) {
        font-weight: 700;
        font-size: 42px;
    }

    .hero> :nth-child(2) {
        font-size: 21px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    /* Sections
    ----------------------> */
    .first>div :nth-child(1) {
        font-size: 42px;
        font-weight: 700;
    }

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

    .first-media img {
        width: 500px;
    }

    .first-media video {
        top: 74px;
        right: 70px;
        width: 362px;
    }

    .second>div :nth-child(1) {
        font-size: 42px;
        font-weight: 700;
    }

    .second>div :nth-child(2) {
        font-size: 21px;
    }

    .second-media img {
        width: 500px;
    }

    .third>div :nth-child(1) {
        font-size: 42px;
        font-weight: 700;
    }

    .third>div :nth-child(2) {
        font-size: 21px;
    }

    .third-media img {
        width: 500px;
    }

    .third video {
        width: 325px;
        top: 44px;
        left: 84px;
    }

    .fourth>div :nth-child(1) {
        font-size: 42px;
        font-weight: 700;
    }

    .fourth>div :nth-child(2) {
        font-size: 21px;
    }

    .fourth-media img {
        width: 500px;
    }

    /* FAQ
    ----------------------> */
    .faq {
        font-size: 18px;
    }

    .faq h2 {
        font-size: 42px;
        font-weight: 700;
    }

    .faq-box {
        font-size: 21px;
    }
}

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

    /* Navbar
    ----------------------> */
    nav {
        width: 95vw;
        padding: 24px 0px;
    }

    /* Main
    ----------------------> */
    .main {
        background-size: 1500px;
    }

    /* Sections
    ----------------------> */
    .section-media {
        max-width: 90vw;
    }

    .first-media img {
        width: 450px;
    }

    .first-media video {
        top: 63px;
        right: 59px;
        width: 330px;
    }

    .second-media img {
        width: 450px;
    }

    .third-media img {
        width: 450px;
    }

    .third video {
        width: 288px;
        top: 42px;
        left: 78px;
    }

    .fourth-media img {
        width: 450px;
    }

    /* FAQ
    ----------------------> */
    .faq-box {
        max-width: 90vw;
    }

    /* Footer
    ----------------------> */
    footer {
        max-width: 90vw;
    }
}

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

    /* Navbar
    ----------------------> */
    nav .logo {
        width: 130px;
    }

    /* Main
    ----------------------> */
    .main {
        background-size: 1200px;
    }

    .hero> :nth-child(1) {
        font-weight: 600;
        font-size: 32px;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    .hero-buttons input {
        padding: 16px 160px 16px 14px;
    }

    /* Sections
    ----------------------> */
    .section-media {
        text-align: center;
    }

    .first {
        flex-wrap: wrap;
    }

    .first>div :nth-child(1) {
        font-size: 32px;
        font-weight: 600;
    }

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

    .first-media img {
        width: 600px;
    }

    .first-media video {
        top: 88px;
        right: 81px;
        width: 438px;
    }

    .second {
        flex-wrap: wrap;
        gap: 35px;
    }

    .second>div :nth-child(1) {
        font-size: 32px;
        font-weight: 600;
    }

    .second>div :nth-child(2) {
        font-size: 18px;
    }

    .second-media img {
        width: 600px;
    }

    .third {
        flex-wrap: wrap;
        gap: 35px;
    }

    .third>div :nth-child(1) {
        font-size: 32px;
        font-weight: 600;
    }

    .third>div :nth-child(2) {
        font-size: 18px;
    }

    .third-media img {
        width: 600px;
    }

    .third-media video {
        top: 50px;
        left: 104px;
        width: 386px;
    }

    .fourth {
        flex-wrap: wrap;
        gap: 35px;
    }

    .fourth>div :nth-child(1) {
        font-size: 32px;
        font-weight: 600;
    }

    .fourth>div :nth-child(2) {
        font-size: 18px;
    }

    .fourth-media img {
        width: 600px;
    }

    /* FAQ
    ----------------------> */
    .faq {
        font-size: 18px;
    }

    .faq h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .faq-box {
        font-size: 18px;
    }

    .sign-up-buttons input {
        padding: 16px 160px 16px 14px;
    }

    /* Footer
    ----------------------> */
    .footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    /* Navbar
    ----------------------> */
    .btn-nav {
        gap: 20px;
    }
}

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

    /* Navbar
    ----------------------> */
    .btn-nav {
        gap: 10px;
    }

    /* Main
    ----------------------> */
    .main {
        height: 80vh;
    }

    .main .box {
        height: 80vh;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons input {
        padding: 16px 300px 16px 14px;
    }

    /* FAQ
    ----------------------> */
    .sign-up-buttons {
        flex-direction: column;
    }

    .sign-up-buttons input {
        padding: 16px 300px 16px 14px;
    }
}

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

    /* Navbar
    ----------------------> */
    nav {
        width: 95vw;
        padding: 20px 0px;
    }

    nav .logo {
        width: 110px;
    }

    .btn-nav .btn-lang {
        padding: 6px 10px 0px 10px;
    }

    .btn-nav .lang-icon {
        margin: 1px 0px 0px 1px;
    }

    .btn-nav .lang-select {
        margin: 2px 1px 0px 5px;
    }

    .btn-nav .btn-lang :nth-child(2) {
        display: none;
    }

    /* Main
    ----------------------> */
    .main {
        background-size: 1500px;
    }

    /* Sections
    ----------------------> */
    .section-media {
        max-width: 90vw;
    }

    .first-media img {
        width: 400px;
    }

    .first-media video {
        top: 62px;
        right: 59px;
        width: 287px;
    }

    .second-media img {
        width: 400px;
    }

    .third-media img {
        width: 400px;
    }

    .third video {
        width: 250px;
        top: 37px;
        left: 73px;
    }

    .fourth-media img {
        width: 400px;
    }

    /* FAQ
    ----------------------> */
    .faq-box {
        max-width: 90vw;
    }

    /* Footer
    ----------------------> */
    footer {
        max-width: 90vw;
    }
}

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

    /* Global styles
    ----------------------> */
    .btn-red {
        padding: 8px 23px;
    }

    /* Navbar
    ----------------------> */
    nav .logo {
        width: 90px;
    }

    /* Main
    ----------------------> */
    .main {
        background-size: 1500px;
    }

    .hero-buttons input {
        padding: 12px 190px 12px 14px;
    }

    /* FAQ
    ----------------------> */
    .sign-up-buttons input {
        padding: 12px 190px 12px 14px;
    }
}

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

    /* Global styles
    ----------------------> */
    .btn-red {
        padding: 12px 20px;
        font-size: 18px;
    }

    /* Main
    ----------------------> */
    .main {
        height: 80vh;
        background-size: cover;
    }

    .main .box {
        height: 80vh;
    }

    .hero {
        padding: 0 25px;
    }

    .hero> :nth-child(1) {
        font-size: 37px;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    .hero-buttons {
        gap: 10px;
    }

    .hero-buttons input {
        padding: 16px 100px 16px 14px;
    }

    /* Sections
    ----------------------> */
    .first-media img {
        width: 310px;
    }

    .first-media video {
        top: 45px;
        right: 40px;
        width: 228px;
    }

    .second-media img {
        width: 310px;
    }

    .third-media img {
        width: 310px;
    }

    .third video {
        width: 200px;
        top: 31px;
        left: 53px;
    }

    .fourth-media img {
        width: 310px;
    }

    /* FAQ
    ----------------------> */
    .sign-up-buttons {
        gap: 10px;
    }

    .sign-up-box input {
        padding: 16px 100px 16px 14px;
    }
}

@media screen and (max-height: 1370px) {

    /* Main
    ----------------------> */
    .main {
        height: 55vh;
    }

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

@media screen and (max-height: 1000px) {

    /* Main
    ----------------------> */
    .main {
        height: 85vh;
    }

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