@font-face { 
    font-family: NotoSans; 
    src: url('fonts/NotoSansTC-ExtraLight.ttf');
    font-weight: lighter;
}

@font-face { 
    font-family: NotoSans; 
    src: url('fonts/NotoSansTC-Regular.ttf');
    font-weight: normal;
}

@font-face { 
    font-family: NotoSans; 
    src: url('fonts/NotoSansTC-Bold.ttf');
    font-weight: bold;
}

@font-face { 
    font-family: NotoSans; 
    src: url('fonts/NotoSansTC-Black.ttf');
    font-weight: 900;
}

*, *::before, *::after {
    box-sizing: border-box;
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    scrollbar-width: thin;
    scrollbar-color: rgb(207, 162, 66) rgb(42, 42, 42);
    :focus {
        outline: none;
    }

    a, a:link, a:visited  {
        text-decoration: none;
        color: #FBFBFB;
        font-size: 17px;
    }
    
    a:hover  {
        text-decoration: none;
        color: #CFA242;
    }
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

html *::-webkit-scrollbar {
    width: 6px;
    padding-right: 5px;
}

html *::-webkit-scrollbar-track {
    background: rgba(211, 211, 211, 0.1);
    border-radius: 100px;
    border: 1px solid rgba(211, 211, 211, 0.2);
    margin: 60px 0px 10px 0px;
}

html *::-webkit-scrollbar-thumb {
    background: rgba(207, 162, 66, 0.6);
    border-radius: 100px;
}

body {
    font-family: "NotoSans";
    font-weight: normal;
    font-size: 15px;
    background-color: #1E1E1E;
    color: #FBFBFB;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

/* RESET STILE DEFAULT */

@keyframes menu-show {
    0% { 
        transform: translate(0px, 0px);
    }
    100% { 
        transform: translate(0px, 100%);
    }
}

@keyframes menu-hide {
    0% { 
        transform: translate(0px, 100%);
    }
    100% { 
        transform: translate(0px, -100%);
    }
}

.body-container {
    min-width: 320px;
    max-width: 1000px;
    height: 5350px;
}

.background-container {
    position: relative;
    /* width: 100%; */
    background-color: #1E1E1E;
    height: 5350px;
    overflow: hidden;
    box-shadow: 0px 0px 50px -10px rgb(207, 162, 66);
    z-index: 0;
}

.background-line-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.background-elips-1 {
    left: -857px;
    top: -901px;
    position: absolute;
    width: 1657px;
    height: 1585px;
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgb(207, 162, 66),rgba(207, 162, 66, 0));
    filter: blur(70px);
    opacity: 0.50;
}

.background-elips-2 {
    left: 438px;
    top: 1215px;
    position: absolute;
    width: 1657px;
    height: 1585px;
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgb(207, 162, 66),rgba(207, 162, 66, 0));
    filter: blur(70px);
    opacity: 0.50;
}

.background-elips-3 {
    left: -998px;
    top: 2827px;
    position: absolute;
    width: 1657px;
    height: 1585px;
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgb(207, 162, 66),rgba(207, 162, 66, 0));
    filter: blur(70px);
    opacity: 0.50;
}

.logo-container {
    width: 100%;
    height: 72px;
    display: flex;
    top: 0;
    justify-content: center;
    position: absolute;
    z-index: 14;
}

.logo-background {
    width: 255px;
    height: 72px;
    display: flex;
    justify-content: center;
    padding-top: 35px;
    background: rgb(30, 30, 30);
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 50px -9px rgb(207, 162, 66);
}

.body-content {
    position: relative;
    top: -5350px;
}

.menu-container {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 72px;
    justify-content: center;
    z-index: 17;
}

.menu-button {
    margin: 35px 5px 15px 5px;
    display: flex;
    justify-content: center;
}

.menu-button-text {
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 125px;
}

.menu-button-text:hover {
    color: #CFA242;
    cursor: pointer;
}

.box-text {
    width: 60%;
}

.box-center {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 70px;
}

.box-images {
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.box-img {
    width: 260px;
}

.text-h1 {
    font-size: 43px;
    color: #CFA242;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.text-p-box {
    display: flex;
    margin: 15px 0;
}

.text-dot {
    width: 7px;
    height: 7px;
    background: rgb(251, 251, 251);
    border-radius: 50px;
}

.text-p-dot {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-p-text-h {
    font-weight: bold;
}


.block {
    z-index: 1;
    top: 620px;
    position: absolute;
    width: 100%;
    height: 900px;
    background: rgb(30, 30, 30);
    transform: skewY(-10deg);
    box-shadow: 0px 0px 50px -9px rgb(207, 162, 66);
}

.roadmap-data {
    font-size: 14px;
    color: #CFA242;
    font-weight: bold;
    margin-bottom: 10px;
}

.roadmap-text {
    font-size: 19px;
}

.box-roadmap {
    width: 100%;
}

.roadmap-content-box {
    display: flex;
    align-items: center;
    height: 35px;
}

.roadmap-checkbox {
    width: 25px;
    height: 25px;
    background-color: rgba(207, 162, 66, 0.25);
    border-radius: 50px;
    margin-right: 10px;
}

.roadmap-checkbox-true {
    width: 25px;
    height: 25px;
    background-color: #CFA242;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roadmap-container {
    margin: 20px 0;
}

.box-social {
    display: flex;
    justify-content: center;
}

.social-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.social-container {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.powered {
    color: #5A595C;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.button-scroll-top {
    bottom: 70px;
    right: 70px;
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background-color: #CFA242;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.button-scroll-top:hover {
    box-shadow: 0px 0px 50px -9px rgb(207, 162, 66);
    cursor: pointer;
}

.menu-container-small {
    position: absolute;
    top: -430px;
    width: 100%;
    height: 430px;
    background-color: #1E1E1E;
    z-index: 13;
    display: none;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.button-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 15;
    display: none;
    justify-content: center;
    align-items: center;
}

.menu-show {
    animation: menu-show 0.5s ease-in-out 1 both;
}

.menu-hide {
    animation: menu-hide 0.5s ease-in-out 1 both;
}

.content-starwalletbot {
    height: 600px;
    width: 100%;
    display: flex;
    padding-top: 130px;
}

.content-stargame {
    position: sticky; 
    z-index: 1; 
    height: 700px;
    display: flex;
    width: 100%;
    margin-top: 110px;
}

.content-airdrop {
    margin-top: 200px;
    height: 700px;
    display: flex;
    width: 100%;
}

.content-social {
    margin-top: 30px; 
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-roadmap {
    width: 100%;
    display: flex;
    margin-top: 240px; 
    height: 2620px;
}

.content-starwalletbot .box-text {
    padding: 130px 0 0 70px;
}

.content-stargame .box-text {
    padding: 0 70px 0 0;
}

.content-airdrop .box-text {
    padding: 130px 0 0 70px;
}

.content-airdrop .box-img {
    width: 700px; 
    position: relative; 
    top: -50px; 
    right: -130px;
}

.content-airdrop .box-images {
    padding: 0; 
    overflow: hidden;
}

.lang-menu-button {
    background-color: #1E1E1E;
    height: 35px;
    width: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px 5px 10px 5px;
}

.lang-button {
    font-size: 14px;
    display: flex;
    font-weight: 600;
}



@media (max-width: 999px) {
    body {
        font-size: 14px;
    }

    .body-container {
        height: 5180px;
    }

    .background-container {
        height: 5180px;
    }

    .body-content {
        top: -5180px;
    }

    .box-social {
        flex-direction: column;
    }

    .social-container {
        margin: 10px;
        text-decoration: none;
        color: #FBFBFB;
    }

    .content-social {
        height: 200px;
        display: flex;
        justify-content: center;
    }

    .roadmap-text {
        font-size: 14px;
    }

    .roadmap-checkbox-true {
        width: 20px;
        height: 20px;
    }

    .roadmap-checkbox-true svg {
        width: 9px;
    }

    .roadmap-checkbox {
        width: 20px;
        height: 20px;
    }
    
    .roadmap-data {
        font-size: 12px;
    }

    .text-h1 {
        font-size: 38px;
    }

    .text-h2 {
        font-size: 16px;
    }

    .box-img {
        width: 250px;
    }

    .block  {
        height: 830px;
    }

    .content-airdrop {
        margin-top: 100px;
    }

    .content-roadmap {
        margin-top: 140px;
        height: 2530px;
    }

    .content-social {
        margin-bottom: 30px;
    }
    
    .button-menu {
        display: none;
    }

    .background-elips-2 {
        left: -42px;
        top: 1555px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .menu-container {
        display: none;
    }

    .content-starwalletbot {
        display: block;
        height: 820px;
    }

    .content-starwalletbot .box-text {
        padding: 50px 0 0 20px;
    }

    .box-text {
        width: 100%;
    }

    .text-h1 {
        font-size: 28px;
    }

    .text-h2 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .text-p-dot {
        width: 20px;
        height: 20px;
    }

    .text-dot {
        width: 5px;
        height: 5px;
    }

    .block {
        top: 770px;
    }

    .content-stargame {
        margin-top: 30px;
        flex-direction: column-reverse;
        height: 1250px;
    }

    .content-stargame .box-text {
        padding: 0px 20px;
    }

    .box-images {
        width: 100%;
        overflow: hidden;
    }

    .block {
        height: 1310px;
    }

    .content-airdrop {
        display: block;
    }

    .content-airdrop .box-text {
        padding: 120px 20px 0 20px;
    }

    .content-airdrop .box-img {
        width: 340px; 
        top: -20px; 
        right: -140px;
    }

    .content-airdrop .box-images {
        position: relative;
        top: -650px;
        justify-content: end;
    }

    .content-roadmap {
        margin-top: 100px;
        height: 2470px;
    }

    .box-center {
        padding: 0 20px;
    }

    .roadmap-text {
        font-size: 12px;
    }

    .roadmap-data {
        font-size: 10px;
    }

    .roadmap-checkbox-true {
        min-width: 20px;
    }

    .roadmap-checkbox {
        min-width: 20px;
    }

    .social-text {
        font-size: 12px;
        text-decoration: none;
    }

    .social-icon {
        width: 15px;
        height: 15px;
    }

    .button-scroll-top {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

    .button-scroll-top svg{
        width: 20px;
    }

    .content-social {
        margin-bottom: 0px;
        height: 150px;
    }

    .body-container {
        height: 5690px;
    }

    .background-container {
        height: 5690px;
    }

    .body-content {
        top: -5690px;
    }
    
    .content-stargame .box-images {
        padding-top: 0px;
    }

    .logo-background {
        padding-top: 20px;
        width: 180px;
        height: 50px;
    }

    .logo-background svg {
        width: 135px;
    }

    .button-menu {
        display: flex;
    }
}