@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    background-color: #fff;
    font-family: "Libre Franklin", sans-serif;
    margin: 0;
    min-width: 0;
}
.container{
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.logo {
}

a{
    color: #fff;
    text-decoration: none;
    font-family: "Libre Franklin";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
transition: 0.7s;
cursor: pointer;
}
a:hover{
    opacity: 0.55;
}
button{
    cursor: pointer;
}
p{
    margin: 0;
}
.get_start{
    border: none;
    border-radius: 4px;
background: #5AB963;
padding: 15px 30px;
color: #FFF;
text-align: center;
font-family: "Libre Franklin";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
transition: 0.5s ease-in-out;
}
.get_start:hover{
   background: #28532c; 
}
h1{
    color: #FFF;
font-family: "Libre Franklin", sans-serif;
font-size: 71px;
font-style: normal;
font-weight: 700;
line-height: 78px; /* 109.859% */
letter-spacing: 1px;
margin: 0;
}

/* hero/header */
header {
    display: flex;
    width: 100%;
    max-width: 1170px;
    padding-top: 13px;
    margin-bottom: 128px;
    justify-content: space-between;
    align-items: center;
}
header nav{
    display: flex;
    align-items: center;
    gap: 40px;
}
header nav span{
    width: 4px;
height: 4px;
background: #FFF;
}
.start{
    border-radius: 4px;
    padding: 11px 17px;
    border: 2px solid;
    border-color: #FFF;
}
.hero {
    background-image: url(./img/background-hero.png);
    background-repeat: no-repeat;
background-size: cover ;
background-position: center;
}
.hero-section{
    text-align: center;
    padding-bottom: 120px;
}
.hero-section p {
    color: #FFF;
font-family: "IBM Plex Mono";
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 24px;

margin-top: 35px;
margin-bottom: 60px;

}

/* multy */
.multy .container {
    
}
.Multy_tittle{
    max-width: 507px;
    color: #000;
font-family: "Libre Franklin";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px;
padding-top: 54px;
padding-bottom: 120px;
}
.Multy_tittle span{
    color: #999
}
.multy_wraps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 330px;
    padding: 41px 24px 47px 24px;
    margin-bottom: 40px;
    transition: 0.5s;
}
.wrap:hover{
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.wrap-title {
    color: #000;
margin-top: 25px;
margin-bottom: 13px;
font-family: "Libre Franklin";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
.wrap-text {
    color: #999;

font-family: "IBM Plex Mono";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 24px;

}
/* eggs */
.eggs{
    background: url(./img/eggs.png) lightgray 50% / cover no-repeat;
    margin: 0 30px;
    min-height: 300px;
    position: relative;
    margin-bottom: 50px;
}
/* premium */
.premium .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
}

.premium-wraps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}
.premium-wrap {
padding-right: 230px;
gap: 100px;
flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 200px;
    align-items: flex-start;
    gap: 40px;
}
.premium-wrap:nth-child(2) {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 230px;    
}
.premium-description {
       
    
}
.premium-tittle {
    margin-bottom: 25px;
    color: #000;
font-family: "Libre Franklin";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.premium-tittle span{
    color: #999
}
.premium-text {
    color: #999;
font-family: "IBM Plex Mono";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 184.615% */
}
.premium-clicks {
text-align: center;
}
.premium_p {
    color: #000;
text-align: center;
font-family: "Libre Franklin";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
margin-bottom: 12px;
}
.premium_a {
    color: #5AB963;
text-align: center;
font-family: "IBM Plex Mono";
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 163.636% */
text-transform: uppercase;
}
/* party */
.party .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;

}

.party_div {
}
.party-tittle {
    color: #5AB963;
font-family: "Libre Franklin";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}

.patry_text {
    color: #000;
font-family: "Libre Franklin";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 150% */
max-width: 483px;
}
.party_span{
    color: #999;}
.get_start {
}
/* footer */
footer{
background: #0A0E1A;
 padding: 120px 0 150px 0;
}
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
   

}
.logos_div {
}
.logo {
}
.logos_info {
    margin-top: 15px;
    color: #666;
font-family: "Libre Franklin";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}
.footer_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 50px;
}
.links {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
/* Адаптивность */
@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
    header {
        max-width: 900px;
        flex-direction: column;
        gap: 20px;
    }
    .multy_wraps {
        gap: 10px;
    }
    .premium-wrap {
        gap: 20px;
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    header {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
    .hero-section h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .multy_wraps {
        flex-direction: column;
        align-items: center;
    }
    .wrap {
        max-width: 100%;
        padding: 24px;
    }
    .premium-wraps {
        gap: 20px;
    }
    .premium-wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        min-height: 100px;
    }
    .party .container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .footer_links {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 4px;
        padding-right: 4px;
    }
    header nav {
        flex-direction: column;
        gap: 8px;
    }
    .hero-section h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .hero-section p {
        font-size: 12px;
        line-height: 18px;
    }
    .get_start {
        font-size: 14px;
        padding: 10px 18px;
    }
    .Multy_tittle {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 40px;
    }
    .wrap-title {
        font-size: 14px;
        line-height: 18px;
    }
    .wrap-text {
        font-size: 11px;
        line-height: 16px;
    }
    .premium-tittle {
        font-size: 16px;
        line-height: 22px;
    }
    .premium-text {
        font-size: 11px;
        line-height: 16px;
    }
    .premium_p {
        font-size: 13px;
        line-height: 18px;
    }
    .premium_a {
        font-size: 9px;
        line-height: 12px;
    }
    .party-tittle {
        font-size: 13px;
        line-height: 18px;
    }
    .patry_text {
        font-size: 16px;
        line-height: 22px;
    }
    .footer_links {
        gap: 5px;
    }
    .links {
        gap: 8px;
    }
}
}