.maskani-section
{

    display: flex;
    background-image: url("https://storage.googleapis.com/jjk_webstore_v2/JokaJok_Maskani.jpeg");
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.maskani-overlay {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.maskani-body {
    width: 80%;
    padding: 3em 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--accent-color);
    border-top-left-radius: 12em;
    border-top-right-radius: 12em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maskani-body h1 {
    color: var(--accent-color);
    font-family: var(--header-font);
    font-size: 2.5em;
    line-height: 0;
    font-weight: 200;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: .125em;
}

.maskani-body h3 {
    color: #d9d9d9;
    line-height: 0;
    font-weight: 400;
    margin-bottom: 1.5em;
    font-family: var(--numbers-font);
}

.maskani-divider {
    width: 88%;
    height: .0125em;
    background:  var(--accent-color);
    margin-bottom: 1em;
}

.maskani-body p {
    color: #d9d9d9;
    text-align: center;
    font-family: var(--numbers-font);
    width: 90%;
    font-size: .75em;
}
.maskani-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2em;
}

.maskani-footer h4 {
    font-size: .5em;
    color: #d9d9d9;
    line-height: 0;
    font-family: var(--header-font);
}

.maskani-divider-1 {
    width: 30%;
    height: .00625em;
    background:  var(--accent-color);
    margin-bottom: .25em;
}

.maskani-divider-2 {
    width: 20%;
    height: .0125em;
    background:  var(--accent-color);
}

.jjk-logo {
    width: 12vw;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {

    .maskani-section
    {
        display: none;
    }
    

}