
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    background: #1f0030;
}

/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #180124;
}
::-webkit-scrollbar-thumb {
    background: #2b0340;
}



/*-----------------------------------*\
    #HEADER-SECTION START
/*-----------------------------------*/
nav{
    width: 100%;
    padding: 15px 2.5rem;
}

nav .wrapper{
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .logo img{
    width: 200px;
}

.wrapper .nav-links{
    display: inline-flex;
}

.nav-links li{
    list-style: none;
}

.nav-links li a{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover{
    color: #1E68F6;
}

.wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}

nav input{
    display: none;
}


/*------------------------------------*\
    #HERO-SECTION START
/*------------------------------------*/
.hero-container{
    display: flex;
    margin-top: 2.5rem;
    padding: 20px 50px;
    justify-content: space-around;
}

.bg-image-box{
    position: relative;
}

.bg-image{
    overflow: hidden;
    /* pointer-events: none; */
    margin: 0 auto;
    z-index: -1;
    position: absolute;
}

.hero-bg-1{
    margin-top: 5.5rem;
    left: -105px;
    width: 750px;
}

.hero-bg-2{
    top: 60px;
    left: 50px;
    width: 1100px;
}

.hero-bg-3,.hero-bg-4{
    display: none;
}

.bg-image-box img{
    position: absolute;
    top: -160px;
}

.hero-container-1{
    flex-direction: column;
}

.hero-title h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    width: 540px;
    margin-bottom: 25px;
}

.title{
    margin-right: 8px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #0ac9ff, #00ff95 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle p{
    width: 540px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 3rem;
}

.btn a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 4rem;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #0047d0;
    background: linear-gradient(265.56deg, #246CF9 -0.27%, #1E68F6 -0.26%, #0047D0 98.59%);
}

.btn a:hover{
    background: linear-gradient(265.56deg, #246bf974 -0.27%, #1e6af66c -0.26%, #0045d06b 98.59%);
}

.hero-image-box{
    height: 470px;
    position: relative;
}

.hero-img-item-1{
    width: 100%;
    position: relative;
    max-width: 540px;
    animation: movedown 3s infinite linear alternate;
}
.hero-img-item-2{
    position: absolute;
    bottom: 30px;
    left: 60px;
}

.hero-img-item-1,.hero-img-item-5{
    animation: zomeout 1s linear infinite alternate;
    position: relative;
}

.hero-img-item-3{
    position: absolute;
    margin-bottom: 5rem;
    left: 60px;
    animation: item3 3s infinite linear alternate;
}


.hero-img-item-4{
    position: absolute;
    top: 80px;
    left: 80px;
    animation: item4 5s linear infinite;
    animation-direction: alternate;
}


.hero-img-item-5{
    position: absolute;
    top: 50px;
    right: 30px;
    animation: item5 linear infinite 2s alternate;
}



.hero-img-item-6{
    position: absolute;
    bottom: 150px;
    right: -10px;
}

.hero-img-item-7{
    position: absolute;
    top: 180px;
    right: -10px;
    animation: rotate 2s linear infinite;
}



.hero-img-item-8{
    position: absolute;
    bottom: 60px;
    right: -20px;
    animation: rotate 1s linear infinite;
}


/*-----------------------------------*\
    #ABOUT-SECTION START
/*-----------------------------------*/
.about-section{
    display: flex;
    margin: 5% 0;
    justify-content: space-around;
}

.about-bg-1{
    left: 55rem;
    margin-top: 10rem;
}

.about-image-box img{
    width: 100%;
    max-width: 530px;
}

.about-title{
    margin-bottom: 20px;
}

.about-title h1{
    width: 530px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.about-subtitle p{
    width: 530px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    margin: 10px 0;
    opacity: 0;
    text-align: justify;
}

.p1{
    animation: slide-p .2s linear reverse forwards;
}
.p2{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .1s;
}
.p3{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .2s;
}

/*------------------------------------*\
    #FEATURES-SECTION START
/*------------------------------------*/
.feature-section{
    display: flex;
    margin: 20px 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-title{
    margin-bottom: 20px;
}

.feature-title h1{
    width: 530px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.feature-subtitle p{
    width: 100%;
    color: #fff;
    max-width: 530px;
    font-size: 14px;
    line-height: 25px;
    margin: -10px 0 30px 0;
}

.feature-box-content{
    display: flex;
    flex-direction: column;
}

.feature-bg-image-box{
    position: relative;
}

.feature-bg-1,.feature-bg-2{
    position: absolute;
    z-index: -1;
}

.feature-bg-1{
    top: -40px;
    right: 9rem;
}

.feature-bg-2{
    margin-top: 28rem;
    right: 8rem;
}

.box-content-row{
    display: flex;
}

.content-box{
    gap: 20px;
    width:100%;
    opacity: 0;
    margin: 10px;
    display: flex;
    max-width: 350px;
    padding:40px 15px;
    border-radius:15px;
    position: relative;
    align-items: center;
    flex-direction: column;
    background: rgba(47, 50, 65, 0.5);
}

.content-image{
    width: 96px;
}

.content-title{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.content-subtitle{
    width: 100%;
    color: #fff;
    font-size: 14px;
    max-width: 280px;
    line-height: 25px;
    text-align: center;
}

.feature-subtitle p{
    animation: slide-p .2s linear forwards reverse;
    position: relative;
    opacity: 0;
}

.first_row .box1{
    animation: box-slide .2s forwards reverse linear;
}
.first_row .box2{
    animation: box-slide .2s linear reverse forwards;
    animation-delay: .1s;
}
.first_row .box3{
    animation: box-slide .2s linear reverse forwards;
    animation-delay: .2s;
}

.second_row .box1{
    animation: box-slide .2s linear reverse forwards;
    animation-delay: .3s;
}
.second_row .box2{
    animation: box-slide .2s linear reverse forwards;
    animation-delay: .4s;
}
.second_row .box3{
    animation: box-slide .2s linear reverse forwards;
    animation-delay: .5s;
}

/*------------------------------------*\
    #EXCHANGE-SECTION START
/*------------------------------------*/
.exchange-section{
    display: flex;
    padding: 30px 20px;
    align-items: center;
    justify-content: space-around;
}

.exchange-bg-image-box{
    position: relative;
}

.exchange-bg-1{
   position: absolute;
   left: 30px;  
   z-index: -1;
}

.exchange-title h1{
    width: 530px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    animation: slide-p .2s linear reverse forwards;
    position: relative;
    opacity: 0;
}

.exchange-subtitle p{
    width: 100%;
    max-width: 530px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    opacity: 0;
    position: relative;
    text-align: justify;
}

.exchange-image-box img{
    width: 100%;
    max-width: 450px;
    opacity: 0;
    animation: s-img .5s linear reverse forwards;
    animation-delay: .6s;
    position: relative;
}

.exchange-subtitle .second_p1{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .1s;
}
.exchange-subtitle .second_p2{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .2s;
}
.exchange-subtitle .second_p3{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .3s;
}
.exchange-subtitle .second_p4{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .4s;
}

/*------------------------------------*\
    #WHITEPAPER-SECTION START
/*------------------------------------*/
.whitepaper-section{
    display: flex;
    padding: 30px 20px;
    justify-content: space-around;
}

.whitepaper-image-box img{
    width: 100%;
    max-width: 440px;
    position: relative;
    opacity: 0;
    animation: s-img .2s linear reverse forwards;
}

.whitepaper-title h1{
    max-width: 630px;
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.whitepaper-subtitle p{
    width: 100%;
    max-width: 630px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
}

.whitepaper-container-2{
    position: relative;
    opacity: 0;
    animation: s-img .4s linear reverse forwards;
    animation-delay: .1s;
}

.whitepaper-container-2 ul{
    color: #fff;
    line-height: 30px;
    margin: 5% 0 0 30px;
}

.whitepaper-btn{
    margin-top: 40px;
}

.whitepaper-btn a{
    color: #25006a;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 14rem;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #F09819;
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
}

.whitepaper-btn a:hover{
    color: #fff;
}

/*------------------------------------*\
    #TOKEN-CONTAINER START
/*------------------------------------*/
.token-container{
    display: flex;
    margin: 30px 0;
    align-items: center;
    flex-direction: column;
}

.token-bg-image-box{
    position: relative;
}

.token-bg-1,.token-bg-2{
    position: absolute;
    margin-top: -10rem;
    right: -39.7rem;
    z-index: -1;
    width: 500px;
}

.token-bg-1{
    width: 600px;
}

.token-title{
    width: 500px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    animation: slide-p .2s linear reverse forwards;
}

.token-subtitle p{
    width: 100%;
    max-width: 450px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
    opacity: 0;
    position: relative;
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .1s;
}

.label-box{
    width: 45%;
    color: #fff;
    text-align: left;
}

.mini-from{
    width: 45%;
    height: 60px;
    position: relative;
}

.from-inp{
    width: 100%;
    height: 100%;
    color: #fff;
    outline: none;
    padding: 0 7rem 0 2rem;
    border-radius: 30px;
    border: 1px solid #34384C;
    background: rgba(47, 50, 65, 0.5);
}

.inp-submit{
    position: absolute;
    right: 4px;
    top: 4.8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 1rem;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #0047d0;
    background: linear-gradient(265.56deg, #246CF9 -0.27%, #1E68F6 -0.26%, #0047D0 98.59%);
}

.inp-submit:hover{
    background: linear-gradient(265.56deg, #246bf974 -0.27%, #1e6af66c -0.26%, #0045d06b 98.59%);
}

/*------------------------------------*\
    #DRISTIBUTION-SECTION START
/*------------------------------------*/
.distribution-section{
    display: flex;
    padding: 20px 40px;
    justify-content: space-around;
}

.top-title h2{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.Distribution-title{
    width: 630px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.Distribution-subtitle p{
    width: 100%;
    max-width: 450px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.Distribution-container-1 ul{
    color: #fff;
    list-style: none;
    line-height: 30px;
    margin-top: 10px;
}

.Distribution-container-1 ul li{
    margin: 5px 0 5px 40px;
    position: relative;
}

.Distribution-container-1 ul li::before{
    content: "";
    left: -40px;
    top: 0;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
}

.Distribution-container-1 ul li:nth-child(1)::before{
    background-color: #f85d77;
}
.Distribution-container-1 ul li:nth-child(2)::before{
    background-color: #5ad6f8;
}
.Distribution-container-1 ul li:nth-child(3)::before{
    background-color: #f8c04e;
}
.Distribution-container-1 ul li:nth-child(4)::before{
    background-color: #ac56f7;
}
.Distribution-container-1 ul li:nth-child(5)::before{
    background-color: #61f89f;
}
.Distribution-container-1 ul li:nth-child(6)::before{
    background-color: #f66f97;
}
.Distribution-container-1 ul li:nth-child(7)::before{
    background-color: #F27F16;
}
.Distribution-container-1 ul li:nth-child(8)::before{
    background-color: #FA2256;
}

.Distribution-image-box img{
    max-width: 450px;
    width: 100%;
}
/*------------------------------------*\
    #ROADMAP-SECTION START
/*------------------------------------*/
.roadmap-section{
    margin: 30px 0;
}

.roadmap-title h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.roadmap-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.roadmap-container-1{
    display: flex;
}

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 90vw;
  padding: 150px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  height: 130px;
  padding: 20px;
  font-size: 1rem;
  white-space: normal;
  color: #fff;
  background: #271939;
}

.timeline ol li div time{
    margin-bottom: 15px;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #271939 transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #271939;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows .arrow {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}
  
.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/*------------------------------------*\
    #CRYPTO-SECTION START
/*------------------------------------*/
.crypto-section{
    display: flex;
    padding: 20px 40px;
    justify-content: space-around;
}

.crypto-image-box img{
    width: 100%;
    max-width: 550px;
    animation: s-img .2s linear reverse forwards;
    animation-delay: .6s;
    position: relative;
    opacity: 0;
}

.crypto-container-2{
    margin-top: 60px;
}

.crypto-bg-image-box{
    position: relative;
}

.crypto-bg-1{
    position: absolute;
    right: 0px;
    top: -10rem;
    width: 400px;
    z-index: -1;
}

.crypto-title{
    width: 530px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    animation: slide-p .2s linear reverse forwards;
    position: relative;
    opacity: 0;
}

.crypto-subtitle p{
    width: 100%;
    max-width: 450px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .1s;
    position: relative;
    opacity: 0;
}

.crypto-btn-container{
    display: flex;
    align-items: end;
    height: 350px;
    position: relative;
}

.pragraph{
    position: absolute;
    bottom: 110px;
    left: 10px;
    color: #fff;
}

.pragraph p{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .2s;
    position: relative;
    opacity: 0;
}

.crypto-btn-container p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.crypto-btn{
    animation: slide-p .2s linear reverse forwards;
    animation-delay: .3s;
    position: relative;
    opacity: 0;
}

.crypto-btn a{
    width: 220px;
    display: flex;
    margin: 0 5px;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ffffffa8;
}

.crypto-btn a:hover{
    border: 1px solid #ffffff;
}

.crypto-btn a img{
    width: 30px;
    margin-right: 20px;
}

.crypto-btn-title p:first-child{
    font-size: 12px;
}

.crypto-btn-title p:last-child{
    font-weight: 400;
    margin-top: 5px;
}
/*------------------------------------*\
    #CRYPTO-CONTAINER START
/*------------------------------------*/
.sub-container{
    display: flex;
    margin: 30px 0;
    align-items: center;
    flex-direction: column;
    animation: s-img .2s linear reverse forwards;
    animation-delay: .1s;
    position: relative;
    opacity: 0;
}

.sub-title{
    width: 680px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.sub-subtitle p{
    width: 100%;
    max-width: 450px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
}

.sub-mini-from{
    width: 35%;
    height: 60px;
    position: relative;
}

.sub-from-inp{
    width: 100%;
    height: 100%;
    color: #fff;
    outline: none;
    padding: 0 7rem 0 2rem;
    border-radius: 30px;
    border: 1px solid #34384C;
    background: rgba(47, 50, 65, 0.5);
}

.sub-bg-image-box{
    position: relative;
}

.sub-bg-1{
    position: absolute;
    left: -38rem;
    top: 3rem;
    z-index: -1;
}

.sub-inp-submit{
    position: absolute;
    right: 4px;
    top: 4.8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 3rem;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #0047d0;
    background: linear-gradient(265.56deg, #246CF9 -0.27%, #1E68F6 -0.26%, #0047D0 98.59%);
}

.sub-inp-submit:hover{
    background: linear-gradient(265.56deg, #246bf974 -0.27%, #1e6af66c -0.26%, #0045d06b 98.59%);
}
/*------------------------------------*\
    #FOOTER-SECTION START
/*------------------------------------*/
footer{
    width: 85%;
    margin: auto;
    display: flex;
    padding: 35px 0px;
    justify-content: space-between;
    border-top: 1px solid #5D6588;
}

.footer-content-1{
    color: #5D6588;
}

.footer-content-2{
    display: flex;
    align-items: center;
}

.footer-content-2 a{
    color: #5D6588;
    margin: 0 10px;
    text-decoration: none;
}

.footer-content-2 a:hover{
    color: #b1b9db;
}

.footer-border{
    display: block;
    width: 0.5px;
    height: 1.5rem;
    border-left: 1px solid #34384C;
}


/*------------------------------*\
    #MEDIA-QUERY START
/*------------------------------*/

/*============ #HEADER START ==============*/
@media screen and (max-width: 1030px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      z-index: 1000;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #1f003079;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      backdrop-filter: blur(30px);
      box-shadow: 0px 15px 15px rgba(232, 232, 232, 0.18);
      transition: all 0.3s ease;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
}

@media screen and (max-width: 400px){
    .wrapper .nav-links{
        max-width: 100%;
    }
}

/*============ #HERO-SECTION START ==============*/
@media screen and (max-width: 1165px){
    .hero-bg-2{
        top: 60px;
        left: 80px;
        width: 900px;
    }
}

@media (max-width: 1030px){
    .hero-bg-1{
        left: -32rem;
    }
    .hero-bg-2{
        top: 0px;
        left: -24rem;
        width: 850px;
    }

    .hero-container{
        flex-direction: column;
        align-items: center;
    }

    .hero-container-1{
        display: flex;
        text-align: center;
        align-items: center;
    }

    .hero-container-2{
        margin-top: 3rem;
    }
}

@media (max-width: 870px){
    .hero-bg-2{
        top: 0px;
        left: -28rem;
        width: 700px;
    }
}

@media (max-width: 655px){
    .hero-bg-1,.hero-bg-2{
        display: none;
    }

    .hero-bg-3{
        left: -15rem;
        width: 500px;
    }

    .hero-bg-4{
        left: -21rem;
        width: 450px;
    }

    .hero-bg-3,.hero-bg-4{
        display: block;
    }
    
    .hero-container{
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .hero-title{
        width: 450px;
    }

    .hero-title h1{
        width: 450px;
        font-size: 35px;
    }

    .hero-subtitle p{
        width: 400px;
    }

    .hero-img-item-1{
        max-width: 460px;
    }
}

@media (max-width: 530px){
    .hero-bg-3{
        left: -11rem;
        width: 350px;
    }

    .hero-bg-4{
        left: -15rem;
        width: 350px;
    }

    .hero-title{
        width: 350px;
    }

    .hero-title h1{
        width: 350px;
        font-size: 25px;
    }

    .hero-subtitle p{
        width: 300px;
    }

    .btn a{
        padding: 15px 3rem;
    }
    
    .hero-image-box{
        height: 370px;
    }
     
    .hero-img-item-1{
        max-width: 380px;
    }

    .hero-img-item-3{  
        bottom: 150px;
        left: 30px;
    }

    .hero-img-item-4{
        top: 30px;
        left: 60px;
    }

    .hero-img-item-6{
        right: 20px;
    }

    .hero-img-item-7{
        right: 10px;
    }

    .hero-img-item-8{
        right: 50px;
    }
}


/*============ #ABOUT-SECTION START ==============*/
@media (max-width: 1230px){
    .about-bg-1{
        display: none;
    }
}
@media (max-width: 1030px){
    .about-section{
        flex-direction: column-reverse;
        align-items: center;
    }

    .about-container-2{
        text-align: center;
    }
}

@media (max-width: 655px){
    .about-container-2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-title{
        width: 450px;
    }

    .about-title h1{
        width: 450px;
        font-size: 35px;
    }

    .about-subtitle p{
        width: 400px;
    }

    .bout-image-box{
        max-width: 460px;
    }
}

@media (max-width: 530px){
    .about-title{
        width: 350px;
    }

    .about-title{
        width: 300px;
    }

    .about-title h1{
        width: 300px;
        font-size: 25px;
    }

    .about-subtitle p{
        width: 300px;
    }
}

/*============ #FEATURES-SECTION START ==============*/
@media (max-width: 1200px){
    .content-box{
        max-width: 300px;
    }
}

@media (max-width: 1030px){
    .content-box{
        max-width: 250px;
    }
}

@media (max-width: 830px){
    .box-content-row{
        flex-direction: column;
    }

    .feature-bg-1,.feature-bg-2{
        display: none;
    }
}

@media (max-width: 530px){
    .feature-title h1{
        width: 300px;
        font-size: 25px;
    }

    .feature-subtitle p{
        width: 300px;
    }
}

/*============ #EXCHANGE-SECTION START ==============*/
@media (max-width: 1030px){
    .exchange-section{
        flex-direction: column;
    }

    .exchange-title h1{
        text-align: center;
    }
}

@media (max-width: 655px){
    .exchange-title{
        width: 450px;
    }

    .exchange-title h1{
        width: 450px;
        font-size: 35px;
    }

    .exchange-subtitle p{
        max-width: 400px;
    }

    .exchange-image-box{
        max-width: 460px;
    }
}

@media (max-width: 530px){
    .exchange-title{
        width: 350px;
    }

    .exchange-title{
        width: 300px;
    }

    .exchange-title h1{
        width: 300px;
        font-size: 25px;
    }

    .exchange-subtitle p{
        width: 300px;
    }

    .exchange-image-box img{
        max-width: 360px;
    }
}

/*============ #WHITEPAPER-SECTION START ==============*/
@media (max-width: 1030px){
    .whitepaper-section{
        flex-direction: column;
        align-items: center;
    }

    .whitepaper-title h1{
        text-align: center;
    }

    .whitepaper-btn a{
        padding: 15px 16rem;
    }
}

@media (max-width: 755px){
    .whitepaper-title{
        width: 450px;
    }

    .whitepaper-container-2{
        width: 450px;
    }

    .whitepaper-title h1{
        width: 450px;
        font-size: 35px;
    }

    .whitepaper-subtitle p{
        max-width: 450px;
    }

    .whitepaper-image-box{
        max-width: 460px;
    }

    .whitepaper-btn a{
        padding: 15px 10rem;
    }
}

@media (max-width: 530px){
    .whitepaper-title{
        width: 350px;
    }

    .whitepaper-container-2{
        width: 300px;
    }

    .whitepaper-title{
        width: 300px;
    }

    .whitepaper-title h1{
        width: 300px;
        font-size: 25px;
    }

    .whitepaper-subtitle p{
        width: 300px;
    }

    .whitepaper-image-box img{
        max-width: 360px;
    }

    .whitepaper-btn a{
        padding: 15px 5rem;
    }
}

/*============ #TOKEN-CONTAINER START ==============*/
@media (max-width: 1210px){
    .token-bg-1,.token-bg-2{
        right: -35.7rem;
        width: 400px;
    }
}

@media (max-width: 1030px){
    .token-bg-1,.token-bg-2{
        right: -22rem;
        width: 400px;
    }
}

@media (max-width: 755px){
    .token-bg-1,.token-bg-2{
        right: -20rem;
        width: 400px;
    }

    .token-title h1{
        font-size: 35px;
        text-align: center;
    }

    .token-subtitle p{
        max-width: 400px;
    }
    
    .label-box{
        width: 65%;
    }
    
    .mini-from{
        width: 65%;
    }
}

@media (max-width: 670px){
    .token-bg-1,.token-bg-2{
        right: -15rem;
        width: 350px;
    }
}

@media (max-width: 530px){
    .token-bg-1,.token-bg-2{
        right: -11.5rem;
        width: 350px;
    }

    .token-title{
        width: 300px;
    }

    .token-subtitle p{
        max-width: 350px;
    }

    .label-box{
        width: 85%;
    }
    
    .mini-from{
        width: 85%;
    }
}

/*============ #DRISTIBUTION-SECTION START ==============*/
@media (max-width: 1030px){
    .distribution-section{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 755px){
    .Distribution-container-1{
        padding-left: 40px;
        width: 100%;
        max-width: 500px;
    }

    .Distribution-title{
        width: 450px;
    }

    .Distribution-title h1{
        font-size: 35px;
        width: 450px;
    }

    .Distribution-subtitle p{
        max-width: 400px;
    }

    .Distribution-container-1 ul{
        width: 300px;
    }

    .Distribution-image-box img{
        max-width: 360px;
    }
}

@media (max-width: 530px){
    .Distribution-container-1{
        padding-left: 0px;
        width: 100%;
        max-width: 400px;
    }

    .Distribution-title{
        width: 300px;
    }

    .Distribution-title h1{
        font-size: 35px;
        width: 300px;
    }

    .Distribution-subtitle p{
        max-width: 400px;
    }

    .Distribution-image-box img{
        max-width: 300px;
    }
}
/*============ #ROADMAP-SECTION START ==============*/
@media (max-width: 810px){
    .roadmap-title h1{
        font-size: 30px;
    }

    .roadmap-container-1{
        flex-direction: column;
    }
}

@media (max-width: 530px){
    .roadmap-title{
        display: flex;
        justify-content: center;
    }

    .roadmap-title h1{
        width: 300px;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}


/*============ #CRYPTO-SECTION START ==============*/
@media (max-width: 1030px){
    .crypto-section{
        flex-direction: column;
        align-items: center;
    }

    .crypto-title{
        width: 450px;
        text-align: center;
    }

    .crypto-btn-container{
        height: 150px;
        width: 450px;
        justify-content: space-around;
    }

    .pragraph{
        position: absolute;
        bottom: 80px;
        color: #fff;
    }

}
@media (max-width: 755px){
    .crypto-image-box img{
        width: 100%;
        max-width: 450px;
    }

    .crypto-title{
        font-size: 30px;
    }

    .crypto-subtitle{
        width: 450px;
        text-align: center;
    }
}

@media (max-width: 530px){
    .crypto-image-box img{
        width: 100%;
        max-width: 400px;
    }

    .crypto-title{
        font-size: 20px;
        width: 350px;
    }

    .crypto-subtitle{
        width: 400%;
        max-width: 350px;
        text-align: center;
    }

    .crypto-bg-1{
        top: -20rem;
        width: 350px;
        z-index: -1;
    }

    .crypto-btn-container{
        flex-direction: column;
        align-items: center;
        width: 350px;
    }

    .pragraph{
        display: none;
    }
}
/*============ #SUBSCRIB-CONTAINER START ==============*/
@media (max-width: 1030px){
    .crypto-section{
        flex-direction: column;
        align-items: center;
    }

    .sub-mini-from{
        width: 65%;
    }

    .sub-bg-1{
        left: -30rem;
        top: 3rem;
    }
}   

@media (max-width: 755px){
    .sub-bg-1{
        width: 400px;
        left: -20rem;
        top: 8rem;
    }

    .sub-title{
        font-size: 24px;
        width: 400px;
    }

    .sub-mini-from{
        width: 85%;
    }
}

@media (max-width: 530px){
    .sub-title{
        font-size: 20px;
        width: 350px;
    }

    .sub-inp-submit{
        padding: 15px 1rem;
    }

    .sub-bg-1{
        width: 400px;
        left: -15rem;
        top: 8rem;
    }
}
/*============ #FOOTER-CONTAINER START ==============*/
@media (max-width: 530px){
    footer{
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px 0;
    }

    .footer-content-1{
        margin-top: 15px;
    }
}




/*========================= #Animation =============== */

/* hero-section */
@keyframes movedown{
    0%{
        top: 0;
    }
    100%{
        top: 30px;
    }
}
@keyframes item3 {
    0%{
        bottom: 80px;
    }
    100%{
        bottom: 110px;
    }
}

@keyframes zomeout{
    0%{
        scale: 0px;
    }
    100%{
        scale: 10px;
    }
}

@keyframes item4 {
    0%{
        top: 80px;
        left: 80px;
    }
    25%{
        top: 90px;
        left: 120px;
    }
    50%{
        top: 120px;
        left: 100px;
    }
}
@keyframes item5 {
    0%{
        top: 50px;
        right: 30px;
    }
    100%{
        top: 50px;
        right: 50px;
    }
}
@keyframes rotate{
    100%{
       transform: rotate(360deg);
    }
}
@keyframes box-slide {
    0%{
        top: 0;
        opacity: 1;
    }
    100%{
        top: 60px;
        opacity: 0;
    }
}
@keyframes s-img {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        scale: 0;
    }
}

@keyframes slide-p {
    0%{
        top: 0;
        opacity: 1;
    }
    100%{
        top: 60px;
        opacity: 0;
    }
}