@font-face {
    font-family: "default";
    src: url("fonts/Rubik-VariableFont_wght.ttf");
}

html {
    zoom: 1;
    scroll-behavior: smooth;
}

.body {
    margin: 0;
    background-color: rgb(53, 50, 50);
    font-family: "default";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.body-light {
    margin: 0;
    background-color: #eeeeee;
    font-family: "default";
    overflow-x: hidden;
}

.inp {
    height: 20px;
    border: black 0.1px solid;
    border-radius: 0;
    background-color: white;
    display: block;
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
}

.form_div {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.body2 {
    margin: 0;
    background-color: rgb(53, 50, 50);
    font-family: "default";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("icon/de6xdn4-124de4e2-01d1-4779-b825-97f722da4927.png");
    overflow-x: hidden;
}

.body2-light {
    margin: 0;
    background-color: #eeeeee;
    font-family: "default";
    overflow-x: hidden;
}

.tit {
    color: #eeeeee;
    border-radius: 20px;
    border: solid #eeeeee 2px;
    margin-left: 10px;
    background-color: transparent;
}

.tit-light {
    color: rgb(53, 50, 50);
    border-radius: 20px;
    border: solid rgb(53, 50, 50) 2px;
    margin-left: 10px;
}

.ico {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/sun.svg");
    margin-right: 5px;
    margin-left: auto;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
}

.ico-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/moon.svg");
    margin-right: 5px;
    margin-left: auto;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
}

.ico:hover {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/sun-black.svg");
    margin-right: 5px;
    margin-left: auto;
    display: flex;
    cursor: pointer;
    background-color: #eeeeee;
    transition: 0.5s;
    border-radius: 10px;
}

.ico-light:hover {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/moon-white.svg");
    margin-right: 5px;
    margin-left: auto;
    display: flex;
    cursor: pointer;
    background-color: rgb(53, 50, 50);
    transition: 0.5s;
    border-radius: 10px;
}

.link {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/li-dark.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.link-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/li-light.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.tw {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/tw-dark.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.tw-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/tw-light.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.ig {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/ig-dark.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.ig-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/ig-light.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}

.tit:hover {
    color: rgb(53, 50, 50);
    background-color: #eeeeee;
    border: solid #eeeeee 2px;
    transition: 0.5s;
    cursor: pointer;
}

.tit-light:hover {
    color: #eeeeee;
    background-color: rgb(53, 50, 50);
    border: solid rgb(53, 50, 50) 2px;
    transition: 0.5s;
    cursor: pointer;
}

::-webkit-scrollbar {
    background-color: rgba(53, 50, 50, 0);
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(65, 56, 56);
}

.header {
    position: fixed;
    top: -70px;
    width: 100%;
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    /* background-color: rgb(53, 50, 50); */
    display: flex;
    justify-content: start;
    align-items: center;
    transition: 2s;
}

.b1 {
    padding: 10px;
    background-color: #eeeeee;
    color: rgb(53, 50, 50);
    border: solid #eeeeee 1px;
    margin-top: 10px;
    box-sizing: border-box;
}

.b1:hover {
    padding: 10px;
    background-color: rgba(53, 50, 50, 0);
    color: #eeeeee;
    border: solid #eeeeee 1px;
    margin-top: 10px;
    box-sizing: border-box;
    transition: 0.5s;
}

.b1-light {
    padding: 10px;
    background-color: rgb(53, 50, 50);
    color: #eeeeee;
    border: solid rgb(53, 50, 50) 1px;
    margin-top: 10px;
    box-sizing: border-box;
}

.b1-light:hover {
    padding: 10px;
    background-color: #eeeeee;
    color: rgb(53, 50, 50);
    border: solid rgb(53, 50, 50) 1px;
    margin-top: 10px;
    box-sizing: border-box;
    transition: 0.5s;
}

.main {
    margin-top: 80px;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    overflow-x: hidden;
}

.main1 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url("icon/The Dark Arts.gif"); */
    margin-left: -100%;
    transition: 2s;
}

.main1-light {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -100%;
    background-image: url("icon/m1.gif");
    transition: 2s;
}

.main2 {
    width: 100%;
    height: 500px;
    margin-right: 100%;
    margin-left: 100%;
    transition: 2s;
    display: block;
}

.s {
    width: 60%;
    margin-left: 20%;
    /* background-color: red; */
    height: 0;
    transition: 1s;
}

.csh {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/csh.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.csh-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/csh-dark.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.js {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/js-light.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.df {
    display: flex;
    justify-content: center;
    align-items: center;
}

.issim {
    width: 80%;
    box-sizing: border-box;
    margin: 20px;
    border-radius: 50%;
    aspect-ratio: 1;
    background-image: url('icon/is.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.js-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/js-dark.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

::selection {
    color: white;
    background-color: rgb(53, 50, 50);
}

.py {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/py-light.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.disclaimer {
    display: none !important;
}

.py-light {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("icon/py.svg");
    margin-right: 5px;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

@media(max-width:600px) {
    .s {
        width: 90%;
        margin-left: 5%;
        /* background-color: red; */
        height: 0;
        transition: 1s;
    }
    .inp {
        height: 20px;
        border: black 1px solid;
        border-radius: 0;
        background-color: white;
        display: block;
        margin: 20px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        width: 90%;
    }
    .main1 {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-image: url("icon/The Dark Arts.gif"); */
        margin-left: 0;
        transition: 2s;
    }
    .main1-light {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 0;
        background-image: url("icon/m1.gif");
        transition: 2s;
    }
    .main2 {
        width: 100%;
        height: 500px;
        margin-right: 100%;
        margin-left: 100%;
        transition: 2s;
        display: block;
    }
}
