.dark-theme-class {
    --gradient-border-1: #93a280;
    --gradient-border-2: #bb9483;
    --text-color: #bbb;
    --hover-color: #7fa65d;
}

.light-theme-class {
    --gradient-border-1: #d0e6b4;
    --gradient-border-2: #e6d8b4;
    --text-color: #000;
    --hover-color: inherit;
}


section {
    width: 702px;
    margin-top: 55px;
    padding-bottom: 6%;
    font-size: 10px;
    font-family: 'Reem Kufi', sans-serif;
    margin-inline: auto;
    isolation: isolate;
    font-weight: 600;
    color: var(--text-color);
}

section::before {
    content: "";
    display: none;
    position: fixed;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -62%);
    width: 320px;
    height: 320px;
    background: center / contain no-repeat url("/Images/logo_clean.webp");
    opacity: 0.1;
    z-index: -1;
}

section > h1, h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: var(--gradient-border-1);
    background: -webkit-linear-gradient(270deg, var(--gradient-border-1) 60%, var(--gradient-border-2) 100%);
    background: -moz-linear-gradient(270deg, var(--gradient-border-1) 60%, var(--gradient-border-2) 100%);
    background: linear-gradient(270deg, var(--gradient-border-1) 60%, var(--gradient-border-2) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section > h1 {
    position: relative;
    font-weight: 800;
    font-size: 3.6em;
    word-spacing: 0.2em;
    margin-inline: auto;
    left: 12px;
}

section > h2 {font-size: 2.35em; word-spacing: 0.1em; padding-left: 0.1em;}
#head-in::before   { background: center / contain no-repeat url("/Images/Icons/agreement.webp"); bottom: 0.1em;}
#head-guide::before{ background: center / contain no-repeat url("/Images/Icons/guidelines.webp");}
#head-disc::before { background: center / contain no-repeat url("/Images/Icons/caution.webp");}

section > h2::before
{
    content: "";
    position: relative;
    display: inline-block;
    height: 32.5px;
    width: 32.5px;
    margin-right: 0.25em;
    background-repeat: no-repeat;
    z-index: -1;
}

section > p
{
    font-size: 1.4em;
    word-spacing: 0.15em;
    letter-spacing: 0.009em;
    line-height: 1.2;
    margin-block: 0.48em;
}

ol
{
    padding-left: 3.25em;
    font-size: 1.3em;
    word-spacing: 0.2em;
    letter-spacing: 0.01em;
    line-height: 1.25;
}

ol > li {color: inherit; transition: color 2s ease;}
ol > li:hover {color: var(--hover-color); transition-duration: 0.1s;}
#paint-pichi{width: 250px; display: block; margin-inline: auto;}

.img-container{position: relative;}
.img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
h2:not(:first-of-type){margin-top: 1.5em;}


@media only screen and (max-width: 870px) /*Phone Mode*/
{
    section {width: 100%; margin-top: 40px; padding-inline: 10px; font-size: 14.5px;}
    section > h1 {left: unset; text-align: center;}
    section > h2 {margin-inline: auto;}
    section > h2::before {width: 42.5px; height: 42.5px;}
    ol {padding-left: 2em;}
    #paint-pichi{width: 140px; margin-bottom: 50px;}
    section::before {width: 80%; height: 80%;}
}

@media only screen and (max-width: 350px) /*mini size*/ {section {font-size: 8px;};}

@media screen and (min-width: 1350px)
{
    section {width: 1018px; font-size: 14.5px;}
    section > h1 {left: 26px;}
    section > h2::before {width: 42.5px; height: 42.5px;}
    #paint-pichi{width: 340px; margin-bottom: 50px;}
    section::before {width: 500px; height: 500px;}
}

@media screen and (min-width: 1700px) /*1920x1080*/
{
    section {width: 1258px; font-size: 18px;}
    section > h1 {left: 20px;}
    section > h2::before {width: 50px; height: 50px;}
    #paint-pichi{width: 530px; margin-bottom: 70px;}
    section::before {width: 750px; height: 750px;}
}

@media screen and (min-width: 2450px) /*2550x1440*/
{
    section {width: 1682px; font-size: 24px;}
    section > h1 {left: 26px;}
    section > h2::before {width: 75px; height: 75px;}
    #paint-pichi{width: 690px; margin-bottom: 100px;}
    section::before {width: 750px; height: 750px;}
}

@media print {
    .navbar{display: none;}
    section{margin: 0px;}
    section > h1, h2 {-webkit-text-fill-color: black;}
    .color-scheme-toggler{display: none;}
    #paint-pichi{display: none;}
}