.box-1 img {
    width: 200px !important;
}


.about-attach-img {
    /* background-color: aqua; */
    width: 100%;
    /* background: url(../images/imgs/slider/img1.jpg); */
    background-attachment: fixed;
    background-size: cover;
}



.about-banner-img {
    background-image: url(../images/imgs/slider/img2.jpg);
    height: 40vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.about-s {
    overflow: hidden;
    background-color: aqua;
    height: 100%;
}

.about-s img {
    height: 100%;
    transition: 0.5s linear;
    
}

.about-s img:hover {
    transform: scale(1.3);
}

.mt-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.special-word {
    color: var(--primary) !important;
    margin-top: 0 !important;
}


.content-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

.ul-wrapper * {
    box-sizing: border-box;
}
.ul-wrapper {
    position: relative;
    overflow: hidden;
}

.ul-carts {
    position: relative;
    z-index: 3;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.753);
    margin: 20px 20px;
    height: 90%;
}

.bg-image-area {
    position:absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    transition: 0.5s;

    
}

.ul-wrapper:hover .bg-image-area{
    transform: scale(1.4);
}