a, h1, h2, p, button {
    color: white;
    margin: 0;
    font-family: "PT Sans Caption", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100svw;
    min-width: 375px;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    overflow-x: hidden;
}

header {
    background-color: #000;
    background-image:
            url("/src/images/background/Vector 129.png"),
            url("/src/images/background/Vector 129.png"),
            url("/src/images/background/Vector 129.png");
    background-repeat: no-repeat;
    background-position:
            calc(50% - 400px) calc(50% - 300px),
            calc(50% + 0px) calc(50% - 0px),
            calc(50% + 800px) calc(50% - 100px);
    background-size: auto;
}


.main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.main-wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: url("/src/images/background/vector.png");
    background-repeat: no-repeat;
    background-position: center;
}

.header-wrapper {
    position: relative;
    height: 100svh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
    overflow: clip;

    background:
            radial-gradient(
                    circle 1000px at center,
                    rgba(162, 0, 255, 0.15),
                    rgba(162, 0, 255, 0) 100%
            );
}


.contacts {
    padding-left: 15px;
    padding-top: 24px;
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    z-index: 1;
    flex-wrap: wrap;
    margin: 0;
}

.contact-pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 8px;

    background: #FFFFFF;
    border-radius: 9999px;

    text-decoration: none;
    color: #151515;

    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    transition: 0.2s ease;
}

.contact-pill:hover {
    background: #f1f1f1;
}

.contact-pill img {
    flex-shrink: 0;
}

.logo {
    width: 304px;
    height: auto;
    max-height: 28vh;
    object-fit: contain;
}

.logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.subtitle {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    max-width: 588px;
    padding-inline: 16px;
}

.scroll-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    gap: 8px;

    margin: 0 auto;
    width: 140px;

    text-decoration: none;
    z-index: 1;
}

.scroll-button__text {
    width: 140px;

    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #FFFFFF;
    text-align: center;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content {
    min-height: 0;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-title {
    padding-block: 80px 24px;
    display: flex;
    gap: 126px;
    justify-content: center;
    align-items: flex-end;
}

.title {
    max-width: 690px;
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #151515;
}

.about {
    max-width: 384px;
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    color: #5D12FF;
}

.image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #010101;
}

.content-image {
    max-width: 690px;
    width: 100dvw;
    display: block;
}

.content-subtitle {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
}

.content-subtitle p {
    max-width: 894px;
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #151515;
}

.btn {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 133px;
    gap: 10px;

    background: #151515;
    border-radius: 9999px;

    width: 100%;
    max-width: 130px;
    margin: 40px auto 120px;
    text-decoration: none;
}

@media (max-width: 1250px) {
    .content-title,
    .content-subtitle {
        flex-direction: column;
        align-items: flex-start;
        padding-inline: 16px;
        padding-block: 24px 20px;
        gap: 16px;
    }

    .btn {
        margin: 16px auto 16px;
    }
}

@media (max-width: 772px) {
    .logo {
        height: 160px;
    }

    .subtitle,
    .contact-pill {
        font-size: 11px;
    }

    .contact-pill {
        justify-content: flex-start;
        padding: 6px 10px;
    }

    .btn {
        padding-inline: 113px;
    }

    .contacts {
        justify-content: flex-start;
    }

    .contact-pill img {
        max-width: 12px;
        gap: 8px;
    }
}