@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    box-sizing: border-box;
    overflow: hidden;
}

body {
    font-family: Manrope;
    background-color: black;
    padding: 0;
    margin: 0;
}

.main-block {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.main-block__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
}

.main-block__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 128px 0px 8px 0px;
    z-index: 2
}

.main-block__im {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.main-block__title {

    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 72px;
    font-size: 102px;
    letter-spacing: -4%;
    margin: 8px 0px 40px 0px;
    text-align: center;
}

.main-block__text1 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 38px;
    font-size: 28px;
    letter-spacing: -2%;
    margin: 8px 32px 8px 0px;
    text-align: center;
    padding: 0px 0px 0px 0%;
}

.main-block__text2 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 28px;
    font-size: 28px;
    letter-spacing: -2%;
    margin: 8px 0px 8px 0px;
    text-align: center;
}

.ShadowText1 {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    line-height: 102px;
    font-size: 102px;
    letter-spacing: -4%;
}

.ShadowText2 {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    line-height: 28px;
    font-size: 28px;
    letter-spacing: -2%;
}

.ShadowText3 {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    line-height: 28px;
    font-size: 28px;
    letter-spacing: -2%;
}

.main-block__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    margin: 64px 24px 24px 24px;
    gap: 10px;

}

.link__image {
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    object-fit: cover;
}

.link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px 12px 4px 4px;
    margin: 0 0 0 0;
    outline: none;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    transition: box-shadow 0.2s;
}

.link:hover {
    transition: all 0.2s;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.7);
}

.links:active {
    background-color: #1a1a1a;
}

.links:disabled {
    background-color: #eee;
    border-color: #eee;
    color: #444;
    cursor: not-allowed;
}

.main-block__background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.7vh;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main-block__background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
    .main-block__background iframe {
        width: 100vw;
        height: 56.25vw;
    }
}

/* =========================
   MOBILE (<= 768px)
   ========================= */

@media (max-width: 768px) {

    .main-block__container {
        width: 100%;
        padding: 0 16px;
    }

    .main-block__body {
        margin: 72px 0 16px 0;
    }

    .main-block__im {
        flex-direction: column;
        height: auto;
        gap: 8px;
        margin: 0px 0 24px 0;
    }

    .main-block__text1 {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .ShadowText2 {
        font-size: 18px;
        line-height: 24px;
    }

    .main-block__title {
        font-size: 48px;
        line-height: 48px;
        margin: 16px 0 24px 0;
        letter-spacing: -2%;
    }

    .ShadowText1 {
        font-size: 48px;
        line-height: 48px;
    }

    .main-block__text2 {
        font-size: 18px;
        line-height: 24px;
    }

    .ShadowText3 {
        font-size: 18px;
        line-height: 24px;
    }

    .main-block__links {
        margin: 32px 0 24px 0;
        gap: 8px;
    }

    .link {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 8px 14px 8px 8px;
    }

    .link__image {
        width: 24px;
        height: 24px;
    }
}

/* =========================
   SMALL MOBILE (<= 390px)
   ========================= */

@media (max-width: 390px) {

    .main-block__title {
        font-size: 40px;
        line-height: 42px;
    }

    .ShadowText1 {
        font-size: 40px;
        line-height: 42px;
    }

    .main-block__text2 {
        font-size: 16px;
        line-height: 22px;
    }

    .link {
        font-size: 13px;
    }
}