.cms-title__container h1,
.cms-contact__wrapper-text h1,
.cms-contact__wrapper-form>h3,
.cms-post__category,
.cms-post>h2,
.cms-product__content h1,
.cms-product__item h2,
.cms-contact__wrapper-text h4,
.cms-img-content__item-text h1, 
.cms-img-content__item-text h2, 
.cms-img-content__item-text h3,
.cms-page__title h1 {
    font-family: 'Chakra Petch', sans-serif;
}

.menu-prime {
    position: relative;
}

.menu-prime::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ffc700;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cms-post__img img {
    aspect-ratio: 31 / 27;
}

.cms-product__top-img img {
   aspect-ratio: 31 / 27;
}
.experience__item:nth-child(1) span:first-child {
    width: 75px;
}
.header__logo img {
    filter: none;
}

.cms-page__img {
    aspect-ratio: 16 / 10;
}

/*Revision - 04.12.25*/
.hero {
    margin-top: 0px;
}

.hero::before {
    display: none;
}

.hero__slider-slide span {
    display: none;
}

.hero__pagination {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.hero-bottom {
    margin-top: 50px;
}

@media (max-width: 480px) {
    .header__mobile-menu {
        background: #8ec7d7;
    }
    
    .hero__slider-slide img {
        aspect-ratio: 3 / 2;
    }

    .hero-bottom {
        margin-top: 0px;
    }

    .hero__pagination {
        bottom: 10px !important;
    }

    .hero__pagination span {
        width: 5px;
        height: 5px;
    }

    .hero__pagination span.swiper-pagination-bullet-active {
        width: 15px;
    }
}

