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

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

::selection {
    background-color: #00BFFF;
    color: #000;
}

::-moz-selection {
    background-color: #00BFFF;
    color: #000;
}

::-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: 57px;
}

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: #000;
}

.dark .c_4 {
    color: #fff;
}

.blight .c_4 {
    color: #7f7f7f;
}

.light .c_5 {
    color: #000;
}

.dark .c_5 {
    color: #fff;
}

.bdevice .c_5 {
    color: #7f7f7f;
}

.light .c_6 {
    color: #000;
}

.dark .c_6 {
    color: #fff;
}


.c_7 {
    color: #fff;
}

.bdark .c_6 {
    color: #7f7f7f;
}


/* lig */

.light .bglig_1 {
    background: linear-gradient(180deg, transparent, transparent, rgb(255,255,255, 1));
}

.dark .bglig_1 {
    background: linear-gradient(180deg, transparent, transparent, rgb(0,0,0, 1));
}

/* ch */

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

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

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

.light .ch_3:hover {
    color: #fff;
}

.dark .ch_3:hover {
    color: #000;
}

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

/* bgc */

.light .bgc_1 {
    background: #fff;
}

.dark .bgc_1 {
    background: #000;
}

.light .bgc_2 {
    background: #000;
}

.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_5 {
    background: #df3030;
}

.light .bgc_6 {
    background: #c0c0c0;
}

.dark .bgc_6 {
    background: #3f3f3f;
}


.light .bgc_7 {
    background: #f4f4f4f4;
}
.dark .bgc_7 {
    background: #2c2c2c;
}

.bgc_8 {

    background: #000;
}

/* 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;
}

/* pc */

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

/* d */

.d_1 {
    display: none;
}

.d_2 {
    display: none !important;
}