:root {
    --pink: #ff8800;
    --white: white;
    --black: black;
}

.section_hero {
    background-image: url('../images/background.png');
    background-position: 50%;
    background-size: 350px;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    /* position: relative; */
}
.spin {
  
    animation: spin-animation 14s linear infinite;
  }
  
  @keyframes spin-animation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.pulse {
  
    animation: pulse-animation 3s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      transform: scale(1);
      
    }
    50% {
      transform: scale(1.1);
    
    }
    100% {
      transform: scale(1);
    
    }
  }
  
.floating {
    
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.hero_cloud {
    background-image: url('../images/hero_cloud.png');
    background-position: 50% 100%;
    background-size: auto 100%;
    height: 25%;
    background-size: cover;
    position: absolute;
    inset: auto 0% 0%;
}

.hero_chara {
    height: 75%;
    position: absolute;
    inset: auto auto 0%;
}

.header {
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 40px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.header_left {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    display: flex;
}

.header_button {
    height: auto;
}
.header_button-2 {
    height: auto;
}

.continue {
    color: #fff;
    background-color: #ff8800;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding: 3px 50px 0;
    font-family: head;
    font-size: 20px;
    line-height: 20px;
    display: flex;
}

.button_hero {
    background-color: #000;
    border-bottom: 5px solid #000;
    border-radius: 100px;
    padding: 5px;
}

.button_hero:hover {
    border-top: 5px solid #000;
    border-bottom-width: 0;
}

.hero_logo {
    margin-top: 125px;
    position: absolute;
    inset: 0% auto auto;
}

.title_hero {
    font-family: head;
    font-size: 180px;
    line-height: 150px;
}

.title_red {
    color: var(--pink);
}
@font-face {
    font-family: head;
    src: url(../head.ttf);
}
@font-face {
    font-family: para;
    src: url(../mangat.ttf);
}
.menu_link {
    color: #000;
    background-color: #0000;
    margin-right: 40px;
    padding: 0;
    font-family: head;
    font-size: 22px;
    line-height: 25px;
}

.menu_link:hover,
.pink {
    color: var(--pink);
}

.hero_bottom {
    background-image: url('../images/hero_bottom.png');
    background-position: 50% 100%;
    background-size: auto 100%;
    width: 150vw;
    height: 7%;
    position: absolute;
    inset: auto 0% 0%;
}

.section_about {
    z-index: 20;
    background-color: #f2f0ea;
    background-image: url('../images/background.png');
    background-position: 50%;
    background-size: 350px;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

.separator_1 {
    background-color: #4da2ff;
    width: 100%;
    height: 25px;
    position: relative;
}

.block_h1_about {
    background-color: #ff8800;
    border-top: 10px solid #ff8800;
    border-bottom: 10px solid #ff8800;
    width: 100%;
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.block_h1_in {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    display: flex;
}

.h1 {
    color: #fff;
    font-family: head;
    font-size: 90px;
    line-height: 90px;
}

.hider {
    background-color: #ff8800;
    height: 50px;
    position: absolute;
    inset: 0% 0% auto;
}

.about_details {
    background-color: #000;
    border: 10px #ff8800;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 650px;
    margin-top: 0;
    padding: 35px;
    display: flex;
}

.para {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: para;
    font-size: 22px;
    line-height: 30px;
}

.about_chara {
    height: 450px;
    margin-left: -100px;
    position: relative;
}

.block_about_chara {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -58px;
    display: flex;
    position: relative;
}

.about_circle {
    /* background-color: #ff0050; */
    border-radius: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
}

.about_h1 {
    z-index: 20;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
}

.title_transition {
    background-image: url('../images/hero_bottom.png');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 50px;
    transform: rotate(180deg);
}

.block_about {
    background-color: #ff8800;
    border-bottom: 8px solid #000;
    border-radius: 20px;
    margin-top: 50px;
    padding: 10px;
    position: relative;
    transform: rotate(-3deg);
}

.about_bg {
    /* background-image: url('../images/bg_about.svg'); */
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 200px;
    position: absolute;
    inset: auto 0% 0%;
}

.section_tokenomics {
    z-index: 10;
    background-color: #f2f0ea;
    background-image: linear-gradient(#d47303, #727579), url('../images/bg-2.png');
    background-position: 0 0, 50%;
    background-size: auto, 350px;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 75px;
    display: flex;
    position: relative;
}

.building {
    height: 600px;
    margin-right: 150px;
    position: absolute;
    inset: auto 0% 0% auto;
}

.block_tokenomics {
    background-color: #fff3dd;
    /* background-image: url('../images/tokenomics_card_bg.svg'); */
    background-position: 50%;
    background-size: 115%;
    border: 3px solid #000;
    border-bottom-width: 8px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding: 15px 15px 200px;
    display: flex;
    position: relative;
}

.tokenomics_details {
    background-color: #eee3d0;
    border: 2px solid #ab956c;
    border-bottom-width: 6px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    display: flex;
}

.h2 {
    color: #000;
    font-family: head;
    font-size: 25px;
    line-height: 25px;
}

.image {
    height: 470px;
    margin-top: -110px;
    position: relative;
}

.div-block {
    z-index: 0;
    background-image: url('../images/lamps.html');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 250px;
    margin-top: 111px;
    position: absolute;
}

.dog_tokenomics {
    z-index: 20;
    height: 525px;
    margin-top: 0;
    position: absolute;
    inset: auto -8% -22% auto;
}

.section_how {
    z-index: 40;
    background-image: url('../images/background.png');
    background-position: 50%;
    background-size: 350px;
    background-attachment: fixed;
    flex-flow: column;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 75px;
    display: flex;
    position: relative;
}

.block_how {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
}

.how_block {
    background-color: #ff8800;
    border: 0 solid #000;
    border-bottom-width: 8px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    margin: 25px;
    padding: 15px;
    display: flex;
    position: relative;
}

.how_title {
    background-color: #fbecdd;
    border-bottom: 6px solid #000;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: -5% auto auto;
}

.h2-2 {
    color: #ffe2a1;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}

.how_in {
    background-color: #000;
    border-bottom: 5px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
}

.para-2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: para;
    font-size: 20px;
    line-height: 30px;
}

.how_title_in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #093a6e;
    border-radius: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.h3 {
    color: #fdfcf8;
    font-family: head;
    font-size: 25px;
    line-height: 25px;
}

.title_transition_money {
    z-index: 20;
    background-image: url('../images/hero_bottom.png');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 50px;
    position: relative;
    transform: rotate(180deg);
}

.how_div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 75px;
    display: flex;
}

.how_bottom {
    background-image: url('../images/hero_bottom.png');
    background-position: 0 100%;
    background-size: auto 100%;
    width: 150vw;
    height: 50px;
    position: absolute;
    inset: auto 0% 0%;
}

.section_join {
    background-image: url('../bg.gif');
    background-position: 50%;
    background-size: 350px;
    background-attachment: fixed;
    flex-flow: column;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.dog_fly {
    z-index: 30;
    height: 450px;
    position: absolute;
    
}

.title_footer {
    margin-top: 75px;
    font-family: head;
    font-size: 180px;
    line-height: 150px;
}

.footer_bg {
    /* background-image: url('../images/bg_about.svg'); */
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 300px;
    position: absolute;
    inset: auto 0% 0%;
}

.image-2 {
    height: 300px;
    position: absolute;
    inset: auto auto 0%;
    transform: translate(0);
}

.dog_footer {
    z-index: 20;
    height: 450px;
    position: relative;
    inset: auto auto 0% 0%;
}

.footer_bottom {
    z-index: 20;
    background-image: url('../images/hero_bottom.png');
    background-position: 0 100%;
    background-size: auto 100%;
    width: 150vw;
    height: 50px;
    position: absolute;
    inset: auto 0% 0%;
}

.sakura_footer {
    /* background-image: url('../images/sakura_footer.svg'); */
    background-position: 50% 0;
    background-size: cover;
    width: 80%;
    height: 200px;
    position: absolute;
    inset: auto auto 0%;
}

.div-block-2 {
    background-color: #093a6e;
    border-bottom: 8px solid #000;
    border-radius: 10px;
    /* width: 650px; */
    height: auto;
    margin-top: 50px;
    padding: 10px;
}

.div-block-3 {
    background-image:url(../images/background.png) ;
    border-radius:10px;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  
}

.social_footer {
    background-color: #000;
    background-image: url('../images/telegram.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 5px solid #000;
    border-radius: 8px;
    width: 50px;
    height: 53px;
    margin-left: 15px;
    
    position: static;
}

.social_footer:hover {
    border-top: 5px solid #000;
    border-bottom-width: 0;
}

.social_footer.x {
    background-image: url('../images/twitter.svg');
    background-size: 110%;
    position: static;
}

.social_footer.dex {
    background-image: url('../images/dextools.svg');
    background-size: 65%;
    position: static;
}
.social_footer.dexs {
    background-image: url('../images/dexs.png');
    background-size: 70%;
    position: static;
}
.social_footer.med {
    background-image: url('../images/medium.png');
    background-size: 65%;
    position: static;
}

.social_footer.uni {
    background-image: url('../images/uniswap.svg');
    background-size: 110%;
    position: static;
}

.block_ca {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    display: flex;
}

.ca {
    color: #dd0522;
    text-align: center;
    font-family: para;
    font-size: 20px;
}
html, body{
    overflow-x: hidden;
}

.copy {
    background-color: #dd0522;
    background-image: url('../images/copy.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75%;
    border-bottom: 5px solid #000;
    border-radius: 8px;
    width: 40px;
    height: 42px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.copy:hover {
    border-top: 5px solid #000;
    border-bottom-width: 0;
}

.copy.x {
    background-image: url('../images/twitter.svg');
    background-size: 110%;
}

.copy.dex {
    background-image: url('../images/dextools.svg');
    background-size: 65%;
}




.hero_tg {
    background-color: #ff8800;
    background-image: url('../images/telegram.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 2px solid #000;
    border-bottom-width: 5px;
    border-radius: 8px;
    width: 50px;
    height: 53px;
    margin: 15px;
    position: absolute;
    inset: auto auto 0% 0%;
}

.hero_tg:hover {
    border: 2px solid #000;
    border-top-width: 5px;
}

.hero_tg.x {
    background-image: url('../images/twitter.svg');
    background-size: 110%;
}

.hero_tg.dex {
    background-image: url('../images/dextools.svg');
    background-size: 65%;
}



.hero_tg.uni {
    background-image: url('../images/uniswap.svg');
    background-size: 110%;
}

.hero_x {
    background-color: #ff8800;
    background-image: url('../images/twitter.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110%;
    border: 2px solid #000;
    border-bottom-width: 5px;
    border-radius: 8px;
    width: 50px;
    height: 53px;
    margin: 15px;
    position: absolute;
    inset: auto 0% 0% auto;
}

.hero_x:hover {
    border: 2px solid #000;
    border-top-width: 5px;
}

.hero_x.x {
    background-image: url('../images/twitter.svg');
    background-size: 110%;
}

.hero_x.dex {
    background-image: url('../images/dextools.svg');
    background-size: 65%;
}

.hero_x.uni {
    background-image: url('../images/uniswap.svg');
    background-size: 110%;
}

.ca_mobile {
    color: #4da2ff;
    text-align: center;
    font-family: para;
    font-size: 20px;
    display: none;
}

.section_welcome {
    z-index: 1500;
    background-color: #f6f3dd;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
}

.title_welcome {
    font-family: head;
    font-size: 180px;
    line-height: 150px;
}

.button_continue {
    background-color: #000;
    border-bottom: 5px solid #000;
    border-radius: 100px;
    padding: 5px;
}

.button_continue:hover {
    border-top: 5px solid #000;
    border-bottom-width: 0;
}

@media screen and (max-width: 991px) {
    .hero_chara {
        height: 65%;
    }
    .header {
        justify-content: center;
        padding-left: 15px;
    }
    .header_left {
        display: none;
    }
    .title_hero {
        font-size: 150px;
    }
    .menu_link {
        display: none;
    }
    .building {
        height: 400px;
        margin-right: 15px;
    }
    .dog_tokenomics {
        height: 450px;
    }
    .dog_fly {
        height: 300px;
    }
    .title_footer,
    .title_welcome {
        font-size: 150px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-left: 15px;
    }
    .title_hero {
        font-size: 100px;
        line-height: 100px;
    }
    .h1 {
        font-size: 65px;
        line-height: 65px;
    }
    .about_details {
        width: auto;
    }
    .about_chara {
        height: 350px;
    }
    .about_circle {
        width: 300px;
        height: 300px;
    }
    .block_about {
        width: 90%;
        transform: none;
    }
    .building {
        height: 250px;
    }
    .h2 {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }
    .dog_tokenomics {
        height: 380px;
    }
    .title_footer {
        font-size: 100px;
        line-height: 100px;
    }
    .dog_footer {
        height: 400px;
        margin-top: 50px;
    }
    .sakura_footer {
        width: 100%;
    }
    .div-block-2 {
        width: 90%;
    }
    .ca {
        display: none;
    }
    .ca_mobile {
        display: flex;
    }
    .title_welcome {
        font-size: 100px;
        line-height: 100px;
    }
}

@media screen and (max-width: 479px) {
    .hero_chara {
        width: 90%;
        height: auto;
    }
    .header {
        padding-left: 15px;
    }
    .title_hero {
        font-size: 70px;
        line-height: 70px;
        position: relative;
        bottom: -88px;
    }
    .h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .para {
        font-size: 16px;
        line-height: 25px;
    }
    .block_tokenomics {
        padding-bottom: 150px;
    }
    .dog_tokenomics {
        height: auto;
    }
    .block_how {
        width: 100%;
    }
    .how_block {
        width: 95%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .h2-2 {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }
    .how_in {
        padding-top: 70px;
    }
    .para-2 {
        font-size: 16px;
        line-height: 25px;
    }
    .h3 {
        text-align: center;
        font-size: 18px;
        line-height: 18px;
    }
    .title_footer {
        font-size: 70px;
        line-height: 70px;
    }
    .dog_footer {
        width: 90%;
        height: auto;
        margin-top: 0;
    }
    .div-block-2 {
        /* width: auto; */
        margin-top: 25px;
    }
    .div-block-3 {
        flex-flow: column;
    }
    .social_footer {
        margin: 5px 25px;
    }
    .title_welcome {
        font-size: 70px;
        line-height: 70px;
        position: relative;
        bottom: auto;
    }
}

@font-face {
    font-family: 'Japanese Robot';
    src: url('../fonts/Japanese-Robot.html') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maladroit';
    src: url('../fonts/maladroit.html') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}