:root {
    --primary-color: #FF0420;
    --text-color: #BCBFCD;
    --background-color: #05060B;
}
*{
    transition: all ease .2s;
}
body {
    font-family: 'Nunito', 'Arial', sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 50px;
}
.logo{
    margin-top: 10px;
    margin-bottom: 10px;
}
a{
    color: #9195A6;
    text-decoration: none;
}
a:hover{
    color: #BCBFCD;
    text-decoration: none;
}
.menu-link{
    line-height: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 20px;
}
.menu-link:hover{
    box-shadow: inset 0 -4px 0 #404454;
}
.connect-link input{
    background: none;
    box-shadow: none;
    border: 1px solid #bcf987;
    color: #bcf987;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 18px;
}
.connect-link input:hover{
    border: 1px solid rgba(188, 249, 135, 0.85);
    color: rgba(188, 249, 135, 0.85);
}
ul{
    list-style: none;
    padding: 0;
}
/* Header Styles */
header {
    border-bottom: 1px solid #404454;
    width: 100%;
    top: 0;
    font-weight: 600;
}
p{
    margin-bottom: 15px;
}

h1{
    font-size: 24px;
}
h3{
    margin-top: 20px;
    margin-bottom: 0;
}

.text-center{
    text-align: center;
}


.home-item{
    background: #0f111a;
    border: 1px solid #404454;
    padding: 25px;
    border-radius: 24px;
}
.logo-item{
    border: 1px solid #404454;
    border-radius: 50%;
    background: #0f111a;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: -50px;
    position: relative;
}
.superstacks-img{
    background: url("/images/extra-wide-desktop-banner.webp");
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}
.superstacks-img div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.superstacks-top-block .leftController{
    position: absolute;
    left: 25px;
    top: 0;
    width: 250px;
    height: auto;
}
.superstacks-top-block .rightController{
    position: absolute;
    right: 25px;
    top: 0;
    width: 200px;
    height: auto;
}
.connectTitle{
    font-size: 24px;font-weight: 600;
    color: #bcf987;
}
.connectSubtitle{
    font-size: 18px;
}
.superstacks-block ul{
    list-style: disc;
    padding-left: 20px;
}
.airdropTitle{
    width: 100%;
    display: inline-block;
}
.counter-stack span{
    font-size: 24px;
    font-weight: 600;
    font-family: Sora, sans-serif;
    font-variant-numeric: tabular-nums;
    text-rendering: geometricPrecision;
    letter-spacing: .05em;
    color: inherit;
}
@media (max-width: 575px) {
    header .logo,
    header .col-sm-6{
        text-align: center !important;
    }
    .eligibility .home-item{
        min-height: auto !important;
    }
}
@media (max-width: 600px) {

}