/* ---  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-03-02-2023 * {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#home-03-02-2023 .my-btn {
    display: inline-block;
    background-color: #FF0020;
    padding: .53em 1.2em;

    border-radius: .6em;

    font-weight: bold;
    font-size: 21em;
    color: #FFF;

    white-space: nowrap;
    text-transform: uppercase;

    transition: .4s;

    /* --- LOCAL --- */
    position: absolute;
    bottom: 8.5%;
    left: 10%;
    /* --- LOCAL --- */
}

.my-btn:hover {
    color: #000 !important;
}

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


.my-text-default {
    font-family: Arial, sans-serif;
}


#home-03-02-2023 a {
    padding-top: 1px;

    font-family: Arial, sans-serif;
    color: inherit;
    text-decoration: none;
}


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

#home-03-02-2023 > a {
    display: block;
    width: 100%;
    height: 100%;
}


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

    width: 100%;
    max-width: 1280px;
    margin: auto;
    height: auto;
    max-height: 150px;
    aspect-ratio: 1280/150;

    font-size: 1px !important;
    font-family: Arial, sans-serif;
    line-height: normal;

    /* --- LOCAL --- */
    /* --- LOCAL --- */
}


/* --- LOCAL --- */
#home-03-02-2023 h2 {
    position: absolute;

    top: 50.8%;
    left: 4.2%;
    margin: 0;
    transform: translateY(-50%);

    font-size: 44em;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
}

#home-03-02-2023 p {
    top: 50.8%;
    left: 1.6%;
    transform: translateY(-50%);
    margin: 0;

    color: #24A28E;
    font-size: 20em;
    text-align: center;
}

/* --- LOCAL --- */


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

    /* --- LOCAL --- */
    /* --- LOCAL --- */
}


/* --- TABLET max-height 150px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    .my-hide-on-tablet,
    .my-only-mobile,
    .my-only-desktop {
        display: none !important;
    }


    #home-03-02-2023 {
        max-height: 150px;
        aspect-ratio: 768/150;

        font-size: calc(100vw / 768) !important;

        /* --- LOCAL --- */
        /* --- LOCAL --- */
    }


    /* --- LOCAL --- */
    #home-03-02-2023 h2 {
        top: 50.8%;
        left: 3.4%;
        font-size: 35em;
    }

    #home-03-02-2023 p {
        top: 52.8%;
        left: 4.6%;
        line-height: 1.1;
    }

    /* --- LOCAL --- */
}


/* --- MOBILE max-height 150px --- */
@media screen and (max-width: 415px) {
    .my-only-tablet,
    .my-only-desktop,
    .my-hide-on-mobile {
        display: none !important;
    }

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


    #home-03-02-2023 {
        flex-direction: column;
        aspect-ratio: 415/150;

        font-size: calc(100vw / 415) !important;
        max-height: 350px;

        /* --- LOCAL --- */

        /* --- LOCAL --- */
    }


    /* --- LOCAL --- */
    #home-03-02-2023 h2 {
        left: 4%;
        top: 47.8%;

        font-size: 27em;
    }

    #home-03-02-2023 p {
        top: 49.3%;
        left: 20.3%;

        font-size: 19em;
    }

    /* --- LOCAL --- */
}
