.footer-policy li a {
    text-decoration: none;
    color: black;
}

.footer-policy li a:hover {
    color: orange;
}

.carousel-area .hero3-section-area {
    position: relative;
    z-index: 1;
    padding: 190px 0 130px;
}

.hero4-section-area .images img {
    height: 100%;
    width: 95%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Image wrapper */
.shop-auhtor-area .img1 {
    width: 100%;
    height: 250px;
    /* same height for all */
    overflow: hidden;
    border-radius: 10px;
    /* optional */
}

/* Image itself */
.shop-auhtor-area .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keeps image proportional */
    display: block;
}

@media (max-width: 768px) {
    .shop-auhtor-area .img1 {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .shop-auhtor-area .img1 {
        height: 150px;
    }
}

.hero4-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-15);
    padding: 140px 0 130px;
}

.text-anime-style-3 {
    font-size: 52px !important;
}