.red-font {
    color: #ff3d24;
}

.my-stroke-text {
    line-height: 1.2em;
    color: transparent;
    -webkit-text-stroke: 1px var(--body-color);
}

.ak-hero.ak-style1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    transition-property: opacity;
    transition-timing-function: linear;
    z-index: 1;
}

.trusted-client img {
    max-height: 85px;
    width: 100%;
}

/* product page */
.product-btn-section {
    padding: 70px 0;
}

.product-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.product-navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-basis: 300px;
    padding: 13px 19px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff3d24;
    transform-style: preserve-3d;
    transition: font-size 0.5s, background-color 0.3s, transform 0.3s, color 0.3s;
}

.product-navigation a:hover {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(255, 61, 36, 0.7) !important;
    transform: translate3d(0, -8px, 0.01px);
}

.product-section {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .product-section {
        padding-top: 40px;
    }
}

.arhy-swiper .swiper-wrapper {
    margin-bottom: 45px;
}

.arhy-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cecece;
}

.arhy-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff3d24;
}

.product-container {
    position: relative;
}

.product-container::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .product-container::after {
        width: 90%;
    }
}

.product-container ul {
    margin-top: 25px;
    padding-left: 30px;
}

.product-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.product-btn-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 19px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #ff3d24;
    transition: all .3s;
}

.product-btn-wrapper a:hover {
    background-color: #ff3d24;
}

/* services page */
.service-text-section,
.service-cta {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .service-text-section {
        padding-top: 40px;
    }

    .service-cta {
        padding-top: 60px;
    }
}

.service-text-section h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

/* gallery page */
