:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
    font-family: 'Inter';
    src: url('/operasabun_website/static/font/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'League Spartan';
    src: url('/operasabun_website/static/font/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
}

.o_footer_copyright {
    display: none;
}

.footer-page-setting {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #FCC812;
    color: #fff;
    font-family: 'Montserrat';
}

.footer-image-setting {
    /*width: 50%;*/
    height: auto;
    margin: auto;
}

.information-setting {
    margin-right: 20px;
}

.social-setting {
    /*  width: 100%;
  background-color: #fff;*/

    margin-left: 110px
}


.footer-icon-setting {
    /*width: 20px;
  height: auto;*/
    display: none;
}

.footer-icon-social-setting {
    width: 20px;
    height: auto;
}


@media only screen and (min-width: 1300px) {
    .footer-page-setting {
        width: 100%;
        height: auto;
        margin: auto;
        background-color: #FCC812;
        padding: 30px;
    }

    .footer-image-setting {
        width: 250px;
        height: auto;
        margin: auto;
    }

    .information-setting,
    .cs-setting,
    .social-setting {
        margin-right: 0px;
        margin-left: 0px
    }

    .footer-image-setting {
        width: 100%;
        height: auto;
        margin-right: 20px;
    }

    .outlet-map-setting {
        height: 20em;
        width: auto;
    }

    .footer-icon-setting {
        width: 20px;
        height: auto;
        display: inline;
    }

    .media-social i {
        font-size: 1.5em;
        color: white;
    }

    .opera-service-info {
        font-family: 'Poppins';
    }

    .opera-service-info ul li {
        font-size: 1.1em;
    }



    .text-about-us-desktop {
        display: inline;
    }

    .text-about-us-mobile {
        display: none;
    }

    .media-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border: 1px solid white;
        border-radius: 5px;
        padding: 4px;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .text-list {
        font-size: 12px;
    }

    .information-setting,
    .cs-setting,
    .social-setting {
        display: block;
        font-size: 10px;
    }

    .text-about-us {
        margin-left: 20px;
        text-align: left;
        margin-top: 100px;
    }

    .text-about-us-desktop {
        display: none;
    }

    .text-about-us-mobile {
        display: inline;
    }

    footer .content .box .list {
        font-size: 1em !important;
    }

    .aboutus-heading1 {
        font-size: 1.8em !important;
    }

    .aboutus-service .aboutus-service-title {
        font-size: .8em !important;
    }


    .media-social i {
        font-size: 1.4em !important;
    }

    .media-social a {
        padding: 1px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

@media only screen and (max-width: 1300px) {

    footer .content .middle,
    footer .content .middle2 {
        margin-bottom: 3em;
    }

    footer .content .box p,
    footer .content .right p {
        font-size: .8em;
    }

    footer .content .box .list {
        font-size: .9em;
    }

    .media-social i {
        font-size: 1.1em;
        color: white;
    }

    .right {
        width: 100%;
    }

    .media-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border: 1px solid white;
        border-radius: 5px;
        padding: 4px;
        width: 35px;
        height: 35px;
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

footer {
    width: 100%;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    background: #FCC812;
}

footer .content {
    max-width: 1350px;
    margin: auto;
    /* padding: 20px; */
    /* display: flex; */
    flex-wrap: wrap;
    /* gap: 10px; */
    /* align-items: start; */
    /* justify-content: space-between; */
}

footer .content iframe {
    width: 100%;
    height: 80%;
}

footer .content p,
a {
    color: black;
}

footer .content .box {
    /* width: 22%; */
    transition: all 0.4s ease;
}

/* .footer-icon-setting{
  filter: invert(100%) brightness(0%);
} */

footer .content .topic {
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin-bottom: 16px;

}

footer .content p {
    text-align: justify;
}

footer .content .lower .topic {
    margin: 24px 0 5px 0;
}

footer .content .lower i {
    padding-right: 16px;
}

footer .content .middle {
    /* padding-left: 80px; */
}

footer .content .middle a {
    line-height: 32px;
}

footer .content .middle p,
footer .content .box .list a,
footer .content .middle2 p,
footer .content .right {
    font-weight: 500;
}

.footer-container {
    transform: translateY(0) !important;
}


@media (max-width:1100px) {
    footer .content .middle {
        /* padding-left: 50px; */
    }
}

@media (max-width:950px) {
    footer .content .box {
        width: 46%;
    }

    .content .right {
        /* margin-top: 40px; */
    }
}

@media (max-width:560px) {
    footer {
        position: relative;
        font-size: 15px;
    }

    footer .content .box {
        width: 100%;
        /* margin-top: 30px; */
    }

    footer .content .middle {
        padding-left: 0;
    }

    footer .content .box p {
        font-size: 1em !important;
    }

    footer .content .topic {
        font-size: 1.6em !important;
    }
}