* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'SF UI Display';
    src: url('./assets/fonts/sf-ui-display/SFUIDisplay-Semibold.woff2') format('font/woff2');
    font-weight: semibold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('./assets/fonts/sf-ui-display/sf-ui-display-semibold.otf') format('font/otf');
    font-weight: semibold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('./assets/fonts/sf-ui-display/SFUIDisplay-Bold.woff2') format('font/woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('./assets/fonts/sf-ui-display/sf-ui-display-bold.otf') format('font/otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/sf-pro-display-regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}


body {
    font-family: 'Poppins', sans-serif;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
} */

.coming_soon {
    min-height: 100vh;
    padding: 1vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('./assets/images/bg-blue-gradient-vertical.png');
}

@media screen and (min-width:992px) {
    .coming_soon {
        background-image: url('./assets/images/bg-blue-gradient-horizontal.png');
    }
}

.coming_soon .wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 0;
}

@media (min-width:992px) {
    .coming_soon .wrapper {
        padding: 4rem 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
    }
}

.coming_soon .left_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 5rem 1rem 5rem 1rem;

    @media screen and (min-width:992px) {
        padding: 1rem 1rem;
        transform: translateX(6vw);
    }

    .logo img {
        height: clamp(3rem, 3vw, 3vw);
    }

    .subtitle {
        font-size: clamp(1rem, 1.5vw, 1.5vw);
        font-size: clamp(0.8rem, 1.3vw, 1.3vw);
        margin-bottom: 0.35em;
        margin-top: 2.5em;
        line-height: 1;
        font-family: 'SF UI Display', 'Times New Roman', Times, serif;
        font-weight: 300;
    }

    .title {
        font-size: clamp(1.8rem, 3.6vw, 3.6vw);
        margin-bottom: 0;
        font-family: 'SF UI Display', 'Times New Roman', Times, serif;
        font-weight: bold;
        line-height: 1;
        margin-top: 0;
    }

    .desc {
        font-size: clamp(1rem, 1.5vw, 1.5vw);
        font-size: clamp(0.8rem, 1.3vw, 1.3vw);
        margin-bottom: 0rem;
        margin-top: 1em;
        line-height: 1;
        font-family: 'SF UI Display', 'Times New Roman', Times, serif;
        font-weight: 300;

    }

    .contacts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 0.75em;
        gap: 0.5rem max(1.5rem, 2vw);
        font-size: clamp(1rem, 1.3vw, 1.3vw);
        font-size: clamp(0.75rem, 1.2vw, 1.2vw);

        .item {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: max(0.5rem, 0.75vw);
        }

        a {
            color: #fff;
            text-decoration: none;
            font-size: clamp(0.75rem, 1.2vw, 1.2vw);
        }

        img {
            height: clamp(0.8rem, 1.1vw, 1.1vw);
        }

        .item:nth-child(1) img {
            height: clamp(0.7rem, 1vw, 1vw);
        }
    }
}

.coming_soon .right_wrapper {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    color: #000;
    gap: max(2.5rem, 3vw);
    padding-bottom: 50vw;
    padding-top: 4rem;


    @media screen and (min-width:992px) {
        padding-left: 8vw;
        padding-bottom: 0;
        padding-top: 0;
        gap: max(1.5rem, 2vw);
    }

    .item {
        text-align: center;
        padding: 0 2rem;

        @media screen and (min-width:992px) {
            text-align: left;
            padding: 0 0;
        }


        .title {
            font-size: clamp(1.1rem, 1.7vw, 1.7vw);
            margin-bottom: 0rem;
            font-family: 'SF UI Display', 'Times New Roman', Times, serif;
            font-weight: 600;
            line-height: 1;
            color: #3D3567;

            @media screen and (min-width:992px) {
                color: #3D3567;
            }
        }

        .desc {
            font-size: 1rem;
            margin-bottom: 0rem;
            margin-top: 0.75em;
            line-height: 1.3;
            font-family: 'SF UI Display', 'Times New Roman', Times, serif;
            font-weight: 300;
            color: #3D3567;
            max-width: 50ch;
            margin-left: auto;
            margin-right: auto;
            font-size: clamp(0.75rem, 0.9vw, 0.9vw);
            /* font-size: clamp(0.65rem, 0.8vw, 0.8vw); */

            @media screen and (min-width:992px) {
                color: #3D3567;
                max-width: 37ch;
                margin-left: unset;
                margin-right: unset;
                font-size: clamp(0.75rem, 0.9vw, 0.9vw);
                font-size: clamp(0.65rem, 0.8vw, 0.8vw);
            }
        }
    }

}

.bg_els {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}



.coming_soon .container {
    position: relative;
    z-index: 2;
}

.bg_els img.desktop_head {
    display: none;
}

@media screen and (min-width:992px) {
    .bg_els img.desktop_head {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50vw;
        z-index: 1;
        height: 30vw;
    }
}

.mobile_head {
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

@media screen and (min-width:992px) {
    .mobile_head {
        display: none;
    }
}


.mobile-bg {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@media screen and (min-width:992px) {
    .mobile-bg {
        display: none;
    }
}



.desktop-bg {
    display: none;
}

@media screen and (min-width:992px) {
    .desktop-bg {
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}