/* ---  FRAMEWORK  --- */
@font-face {
    font-family: 'bakso';
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2'),
    url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2');
}

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

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

.red {
    color: #7b4242;
}

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

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

}


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

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

#home-2023-04-20 .my-btn {
    position: absolute;
    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-04-20 .my-btn:hover {
    color: #000 !important;
}

#home-2023-04-20 p {
    margin: .5em 0
}


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


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

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

    background-color: #7fc188;

    font-size: 1px !important;
}


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

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

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


/* --- LOCAL --- */
#home-2023-04-20 > a > div > section {
    position: absolute;
    top: 3%;
    left: 7em;
    margin: 0;
    padding: 0;

    font-size: 21em;
    line-height: 1em;
    text-align: center;
}


#home-2023-04-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-04-20 {
        font-size: calc(100vw / 1279) !important;
    }

    #home-2023-04-20 > a > div > section {
        top: 10%;
        left: 3em !important;
    }


    #home-2023-04-20 .my-background > img:first-of-type {
        left: 15em !important;
    }

    #home-2023-04-20 .my-btn {
        left: 50% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px ) {
    #home-2023-04-20 {
        height: 30vw;
    }
}

/* --- TABLET max-height 375px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    /* --- LOCAL --- */
    #home-2023-04-20 > div > p {
        z-index: 1;
        top: 5%;
        left: 4.3em;
        margin: 0;
        font-size: 16em;
        line-height: 1.56em;
    }

    #home-2023-04-20 .my-btn {
        left: 52% !important;
        font-size: 16em;
    }

    #home-2023-04-20 > a > div > section {
        position: absolute;
        top: 1.5em;
        left: 2em;
    }


    #home-2023-04-20 {
        max-height: 47vw;
    }

    #home-2023-04-20 > a > div > section > p {
        margin: .5em 0;
    }

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

    #home-2023-04-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-04-20 > div > p {
        top: 2em;
        left: 1.3em;
        margin: 0;
        font-size: 10em;

        height: 150px;
        max-height: 150px;
    }

    /* --- LOCAL --- */
    #home-2023-04-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-04-20 > a > span {
        font-size: 13em !important;
    }

    #home-2023-04-20 > a > div > section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: .7em auto 0;
        width: 100%;
        left: 0;

        font-size: 15em;
    }

    #home-2023-04-20 > a > div > section > p {
        white-space: nowrap;
        line-height: 1.5em;
    }

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

    #home-2023-04-20 section > span.red {
        font-size: 4.6em!important;
        margin: .09em!important;
        line-height: .6em!important;
    }
}

@media screen and (max-width: 404px) {
    #home-2023-04-20 {
        height: 85vw;
    }


}
