@import url("./responsive/main.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* s_1 */

.s_1::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[id] {
    scroll-margin-top: 60px;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

a,
li {
    text-decoration: none;
}

ul {
    list-style: none;
}





/* c */

.light .c_1 {
    color: #000;
}

.dark .c_1 {
    color: #fff;
}

.light .c_2 {
    color: #fff;
}

.dark .c_2 {
    color: #000;
}

.c_3 {
    color: #7f7f7f;
}

.light .c_4 {
    color: #999a9e;
}


.dark .c_4 {
    color: #999a9e;
}

.dark.blight .c_4 {
    color: #fff;
}

.light.blight .c_4 {
    color: #000;
}


.light .c_5 {
    color: #999a9e;
}

.dark .c_5 {
    color: #999a9e;
}

.dark.bdevice .c_5 {
    color: #fff;
}

.light.bdevice .c_5 {
    color: #000;
}


.dark.bdark .c_6 {
    color: #fff;
}

.light.bdark .c_6 {
    color: #000;
}


.light .c_6 {
    color: #999a9e;
}

.dark .c_6 {
    color: #999a9e;
}

.c_7 {
    color: #999a9e;
}

.light .c_9 {
    color: #0f1100;
}

.dark .c_9 {
    color: #f0eeff;
}


.light .c_10 * {
    color: #000 !important;
}

.dark .c_10 * {
    color: #fff !important;
}





/* ch */

.ch_1:hover {
    color: #7f7f7f;
}

.ch_4:hover {
    filter: brightness(0.9);
}

.dark .ch_5:hover {
    color: #fff;
}

.light .ch_5:hover {
    color: #000;
}





/* bgc */

.light .bgc_1 {
    background: #fff;
}

.dark .bgc_1 {
    background: #080808;
}

.light .bgc_2 {
    background: #080808;
}

.dark .bgc_2 {
    background: #fff;
}

.bgc_3 {
    background: #7f7f7f;
}

.light .bgc_4 {
    background: rgb(255, 255, 255, 0.5);
}

.dark .bgc_4 {
    background: rgb(0, 0, 0, 0.5);
}

.bgc_10 {
    background: #F59E0B;
}

.dark .bgc_11 {
    background: #060606;
}

.light .bgc_11 {
    background: #fff;
}

.light .bgc_12 {
  background: #fff;
}

.dark .bgc_12 {

  background: #0a0a0a;
}

.light .bgc_13 {
  background: #fff;
}

.dark .bgc_13 {
  background: #161616;
}





/* bgch */

.bgch_1:hover {
    background: #7f7f7f;
}

.light .bgch_2:hover {
    background: #fff;
}

.dark .bgch_2:hover {
    background: #000;
}

.light .bgch_3:hover {
    background: #000;
}

.dark .bgch_3:hover {
    background: #fff;
}

.bgch_5:hover {
    filter: brightness(0.9);
}





/* pc */

.pc_1::placeholder {
    color: #7f7f7f;
}





/* d */

.d_1 {
    display: none;
}

.d_2 {
    display: none !important;
}































































