body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    margin: 0;
    padding: 0;
}

.main_head {
    background: url(../images/top_red_bg.png) no-repeat;
    padding-bottom: 195px;
}

.main_head,
.hunt,
.eligibility,
.rewards,
footer.main_foot {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top !important;
}

header.top_header img.logo {
    width: 150px;
    float: left;
}

button.menu-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    background-color: unset;
    border: 0;
    font-size: 32px;
    padding: 25px;
    color: #fff;
    outline: none;
    display: none;
}

header.top_header {
    padding-top: 25px;
}

nav.menu {
    float: right;
    position: relative;
    margin-top: 30px;
}

nav.menu ul {
    padding-right: 16em;
    margin-top: 18px;
}

nav.menu ul li {
    display: inline-block;
    margin: 0 28px;
}

nav.menu ul li a {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}

nav.menu ul li a:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 0;
    background: #fff;
    bottom: -5px;
    left: 0;
    transition: .3s all;
}


nav.menu ul li a:hover:before {
    width: 100%;
}

/* nav.menu ul li.active a {
    border-bottom: 3px solid #fff;
} */

a.submit {
    background: #FFFFFF;
    border: 2px solid #fff;
    transition: .3s all;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    padding: 18px 35px;
    position: absolute;
    top: 0;
    right: 0;
}

a.submit:hover {
    background: transparent;
    color: #fff;
}



/*sticky nav*/

header.top_header+header.top_header {
    top: -100%;
    position: fixed;
}

header.top_header {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    left: 0;
    right: 0;
}

header.top_header.seconed-header {
    top: 0 !important;
}

header.top_header+header.top_header {
    position: fixed;
    box-shadow: 0px 0px 8px 0px #545454;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    padding: 0;
    height: 100px;
}

header.top_header+header.top_header img.logo {
    width: 100px;
}

header.top_header+header.top_header nav.menu ul li {
    margin: 0 25px;
}

header.top_header+header.top_header a.submit {
    padding: 14px 30px;
}

header.top_header+header.top_header nav.menu {
    margin-top: 20px;
}

/**/

.head_content {
    clear: both;
    position: relative;
}

.head_content p {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;
    width: 100%;
    max-width: 610px;
}

img.rocket {
    position: absolute;
    top: 0;
    right: 0;
}

img.text {
    width: 100%;
    max-width: 384px;
    margin-bottom: 30px;
}

.content_left {
    padding-top: 80px;
}

section.domain {
    padding-top: 60px;
}

.domain_img img {
    width: 100%;
    max-width: 700px;
}

h2.heading {
    text-align: center;
    font-weight: 500;
    font-size: 70px;
    line-height: 108px;
    color: #141414;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

h2.heading:before {
    position: absolute;
    content: '';
    background: #E82C2C;
    border-radius: 20px;
    width: 75px;
    height: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.domain_content li {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    list-style: none;
    margin-bottom: 35px;
    position: relative;
}

.domain_content ul {
    margin-top: 82px;
    padding-left: 60px;
}

.domain_content li:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    background: url(../images/select.png) no-repeat;
    width: 42px;
    height: 40px;
}

section.core h2.heading,
.code_box h2.heading,
section.rewards h2.heading,
section.partner h2.heading {
    text-align: left;
}

section.core h2.heading:before,
.code_box h2.heading:before,
section.rewards h2.heading:before {
    display: none;
}

section.core .domain_content ul {
    margin-top: 0;
}

section.core .domain_content li {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
}

section.core .domain_content {
    width: 100%;
    max-width: 740px;
}

section.core {
    position: relative;
    padding-bottom: 100px;
}

img.core_img {
    position: absolute;
    top: 0;
    right: -7em;
    width: 100%;
    max-width: 850px;
}

.core_content {
    padding-top: 10em;
}

.hunt {
    height: auto;
    background: url(../images/middle_black_bg.png) no-repeat;
    padding: 120px 0;
}

section.hunt h2.heading {
    text-align: left;
    color: #fff;
}

section.hunt h2.heading:before {
    background: #fff;
    left: 0;
    right: inherit;
}

.hunt_content {
    color: #fff;
    margin-top: 50px;
}

.hunt_content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.hunt_content ul {
    width: 100%;
    max-width: 348px;
}

.hunt_content ul li {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;
    list-style: none;
}

.hunt_content ul li:first-child {
    margin: 60px 0;
}

img.rocket_2 {
    position: absolute;
    right: -14em;
    bottom: -8em;
    width: 100%;
    max-width: 900px;
}

.phase ul li {
    width: 210px;
    height: 80px;
    background: #FF0101;
    border-radius: 0 100px 100px 0;
    color: #fff;
    padding-right: 45px;
}

.hunt_content ul li a {
    color: #fbeb21;
}

.hunt_content ul li a:hover {
    text-decoration: none;
}

.phase ul li:first-child {
    margin-bottom: 30px;
}

.phase_inner {
    float: right;
    margin-top: 16px;
}

.phase li h5 {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.phase li span {
    font-size: 17px;
    font-weight: 300;
    color: #ffffffbf;
    font-family: 'Montserrat', sans-serif;
}

.phase {
    position: absolute;
    left: 0;
    bottom: 8em;
}

section.structure {
    padding: 100px 0;
    position: relative;
}

.str_main li {
    display: flex;
    margin-bottom: 50px;
}

.str_main li:last-child {
    margin-bottom: 0;
}

.str_main li h4 {
    font-weight: 300;
    font-size: 72px;
    line-height: 56px;
    color: #B4B4B4;
    text-align: center;
    width: 10%;
    margin-top: 45px;
}

.str_main li figure {
    width: 280px;
    text-align: center;
    width: 20%;
}

.str_main li span {
    padding: 7px;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    display: inline-block;
}

.str_main li span i {
    background: #EBEBEB;
    height: 116px;
    width: 116px;
    line-height: 116px;
    border-radius: 100%;
    text-align: center;
    display: block;
}

.str_main li span i img {
    width: 55px;
}

.str_main li p {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    width: 70%;
    margin-top: 20px;
}

.str_main ul {
    margin-top: 60px;
}

section.structure:before {
    position: absolute;
    content: '';
    top: 1em;
    left: -33em;
    background: url(../images/paper_plane.png) no-repeat left;
    width: 100%;
    max-width: 1174px;
    height: 900px;
    background-size: contain;
}

section.structure:after {
    position: absolute;
    content: '';
    bottom: 1em;
    right: -7em;
    background: url(../images/gear.png) no-repeat right;
    width: 100%;
    max-width: 450px;
    height: 420px;
    background-size: contain;
}

.code_box {
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 60px 80px;
    position: relative
}

.code_box p {
    width: 100%;
    max-width: 450px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.code_box h2.heading,
section.rewards h2.heading {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.code_box:before {
    position: absolute;
    content: '';
    left: -120px;
    bottom: -70px;
    background: url(../images/gear2.png) no-repeat;
    background-color: #fff;
    background-size: contain;
    width: 280px;
    height: 280px;
    border: 20px solid #fff;
}

.box_inner {
    position: absolute;
    right: -110px;
    bottom: -100px;
    width: 100%;
    max-width: 780px;
    height: 480px;
    background: #EEEEEE;
    border-radius: 30px;
    padding: 60px;
}

.box_inner li {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    margin-bottom: 32px;
    vertical-align: top;
}

.box_inner li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.box_inner li:nth-child(3) {
    max-width: 450px;
    height: 100px;
}

.box_inner li:nth-child(3) img {
    margin-left: 80px;
}

.eligibility {
    position: relative;
    background: url(../images/eligibility_bg.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 200px;
    padding: 235px 0;
}

section.eligibility h2.heading {
    color: #fff;
}

section.eligibility h2.heading:before {
    background-color: #fff;
}

section.eligibility .domain_content li {
    color: #fff;
}

section.eligibility .domain_content ul {
    width: 100%;
    max-width: 764px;
}

section.eligibility .domain_content li:before,
.rewards_content .domain_content li:before {
    background: url(../images/select_white.png) no-repeat;
}

section.eligibility .domain_content li ul {
    margin: 40px 0;
    padding-left: 35px;
    width: 100%;
    max-width: 470px;
}

section.eligibility .domain_content li ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

section.eligibility .domain_content li ul li:before {
    background: url(../images/round.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 7px;
    left: -35px;
}

section.eligibility .domain_content img.eli_right {
    position: absolute;
    top: 0;
    right: -13em;
    width: 100%;
    max-width: 750px;
}

section.eligibility .domain_content {
    position: relative;
}

section.eligibility .domain_content ul {
    position: relative;
    z-index: 9;
}

section.rewards {
    position: relative;
    background: url(../images/gray_bg.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: -250px;
    padding: 200px 0 100px;
}

.rewards-img img {
    position: relative;
    left: -110px;
    width: 100%;
    max-width: 570px;
}

section.rewards h2.heading {
    color: #fff;
}

.rewards_content .domain_content ul {
    width: 100%;
    max-width: 680px;
    margin-top: 30px;
}

.rewards_content .domain_content li {
    color: #fff;
}

.rewards_content .domain_content li {
    color: #fff;
}

.rewards_content {
    margin-top: 85px;
}

img.cup {
    position: absolute;
    right: 55px;
    bottom: -27px;
    width: 100%;
    max-width: 380px;
}

section.partner {
    padding: 100px 0 60px;
}

section.partner h2.heading:before {
    left: 0;
    right: inherit;
}

section.partner ul {
    margin-top: 60px;
    width: 100%;
}

section.partner ul {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

section.partner ul li {
    width: auto;
    height: 114px;
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

footer.main_foot {
    background: url(../images/footer_bg.png) no-repeat;
    width: 100%;
    height: 260px;
}

footer.main_foot a img {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
    width: 162px;
    height: 162px;
}

footer.main_foot p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}



/*RESPONSIVE*/
@media only screen and (max-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1030px;
    }

    header.top_header img.logo {
        width: 100px;
    }

    a.submit {
        border: 1px solid #fff;
        border-radius: 6px;
        font-size: 14px;
        padding: 12px 26px;
    }

    nav.menu ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    nav.menu ul li {
        margin: 0 15px;
    }

    nav.menu ul {
        padding-right: 13em;
        margin-top: 12px;
    }

    header.top_header {
        padding-top: 16px;
    }

    nav.menu {
        margin-top: 17px;
    }

    nav.menu ul li a:before {
        height: 2px;
        bottom: -3px;
    }

    .content_left {
        padding-top: 50px;
    }

    .content_left img {
        width: 100%;
        max-width: 280px;
        margin-bottom: 24px;
    }

    .head_content p {
        font-size: 16px;
        line-height: 24px;
        max-width: 510px;
    }

    .main_head {
        padding-bottom: 120px;
    }

    img.rocket {
        top: 40px;
        max-width: 920px;
    }

    section.domain {
        padding-top: 40px;
    }

    h2.heading {
        font-size: 42px;
        line-height: 60px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    h2.heading:before {
        width: 45px;
        height: 10px;
    }

    .domain_img img {
        max-width: 450px;
    }

    .domain_content li {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .domain_content li:before {
        left: -42px;
        top: 3px;
        width: 24px;
        height: 26px;
        background-size: contain !important;
    }

    .domain_content ul {
        margin-top: 55px;
        padding-left: 42px;
    }

    .core_content {
        padding-top: 6em;
    }

    section.core .domain_content li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    section.core .domain_content {
        width: 100%;
        max-width: 565px;
    }

    .core .domain_content li:before {
        top: 0px;
    }

    img.core_img {
        right: -5em;
        max-width: 550px;
    }

    .hunt {
        padding: 90px 0 70px;
    }

    .hunt_content {
        margin-top: 30px;
    }

    .hunt_content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .hunt_content ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .hunt_content ul li:first-child {
        margin: 30px 0;
    }

    .hunt_content ul {
        width: 100%;
        max-width: 243px;
    }

    .phase ul li:first-child {
        margin-bottom: 18px;
    }

    .phase ul li {
        width: 120px;
        height: 50px;
        padding-right: 28px;
    }

    .phase li h5 {
        font-size: 14px;
        line-height: 14px;
    }

    .phase li span {
        font-size: 11px;
    }

    .phase_inner {
        margin-top: 8px;
    }

    .phase {
        bottom: 4em;
    }

    img.rocket_2 {
        right: -9em;
        bottom: -5em;
        max-width: 575px;
    }

    section.structure {
        padding: 60px 0;
    }

    section.structure:before {
        position: absolute;
        content: '';
        top: 1em;
        left: -33em;
        background: url(../images/paper_plane.png) no-repeat left;
        width: 100%;
        max-width: 700px;
        height: 900px;
        background-size: contain;
    }

    .str_main li h4 {
        font-size: 44px;
        line-height: 56px;
        margin-top: 20px;
    }

    .str_main li span {
        padding: 4px;
    }

    .str_main li span i {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .str_main li span i img {
        width: 36px;
    }

    .str_main li p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 12px;
    }

    section.structure:before {
        top: -2em;
        left: -19em;
        max-width: 680px;
        height: 600px;
    }

    .str_main ul {
        margin-top: 40px;
    }

    .str_main li {
        margin-bottom: 25px;
    }

    section.structure:after {
        right: -5em;
        max-width: 300px;
        height: 353px;
    }

    .code_box {
        height: 330px;
        border-radius: 20px;
        padding: 40px 60px;
    }

    .code_box p {
        max-width: 340px;
        font-size: 15px;
        line-height: 25px;
    }

    .box_inner {
        right: -75px;
        bottom: -75px;
        max-width: 490px;
        height: auto;
        border-radius: 20px;
        padding: 35px;
    }

    .box_inner li {
        max-width: 200px;
        height: 35px;
        margin-bottom: 20px;
    }

    .box_inner li:nth-child(3) {
        max-width: 300px;
        height: 60px;
    }

    .code_box:before {
        left: -71px;
        bottom: -70px;
        width: 166px;
        height: 195px;
        border: 12px solid #fff;
    }

    section.eligibility .domain_content li ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    section.eligibility .domain_content li ul li:before {
        width: 10px;
        height: 10px;
        top: 6px;
        left: -24px;
    }

    section.eligibility .domain_content li ul {
        margin: 20px 0;
        padding-left: 24px;
        max-width: 400px;
    }

    .eligibility {
        margin-top: 115px;
        padding: 157px 0;
    }

    section.eligibility .domain_content img.eli_right {
        right: -13em;
        max-width: 500px;
    }

    section.eligibility .domain_content ul {
        max-width: 590px;
    }

    section.eligibility .domain_content img.eli_right {
        right: -7em;
        max-width: 450px;
    }

    section.rewards {
        margin-top: -165px;
        padding: 140px 0 60px;
    }

    .rewards-img img {
        left: -78px;
        max-width: 360px;
    }

    .rewards_content {
        margin-top: 68px;
    }

    .rewards_content .domain_content ul {
        max-width: 474px;
        margin-top: 20px;
    }

    img.cup {
        right: 45px;
        bottom: -14px;
        max-width: 210px;
    }

    section.partner {
        padding: 60px 0 15px;
    }

    section.partner ul {
        margin-top: 30px;
    }

    section.partner ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    section.partner ul li {
        width: 100%;
        max-width: 170px;
        height: 70px;
        margin-bottom: 40px;
        display: block;
        align-items: center;
    }

    footer.main_foot {
        height: 180px;
    }

    footer.main_foot a img {
        top: 3px;
        width: 100px;
        height: 100px;
    }

    footer.main_foot p {
        font-size: 13px;
        bottom: 28px;
    }

    header.top_header+header.top_header {
        height: 65px !important;
    }

    header.top_header+header.top_header img.logo {
        width: 65px !important;
    }

    header.top_header+header.top_header a.submit {
        padding: 10px 22px !important;
    }

    header.top_header+header.top_header nav.menu ul li {
        margin: 0 20px !important;
    }

    header.top_header+header.top_header nav.menu {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width:1250px) {
    .phase {
        bottom: 10px;
    }

    .phase ul li:first-child {
        margin-bottom: 10px;
    }

    .phase ul li {
        width: 110px;
        height: 45px;
        padding-right: 20px;
    }

    .hunt {
        padding: 90px 0 120px;
    }

    img.rocket_2 {
        right: -7em;
        bottom: -4em;
        max-width: 451px;
    }

    img.core_img {
        right: -5em;
        max-width: 500px;
    }

    img.rocket {
        top: 65px;
        max-width: 835px;
        right: 60px;
    }

    a.submit {
        padding: 10px 22px;
    }

    nav.menu ul {
        padding-right: 12em;
    }

    section.core {
        padding-bottom: 60px;
    }

    .str_main li h4 {
        margin-top: 16px;
    }

    section.structure:before {
        top: -5em;
        left: -18em;
        max-width: 624px;
        height: 590px;
    }

    .code_box {
        padding: 32px 50px;
        max-width: 830px;
        margin: 0 auto;
    }

    .box_inner {
        right: -65px;
        bottom: -65px;
        max-width: 480px;
        padding: 30px;
    }

    section.eligibility .domain_content img.eli_right {
        right: 0;
        max-width: 400px;
    }

    .rewards-img img {
        left: 0;
        max-width: 350px;
    }

    img.cup {
        right: 35px;
        bottom: -9px;
        max-width: 140px;
    }
}

@media only screen and (max-width:992px) {
    nav.menu ul {
        padding-right: 11em;
    }

    nav.menu ul li a {
        font-size: 13px;
    }

    a.submit {
        font-size: 13px;
        padding: 12px 18px;
    }

    nav.menu ul li {
        margin: 0 9px;
    }

    .content_left {
        padding-top: 25px;
    }

    .content_left img {
        max-width: 240px;
        margin-bottom: 20px;
    }

    .head_content p {
        font-size: 15px;
        line-height: 22px;
        max-width: 460px;
    }

    img.rocket {
        top: 54px;
        max-width: 735px;
        right: 0;
    }

    .domain_img img {
        max-width: 390px;
    }

    section.core .domain_content {
        max-width: 450px;
    }

    img.core_img {
        top: 2em;
        max-width: 423px;
    }

    section.core {
        padding-bottom: 20px;
    }

    img.rocket_2 {
        right: -6em;
        bottom: -3em;
        max-width: 350px;
    }

    section.structure:before {
        top: -5em;
        left: -18em;
        max-width: 565px;
        height: 570px;
    }

    .code_box {
        padding: 20px 30px;
        max-width: 630px;
        height: 300px;
    }

    .code_box:before {
        left: -60px;
        bottom: -60px;
        width: 135px;
        height: 165px;
        border: 10px solid #fff;
    }

    .code_box p {
        max-width: 306px;
        font-size: 14px;
        line-height: 22px;
    }

    .box_inner li {
        max-width: 160px;
        height: 25px;
        margin-bottom: 14px;
    }

    .box_inner li:nth-child(3) {
        max-width: 264px;
        height: 50px;
    }

    .box_inner {
        right: -65px;
        bottom: -65px;
        max-width: 376px;
        padding: 30px 20px;
    }

    h2.heading {
        font-size: 36px;
        line-height: 55px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    h2.heading:before {
        width: 40px;
        height: 8px;
    }

    section.rewards {
        margin-top: -165px;
        padding: 105px 0 60px;
    }

    img.cup {
        max-width: 125px;
    }

    section.eligibility .domain_content img.eli_right {
        max-width: 350px;
    }

    section.partner ul li {
        max-width: 140px;
        height: 60px;
        margin-bottom: 35px;
    }

    .box_inner li:nth-child(3) img {
        margin-left: 40px;
    }

    header.top_header+header.top_header nav.menu ul li {
        margin: 0 11px !important;
    }

    header.top_header+header.top_header nav.menu ul li a {
        font-size: 12px;
    }

    header.top_header+header.top_header a.submit {
        padding: 9px 20px !important;
        font-size: 12px;
        top: 3px;
    }

    header.top_header+header.top_header button.menu-btn {
        padding: 0;
    }
}

@media only screen and (max-width:768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 700px;
    }

    button.menu-btn {
        display: block;
        z-index: 999;
    }

    header.top_header img.logo {
        position: relative;
        z-index: 999;
    }

    a.submit {
        left: 0;
        right: 0;
        top: 32px;
        width: 190px;
        text-align: center;
        margin: auto;
    }

    header.top_header.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }

    nav.menu ul li {
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }

    nav.menu {
        margin-top: 0;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    nav.menu ul {
        padding: 0;
        text-align: center;
        margin-top: 0;
    }

    header.top_header nav.menu ul {
        left: -100% !important;
        position: absolute;
        transition: .5s;
        z-index: 9;
        height: 100vh;
        background: #000000e0;
        padding-top: 110px;
        z-index: 999;
    }

    header.top_header.open-nav nav.menu ul {
        left: 0 !important;
        right: 0;
        top: 0;
        border: 0;
        position: fixed;
        width: 100%;
        transition: 0.5s;
    }

    nav.menu ul li a {
        font-size: 17px;
    }

    header.top_header img.logo {
        width: 90px;
    }

    a.submit {
        top: 36px;
        width: 175px;
        padding: 10px 10px;
    }

    .content_left img {
        max-width: 185px;
        margin-bottom: 15px;
    }

    img.rocket {
        top: 6em;
        max-width: 420px;
        right: 0;
    }

    .head_content p {
        font-size: 13px;
        line-height: 20px;
        max-width: 400px;
    }

    .main_head {
        padding-bottom: 80px;
    }

    section.domain {
        padding-top: 20px;
    }

    .domain_img img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .domain_content li {
        font-size: 15px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .domain_content li:before {
        left: -35px;
        top: 7px;
        width: 20px;
        height: 20px;
    }

    .domain_content ul {
        margin-top: 40px;
        padding-left: 35px;
    }

    img.core_img {
        position: static;
        max-width: 300px;
        margin: 20px auto 30px;
        display: block;
    }

    section.core h2.heading {
        text-align: center;
    }

    section.core .domain_content li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .core_content {
        padding-top: 40px;
    }

    section.core {
        padding-bottom: 0;
    }

    .hunt_content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .hunt_content ul li:first-child {
        margin: 20px 0;
    }

    .hunt_content ul li {
        font-size: 13px;
        line-height: 18px;
    }

    .hunt_content ul {
        max-width: 100%;
    }

    .hunt {
        padding: 90px 0 132px;
    }

    section.structure:before {
        top: -5em;
        left: -18em;
        max-width: 514px;
        height: 518px;
    }

    .str_main li span i {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }

    .str_main li span {
        padding: 2px;
    }

    .str_main li p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .str_main li h4 {
        margin-top: 8px;
        font-size: 34px;
    }

    .str_main li span i img {
        width: 26px;
    }

    section.structure:after {
        right: -3em;
        bottom: 0;
        max-width: 200px;
        height: 296px;
    }

    .code_box {
        padding: 20px 30px;
        max-width: 480px;
        height: 272px;
    }

    .box_inner {
        right: 0;
        left: 0;
        bottom: -90px;
        margin: auto;
        max-width: 330px;
        padding: 20px 15px;
    }

    .box_inner li {
        max-width: 134px;
        height: 20px;
        margin-bottom: 14px;
    }

    .box_inner li:nth-child(3) {
        max-width: 194px;
        height: 42px;
    }

    .code_box p {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .code_box:before {
        left: -46px;
        bottom: -30px;
        width: 105px;
        height: 115px;
        border: 8px solid #fff;
    }

    section.core .domain_content {
        max-width: 100%;
    }

    section.eligibility .domain_content li ul li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    section.eligibility .domain_content li ul {
        margin: 15px 0;
        max-width: 100%;
    }

    section.eligibility .domain_content img.eli_right {
        max-width: 300px;
        position: static;
        margin: 30px auto 0;
        display: block;
    }

    section.eligibility .domain_content ul {
        max-width: 100%;
        margin-top: 25px;
    }

    section.rewards {
        margin-top: -230px;
        padding: 105px 0 60px;
    }

    .rewards-img img {
        max-width: 300px;
        position: static;
        margin: 0 auto;
        display: block;
    }

    section.rewards {
        margin-top: -210px;
        padding: 180px 0 40px;
    }

    .rewards_content {
        margin-top: 10px;
    }

    .rewards_content .domain_content ul {
        max-width: 100%;
        margin-top: 10px;
    }

    section.partner {
        padding: 40px 0 0px;
    }

    footer.main_foot {
        height: 145px;
    }

    footer.main_foot a img {
        top: 15px;
        width: 80px;
        height: 80px;
    }

    footer.main_foot p {
        font-size: 11px;
        bottom: 18px;
    }

    section.structure {
        padding: 30px 0;
    }

    section.structure:before {
        top: -5em;
        left: -17em;
        max-width: 480px;
        height: 482px;
    }

    header.top_header.open-nav+header.top_header.open-nav nav.menu ul {
        display: none;
    }
}

@media only screen and (max-width:576px) {

    img.logo.stay_logo,
    button.menu-btn.stay_menu_btn {
        position: fixed !important;
    }

    nav.menu ul li a {
        font-size: 15px;
    }

    nav.menu ul li {
        margin-bottom: 16px;
    }

    header.top_header img.logo {
        width: 80px;
    }

    button.menu-btn {
        top: 18px;
        right: 18px;
        font-size: 28px;
        padding: 15px;
    }

    a.submit {
        top: 36px;
        width: 152px;
        padding: 8px 0;
        font-size: 12px;
    }

    .content_left img {
        max-width: 165px;
        margin-bottom: 16px;
    }

    .content_left {
        padding-top: 20px;
    }

    img.rocket {
        display: none;
    }

    h2.heading {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    h2.heading:before {
        width: 32px;
        height: 6px;
    }

    .domain_img img,
    img.core_img,
    section.eligibility .domain_content img.eli_right,
    .rewards-img img {
        max-width: 250px;
    }

    .domain_content li {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .domain_content li:before {
        top: 1px;
    }

    .core_content {
        padding-top: 30px;
    }

    section.core .domain_content li {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 18px;
    }

    .hunt_content h4 {
        font-size: 17px;
        line-height: 20px;
    }

    .hunt_content ul li:first-child {
        margin: 15px 0;
    }

    .phase ul li {
        width: 100px;
        height: 40px;
        padding-right: 17px;
    }

    .phase li h5 {
        font-size: 13px;
        line-height: 8px;
    }

    .phase li span {
        font-size: 10px;
    }

    .hunt {
        padding: 90px 0 120px;
    }

    .hunt_content {
        margin-top: 20px;
    }

    img.rocket_2 {
        right: -4.5em;
        bottom: -2.5em;
        max-width: 280px;
    }

    section.structure:before {
        top: -6em;
        left: -11em;
        max-width: 300px;
        height: 438px;
    }

    .str_main li span i {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .str_main li span i img {
        width: 20px;
    }

    .str_main li h4 {
        margin-top: 2px;
        font-size: 30px;
    }

    .str_main li p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 8px;
    }

    section.structure:after {
        right: -2em;
        bottom: 0;
        max-width: 150px;
        height: 134px;
    }

    .code_box p {
        font-size: 13px;
        line-height: 20px;
    }

    .box_inner {
        right: 0;
        left: 0;
        bottom: -70px;
        max-width: 278px;
        padding: 15px 12px;
    }

    .box_inner li {
        max-width: 113px;
        height: 18px;
        margin-bottom: 12px;
    }

    section.eligibility .domain_content li ul li:before {
        width: 8px;
        height: 8px;
        top: 7px;
    }

    section.eligibility .domain_content ul {
        margin-top: 10px;
    }

    img.cup {
        max-width: 82px;
        right: 20px;
        bottom: -5px;
    }

    section.partner ul li {
        height: 48px;
        margin-bottom: 15px;
    }

    footer.main_foot {
        height: 125px;
    }

    footer.main_foot a img {
        top: 24px;
        width: 65px;
        height: 65px;
    }

    footer.main_foot p {
        font-size: 10px;
        bottom: 12px;
    }

    section.partner h2.heading {
        text-align: center;
    }

    section.partner h2.heading:before {
        right: 0;
        margin: auto;
    }

    section.rewards {
        margin-top: -182px;
        padding: 122px 0 40px;
    }

    section.eligibility .domain_content li ul li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .eligibility {
        margin-top: 90px;
        padding: 135px 0;
    }

    header.top_header+header.top_header a.submit {
        padding: 9px 0 !important;
    }

    header.top_header+header.top_header button.menu-btn {
        top: 12px;
    }
}