@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Tektur&display=swap');
html,body {
    overflow-x: hidden;
}
body {
    font-family: 'Tektur', cursive;
    font-size: 18px;
    background: #080a29;
    color: #fff;
    position: relative;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Orbitron', sans-serif;
}
img {
    max-width: 100%;
}
section {
    padding: 50px 0;
    position: relative;
}
section .section-heading {
    font-size: 40px;    
    margin-bottom: 25px;
}
[class*="circle-"] {
    position: absolute;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background: #2c428b;
    filter: blur(130px);
}
.circle-1 {
    right: -160px;
    top: 120px;
    background: #6216c0;
}
.circle-2 {
    left: -160px;
    top: 0;
}
.circle-3 {
    right: -160px;
    top: 120px;
}
.circle-4 {
    left: -160px;
    top: 120px;
}
.circle-5 {
    right: -160px;
    top: -230px;
}
.container {
    position: relative;
    z-index: 1;
}
#banner .section-heading {
    font-size: 30px;
    color: #316afb;
}
#banner .name {
    font-size: 58px;
    margin: 30px 0 60px;
}
.btn-buynow {
    padding: 10px 25px;
    color: #20de00;
    font-size: 24px;
    background: #fff;
    border: 2px solid #34fe12;
    text-transform: uppercase;
}
.btn-buynow:hover {
    background: #07b65b;
    color: #ffeb00;
}
#how-to-buy .step {
    background: linear-gradient(180deg, rgb(153 153 153 / 11%) 0%, rgb(255 255 255 / 0%) 56%);
    margin-bottom: 24px;
    padding: 24px;
    box-shadow: 0px 0px 1px #fff;
}
#how-to-buy .step img {
    width: 160px;
}
#roadmap .rodmap-wrap {
    border-top: 1px solid #1e223c;
    padding-top: 50px;
}
#roadmap .inner {
    background: linear-gradient(180deg, rgb(153 153 153 / 11%) 0%, rgb(255 255 255 / 0%) 56%);
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 24px;
    box-shadow: 0px 0px 1px #fff;
    position: relative;
}
#roadmap .inner:before,
#roadmap .inner:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#roadmap .inner:before {
    width: 1px;
    height: 50px;
    top: -50px;
    background: #313658;    
}
#roadmap .inner:after {
    width: 10px;
    height: 10px;
    left: 50%;
    top: -55px;
    border-radius: 50%;
    background: #1150f0;
}
@media (max-width: 992px) {
    #banner .name {
        font-size: 42px;
    }
    #roadmap .rodmap-wrap {
        border: 0;
        padding: 0;
    }
    #roadmap .inner:after,
    #roadmap .inner:before {
        display: none;
    }
}
@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    section {
        padding: 30px 0;;
    }
    section .section-heading {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #banner .name {
        font-size: 30px;
    }
}