body{
    background-color: #13111c;
}
.a-link{
    align-items: center;
    background-color: #ffffff26;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    margin-right: 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 50px;
    text-decoration: none;
}
.header-social{
    color: #ffffff80;
    font-size: 16px;
    font-weight: 500;
    margin: 0 6px;
    border-color: hsla(0, 0%, 100%, .15)!important;
}
.footer-social{
    color: #ffffff80;
    font-size: 16px;
    font-weight: 500;
    margin: 0 6px;
    border-color: hsla(0, 0%, 100%, .15)!important;
}
.main-logo img{
    height: 100px;
    width: 100px;
}
.border-custom{
    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;
}
.contact{
    align-items: center;
    background: #ffffff1f;
    border-radius: 24px;
    min-height: 54px;
    position: relative;
    width: 100%;
}
.address .addr-title{
    color: #ffffff80;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.address .addr{
    font-size: 15px;
}
.c-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: 55px;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}
.header-right a{
    text-decoration: none;
}
.header-right a:hover{
    color: white;
}
.logos-images{
    width: 100%;
}
.logos-images img{
    z-index: -1;
}
.c-w{
    width: 12%;
}
.c-hig{
    height: 450px;
}

.c-image-1{
    top: 10%;
    left: 5%;
}
.c-image-2{
    top: 10%;
    right:5%;
}
.c-image-3{
    bottom: 10%;
    left: 12%;
}
.c-image-4{
    bottom: 10%;
    right: 12%;
}

.c-image-1, .c-image-2, .c-image-3, .c-image-4 {
    z-index: -1;
}
.cs-heading{
    font-size: 5rem;
}
.exchange{
    border: 5px solid #13111c;
    height: 64px;
    width: 64px;
    background: #2a2832;
    margin: 0 -12px;
}
.exchange-image{
    overflow: hidden;
}
.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 #0f2368bd;
    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;
    /* width: 520px; */
}
.trade_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;
    width: 400px;
    height: 88px;

}
.button-trade::before{
    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: 2px solid #22ffb2;
    border-radius: 71px;
    height: calc(100% + 32px);
    width: calc(100% + 32px);
    z-index: 2;
}
.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);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: calc(100% + 50px);
    z-index: 1;
}
.button-trade:hover:after{
    filter:blur(40px);
}
.play-button{
    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;
}
.play-button::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;
}
.p-btn{
    text-decoration: none;
}
.play-button:hover:before{
    border:2px solid #85a0ff;
}
.roadmap-item{
    background: linear-gradient(180deg, #ffffff1a, #ffffff0a);
    border-left: 6px solid transparent;
    border-radius: 20px;
    position: relative;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    border-left: 12px solid transparent;
    border-radius: 53px;
    display: flex;
    min-height: 160px;
}
.item-complete{
    border-color: #19de8b;
}
.roadmap-title{

    color: #ffffff80;
    /* flex: 1 1; */
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 0px;
}

li{
    color: white;
}
.footer_btn{
    text-decoration: none;
    color: #ffffff80;
    cursor: pointer;
}
.copywrite{
    color: #ffffff80;
}
.model-ul li{
    color: black;
}
@media only screen and (max-width:1200px){
    .main-contant-block{
        position: relative !important;
    }
}
@media only screen and (max-width:1024px){
    .roadmap-title,.roadmap-content-list{
        
        width: 100% !important;
    }
}
@media only screen and (max-width:768px){
    .header-center{
        width: 100%;
    }
    .cs-heading {
        font-size: 4rem;
    }
    .exchange {
        border: 4px solid #13111c;
        height: 55px;
        width: 55px;
        
    }
    .trade_button {
        width: 350px;
    }
    
}
@media only screen and (max-width:450px){
    .c-button{
        width: 165px;
    }
    .header-social{
        font-size: 14px;
        width: 165px;
        padding: .5rem .8rem !important;
    }
    .c-f-size{
        font-size: 1rem !important;
    }
    .a-link {
        height: 42px;
        width: 42px;
    }
    .address .addr {
        font-size: 10px;
    }    
    .address .addr-title {
        
        font-size: 8px;
        
    }
    .cs-heading {
        font-size: 2.8rem;
    }
    .trade_button {
        width: 210px;
        height: 40px;
    }
    .icon{
        font-size: 10px;
    }
    .fs-4 {
        font-size: 18px !important;
    }
    .c-button {
        width: 170px;
        padding: 1rem !important;
    }
}




