/* Asosiy stillar */
.head-wrapper {
    width: 100%;
}

.head-main img {
    width: 100%;
    object-fit: cover;
}

.btn-header-img {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-header-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-header-img h1 {
    padding-left: 140px;
    font-size: 1.9rem;
}

.btn-group {
    display: flex;
    gap: 10px;
    padding-right: 100px;
}
.copy-button {
    background-color: #a259ff;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.copy-button:hover {
    background-color: #7c3aed;
    transform: scale(1.05);
}

.follow-button {
    background: none;
    border: 2px solid #a259ff;
    color: white;
    padding: 20px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.follow-button .plus-icon {
    width: 16px;
    height: 16px;
}
.follow-button:hover {
    background-color: white;
    color: black;
    transform: scale(1.05);
}

.follow-button:hover .plus-icon {
    filter: invert(1);
}

.profile-stats {
    background-color: #2b2b2b;
    color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stats {
    display: flex;
    padding-left: 130px;
    gap: 60px;
}

.stat-item strong {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.stat-item span {
    display: block;
    font-size: 17px;
    color: #fff;
}

.bio {
    padding-left: 130px;
}

.bio h4,
.links h4 {
    font-size: 18px;
    font-weight: bold;
    color: #858584;
    margin-bottom: 5px;
    padding-left: 130px;
}

.bio p {
    font-size: 14px;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    color: #bbb;
    padding-left: 130px;
}

.social-icons a {
    color: #858584;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #a855f7;
}

/* ****************** catergory section ****************** */

.category-section .list-group--container {
    border-top: 1px dashed rgba(59, 59, 59, 1);
}
.list-group {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 115px;
    display: flex;
}
.list-group--nfts {
    border-bottom: 2px solid rgba(133, 133, 132, 1);
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.list-group--collections {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: rgba(133, 133, 132, 1);
}
.list-group--nfts__text,
.list-group--collections__text {
    display: flex;
    align-items: center;
    gap: 16px;
}
.list-group--nfts__text h3 {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.list-group--nfts__text p {
    padding: 5px 10px;
    border-radius: 20px;
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    background: rgba(133, 133, 132, 1);
    color: rgba(255, 255, 255, 1);
}
.list-group--collections__text h3 {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.list-group--collections__text p {
    padding: 5px 10px;
    border-radius: 22px;
    font-family: ' Space Mono';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    background: rgba(59, 59, 59, 1);
    color: rgba(255, 255, 255, 1);
}

/* wrapper card bo'limi */
.container-created {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 115px;
}
.category-section--cards {
    background-color: rgba(59, 59, 59, 1);
    border-bottom: 2px solid rgba(43, 43, 43, 1);
}

/* Responsive Media Querylar */
@media (max-width: 1200px) {
    .btn-header-img h1 {
        padding-left: 100px;
        font-size: 1.8rem;
    }
    .btn-group {
        padding-right: 70px;
    }
    .stats {
        padding-left: 100px;
        gap: 40px;
    }
    .bio,
    .bio h4,
    .links h4,
    .social-icons {
        padding-left: 100px;
    }
}

@media (max-width: 1024px) {
    .btn-header-img h1 {
        padding-left: 80px;
        font-size: 1.6rem;
    }
    .btn-group {
        padding-right: 50px;
    }
    .stats {
        padding-left: 80px;
        gap: 30px;
    }
    .bio,
    .bio h4,
    .links h4,
    .social-icons {
        padding-left: 80px;
    }

    .container-created {
        padding: 80px 70px;
    }
    .list-group {
        padding: 0 70px;
    }
    .pricing-table__left__price,
    .pricing-table__right__price {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .btn-header-body {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .btn-header-img h1 {
        padding-left: 0;
        font-size: 1.5rem;
    }
    .btn-group {
        padding-right: 0;
        margin-top: 15px;
        flex-direction: row;
        gap: 10px;
    }
    .address-button,
    .follow-button {
        padding: 8px 12px;
        font-size: 13px;
        max-width: 180px;
    }
    .stats {
        padding-left: 20px;
        gap: 20px;
        flex-wrap: wrap; /* Agar joy yetmasa, elementlar pastga tushadi */
    }
    .bio,
    .bio h4,
    .links h4,
    .social-icons {
        padding-left: 20px;
    }

    .wrapper-cards_card {
        flex: 0 0 calc(50% - 10px);
    }
    .wrapper-cards_card:nth-child(7),
    .wrapper-cards_card:nth-child(8),
    .wrapper-cards_card:nth-child(9) {
        display: none;
    }
    .pricing-table__left__price,
    .pricing-table__right__price {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .btn-header-img h1 {
        font-size: 1.4rem;
    }
    .btn-group {
        flex-direction: column;
        gap: 8px;
    }
    .address-button,
    .follow-button {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
    .stats {
        padding-left: 10px;
        gap: 15px;
    }
    .stat-item strong {
        font-size: 18px;
    }
    .stat-item span {
        font-size: 15px;
    }
    .bio,
    .bio h4,
    .links h4,
    .social-icons {
        padding-left: 10px;
    }

    .wrapper-cards-card__title {
        font-size: 18px;
    }
    .wrapper-cards {
        font-size: 14px;
        line-height: 20.4px;
        letter-spacing: 0%;
    }
    .wrapper-cards_card_bottom {
        padding: 20px 15px 25px 15px;
    }
    .pricing-table__left__price,
    .pricing-table__right__price {
        font-size: 14px;
    }
}
@media (max-width: 550px) {
    .wrapper-cards_card {
        flex: 0 0 calc(100%);
    }
    .wrapper-cards_card:nth-child(4),
    .wrapper-cards_card:nth-child(5),
    .wrapper-cards_card:nth-child(6) {
        display: none;
    }
    .wrapper-cards_card_bottom {
        padding: 20px 30px 25px 30px;
    }
    .wrapper-cards-card__title {
        font-size: 22px;
    }
    .wrapper-cards {
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: 0%;
    }

    .list-group--collections__text p,
    .list-group--nfts__text p {
        display: none;
    }
}

@media (max-width: 480px) {
    .btn-header-img h1 {
        font-size: 1.2rem;
    }
    .address-button,
    .follow-button {
        font-size: 12px;
        padding: 6px 10px;
    }
    .stats {
        flex-direction: column;
        padding-left: 10px;
        gap: 10px;
    }
    .bio p {
        font-size: 13px;
    }
    .social-icons a {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .wrapper-cards_card_bottom {
        padding: 20px 15px 25px 15px;
    }
}
@media (max-width: 360px) {
    .btn-header-img h1 {
        font-size: 1rem;
    }
    .address-button,
    .follow-button {
        font-size: 11px;
        padding: 5px 8px;
    }
    .stats {
        padding-left: 5px;
    }
    .bio h4,
    .links h4 {
        font-size: 16px;
    }

    .pricing-table__left__price,
    .pricing-table__right__price {
        font-size: 14px;
        }
}
