@font-face{
    font-family: Halvar Breitschrift;
    src: url('HalvarBreit-Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: Halvar Breitschrift;
    src: url('HalvarBreit-Bd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: Inter;
    src: url('inter-cyrillic-700-normal.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

html {
    overflow: hidden;
}

* {
    margin: 0;
}

.body {
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(29.65% 65.86% at 0% -3.54%, rgba(184, 234, 250, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(46.74% 102.78% at 91.54% 89.86%, #C0C5F1 0%, #EFF0F7 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
}

.splat-1 {
    position: fixed;
    width: 508px;
    height: 518px;
    left: -185px;
    transform: rotate(82.17deg);
}

.planet-1 {
    position: fixed;
    width: 358px;
    height: 358px;
    left: -5.5px;
    top: -72.56px;
    background: linear-gradient(326.77deg, #0B79E3 8.72%, #4AAAEA 37.52%, #8893F2 52.34%, #92C2F7 80.02%);
    filter: blur(50px);
    transform: rotate(82.17deg);
}

.eclipse-1 {
    position: fixed;
    width: 489px;
    height: 489px;
    left: -185px;
    top: -217.01px;
    background: linear-gradient(326.77deg, #0B79E3 8.72%, #4AAAEA 37.52%, #8893F2 52.34%, #92C2F7 80.02%);
    filter: blur(100px);
    transform: rotate(82.17deg);
}

.gradient {
    position: fixed;
    opacity: 0.6;
    left: -5.4%;
    right: 79%;
    top: -200.78%;
    bottom: -62.15%;
    background: radial-gradient(48.71% 52.53% at 45.13% 48.66%, rgba(62, 86, 211, 0.813008) 19.27%, #515B6A 53.12%, #2366B5 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(0, 0, 0, 0.864583) 0.01%, rgba(255, 255, 255, 0) 97.33%);
    mix-blend-mode: color-burn;
    filter: blur(107px);
    transform: matrix(-0.43, 0.38, -0.98, -0.73, 0, 0);
}

.splat-2 {
    position: fixed;
    width: 1003px;
    height: 1003px;
    bottom: -700px;
    right: -600px;
    background: #0B79E3;
    filter: blur(100px);
}

.spider {
    opacity: 0.2;
    box-sizing: border-box;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.title {
    max-width: 1402px;
    height: 360px;

    font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 800;
    font-size: 100px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;

    background: linear-gradient(94.93deg, rgba(255, 255, 255, 0) 18.09%, rgba(255, 255, 255, 0.2) 88.84%), #25262E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 100000;

    margin: auto;
}

@media (max-width: 1400px) {
    .title {
        max-width: 1002px;
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .title {
        font-size: 30px;
    }
}

.logo {
    align-items: center;
    position: fixed;
    top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 70px 1fr;
    grid-gap: 10px;
    grid-template-areas: '. img text .';
    z-index: 50000;
}

.logo >img {
    grid-area: img;
}
.logo >h2 {
    grid-area: text;
    width: 65px;
    height: 48px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(130.06deg, #4CAFEB 7.57%, #0B79E3 76.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.download {
    display: flex;
    width: 100%;
    z-index: 9999999999;
    bottom: 150px;
    left: 0;
    position: fixed;
}

.download > a {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.download button {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 12px 24px 14px;
    gap: 8px;
    width: 297px;
    height: 58px;
    background: linear-gradient(98.77deg, #5BB9ED 40.1%, #0C7AE3 107.62%);
    box-shadow: 4.75054px 8px 24px -6.86188px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    /* Secondary text */


    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    text-align: center;

    color: #FFFFFF;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.download button:hover {
    background: #0C7AE3;
}