body {
    overflow-x: hidden !important;
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 1.5px #000;
    text-stroke: 1.5px #000;

}

#services-section {
    position: relative;
}

 #scroll-heading {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
} 

.main-heading h1 {
    font-size: 10rem;
    line-height: 12rem;
}

.heading-line::after {
    content: "";
    width: 500px;
    height: 2px;
    position: absolute;
    top: 13%;
    right: 0;
    background-color: #202020;
    transform: translate(77%, 50%);
}

.heading-line-right::before {
    content: "";
    width: 500px;
    height: 3px;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #000000;
    transform: translate(-100%, 50%);
}

.image-reveal-wrapper {
    overflow: hidden;
}

.image-reveal {
    width: 100%;
    transform-origin: center;
}


.costom-position-image {
    top: -15em !important;
    right: 0;
}


.home-services {
    padding: 80px 0;
}

.service-box {
    text-align: center;

    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-img img {
    max-width: 100%;
}

.service-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.secondery-heading {
    font-size: 9rem !important;
    text-align: right;
}

.bg-decor-item {
    font-size: 25rem;
    font-weight: 400;
    color: #777777;
    position: absolute;

}

.service-card {
    overflow: hidden;
}

.service-img {
    will-change: transform, opacity;
}

.service-title {
    will-change: transform, opacity;
}