/* Сброс и базовые стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Базовые стили элементов */
html {
    font-size: 16px;
    line-height: 1.5;
}

body {
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #2B2B2B;
    color: #fff;
}

/* Убираем маркеры списков */
ul,
ol {
    list-style: none;
}

/* Убираем подчёркивание у ссылок */
a {
    text-decoration: none;
    color: inherit;
}

/* Стили для форм */
input,
textarea,
select {
    font: inherit;
    border: none;
    outline: none;
}

/* Убираем стандартные стили фокуса */
:focus {
    outline: none;
}

/* Утилитарные классы */
.container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    /* padding: 0 15px; */
}

.container-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
}

.mobile {
    display: none !important;
}


.active {
    display: block !important;
}

/* Утилиты для отступов */
.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.m-160 {
    margin: 160px auto;
}

/* Стили для кнопок */
button,
.btn {
    cursor: pointer;
    border: none;
    background: #A259FF;
    border-radius: 20px;
    font: inherit;
    color: inherit;
}

.buttonWithIcon {
    display: flex;
    align-items: center;
    padding: 19px 50px;
    font-size: 16px;
    font-weight: 600;
    gap: 12px;
}

.buttonWithIcon i {
    font-weight: 600 !important;
    margin-bottom: -6px;
}

.btnSeeMore {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 19px 50px;
    font-size: 16px;
    border: 1px solid #A259FF;
    background-color: transparent;
}

.btnSeeMore i {
    font-weight: 600 !important;
    margin-bottom: -6px;
    color: #A259FF;
}

.burgerMenuMobile,
#close {
    background-color: transparent;
}

h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    font-size: 22px;
    font-weight: 400;
}

.fs16 {
    font-size: 16px;
}

.avatar {
    width: 24px;
    height: 24px;
    background-image: url('img/Avatars/AvatarSprites3px.png');
    background-size: 429px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 50%;
}

/* Позиции для каждой иконки */
.avatar--1 {
    background-position: 0px 0;
}

/* 1 очкастая девушка */
.avatar--2 {
    background-position: -24px 0;
}

/* 2 девушка с чёрным каре */
.avatar--3 {
    background-position: -48px 0;
}

/* 3 мужик в очках */
.avatar--4 {
    background-position: -72px 0;
}

/* 4 лис в очках */
.avatar--5 {
    background-position: -96px 0;
}

/* 5 девушка с синими волосами */
.avatar--6 {
    background-position: -120px 0;
}

/* 6 опра с цветными волосами */
.avatar--7 {
    background-position: -144px 0;
}

/* 7 японка */
.avatar--8 {
    background-position: -168px 0;
}

/* 8 японец с усами и повязкой */
.avatar--9 {
    background-position: -191px 0;
}

/* 9 робот с жёлтым лицом */
.avatar--10 {
    background-position: -215px 0;
}

/* 10 киборг с полосками на лице */
.avatar--11 {
    background-position: -239px 0;
}

/* 11 робот с голубыми глазами */
.avatar--12 {
    background-position: -263px 0;
}

/* 12 собака-робот */
.avatar--13 {
    background-position: -286px 0;
}

/* 13 робот с круглой головой */
.avatar--14 {
    background-position: -310px 0;
}

/* 14 аватар с азиатской внешностью */
.avatar--15 {
    background-position: -334px 0;
}

/* 15 парень в шлеме сердечки-глаза */
.avatar--16 {
    background-position: -358px 0;
}

/* 16 тёмный аватар */
.avatar--17 {
    background-position: -382px 0;
}

/* 17 робот с цилиндром */

.avatar18-19 {
    width: 24px;
    height: 24px;
    background-image: url('img/Avatars/AvatarSprites1px.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.avatar--18 {
    background-position: -1px -1px;
}

/* 18 горилла */
.avatar--19 {
    background-position: -27px -1px;
}

/* 19 баба в скафандре */







.headerTop {
    justify-content: space-between;
    padding: 20px 50px;
}

.headerTopRight {
    gap: 10px;
}

.elMenu {
    justify-content: center;
    text-align: right;
}

.headerTopRight p {
    padding: 12px 20px;
}

.headerTopRight button {
    padding: 19px 30px;
}

.headerTopRight button p {
    padding: 0;
}

#close {
    display: none;
}


.breadcrumbs ol {
    list-style: none;
    display: flex;
    gap: 0.5em;
    padding: 0;
    margin: 0 0 1em 0;
}

.breadcrumbs li+li:before {
    content: "/";
    margin: 0 0.5em;
    color: #fff;
}

.breadcrumbs a {
    color: #A259FF;
}

.breadcrumbs li:last-child {
    color: #555;
    font-weight: bold;
}



.NFTMarketplace {
    gap: 12px;
    height: 32px;
}

.icon-Storefront:before {
    color: #A259FF;
    font-size: 27px;
}

img[alt="logoUser"] {
    width: 20px;
    height: 20px;
}

.NFTMarketplace h5 {
    font-family: 'Space Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.burgerMenuMobile {
    display: none;
}


.headerMain {
    align-items: flex-start;
    gap: 30px;
    margin: 80px auto;
}

.headerMainLeft h1 {
    font-size: 67px;
    font-weight: 600;
    text-transform: capitalize;
}

.headerMainLeft p {
    font-size: 22px;
    text-transform: capitalize;
}

.headerMainLeft .description {
    margin: 20px 0;
}

.headerMainLeft button {
    margin: 30px 0;
}

.headerMainLeft button img {
    width: 20px;
    height: 20px;
}

.headerMainLeft button p {
    padding: 0;
}

.indicators {
    gap: 30px;
}

.indicators div {
    width: 150px;
}

.indicators h3 {
    font-size: 28px;
    font-weight: 700;
}

.indicators p {
    font-size: 24px;
}


.headerMainRight>div {
    background-color: #3B3B3B;
    border-radius: 0 0 24px 24px;
    padding: 22px 20px;
    margin-top: -6px;
}

.headerMainRight h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.headerMainRight p {
    margin-left: 12px;
}

.headerMainRight picture img {
    border-radius: 24px 24px 0 0;
}




.trendingCollectionsList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.collectionCard {
    display: flex;
    flex-direction: column;
}

.collectionCard {
    width: 330px;
}

img[src^="img/TrendingCollectionBig"] {
    width: 330px;
    height: 330px;
    border-radius: 25px;
    margin-bottom: 15px;
}

img[src*="TrendingCollection1_mini"] {
    border-radius: 23px;
}

.colectionMiniCard {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cardMore {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    background-color: #A259FF;
    width: 100px;
    height: 100px;
}

.collectionCardTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.collectionCardAuthor {
    display: flex;
    align-items: center;
    gap: 12px;
}



.topCreators .flex {
    justify-content: space-between;
    margin-bottom: 60px;
    width: 1050px;
}

.topCreators i {
    color: #A259FF;
    font-weight: 800;
}

.topCreators .buttonWithIcon {
    background-color: transparent;
    color: #fff;
    border: 1px solid #A259FF;
}

.topCreators .buttonWithIcon svg {
    color: #A259FF;
}


.topCreatorsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.creatorCard {
    position: relative;
    width: 240px;
    height: 240px;
    background-color: #3B3B3B;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.number {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #858584;
    background-color: #2B2B2B;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.creatorCard p:first-of-type {
    font-weight: 600;
    margin-top: 20px;
}

.creatorCardInfo {
    text-align: center;
}

.creatorCard p span {
    color: #858584;
}




.categories h2 {
    margin-bottom: 60px;
}

.categoriesGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.category {
    width: 240px;
    height: 316px;
    border-radius: 24px;
    overflow: hidden;
}

.category div:first-of-type {
    height: 240px;
}

.category div:last-of-type {
    height: 76px;
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}

.category div:last-of-type p {
    font-weight: 600;
}

.category:nth-of-type(1) div:first-of-type {
    background: url(img/categoryFon1.jpg);
}

.category:nth-of-type(2) div:first-of-type {
    background: url(img/categoryFon2.jpg);
}

.category:nth-of-type(3) div:first-of-type {
    background: url(img/categoryFon3.jpg);
}

.category:nth-of-type(4) div:first-of-type {
    background: url(img/categoryFon4.jpg);
}

.category:nth-of-type(5) div:first-of-type {
    background: url(img/categoryFon5.jpg);
}

.category:nth-of-type(6) div:first-of-type {
    background: url(img/categoryFon6.jpg);
}

.category:nth-of-type(7) div:first-of-type {
    background: url(img/categoryFon7.jpg);
}

.category:nth-of-type(8) div:first-of-type {
    background: url(img/categoryFon8.jpg);
}


.moreNFTs {
    margin: 160px auto 80px;
}

.moreNFTs>.flex {
    justify-content: space-between;
    margin-bottom: 60px;
    width: 1050px;
}

.moreNFTsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.moreNFTsGrid>.desktop {
    display: block !important;
}

.moreNFTsCard {
    width: 330px;
    background-color: #3B3B3B;
    border-radius: 24px;
    overflow: hidden;
}

.moreNFTsCard .flex {
    gap: 12px;
}

.moreNFTsCardPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.moreNFTsCard>div {
    padding: 20px 30px 25px;
}

.moreNFTsCard>div>p {
    font-weight: 600;
    margin-bottom: 5px;
}

.moreNFTsCardPrice span {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #858584
}

.mushroom-gradient-bg {
    position: relative;
    overflow: hidden;
    height: 640px;
}

.mushroom-gradient-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(162, 89, 255, 0.1) 0%, rgba(144, 72, 255, 0.9) 100%),
        url('img/magicMashroomsFon.png') no-repeat;
    background-size: cover, 100% auto;
    background-position: 0 0, 0 -400px;
    z-index: 2;
    pointer-events: none;
}

.mushroom-gradient-bg>.flex {
    z-index: 3;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 60px;
}

.magicMashroom>div {
    display: inline-block;
}

.magicMashroom h2 {
    font-size: 51px;
    margin: 30px 0;
}

.magicMashroom>div>.flex {
    padding: 11px 14px;
    background-color: #3B3B3B;
    border-radius: 20px;
    gap: 12px;
}

.magicMashroom .btnSeeMore {
    background-color: #fff;
    color: #000;
}

.timer {
    padding: 32px 40px;
    background: rgba(59, 59, 59, 0.5);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.timer-label {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.timer-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.timer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-num {
    font-family: 'Space Mono', monospace;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.timer-text {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.timer-sep {
    font-family: 'Space Mono', monospace;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 8px;
    line-height: 1;
    position: relative;
    top: -35px;
}


.HowItWorks {
    margin: 80px auto 120px;
}


.howItWorksGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 30px;
}

.HowItWorks>p {
    margin: 10px 0 48px;
}

.howItWorksGrid>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3B3B3B;
    border-radius: 24px;
    padding: 10px 30px 30px;
    width: 330px;
}

.howItWorksGrid>div .flex {
    flex-direction: column;
    text-align: center;
}

.howItWorksGrid>div p:first-of-type {
    font-weight: 600;
    margin: 20px 0 10px;
}

.howItWorksGrid>div p:last-of-type {
    font-size: 16px;
    text-align: center;
}



.JoinUs {
    margin-bottom: 80px;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #3B3B3B;
    padding: 60px;
}


.JoinUs>picture img {
    border-radius: 24px;
}

.JoinUs>div {
    flex-shrink: 0;
    width: 500px;
    transform: translateX(40px);
}

.JoinUs h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.JoinUs p {
    margin-bottom: 40px;
    text-transform: capitalize;
}

.JoinUs input {
    height: 60px;
    border-radius: 20px;
    padding: 0 45px 0 20px;
}

.JoinUs button {
    position: relative;
    left: -40px;
}



footer {
    background-color: #3B3B3B;
    padding: 40px 0;
}

footer>.flex {
    justify-content: space-between;
    align-items: flex-start;
}

footer>.flex>div:first-of-type {
    max-width: 243px;
}

footer>.flex>div:nth-of-type(2) {
    max-width: 133px;
}

footer>.flex>div:nth-of-type(3) {
    max-width: 423px;
}

footer h5 {
    font-family: 'Space Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}

footer p {
    font-size: 16px;
    color: #ccc;
    text-transform: capitalize;
    margin: 20px 0;
}

.m_w_290 {
    max-width: 290px;
}

.socialIcons {
    font-size: 31px;
    color: #858583;
}

.socialIcons i {
    margin-right: 10px;
}


footer input {
    height: 60px;
    border-radius: 20px;
    padding: 0 45px 0 20px;
}

footer button {
    position: relative;
    left: -40px;
}

footer>div:last-of-type {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

footer>div:last-of-type p {
    margin-top: 20px;
}






/* ===== HOVER EFFECTS ===== */

/* Плавные переходы для всех интерактивных элементов */
button, a, .creatorCard, .collectionCard, .moreNFTsCard, .category, .howItWorksGrid > div {
    transition: all 0.3s ease;
}

/* Hover эффекты для кнопок */
.buttonWithIcon:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.3);
    background: linear-gradient(135deg, #A259FF, #8B5CF6);
}

.btnSeeMore:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.2);
    background: rgba(162, 89, 255, 0.1);
    border-color: #8B5CF6;
}

/* Hover эффекты для навигации */
.headerTopRight a:hover {
    background: rgba(162, 89, 255, 0.1);
    border-radius: 20px;
    transform: translateY(-1px);
}

.headerTopRight a:hover p {
    color: #A259FF;
}

/* Hover эффект для логотипа */
.NFTMarketplace:hover {
    transform: scale(1.05);
}

.NFTMarketplace:hover .icon-Storefront:before {
    color: #8B5CF6;
    transform: rotate(5deg);
}

/* Hover эффекты для карточек создателей */
.creatorCard:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(162, 89, 255, 0.15);
    background: linear-gradient(145deg, #3B3B3B, #4B4B4B);
}

.creatorCard:hover .number {
    background: #A259FF;
    color: #fff;
    transform: scale(1.1);
}

.creatorCard:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Hover эффекты для карточек коллекций */
.collectionCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.collectionCard:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.collectionCard:hover .collectionCardTitle {
    color: #A259FF;
}

/* Hover эффекты для NFT карточек */
.moreNFTsCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(162, 89, 255, 0.1);
    background: linear-gradient(145deg, #3B3B3B, #4B4B4B);
}

.moreNFTsCard:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.moreNFTsCard:hover > div > p {
    color: #A259FF;
}

/* Hover эффекты для категорий */
.category:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(162, 89, 255, 0.2);
}

.category:hover div:last-of-type {
    background: linear-gradient(135deg, #3B3B3B, #A259FF);
}

.category:hover div:last-of-type p {
    color: #fff;
}

/* Hover эффекты для How It Works */
.howItWorksGrid > div:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(162, 89, 255, 0.15);
    background: linear-gradient(145deg, #3B3B3B, #4B4B4B);
}

.howItWorksGrid > div:hover p:first-of-type {
    color: #A259FF;
}

/* Hover эффекты для индикаторов */
.indicators div:hover {
    transform: scale(1.05);
}

.indicators div:hover h3 {
    color: #A259FF;
    text-shadow: 0 0 10px rgba(162, 89, 255, 0.3);
}

/* Hover эффекты для социальных иконок */
.socialIcons a:hover {
    transform: translateY(-2px) scale(1.2);
    color: #A259FF;
}

.socialIcons a:hover i {
    animation: bounce 0.6s ease;
}

/* Hover эффекты для ссылок в футере */
footer a:hover p {
    color: #A259FF;
    transform: translateX(5px);
}

/* Hover эффекты для форм */
.JoinUs input:focus,
footer input:focus {
    box-shadow: 0 0 0 3px rgba(162, 89, 255, 0.3);
    border: 1px solid #A259FF;
}

/* Hover эффект для таймера */
.timer:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(162, 89, 255, 0.2);
}

/* Hover эффект для Magic Mushroom секции */
.magicMashroom .btnSeeMore:hover {
    background: #A259FF;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.3);
}

/* Анимация для иконок */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Hover эффект для аватаров */
.avatar:hover {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(162, 89, 255, 0.5);
}

/* Hover эффект для breadcrumbs */
.breadcrumbs a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

/* Hover эффект для burger menu */
.burgerMenuMobile:hover {
    background: rgba(162, 89, 255, 0.1);
    border-radius: 50%;
    transform: scale(1.1);
}

/* Hover эффект для Join Us секции */
.JoinUs:hover {
    box-shadow: 0 20px 40px rgba(162, 89, 255, 0.1);
    transform: translateY(-2px);
}

.JoinUs:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Дополнительные эффекты для изображений */
img {
    transition: transform 0.3s ease;
}

/* Hover эффект для кнопки закрытия */
#close:hover {
    background: rgba(255, 0, 0, 0.1);
    border-radius: 50%;
    transform: scale(1.1);
    color: #ff4444;
}

/* Hover эффект для NFT Marketplace в футере */
footer .NFTMarketplace:hover {
    transform: scale(1.05);
}

footer .NFTMarketplace:hover .icon-Storefront:before {
    color: #8B5CF6;
}

/* Эффект пульсации для кнопок с иконками */
.buttonWithIcon:hover i {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Hover эффект для карточек с градиентом */
.collectionCard:hover .cardMore {
    background: linear-gradient(135deg, #A259FF, #8B5CF6);
    transform: scale(1.05);
}

/* Эффект свечения для активных элементов */
.creatorCard:hover,
.collectionCard:hover,
.moreNFTsCard:hover {
    position: relative;
}

.creatorCard:hover::before,
.collectionCard:hover::before,
.moreNFTsCard:hover::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #A259FF, #8B5CF6, #A259FF);
    border-radius: 26px;
    z-index: -1;
    opacity: 0.3;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.6;
    }
}