@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #000000;
    --text-color: #ffffff;
    --button-color: #e50914;
    --border-color: #555555;
    --button_hover-color: #c11119;
    --email-bgcolor: #161616de;
    --placeholder-color: #adadad;
    --line-bgcolor: linear-gradient(rgba(33, 13, 22, 1), rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1));
    --gradient-bgcolor: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
    --box-bgcolor: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    --blocks_button-bgcolor: #2d2d2d;
    --blocks_button-hover-bgcolor: #414141;
    --credit-color: #00ffff;
}

body {
    font-family: "Roboto", "Poppins", "Segoe UI", "Ubuntu", "sans-serif";
    background-color: var(--bg-color);
}

/* HEADER */

header {
    background-image: url("Assets/bg.png");
    background-size: cover;
    background-position: center;
}

nav {
    height: 120px;
    text-align: center;
}

.navbar {
    margin: auto;
    width: 80vw;
    height: 75%;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 160px;
}

.logo img:hover {
    transform: scale(1.03);
    transition: 0.4s;
}

.nav-items {
    display: flex;
    gap: 12px;
}

#lang {
    padding: 6px 12px;
    font-size: 16px;
    display: flex;
    background: transparent;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

#lang:focus {
    outline: var(--text-color) solid 0.125rem;
    outline-offset: 0.125rem;
}

#signin {
    background-color: var(--button-color);
    padding: 8px 16px;
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

#signin:hover {
    background-color: var(--button_hover-color);
}

.sec-1 {
    color: var(--text-color);
    height: 76vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec-1 h1 {
    width: 590px;
    font-size: 62px;
    line-height: 70px;
    font-weight: 900;
}

.sec-1 span {
    width: 590px;
    font-size: 20px;
    margin-top: 16px;
    font-weight: 500;
}

.sec-1 p {
    width: 590px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
}

.buttons {
    display: flex;
    margin-top: 16px;
    gap: 4px;
}

#email {
    width: 376px;
    padding: 16px;
    background: var(--email-bgcolor);
    color: var(--text-color);
    font-size: 16px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

#email::placeholder {
    color: var(--placeholder-color);
}

#email:focus {
    outline: var(--text-color) solid 0.125rem;
    outline-offset: 0.125rem;
}

#start {
    width: 210px;
    background-color: var(--button-color);
    padding: 12px;
    color: var(--text-color);
    font-weight: bold;
    font-size: 24px;
    border-radius: 4px;
    margin-left: 4px;
    border: none;
    cursor: pointer;
}

#start:hover {
    background-color: var(--button_hover-color);
}

.line {
    height: 0.3rem;
    background: var(--line-bgcolor);
}

.gradient {
    height: 3rem;
    background: var(--gradient-bgcolor);
}

/* MAIN */

main {
    padding: 0 148px;
    background-position: center;
}

main h2 {
    font-size: 24px;
    line-height: 32px;
    color: var(--text-color);
    padding-left: 6px;
}

.display {
    margin-top: 16px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.image {
    display: flex;
    padding: 12px 20px;
}

.image img {
    border-radius: 8px;
    cursor: pointer;
}

.image:hover {
    transform: scale(1.07);
    transition: 0.3s;
}

.image span {
    font-size: 6rem;
    position: absolute;
    font-weight: 800;
    margin: 166px 0 0 -26px;
    -webkit-text-stroke: 0.1rem var(--text-color);
    z-index: 1;
    cursor: pointer;
}

.join {
    margin-top: 56px;
}

.reasons {
    display: flex;
    gap: 16px;
    padding: 12px 0 12px 0;
}

.box {
    width: 100%;
    height: 286px;
    padding: 16px;
    position: relative;
    border-radius: 1rem;
    background: var(--box-bgcolor);
}

.box h2 {
    padding: 0;
}

.box p {
    font-size: 16px;
    margin-top: 16px;
    color: var(--placeholder-color);
}

.box img {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
}

.faqs {
    margin-top: 56px;
}

.faqs h2 {
    padding: 0;
}

.block {
    padding: 8px 0 8px 0;
}

.block button {
    width: 100%;
    border: none;
    background: var(--blocks_button-bgcolor);
    padding: 24px;
    margin-top: 8px;
    font-size: 24px;
    text-align: left;
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.block button:hover {
    background: var(--blocks_button-hover-bgcolor);
    transition: 0.3s;
}

.plus {
    height: 36px;
    width: 36px;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" role="img" viewBox="0 0 36 36" width="36" height="36" data-icon="PlusLarge" aria-hidden="true" class="plus"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z" fill="%23ffffff"/></svg>');
}

.sub {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub p {
    width: 594px;
    color: var(--text-color);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

/* FOOTER */

footer {
    padding: 0 148px;
    background-position: center;
}

.container {
    margin: 64px 0px 96px 0px;
    color: var(--placeholder-color);
    font-size: 16px;
}

.container p span {
    cursor: pointer;
    text-decoration: underline;
}

.linkbox {
    margin-top: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
}

.links {
    width: 25%;
    margin-top: 12px;
}

.links a {
    text-decoration: none;
    color: var(--placeholder-color);
    cursor: pointer;
}

.links a:active {
    color: var(--button-color);
}

.container button {
    margin-top: 40px;
}

.credits {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.credits a {
    text-decoration: none;
    color: var(--credit-color);
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1280px) {
    .navbar {
        width: 90vw;
    }

    main,
    footer {
        padding: 0 100px;
    }

    .reasons {
        flex-direction: column;
        align-items: center;
        padding-top: 4px;
        gap: 0;
    }

    .box {
        height: 210px;
        margin-top: 8px;
    }

    .links {
        width: 33%;
    }
}

@media only screen and (max-width: 960px) {
    .logo img {
        width: 140px;
    }

    .navbar {
        width: 95vw;
    }

    .sec-1 h1 {
        font-size: 44px;
        line-height: 56px;
    }

    .sec-1 h1,
    .sec-1 span,
    .sec-1 p,
    #email {
        width: 480px;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #start {
        margin-top: 10px;
    }

    main,
    footer {
        padding: 0 60px;
    }

    .box {
        height: 240px;
    }

    .block button {
        height: 70px;
    }

    .links {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    header {
        height: 74vh;
    }

    .logo img {
        width: 120px;
    }

    #lang span {
        display: none;
    }

    .sec-1 {
        height: 50vh;
    }

    .sec-1 h1,
    .sec-1 span,
    .sec-1 p,
    #email {
        width: 90vw;
    }

    .sec-1 h1 {
        font-size: 32px;
        line-height: 48px;
    }

    #start {
        width: 180px;
        padding: 10px;
    }

    main,
    footer {
        padding: 0 24px;
    }

    main h2 {
        font-size: 20px;
    }

    .trending h2 {
        text-align: center;
        padding: 0;
    }

    .block button {
        font-size: 20px;
    }

    .plus {
        width: 24px;
        height: 24px;
    }

    .sub p {
        width: 90vw;
    }

    .links {
        width: 100%;
    }

    .container #lang span {
        display: contents;
    }

    .credits {
        flex-direction: column;
        gap: 8px;
    }
}