/*
Theme Name: Digital Moon
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website made by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Poppins', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html,body {
    overflow: hidden;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}

.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
p{
}
p strong,
strong{

}
p em,
em{

}
em strong,
strong em,
p em strong,
p strong em{

}
a{
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
}
ul li{
}
ol li{
}
ul li a,
ol li a{
}
blockquote{

}

.global-button{
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background: rgb(237,114,216);
    background: linear-gradient(90deg, rgba(237,114,216,1) 0%, rgba(200,114,242,1) 100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}
.global-button:hover{
    background: rgb(237,114,216);
    background: linear-gradient(-90deg, rgba(237,114,216,1) 0%, rgba(200,114,242,1) 100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*### Header ###*/

.header{
    position: fixed;
    top: 2vw;
    width: 100%;
    z-index: 9999
}
.header .wrapper{
    display: flex;
    justify-content: space-between;
}
.logo{
    background: url("images/logo.svg") no-repeat;
    background-size: 100% auto;
    display: block;
    height: 80px;
    width: 270px;
}
.wrapper{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
}
.logo-social{
    display: flex;
    align-items: center;
}
.header .social{
    margin-left: 2vw;
    margin-top: 10px;
}
.header .social a{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;

}
.header .social a.facebook{
    background: url("images/fb.svg") no-repeat;
    background-size: 100% auto;
}
.header .social a.linkedin{
    background: url("images/in.svg") no-repeat;
    background-size: 100% auto;
}
.header .social a.instagram{
    background: url("images/insta.svg") no-repeat;
    background-size: 100% auto;
}
.header .social a.discord{
    background: url("images/disc.svg") no-repeat;
    background-size: 100% auto;
    width: 31px;
    margin-left: 15px;
}
.header .social a:hover{
    opacity: 0.7;
}
.header-menu-container{
    display: flex;
    align-items: center;
}

.hamburger-button{
    margin-left: 2vw;
}
.header-menu{
    background: linear-gradient(90deg, #f772d1, #c872f2);
    background-clip: text;
    -webkit-background-clip: text;
}
.header-menu li {
    display: inline-block;
}
.header-menu li a{
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    padding:  0 20px;
    display: block;
    font-weight: 500;
}
.header-circle-menu {
    margin-top: 18px;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 40px;
    top: 7px
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.page-template-home #nav-icon3 span{
    background: #fff;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
    width: 50%;
    right: 0;
    left: inherit;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.main-menu-open #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.main-menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu-open #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.main-menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-menu-container .menu-header-menu-container{
    display: none;
}
.header-menu-container.active .menu-header-menu-container{
    display: block;
}
.screens-nav:before{
    content: "";
    width: 2px;
    height: 5vw;
    background: #fff;
    display: block;
    margin: 0 auto 2vw;
}
.screens-nav{
    position: fixed;
    width: 40px;
    right: 5vw;
    top: 10vw;
    right: 2vw;
    color: #fff;
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.screens-nav .screen-nav:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.screens-nav .screen-nav{
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom: 10px;
}
.screens-nav .screen-nav.active{
    width: 40px;
    height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#next{
    position: fixed;
    bottom: 5vw;
    right: 0vw;
    z-index: 99;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 5px 15px;
    cursor: pointer;
}
/*### End Header ###*/

/*### Content ###*/
.sections-container{
    position: relative;
    display: flex;
    width: 100vw;
}

.home{
    touch-action: none;
    height: 100vh;
    overflow: hidden;
    width: 1000vw;
}
.home .scrollmagic-pin-spacer {
    left:0px !important;
    right:0px !important;
}
.home > div:not(.clear){
    /*display:none;*/

}
#parallaxContainer {
    display: flex;
    background-image: url("images/bgfull.jpg");
    background-attachment: fixed;
    background-size: 300% 100%;
    width: 100vw;
    height: 100vh;
    width: 100vw;
    position: relative;
    min-width: 100vw;
    max-width: 100vw;
}

#parallaxContainer.inactive{
    inset: 0px auto auto 0px!important;
    left: 0px!important;
    right: 0!important;
}
#parallaxContainer .rocket {
    background-image: url("images/rocket.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 14vw;
    height: 12vw;
    top: 29vw;
    left: 28vw;
    z-index: 9
}
#parallaxContainer .rocket-effect {
    background-image: url("images/rocket-effect.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    width: 49vw;
    height: 34vw;
    top: 29vw;
    left: -14vw;
    z-index: 8;
}



#parallaxContainer .planet1 {
    background-image: url("images/p1.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 16vw;
    height: 16vw;
    top: 16vw;
    left: 24vw;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
}

#parallaxContainer .planet2 {
    background-image: url("images/p2.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 32vw;
    height: 32vw;
    top: 4vw;
    left: 33vw;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}
#parallaxContainer .planet3 {
    background-image: url("images/p3.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 13vw;
    height: 13vw;
    top: 28vw;
    left: 43vw;
    z-index:8;
    display: flex;
    justify-content: center;
    align-items: center;
}

#parallaxContainer .planet4 {
    background-image: url("images/p4.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 11vw;
    height: 11vw;
    top: 23vw;
    left: 54vw;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#parallaxContainer .planet5 {
    background-image: url("images/p5.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 14vw;
    height: 14vw;
    top: 4vw;
    left: 56vw;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}




#reveal1 {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#reveal1.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.box{
    position: absolute;
    top: 50%;
    z-index: 999;
    background: red;
    left: 60%
}
.boxes{
    position: absolute;
    right: -280vw;
    top:24vw;
    z-index: 999;
    width: 180vw;
    display: flex;
}
.box-text{
    width: 40vw;
    display: flex;
    margin-left: 2vw;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.box-text h3{
    color:#ed72d8;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 30px;
}
.box-text p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}
.title-screen1{
    position: absolute;
    left: -40vw;
    top: 12vw;
    width: 40vw;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    line-height: 45px;
    z-index: 9;
}

#parallaxContainer .stars {
    background-image: url("images/stars.svg");
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    top: 0;
    z-index: 3
}
#parallaxContainer .stars2 {
    background-image: url("images/stars2.svg");
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    top: 0;
    z-index: 3
}
#parallaxContainer .gallaxy {
    background-image: url("images/gallaxy.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 70vw;
    height: 70vh;
    right: -100vw;
    top: 0;
    z-index: 3;
    margin: auto;
    bottom: 0;
}
#parallaxContainer .planet21 {
    background-image: url("images/p6.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 0vw;
    height: 0vw;
    left: 200vw;
    top: 0vw;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#parallaxContainer .planet22 {
    background-image: url("images/p7.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 200vw;
    top: 0vw;
    height: 0vw;
    width: 0vw;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planet-text{
    opacity:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
#parallaxContainer .planet2 .planet-text{
    background-image: url("images/p2-over.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20%;
    margin-left: 2%;
    margin-right: 0;
    text-align: center;
}
#parallaxContainer .planet3 .planet-text{
    background-image: url("images/p3-over.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 98%;
    height: 98%;
    box-sizing: border-box;
    padding: 16%;
    margin-left: -6%;
    margin-right: -7%;
    margin-top: -1%;
    text-align: center;
    transform: rotate(-90deg);
}
#parallaxContainer .planet22 .planet-text{
    background-image: url("images/p7-over.svg");
    background-size: 99% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15%;
    margin-left: -3%;
    margin-right: -3%;
    text-align: center;
}
#parallaxContainer .planet21 .planet-text{
    background-image: url("images/p6-over.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 119%;
    height: 118%;
    box-sizing: border-box;
    padding: 20%;
    margin-left: -10%;
    margin-right: -13%;
    text-align: center;
}
.screen3-text{

    width: 40vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 10vw;
    margin: 0 auto;
    right: 0;
    align-items: center;
    z-index: 8;
}

.screen3-text h2,
.planet-text h2{
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    color: #1e1c31;
    margin-bottom: 20px;
}
.screen3-text p,
.planet-text p{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #1e1c31;
}

.screen3-text p{
    margin-bottom: 30px;
}
.screen2-text{
    position: absolute;
    opacity: 0;
    left: 5vw;
    bottom: 5vw;
    width: 44vw;
    z-index: 5
}
.screen2-text h2{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    margin-bottom: 30px;
}
.screen2-text p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px;
}
#parallaxContainer .moon {
    background-image: url("images/moon.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0vw;
    top: 0vw;
    height: 0vw;
    width: 0vw;
    z-index: 8
}
#parallaxContainer .overlay-moon{
    background-image: url("images/overlay-moon.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 19vw;
    left: 30vw;
    height: 25vw;
    width: 25vw;
    opacity: 0;
}
#parallaxContainer .commet1{
    background-image: url("images/commet.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 9vw;
    top: 7vw;
    height: 0vw;
    width: 0vw;
    z-index: 8
}
#parallaxContainer .commet2{
    background-image: url("images/commet2.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 15vw;
    top: 7vw;
    height: 0vw;
    width: 0vw;
    z-index: 8
}

.landing{
    background-image: url("images/landing.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50vw;
    height: 16vw;
    width: 50vw;
    z-index: 8;
    bottom: -16vw;
}
.rocket-landing{
    background-image: url("images/rocket-landing.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 65vw;
    height: 20vw;
    width: 35vw;
    z-index: 8;
    bottom: -20vw;
}
.end-box{
    background-image: url("images/end-box.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 78vw;
    top: -2vw;
    height: 16vw;
    width: 16vw;
    z-index: 8;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw;
    text-align: center;
}
.end-box p{
    color: #fff;
    font-size: 16px;
}
.planet-texts-desktop{
    left: 0vw;
    top: 36vh;
    width: 35vw;
    padding: 0 5%;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    margin: 0 auto;
    right: 0;
}
.planet-texts-desktop .planet-text{
    height: 17vh;
    text-align: center;
}
.planet-texts-desktop .planet-text h2,
.planet-texts-desktop .planet-text p{
    color: #fff;
}
.scroll-icon{
    position: fixed;
    bottom: 2vw;
    right: 0vw;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    width: 4vw;
    height: 4vw;
    background: rgba(255, 255, 255, 0.11);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-icon .mouse_scroll {
    display: block;
    margin: 0 auto;
}


.scroll-icon .mouse_scroll .m_scroll_arrows{
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 8px;
    height: 8px;
}


.scroll-icon .mouse_scroll .unu{
    margin-top: 1px;
}

.scroll-icon .mouse_scroll .unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.scroll-icon .mouse_scroll .unu{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.scroll-icon .mouse_scroll .doi{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.scroll-icon .mouse_scroll .trei{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.scroll-icon .mouse_scroll .mouse {
    height: 32px;
    width: 20px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.scroll-icon .mouse_scroll .wheel {
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 2px;
    width: 2px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}
.scroll-icon .mouse_scroll  .mouse-arrows{
    width: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@-webkit-keyframes mouse-wheel{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}
@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}
@keyframes mouse-wheel {

    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0%   {
        opacity: 0;
    }
    50%  {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mouse-scroll {

    0%   {
        opacity: 0;
    }
    50%  {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {

    0%   {
        opacity: 0;
    }
    50%  {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {

    0%   {
        opacity: 0;
    }
    50%  {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

/*### End Content ###*/
/*### Example Page ###*/
.example-page{
    background-image: url("images/example.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 25vh
}
.about-page .partners{
    width: 90%;
    margin: 0 auto 5vh;

    position: relative;
}
.about-page .partners .slick-list{
    overflow: hidden;
}
.about-page .partners .slick-arrow{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.about-page .partners .slick-prev{
    background-image: url("images/prev.svg");
    left: -150px;
}
.about-page .partners .slick-next{
    background-image: url("images/next.svg");
    right: -150px;
}
.about-page .partners .partner {
    margin: 0 10px;
}
.about-page .partners .slick-track{
    display: flex;
    align-items: center;
}
.about-page .partners img{
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    max-height: 105px;

}
.about-page .partners-page-title{
    color: #fff;
    font-size: 4.8rem;
    line-height: 6.1rem;
    font-weight: 600;
    max-width: 60%;
    margin-bottom: 10vh;
}
.about-page .after-text{

    margin-bottom: 5vh;

}
.about-page .after-text p{
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #fff;
}
.about-page .boxes-partners{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about-page  .boxes-partners .box-partners{
    max-width: 620px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.about-page  .boxes-partners .box-partners .yes{
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.about-page .boxes-partners .box-partners.box-partners1 .yes{
    color: #ee72d7;
}
.about-page .boxes-partners .box-partners.box-partners2 .yes{
    color: #4414c6;
}
.about-page .boxes-partners .box-partners.box-partners3 .yes{
    color: #dea3f4;
}
.about-page .boxes-partners .box-partners .text-bp{
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #fff;
}
.about-page  .boxes-partners .box-partners.box-partners3 .text-bp span{
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #dea3f4;
    display: block;
}
/*### END Example Page ###*/
/*### Solutions Page ###*/
.solutions-page{
    background-image: url("images/stars.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
    height: 200vh;
    overflow-x: hidden;
}
.solutions-block {
    opacity: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    position: absolute;
    right: -100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solutions-block.solutions1{
    opacity: 1;
    left: 0vw
}
.solutions-block h1,
.solutions-block h2,
.solutions-block h1 span,
.solutions-block h2 span{
    font-family: 'Poppins', sans-serif;
    font-size: 4.8rem;
    line-height: 6.1rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}
.solutions-block h1 span,
.solutions-block h2 span{
    text-decoration: underline;
}

.solutions-block p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
}
.solutions-block .content-sol1,
.solutions-block .content-sol2{
    margin-bottom: 30px;
}
.solutions-block p strong{
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: bold;
}
.page-template-template-solutions{
    height: 200vh;
    width: 100vw;
}
.about-page .solutions-page-title{
    font-size: 6.2rem;
    line-height: 7.9rem;
    font-weight: 600;
    color: #1e1c31;
    margin-bottom: 5vh;
    text-align: center;
}
.about-page .boxes-solutions{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.about-page .boxes-solutions .solution{
    flex: 0 0 45%;
    display: flex;
    align-items: center;
}
.about-page .boxes-solutions .solution.right-image{
    flex-direction: row-reverse;
}
.about-page .boxes-solutions .right-image .image-solutions{
    margin-left: 50px;
}
.about-page .boxes-solutions .left-image .image-solutions{
    margin-right: 50px;
}
.about-page .boxes-solutions  .image-solutions img{
    width: 80%;
    height: auto;
}
.about-page .boxes-solutions .text-solutions{
    max-width: 350px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
}
.about-page .boxes-solutions .solution.right-image .text-solutions{
    text-align: right;
}
.solutions-button{
    display: flex;
    justify-content: center;
}
/*### END Solutions Page ###*/

/*### About Page ###*/
.scroll-content{
    overflow: scroll;
    overflow-x: hidden;
}
.page-template-template-about{
    height: 400vh;
    width: 100vw;

}
#parallaxContainerAbout{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: none;
    height: 100vh;
    align-content: center;
    justify-content: flex-start;
}
.about-page{
    background-image: url("images/stars.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;

    box-sizing: border-box;


    position: relative;
}
.about-page .about-title{
    font-size: 6.2rem;
    line-height: 7.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5vh;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
}
.about-page .about4 .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-page h1{
    font-family: 'Poppins', sans-serif;
    font-size: 5.5rem;
    line-height: 6.7rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.about-page p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 40px;
    font-weight: bold;
}
.about-block{
    opacity: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    position: absolute;
    right: -100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-block.about1{
    opacity: 1;
    left: 0vw
}
.boxes-team{
    width: 40vw;
    position: absolute;
    right: 0;
}
.small-image .image-team-small{

    width: 55px !important;
    height: 55px;
}
.image-overlay-small{
    background-color: #b7b7b7;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.image-overlay-small img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.round-slider .slick-list{
    padding: 0!important;
    overflow: visible!important;
}
.round-slider{
    position: relative;
    top: 5vh;
    z-index: 999;
    height: 100vh;
    width: 20vw;
}

.boxes-team{
    width: 50vw;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;

}
.boxes-team .slick-track{
    height: 100vh;
    width: 60vw;
}
.boxes-team .team{
    width: 50vw!important;

    left: 0!important;
    position: absolute!important;
    top: 40vh!important;
    display: flex !important;
    flex-direction: row;
}
.boxes-team .team .image-team{
    width: 195px;
    height: 195px;
    flex: 0 0 195px;
    border: 5px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #b7b7b7;
    margin-bottom: 3vh;
}
.boxes-team .team .image-team img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.boxes-team .team  .text-box-team{
    max-width: 60vw;
    margin-left: 3vw;

}
.boxes-team .team  .text-box-team .name-function{
    margin-bottom: 2vw;
}
.boxes-team .team  .text-team{
    margin-bottom: 3vh;
}
.boxes-team .team  .text-team p{
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 500;

}
.boxes-team .team  .text-team p strong{
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 600;
}
.boxes-team .team  .name-function .name-team{
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.boxes-team .team  .name-function .funtion-team{
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
/*### END About Page ###*/
/*### Standard Page ###*/

.stanard-page{
    background-image: url("images/team.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 25vh;
}

.stanard-page h1{
    font-size: 6.2rem;
    line-height: 7.9rem;
    font-weight: 600;
    color: #1e1c31;
    margin-bottom: 5vh;
    text-align: center;
}
/*### END Standard Page ###*/
/*### Contact Page ###*/

.contact-page{
    background-image: url("images/stars.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    box-sizing: border-box;
    position: relative;
    height: 100vh;

}
.contact-page:after{
    content: "";
    background-image: url("images/contact-planets.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50vw;
    height: 80vh;
    display: block;
    position: absolute;
    right: 0;
    top: 10vh;
}
.contact-page .wrapper{
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contact-page h1{
    font-size: 6.2rem;
    line-height: 7.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5vh;
    text-align: center;
}
.contact-page h3{
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 20px;
}
.contact-page p{
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.contact-page p strong{
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}
/*### END Contact Page ###*/







.round-slider .slick-track {
    width:15vw !important;
    height:15vw;
    position:relative;
    padding-top: 50vh;
    margin-left: 5vw;
}

.round-slider .slick-track .small-image{
    display:block;
    position:absolute;
    top:51%;
    left:51%;
    width:55px;
    height:55px;

    text-align:center;

}
.planelt-team{
    background-image: url('images/planet1-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5vw;
    left: 14vw;
    z-index: 99999;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.planelt2-team{
    background-image: url('images/planet2-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 13vw;
    height: 13vw;
    position: absolute;
    bottom: -4vw;
    left: 70vw;
}
.planelt3-team{
    background-image: url('images/planet3-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 11vw;
    height: 11vw;
    position: absolute;
    top: -3vw;
    left: 60vw;
}
.round-slider .slick-track .small-image{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.round-slider.circle-active .slick-track .small-image{
    transform:translate(10vw)
}

.round-slider.circle-active .slick-track .small-image + div  {
    transform:rotate(46deg) translate(10vw) rotate(-46deg);
}

.round-slider.circle-active .slick-track .small-image + div + div  {
    transform:rotate(91deg) translate(10vw) rotate(-91deg);
}

.round-slider.circle-active .slick-track .small-image + div + div + div{
    transform:rotate(136deg) translate(10vw) rotate(-136deg);
}

.round-slider.circle-active .slick-track .small-image + div + div + div + div {
    transform:rotate(181deg) translate(10vw) rotate(-181deg);
}

.round-slider.circle-active .slick-track .small-image + div + div + div + div + div {
    transform:rotate(226deg) translate(10vw) rotate(-226deg);
}

.round-slider.circle-active .slick-track .small-image + div + div + div + div + div  + div {
    transform:rotate(271deg) translate(10vw) rotate(-271deg);
}

.round-slider.circle-active .slick-track .small-image + div + div + div + div + div  + div + div  {
    transform:rotate(316deg) translate(10vw) rotate(-316deg);
}




/*### Error 404 ###*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 200px;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, 0, 0);
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*### End Error 404 ###*/
/*### Strategy Page ###*/
.strategy-page{
    background-image: url("images/stars.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
    height: 200vh;
    overflow-x: hidden;
}
.page-template-template-strategy{
    height: 200vh;
    width: 100vw;
}
.strategy-block {
    opacity: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    position: absolute;
    right: -100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.strategy-block.strategy1{
    opacity: 1;
    left: 0vw
}
.strategy-block h1{
    font-family: 'Poppins', sans-serif;
    font-size: 4.8rem;
    line-height: 6.1rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}
.strategy-block h1 span{
    width: 2px;
    height: 37px;
    background: #d400bf;
    margin: 0 20px;
    display: inline-block;
}
.strategy-block .items-strategy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.strategy-block .items-strategy .strategy-item{
    flex: 0 0 46%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.strategy-block .items-strategy .image-strategy{
    max-width: 80px;
    margin-right: 50px;
}
.strategy-block .items-strategy .image-strategy img{
    width: 100%;
    height: auto;
}
.strategy-block .items-strategy .title-strategy-item{
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    line-height: 3.5rem;
    color: #fff;
}
.strategy-block .text-after-strategy{
    border-top: 1px solid #bb6ae2;
    margin-top: 20px;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
}
.gallaxy-strategy{
    background-image: url("images/gallaxy-strategy.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.cards-strategy.boxes{
    right:-180vw
}
.cards-strategy.boxes .card{
    justify-content: flex-start;
}


/*### END Strategy Page ###*/
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1600px) {
    .screen2-text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 30px;
    }
    .screen2-text p {
        font-size: 22px;
        line-height: 25px;
    }
    .end-box p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1440px) {
    .box-text p {
        font-size: 13px;
    }
    .box-text h3 {
        font-size: 21px;
    }
    .title-screen1 {
        font-size: 35px;
        line-height: 40px;
    }
    .screen3-text h2, .planet-text h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .screen3-text p, .planet-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .end-box .image{
        width: 50%;
        height: auto;
    }
    .end-box .image img{
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1366px) {
    .logo{
        height: 75px;
        width: 243px;
    }
    .header-circle-menu{
        margin-top: 0px;
    }
    .header .social a {
        width: 24px;
        height: 24px;
    }
    .header .social a.discord{
        width: 29px;
    }
}
@media only screen and (max-width: 1280px) {


    .example-page .after-text,
    .example-page .partners-page-title{
        max-width: 100%;
    }
    .example-page .partners {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .logo{
        height: 74px;
        width: 200px;
    }
    html,body {
        overflow: scroll;

    }
    .home-template{
        width: 100vw;
        overflow: scroll;
        position: relative;


    }
    .header .social{
        display: none;
    }
    .home{
        width: 100vw;
        height: 700vh;
        background: #000;
    }
    #parallaxContainer{
        top: 0!important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-image: none;
    }
    .animations-spacer{
        top: 10vh;
        position: relative;
    }
    .sections-container{
        top: 10vh;
    }
    .title-screen1{
        left: 0;
        top: 125vh;
        width: 100vw;
        padding: 0 5%;
        box-sizing: border-box;

    }
    .boxes{
        width: 100vw;

        flex-wrap: wrap;
        left: 0vw;
        top: 100vh;
        right: 0;
        position: relative;
        height: 250vh
    }
    .box-text{
        width: 100vw;
        margin-bottom: 50vh;
        position: relative;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter:none;
        -moz-backdrop-filter: none;
        border: none;
    }
    .box-text1 {
        top: 50vh;
    }
    .box-text2 {
        top:50vh;
    }
    .box-text3 {
        top: 50vh;
    }
    .box-text4 {
        top: 50vh;
    }
    #parallaxContainer .gallaxy{
        height: auto;
        top:3.6vh
    }
    .screen2-text{
        left: 0vw;
        top: 25vh;
        width: 100vw;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .planet-texts{
        left: 0vw;
        top: 30vh;
        width: 100vw;
        padding: 0 5%;
        box-sizing: border-box;
        position: absolute;
        z-index: 5;
    }

    .planet-text h2{
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
    }
    .planet-text p {
        font-size: 22px;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 40px;
        text-shadow: none;
    }
    .screen3-text {
        width: 100%;
        height: auto;
        top: 30vh;
        padding: 0 5%;
    }
    .screen3-text h2{
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
    }
    .screen3-text p{
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 40px;
        text-shadow: none;
    }
    .text-end{
        left: 0vw;
        top: 35vh;
        width: 100vw;
        padding: 0 5%;
        box-sizing: border-box;
        position: absolute;
        z-index: 5;
        opacity: 0;
        display: flex;
        text-align: center;

    }
    .text-end p{
        color: #fff;
        font-size: 16px;
    }
    .header-menu-container.active .menu-header-menu-container{
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background: #000;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .logo-social{
        position: relative;
        z-index: 999;
    }
    .hamburger-button{
        position: absolute;
        z-index: 999;
        top: -20px;
    }
    .header-menu-container.active .menu-header-menu-container .header-menu{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .header-menu-container.active .menu-header-menu-container .header-menu li{
        margin-bottom: 5vh;
    }
    .main-menu-open{
        overflow: hidden;
    }
    .round-slider{
        display: none;
    }
    .about-page .about-title {
        font-size: 4.2rem;
        line-height: 5.9rem;
    }
    .boxes-team .team,
    .boxes-team {
        width: 100vw!important;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .header-circle-menu {
        margin-top: 28px;
    }
    .contact-page h1,
    .stanard-page h1,
    .solutions-page .solutions-page-title,
    .example-page .partners-page-title{
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .example-page .boxes-partners .box-partners .text-bp,
    .example-page .after-text p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .example-page .boxes-partners {
        flex-direction: column;
    }
    .example-page .partners{
        width: 90%;
    }

    .example-page .partners .slick-prev{
        left: -5%;
    }
    .example-page .partners .slick-next{
        right: -5%;
    }
    .example-page .partners .partner {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .solutions-page .boxes-solutions{
        flex-direction: column;
    }
    .solutions-page .boxes-solutions .solution.right-image {
        flex-direction: row;
    }
    .solutions-page .boxes-solutions .solution.right-image .text-solutions {
        text-align: left;
    }
    .solutions-page .boxes-solutions .right-image .image-solutions {
        margin-left: 0px;
    }
    .solutions-page .boxes-solutions .left-image .image-solutions {
        margin-right: 0px;
    }
    .solutions-page .boxes-solutions .solution {
        flex: 0 0 100%;
    }
    .about-page h1{
        font-size: 3.5rem;
        line-height: 4.7rem;
    }
    .about-page p{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .about-page .boxes-solutions {
        flex-direction: row;
        padding: 0 5vw;
        box-sizing: border-box;
    }
    .about-page .boxes-solutions .solution {
        flex: 100%;
        margin-bottom: 30px;
    }
    .about-page .boxes-solutions .left-image .image-solutions {
        margin-right: 10px;
        max-width: 70px;
    }
    .about-page .boxes-solutions .right-image .image-solutions{
        margin-left: 0px;
        margin-right: 10px;
        max-width: 70px;
    }
    .about-page .boxes-solutions .solution.right-image {
        flex-direction: row;

    }
    .about-page .boxes-solutions .solution.right-image .text-solutions {
        text-align: left;
    }
    .about-page .partners-page-title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        max-width: 100%;
        margin-bottom: 5vh;
    }
    .about-page .partners .slick-prev{
        left: 0;
    }
    .about-page .partners .slick-next{
        right: 0;
    }
    .about-page .partners{
        width: 100%;
    }
    .about-page .partners .slick-slide img{
        margin: 0 auto;
    }
    .about-page .boxes-partners{
        flex-direction: column;
    }
    .about-page .boxes-partners .box-partners.box-partners3 .text-bp span,
    .about-page .boxes-partners .box-partners .text-bp,
    .about-page .after-text p {
        font-size: 1.4rem;
        line-height: 1.8rem;

    }
    .about-page .after-text p{
        margin-bottom: 20px;
    }
    .about-page .boxes-partners{
        margin-bottom: 0px;
    }
    .about-page .boxes-partners .box-partners{
        margin-bottom: 20px;
    }
    .planelt-team,
    .round-slider{
        display: none!important;
    }
    .boxes-team .team{
        top: 15vh !important;
        flex-direction: column;
    }
    .boxes-team .team, .boxes-team {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0;
    }
    .boxes-team .slick-track{
        width: 100% !important;
    }
    .boxes-team .team .image-team{
        margin: 0 auto 5vh;
    }
    .boxes-team .team .text-box-team {
        max-width: 100%;
        margin-left: 0;
    }
    .boxes-team .team .name-function .name-team {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .boxes-team .team .name-function .funtion-team {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .boxes-team .team .text-team p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .about-page .boxes-team  .slick-arrow{
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 48px;
        height: 48px;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 195px;
    }
    .about-page .boxes-team .slick-prev{
        background-image: url("images/prev.svg");
        left: 0px;
    }
    .about-page .boxes-team .slick-next{
        background-image: url("images/next.svg");
        right: 0px;
    }
    .solutions-block h1, .solutions-block h2, .solutions-block h1 span, .solutions-block h2 span {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 20px;

    }
    .solutions-block p strong,
    .solutions-block p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .solutions-block .content-sol1, .solutions-block .content-sol2 {
        margin-bottom: 20px;
    }
    .strategy-block h1{
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 20px;
    }
    .strategy-block h1 span{
        height: 13px
    }
    .strategy-block .items-strategy{
        flex-direction: column;
    }
    .strategy-block .items-strategy .image-strategy {
        max-width: 40px;
    }
    .strategy-block .items-strategy .title-strategy-item {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .strategy-block .items-strategy .strategy-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .strategy-block .text-after-strategy p,
    .strategy-block .text-after-strategy{
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .gallaxy-strategy{
        display: none;
    }
    .cards-strategy.boxes{
        height: 150vh;
    }
}

@media only screen and (max-width: 600px) {
    .solutions-page .boxes-solutions .solution.right-image,
    .solutions-page .boxes-solutions .solution {
        display: flex;
        flex-direction: column;
    }
}


/*### END RESPONSIVE ###*/