@font-face {
    font-family: 'Baskervville';
    src: url('../../../fonts/Baskervville/Baskervville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../../../fonts/Baskervville/Baskervville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
    /* background-color: #4A0E0E; */
    background-color: #0F0F0F;
    position: relative;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='%23824c27' fill-opacity='0.4'%3E%3Cpolygon fill-rule='nonzero' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E"); */
}

.coming_soon_wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coming_soon_img_wrapper {
    text-align: center;
    position: absolute;
    top: 10%;
}

.coming_soon_social_wrapper {
    text-align: center;
    position: absolute;
    bottom: 10%;
}

.coming_soon_social_wrapper a {
    text-decoration: none;
    color: #E4E4E4;
    font-size: 1.5em;
}

.coming_soon_img_wrapper img {
    width: 50%;
}

.coming_soon_body_wrapper {
    width: 80%;
    color: #E4E4E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coming_soon_body_heading {
    border-radius: 24px;
    border: 1px solid #404040;
    padding: 12px 0;
    text-align: center;
    width: fit-content;
}

.coming_soon_body_heading i{
    color: #E5CB6A;
    padding: 0 10px;
}

.coming_soon_body_heading span{
    line-height: 24px;
    font-size: 1em;
}

.coming_soon_body_title {
    text-align: center;
}

.coming_soon_body_title h3 {
    font-size: 2em;
}

.coming_soon_body_title h3 span {
    color: #E5CB6A;
}

.coming_soon_body_subtitle {
    width: 100%;
    text-align: center;
}


/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .coming_soon_img_wrapper img {
        width: 60%;
    }

    .coming_soon_body_subtitle {
        width: 70%;
    }
}

/* Large devices (laptops/desktops, 1024px and up) */
@media screen and (min-width: 1024px) {
    .coming_soon_body_heading span{
        font-size: 1.2em;
    }

    .coming_soon_body_title h3 {
        font-size: 3em;
    }
}

/* Extra large devices (large laptops and desktops, 1440px and up) */
@media screen and (min-width: 1440px) {
}

/* Extra large devices (large laptops and desktops, 1440px and up) */
@media screen and (min-width: 2560px) {
    .coming_soon_img_wrapper {
        top: 15%;
    }

    .coming_soon_img_wrapper img {
        width: 80%;
    }
}

