/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    text-decoration: none;
    color: inherit;
} */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Round&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
::-webkit-scrollbar {
    width: 0.2cm;
    height: 600px;
    display: none;
}
::-webkit-scrollbar-track { 
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #d0d0d0; 
    border-radius: 5px;
}
html {
    background:  #000000b3 url("./background.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-position: center;
    z-index: -1;
    overflow-x: clip;
    overflow-y: scroll;
}
.header {
    height: 50px;
    width: 100%;
    position: fixed;
    margin: auto;
    background: #00000095;
    z-index: 1;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #ffffff;
}
.header #icon {
    color: #ffffff;
    height: 50px;
    display: inline-block;
    margin: -25px 0;
    line-height: 1;
    max-width: 380px;
    outline: none;
    overflow: hidden;
    padding: 1em;
    text-decoration: none;
    text-overflow: ellipsis;
    opacity: 1;
}
.header #icon img {
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.header #icon h1 {
    font-size: 30px;
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.header .menu {
    float: right;
    margin: 10px 10px 0;
    display: flex;
    align-items: center;
    @media screen and (max-width: 1000px) {
        display: none;
    }
}
.header .menu a {
    color: #ffffff;
    font-size: 25px;
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: inline;
    text-decoration: none;
    margin: 0 10px;
    transform: all 0.5s ease;
}
.header .menu a:hover {
    color: #5865f2;
    text-decoration: underline;
}
.header .meun-button {
    height: 20px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin: 15px 10px 0;
    float: right;
    transition: all 0.5s ease;
    @media screen and (max-width: 1000px) {
        display: flex;
    }
}
.header .meun-button span {
    width: 100%;
    height: 2.5px;
    background: #ffffff;
    border-radius: 2.5px;
    transition: all 0.5s ease;
}
.header .menu-mobile {
    height: 0;
    width: 0;
    float: left;
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    background: #000000d0;
    border-radius: 5px;
    margin: 0;
    z-index: 2;
    transition: all 0.5s ease;
    overflow-x: clip;
    opacity: 0;
}
.header .menu-mobile a {
    color: #ffffff;
    font-size: 35px;
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: contents;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    transform: all 0.5s ease;
}
.header .menu-mobile a:hover {
    color: #5865f2;
    text-decoration: underline;
}
body.show {
    .header .menu-mobile {
        height: 5000%;
        width: 250px;
        opacity: 1;
    }
    .header #icon {
        opacity: 0;
        width: 0px;
    }
    .header .meun-button {
        span:nth-child(1) {
            top: 50%;
            transform: translateY(8.5px) rotate(45deg);
        }
        span:nth-child(2) {
            opacity: 0;
        }
        span:nth-child(3) {
            left: 50%;
            transform: translateY(-9.5px) rotate(-45deg);
        }
    }
}
body {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.home {
    text-align: center;
    margin: auto;
}
.home #title {
    color: #ffffff;
    font-size: 100px;
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.home #description {
    color: #d0d0d0;
    font-size: 50px;
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.info {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: auto;
    font-style: normal;
    text-align: center;
}
.info #description {
    font-size: 30px;
}
.info button {
    height: 55px;
    width: 300px;
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    transition: background-color 0.2s ease;
    transition: color 0.2s ease;
    @media screen and (max-width: 923px) {
        width: 85%;
        margin: 2.5px;
    }
}
.info button img {
    display: none;
    border-radius: 5px;
    margin: 1px 0;
    transition: displays 0.2s ease;
}
.info button p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    display: inline;
    margin: auto;
}
.info button:hover {
    background-color: #5865f2;
    color: #ffffff;
    img {
        display: inline-block;
    }
}
.teammate {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    width: 95%;
    height: auto;
    margin: 100px auto 100px;
    text-align: center;
}
.teammate div {
    display: inline-block;
    margin: 15px auto;
    @media screen and (max-width: 1208px) {
        width: 35%;
    }
    @media screen and (max-width: 925px) {
        width: 70%;
    }
}
.teammate img {
    border-radius: 15px;
    cursor: pointer;
}
.teammate h3 {
    color: #ffffff;
    font-size: 30px;
    display: grid;
}
.teammate p {
    color: #d0d0d0;
    font-size: 20px;
    display: inline;
}
.footer {
    background: #000000; 
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.footer p {
    color: #d0d0d0;
    text-align: center;
    font-family: system-ui;
}
