* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, a:hover, a:visited, a:link, a:focus, a:active {
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 0;
}
html, body {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Titan one', sans-serif;
}
@keyframes slideleft {
    from {
        background-position: 0%;
   }
    to {
        background-position: 90000%;
   }
}
body {
    background-image: url("../images/background.png");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: fixed;
    min-height: 100vh;
    animation: slideleft 11000s infinite linear;

}
html {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABFklEQVRYR9WXURLDIAhE6/0PbSdOtUpcd1Gnpv1KGpTHBpCE1/cXq+vrMph7dGvXZTtpfW10DCA5jrH1H0Jhs5E0hnZdCR+vb5S8Nn8mQCeS9BdSalYJqMBjAGzq59xAESN7VFVUgV8AZB/dZBR7QTFDCqGquvUBVVoEtgIwpQRzmANSFHgWQKExHdIrPeuMvQNDarXe6nC/AutgV3JW+6bgqQLeV8FekRtgV+ToDKEKnACYKsfZjjkam7a0ZpYTytwmgainpC3HvwBocgKOxqRjehoR9DFKNFYtOwCGYCszobeCbl26N6yyQ6g8X/Wex/rBPsNEV6qAMaJPMynIHQCoSqS9JSMmwef51LflTgCRszU7DvAGiV6mHWfsaVUAAAAASUVORK5CYII=),auto;
}
a, button, .read-more-btn {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzElEQVRYR+2X0Q6AIAhF5f8/2jYXZkwEjNSVvVUjDpcrGgT7FUkI2D9xRfQETwNIiWO85wfINfQUEyxBG2ArsLwC0jioGt5zFcwF4OYDPi/mBYKm4t0U8ATgRm3ThFoAqkhNgWkA0jJLvaOVSs7j3qMnSgXWBMiWPXe94QqMBMBc1VZIvaTu5u5pQewq0EqNZvIEMCmxAawK0DNkay9QmfFNAJUXfgGgUkLaE7j/h8fnASkxHTz0DGIBMCnBeeM7AArpUd3mz2x3C7wADglA8BcWMZhZAAAAAElFTkSuQmCC) 14 0,pointer !important;
}
h2, p {
    font-weight: 400;
    margin-bottom: 10px;
}
.heading {
    font-family: 'Titan One', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 969px) {
    .heading {
        font-size: 30px;
   }
}
@media (max-width: 768px) {
    .heading {
        font-size: 20px;
   }
}
.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width: 969px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
   }
}
@media (max-width: 810px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
   }
}
#particles-js {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: -1;
}
#particles-js-2 {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1;
}
.intro-screen {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    background: #8BD3E2;
    width: 100%;
    z-index: 1;
    padding: 20px;
}
.intro_image img{
    border: 5px solid #926a57;
    text-align: center;
    width: 100%;
}
.intro_links ul {
    list-style: none;
    display: flex;
    font-family: 'Titan one', sans-serif;
    font-weight: 500;
    font-size: 20px;
    justify-content: flex-end;
}
.intro_links a {
    color: #fff;
    padding: 10px 25px;
}
.intro_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {
    .intro_links {
        flex-direction: column;
        gap: 20px;
    }
}
.intro-screen svg {
    fill: white;
    width: 200px;
}
.intro-screen__inner {
    max-width: 1200px;
    margin: auto;
}
.btn {
    background-color: #fbd373;
    box-shadow: 0px 2px 1px 1px black;
    border-radius: 8px;
    padding: 12px 37px;
    font-family: 'Titan one', sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    border: 2px solid #181818;
    outline: none;
    cursor: pointer;
    color: #000;
    transition: all 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.intro-screen.hidden {
    opacity: 0;
    z-index: -9999;
    pointer-events: none;
}
.intro-btn {
    -webkit-animation: magichat .5s linear infinite;
    animation: magichat .5s linear infinite;
}
.about_section .container {
    height: 76vh;
}
.about_images img{
    height: 300px;
}
.solpark-button {
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.vertical-line {
    position: absolute;
    width: 10px;
    height: 40%;
    background: #812E28;
    left: 50%;
    z-index: 0;
    box-shadow: 0px 2px 1px 1px black;
}
/* .about_images {
    display: flex;
    position: absolute;
    bottom: 0;
}
*/
/* .char {
    */
   /* -webkit-animation: magichatpos 8s linear infinite;
    animation: magichatpos 8s linear infinite;
    */
   /* 
}
*/
.char img {
    -webkit-animation: magichat .5s linear infinite;
    animation: magichat .5s linear infinite;
}
.about_images {
    display: flex;
   /* justify-content: center;
    */
    width: 100%;
    position: absolute;
    bottom: 0;
    justify-content: space-around;
}
.char {
    display: none;
}
.char.active {
    display: block;
}
.about_section {
    display: none;
   /* Hide all sections initially */
}
.about_section.active {
    display: block;
   /* Show the active section */
}
.about_solpark {
    height: 100%;
    align-content: center;
}
.about_solpark-inner {
    padding: 5px;
    background: #fee013;
    width: 55%;
    margin: auto;
}
.about_solpark .card {
    background: #FEE013;
    padding: 20px;
    border: 5px solid #7d8113;
    text-align: center;
}
.direction-signs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 50px;
}
.sign {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 20px;
    background: #D3663A;
    border: 4px solid #581826;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    color: #fff;
}
.sign-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 20px;
    background: #D3663A;
    border: 4px solid #581826;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    color: #fff;
}
.sign-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 24px solid #581826;
}
.sign::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #581826;
}
#why .card {
    background: #D3663A;
    border: 4px solid #581826;
    margin-bottom: 10px;
    border-radius: 0;
}
#why .heading {
    filter: drop-shadow(0px 2px 0px #02483D);
}
#why .active .card {
    background: #581826;
    border: 4px solid #D3663A;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-animation: bobo 1.5s linear infinite;
    animation: bobo 1.5s linear infinite;
}
#why img {
    border: 4px solid #581826;
    border-radius: 27px;
    -webkit-animation: bobo 1.5s linear infinite;
    animation: bobo 1.5s linear infinite;
    margin-left: auto;
    margin-right: auto;
}
#characters .card {
    padding: 20px;
    box-shadow: 0px 2px 0px 4px black;
    transition: all 0.2s;
}
#characters .card:hover {
    transform: scale(1.04) rotate(-1deg);
}
#characters img {
    height: 250px;
    object-fit: contain;
}

.swiper-slide {
    padding: 20px;
}
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
@-webkit-keyframes bobo {
    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0) 
   }
    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px) 
   }
    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px) 
   }
}
@keyframes bobo {
    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0) 
   }
    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px) 
   }
    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px) 
   }
}
@keyframes magichat {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1) 
   }
    25% {
        -webkit-transform: scale(.9,1.1);
        transform: scale(.9,1.1) 
   }
    50% {
        -webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9) 
   }
    75% {
        -webkit-transform: scale(.95,1.05);
        transform: scale(.95,1.05) 
   }
}
/* @keyframes magichatpos {
    0%, to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
    10% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
    10.01% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
    14.999% {
        opacity: 0;
        -webkit-transform: translateX(40%) scale(.8);
        transform: translateX(40%) scale(.8);
   }
    15%, 30% {
        opacity: 1;
        -webkit-transform: translateX(40%) scale(.9);
        transform: translateX(40%) scale(.9);
   }
    30.01% {
        opacity: 0;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
   }
    34.999% {
        opacity: 0;
        -webkit-transform: translateX(-40%) scale(.95);
        transform: translateX(-40%) scale(.95);
   }
    35%, 50% {
        opacity: 1;
        -webkit-transform: translateX(-40%) scale(1.05);
        transform: translateX(-40%) scale(1.05);
   }
    50.01% {
        opacity: 0;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
   }
    54.999% {
        opacity: 0;
        -webkit-transform: translateX(-20%) scale(.09);
        transform: translateX(-20%) scale(.09);
   }
    55%, 70% {
        opacity: 1;
        -webkit-transform: translateX(-20%) scale(1);
        transform: translateX(-20%) scale(1);
   }
    70.01% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
   }
    74.999% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9);
   }
    75%, 90% {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
   }
    90.01% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
   }
    94.999% {
        opacity: 0;
        -webkit-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9);
   }
    95% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
   }
}
*/
.header {
   /* color: #fff;
    */
   /* background-color: #00483A;
    */
    padding: 10px;
}
.header .logo{
    width: 100px;
   /* filter: invert(1);
    */
}
.header__container {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.header__main-text {
    font-family: 'Titan One', sans-serif;
    font-weight: 400;
    font-size: 40px;
    display: block;
}
.header__menu-elems {
    display: flex;
    gap: 55px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
@media (max-width: 1130px) {
    .header__menu-elems {
        gap: 25px;
   }
}
@media (max-width: 969px) {
    .header__menu-elems {
        gap: 20px;
   }
}
@media (max-width: 810px) {
    .header__menu-elems {
        gap: 18px;
   }
}
@media (max-width: 768px) {
    .header__menu-elems {
        display: none;
   }
}
.header__menu-elems>a {
    font-family: 'Titan One', sans-serif;
    font-size: 20px;
    color: #02483D;
    font-weight: 400;
}
.header__menu-elems>a:hover {
    color: #02483D;
    filter: drop-shadow(0px 2px 0px rgb(255, 255, 255));
}
.header__menu-elems>a.active {
    color: #02483D;
    filter: drop-shadow(0px 2px 0px rgb(255, 255, 255));
}
@media (max-width: 1130px) {
    .header__menu-elems>a {
        font-size: 19px;
   }
}
@media (max-width: 969px) {
    .header__menu-elems>a {
        font-size: 17px;
   }
}
@media (max-width: 810px) {
    .header__menu-elems>a {
        font-size: 15px;
   }
}
.header__social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 50px;
}
@media (max-width: 1130px) {
    .header__social-media {
        margin-right: 30px;
   }
}
@media (max-width: 969px) {
    .header__social-media {
        margin-right: 15px;
   }
}
@media (max-width: 810px) {
    .header__social-media {
        margin-right: 10px;
   }
}
@media (max-width: 768px) {
    .header__social-media {
        display: none;
   }
}
.header__social-media svg {
    display: block;
}
@media (max-width: 969px) {
    .header__social-media svg {
        width: 20px;
        height: 20px;
   }
}
@media (max-width: 810px) {
    .header__social-media svg {
        width: 18px;
        height: 18px;
   }
}
.header__buttons {
    display: flex;
    gap: 9px;
    right: 50px;
    bottom: 50px;
    position: absolute;
    z-index: 1;
}
.header__burger-container {
    display: none;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .header__burger-container {
        display: flex;
   }
   .header__buttons {
        right: 70px;
        bottom: 20px;
    }
    .about_solpark-inner {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .about_solpark-inner {
        width: 100%;
    }
}
.header__burger-menu {
    position: relative;
}
.header__burger-menu, .header__burger-menu::after, .header__burger-menu::before {
    border-radius: 2px;
    width: 24px;
    height: 3px;
    background-color: white;
}
.header__burger-menu::before {
    content: '';
    bottom: 6px;
    position: absolute;
}
.header__burger-menu::after {
    content: '';
    top: 6px;
    position: absolute;
}
.header__opened-menu {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.285);
}
@media (max-width: 768px) {
    .header__opened-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s 0.4s;
   }
    .header__opened-menu.visible {
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.5s;
   }
}
.burger-menu__container {
    position: absolute;
    right: -350px;
    top: 0;
    width: 323px;
    height: 100vh;
    background-color: #8BD3E2;
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    transition: right 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.header__opened-menu.visible .burger-menu__container {
    right: -50px;
}
.header__opened-elems {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
}
.header__opened-elems>a {
    font-family: 'Titan One', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #02483D;
}
.header__opened-elems>a.active {
    filter: drop-shadow(0px 2px 0px rgb(255, 255, 255));
}
.header__buttons-burger {
    margin-top: auto;
}
.header__buttons-burger .header__buy-btn {
    display: block;
    width: 224px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
}
.header__buttons-burger .header__music-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}
.header__social-media-burger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.header__social-media-burger svg {
    display: block;
}
.header__music-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02483D;
    box-shadow: 0px 2px 1px 1px black;
    border-radius: 8px;
    padding: 0px 11px;
    border: 2px solid #181818;
    outline: none;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
    padding: 10px;
}
.header__music-btn:hover {
    transform: scale(1.1);
}
.header__music-btn.mdisabled {
    background: #6d6d6d;
}
@media (max-width: 810px) {
    .header__music-btn {
        padding: 9px 9px;
        width: 50px;
   }

}
.header__menu-container-burger {
    display: flex;
    justify-content: flex-end;
    padding: 10px 40px;
}
.header__close-menu, .header__close-menu::after {
    border-radius: 2px;
    width: 24px;
    height: 3px;
    background-color: white;
}
.header__close-menu {
    position: relative;
    transform: rotate(45deg);
}
.header__close-menu::after {
    position: absolute;
    content: '';
    transform: rotate(-90deg);
}
a.header__buy-btn {
    background-color: #fbd373;
    box-shadow: 0px 2px 1px 1px black;
    border-radius: 8px;
    padding: 12px 37px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #181818;
    outline: none;
    cursor: pointer;
    color: #000;
    transition: all 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
}
a.header__buy-btn:hover {
    transform: scale(1.1);
}
@media (max-width: 1130px) {
    a.header__buy-btn {
        padding: 12px 25px;
   }
}
@media (max-width: 969px) {
    a.header__buy-btn {
        padding: 12px 12px;
        font-size: 14px;
   }
   
}
@media (max-width: 810px) {
    a.header__buy-btn {
        padding: 13px 10px;
        font-size: 12px;
   }
   .about_section .container {
    height: auto;
   }
}
@media (max-width: 768px) {
    .header__buy-btn {
        font-size: 12px;
        padding: 12px 34px;
   }
}
#join .vertical-line {
    height: 23%;
}

#join .about_solpark {
    animation: move 30s linear infinite;
    transition: all 1s linear;
}

#join .about_solpark-inner {
    width: 33%;
}
@media (max-width: 1024px) {
    .join-content {
        position: relative;
        height: 88vh;
        overflow: hidden;
    }
    .join-content  .container {
        height: 75vh;
    }
    #join .about_solpark-inner {
        width: 100%;
    }
}
#default .container{
    height: 76vh;
}

@media (max-width: 1024px) {
    .about_images img {
        height: 150px;
    }
}
@keyframes move {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100vw);
    }
}
.road {
    width: 250%;
    height: 200px;
    background-color: #585858;
    border-top: 10px solid #756D6D;
    border-bottom: 10px solid #756D6D;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
    padding: 0;
    z-index: -1;
}
.road::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 0px;
    right: 0px;
    border: 1px solid green;
}
.road-top {
    height: 5px;
    width: 250%;
    position: absolute;
    left: -10%;
    top: 50px;
    margin-top: 25px;
    border-top: 10px dashed white;
    animation: road-moving 30s infinite linear;
    transition: all 1s linear;
}


@keyframes road-moving {
    100% {
        transform: translate(-2400px);
   }
}
.cart {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
    -webkit-animation: magichat .5s linear infinite;
    animation: magichat .5s linear infinite;
}
.cart img{
    height: 214px;
}
.cart .social-media {
    margin-left: -47%;
    display: flex;
    column-gap: 7px;
    margin-bottom: 8px;
}
.cart .social-media a {
    background: black;
    padding: 10px;
    border-radius: 100%;
}
.container-loop-text {
    display: flex;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
}
.loop-text {
    color: white;
    font-size: 20px;
   /* text-transform: uppercase;
    */
    padding: 0 0.25em;
    animation: loopText 30s infinite linear;
}

.partner {
    box-shadow: 0px 2px 1px 1px black;
    background: #8BD3E2;
    width: 20%;
    margin: auto;
    padding: 11px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .partner {
        width: 100% !important;
    }
}
@keyframes loopText {
    from {
        transform: translateX(0);
   }
    to {
        transform: translateX(-100%);
   }
}
