    /* GILSANUB */
    @font-face {
        font-family: 'GILSANUB';
        src: url('../font/GILSANUB.TTF') format('truetype');
    }

    /* Wolgadeutsche */
    @font-face {
        font-family: 'Wolgadeutsche';
        src: url('../font/Wolgadeutsche.ttf') format('truetype');
    }
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #22100B;
}
html {
    scroll-behavior: smooth;
}

/*zero ztyle*/
a:focus,
a:active {
    outline: none;
}
a,
a:visited {
    text-decoration: none; color: #000;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0; 
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
}

/*sub*/
.white-text{color:#ffffff}
.black-text{color:#000000}
.font-grenze {font-family: 'Grenze', serif;}
.font-hizune {font-family: 'GILSANUB', Arial, sans-serif;}
.font-montserrat {font-family: 'Montserrat', Arial, sans-serif;}
:root {
    --main-yellow: #ECD500;
  }


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 3s ease-out forwards;  
}


/*menu*/
.top-menu {
    position: relative;
    top: 0; 
    left: 0; 
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0px;
}

.menu-logo img {
    width: 150px; 
}
/* if need tressp
.menu-links {
    display: flex;
    width: 60%;
    justify-content: space-between;
}
*/
.menu-links a {
    margin: 0 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.menu-links a:hover {color: var(--main-yellow)}

.menu-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-buttons > a:nth-child(2) {
    margin-left: 10px;
}
.buy-now {
    background-color: var(--main-yellow);
    border: none;
    border-radius: 20px;
    padding: 3px 25px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.buy-now:visited {
    color: #000;
}
.social-button {height: 33px;}
.social-button img {
    width: 33px; 
    height: 33px;
}

/*mon menu*/

.top-bar {
    display: none;
    justify-content: space-between;
    align-items: center;
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 40px; 
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 118px; 
    height: auto;
}

.mobile-menu-button {
    display: none;
    position: relative; 
    font-size: 40px;
    cursor: pointer;
}

.burger-icon {
    width: 50px; 
    height: auto;
}
.mobile-menu {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);

    justify-content: center;
    align-items: center; 
    flex-direction: column; 
    z-index: 1000;
}

.mob-wrap {
    width: 80%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}


.mobile-menu .close-button {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

/*1*/
#firstscreen {
    height: 100%;
    display: flex;
position: relative;
    justify-content: center;
    align-items: center;
}
.background-image {
    background-image: url('../image/image-day.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.main-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(120, 109, 2, 0.62); 
    z-index: -3;
}
.main-logo-day {
    z-index: -1;
    position: relative;
    top: -5%;
}
.main-pepe {
   
    position: absolute;
    z-index: -1;
    top: 0%;
}
.firstscreen-wrap {width: 1000px;}
.first-block {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap:10px;
    margin-bottom: 100px;
}
.first-block-btn {
    width: 640px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
}
.first-block-txt {
    background-color: #ECD5006B;
    border-radius: 20px;
    padding: 30px 30px;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 3;
}
.first-block-txt-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
}
.first-block-txt-p span {
    font-size: 23px;
}
.first-block-btn-1 {
    background-color: #0000004D;
    border: var(--main-yellow) 1px solid;
    border-radius: 20px;
    padding: 0 10px;
    height: 49px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    backdrop-filter: blur(10px);
}
.first-block-btn-2 {
    background-color: var(--main-yellow);
    border-radius: 30px;
    text-align: center;
    padding: 10px  ;
    height: 30px;
  
    font-size: 16px;
    font-weight: 400;
    line-height: 14.56px;
    letter-spacing: -0.03em;   

    display: flex;
    justify-content: center;
    align-items: center;
}
.first-block-btn-2 > a {
    font-size: 23px;
}
.first-block-btn-1 > p {   

    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.03em;
    text-align: center;   
     
}
.copy-btn {
    background: url('../image/copy-y.svg') no-repeat center center;
    border: none; 
    cursor: pointer; 
    width: 18px; 
    height: 20px; 
    background-size: cover; 
    margin-left: 5px;
}

.main-line-y-gr {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.main-line-y-gr2 {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.mob-line-bottom {
    display: none;
}

/*howtobuy*/
#how-to-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    padding: 50px 0;
    background-color: #FDED54;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  
    
    z-index: 1;
}

.section-title {
    font-size: 77px;
    margin-bottom: 40px;
    margin-top: 100px;
    letter-spacing: -0.03em;
    
    color: #000;
}

.content-wrapper {
    display: flex;
    width: 1000px; 
    justify-content: space-between;
}

.left-block {
    flex: 9;
}
.right-block {
    flex: 5;
}

.left-block {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    color:#000;
}


.info-block-long {

    font-size: 24px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
}
.info-block-long-mobonly {
    display: none;

    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.info-block {
    background-color: #FFFFFFBA; 
    padding: 25px 65px 25px 25px;
    border-radius: 20px;

    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: -0.03em;
    text-align: left;    
}
.info-block a { color:#c37627;}

.info-block h3 {    
font-size: 32px;
font-weight: 400;
line-height: 29.12px;
letter-spacing: -0.03em;
margin-bottom: 7px;
}

.right-block {position: relative;}
.right-block img {
    width: 100%;
    height: auto;
    overflow: visible;
    position: absolute;
    bottom: 100px;
    scale: 1.4;
    right: 0px;
}

/*white*/
#whitepaper {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background-color: #FFF385;
}

#whitepaper .content-wrapper {
    width: 1000px;
    position: relative; 
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-wrapper .background-image-white {
    position: relative; 
    width: 100%;
    height: 100%;
    background: url('../image/white-group-day.png') center / contain no-repeat;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 70px 100px;
}
.white-content {
    display: flex;
    flex-direction: column;
    align-items: center;
 
}
#whitepaper h2, #whitepaper p, .learn-more-btn {
    position: relative;
    z-index: 1;
}

#whitepaper h2 {
    color: #22100B;
    font-size: 77px;
    margin-bottom: 20px;
    text-align: center;
}

#whitepaper p {
    color: #22100B;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
font-weight: 400;
line-height: 26.4px;
letter-spacing: -0.03em;
text-align: center;

}

.learn-more-btn {
    background-color: var(--main-yellow);
    color: #22100B;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 30px;
    width: 60%;
    font-size: 22.43px;
    text-align: center;
}

/*tocenomics*/
#tokenomics {
    background-image: url(../image/image-day.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 900px;
    
    position: relative;
}
#tokenomics .tokenomics-content-wrapper {
    text-align: center;
    position: relative;
}
#tokenomics h2 {    
    margin-bottom: 20px;    

font-size: 77px;
font-weight: 400;
line-height: 70.07px;
letter-spacing: -0.03em;
text-align: center;
color: #000;
}

.tokenomics-img {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 872px;
    height: auto;
    z-index: 1;
}

.tok-u-d {
    width: 100%;   
    position: absolute;
    top: 0;
    z-index: 0;
}
.tok-u-d-mob {
    display: none;
}
.tok-d-u {
    width: 100%;   
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.tokenomics-line-y-gr {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    z-index: 0;   
}
.tokenomics-line-mob {
    display: none;
}
/*roadmap*/
#roadmap {
    background-color: #FDED54;

    background-size: 100% auto;
    min-height: 800px;
    
    position: relative;
}
#roadmap h2 {    
  
    margin-bottom: 20px;
font-size: 77px;
font-weight: 400;
line-height: 70.07px;
letter-spacing: -0.03em;
text-align: center;
color: #000;
}
.roadmap-img-mob {
    display: none;
}
.roadmap-img {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; 
    max-width: 1032px; 
    height: auto;
    z-index: 1;
}
.roadmap-img-pepe {
    position: relative;
    left: 20%;
    top: -100px;
}
/*seen on*/
#seen {
    padding-bottom: 70px;
    background-color: #FDED54;
}
.seen-text{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#seen h2 {
    margin-bottom: 46px;
    font-size: 77px;
    font-weight: 400;
    line-height: 70.07px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}

.seen-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 72px;
}
.seen-logo-single {
    height: 121px;
    width: auto;
}
.seen-logo-single:hover {
    transform: scale(1.1);
    cursor: pointer;
}
/*popup*/
.banner {
    display: none;
    position: fixed;
    top: 90px;
    right: 30px;
    z-index: 1000;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.banner.hidden {
    transform: translateX(100%);
    opacity: 0;
}

.banner.visible {
    transform: translateX(0);
    opacity: 1;
}
.close-banner {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: white;
   font-family: 'GILSANUB', Arial, sans-serif;
    border-radius: 50%;
    padding: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image {
    width: auto;
    height: 400px;
}
/*footer*/
#footer {  
     height: 250px;
display: flex;
position: relative;
justify-content: center;
align-items: center;
background-color: #FFF385;
}

.top-menu-footer {
    position: relative;
    top: 0;
    left: 0;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 23px 0px;
}

.menu-logo-footer img {
    width: 200px; 
}

.menu-links-footer {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    right: 0%;
    position: relative;
}

.menu-links-footer a {
    margin: 0 15px;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
}
.menu-links-footer a:hover {color: #fff;}

.menu-buttons-footer {
    display: flex;
    align-items: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.buy-now-footer {
    background-color: #000;
    border: none;
    border-radius: 20px;
    padding: 3px 15px;
    color: #FFF385;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.buy-now-footer:visited {
    color: #FFF385;
}
.social-button-wrap {
    gap: 15px;
    display: flex;
}

.social-button-footer {height: 33px;}
.social-button-footer img {
    width: 33px; 
    height: 33px;
}
/*
.footer-img-top {
    position: absolute;
    right: 35%;
    top: 0%;
}*/
@media screen and (max-width: 1460px) {
.main-line-y-gr {        
    height: 15%;
}
.main-line-y-gr2 {
    height: 20%;
}
}

@media screen and (max-width: 1300px) {
    .top-menu {
        width: 1100px;
    }

}
@media screen and (max-width: 1200px) {

.top-menu {
    width: 1000px;
}

}

/*mob*/
@media screen and (max-width: 1000px) {

    .main-logo-day {
        margin-top: 15%;
        margin-bottom: 100px;
        width: 100%;
    }
    }
.top-menu {display: none;}
.top-bar {display: flex;}
.mobile-menu-button {
    display: block;
}

.menu-links {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.menu-links a {
    font-size: 30px;
}
.menu-buttons {
    flex-direction: column;
    gap: 20px;
}
.buy-now {
    width: 130px;
    font-size: 20px;
}
.mob-soc-wrap {
    display: flex;
    flex-direction: row;
    gap:10px;
}
.social-button img {
    width: 43px;
    height: 43px;
}
.firstscreen-wrap {
    width: 100%;

        position: relative;
        top: -100px;
    
}
.first-block-btn-1 {
    justify-content: center;
}
.main-pepe {
    width: 100%;

        top: 30%;
    
}

    .first-block {
        display: flex;
        flex-direction: column;
    }

    .first-block-txt { 
        width: 79%;
    }
    
    .first-block-btn {
        width: 85%;
    }

    .main-line-n-gr {
        width: 100%;
        top: 98%;
        z-index: -1;
        display: none;
    }
    .copy-btn {
        width: 20px;
        height: 23px;
    }
    .main-line-y-gr2, .main-line-y-gr { 
    display: none;
    }

    /*howto*/
    #how-to-buy {padding: 0;}
    
    .section-title {
      font-size: 48px;
        margin-top: 60px;
    }
    .info-block-long {display: none;}
    .info-block-long-mobonly {
        display: flex;
    width: 90%;    
        margin-bottom: 25px;
    }


    .content-wrapper {
    flex-direction: column-reverse;
    width: 90%;
    }
    .right-block img { 
        position: relative;
        scale: 1.4; 
            width: 70%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .right-block {
        flex: none;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .left-block {
        flex: none;
        z-index: 2;
        top: -70px;
        position: relative;
    }
    .info-block {

        border-radius: 20px;
    }

    /*white*/
    #whitepaper .content-wrapper {
        width: 100%;
        padding: 0;
    }
    .content-wrapper .background-image-white {  
        background: url(../image/white-group-mob-day.png) center / contain no-repeat;
            width: 90%;
            height: 100%;  
            padding: 0px 0px;
        
    }
    #whitepaper h2 {       
        font-size: 48px;
    }
    .white-content {
               align-items: center;
               /* padding: 50px; */
    }
    #whitepaper p {
        width: 260px;
        margin-bottom: 24px;
    }
    .learn-more-btn {

        width: 90%;
    }

/*tocen*/
#tokenomics {
    min-height: 100%;
    background-size: auto;
}
.tokenomics-img {
    top: 60px;
}
#tokenomics h2 { 
    font-size: 48px;
}
.tok-u-d { height: 200%;}
.tok-d-u {display: none;}
.tokenomics-line-y-gr {display: none}
.tokenomics-line-mob {
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: -20px;
    z-index: 0;   
}
/*road*/
#roadmap h2 {
font-size: 48px;
margin-bottom: 0;
}

#roadmap {
    min-height: 100%;
}
.roadmap-img {
   display: none;
}
.roadmap-img-pepe {
    display: none;
}
.roadmap-img-mob {
    display: flex;
    width: 80%;
    left: 11%;
    position: relative;
}
/*freemason*/

.freemasonry-wrapper {
width: 90%;
    height: 50%;
    background-size: cover;
}
.freemasonry-img {
    width: 100%;
}
.freemasonry-p {    
    width: 100%;
}
.join-btn {
    width: 60%;
}

/*footer*/
.top-menu-footer {
    
    justify-content: space-between;
    align-items: center;    
    flex-direction: column;
    align-content: center;
    padding: 3px 0;
}
.menu-logo-footer img {
    width: 157px;
    margin-bottom: 14px;
}
.menu-links-footer {
    display: none;
}
.menu-buttons-footer {
align-items: center;
gap: 14px;
margin-top: 15px;
}
}
@media screen and (max-width: 768px) {
/*first*/
}
/*seen*/
.seen-logo {
   flex-direction: column;
   gap: 35px;
}
#seen h2 {
   margin-bottom: 20px;
   font-size: 48px;
}
#firstscreen {
    height: 800px;
}
.main-overlay {
    height: 800px;
}
.main-overlay {
    height: 100%;
}
    .main-logo-day {
        margin-top: 15%;
    }
    .main-pepe {   
            top: 20%;
    }
    .first-block-btn {
        width: 90%;
    }
    .mob-line-bottom {
       
           
            background-image: url(../image/day-curve-mob.png);
            position: absolute;
            bottom: 0%;
            display: block;
            height: 20%;
           
            width: 100%;
            background-size: contain;
            background-position: bottom center;
            background-repeat: no-repeat;
            z-index: 2;
    }
    
    /*how*/
    .right-block img {  
        width: 50%;
    }
/*toc*/
    #tokenomics {
        min-height: 100%;
    }
    .tok-u-d {
        display: none;
    }
    .tokenomics-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, #FFF385, rgba(255, 243, 133, 60%));
    }
    /*.tok-u-d-mob {
        display: block;
        width: 100%;   
    position: absolute;
    top: 0;
    z-index: 0;
    }*/
    /*/road*/
    .roadmap-img-mob {
        display: flex;
        width: 100%;
left: 0;
    }
     /*seen*/
     .seen-logo {
        flex-direction: column;
        gap: 35px;
        width: 80%;
    margin: 0 auto;
    }
    #seen h2 {
        margin-bottom: 20px;
        font-size: 48px;
    }
}
@media screen and (max-width: 650px) {  
    #tokenomics {
        min-height: 85%;
    } 
    #roadmap {
        min-height: 80%;
    }
}
@media screen and (max-width: 550px) {   

    #firstscreen {
        height: 850px;
    }
    .main-overlay {
        height: 850px;
    }
     .main-logo-day {
    margin-top: 35%;
}
.first-block-btn-1 > p {
    font-size: 11px;
}
.first-block-btn-1 {

    gap: 4px;
}
.mob-line-bottom {
z-index: -2;
    bottom: 0%;
}
#roadmap {
    min-height: 70%;
}
#tokenomics {
    min-height: 70%;
}
 .banner {
        top: 90px;
        left: 10%;
        right: 10%;
        width: 80%;
        margin: 0 auto;
    }
    .banner-image {
    width: 100%;
    height: auto;
}
.close-banner {
top: 20px;
}
}