: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');
}

.header-page-setting {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.bg-yellow {
    background-color: #FDC911;
}

.sidebar {
    right: 15px;
    top: 3.4em;
    width: 300px;
    padding: 16px 0;
    border-radius: 10px;
    background: white;
    z-index: 999;
    transform-origin: top right;
    transform: scale(0);
}

.sidebar::before {
    content: '';
    position: absolute;
    width: 10px;
    border-left: .5em solid transparent;
    border-bottom: 1em solid white;
    border-right: .5em solid transparent;
    top: -.7em;
    right: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: black;
    font-size: .7em;
    margin: 0;
    padding: 10px 15px;
}

.sidebar ul li a:hover {
    /* filter: grayscale(0.8); */
    background-color: #e0e0e0;
    transition: .4s;
}

/*.header-page-setting2{
    display: none;
  }*/


.header-second-page-setting {
    width: 100%;
    height: 50px;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}

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

.header-image-setting {
    z-index: 2;
    /* margin: auto; */
}

.link-dark {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    color: #1c1c1c;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.link-dark:hover {
    color: black;
    text-decoration: none;
}

.link-white {
    position: relative;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    color: white;
    transition: .3s linear;
    text-decoration: none;
}

.link-white::before {
    content: '';
    position: absolute;
    height: 3px;
    border-radius: 5px;
    width: 0;
    bottom: -5px;
    left: 5%;
    background-color: white;
    transition: .3s;
    transform-origin: left right;
}

.link-white:hover::before {
    width: 90%;
    bottom: -5px;
}

.link-white:hover {
    color: white;
    /* border-bottom: 3px solid white; */
    font-weight: 500;
    text-shadow: 0px 4px 4px #ffffff40;
    text-decoration: none;
}

.line-short {
    width: 50px;
    height: 0px;
    margin: auto;
    border: 2px solid #000000;
}

.link-dark-active {
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: underline;
}

.link-white-active {
    position: relative;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    color: white;
    /* border-bottom: 3px solid white; */
    text-decoration: none;
}

.link-white-active::before {
    content: '';
    position: absolute;
    height: 3px;
    border-radius: 5px;
    width: 90%;
    bottom: -8px;
    left: 5%;
    background-color: white;
}

.link-white-active:hover {
    color: white;
    text-decoration: none;
}

.button-main-setting {
    /* background-color: #000; */
    background-color: black;
    border: none;
    color: white;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;

    /* background: #000000; */
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 28px;
}

.white-button-main-setting {
    /* background-color: #000; */
    background-color: white;
    border: none;
    color: black;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;

    /* background: #000000; */
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 28px;
}

.button-main-setting:hover {
    background-color: #000000e9;
}

.white-button-main-setting:hover {
    background-color: #ffffffe9;
}

@media only screen and (min-width: 1300px) {
    .header-custom {
        background-color: #FDC911;
    }

    .hamburger-responsive {
        display: none;
    }

    .header-page-setting2 {
        display: none;
    }
}

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

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    html {
        font-size: 18px;
    }

    body {
        /*color: #e0e4cc;*/
        font-size: 1.2em;
        line-height: 1.6;
        /*background: #fa6900;*/
        overflow-x: hidden;
    }

    label .menu {
        position: absolute;
        right: 10px !important;
        top: -110px;
        z-index: 100;
        width: 10px;
        height: 200px;
        /*background: #FDC911;*/
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FDC911, 0 0 0 0 #FDC911;
        cursor: pointer;

    }

    label .hamburger {
        position: absolute;
        top: 135px;
        left: 5px;
        width: 30px;
        height: 2px;
        /* background: #000; */
        background-color: black;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    label .hamburger:after,
    label .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: black;
    }

    label .hamburger:before {
        top: -10px;
    }

    label .hamburger:after {
        bottom: -10px;
    }

    label input {
        display: none;
    }

    label input:checked+.menu .hamburger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    label input:checked+.menu .hamburger:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: 0;

    }

    label input:checked+.menu .hamburger:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;

    }

    label input:checked+.menu+.sidebar {
        transform: scale(1);
        transition: .4s;
    }

    label a {
        margin-bottom: 1em;
        display: block;
        color: #f38630;
        text-decoration: none;
    }

    .link-list {
        font-size: 16px;
        font-family: 'League Spartan', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        color: #1c1c1c;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .link-list-active {
        font-size: 18px;
        font-family: 'League Spartan', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        color: #1c1c1c;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-decoration: underline;
    }

    .header-page-setting {
        display: none;
    }

    .header-page-setting2 {
        width: 100%;
        height: 50px;
        margin: auto;
        padding: 10px;
        /* background-color: #FDC911; */
        font-family: 'Inter', sans-serif;
    }
}

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

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    html {
        font-size: 18px;
    }

    body {
        /*color: #e0e4cc;*/
        font-size: 1.2em;
        line-height: 1.6;
        /*background: #fa6900;*/
        overflow-x: hidden;
    }

    label .menu {
        position: absolute;
        right: 10px;
        top: -95px;
        z-index: 100;
        width: 60px;
        height: 200px;
        /*background: #FDC911;*/
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FDC911, 0 0 0 0 #FDC911;
        cursor: pointer;

    }

    label .hamburger {
        position: absolute;
        top: 135px;
        left: 20px;
        width: 30px;
        height: 2px;
        background-color: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    label .hamburger:after,
    label .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    label .hamburger.inhomepage:before,
    label .hamburger.inhomepage:after,
    label .hamburger.inhomepage {
        background-color: white;
    }

    label .hamburger:before {
        top: -10px;
    }

    label .hamburger:after {
        bottom: -10px;
    }

    label input {
        display: none;
    }

    label input:checked+.menu .hamburger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    label input:checked+.menu .hamburger:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: 0;

    }

    label input:checked+.menu .hamburger:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;

    }

    label input:checked+.menu+.sidebar {
        transform: scale(1);
        transition: .4s;
    }

    label a {
        margin-bottom: 1em;
        display: block;
        color: #f38630;
        text-decoration: none;

    }

    .link-list {
        font-size: 16px;
        font-family: 'League Spartan', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        color: #1c1c1c;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    }

    .link-list-active {
        font-size: 18px;
        font-family: 'League Spartan', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        color: #1c1c1c;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-decoration: underline;

    }

    .header-page-setting {
        display: none;
    }

    .header-page-setting2 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        margin: auto;
        padding: 10px;
        font-family: 'Inter', sans-serif;
        width: 100%;
        transition: .4s;
        top: 0;
        z-index: 999 !important;
    }
}