.hero-section {
    background-image: url("/images/farm/header.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-btns {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 400px) {
    .hero-btns {
        flex-direction: column;
    }
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    font-weight: 700;
}

.hero-logo {
    max-width: 348px;
    width: 100%;
    height: auto;
}

.hero-title {
    /* font-size: 2.8rem; */
    color: #d1ae36;
    margin: 0;
    font-size: 90px;
    line-height: 100%;
    margin-top: 70px;
}

.hero-collection {
    color: #ffffff;
    margin-top: 10px;
    font-size: 90px;
    line-height: 100%;
}

.hero-socials {
    display: flex;
    gap: 20px;
}

.hero-socials a {
    background: rgba(22, 22, 22, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hero-socials img {
    width: 24px;
    height: 24px;
    filter: invert(1);
    transition: transform 0.2s ease;
}

.hero-socials a:hover {
    transform: scale(1.1);
    background: #1f6306;
}

.about-one__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    color: #0e2207;
    background-color: #ffcd1e;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
    background-color: #1f6306;
    color: #fff;
}

.about-one__video-icon:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 205, 30, 0.6);
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.about-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

/* Section2 */

.farm-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.farm-intro__text {
    max-width: 438px;
}
/* .farm-intro__title h2,
p,
span {
    margin: 0;
    line-height: 50px;
} */

.farm-intro__title {
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
}

.farm-intro__title--yellow {
    color: #d1ae36;
    line-height: 100%;
}

.farm-intro__subtitle {
    font-size: 20px;
    color: rgba(248, 248, 248, 1);
    font-family: "Open Sans", sans-serif;
}

.farm-intro__desc {
    font-size: 24px;
    margin-top: 38px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.farm-intro__video .video-wrapper {
    position: relative;
    max-width: 683px;
    width: 100%;
    max-height: 384px;
    height: 100%;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.farm-swiper {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.farm-swiper .swiper-wrapper {
    /* height: calc(max-content + 100px); */
    /* height: max-content; */
}

.gallery-wrapper {
    align-items: center;
}

/* Общий стиль слайда */
.gallery-slide {
    transition: 0.3s ease;
    opacity: 0.3;
    filter: blur(1px);
    transform: scale(0.9);
    height: max-content;
}

/* Активный центральный слайд */
.gallery-is-active {
    opacity: 1;
    filter: none;
    transform: scale(1);
    position: relative;
    /* z-index: 2; */
}

.gallery-is-active::before {
    /* border-right: 1px solid #fff; */
    width: 50px;
    height: 30px;
    content: "";
    position: absolute;
    transform: rotate(50deg);
    left: -31px;
    top: -25px;
    background: rgba(22, 22, 22, 1);
}

.gallery-is-active::after {
    /* border-left: 1px solid #fff; */
    width: 50px;
    height: 30px;
    content: "";
    position: absolute;
    transform: rotate(50deg);
    right: -31px;
    bottom: -25px;
    background: rgba(22, 22, 22, 1);
}

.farm-swiper .swiper-slide {
    position: relative;
}
/* Изображение внутри */
.farm-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.slide-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 50px;
    cursor: pointer;
}

.gallery-is-active .slide-controls {
    display: flex;
    pointer-events: auto;
    z-index: 10;
}

.farm-button-prev,
.farm-button-next {
    width: 40px;
    height: 40px;
    background: rgba(32, 32, 32, 1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Section 3 */
.nft-map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    /* background: url("/images/farm/bg-g.png");
    background-size: 640px 640px;
    background-position: right center;
    background-repeat: no-repeat; */
}

.nft-map__finger {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: finger 1s ease-in-out infinite alternate;
}

@keyframes finger {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.6);
    }
}
.popup {
    position: absolute;
    background: white;
    border-radius: 20px;
    border: 2px solid #376311;
    padding: 20px;
    display: none;
    width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: opacity 0.2s ease;
    color: #000;
    display: flex;
    gap: 30px;
}

.popup-product__img {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
}
.popup__image {
    max-width: 80px;
    width: 100%;
    object-fit: cover;
}

.link-btn {
    background: #2e4b2c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}
.popup__name {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
}

.popup__info {
    margin-top: 10px;
}

.popup::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #376311;
}

.start-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.start-timer {
    text-align: center;
}

.start-timer__title {
    font-size: 50px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.start-timer__countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-value {
    font-size: 72px;
    font-weight: bold;
    color: #d5ae3c;
    line-height: 1;
    min-width: 60px;
    text-align: center;
}

.time-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.separator {
    font-size: 48px;
    font-weight: bold;
    color: #d5ae3c;
    line-height: 1;
    padding-bottom: 6px;
}

.start-block img {
    max-width: 300px;
    object-fit: contain;
}

.sale,
.sale__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sale__title {
    font-size: 80px;
    font-weight: 700;
}

.sale__text {
    font-size: 72px;
    color: rgba(209, 174, 54, 1);
    font-weight: 700;
}

.sale__info-text {
    color: rgba(105, 105, 105, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
}

.sale__info-text__title {
    text-decoration: underline;
}

.sale__info-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    text-decoration: none;
}

.sale__button a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(209, 174, 54, 1);
    border-radius: 15px;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    height: 58px;
}

.sale__popup {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.sale__button--info {
    margin-top: 30px;
}

.sale__info-text-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 52px;
}

.sale__popup {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.sale__info-text-wrapper:hover .sale__popup {
    display: block;
}

/* Section */

.section-collection {
    background-image: url("/images/farm/collection.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-text__title {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
}

.collection-text__title span {
    line-height: 100%;
}

.collection-text__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    font-size: 24px;
    line-height: 100%;
    text-align: center;
    max-width: 843px;
    width: 100%;
    margin: 26px auto 0;
}

.collection-slider {
    position: relative;
    border: 1px solid #fdd518;
    border-radius: 16px;
    margin-top: 97px;
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(
        135deg,
        rgba(22, 22, 22, 0.6),
        rgba(0, 0, 0, 0.6)
    );
    overflow: visible;
    backdrop-filter: blur(10px);
}

.collection-slider__title {
    color: rgba(209, 174, 54, 1);
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 82px;
    text-align: center;
    margin-bottom: 36px;
}

.collection-item {
    border-radius: 30px;
    border: 6px solid #d1ae36;
    /* background: linear-gradient(135deg, #c8e4c4 0%, #e2d7b6 100%); */
    background: #000;
    padding: 22px 20px 18px 20px;
}

.collection-item img {
    width: 257px;
    height: 297px;
}

.collection-slider__bottom__title {
    color: #fff;
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 82px;
    text-align: center;
    margin-top: 24px;
}

.collection-info {
    margin-top: 73px;
}

.collection-info__title {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.collection-info__items {
    display: flex;
    gap: 25px;
    margin-top: 45px;
    justify-content: center;
}

.collection-info-item__circle {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background: radial-gradient(circle, white 60%, transparent 100%); */
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.glow-core {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: white;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5),
        0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.collection-info-item {
    display: flex;
    gap: 8px;
    max-width: 240px;
    width: 100%;
}

.collection-info-item__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 130%;
}

.section-project {
    background: url("/images/farm/bg-weed.png");
    background-size: cover;
    background-position: center;
}

.project__warning {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.project__title {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-top: 12px;
}

.project__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-top: 29px;
    max-width: 800px;
    margin: auto;
    line-height: 100%;
}

.project-items {
    display: flex;
    margin-top: 93px;
    gap: 30px;
}

.project__img img {
    max-width: 512px;
    width: 100%;
    object-fit: cover;
}

.project-items__item {
    border: 3px solid #418419;
    padding: 14px 25px;
    border-radius: 20px;
    height: max-content;
    margin-bottom: 34px;
}

.project-items__title {
    color: #d1ae36;
    font-size: 64px;
    font-weight: 700;
    font-family: "Buyan", sans-serif;
    line-height: 100%;
}

.project-items__subtitle {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.project-items__list {
    margin-top: 26px;
}

.project-items__list__circle {
    width: 8px;
    height: 8px;
    background: #d1ae36;
    margin-right: 7px;
    border-radius: 50%;
}
.project-items__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.project-items__list__item span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.project-items__wrapper--bottom {
    align-self: flex-end;
}

.section-faq {
    background-color: #161616;
}

.faq-list {
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about__message {
    margin-bottom: 28px;
}

.faq__title {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-top: 12px;
}

.faq__subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 42px;
    text-align: center;
    margin-top: 29px;
    max-width: 593;
    margin: auto;
    line-height: 100%;
    color: #d1ae36;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

.faq-item__content {
    width: 100%;
}

.faq-item--active .faq-item__button {
    background-color: #d1ae36;
    transform: rotate(180deg);
}

.faq-item--active .faq-item__question {
    color: #fff;
}

.faq-item__question {
    color: #d1ae36;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.faq-item__answer {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background: #292618;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 30px;
    color: #fff;
    width: 100%;
    display: none;
}

.faq-item__button {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-item--active .faq-item__answer {
    display: block;
}

.about__title {
    color: #fff;
    font-family: "Buyan", "sans-serif";
    line-height: 100%;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}

.about {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    gap: 140px;
}

.about-item {
    display: flex;
    flex-direction: column;
}
.about__iphone {
    max-width: 290px;
}

.about__message {
    max-width: 290px;
}
.about__message--twicee {
    max-width: 449px;
}

.about__button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(209, 174, 54, 1);
    border-radius: 15px;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    height: 58px;
    margin-top: 28px;
}

.about-btns {
    display: flex;
    gap: 27px;
}

.about-btns button:first-child {
    width: 190px;
}

.nft__title {
    color: #fff;
    font-family: "Buyan", "sans-serif";
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
}

.nft__title__middle {
    color: #d1ae36;
    font-family: "Buyan", "sans-serif";
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
}

.nft__subtitle {
    color: #fff;
    font-family: "Roboto", "sans-serif";
    font-weight: 400;
    max-width: 419px;
}

/* TABS */

.roadmap__title {
    color: #d1ae36;
    font-family: "Buyan", "sans-serif";
    font-weight: 700;
    font-size: 80px;
}

.roadmap__tabs {
    padding: 10px 30px;
    background: #fff;
    border-radius: 50px;
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    overflow: auto;
}

.roadmap__content {
    display: flex;
    gap: 160px;
    margin-top: 26px;
}

@media (max-width: 991px) {
    .roadmap__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* .roadmap__content__left {
    margin-top: 26px;
} */

.roadmap__tabs__item {
    font-size: 24px;
    font-weight: bold;
    color: #161616;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .roadmap__tabs__item {
        font-size: 16px;
    }
}

.roadmap__tabs__item--active,
.roadmap__tabs__item:hover {
    color: #fff;
    background: #d1ae36;
    padding: 14px 21px;
    border-radius: 40px;
}

.roadmap-list__item {
    display: flex;
    gap: 25px;
    margin-bottom: 24px;
}

.roadmap-list__item-wrap {
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.roadmap-list__item__title {
    color: #d1ae36;
    font-size: 45px;
    font-weight: 800;
    font-family: "Roboto", "sans-serif";
}
.roadmap-list__item__desc {
    display: flex;
    gap: 10px;
    align-items: center;
}
.roadmap-list__item__desc__circle {
    background: #d1ae36;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 100%;
}
.roadmap-list__item__desc__value {
    font-family: "Roboto", "sans-serif";
    line-height: 130%;
}

.roadmap__content__right img {
    object-fit: cover;
    max-width: 651px;
    width: 100%;
    height: 380px;
    border-radius: 35px;
}

@media (max-width: 1500px) {
    .about__button {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {
    .about__button {
        font-size: 16px;
        height: 48px;
    }

    .about {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .about-btns {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1280px) {
    .collection-item {
        max-width: max-content;
        margin: auto;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .start-block {
        flex-direction: column;
        align-items: center;
    }
    .collection-info__items {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .project-items {
        flex-direction: column;
        align-items: center;
    }

    .project-items__wrapper--bottom {
        align-self: center;
    }

    .project-items__wrapper {
        justify-content: center;
        align-items: center;
    }
    .project-items__wrapper svg {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .farm-intro {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nft__title,
    .nft__title__middle,
    .nft__subtitle {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 50px;
        margin-top: 40px;
    }

    .hero-socials {
        margin-top: 20px;
    }

    .hero-collection {
        font-size: 50px;
    }

    /* .farm-intro__title {
        font-size: 36px;
    } */

    .farm-intro__subtitle {
        font-size: 16px;
    }

    .farm-intro__desc {
        font-size: 18px;
    }

    .farm-intro__video .video-wrapper {
        max-width: 100%;
        height: auto;
    }

    .about {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .collection-text__title {
        font-size: 36px;
        text-align: center;
        line-height: normal;
    }

    .collection-slider__title {
        font-size: 66px;
        text-align: center;
        line-height: normal;
    }

    .sale__text {
        text-align: center;
    }
    .about__message--twice {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .about-btns {
        flex-direction: column;
        align-items: center;
        margin-top: 28px;
        /* gap: 0; */
    }
    .about__button {
        margin-top: 0;
        min-width: 190px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader__img {
    animation: spinner 2s linear infinite;
}

@keyframes spinner {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}
