* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0;
    font-family: "Peralta", serif;
}

div, a, span{
    display: inline-block;
}

body{
    background: #cec9f2;
    
    overscroll-behavior: none;
}

.header{
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
 
    z-index: 999999;
  
     
}

.header__wrapper{
    width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: left;
    white-space: no-wrap;
}

.icon{
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header__logo{
  
    height: 90px;
    width: 60px;

    background-image: url(./logo__coin-min.png);
  vertical-align: middle;

}

.header__logo__text{
    color: #fff;
   
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 10px;
   
    width: 90px;
    margin-top: 4px;
   
}

.header__logo__text__inner{
    width: 100%;
     font-size: 26px;
    height: 26px;
    line-height: 18px;
     font-weight: 500;
   
 
   
}

.header__logo__text__inner__1{

    
 color: #5a0742;
  
}

.header__logo__text__inner__2{
  
    
 letter-spacing: 0.65px;
    
    color: #000000;
      -webkit-text-stroke: 1px #ffffff;

    
}


.header__menu{
    float: right;
    height: 90px;
    line-height: 90px;
}

.header__menu__item{
    font-size: 14px;
    color: #5a0742;
    font-weight: 500;
    margin-left: 15px;
      vertical-align: middle;
       letter-spacing: 0.25px;
     
       user-select: none;
       cursor: pointer;
      

       
}

.header__menu__button{
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-image: url(./button.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
   
    vertical-align: middle;
    margin-left: 10px;
    

     font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;

    user-select: none;
    cursor: pointer;
  


}

.header__menu__button__silver{
    background-image: url(./button__silver.svg);
    margin-left: 20px;
    color: #000;
}


.section__1{
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    overflow: hidden;

    background: #cec9f2;
 
}

.video-overlay-wrapper {
    position: absolute;
    left: 220px;
    top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;  /* контейнер может быть адаптивным */
  height: 100vh;
  pointer-events: none;
  
}

.video-container {
  position: relative;

}

.video-container video {

  height: 85vh;
  object-fit: contain;
  display: block;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, #cec9f2,  #cec9f200 10%, #cec9f200 90%, #cec9f2),
    linear-gradient(to bottom, #cec9f2,  #cec9f200 10%, #cec9f200 80%, #cec9f2);

}


.section__1__content{
    width: 100%;

text-align: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
padding: 0 20px;
max-width: 720px;

}

.section__1__content__line__1{
      color: #000000;
      -webkit-text-stroke: 1px #ffffff;
    font-size: 28px;
    line-height: 28px;
    width: 100%;
   
    text-align: center;
    font-weight: 500;

}

.section__1__content__line__2{
      color: #5a0742;
    font-size: 90px;
    line-height: 90px;
    width: 100%;
    padding-bottom: 24px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
   

    


}


.section__1__content__line__2__a{
      color: #fff;
    font-size: 90px;
    line-height: 1px;
    width: 100%;
    padding-bottom: 22px;
 
    text-align: center;
    font-weight: 500;
   

   
  color: #cbeeff;
   -webkit-text-stroke: 1px #a4c2d1;
    
     
}

.section__1__content__line__3{
    color: #cbeeff;
      -webkit-text-stroke: 1px #a4c2d1;
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 420px;
    text-align: center;
    font-weight: 500;
  
  



}


.section__2{
    width: 100%;
    

    background-image: url(./sky-min.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__2__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}

.page__wrapper{
    width: 100%;
    position: relative;
    padding: 0 40px;
}

.page__wrapper__right{
    padding: 120px 0px;
    
}

.section__image{
    width: 50%;
    vertical-align: middle;

}

.section__image__mobile{
    display: none;
}

.section__image__object{
      width: 100%;
    height: 340px;
    background-image: url(./crown-min.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.section__image__object__1{
     background-image: url(./crown-min.png);
}

.section__content{
     width: 50%;
    vertical-align: middle;
    text-align: left;
    padding: 0 40px;
  
}


.section__content__inner{
    width: 100%;
max-width: 660px;
text-align: left;
}


.section__content__pretitle{
     color: #113449;
    font-size: 28px;
    line-height: 28px;
    width: 100%;
  
    text-align: left;
    font-weight: 500;
    margin-bottom: 6px;

}

.section__content__title{
     color: #fff;
    font-size: 52px;
    line-height: 52px;
    width: 100%;
   
 
    text-align: left;
    font-weight: 500;
   
    color: #5a0742;
      text-transform: uppercase;
}

.section__content__title__footer{
    text-align: center;
}

.section__content__text{
    width: 100%;
    text-align: justify;

     font-size: 16px;
     line-height: 24px;
    color: #17314b;
    font-weight: 400;
  
       letter-spacing: 0.25px;
    
       margin-top: 20px;

    
   
       
      
}

.section__content__button{
    user-select: none;
    cursor: pointer;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-image: url(./button.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
   
    vertical-align: middle;
   
    

     font-size: 14px;
    color: #cbeeff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
     margin-top: 40px;
}



.section__3{
    width: 100%;
    

  background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__3__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}


.page__wrapper__left{
    padding: 120px 0px;
   
}



.section__content__inverse{
   text-align: right;
}


.section__image__object__2{
    height: 340px;
     background-image: url(./book-min.png);
}



.section__4{
     width: 100%;
    

    background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__4__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}


.section__image__object__3{
    background-image: url(./nft-min.png);
}


.section__5{
     width: 100%;
    

    background-image: url(./sky-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__5__overlay{
     position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}


.section__image__object__4{
    background-image: url(./dao-min.png);
}



.section__6{
    width: 100%;
    

     background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__6__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}

.section__image__object__5{
    background-image: url(./whitepaper-min.png);
}


.section__7{
    width: 100%;
    

     background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__7__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
   background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}

.section__image__object__6{
    background-image: url(./marketplace-min.PNG);
}



.section__8{
    width: 100%;
    

     background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__8__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}


.section__image__object__7{
    background-image: url(./tokenomics-min.png);
}


.tokenomics__table{
    width: 100%;
    margin-top: 20px;
      border: 1px solid #cec9f2;
      border-radius: 6px;
}

.tokenomics__table__top{
    width: 100%;

    border-bottom: 1px solid #cec9f2;

}

.tokenomics__table__top__item{
    width: 25%;
color: #8d339b;
font-size: 16px;
    text-transform: uppercase;
    text-align: center;
     padding: 8px;
     vertical-align: middle;
}

.tokenomics__table__line{
    width: 100%;
      padding: 8px 0;
       border-bottom: 1px solid #cec9f2;
       padding: 8px;
     vertical-align: middle;
}

.tokenomics__table__line__last{
    border-bottom: none;
}

.tokenomics__table__line__item{
    width: 25%;
    color: #17314b;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.tokenomics__table__top__item__a{
    text-align: left;
  
}



.section__9{
    width: 100%;
    

     background-image: url(./sky-min.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;

    
}

.section__9__overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
   background:  linear-gradient(to bottom, #cec9f2,  #cec9f200, #cec9f2);
}


.section__image__object__8{
    background-image: url(./social-min.png);
}


.social__items{
    margin-top: 40px;
    width: 100%;

   
}

.social__item{
  
    text-align: left;

   margin-right: 30px;
   margin-bottom: 10px;

}

.social__item__icon{
vertical-align: middle;
margin-right: 12px;
}

.social__item__icon svg{
   
    height: 36px;
}

.social__item__text{
    color: #000;
font-size: 22px;
line-height: 22px;

text-align: center;
font-weight: 500;


vertical-align: middle;
}

.section__footer{
    width: 100%;
   
    background: #cec9f2;

    padding: 0 20px;
    text-align: center;
}

.footer__menu{
   
   
 width: 100%;
}

.footer__menu__button{
    margin-top: 40px;
    margin-bottom: 40px;
}

.copyright{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #311f31;
    margin-top: 40px;
    padding: 8px 0;
   border-top: 1px solid #dddde1;
}