.inner-banner-sec {
    padding-top: 280px;
    padding-bottom: 115px;
    position: relative;
    margin-bottom: 80px;
    background-color: var(--theme-dark);
}

.inner-banner-sec .inner-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(76.34% 76.34% at 41.49% 48.25%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) , linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.inner-banner-sec .inner-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner-banner-text {
    position: relative;
    z-index: 1;
}

.inner-banner-text .h2 {
    color: var(--white);
}
 