:root {
    --body-color: #0f111a;
    --header-border-color: #404454;
    --text-color1: #9195a6;
    --text-color2: #bcbfcd;
    --red-color: #ff0420;
    --green-color: #0da529;
    --blue-background: #002d75;
    --blue-text-color: #3374db;
    --white-theme-gray1:#636779;
    --white-theme-gray2:#0f111a

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", "Open Sans", sans-serif;
}

p {
    margin: 0;
}

header {
    border-bottom: 1px solid var(--header-border-color);
}

body {
    background-color: var(--body-color);
    height: 100%;
    min-height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1000px;
    margin-top: 24px;
    margin-bottom: 96px;
    padding: 0;
}
.hover-bar{
    position: absolute;
    background: var(--body-color);
    left: 24%;
    width: 320px;
    border-radius: 16px;
    height: 84vh;
    top: 7.6%;
    border: 1px solid var(--header-border-color);
    display: none;
}
.hover-bar-section{
    font-size: .75em;
    border-bottom: 1px solid var(--header-border-color);
    color: var(--text-color1);
}
.hover-bar-title{
    padding: 6% 6%;
}
.hover-bar-wrapper{
    padding: 0 2%;
}
.hover-bar-item{
    padding-left: 4%;
    padding-right: 4%;
    height: 43.5px;
    font-size: 1.4em;
    color: var(--text-color2);
    transition: all ease .24s;
    border-radius: 10px;
    display: flex;
    align-items: center;

}
.hover-bar-item:hover{
    background-color: #232634;
}

.body-head {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.body-head-banner-icon {
    width: 16px;
    height: 16px;
    flex-basis: 3.5%;
}

.body-head-banner {
    display: flex;
    align-self: stretch;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    width: 100%;
    color: var(--blue-text-color);
    background: var(--blue-background);
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    margin-bottom: 2.35%;
    min-height: 40px;
}

.left-title {
    font-size: 2em;
}

.left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wrapper-head {
    display: flex;
    flex-direction: column;
}

.head-boll {
    width: 20px;
    height: 20px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #0da529;
    content: '';
}

.left-first {
    min-height: 423px;
}

.body-main-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.right-first {
    min-width: 264px;
    max-width: 264px;
    min-height: 346px;
    max-height: 346px;
    border: 1px solid var(--header-border-color);
    border-radius: 24px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}

.card-part-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color2);
}

.right-second {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.footer-icon-set {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.footer-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    padding: 12px;
    color: var(--text-color2);
    transition: all ease .2s;
    cursor: pointer;
}
.footer-icon.discord:hover{
    color: #5865f2;
}
.footer-icon.twitter:hover{
    color: #1da1f2;
}
.footer-icon.github:hover{
    color: #ffffff;
}
.right-second-number {
    font-size: 18px;
    color: var(--text-color2);
}

.footer-icon-wrapper {
    display: flex;
}
.span-airdrop{
    color: var(--text-color2);
    font-weight: 600;
    cursor: pointer;
}
.footer-text-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-text{
    font-size: 15px;
    padding: 12px;
    color: var(--text-color2);
    font-family: "Inter", "Open Sans", sans-serif;
    cursor: pointer;
}
.right-second-text {
    line-height: 24px;
    color: var(--text-color1);
}

.card-part-text {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color1);
}

.card-part-footer {
    font-size: 14px;
    line-height: 20px;
    color: var(--blue-text-color);
    display: flex;
    gap: 2%;
}
.icon-arrow{
    width: 10px;
}

.reward-criteria-text {
    padding: 16px 0;
    font-weight: 600;
}

.reward-criteria-item {
    padding: 24px 0;
    width: 100%;
    align-self: stretch;
    align-items: center;
    border-bottom: 1px solid var(--header-border-color);
    display: flex;

}

.reward-criteria-item-top {
    display: flex;
}

.item-boll {
    flex-basis: 3.5%;
    display: flex;
    align-items: center;

}

.boll {
    overflow: visible;
    box-sizing: content-box;
    width: 14px;
    height: 14px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: var(--header-border-color);

}

.left-title {
    color: var(--text-color2);
}

.reward-criteria-text {
    color: var(--text-color2);
}

.reward-criteria-head {
    color: var(--text-color2);
    font-weight: 600;
    font-size: 1.1em;
}

.a-href {
    cursor: pointer;
    text-decoration-line: underline;
    display: inline;
    color: var(--blue-text-color);
}

.body-head-banner-text {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", "Open Sans", sans-serif;
}

.body-head-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    max-width: 1496px;
    width: 100%;
}

.header-wrapper {
    display: flex;
    align-items: center;
    padding: 0 24px;
    justify-content: space-between;

}

.body-main {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    align-self: stretch;
}

.left-wrapper {
    max-width: 696px;
    color: var(--text-color1);
}

.header-nav {
    display: flex;
    height: 72px;
    align-items: center;
    min-width: 330px;
    justify-content: space-between;
}

.header-switch {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
}

.header-nav-icon {
    width: 18px;
    height: 18px;
    color: var(--text-color2);
}

.header-nav-border {
    width: 1px;
    height: 24px;
    background: var(--header-border-color);
}

.header-switch:hover {
    background-color: #232634;
}

.header-logo {
    color: var(--red-color);
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    font-family: Rubik, sans-serif !important;
    text-decoration: none;
}

.header-el {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Inter", "Open Sans", sans-serif;
    font-weight: 600;
    color: var(--text-color1);
    transition: all ease .16s;
}

.header-el:hover {
    box-shadow: inset 0 -4px 0 var(--header-border-color);
    color: var(--text-color2);
}
.hover-bar.show {
    display: block;
}
.header-left {
    display: flex;
    align-items: center;
    min-width: 500px;
    justify-content: space-between;
}

.header-right {
    display: flex;
    align-items: center;
    width: 228px;
    justify-content: space-between;
}

.last-child {
    position: relative;
}

.letf-input{
    position: relative;
    cursor: pointer;
}
.letf-input:after{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    rotate: -45deg;
    left: 41%;
    top: 17%;
    cursor: pointer;
}
.last-child:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 115%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    rotate: -45deg;
    top: 44%;
}

.header-btn {
    height: 48px;
    color: white;
    background: var(--red-color);
    font-size: 16px;
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: 147px;
    transition: all ease .24s;
}
.header-switch-mobile{
    height: 48px;
    width: 48px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;

}
.header-switch-mobile:hover{
    background-color: #232634;
}
.header-btn-mobile{
    height: 48px;
    color: white;
    background: var(--red-color);
    font-size: 16px;
    border-radius: 12px;
    padding: 0 16px;
    display: none;
    align-items: center;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: 96px;
    transition: all ease .24s;

}
.header-btn-mobile:hover{
    background-color: #b80018;
}
.header-btn:hover {
    background-color: #b80018;
}
@media screen and (max-width: 1024px) {
    .body-main{
        flex-direction: column;
    }
    .body-head-img{
        min-height: 380px;
    }
    .right-first{
        max-width: none;
        max-height: none;
        width: 100%;
    }
    .card-part-img{
        width: 100%;
    }
    .container{
        padding: 0 10%;
    }
    .body-head-banner{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 879px) {
    .header-nav{
       display: none;
    }
    .header-left{
        min-width: auto;
    }
    .header-wrapper{
        height: 72px;
    }
    .header-switch{
        display: none;
    }
    .header-nav-border{
        display: none;
    }
    .header-right{
        justify-content: end;
    }
    .header-btn-mobile{
        display: flex;
    }
    .header-btn{
        display: none;
    }
    .body-head-img{
        min-height: 380px;
    }
    .header-switch-mobile{
        display: flex;
    }
}
@media screen and (max-width: 789px) {
    .body-head-img{
        min-height: 280px;
    }
    .container{
        padding: 0 12.5%;
    }
    .item-boll{
        margin-right: 5%;
    }
    .body-head-banner-icon{
        flex-basis: 12.5%;
    }
}
@media screen and (max-width: 650px) {
    .footer-wrapper{
        flex-direction: column;
    }
    .footer-icon-wrapper{
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .left-title{
        font-size: 1.45em;
    }
    .body-head-img{
        min-height: 220px;
    }
    .body-head-banner-icon{
        margin-right: 4%;
    }
}
@media screen and (max-width: 425px) {
    .container{
        padding: 0 5.5%;
    }
    .body-head-img{
        max-width: 377px;
        min-height: 170px;
    }
    .body-head-banner-icon{
        margin-right: 0;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 375px) {
    .body-head-banner{

    }
}