* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    color: #ffffff;
}

.wrapper {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero {
    height: 100vh;
    background: url("../img/hero.png") no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
    margin: auto;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.NFT {
    font-weight: 400;
    font-size: 20px;
}

.menu {
    display: flex;
}

.article-img {
    display: flex;
}

ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    list-style: none;
    gap: 30px;
    margin: 0;
}

li a {
    color: white;
    text-decoration: none;
}

li a:hover {
    color: #21E786;
}

.header-btn {
    display: flex;
    align-items: center;
    align-content: space-around;
    gap: 20px;
}

.burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}

.discord {
    display: flex;
    align-items: center;
    width: 120px;
    height: 40px;
    gap: 6px;
    padding: 10px;
    background: #141b22;
    text-decoration: none;
    list-style: none;
    color: #ffffff;
}

.connect {
    display: flex;
    align-items: center;
    width: 120px;
    height: 40px;
    gap: 6px;
    padding: 8px;
    background: #21E786;
    text-decoration: none;
    list-style: none;
    color: #141B22;
}

.explore {
    max-width: 885px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;

}

h1 {
    font-size: 50px;
}

.explore p {
    font-size: 20px;
}

.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
}

.wallet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 42px;
    background: #21E786;
    text-decoration: none;
    list-style: none;
    color: #141B22;
}

.now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 42px;
    background: #141b22;
    text-decoration: none;
    list-style: none;
    color: #ffffff;
    border: 2px solid #21E786;
}

.content {
    padding: 120px 0;
}

.container_work {
    margin-bottom: 140px;
    width: 100%;
}

h2 {
    font-size: 44px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.text-green {
    color: #21E786;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.card {
    width: 100%;
    padding: 30px;
    background: #1b2128;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    overflow: hidden;
}

.collection {
    margin-bottom: 140px;
}

h3 {
    display: flex;
    justify-content: flex-start;
}

.nfts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.nft {
    width: 100%;
    padding: 20px;
    background: #1b2128;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 20px;
    position: relative;
    transition-duration: 2s;
}

.nft img {
    width: 100%;
}

p.p-2 {
    font-size: 20px;
}

.nft:hover.nft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: 3px solid;
    border-image-source: linear-gradient(137.5deg, #21E786 0.49%, rgba(33, 231, 134, 0) 47.32%);
    border-right: 0;
    border-bottom: 0;
    border-image-slice: 1;
    z-index: 1;
    filter: blur(5px);
}

.nft:hover.nft::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    border: 3px solid;
    border-image-source: linear-gradient(137.5deg, #21E786 0.49%, rgba(33, 231, 134, 0) 47.32%);
    border-right: 0;
    border-bottom: 0;
    border-image-slice: 1;
    z-index: 1;
    filter: blur(5px);
    transform: rotate(180deg);
}

.story {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 120px;
    position: relative;
}

.vector-img {
    position: absolute;
    left: 10px;
    top: -10px;
    max-width: 302px;
    z-index: -1;
}

.vector-img img {
    width: 100%;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

h4 {
    display: flex;
    justify-content: flex-start;
    font-size: 50px;
}

p-4 {
    font-size: 20px;
    padding: 5px;
}

p-5 {
    font-size: 14px;
    line-height: 1.6;
    color: #bdbdbd;
    padding: 5px;
}

.stats {
    display: flex;
    gap: 40px;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-btn {
    display: flex;
    justify-content: flex-start;
}

.benefits {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.benefit {
    position: relative;
    background: #1b2128;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.digit {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-weight: 700;
    color: rgba(0, 255, 128, 0.18);
}

.benefit h3 {
    margin: 20px 0;
    font-size: 22px;
}

.benefit p {
    max-width: 250px;
    color: #a5a5a5;
    line-height: 1.6;
}

.partner {
    text-align: center;
    display: block;
}

h5 {
    font-size: 44px;
    text-transform: uppercase;
}

.partners {
    gap: 10px;
    margin: 40px 0px 10px;
}

.partners-top,
.partners-mid,
.partners-bot {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.brand {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-img {
    max-height: 40;
    max-width: 70%;
}

.partners-top .brand:nth-child(even),
.partners-bot .brand:nth-child(even) {
    background: #1b2128;
}

.partners-mid .brand:nth-child(odd) {
    background: #1b2128;
}

.burger-btn {
    display: none;
}

@media (max-width: 1024px) {

    .menu,
    .header-btn {
        display: none;
    }

    .burger-btn {
        display: flex;
    }

    h1 {
        font-size: 42px;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .story {
        flex-direction: column;
        justify-content: center;
    }

    .nfts {
        grid-template-columns: repeat(3, 1fr);
    }

    .digit {
        font-size: 60px;
    }

    p-4 {
        font-size: 20px;
    }

    p-5 {
        font-size: 15px;
    }

    .benefits {
        display: grid
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h4 {
        font-size: 32px;
    }

    h5 {
        font-size: 30px;
    }

    .nfts {
        grid-template-columns: repeat(2, 1fr);
    }

    .digit {
        font-size: 40px;
    }

    p-4 {
        font-size: 15px;
    }

    p-5 {
        font-size: 12px;
    }
    .partners-top,
    .partners-mid,
    .partners-bot {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .partners-mid .brand:nth-child(even) {
        background: #1b2128;
    }
     .partners-mid .brand:nth-child(odd) {
        background: none;
    }
}

@media (max-width: 680px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 550px) {

    .cards,
    .nfts,
    .benefits {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    h5 {
        font-size: 20px;
    }

    p-4 {
        font-size: 20px;
    }
    .partners-top,
    .partners-mid,
    .partners-bot {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-top .brand:nth-child(even),
    .partners-bot .brand:nth-child(even), 
    .partners-mid .brand:nth-child(even){
        background: none;
    }
    .partners-top .brand:nth-child(even):not(:nth-child(4)),
    .partners-bot .brand:nth-child(even):not(:nth-child(4)) {
        background: #1b2128;
    }
    .partners-top .brand:nth-child(3),
    .partners-bot .brand:nth-child(3) {
        background: #1b2128;
    }
    .partners-mid .brand:nth-child(1),
    .partners-mid .brand:nth-child(4),
    .partners-mid .brand:nth-child(5) {
        background: #1b2128;
    }  
}

@media (max-width: 350px) {
    .hero-btn {
        font-size: 9px;
        flex-wrap: wrap;
    }

    .wallet {
        font-size: 9px;
    }

    .now {
        font-size: 9px;
    }

    h1 {
        font-size: 14px;
    }

    h2 {
        font-size: 13px;
    }

    h3 {
        font-size: 12px;
    }

    h4 {
        font-size: 20px;
    }

    .benefits {
        width: 100%;
    }

    .digit {
        font-size: 30px;
    }

    .vector-img {
        left: -10px;
        width: 150px;
    }
}