.inner-shadow-gradient {
    position: relative;
}

.inner-shadow-gradient::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 256px;
    background: linear-gradient(
        to right,
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6)
    );
    z-index: 10;
    filter: blur(30px);
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 10px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 10px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: white;
    padding: 12px;
    border-radius: 120px;
    color: #ccc;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}

#gallery .owl-dot {
    position: relative;
    z-index: 10;
    margin-top: -120px;
}

#gallery .owl-dot.active > button {
    border: 4px solid #d4b358 !important;
}

/* #gallery .owl-dot > span {
    height: 120px !important;
    width: 146px !important;
    border-radius: 8px;
    background-color: #b4b4b4 !important;
} */
