body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgb(255, 255, 255);
}
* {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>') 0 0, auto;
    border-collapse: collapse;
}

a {
    all: unset;

}


::selection {
    background: #1f1f1f;
    color: #e2e2e2;
}

@media (max-width: 1600px){

    .invitebutton span {
        display: none;
    }

}







/* DESKTOP  */
@media (min-width: 800px){

    br, img {
        user-select: none;
    }
    
    #headerdiv {
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        max-width: 100%;
        transition: all 0.3s;
        background-color: rgb(255, 255, 255);
    }
    
    #headerdiv.scrolled {
        background-color: rgb(255, 255, 255);
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.658);
        height: 100px;
        place-items: center;
        z-index: 10;
        top: 0;
    }
    
    
    header {
        
        display: flex;
        justify-content: space-between;
        margin: 30px 0 30px 0;
        width: auto;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        position: relative;
        
        
    }

    header a {
        place-items: center;
        display: flex;
        justify-content: center;
    }
    
    
    
    .invitebutton {
        background-color: black;
        color: white;
        place-items: center;
        justify-content: center;
        display: flex;
        padding: 15px 15px 15px 15px;
        border-radius: 11px;
        border: none;
        transition: all 0.3s;
        position: absolute;
        right: 5%;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 16px;
        top: 0;
        margin: 30px 0 0 0;
        
    }

    .invitebutton span {
        margin: 0 0 0 13px;
    }
    
    
    .invitebutton:hover {
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.432));
    }
    
    .invitebutton img {
        height: 20px;
        margin: 0;
    }
    
    header span {
        margin: 10px 30px;
        transition: all 0.4s;
        color: rgb(126, 126, 126);
        font-size: 20px;
        white-space: nowrap;
    }
    
    
    
    header span:hover {
        color: rgb(0, 0, 0);
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    
    #titlediv h1 {
        font-family: "Kanit";
        font-weight: 600;
        font-style: normal;
        font-size: 96px;
        padding: 0;
        margin: 0;
        line-height: 1;
    }
    
    #titlediv h2 {
        font-family: "Kalam", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 80px;
        padding: 0;
        margin: 0;
    }

    #titlediv p {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 24px;
        color: rgb(0, 0, 0);
        margin: 0;
        padding: 0 0 10px 0;
    }
    #content {
        padding-top: 150px;
    }
    
    .overhead {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: none;
    }
    
    #sec1 {
        width: 70%;
        display: flex;
        justify-content: center;
    }
    
    #titlediv {
        width: 70%;
        max-width: 900px;
    }
    
    #titlesvg {
        display: grid;
        place-items: center;
    }
    
    
    #sec3 {
        width: 90%;
        height: auto;
        text-align: center;
        padding: 0 0 90px 0;
        
    }
    
    .blackbackground {
        background-color: black;
        overflow: hidden;
    }
    
    #sec3 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 40px;
        color: white;
    }
    
    svg {
        display: block;
        width: 100%;
        height: auto;
        transform: translateY(1px);    
    }
    
    .fade-in {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    #sec3divs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1500px;
    }
    
    .sec3divitem {
        background-color: white;
        color: black;
        width: 400px;
        margin: 13px 30px;
        display: flex;
        place-items: center;
        padding: 10px 12px;
        border-radius: 12px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        font-size: 22px;
        transition: all 0.3s;
    }
    
    .sec3divitem:hover{
        transform: scale(1.03) translateY(-3px);
        box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.548);
    }
    
    .sec3divitem img {
        margin: 0 20px;
    }
    
    #centersec3 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    #sec4 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 0 0 110px 0;
        
    }
    
    #stats {
        display: flex;
        justify-content: center;
    }
    
    .stat {
        margin: 30px;
        width: 400px;
        color: white;
        text-align: center;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

    .stat.visible {
        opacity: 1;
        transform: translateY(0);
        
    }
    
    .stat h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 55px;
        margin: 20px;
    }
    
    .stat span {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 20px;
    }
    
    #sec5 {
        width: 90%;
        height: auto;
        text-align: center;
        padding: 40px 0 90px 0;
        max-width: 1500px;
        
    }
    
    #sec5 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 40px;
        color: rgb(0, 0, 0);
    }

    #sec5 h4 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 24px;
        color: rgb(0, 0, 0);
        margin: 0;
        padding: 0 0 10px 0;
        text-align: center;
    }
    
    #sec5projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    
    .sec5project {
        position: relative;
        background-color: white;
        border: 5px solid black;
        max-width: 300px;
        padding: 20px;
        border-radius: 30px;
        margin: 30px;
        display: grid;
        justify-content: center;
        /* transition: all 0.3s; */
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.3s;
    }

    .sec5project.visible {
        opacity: 1;
        transform: translateY(0);
        
    }
    
    .sec5project:hover {
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.336);
    }
    
    .projectimg {
        width: 50%;
    }
    
    .sec5projectimg {
        margin: 14px 0;
    }
    
    .sec5projecttext {
        text-align: left;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-style: normal;
        margin: 10px 0 40px 0;
        font-size: 20px;
        font-weight: 0;
        height: 180px;
    }
    .sec5projectbutton {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sec5projectbutton button {
        background-color: black;
        color: white;
        place-items: center;
        justify-content: center;
        display: flex;
        padding: 18px 50px 18px 50px;
        border-radius: 11px;
        border: none;
        transition: all 0.3s;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 16px;
        width: 100%;
    }
    
    .sec5projectbutton button:hover {
        transform: scale(1.03) translateY(-3px);
        box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.548);
    }
    
    .verified {
        position: absolute;
        top: 105px;
        right: 60px;
        width: 110px;
        height: auto;
        transition: all 0.3s;
    }
    
    .verified:hover {
        transform: scale(1.08);
    }
    

    
    
    #sec6 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 40px 0 190px 0;
        
    }
    
    #sec6 span {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }
    
    #sec6 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 35px;
        color: rgb(0, 0, 0);
    }

    #sec7 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 40px 0 190px 0;
    }
    
    #sec7 span {
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        line-height: 2;
        font-size: 10px;
    }
    
    footer {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 40px 0 90px 0;
        display: flex;
        position: relative;
        font-size: 16px;
    }
    
    footer a {
        color: white;
        transition: all 0.3s;
    }
    
    footer a:hover {
        text-decoration: underline;
    }
    
    .footerrow {
        display: grid;
        text-align: left;
        margin: 0 110px 0 0;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        line-height: 2;
    }
    
    
    footer img {
        height: 100px;
        position: absolute;
        top: 25%;
        transform: translate(-50%);
        right: 0;
    }

    #mobileheader {
        display: none;
    }

    #mobilecontextmenu {
        display: none;
    }
}










@media (max-width: 1200px){

    .invitebutton {
        display: none;
    }


    #titlediv h1 {
        font-family: "Kanit";
        font-weight: 600;
        font-style: normal;
        font-size: 60px;
        padding: 0;
        margin: 0;
        line-height: 1;
    }
    
    #titlediv h2 {
        font-family: "Kalam", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 80px;
        padding: 0;
        margin: 0;
    }

    #titlesvg {
        display: grid;
        place-items: center;
        width: 50%;
        
    }

    #titlesvg img {
        width: 100%;
    }

    .sec3divitem {
        background-color: white;
        color: black;
        width: 350px;
        margin: 13px 20px;
        display: flex;
        place-items: center;
        padding: 8px 8px;
        border-radius: 12px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        transition: all 0.3s;
    }
}







/* HANDY */
@media (max-width: 800px){

    #headerdiv {
        display: none;
    }

    header img {
        height: 20px;
        margin: 0 20px 0 0
    }

    #mobileheader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: rgb(255, 255, 255);
        z-index: 15;
        place-items: center;
        transition: all 0.3s;
    }

    #mobileheader.scrolled {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.658);
    }

    #mobileheader h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 25px 0 0 0;
        text-align: center;
    }

    #burgericon {
        height: 45px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 100;

    }

    #mobilecontextmenu {
        position: fixed;
        top: -100%;
        right: 0;
        background-color: rgb(0, 0, 0);
        height: 100%;
        width: 100%;
        z-index: 11;
        transition: all 0.5s;
        /* display: none; */
    }

    #mobilecontextmenu a {
        place-items: center;
        display: flex;
        justify-content: center;
    }

    #mobilecontextmenuitems {
        position: relative;
        width: 100%;
        display: grid;
        text-align: center;
        margin: 100px 0 0 0;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-optical-sizing: auto;
        font-weight: 100;
        line-height: 2;
        color: white;
        font-size: 28px;
        
    }

    #mobilecontextmenuitems span:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }


    #titlediv h1 {
        font-family: "Kanit";
        font-weight: 600;
        font-style: normal;
        font-size: 40px;
        padding: 0;
        margin: 0;
        line-height: 1;
    }
    
    #titlediv h2 {
        font-family: "Kalam", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        padding: 0;
        margin: 0;
        
    }

    #titlediv p {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 18px;
        color: rgb(0, 0, 0);
        margin: 0;
        padding: 0 0 10px 0;
    }

    .overhead {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: none;
    }

    #content {
        padding-top: 80px;
    }

    #sec1 {
        width: 100%;
        display: flex;
        justify-content: center;
        /* background-color: blue; */
    }



    #titlediv {
        width: 70%;
        max-width: 400px;
        text-align: left;
    }

    #titlesvg {
        display: grid;
        place-items: center;
        width: 30%;
        
    }

    #titlesvg img {
        width: 100%;
    }

    #sec3 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0 0 90px 0;
        
    }
    
    .blackbackground {
        background-color: black;
        overflow: hidden;
    }

    svg {
        display: block;
        width: 100%;
        height: auto;
        transform: translateY(1px);    
    }

    .fade-in {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

    #sec3divs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        min-width: 100%;
        text-align: left;
        
    }

    #sec3 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 30px;
        color: white;
    }
    
    .sec3divitem {
        background-color: white;
        color: black;
        width: 170px;
        display: flex;
        place-items: center;
        padding: 5px 6px;
        border-radius: 12px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        font-size: 12px;
        transition: all 0.3s;
        margin: 5px 10px;
        height: 40px;
    }

    .sec3divitem:hover{
        transform: scale(1.03) translateY(-3px);
        box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.548);
    }
    
    .sec3divitem img {
        margin: 0 10px;
        width: 30px;
    }
    #centersec3 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #sec4 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 0 0 110px 0;
        
    }
    
    #stats {
        display: grid;
        justify-content: center;
    }
    
    .stat {
        margin: 30px;
        width: 200px;
        color: white;
        text-align: center;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

    .stat.visible {
        opacity: 1;
        transform: translateY(0);
        
    }
    
    
    .stat h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 55px;
        margin: 20px;
    }
    
    .stat span {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 20px;
    }





    #sec5 {
        width: 90%;
        height: auto;
        text-align: center;
        padding: 40px 0 90px 0;
        
    }
    
    #sec5 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 40px;
        color: rgb(0, 0, 0);
    }
    
    #sec5projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* background-color: green; */
    }
    
    #sec5projects2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* background-color: blue; */
    }
    
    #sec5projects3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* background-color: rgb(255, 0, 0); */
    }
    
    .sec5project {
        position: relative;
        background-color: white;
        border: 5px solid black;
        max-width: 400px;
        padding: 20px;
        border-radius: 30px;
        margin: 30px 10px;
        display: grid;
        justify-content: center;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.3s;
    }

    #sec5 h4 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .sec5project.visible {
        opacity: 1;
        transform: translateY(0);
        
    }
    
    .sec5project:hover {
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.336);
    }
    
    .projectimg {
        width: 40%;
    }
    
    .sec5projectimg {
        margin: 14px 0;
    }
    
    .sec5projecttext {
        text-align: left;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-style: normal;
        margin: 10px 0 40px 0;
        font-size: 16px;
        font-weight: 0;
        height: 150px;
    }
    .sec5projectbutton {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sec5projectbutton button {
        background-color: black;
        color: white;
        place-items: center;
        justify-content: center;
        display: flex;
        padding: 18px 50px 18px 50px;
        border-radius: 11px;
        border: none;
        transition: all 0.3s;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 16px;
        width: 100%;
    }
    
    .sec5projectbutton button:hover {
        transform: scale(1.03) translateY(-3px);
        box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.548);
    }

    .verified {
        position: absolute;
        top: 80px;
        right: 60px;
        width: 110px;
        height: auto;
        transition: all 0.3s;
    }
    
    .verified:hover {
        transform: scale(1.08);
    }


    a {
        text-decoration: none;
        white-space: nowrap;
    }
    
    #sec6 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 40px 0 100px 0;
    }
    
    #sec6 span {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 18px;
        color: rgb(0, 0, 0);
    }
    
    #sec6 h3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
        font-size: 25px;
        color: rgb(0, 0, 0);
    }

    #sec7 {
        width: 70%;
        height: auto;
        text-align: center;
        padding: 40px 0 190px 0;
    }
    
    #sec7 span {
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        line-height: 2;
        font-size: 10px;
    }
    
    footer {
        width: 90%;
        height: auto;
        text-align: center;
        padding: 40px 0 90px 0;
        display: flex;
        position: relative;
        font-size: 12px;
        justify-content: center;
    }
    
    footer a {
        color: white;
        transition: all 0.3s;
    }
    
    footer a:hover {
        text-decoration: underline;
    }
    
    .footerrow {
        display: grid;
        text-align: left;
        margin: 0 50px 0 0;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        line-height: 2;
    }
    
    
    footer img {
        display: none;
    }

    #adbanner {
        display: none;
    }




}


#maintenancediv {
    display: grid;
    place-content: center;
    place-items: center;
    margin: 90px 0 0 0;
}

#maintenancediv img {
    width: 10%;
}

#maintenancediv h3 {
    text-align: center;
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

#adbanner {
    width: 100%;
    background-color: black;
    color: white;
    margin: 0;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adbanner h1 {
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}

#adbanner button {
    position: relative;
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(255, 255, 255);
    max-width: 300px;
    padding: 7px 12px;
    border-radius: 10px;
    display: grid;
    justify-content: center;
    color: white;
    margin-left: 30px;
    transition: all 0.3s;
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

#adbanner button:hover {
    background-color: white;
    color: black;
}

#maindiscord {
    background-color: black;
    color: white;
    place-items: center;
    justify-content: center;
    display: flex;
    padding: 18px 50px 18px 50px;
    border-radius: 11px;
    border: none;
    transition: all 0.3s;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#maindiscord:hover {
    transform: scale(1.03) translateY(-3px);
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.548);
}

#maindiscord-div {
    display: flex;
    justify-content: center;
}