.service-area1{
    /* background-color: antiquewhite; */
    background-image: url('../img/home/slide_1_bg.jpg');
    background-size: cover;
    background-position: center center;
}
.service-area1 .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-area1 .section-title>span {
    color: var(--white-2);
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.service-area1 .title-wrapper p {
    font-size: 25px;
    text-transform: capitalize;
}
.service-area1 .service-area-inner {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: auto 730px
}

@media only screen and (max-width: 1399px) {
    .service-area1 .service-area-inner {
        grid-template-columns:auto 630px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area1 .service-area-inner {
        grid-template-columns:auto 540px
    }
}

@media only screen and (max-width: 991px) {
    .service-area1 .service-area-inner {
        grid-template-columns:auto
    }
}

.service-area1 .section-title {
    max-width: 470px
}

@media only screen and (max-width: 1919px) {
    .service-area1 .section-title {
        max-width:430px
    }
}

@media only screen and (max-width: 1399px) {
    .service-area1 .section-title {
        max-width:370px
    }
}

.service-area1 .section-content .title-wrapper {
    margin-top: 33px
}

@media only screen and (max-width: 1199px) {
    .service-area1 .section-content .title-wrapper {
        margin-top:28px
    }
}

.service-area1 .section-content .shape {
    margin-top: 37px
}

@media only screen and (max-width: 1199px) {
    .service-area1 .section-content .shape {
        margin-top:27px
    }
}

.dir-rtl .service-area1 .section-content .shape img {
    transform: rotateY(180deg)
}

.service-area1 .section-content .btn-wrapper {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .service-area1 .section-content .btn-wrapper {
        margin-top:40px
    }
}

.service-area1 .services-wrapper {
    display: grid;
    gap: 75px 100px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1399px) {
    .service-area1 .services-wrapper {
        gap: 75px 100px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area1 .services-wrapper {
        gap:63px 50px
    }
}

@media(max-width: 575px) {
    .service-area1 .services-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.service-box .tag {
    font-size: 14px;
    display: block;
    color: var(--primary);
    padding-bottom: 23px;
    border-bottom: 1px solid var(--primary);
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .service-box .tag {
        padding-bottom:13px
    }
}

.service-box .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
    .service-box .title {
        font-size:22px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box .title {
        font-size:22px;
        margin-top: 19px
    }
}

.service-box .icon {
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .service-box .icon {
        margin-top:22px
    }
}

.service-box .icon img {
    height: 60px
}

@media only screen and (max-width: 1199px) {
    .service-box .icon img {
        height:45px
    }
}

.service-box .text {
    margin-top: 30px
}

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

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

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