:root{
    --s-green-color: #00FFE0;
    --s-green-gradien-color: linear-gradient(93.27deg, #00FFE0 3.1%, #08796B 109.68%);;
}



/* Colors */
.page-template-page-home .text-green{
    color: var(--s-green-color)!important;
}
.page-template-page-home .text-green-gradient{
    background: var(--s-green-gradien-color)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
}

/* Buttons */
.action-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 19px 37px;
    box-sizing: border-box;
    position: relative;
    transition: color ease-in-out 0.2s;
}

.action-button:before,
.action-button:after{
    content: "";
    position: absolute;
    top: 0;
    width: 17px;
    height: 100%;
    border-top: 3px solid var(--s-green-color);
    border-bottom: 3px solid var(--s-green-color);
    transition: left ease-in-out 0.2s, right ease-in-out 0.2s;
}
.action-button:before{
    left: 0;
    border-left: 5px solid var(--s-green-color);
}
.action-button:after{
    border-right: 5px solid var(--s-green-color);
    right: 0;
}
.action-button:hover{
    color: var(--s-green-color);
}
.action-button:hover:before{
    left: -5px;
}
.action-button:hover:after{
    right: -5px;
}
.action-button-discord,
.action-button-arrow{
    display: block;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.action-button-arrow{
    background-image: url("");
}
.action-button-discord{
    background-image: url("discord.svg");
}

.z-9{
    position: relative;
    z-index: 9;
}

/* Body */
body.page-template-page-home{
    background: #0B0B0C!important;
}


/* Video */
.page-template-page-home .video .video_content{
    width: 960px;
}
@media screen and (max-width: 2000px) and (min-width: 980px){
    .page-template-page-home .video .video_content{
        margin-left: 135px;
    } 
    .video .video_content p{
        font-size: 167px !important;
        line-height: 112px;
    }
}
.has-text-color.has-large-font-size{
    position: relative;
}
.has-text-color.has-large-font-size:nth-child(2){
    /* left: 140px; */
}
.has-text-color.has-large-font-size:nth-child(3){
    left: 80px;
}
.page-template-page-home .video .has-background-dim{
    opacity: 0.8!important;
}
.page-template-page-home .wrap_button_border{
    margin-right: 380px;
    margin-top: 25px;
}


.page-template-page-home .video .wp-block-cover__inner-container:after{
    background: url("graphic-new.png") no-repeat right bottom;
}
.page-template-page-home .video .wp-block-cover__inner-container{

}
.page-template-page-home{}
.page-template-page-home{}

/* Subscribe */
.page-template-page-home .subscribe{
    background: url("subscrube-bg-1.png") no-repeat left center;
}

/* Planets */
.page-template-page-home .pcc_title:before{
    height: 80%!important;
    width: 50vw!important;
    background: #00FFE0!important;
    opacity: 0.2!important;
    filter: blur(500px)!important;
    z-index: 5;
    pointer-events: none;
}
.page-template-page-home .planets .slick-current figure{
    background: url("planet-column-bg-1.svg") no-repeat center;
    background-size: contain;
}
.page-template-page-home .planets .wp-block-column .wp-block-group{
    background: url("planet-group-bg-1.svg") no-repeat center;
    background-size: 100% 100%!important;
}
.page-template-page-home .pcc .slick-prev,
.page-template-page-home .ppc .slick-prev,
.page-template-page-home .screenshots .slick-prev,
.page-template-page-home .planets .slick-prev{
    background-size: 100% 100%!important;
    background: url("slick-prev-1.svg") no-repeat center;
}
.page-template-page-home .pcc .slick-next,
.page-template-page-home .ppc .slick-next,
.page-template-page-home .screenshots .slick-next,
.page-template-page-home .planets .slick-next{
    background-size: 100% 100%!important;
    background: url("slick-next-1.svg") no-repeat center;
}

.page-template-page-home .screenshots .slick-arrow:after,
.page-template-page-home .planets .slick-arrow:after{
    background: var(--s-green-color);
}

.page-template-page-home .planets:after{
    background: url("planet-border-bottom-1.svg") no-repeat center;
}
.page-template-page-home .planets,
.page-template-page-home .pcc{
    background-color: #120e13;
}
.page-template-page-home .planets{
    background-image: url("grid-bg.svg");
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/* Pcc */
.pcc{
    
}
.page-template-page-home .pcc:after{
    background-size: cover!important;
    background: url("user-top-green.svg") no-repeat center bottom;
}

/* User world */
.page-template-page-home .user_world{
    margin-top: 0;
}
.page-template-page-home .user-gen-2{
    background: url("user-bg2-blue-new2.png") no-repeat center center;
}

/* Tokens */
.page-template-page-home .tokens .wp-block-column:first-of-type{
    background-image: url("tokens-column-1-new.svg");
    background-size: 100% 100%!important;
}
.page-template-page-home .tokens .wp-block-column:last-of-type{
    background-image: url("tokens-column-2-new.svg");
    background-size: 100% 100%!important;
}
.page-template-page-home .tokens > img{
    object-fit: cover!important;
}
.page-template-page-home .tokens .wp-block-column{
    padding: 50px 60px;
}

/* Screenshots */
.page-template-page-home .screenshots {
    position: relative;
    background: #171018;
}
.page-template-page-home .screenshots:after{
    content: "";
    width: 100%;
    height: 54px;
    background-image: url("screenshots-decor-new.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
}



/* Partners */

.partners-cta{
    position: relative;
}
.partners-cta:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    background-size: 100% 100%;
    background-image: url("partner-cta-bg.svg");
    background-repeat: no-repeat;
}
.page-template-page-home .partners .wp-block-image img{
    max-width: 100%!important;
    object-fit: inherit!important;
}

/* CTA */
.page-template-page-home .subscribe .email{
    border: 1px solid var(--s-green-color);
    background-color: rgba(255, 255, 255, 0.05);
    background-image: none;
    height: 62px;
    padding: 0 25px;
}
.page-template-page-home .subscribe .email.wpcf7-not-valid{
    border-color: red;
}
.page-template-page-home .subscribe .label_submit{
    position: relative;
    width: 185px;
    height: 63px;
    line-height: 63px;
    margin-left: 15px;
    clip-path: none;
    overflow: inherit;
}
.page-template-page-home .subscribe .label_submit input{
    height: 63px;
    line-height: 63px;
    font-style: normal;
}
.page-template-page-home .subscribe .label_submit:before{
    width: 100%;
    height: 100%;
}
.page-template-page-home .subscribe .label_submit:before,
.page-template-page-home .subscribe .label_submit:after{
    content: "";
    position: absolute;
    top: 0;
    width: 17px;
    height: 100%;
    border-top: 3px solid var(--s-green-color);
    border-bottom: 3px solid var(--s-green-color);
    transition: left ease-in-out 0.2s, right ease-in-out 0.2s;
}
.page-template-page-home .subscribe .label_submit:before{
    left: 0;
    border-left: 5px solid var(--s-green-color);
}
.page-template-page-home .subscribe .label_submit:after{
    border-right: 5px solid var(--s-green-color);
    right: 0;
    left: inherit;
    opacity: 1;
    visibility: visible;
    background: transparent;
    z-index: 1;
}
.page-template-page-home .subscribe .label_submit:hover:before{
    left: -5px;
}
.page-template-page-home .subscribe .label_submit:hover:after{
    right: -5px;
}

/* Header */
.header{
    background: linear-gradient(to bottom, rgb(0 0 0 / 13%) 0%,rgba(255,255,255,0) 100%);
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-logo img{
    display: block;
}
.header-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.header-nav li{

}
.header-nav li a{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: color ease-in-out 0.2s;
}
.header-nav li a:hover{
    color: var(--s-green-color);
}
.header-actions .action-button{
    padding: 13px 25px;
}
.header-toggle{
    display: none;
}
.header-toggle img{
    pointer-events: none;
}

/* Footer */
.footer{
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
}
.footer:before{
    content: "";
    width: 100vw;
    height: 1500px;
    background-image: url("footer-decor.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    bottom: 0;
    right: 0;
}
.footer .header-inner{
    padding-left: 0;
    padding-right: 0;
}
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #D0CCE4;
    font-size: 14px;
    padding: 30px 0;
    font-family: 'Roboto Flex';
}

.footer-copy{}
.footer-links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.footer-links a{
    color: #D0CCE4;
    transition: color ease-in-out 0.2s;
}
.footer-links a:hover{
    color: var(--s-green-color);
}

.socials-list{
    display: flex;
    gap: 10px;
}
.socials-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
.socials-list a path{
    transition: fill ease-in-out 0.2s;
}
.socials-list a:hover path{
    fill: var(--s-green-color)!important;
}


/* Fixed socials */
.sidebar_links{
    border: 1px solid #0B0B0C!important;
}
.sidebar_links:hover{
    background-color: #0B0B0C!important;
}


/* Decors */
.partners p.text-green{
    margin-bottom: 25px;
    padding-left: 10px;
}

.pcc .ppc_desc,
.user_world .user_world_desc,
.tokens .p_top.tokens_desc{
    font-size: 20px;
    line-height: 1.5;
    color: #D0CCE4;
}

.planets_desc{
    max-width: 588px;
}

.about p{
    line-height: 1.5;
}
.about-img{
    min-width: calc(100% + 20%);
    margin-left: -20%!important;
}

.tokens .p_top.tokens_desc{
    max-width: 650px;
}

.user_world .wp-block-column p{
    font-family: 'Alumni Sans';
}


@media (min-width: 980px){
    .pcc .slick-slide:first-child,
    .pcc .slick-slide:last-child{
        position: relative;
        top: 30px;
    }
    .pcc .slick-track{
        padding-bottom: 30px;
    }
}



.modal-inner{
    padding: 0!important;
}
.modal-inner iframe{
    display: block;
    height: 850px!important;
}
.modal-inner-close{
    right: 3px;
    top: 3px;
}
#kazm-form{
    min-height: 850px;
}



/* Media */
@media (max-width: 980px){

    /* Header */
    .header{
        z-index: 99;
        transition: background-color ease-in-out 0.2s;
    }
    .header.active-menu{
        background-color: #0B0B0C;
    }
    .header-logo{
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        max-width: 143px;
    }
    .header-inner{
        padding: 20px;
    }
    .header-actions{
        display: none;
    }
    .header-toggle{
        display: block;
    }

    .action-button{
        font-size: 24px;
        padding: 12px 25px;
    }
    .action-button:before,
    .action-button:after{
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
    .action-button:before{
        border-left-width: 3px;
    }
    .action-button:after{
        border-right-width: 3px;
    }
    header .header-nav{
        position: absolute;
        top: 100%;
        background: #0B0B0C;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 30px 20px;
        flex-direction: column;

        display: none;
    }
    header .header-nav li:not(:last-child){
        margin-bottom: 13px;
    }

    /* Footer */
    .footer{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .footer .header-inner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer .header-nav{
        margin: 30px 0;
        justify-content: center;
    }
    .footer-bottom{
        flex-direction: column-reverse;
        text-align: center;
    }
    .footer-copy{
        margin-top: 20px;
    }
    .footer-links{
        column-gap: 30px;
        row-gap: 15px;
        justify-content: center;
    }

    /* Video */
    .page-template-page-home .video .wp-block-cover__inner-container:after{
        background-size: 47%!important;
    }
    .video .video_content p{
        text-align: center;
    }
    .video .video_content p:nth-of-type(2),
    .video .video_content p:nth-of-type(3){
        margin-left: 0;
        text-align: center;
        left: 0;
    }
    .page-template-page-home .wrap_button_border{
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    /* About */
    .page-template-page-home .about > img{
        display: block!important;
    }
    .page-template-page-home .screenshots,
    .partners > div,
    .page-template-page-home .about > div{
        background: transparent!important;
    }

    .page-template-page-home .planets:before,
    .page-template-page-home .screenshots:after,
    .page-template-page-home .about:before{
        display:none!important;
    }
    .about .wp-block-column{
        text-align: center;
    }

    /* Mobile top bg */
    .screenshots:before,
    .tokens:before{
        background-image: url("main-mobile-bg.svg");
    }
    .partners:before{
        background-image: url("main-mobile-bg-two.svg");
    }
    .tokens .wp-block-columns:before{
        background: var(--s-green-color);
    }

    /* CTA */
    .page-template-page-home .subscribe{
        background: url("subscribe-mobile-new.png") no-repeat center;
        background-size: cover!important;
    }
    .subscribe .wp-block-column:first-of-type{
        padding-top: 155px;
    }

    .screen_galery figure img{
        margin: 0 auto;
    }

    .tokens .wp-block-column:first-of-type:before{
        background: url("token-bg-1-new.png") no-repeat right top;
        background-size: cover!important;
    }
    .tokens .wp-block-column:last-of-type:before{
        background: url("token-bg-2-new.png") no-repeat left bottom;
        background-size: cover!important;
    }

    .subscribe{
        flex-direction: column;
        padding: 130px 0;
    }
    .subscribe .wp-block-column:first-of-type{
        padding: 0;
    }

    .subscribe_form:before{
        display: none!important;
    }
    .subscribe .email{
        position: relative;
        width: 100%;
    }
    .subscribe .label_submit{
        width: 100%!important;
        margin-top: 15px;
        margin-left: 0!important;
    }
}

@media screen and (max-width: 700px) {
    .planets_desc,
    .tokens .p_top.tokens_desc{
        max-width: 100%;
        font-size: 16px!important;
        line-height: 1.3;
    }
    .pcc .ppc_desc, 
    .user_world .user_world_desc,
    .tokens .p_top.tokens_desc{
        font-size: 16px!important;
        line-height: 1.3!important;
    }
    .about p{
        font-size: 16px!important;
        line-height: 1.3;
        color: #D0CCE4!important;
    }
    .planets .wp-block-column p{
        font-size: 16px!important;
    }
    .user_world .wp-block-column p:last-of-type{
        font-size: 18px;
    }
    .pcc .wrap_arrow{
        margin-top: 20px;
    }
}
@media screen and (max-width: 576px) {
    .modal-inner{
        max-width: calc(100vw - 20px);
    }
}
@media screen and (max-width: 440px) {
    .subscribe_form{
        max-width: 320px!important;
        width: 100%!important;
    }
}