/* .catagory-home::before {
    content: '';
    position: absolute;
    background: linear-gradient(#fff, #b3e5ed);
    top: 0;
    width: 100%;
    height: 50%;
}

.catagory-home::after {
    content: '';
    position: absolute;
    background: linear-gradient(#b3e5ed, #f2f4f9);
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
} */

.card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 6px;
}

/* .catagory-content::before,
.catagory-content::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 301px;
    z-index: 1;
    height: 100%;
    content: "";
    background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    opacity: .8;
}

.catagory-content::after {
    left: auto;
    right: 0;
    background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    transform: rotate(-180deg);
} */

.card-bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(359deg, #00000042 0%, rgb(255 255 255 / 0%));
}

.card-bg {
    height: 500px;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 80px 113px 80px 77px;
    color: white;
    border-radius: 25px;
    overflow: hidden;
}

.slick-slide {
    opacity: 0.7;
    transform: scale(0.8);

}

.slick-center {
    opacity: 1;
    transform: scale(1);
    transition: all 0.1s ease;
}



/* .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
} */

.card-content {
    position: relative;
    z-index: 2;
}

.card-content h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.read-more {
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 20px;
}

.read-more:hover {
    color: inherit;
}

.product {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 49px 81px rgba(25, 74, 112, 0.06);
    /* width: 400px; */
    margin-bottom: 20px;
    /* margin-left: 40px; */
    padding: 20px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 540px;
    position: relative;
}

.product-title {
    background: #f2f4f6;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product:hover {
    box-shadow: 0 33px 80px rgba(25, 74, 112, 0.18);
}

.catagory-home .swiper-slide:nth-child(even) {
    transform: translateY(-80px);
}

.catagory-main .product-image img {
    border-radius: 10px;
}

.catagory-main .row {
    justify-content: center;
}

/* SLIDE PRODUCT */
.catagory-main .avatar .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.catagory-main .avatar .swiper-slide {
    background-size: cover;
    background-position: center;
}

.catagory-main .avatar .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.content .avatar .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.content .avatar .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar img {
    width: 100% !important;
}

.avatar .mySwiper2 {
    height: 400px;
}

.product-ralation .product {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-ralation .product:hover {
    box-shadow: 1px 7px 10px rgba(25, 74, 112, 0.18);
    transition: all .3s linear;
}