@font-face {
        font-family: 'DRL Circular';
        src: url(DRLCircular-Light.ttf);
        font-style: normal;
        font-weight: 300;
    }

body,html {
    font-size: 10px
}

body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: Mulish,sans-serif;
    margin: 0;
    padding: 0;
    font-family: DRL Circular;
}

.soon {
    width: 100%;
    height: 100vh;
    background: url("main-bg.avif") top center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.soon::before {
    content: '';
    background: linear-gradient(90deg, #0B0129 6.28%, rgba(11, 1, 41, 0) 100%);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

    @media screen and (max-width: 767.9px) {
        background: linear-gradient(180deg, #0B0129 16.92%, rgba(11, 1, 41, 0) 102.59%);
    }
}

.header {
    position: relative;
    top: 3rem;
    width: auto;
    margin: 0 6rem;
    height: 90;
    border-radius: 6rem;
    padding: 0 3.6rem;
    display: flex;
    align-items: center;

    @media screen and (max-width: 767.9px) {
        margin: 0 2rem;
        padding: 0;
    }

    svg {
        @media screen and (max-width: 767.9px) {
            width: 9.5rem;
            height: auto;
        }

        path {
            fill: #fff;
        }
    }
}

.soon-title {
    margin-top: 11.8rem;
    margin-left: 10rem;
    width: 53.5rem;
    position: relative;
    font-weight: 300;

    @media screen and (max-width: 767.9px) {
        margin-left: 0;
        padding: 0 2rem;
        width: 100%;
    }

    .subtitle {
        font-size: 28px;
        line-height: 34px;

        @media screen and (max-width: 767.9px) {
            font-size: 1.6rem;
            line-height: 2.4rem;
        }
    }

    h1 {
        font-size: 80px;
        line-height: 96px;
        font-weight: 300;

        @media screen and (max-width: 767.9px) {
            font-size: 4.8rem;
            line-height: 6.4rem;
        }
    }
}