@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
header {
    background: rgba(253, 231, 90, 1);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 30px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}
body {
    background: #000;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
    color: inherit;
}
nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}
.nav-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.divider {
    width: 2px;
    height: 34px;
    background: black;
    margin: 0 15px;
}
.yellowdivider {
    width: 4px;
    height: 165px;
    background: rgba(253, 231, 90, 1);
    margin: 0 15px;
}
.logo {
    padding-top: 10px;
}
.logo img {
    height: 80px;
    width: 200px;
}

.nav-items li {
    list-style-type: none;
    font-weight: 500;
    font-size: 25px;
}
.burger-menu i {
    font-size: 50px;
    cursor: pointer;
    font-weight: 700;
}


/* MAIN */

main {
    color: white;
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 100%;
    width: 100%;
    margin-top: 150px;
    align-items: center;
}
.logo2 {
    height: 150px;
}
section {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.hero-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}
.hero-text {
    display: flex;
    flex-direction: column;
    max-width:850px;
    gap: 40px;
    font-size: 25px;
}
.hero-character img {
    position: absolute;
    right: -50px;
    top: -250px;
    z-index: 1;
}
.hero-container {
    position: relative;
    width: 300px; 
    height: 500px;
    flex-shrink: 0;
}

.cryptolist {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.yellowblock {
    background: rgba(253, 231, 90, 1);
    color: black;
    font-weight: 700;
    padding: 6px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.slogan {
    display: flex;
    flex-direction: row;
    gap: 100px;
    color: rgba(255, 255, 255, 0.07);
    font-weight: 300;
    font-size: 40px;
    z-index: 0;
}
/* BG */
.background {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;

    top: 0;
    height: 100%;
    z-index: -1; /* Под основным контентом */
  }

.contacts-main{
    display: flex;
    justify-content: center;
}
.contacts-text {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
}
.contacts-title {
    font-size: 50px;
}
.contacts-character img {
    position: absolute;
    top: -50px;
    z-index: 1;
}
.contacts-container {
    position: relative;
    width:550px; 
    height: 530px;
    flex-shrink: 0;
}
.contacts-tg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 100px;
}
.value {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.ml200 {
    margin-left: 200px;
}
.ml100 {
    margin-left: 100px;
}
.ml220 {
    margin-left: 220px;
}
.ml30 {
    margin-left: 30px;
}
.ml75 {
    margin-left: 75px;
}
.ml25 {
    margin-left: 25px;
}
.value span {
    font-size: 20px;
    font-weight: 600;
}
.slogan.contacts {
    position: absolute;
    top:10%;
    flex-direction: column;
    right: -55px;
}
.hero .money {
    top: -70px; left: 0; position: absolute; width: 100%; height: 90%;
}
.hero .triangle {
    top: 10px;
    left: 15px;
    position: absolute;
  }
  
.hero .circle {
    bottom: 100px;
    left: -55px;
    height: 100px;
    position: absolute;
}

.hero .bottom-triangle {
    left: 25%;
    bottom: 0;
    position: absolute;
    transform: rotate(180deg);
}

.hero .mini-circle {
    right: 40%;
    top: 15%;
    position: absolute;
    height: 30px;
}

.hero .right-circle {
    transform: rotate(180deg);
    right: -55px;
    height: 100px;
    position: absolute;
    top: 5%;
}

.hero .right-triangle {
    transform: rotate(180deg);
    right: 10%;
    bottom: 30%;
    position: absolute;
}
.contacts .triangle {
    position: absolute;
    left: 50px;
}
.contacts .center-triangle {
    position: absolute;
    left: 45%;
    top: 30%;
}
.contacts .right-triangle {
    position: absolute;
    right: 5%;
    bottom: 10%;
}
.contacts .mini-circle {
    position: absolute;
    left: 45%;
    bottom: 25%;
}
.contacts .left-circle {
    position: absolute;
    left: -55px;
    bottom: 0;
    height: 100px;
}
.contacts .money {
    position: absolute;
    top: -12%;
    left: 70%;
}

/* LINKS */
.links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    justify-content: center;
    height: 400px;
    align-items: center;
}
.links-options{
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.links-option{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.link {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}
.links .left-circle {
    position: absolute;
    height: 80px;
    top: -12%;
    left: 20%;
}
.links .right-circle {
    position: absolute;
    height: 80px;
    bottom: -12%;
    right: 25%;
}
.links .small-circle {
    bottom: 40%;
    right: 15px;
    position: absolute;
}
.links .left-triangle {
    position: absolute;
    bottom: -15px;
    left: -15px;
}
.links .right-triangle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.link h1 {
    font-size: 30px;
}

/* SLIDER */

.slider {
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
.slider .left-circle {
    position: absolute;
    left: -55px;
    height: 100px;
}
.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider .right-triangle {
    position: absolute;
    right:5%;
    top: 15px;
}
.slider .left-triangle {
    position: absolute;
    bottom: 15%;
    left: 5%;
}
.slider .right-circle {
    position: absolute;
    right: 5%;
    bottom: 15%;
    height: 50px;
}
.slider .bottom-circle {
    position: absolute;
    left: 10%;
    bottom: -5%;
    height: 100px;
}
.slider .bottom-triangle {
    right: 10%;
    bottom: -2%;
    transform: rotate(180deg);
    position: absolute;
}
.slider-content {
    display: flex;
    max-width: 75%;
    position: relative;
    gap: 25px;
    align-items: center;
}

.slider-window {
    overflow: hidden;
    width: 100%;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-image {
    width: 100%;
    flex-shrink: 0;
}
.slider-arrow {
    font-size: 70px;
    color: #7F742E;
    cursor: pointer;
    border: 5px solid #7F742E;
    border-radius: 50%;
    padding:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.slider-pages {
    text-align: center;
    margin-top: 10px;
}
.slider-dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: rgba(164, 161, 122, 1);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.slider-dot.active {
    background-color: rgba(253, 231, 90, 1);
}
footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    font-size: 26px;
}
.footer-logo {
    height: 200px;
}
footer span {
    text-align: center;
}
.rights span {
    color: rgba(39, 88, 70, 1);
}
.rights {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.rights img {
    height: 50px;
    width: 50px;
}
.mobile-hero-container {
    display: none;
}
.money2,.mobile-circle,.mobile-triangle,.mobile {
    display: none;
}

.promo {
    margin-top: 10%;
}

.promo-text {
    font-size: 30px;
}

@media screen and (max-width: 900px) {
    .slogan.contacts {
        display: none;
    }
    .main {
        gap: 150px;
    }
    nav {
        gap: 0;
    }

    .nav-items {
        align-items: center;
    }
    
    .nav-items li {
        font-size: 20px;
    }
    .hero-main {
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .hero-text {
        max-width: 400px;
        text-align: center;
    }
    .hero-container {
        display: none;
    }
    .mobile-hero-character img {
        position: absolute;
        bottom: -10%;
        height:600px;
        right: 0;
        overflow-x: scroll;
        z-index: 1;
    }
    .mobile-hero-container {
        display: flex;
        width: 300px; 
        height: 100px;
        flex-shrink: 0;
    }
    .cryptolist {
        flex-direction: column;
        align-items: flex-start;
    }
    .cryptolist .yellowblock {
        font-size: 25px;
        width: 100px;
    }
    .cryptolist .yellowblock:nth-child(2) {
        margin-bottom: 50px;
    }
    .hero .money {
        top: -104px;
        left: 35px;
        width: auto;
    }
    .slogan {
        flex-direction: row;
        font-size: 20px;
        position: absolute;
        bottom: 32%;
        gap: 30px;
        left: 25px;
    }
    /* BACKGROUND */
    .hero .triangle {
        left: -35px;
        transform: rotate(180deg);
    } 
    .hero .right-circle {
        top: 20%;
        height: 90px;
    }
    .hero .mini-circle {
        display: none;
    }
    .hero .circle {
        left: 10%;
        bottom: 0;
        height: 30px;
    }
    .hero .bottom-triangle {
        bottom: 0;
        transform: rotate(0)
    }
    .contacts-main {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 50px;
    }
    .contacts-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contacts-title {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }
    .contacts-character img {
        position: static;
        max-width: 100%;
    }

    .value {
        margin-left: 0;
    }
    .ml200,.ml100,.ml220,.ml30,.ml75,.ml25 {
        margin-left: 0;
    }
    .contacts-tg {
        align-items: center;
        padding-left: 0;
        justify-content: center;
    }
    .contacts-tg .yellowblock {
        max-width: 300px;
        text-align: center;
    }
    .contacts .triangle  {
        top: 10%;
    }
    .slogan.contacts {
        top: 50%;
        gap: 200px;
    }
    .contacts .left-circle {
        right: 0;
        top: 2%;
        height: 80px;
    }
    .value span {
        font-size: 26px;
    }
    .contacts .mini-circle {
        bottom: 0;
        left: 5%;
    }
    .contacts .right-triangle {
        left: -5%;
        bottom: 20%;
    }
    .contacts .center-triangle  {
        transform: rotate(90deg);
        left: auto;
        right: 0;
        top: 45%;
    }
    .contacts .money {
        position: absolute;
        top: 6%;
        left: 30%;
        transform: scale(1.5);
    }
    .contacts .money2 {
        position: absolute;
        display: flex;
        top: -19%;
        right: 77%;
    }
    .links-options {
        flex-direction: column;
        gap: 90px;
    }
    .links {
        height: auto;
        padding-bottom: 100px;
        position: relative;
    }
    .yellowdivider {
        width:calc(100% - 15px);
        height: 4px;
        background: rgba(253, 231, 90, 1);
    }
    
    .link img {
        display: none;
    }
    .links .left-circle {
        top: 0%;
        left: 20px;
    }
    .links-logo {
        margin-top: 50px;
    }
    .links .money2 {
        display: flex;
        position: absolute;
        left: -93%;
        top: 28%;
    }
    .links .right-triangle {
        left: 45px;
        top: 20%;
        height: 50px;
        transform: rotate(90deg);
    }
    .links .small-circle  {
        bottom: 35px;
        left: 35px;
    }
    .links .left-triangle {
        bottom: 20%;
        left: -7%;
        transform: rotate(90deg);
    }
    .links .mobile-triangle{
        position: absolute;
        bottom: 45%;
        right: 5%;
        height: 60px;
        display: flex;
    }
    .links .mobile-circle {
        position: absolute;
        top: 25%;
        right: -35px;
        height: 60px;
        display: flex;
    }
    .slider-arrow {
        font-size: 20px;
        border: #7F742E solid 1px;
        padding: 1px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: flex;
       
    }
    .slider-content{ 
        max-width: 100%;
    }
    .slider .left-triangle {
        transform: rotate(90deg);
        bottom: 30%;
        left: 2%;
    }
    .footer-logo {
        max-height: 150px;
        height: auto;
    }
    .slider .bottom-triangle {
        bottom: 20%;
        height: 80px;
        right: -5%;
        transform: rotate(180deg);

    }
    .slider .left-circle {
        bottom: 60%;
    }
    .slider .right-triangle {
        top: -15%;

    }
    footer h1, footer span {
        font-size: 20px;
    }
    .slider .bottom-circle {
        left: -55px;
        bottom: 25px;
    }
    .contacts-container {
        width: 100%;
        height: auto;
    }

    
    .logo {
        padding-left: 13%;
    }
    .logo2 {
        padding-left: 8%;
    }
}
@media screen and (max-width: 500px) {
    .slogan {
        flex-direction: column;
    }
    .slogan.contacts {
        display: none;
    }
    .logo img {
        max-width: 130px;
    }
    .nav-items li {
        font-size: 18px;
    }
    .contacts-title {
        font-size: 26px;
    }
    .contacts-main {
        overflow: hidden;
    }

    .contacts-character img{
        max-height: 460px;
    }
}