.service-area {
    background-color: #fff;
    overflow: hidden;
    /* background-image: url(../img/home/slide_1_bg.jpg); */
}
.service-area .section-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 76px;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: .92;
}
.service-area .section-title>span {
    color: var(--white-2);
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dark .service-area {
    background-color: #1b1b1b
}

.service-area .service-area-inner {
    position: relative;
    z-index: 1;
    padding-top: 145px
}

@media only screen and (max-width: 1399px) {
    .service-area .service-area-inner {
        padding-top:94px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .service-area-inner {
        padding-top:54px
    }
}

.service-area .service-area-inner .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-end: calc(100% - 77px);
    width: -moz-max-content;
    width: max-content;
    z-index: -1
}

@media only screen and (max-width: 1399px) {
    .service-area .service-area-inner .shape-1 {
        inset-inline-end:100%;
        width: 200px
    }
}

@media only screen and (max-width: 991px) {
    .service-area .service-area-inner .shape-1 {
        display:none
    }
}

.dir-rtl .service-area .service-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

.service-area .service-area-inner .shape-2 {
    position: absolute;
    top: 0;
    inset-inline-end: calc(100% - 115px);
    transform: translateY(-50%)
}

@media only screen and (max-width: 1399px) {
    .service-area .service-area-inner .shape-2 {
        inset-inline-end:calc(100% - 15px);
        width: 40px
    }
}

@media only screen and (max-width: 991px) {
    .service-area .service-area-inner .shape-2 {
        display:none
    }
}

.service-area .service-area-inner .shape-3 {
    position: absolute;
    bottom: 0;
    inset-inline-start: calc(100% + 87px);
    width: -moz-max-content;
    width: max-content
}

@media only screen and (max-width: 1399px) {
    .service-area .service-area-inner .shape-3 {
        inset-inline-end:calc(100% + 57px);
        width: 100px
    }
}

@media only screen and (max-width: 991px) {
    .service-area .service-area-inner .shape-3 {
        display:none
    }
}

.dir-rtl .service-area .service-area-inner .shape-3 img {
    transform: rotateY(180deg)
}

.service-area .service-area-inner .shape-4 {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -2;
    transform: translateX(-10%)
}

@media only screen and (max-width: 991px) {
    .service-area .service-area-inner .shape-4 {
        display:none
    }
}

.dir-rtl .service-area .service-area-inner .shape-4 img {
    transform: rotateY(180deg)
}

.service-area .section-header {
    display: flex;
    gap: 20px 60px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .service-area .section-header {
        flex-direction:column;
        align-items: flex-start
    }
}

.service-area .section-header .text {
    max-width: 350px;
    color: var(--white-2)
}

.service-area .section-header .title-wrapper {
    margin-top: 17px
}

.service-area .section-subtitle {
    color: var(--white)
}

/* .service-area .section-title {
    max-width: 505px;
    color: var(--white)
} */

.service-area .services-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .service-area .services-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.service-area .service-box {
    /* background-color: #1b1b1b; */
    background-image: url('../img/home/slide_2_bg.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px 40px 48px;
    border-radius: 40px
}

.dark .service-area .service-box {
    background-color: #222
}

@media only screen and (max-width: 1399px) {
    .service-area .service-box {
        padding:40px 25px 38px;
        border-radius: 20px
    }
}

.service-area .service-box:hover .wc-btn-normal {
    color: var(--white-2)
}

.service-area .service-box .thumb img {
    max-height: 100px
}

@media only screen and (max-width: 1399px) {
    .service-area .service-box .thumb img {
        max-height:70px
    }
}

.service-area .service-box .title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    line-height: 1.2;
}

.service-area .service-box .content {
    margin-top: 47px
}

@media only screen and (max-width: 1399px) {
    .service-area .service-box .content {
        margin-top:27px
    }
}

.service-area .service-box .text {
    margin-top: 16px;
    color: #5b5b5b;
    font-size: 17px;
    font-weight: 300;
}

.service-area .service-box .btn-wrapper {
    margin-top: 31px
}

.service-area .service-box .wc-btn-normal {
    color: #5b5b5b;
    transition: all .5s
}

.service-area .services-wrapper-box {
    margin-top: 86px
}

@media only screen and (max-width: 1399px) {
    .service-area .services-wrapper-box {
        margin-top:66px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper-box {
        margin-top:46px
    }
}
