
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  * {
    margin: 0;
  }
  
  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: #13111c;
    color: #fff;
    font-family: Outfit, sans-serif;
  }
  p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

  
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  
  input, button, textarea, select {
    font: inherit;
  }
  
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  
  p {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  
  #root, #__next {
    isolation: isolate;
  }

.link-color {
    color: #008080;
}

.menu {
    padding: 0 20px;
    width: 100%;
}
.header-center{
    align-items: center;
    border: 2px solid #2a2832;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top: none;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: center;
    order: 1;
    padding: 12px 20px;
    
}
.top{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.header-top{
    display: flex;
    font-size: 26px;
    font-weight: 500;
}
.logo{
    
    height: 60px;
    position: relative;
    width: 60px;
}
.logo-name{
    align-content: center;
    margin-left: 16px;
}
.header-bottom{
    align-items: center;
    background: #ffffff1f;
    border-radius: 24px;
    display: flex;
    margin-top: 12px;
    min-height: 54px;
    padding: 8px 16px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.icon{
    
    height: 18px;
    width: 18px;
}
.copy-icon{
    cursor: pointer;
    height: 28px;
    margin-left: 15px;
    width: 28px;
}
.contract p{
    color: #ffffff80;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 0;
}
.contract span{
    flex: 1 1 auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}
.social-top{
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 60px;
    display: flex;
    padding: 5px;
    float: left;
    
}

.social-top a{
    align-items: center;
    background-color: #ffffff26;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-right: 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 28px;
}
.icon svg{
    
    height: 100%;
    width: 100%;
}
.top-bottom-left{
    order: 2;
    padding-top: 16px;
}
.top-bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.button{
    
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    outline: none;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.top-bottom-right{
    order: 2;
    padding-top: 16px;
}
.top-bottom-right .button{
    
    align-items: center;
    background: linear-gradient(90deg, #2253ff 1.46%, #3a66ff00 50.8%, #2253ff 99.81%);
    border: 1px solid #2252fd;
    border-radius: 71px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}

.top-bottom-right .button .icon{
    height: 28px;
    margin-left: 16px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 28px;
}
a {
    text-decoration: none;
}
.social-top p{
    color: #ffffff80;
    font-size: 16px;
    font-weight: 500;
    margin: 0 6px;
    line-height: 1;
}
.middle{
    margin-top:75px;
    text-align: center;
    margin-bottom:75px;
}
.middle-top h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 12px;
}
.middle-center p{
    
    color: #fffc;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.middle-center .button{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.button-play:before {
    background: #ffffff1a;
    border: 2px solid hsla(0,0%,100%,.3);
    border-radius: 71px;
    content: "";
    display: block;
    height: calc(100% + 32px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 32px);
    z-index: 2;
}
.button-stake:before {
    background: #0052FF;
    border: 2px solid hsla(220 ,100%,50%,.3);
    border-radius: 71px;
    content: "";
    display: block;
    height: calc(100% + 32px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 32px);
    z-index: -1;
}
.button-trade {
    background: linear-gradient(92deg, #4bf0b6 1.63%, #23bf89 91.64%);
    border: 1px solid #9cffdc;
    border-radius: 71px;
    box-shadow: 0 2px 72.7px rgba(15, 35, 104, 0.74); 
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    height: 80px;
    margin-top: 36px;
    max-width: 471px;
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    z-index: 3;
    transition: transform 0.2s;
  }

  @media (min-width: 768px) {
    .button-trade {
        height: 94px;
        margin-top: 72px;
    }
  }

  .button-trade span {
    position: relative;
    z-index: 3;
  }

  .button-trade:hover:after {
    filter: blur(40px);
  }

.button-trade:before {
    border: 2px solid #22ffb2;
    border-radius: 71px;
    height: calc(100% + 32px);
    width: calc(100% + 32px);
    z-index: 2;
    background: linear-gradient(90deg, #22ffb2 1.46%, #22ffb200 50.8%, #22ffb2 99.81%);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

.button-trade:after {
    background: linear-gradient(90deg, #22ffb2 1.46%, #22ffb200 50.8%, #22ffb2 99.81%);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 71px;
    filter: blur(20px);
    height: calc(100% + 50px);
    width: calc(100% + 50px);
    z-index: 1;
    transition: all 0.25s ease;
  }

    @media (min-width: 768px) {
        .content .button-trade:after {
          filter: blur(26px);
        }
  }
.buttons{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.play-button{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.button-play{
    border-radius: 71px;
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    height: 80px;
    margin-top: 36px;
    max-width: 471px;
    position: relative;
    z-index: 3;
}
.button-stake{
    border-radius: 71px;
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    height: 80px;
    margin-top: 36px;
    max-width: 471px;
    position: relative;
    z-index: 3;
}
.button-play::before{
    background: #ffffff1a;
    border: 2px solid hsla(0, 0%, 100%, .3);
    border-radius: 71px;
    content: "";
    display: block;
    height: calc(100% + 32px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 32px);
    z-index: 2;
}
.bottom h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin: 60px 0;
    text-align: center;
}
.roadmap-item{
    background: linear-gradient(180deg, #ffffff1a, #ffffff0a);
    border-left: 6px solid transparent;
    border-radius: 20px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 20px;
    position: relative;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}
.roadmap-title{
    color: #ffffff80;
    flex: 1 1;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 12px;
}
.roadmap-content ul li {
    padding-left: 24px;
    
    font-size: 20px;
    position: relative;
}
.roadmap-content {
    flex: 1 1;
    font-size: 20px;
    line-height: 28px;
}
.roadmap-content p {
    flex: 1 1;
    font-size: 28px;
}

.content-exchanges {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}
.exchange-image {
    width: 90%;
}


@media (min-width: 768px) {
    .content-exchanges {
        margin-bottom:20px
    }
}

.content-exchange {
    align-items: center;
    background: #2a2832;
    border: 3px solid #13111c;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-left: -24px;
    padding: 10px;
    width: 54px
}

@media (min-width: 1024px) {
    .content-exchange {
        border:5px solid #13111c;
        height: 64px;
        width: 64px
    }
}

.content-exchange:first-child {
    margin-left: 0
}
li{
    
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    font-size: large;
    font-family: Outfit, sans-serif;
    padding-left: 24px;
    position: relative;
}
.modal, .modal-bg{
    height: 100%;
    position: fixed;
    width: 100%;
}
.modal{
    left: 0;
    top: 0;
    z-index: 99999;
}
.modal-bg{
    background: #00000080;
    z-index: 4;
}
.modal-inner{
    align-items: center;
    background: #13111c;
    border: 8px solid #2a2832;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    min-height: 480px;
    padding: 50px 8px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: calc(100% - 32px);
    z-index: 5;
}
.modal-close{
    color: #fff;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 32px;
}
.modal-title{
    font-size: 32px;
    font-weight: 700;
}
.modal-content{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 30px;
}
.modal-exchange{
    align-items: center;
    background: #2a2832;
    border: 2px solid transparent;
    border-radius: 53px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    max-width: calc(50% - 6px);
    padding: 4px;
    width: calc(50% - 6px);
}
.modal-exchange-icon{
    align-items: center;
    background: #2a2832;
    border: 3px solid #13111c;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    padding: 6px;
    width: 54px;
}
.modal-exchange span {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
}
.copy-icon svg {
    height: 100%;
    width: 100%;
}
.footer {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    margin-top: 20px;
}
.footer-social {
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 100px;
    display: flex;
    padding: 8px;
}
.footer-social a {
    align-items: center;
    background-color: #ffffff26;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin: 0 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 52px;
}
.footer-social a .icon{
    height: 36px;
    width: 36px;
}

@media (min-width: 768px) {
    .top {
        align-items: flex start;
        flex-wrap: nowrap;
    }
    .header-center{
        flex: 0 0 auto;
    }
    
    .top-bottom-left {
        order: 1;
        padding-top: 32px;
    }
    
    .top-bottom-right {
        order: 3;
        padding-top: 32px;
    }
    .button-play{
        height: 94px;
        margin-top: 72px;
    }
    .button-stake{
        height: 94px;
        margin-top: 72px;
    }
    
    .bottom h2 {
        font-size: 80px;
        line-height: 84px;
        margin: 60px 0;
    }
    .roadmap-item {
        align-items: center;
        border-left: 12px solid transparent;
        border-radius: 53px;
        display: flex;
        min-height: 160px;
        padding: 24px 50px 24px 78px;
    }
    
}
@media (min-width: 1024px) {
    .roadmap-title {
        font-size: 60px;
        line-height: 64px;
    }
    .icon {
        height: 30px;
        width: 30px;
    }
    .social-top a{
        height: 52px;
        width: 52px;
    }
    
    .top-bottom-left p{
        font-size: 22px;
        margin: 0 12px;
    }
    
    .header-center {
        border-bottom: 8px solid #2a2832;
        border-bottom-left-radius: 70px;
        border-bottom-right-radius: 70px;
        border-left: 8px solid #2a2832;
        border-right: 8px solid #2a2832;
        order: 2;
        padding: 32px 30px;
    }
    .logo-name {
        font-size: 32px;
        margin-left: 30px;
    }
    .contract p {
        font-size: 14px;
        margin:auto;
    }
    .contract span {
        font-size: 16px;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    .copy-icon {
        margin-left: 30px;
    }
    .header-bottom {
        border-radius: 30px;
        margin-top: 24px;
        padding: 8px 24px;
    }
    .logo{
        
        height: 90px;
        width: 90px;
    }
    .social-top{
        border-radius: 100px;
        padding: 8px;
    }
    .top-bottom-right .button{
        font-size: 22px;
        height: 54px;
        padding: 0 20px;
    }
    
    .middle-top h1{
        font-size: 80px;
        font-weight: 700;
        line-height: 84px;
        margin-bottom: 20px;
    }
    .bottom{
        margin-bottom: 60px;
    }
}
@media (min-width: 1440px) {
    .roadmap-title {
        font-size: 80px;
        line-height: 84px;
        margin-bottom: 0;
    }
    .roadmap-content {
        font-size: 24px;
        line-height: 32px;
    }

    .middle-bottom{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .buttons {
        width: 520px;
    }
    .play-button{
        
        width: 520px;
    }

}
@media (min-width: 400px) {
    .modal-inner {
        padding: 50px 16px;
    }
    .modal-content {
        gap: 12px;
    }
    .modal-exchange {
        padding: 8px;
    }
}
@media (min-width: 768px) {
    .modal-inner {
        padding: 50px 30px;
        width: 80%;
    }
    .modal-exchange {
        max-width: calc(33% - 6px);
    }
}
@media (min-width: 1440px) {
    .modal-inner {
        max-width: 1060px;
        padding: 50px 80px;
        width: 60%;
    }
}

.toast {
    display: none; 
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(39, 42, 47, 0.9);
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    width: 350px;
  }

  .toast-message {
    display: flex;
    align-items: center;
  }

  .toast-message .icon {
    color: #4CAF50;
    width: 20px;
    height: 20px;
  }

  .close-btn {
    cursor: pointer;
    margin-left: auto;
    color: #fff;
    font-weight: bold;
  }