.ourProductArea {
    width: 100%;
    /* height: 700px; */
    background-size: contain;
    background-repeat: repeat;
}

.imgbox {
    background: #fff;
    /* box-shadow: 0px 16px 25px #a7a7a74f; */
    border-radius: 24px;
    opacity: 1;
    display: flex;
    justify-content: center;
    /* padding: 20px; */
    overflow: hidden;
    /* position: absolute; */
}

.imgbox img:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
    transition: all ease 1000ms;
    -webkit-transition: all ease-out 1000ms;
    -moz-transition: all ease-out 1000ms;
    -ms-transition: all ease-out 1000ms;
    -o-transition: all ease-out 1000ms;
    overflow: hidden;
}

.imgbox img {
    height: 250px;

    /* width: auto !important; */
    /* width: 100%; */
}

.imgTitle h3 {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    color: #000000;
    font-weight: 600;
}

.ourProductArea button.owl-prev {
    background: #9eacb2 !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 100% !important;
    position: absolute;
    left: -4%;
    top: 30%;
}

.ourProductArea button.owl-next {
    background: #9eacb2 !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 100% !important;
    position: absolute;
    right: -4%;
    top: 30%;
}

.fa-solid,
.fas {
    color: #00a88c;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #addbd4 !important;
}

/* .product-title {
  position: relative;
  top: 80%;
  left: 20%;
  right: 20%;
} */
.product-img-div {
    position: relative;
}
.product-img-div-text {
    position: absolute;
    top: 75%;
    font-size: 15px;
}
