@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&amp;display=swap');

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gochi Hand", cursive;
    cursor: url('../images/hand1.svg'),auto;
    background-color: #1EA0FF;
    color: white;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 1.2vw;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}


.no_margin{
    margin: 0;
}
.background{
    position: absolute;
    width:100vw;
    height: 40rem;
    overflow: hidden;
}

.cloud1 {
    position: absolute;
    width : 25rem;
    top: -7.5rem;
    left: -2.1rem;
}

.cloud2 {
    position: absolute;
    width : 20rem;
    right: -2rem;
    top: -4rem;
}

.cloud3 {
    position: absolute;
    width : 15rem;
    left: -8rem;
    top:11rem;
}

.cloud4 {
    position: absolute;
    width : 15rem;
    right: -1rem;
    top:10rem;
}

.contentCloud{
    position: absolute;
    width : 30rem;
}
.contentCloud1{
    right: 0;
    transform: translateY(5rem);
}
.contentCloud2{
    left: -6rem;
    transform: translateY(85rem);
}
.contentCloud3{
    right: 8rem;
    transform: translateY(125rem);
}
.contentCloud4{
    left: 0;
    transform: translateY(176rem);
}
.container{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.header {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.moni_title {
    width: 23rem;
}

.moni_pointer {
    cursor: url('../images/hand2.svg'),auto;
}

.sub_title {
    margin-top: 1rem;
    font-size: 4rem;
    font-weight: 100;
    -webkit-text-stroke: 0.15rem #88E5ED;
    text-shadow: 0.15rem 0.15rem 0.5rem #0168c5;

}

.icon_box {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.3rem;
}

.icon {
    width: 2.5rem;
}

.moni_container {
    position: relative;
    display: inline-block;
}

.moni {
    width: 16rem;
    display: inline-block;
}

.moni_text {
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translate(-50%, -50%) rotate(20deg);
    white-space: nowrap;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 400;
    font-family: 'Fuzzy Bubbles', cursive;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.menu a img {
    width: 13rem;
    height: auto;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin: 4rem 0;
    width: 60rem;
}

.section {
    position: relative;
    width: 100%;
    max-width: 90rem;
    margin: 2rem auto;
}

.about {
    width: 100%;
    height: auto;
}
.about>img{
    width: 100%;
}

.hidden_text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.token_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    margin: 4rem 0;
    width: 100%;
}

.token_title {
    font-family: 'Gochi Hand';
    font-size: 9rem;
    font-weight: 400;

    margin:  0  0  0 5rem;
}
.chart{
    position: relative;
    width: 18rem;
    margin:1rem 0 0 0;
    transform: translateX(-1.2rem);
}
.learn_more{
    margin: 0;
    font-size: 2.6rem;

}
.moni_teach_web{
    position: relative;
    width: 100%;
}
.moni_teach_web> img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    align-self: center;
}
.moni_teach_content{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 25rem;
    top: 5rem;
    left: 3rem;

}
.moni_teach_content>p{
    font-size: 2rem;
    margin-left: 2.8rem;
}

.buy_moni {
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.buy_moni_div{
    position: absolute;
    margin: 0;
    top: 5rem;
}
.buy_moni_div p{
    font-size: 5rem;
    margin: 0 0 1rem 0 ;
    color: black;
}
.buy_moni_div img{
    width: 20rem;
    margin: 0;
}
.buy_moni img {

    max-width: 100%;
    height: auto;
}

.network {

}
.game{

}
.game img{
    width: 80%;

}
.network_div_web{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.moni_phone{
  width: 40rem;
    margin-right: 2rem;
}


.network_title {
    font-family: 'Gochi Hand', serif;
    font-weight: 400;
    font-size: 6rem;
    margin:0;
    color: black;
}

.meme {
    margin: 3rem 0;
    text-align: center;
}
.network_item{
    position: absolute;
    left: 23.5rem;
    top: 8rem;
    display: flex;

    flex-direction: column;
}
.network_item_row {

    display: flex;
    flex-direction: row;
    width: 18rem;
    margin-bottom: 1rem;
    gap: 1rem;
}
.network_item_content{
    position: relative;
    width: 25%;
}
.network_item_content  img{
    border-radius: 0.7rem;
    width: 100%;
    height: auto;
}

.meme_title {
    font-family: 'Gochi Hand';
    font-size: 9rem;
    font-weight: 400;
    margin: 0;
    color: black;
}
.game_title {
    font-family: 'Gochi Hand';
    font-size: 8rem;
    font-weight: 400;
    margin: 0;
    color: black;
}
.meme_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    max-height: 700px;
    overflow-y: auto;
    margin: 2rem 0 2rem 0;
}

.meme_grid img {
    width:100% ;
    height: 100% ;
    object-fit: cover;
}

.footer {
    width: 100%;
    background-image: url('../images/footer_background.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 5rem 0 1rem 0;
    text-align: center;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer_txt{
    color: #62A460;
    font-family: 'Gochi Hand', cursive;
    font-size: 2rem;
}
.footer_mobile_txt{
    display: none;
}

@media (min-width: 1800px) {
    html{
        font-size: 0.7vw;
    }
    .sky {
        height: 42rem;
        object-position: bottom;
    }
}

@media (min-width: 901px) {
    .about_bg_web{
        display: block;
    }
    .moni_teach_web{
        display: block;
    }
    .network_div_web{
        display: flex;
    }
    .network_div_mobile{
        display: none;
    }
    .about_bg_mobile{
        display: none;
    }
    .moni_teach_mobile{
        display: none;
    }
    .token_title {
        text-align: left;
    }
}

@media (max-width: 900px) {
   html{
       font-size: 2vw;
   }
    .sky {
        height: 40rem;
        object-position: bottom;
    }
    .moni_title {
        width: 30rem;
    }
    .sub_title {
        margin-top: 1rem;
        font-size: 6.5rem;
        font-weight: 100;
        -webkit-text-stroke: 0.15rem #88E5ED;
        text-shadow: 0.15rem 0.15rem 0.5rem #0168c5;

    }
    .icon {
        width: 4rem;
    }
    .moni {
        width: 18rem;
        display: inline-block;
    }
    .moni_text {
         position: absolute;
         top: 50%;
         left: 105%;
         transform: translate(-70%, 30%) rotate(50deg);
         white-space: nowrap;
         font-size: 1.5rem;
         color: #000000;
         font-weight: 400;
         font-family: 'Fuzzy Bubbles', cursive;
     }

    .about_bg_web{
        display: none;
    }
    .moni_teach_web{
        display: none;

    }
    .network_div_mobile{
        display: block;
    }
    .network_div_web{
        display: none;
    }
    .network_item{
        position: absolute;
        left: 6.5rem;
        top: 23rem;
        display: flex;

        flex-direction: column;
    }
    .network_item_row {
        display: flex;
        flex-direction: row;
        width: 33rem;
        margin-bottom: 1rem;
        gap: 1rem;
    }
    .network_item_content{
        position: relative;
        width: 25%;
    }
    .network_item_content img{
        width: 100%;
        border-radius: 1rem;
        height: auto;
    }


    .about_bg_mobile{
        display: block;

    }
    .moni_teach_mobile{
        display: block;
        position: relative;
        width: 100%;
    }
    .moni_teach_mobile> img {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        align-self: center;
    }
    .buy_moni_div{
        position: absolute;
        margin: 0;
        top: 3.5rem;
    }
    .buy_moni_div p{
        font-size: 3.3rem;
        margin: 0 0 1rem 0 ;
        color: black;
    }
    .buy_moni_div img{
        width: 13rem;
        margin: 0;
    }

    .content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        margin: 4rem 0;
        width: 40rem;
    }
    .cloud1 {
        position: absolute;
        width : 15rem;
        top: -3rem;
        left: -4rem;
    }

    .cloud2 {
        position: absolute;
        width : 15rem;
        right: -1rem;
        top: -4rem;
    }

    .cloud3 {
        position: absolute;
        width : 13rem;
        left: -8rem;
        top:11rem;
    }

    .cloud4 {
        position: absolute;
        width : 13rem;
        right: -5rem;
        top:10rem;
    }

    .contentCloud1{
        right: -3rem;
        transform: translateY(5rem);
    }
    .contentCloud2{
        left: -6rem;
        transform: translateY(108rem);
    }
    .contentCloud3{
        right: 2rem;
        transform: translateY(152rem);
    }
    .contentCloud4{
        left: -5rem;
        transform: translateY(230rem);
    }


    .moni_text{
        font-size: 1rem;
    }

    .menu a img {
        width: 0;
    }


    .content {
        margin: 0;
    }


    .hidden_text {
        font-size: 0.875rem;
    }

    .token_title{
        font-size: 7rem;
        margin: 0;
    }

    .moni_teach_content{
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
        width: 30rem;
        top: 7rem;
        left: 3rem;

    }
    .moni_teach_content>p{
        font-size: 2rem;
        margin-left: 2.8rem;
    }

    .chart{
        position: relative;
        width: 22rem;
        margin:0;
    }
    .learn_more{

    }
    .network_title {
        font-size: 9rem;
    }

    .meme_title {
        font-size: 11rem;
    }
    .game_title {
        font-family: 'Gochi Hand';
        font-size: 7rem;
        font-weight: 400;
        margin: 0;
        color: black;
    }
    .network img {
        width: 100%;
    }

    .meme_grid {
        max-height: 30rem;
        padding: 1rem;
    }




    .footer_mobile_txt {
        display: block;
        color: #62A460;
        font-family: 'Gochi Hand', cursive;
        font-size: 1.6rem;
    }
    .footer_txt{
        display: none;
    }

}
@media (max-width: 500px) {


    .cloud1{
        left: -6rem;
    }
    .cloud2{
        right: -4rem;
    }

    .meme_grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
        max-height: 500px;
        overflow-y: auto;
        margin: 2rem 0 2rem 0;
    }
}
