/* ---  FRAMEWORK  --- */
@font-face {
    font-family: 'bakso';
    src: url('https://project.mantavision.com/font/baksosapi.woff2') format('woff2'),
    url('https://project.mantavision.com/font/baksosapi.woff2') format('woff2');
}

.bakso {
    font-family: 'bakso', serif;
    font-weight: 400;
}

.coronette {
    font-family: coronette, serif;
    font-weight: normal !important;
}


@media screen and (min-width: 769px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}

#home-2023-02-20 * {
    box-sizing: border-box;
    position: relative;
    z-index: 1;

}


#home-2023-02-20 .my-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home-2023-02-20 .my-background img {
    position: absolute;
}

#home-2023-02-20 .my-btn {
    display: inline-block;

    padding: .5em 1em;

    background-color: #FC0031;
    border-radius: .4em;

    color: #FFF;
    font-weight: bold;
    font-size: 21em;
    white-space: nowrap;
    text-transform: uppercase;

    transition: .4s;
}


#home-2023-02-20 .my-btn:hover {
    color: #000 !important;
}


#home-2023-02-20 img {
    max-width: none;
    max-height: none;
}


/* --- DESKTOP max-height 350px --- */
#home-2023-02-20 {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 1280px;
    margin: auto;
    height: 350px;
    max-height: 350px;

    font-size: 1px !important;
}


#home-2023-02-20 > a {
    /*display: block;*/
    width: 100%;
    height: 100%;
    padding-top: 1px;

    font-family: Arial, sans-serif;
    color: inherit;
    text-decoration: none;
    line-height: normal;

    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
}


#home-2023-02-20 > a section span:not(.my-btn) {
    display: block;

    font-family: Arial, sans-serif;
    font-size: 20em;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    white-space: nowrap;
}


/* --- LOCAL --- */
#home-2023-02-20 > a > section {
    width: min-content;
    height: min-content;

    text-align: center;
}

#home-2023-02-20 > a > section:first-of-type {
    z-index: 1;
    position: relative;
    margin-left: 100em;
}

#home-2023-02-20 > a > section:first-of-type > span {
    margin-top: 1em;
}

#home-2023-02-20 > a > section:nth-of-type(2) {
    text-align: center;
}

#home-2023-02-20 > a > section:nth-of-type(2) > span {
    display: inline-block;
    color: #F16349;
    text-align: center;
}

#home-2023-02-20 > a > img {
    width: auto;
}


#home-2023-02-20 > a > span {
    position: absolute;
    left: 10px;
    bottom: 5px;

    font-size: 13px !important;
    color: #515151;
}

/* --- LOCAL --- */


/* --- */
@media screen and (min-width: 769px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}


/* --- DESKTOP max-height 350px --- */
@media screen and (min-width: 769px) and (max-width: 1279px ) {
    #home-2023-02-20 {
        /*font-size: calc(100vw / 1279) !important;*/
    }
}

@media screen and (max-width: 1115px ) {
    #home-2023-02-20 {
        font-size: calc(100vw / 1150) !important;
    }
}


/* --- TABLET max-height 375px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    /* --- LOCAL --- */
    #home-2023-02-20 > a > section:first-of-type {
        margin-left: 30em;
    }

    #home-2023-02-20 > a > section:first-of-type > img {
        width: 275em !important;
    }

    #home-2023-02-20 > a > section:first-of-type > span {
        font-size: 16em;
    }

    #home-2023-02-20 > a > section:nth-of-type(2) > img {
        width: 170em !important;
    }

    #home-2023-02-20 > a > section:nth-of-type(2) > span {
        font-size: 16em;
    }

    /* --- LOCAL --- */
    #home-2023-02-20 {
        font-size: calc(100vw / 768) !important;
        height: auto;
    }

    #home-2023-02-20 > a {
        height: auto;
    }

    #home-2023-02-20 > a >img:nth-of-type(2) {
        margin-top: 5%;
    }

    .my-hide-on-tablet,
    .my-only-mobile,
    .my-only-desktop {
        display: none !important;
    }
}


/* --- MOBILE max-height 415px --- */
@media screen and (max-width: 415px) {
    /* --- LOCAL --- */
    #home-2023-02-20 {
        max-width: 375px;
    }

    #home-2023-02-20 > a > section:first-of-type {
        position: absolute;

        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    #home-2023-02-20 > a > section:first-of-type > img {
        margin-top: 10em;
        width: 256em !important;
    }

    #home-2023-02-20 > a > section:nth-of-type(2) {
        margin-left: 15em;
        margin-bottom: -18em !important;
    }

    #home-2023-02-20 > a > section:nth-of-type(2) > span {
        position: absolute;
        top: 1.5em;
        left: 11em;

        font-size: 16em;
        text-align: left;
    }

    /* --- LOCAL --- */
    #home-2023-02-20 {
        font-size: calc(100vw / 415) !important;
    }

    .my-only-tablet,
    .my-only-desktop,
    .my-hide-on-mobile {
        display: none !important;
    }

    .my-only-mobile {
        display: block !important;
    }

    #home-2023-02-20 > a > span {
        font-size: 13em !important;
    }
}

@media screen and (max-width: 375px) {
    #home-2023-02-20 {
        flex-direction: column;
        font-size: calc(100vw / 375) !important;
        height:100vw
    }

}
