.features-area {}
.features-area-inner {
    position: relative
}
.features-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;
}
.features-area .section-title>span {
    color: var(--white-2);
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.features-area-inner .shape-1 {
    position: absolute;
    inset-inline-start: calc(100% - 330px);
    top: 50%;
    transform: translateY(-50%);
    width: 425px
}

@media only screen and (max-width: 1919px) {
    .features-area-inner .shape-1 {
        inset-inline-start:calc(100% - 125px)
    }
}

@media only screen and (max-width: 1199px) {
    .features-area-inner .shape-1 {
        inset-inline-start:calc(100% - 25px);
        width: 325px
    }
}

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

.features-area-inner .shape-2 {
    position: absolute;
    inset-inline-start: calc(100% - 300px);
    top: calc(100% - 110px);
    width: 200px;
    height: 200px;
    background-color: #f2f5fe;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.features-area-inner .shape-2 .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.features-area-inner .shape-2 .text {
    font-size: 16px;
   font-weight: 400;
}

@media only screen and (max-width: 1919px) {
    .features-area-inner .shape-2 {
        inset-inline-start:calc(100% - 145px)
    }
}

@media only screen and (max-width: 1199px) {
    .features-area-inner .shape-2 {
        inset-inline-start:calc(100% - 45px);
        width: 100px
    }
}

.features-area .section-content {
    display: flex;
    gap: 40px 71px;
    align-items: center;
    background-color: #f5fff7;
    border-radius: 30px;
    padding: 100px 115px 0px;
}
@media only screen and (max-width: 1366px) {
    .features-area .section-content {
        padding: 100px 60px 0px;
        gap: 40px 50px;
    }
}
.dark .features-area .section-content {
    background-color: #1b1b1b
}

@media only screen and (max-width: 1199px) {
    .features-area .section-content {
        padding:60px 55px 63px
    }
}

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

.features-area .section-content .title-wrapper {
    margin-top: 31px
}
.features-area .section-content .subtitle-wrapper .section-subtitle {
    font-size: 20px;
    font-weight: 500;
}

.features-area .text-wrapper .title {
    font-size: 250px;
    font-weight: 400;
    line-height: .74;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media only screen and (max-width: 1919px) {
    .features-area .text-wrapper .title {
        font-size:150px
    }
}

@media only screen and (max-width: 991px) {
    .features-area .text-wrapper .title {
        font-size:100px
    }
}

.features-area .text-wrapper .title span {
    font-size: 50px;
    line-height: .4
}

.features-area .text-wrapper .text {
    margin-top: 31px;
    max-width: 380px;
}

.features-area .text-wrapper.has-left-line {
    padding-inline-start:265px}
.features-area .text-wrapper.has-left-line img {
    max-width: 330px;
}

@media only screen and (max-width: 1919px) {
    .features-area .text-wrapper.has-left-line {
        padding-inline-start:165px
    }
}
@media only screen and (max-width: 1366px) {
    .features-area .text-wrapper.has-left-line {
        padding-inline-start: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .features-area .text-wrapper.has-left-line {
        padding-inline-start:0
    }
}

.features-area .text-wrapper.has-left-line:before {
    width: 200px;
    height: 2px;
    background-color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .features-area .text-wrapper.has-left-line:before {
        width:100px
    }
}

@media only screen and (max-width: 991px) {
    .features-area .text-wrapper.has-left-line:before {
        display:none
    }
}

.works-area2 {
    padding-top: 120px;
}

@media only screen and (max-width: 1399px) {
    .works-area2 {
        padding-top:94px
    }
}

@media only screen and (max-width: 1199px) {
    .works-area2 {
        padding-top:54px
    }
}

.works-area2 .section-header {
    text-align: center
}

.works-area2 .section-header .title-wrapper {
    margin-top: 17px
}

.works-area2 .section-title {
    max-width: 627px;
    margin: 0 auto
}

.works-area2 .works-wrapper-box {
    margin-top: 50px
}

@media only screen and (max-width: 1919px) {
    .works-area2 .works-wrapper-box {
        margin-top:50px
    }
}

@media only screen and (max-width: 1199px) {
    .works-area2 .works-wrapper-box {
        margin-top:36px
    }
}

.works-area2 .work-box {
    display: inline-block;
    text-align: center;
}

/* .works-area2 .work-box:hover .thumb img {
    transform: scale(1.1)
} */

.works-area2 .work-box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
    .works-area2 .work-box .title {
        font-size:18px
    }
}

@media only screen and (max-width: 1199px) {
    .works-area2 .work-box .title {
        font-size:22px
    }
}

.works-area2 .work-box .meta {
    margin-top: 8px
}

@media only screen and (max-width: 1199px) {
    .works-area2 .work-box .meta {
        margin-top:3px
    }
}

@media only screen and (max-width: 1399px) {
    .works-area2 .work-box .meta .tag {
        font-size:16px
    }
}

.works-area2 .work-box .content {
    margin-top: 30px
}

@media only screen and (max-width: 1199px) {
    .works-area2 .work-box .content {
        margin-top:20px
    }
}

.works-area2 .work-box .thumb {
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(0deg, #d0ffdb, #c9d7ff);
    padding: 5px;
}

@media only screen and (max-width: 1399px) {
    .works-area2 .work-box .thumb {
        border-radius:20px
    }
}

@media only screen and (max-width: 1199px) {
    .works-area2 .work-box .thumb {
        border-radius:10px
    }
}

.works-area2 .work-box .thumb img {
    width: 100%;
    transition: all .5s
}

.works-area2 .works-wrapper {
    display: grid;
    gap: 100px 30px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1399px) {
    .works-area2 .works-wrapper {
        gap:43px 20px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    .works-area2 .works-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

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

.works-area2 .btn-wrapper {
    margin-top: 63px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 1919px) {
    .works-area2 .btn-wrapper {
        margin-top:43px
    }
}

@media only screen and (max-width: 1199px) {
    .works-area2 .btn-wrapper {
        margin-top:33px
    }
}

.works-area2-inner {
    position: relative;
    z-index: 1
}

.works-area2-inner .shape-1 {
    position: absolute;
    top: 951px;
    inset-inline-start: calc(100% + 26px);
    width: -moz-max-content;
    width: max-content
}

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

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

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

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

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

.dir-rtl .works-area2-inner .shape-2 img {
    transform: rotateY(180deg)
}
