.section-title span {
    background-image: url(../imgs/shape/img-s-53.webp);
    background-repeat: no-repeat;
    background-size: 100% 28px;
    background-position: bottom left
}

@media only screen and (max-width: 1399px) {
    .section-title span {
        background-size: 100% 20px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title span {
        background-size: 100% 16px
    }
}

@media only screen and (max-width: 767px) {
    .section-title span {
        background-size: 100% 10px
    }
}

.wc-btn-primary {
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 21px 40px;
    background-color: var(--theme);
    color: var(--white);
    border-color: rgba(0, 0, 0, 0)
}

.wc-btn-primary:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: var(--primary);
    color: var(--white)
}

.hero-area {
    margin-top: 80px
}

.hero-area-inner {
    display: grid;
    grid-template-columns: 51% 1fr
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        grid-template-columns: 55% 1fr
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area-inner {
        grid-template-columns: 1fr
    }
}

.hero-area .thumb {
    position: relative;
    overflow: hidden
}

.hero-area .thumb:after {
    position: absolute;
    content: url(../imgs/shape/img-s-51.webp);
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0
}

.hero-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-area .section-content {
    position: relative;
    padding: 170px 60px;
    padding-inline-start: 200px;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        padding: 120px 60px;
        padding-inline-start: 180px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        padding: 100px 60px;
        padding-inline-start: 100px
    }
}

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

@media only screen and (max-width: 767px) {
    .hero-area .section-content {
        padding: 50px 30px
    }
}

.hero-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.hero-area .section-content .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-area .section-content .section-title {
    font-size: 100px;
    line-height: 1;
    margin-top: -6px;
    color: var(--black)
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .section-title {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .section-title {
        font-size: 70px
    }
}

@media(max-width: 575px) {
    .hero-area .section-content .section-title {
        font-size: 50px
    }
}

.hero-area .section-content .section-title .shape-1 {
    height: 72px;
    margin-top: -18px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 62px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 52px;
        margin-top: -13px
    }
}

@media(max-width: 575px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 42px;
        margin-top: -10px
    }
}

.hero-area .section-content .section-subtitle {
    font-size: 16px;
    color: var(--black);
    writing-mode: vertical-lr;
    transform: rotate(180deg)
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle {
        transform: none;
        writing-mode: unset
    }
}

.hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 110px
}

.dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-start: 110px
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle.has-right-line {
        padding-inline-end: 0
    }

    .dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
        padding-inline-start: 0px
    }
}

.hero-area .section-content .section-subtitle.has-right-line:after {
    width: 1px;
    height: 90px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    top: auto
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle.has-right-line:after {
        display: none
    }
}

.hero-area .section-content .subtitle-wrapper {
    position: absolute;
    inset-inline-start: 48px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .subtitle-wrapper {
        transform: none;
        position: static;
        margin-bottom: 20px
    }
}

.hero-area .section-content .text {
    font-size: 20px;
    line-height: 1.33;
    max-width: 490px;
    color: var(--black-2)
}

.hero-area .section-content .text-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .text-wrapper {
        margin-top: 32px
    }
}

.hero-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .btn-wrapper {
        margin-top: 32px
    }
}

.hero-area .section-content .wc-btn-primary {
    background-color: var(--theme);
    color: var(--white)
}
.hero-area .section-content .wc-btn-primary:hover{
    background-color: var(--primary);
}

.hero-area .section-content .review-wrapper {
    margin-top: 40px;
    border-top: 1px solid var(--black);
    display: inline-flex
}

.hero-area .section-content .ratings {
    border-inline-start: 1px solid var(--black);
    padding-inline-start: 20px;
    margin-inline-start: 15px
}

.hero-area .section-content .rating {
    font-size: 50px;
    line-height: 1;
    margin-top: 13px;
    color: var(--black)
}

.hero-area .section-content .review {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    color: var(--black-2)
}

.hero-area .section-content .rating-icons {
    display: flex;
    gap: 4px;
    margin-top: 15px
}

.hero-area .section-content .rating-text {
    font-size: 18px;
    color: var(--black);
    line-height: 1;
    display: inline-block;
    margin-top: 17px
}

.clients-area-inner {
    padding-top: 98px
}

@media only screen and (max-width: 1919px) {
    .clients-area-inner {
        padding-top: 78px
    }
}

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

.clients-area .section-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: var(--white);
    padding: 0 22px;
    margin-top: 0
}

.dark .clients-area .section-title {
    background-color: var(--black)
}

.clients-area .title-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1
}

.clients-area .title-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border);
    top: 4px;
    z-index: -1
}

.clients-area .title-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border);
    top: 8px;
    z-index: -1
}

.clients-area .section-header {
    margin-bottom: 48px
}

.client-slider-active .swiper-slide {
    width: auto
}

.client-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-box img {
    opacity: 1
}

.features-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr 430px;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .features-area .section-header {
        grid-template-columns: 1fr 330px
    }
}

@media only screen and (max-width: 991px) {
    .features-area .section-header {
        grid-template-columns: 1fr
    }
}

.features-area .section-title {
    max-width: 670px
}

.features-area .features-wrapper-box {
    margin-top: 92px
}

@media only screen and (max-width: 1919px) {
    .features-area .features-wrapper-box {
        margin-top: 72px
    }
}

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

.features-area .features-wrapper {
    display: grid;
    gap: 40px 30px;
    text-align: center;
    grid-template-columns: repeat(4, 1fr)
}

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

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

.features-area .feature-box .title {
    font-size: 24px;
    font-weight: 600
}

.features-area .feature-box .content {
    margin-top: 41px
}

@media only screen and (max-width: 1199px) {
    .features-area .feature-box .content {
        margin-top: 21px
    }
}

.features-area .feature-box .text {
    margin-top: 16px;
}

@media(max-width: 575px) {
    .features-area .feature-box .text {
        max-width: 100%
    }
}

.about-area .thumbs {
    width: 100%;
    aspect-ratio: 100/118;
    position: relative;
    max-width: 610px
}

.about-area .thumbs img {
    border-radius: 5px
}

.about-area .thumbs .img-1 {
    width: 49%;
    position: absolute;
    top: 9%;
    inset-inline-start: 0
}

.about-area .thumbs .img-2 {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    width: 41%
}

.about-area .thumbs .img-3 {
    position: absolute;
    bottom: 0;
    inset-inline-start: 26%;
    width: 59%
}

.about-area .about-area-inner {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: 610px 444px;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 1399px) {
    .about-area .about-area-inner {
        grid-template-columns: 510px 444px
    }
}

@media only screen and (max-width: 1199px) {
    .about-area .about-area-inner {
        grid-template-columns: 410px 400px
    }
}

@media only screen and (max-width: 991px) {
    .about-area .about-area-inner {
        grid-template-columns: 1fr
    }
}

.about-area .section-content .text-wrapper {
    margin-top: 33px
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .text-wrapper {
        margin-top: 23px
    }
}

.about-area .section-content .btn-wrapper {
    margin-top: 43px;
    display: flex;
    gap: 30px;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .btn-wrapper {
        margin-top: 33px
    }
}

.about-area .experience-box {
    margin-top: 55px
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box {
        margin-top: 35px
    }
}

.about-area .experience-box .number {
    font-size: 100px;
    font-weight: 500;
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box .number {
        font-size: 70px
    }
}

.about-area .experience-box .number i {
    font-size: 18px;
    margin-top: 12px;
    margin-inline-start: 9px
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box .number i {
        margin-top: 10px
    }
}

.about-area .experience-box .info {
    font-size: 18px;
    line-height: 1.2;
    max-width: 180px;
    font-weight: 600;
    margin-top: 10px
}

.service-area {
    background-color: var(--black);
    position: relative;
    z-index: 1;
    padding: 0 45px
}

@media only screen and (max-width: 991px) {
    .service-area {
        padding: 0 15px
    }
}

.service-area .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.service-area .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
        opacity: 0.3;
}

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

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

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

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

.service-box {
    border-bottom: 1px solid #3d3d3d;
    padding: 36px 0;
    display: grid;
    gap: 30px;
    grid-template-columns: 80px 220px 1fr;
    align-items: center;
    transition: all .5s
}

@media only screen and (max-width: 1399px) {
    .service-box {
        grid-template-columns: 50px 200px 1fr
    }
}

@media only screen and (max-width: 1199px) {
    .service-box {
        grid-template-columns: auto 1fr
    }
}

.service-box:hover {
    background-color: #242424
}

.service-box:hover .number {
    transform: translateX(30px)
}

.dir-rtl .service-box:hover .number {
    transform: translateX(-30px)
}

@media only screen and (max-width: 1199px) {
    .service-box:hover .number {
        transform: none
    }
}

.service-box:hover .wc-btn-circle {
    transform: translateX(-30px);
    background-color: var(--theme);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white)
}

.dir-rtl .service-box:hover .wc-btn-circle {
    transform: translateX(30px)
}

@media only screen and (max-width: 1199px) {
    .service-box:hover .wc-btn-circle {
        transform: none
    }
}

.service-box:first-child {
    border-top: 1px solid #3d3d3d
}

.service-box .number {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    transition: all .5s
}

.service-box .thumb img {
    border-radius: 60px
}

.service-box .title {
    font-size: 28px;
    line-height: 1.07;
    color: var(--white)
}

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

.service-box .text {
    color: var(--white-2);
    max-width: 360px
}

@media only screen and (max-width: 1399px) {
    .service-box .text {
        max-width: 330px
    }
}

.service-box .wc-btn-circle {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    color: var(--white);
    transition: all .5s
}

@media only screen and (max-width: 991px) {
    .service-box .wc-btn-circle {
        width: 50px;
        height: 50px;
        font-size: 16px
    }
}

.service-box .wc-btn-circle i {
    transform: rotate(-45deg)
}

.service-box .content {
    display: grid;
    gap: 20px;
    grid-template-columns: 31% 1fr auto;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .service-box .content {
        grid-column: span 2
    }
}

@media only screen and (max-width: 767px) {
    .service-box .content {
        grid-template-columns: 1fr
    }
}

.report-area .section-title {
    max-width: 580px;
    margin-inline: auto
}

.report-area .section-header {
    text-align: center
}

.report-area .section-content-box {
    margin-top: 82px
}

@media only screen and (max-width: 1919px) {
    .report-area .section-content-box {
        margin-top: 72px
    }
}

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

.report-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 340px;
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    .report-area .section-content {
        grid-template-columns: 1fr 290px
    }
}

@media only screen and (max-width: 1199px) {
    .report-area .section-content {
        grid-template-columns: 1fr 270px
    }
}

@media only screen and (max-width: 991px) {
    .report-area .section-content {
        grid-template-columns: 1fr
    }
}

.report-area .report-graph {
    max-width: 860px
}

.report-area .satisfaction-box .number {
    font-size: 250px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    line-height: .75
}

@media only screen and (max-width: 1399px) {
    .report-area .satisfaction-box .number {
        font-size: 200px
    }
}

@media only screen and (max-width: 1199px) {
    .report-area .satisfaction-box .number {
        font-size: 180px
    }
}

@media only screen and (max-width: 767px) {
    .report-area .satisfaction-box .number {
        font-size: 150px
    }
}

@media(max-width: 575px) {
    .report-area .satisfaction-box .number {
        font-size: 100px
    }
}

.report-area .satisfaction-box .number .icon {
    font-size: 30px;
    margin-inline-start: 2px;
    font-weight: 500
}

@media(max-width: 575px) {
    .report-area .satisfaction-box .number .icon {
        font-size: 20px
    }
}

.report-area .satisfaction-box .info {
    font-size: 22px;
    line-height: 1.23;
    color: var(--secondary);
    font-weight: 400;
    margin-top: 42px
}

@media only screen and (max-width: 1199px) {
    .report-area .satisfaction-box .info {
        margin-top: 22px;
        font-size: 18px
    }
}

.report-area .satisfaction-box .info span {
    color: var(--primary)
}

.report-area .satisfaction-box .info br {
    display: block
}

.project-area .section-title {
    max-width: 330px
}

.project-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .project-area .section-header {
        grid-template-columns: 1fr 1fr;
        gap: 20px 40px
    }
}

@media only screen and (max-width: 767px) {
    .project-area .section-header {
        grid-template-columns: 1fr
    }
}

.project-area .section-header .text {
    max-width: 450px
}

.project-area .nav-icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .project-area .nav-icon {
        width: 60px;
        height: 60px;
        font-size: 16px
    }
}

.project-area .nav-icon:hover {
    background-color: var(--theme);
    color: var(--black);
    border-color: rgba(0, 0, 0, 0)
}

.dark .project-area .nav-icon:hover {
    color: var(--black)
}

.project-area .slider-nav {
    display: flex;
    gap: 20px
}

.dir-rtl .project-area .slider-nav {
    flex-direction: row-reverse
}

@media only screen and (max-width: 991px) {
    .project-area .slider-nav {
        display: none
    }
}

.project-area .projects-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1919px) {
    .project-area .projects-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1399px) {
    .project-area .projects-wrapper-box {
        margin-top: 50px
    }
}

.project-area .projects-wrapper-box .swiper {
    margin: -30px;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    .project-area .projects-wrapper-box .swiper {
        margin: 0;
        padding: 0
    }
}

.project-box {
    display: inline-block;
    position: relative
}

.project-box:hover .thumb {
    transform: scale(1.09)
}

@media only screen and (max-width: 991px) {
    .project-box:hover .thumb {
        transform: none
    }
}

.project-box:hover .wc-btn-circle {
    margin-bottom: 0;
    opacity: 1
}

.project-box .thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s
}

.project-box .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 38.85%, #121212 100%);
    top: 0;
    inset-inline-start: 0
}

.project-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-box .tag {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .35);
    color: var(--black)
}

.project-box .meta {
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    margin: 40px
}

@media only screen and (max-width: 1919px) {
    .project-box .meta {
        margin: 30px
    }
}

.project-box .title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--white)
}

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

.project-box .title a:hover {
    color: var(--white)
}

.project-box .content {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    margin: 40px;
    overflow: hidden
}

@media only screen and (max-width: 1919px) {
    .project-box .content {
        margin: 30px
    }
}

.project-box .wc-btn-circle {
    margin-top: 28px;
    width: 60px;
    height: 60px;
    background-color: var(--theme);
    color: var(--black);
    margin-bottom: -88px;
    opacity: 0;
    transition: all .5s
}

@media only screen and (max-width: 991px) {
    .project-box .wc-btn-circle {
        margin-bottom: 0;
        opacity: 1
    }
}

.project-box .wc-btn-circle i {
    transform: rotate(-45deg)
}

.pricing-area .section-title {
    max-width: 610px
}

.pricing-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 480px
}

@media only screen and (max-width: 1199px) {
    .pricing-area .section-header {
        grid-template-columns: 1fr 400px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area .section-header {
        grid-template-columns: 1fr
    }
}

.pricing-area .accordion .accordion-button {
    font-size: 18px;
    line-height: 1;
    color: var(--primary);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 500
}

.pricing-area .accordion .accordion-button .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white)
}

@media only screen and (max-width: 1399px) {
    .pricing-area .accordion .accordion-button {
        font-size: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-area .accordion .accordion-button br {
        display: none
    }
}

.pricing-area .accordion .accordion-button::after {
    content: "+";
    color: var(--primary);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.pricing-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

.pricing-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

.pricing-area .accordion .accordion-item {
    border-bottom: 1px solid #b8b8b8;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

.dark .pricing-area .accordion .accordion-item {
    border-color: #464646
}

.pricing-area .accordion .accordion-item:not(:first-child) {
    margin-top: 0px
}

.pricing-area .accordion .accordion-item:first-child {
    border-top: 1px solid #b8b8b8
}

.dark .pricing-area .accordion .accordion-item:first-child {
    border-color: #464646
}

.pricing-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--secondary)
}

@media only screen and (max-width: 991px) {
    .pricing-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

.pricing-area .pricing-wrapper-box {
    margin-top: 100px
}

@media only screen and (max-width: 1919px) {
    .pricing-area .pricing-wrapper-box {
        margin-top: 80px
    }
}

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

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

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

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

.pricing-box {
    background-color: var(--white);
    padding: 47px 50px 50px;
    box-shadow: 0px 30px 200px rgba(16, 25, 56, .08);
    border-radius: 5px
}

.dark .pricing-box {
    background-color: #1c1c1c
}

@media only screen and (max-width: 1199px) {
    .pricing-box {
        padding: 27px 30px 30px
    }
}

.pricing-box .tag {
    font-size: 18px;
    color: var(--primary);
    display: inline-block;
    line-height: 1
}

.pricing-box .feature-list {
    margin-top: 39px;
    min-height: 171px
}

@media only screen and (max-width: 767px) {
    .pricing-box .feature-list {
        min-height: auto
    }
}

.pricing-box .feature-list li {
    display: flex;
    align-items: center
}

.pricing-box .feature-list li:not(:first-child) {
    margin-top: 15px
}

.pricing-box .feature-list li img {
    margin-inline-end: 10px
}

.dir-rtl .pricing-box .feature-list li img {
    transform: rotateY(180deg)
}

.pricing-box .price {
    font-size: 60px;
    line-height: 1;
    margin-top: 17px
}

@media only screen and (max-width: 1399px) {
    .pricing-box .price {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-box .price {
        font-size: 40px
    }
}

.pricing-box .wc-btn-primary {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .pricing-box .wc-btn-primary {
        margin-top: 40px
    }
}

.dark .pricing-box .wc-btn-primary:hover {
    color: var(--black)
}

.fun-fact-area .section-title {
    max-width: 520px;
    margin-inline: auto
}

.fun-fact-area .section-header {
    text-align: center
}

.counter-wrapper-box {
    margin-top: 61px
}

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

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

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

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

.counter-box {
    text-align: center
}

.counter-box .number {
    font-size: 100px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    display: inline-block;
    background-image: url(../imgs/shape/img-s-55.webp);
    background-size: 100% 100%;
    background-position: center
}

@media only screen and (max-width: 1399px) {
    .counter-box .number {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-box .number {
        font-size: 50px;
        padding: 0 20px
    }
}

.counter-box .text {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px
}

@media only screen and (max-width: 1399px) {
    .counter-box .text {
        font-size: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-box .text {
        font-size: 18px
    }
}

.blog-area .section-title {
    max-width: 620px
}

.blog-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .blog-area .section-header {
        grid-template-columns: 1fr
    }
}

.blog-area .blogs-wrapper-box {
    margin-top: 87px
}

@media only screen and (max-width: 1919px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 67px
    }
}

@media only screen and (max-width: 1399px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 47px
    }
}

.blog-area .blogs-wrapper {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 575px) {
    .blog-area .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.blog {
    display: grid;
    grid-template-columns: 1fr 390px
}

@media only screen and (max-width: 1399px) {
    .blog {
        grid-template-columns: auto 350px
    }
}

@media only screen and (max-width: 1199px) {
    .blog {
        grid-template-columns: auto 290px
    }
}

@media only screen and (max-width: 991px) {
    .blog {
        grid-template-columns: 1fr
    }
}

.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog .content-wrapper {
    background-color: var(--white);
    padding: 37px 40px 45px;
    border: 1px solid var(--border);
    border-inline-start: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.dark .blog .content-wrapper {
    background-color: var(--black)
}

@media only screen and (max-width: 991px) {
    .blog .content-wrapper {
        padding: 27px 15px 25px;
        border: 1px solid var(--border);
        border-top: 0
    }
}

.blog .thumb {
    overflow: hidden
}

.blog .thumb img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog .btn-wrapper {
    padding-top: 14px;
    border-top: 1px solid var(--border)
}

.blog .tag {
    font-size: 14px;
    display: inline-block;
    color: var(--primary)
}

.blog .meta {
    display: flex;
    gap: 5px;
    align-items: center
}

.blog .date {
    font-size: 14px
}

.blog .date.date.has-left-line {
    padding-inline-start: 25px
}

.blog .date.date.has-left-line:before {
    width: 20px
}

.blog .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
}

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

@media only screen and (max-width: 1199px) {
    .blog .title {
        padding-bottom: 30px;
        height: auto
    }
}

.blog .wc-btn-normal {
    font-size: 16px;
    color: var(--primary)
}

.testimonial-area-inner {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px
}

@media only screen and (max-width: 1399px) {
    .testimonial-area-inner {
        grid-template-columns: 1fr 640px
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-inner {
        grid-template-columns: 1fr 470px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-inner {
        grid-template-columns: 100%
    }
}

.testimonial-area .section-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--font_spacegrotesk)
}

.testimonial-area .section-title {
    max-width: 390px
}

.testimonial-area .section-content .subtitle-wrapper {
    display: flex;
    gap: 15px;
    align-items: center
}

.testimonial-area .section-content .title-wrapper {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .testimonial-area .section-content .title-wrapper {
        margin-top: 15px
    }
}

.testimonial-area .section-content .text-wrapper {
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .section-content .text-wrapper {
        margin-top: 22px
    }
}

.testimonial-area .section-content .text-wrapper .text {
    max-width: 357px
}

.testimonial-area .section-content .review-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .section-content .review-wrapper-box {
        margin-top: 43px
    }
}

.testimonial-area .review-wrapper {
    background-color: #e7f5eb;
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center
}

.dark .testimonial-area .review-wrapper {
    background-color: #252525
}

.testimonial-area .review-author {
    display: flex;
    gap: 10px;
    align-items: center
}

.testimonial-area .review-author .text {
    font-size: 16px;
    font-weight: 600
}

.testimonial-area .review-author .text br {
    display: block
}

.testimonial-area .review-rating {
    padding-inline-start: 20px;
    border-inline-start: 1px solid #cddbd9;
    margin-inline-start: 20px
}

.testimonial-area .review-rating .ratings {
    display: flex;
    align-items: center
}

.testimonial-area .review-rating .number {
    font-size: 22px;
    display: inline-block
}

.testimonial-area .review-rating .icon-list {
    display: inline-flex;
    gap: 2px;
    margin-inline-start: 8px
}

.testimonial-area .review-rating .icon-list li {
    font-size: 14px
}

.testimonial-area .review-rating .text {
    font-size: 14px;
    margin-top: 4px
}

.testimonial-area .testimonial-wrapper {
    padding: 80px 100px;
    background-color: var(--white);
    box-shadow: 0px 30px 200px rgba(16, 25, 56, .08);
    border-radius: 5px
}

.dark .testimonial-area .testimonial-wrapper {
    background-color: #1c1c1c
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .testimonial-wrapper {
        padding: 50px 60px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area .testimonial-wrapper {
        padding: 30px 20px
    }
}

.testimonial-area .testimonial-wrapper-box {
    position: relative
}

.testimonial-area .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 70px);
    margin-inline-start: -35px
}

.dir-rtl .testimonial-area .slider-nav {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .slider-nav {
        width: calc(100% + 60px);
        margin-inline-start: -30px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .slider-nav {
        display: none
    }
}

.testimonial-area .slider-nav .nav-icon,
.testimonial-area .slider-nav [role=button] {
    cursor: pointer;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(18, 18, 18, .15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--primary);
    transition: all .5s
}

.dark .testimonial-area .slider-nav .nav-icon,
.dark .testimonial-area .slider-nav [role=button] {
    border-color: #464646
}

@media only screen and (max-width: 1199px) {

    .testimonial-area .slider-nav .nav-icon,
    .testimonial-area .slider-nav [role=button] {
        width: 60px;
        height: 60px;
        font-size: 18px
    }
}

.testimonial-area .slider-nav .nav-icon:hover,
.testimonial-area .slider-nav [role=button]:hover {
    background-color: var(--theme);
    border-color: rgba(0, 0, 0, 0);
    color: var(--black)
}

.testimonial-area .slider-nav .nav-icon.swiper-button-disabled,
.testimonial-area .slider-nav [role=button].swiper-button-disabled {
    opacity: .3
}

.testimonial-item {
    text-align: center
}

.testimonial-item .icon img {
    height: 47px
}

@media only screen and (max-width: 1199px) {
    .testimonial-item .icon img {
        height: 37px
    }
}

.testimonial-item .text {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--font_spacegrotesk)
}

@media only screen and (max-width: 1399px) {
    .testimonial-item .text {
        font-size: 20px
    }
}

.testimonial-item .post {
    font-size: 16px;
    display: block;
    margin-top: 8px
}

.testimonial-item .name {
    font-size: 24px;
    line-height: 1;
    display: block;
    color: var(--primary)
}

.testimonial-item .text-wrapper {
    margin-top: 38px
}

@media only screen and (max-width: 767px) {
    .testimonial-item .text-wrapper {
        margin-top: 28px
    }
}

.testimonial-item .author {
    margin-top: 55px
}

@media only screen and (max-width: 1199px) {
    .testimonial-item .author {
        margin-top: 45px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .author {
        margin-top: 35px
    }
}

.team-area-inner {
    padding-bottom: 485px;
    padding-inline: 40px;
    background-color: var(--black);
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.dark .team-area-inner {
    background-color: #1c1c1c
}

@media only screen and (max-width: 1919px) {
    .team-area-inner {
        padding-bottom: 285px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area-inner {
        padding-bottom: 235px
    }
}

@media only screen and (max-width: 767px) {
    .team-area-inner {
        padding-inline: 20px
    }
}

.team-area-inner .shape-1 {
    position: absolute;
    width: 230px;
    top: 84px;
    inset-inline-end: 65px;
    z-index: -1
}

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

.team-area .section-title {
    max-width: 1100px;
    margin-inline: auto;
    color: var(--white)
}

.team-area .section-header {
    text-align: center
}

.team-area .section-header .text {
    max-width: 600px;
    margin-inline: auto;
    color: var(--white-2)
}

.team-area .section-header .text-wrapper {
    margin-top: 31px
}

@media only screen and (max-width: 767px) {
    .team-area .section-header .text-wrapper {
        margin-top: 21px
    }
}

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

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper {
        gap: 40px 20px
    }
}

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

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

.team-area .team-wrapper-box {
    margin-top: -392px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .team-area .team-wrapper-box {
        margin-top: -212px
    }
}

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

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

.team-area .team-wrapper-box .shape-1 {
    position: absolute;
    width: 200px;
    right: 9%;
    top: -130px;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .team-area .team-wrapper-box .shape-1 {
        width: 130px;
        right: -1%;
        top: -90px
    }
}

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

.team-box:hover .thumb img {
    transform: scale(1.1)
}

.team-box .thumb {
    border-radius: 5px;
    overflow: hidden
}

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

.team-box .content {
    margin-top: 22px
}

.team-box .name {
    font-size: 24px;
    font-weight: 600
}

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

.team-box .post {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 28px
}

@media only screen and (max-width: 1199px) {
    .team-box .post {
        margin-bottom: 23px
    }
}

.team-box .wc-btn-circle {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid rgba(18, 18, 18, .15);
    font-size: 14px
}

.dark .team-box .wc-btn-circle {
    background-color: var(--black);
    color: var(--white);
    border-color: rgba(255, 255, 255, .15)
}

.team-box .wc-btn-circle i {
    transform: none
}

.team-box .wc-btn-primary {
    font-size: 12px;
    font-weight: 400;
    padding: 0 11px;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid rgba(18, 18, 18, .15);
    border-radius: 30px
}

.dark .team-box .wc-btn-primary {
    background-color: var(--black);
    color: var(--white);
    border-color: rgba(255, 255, 255, .15)
}

.team-box .wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.team-box .wc-btn-group>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -30px
}

.team-box .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.team-box .wc-btn-group>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.team-box .wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.team-box .wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.team-box .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -30px
}

.text-slider-active .swiper-slide {
    width: auto
}

.text-slider {
    padding-top: 110px
}

@media only screen and (max-width: 1919px) {
    .text-slider {
        padding-top: 90px
    }
}

@media only screen and (max-width: 1399px) {
    .text-slider {
        padding-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .text-slider {
        padding-top: 30px
    }
}

.text-slider .swiper-wrapper {
    transition-timing-function: linear
}

.text-slider-item .title {
    font-size: 190px;
    font-weight: 500;
    line-height: 1.1
}

@media only screen and (max-width: 1919px) {
    .text-slider-item .title {
        font-size: 140px
    }
}

@media only screen and (max-width: 1399px) {
    .text-slider-item .title {
        font-size: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .text-slider-item .title {
        font-size: 90px
    }
}

@media only screen and (max-width: 991px) {
    .text-slider-item .title {
        font-size: 75px
    }
}

@media only screen and (max-width: 767px) {
    .text-slider-item .title {
        font-size: 45px
    }
}

@media(max-width: 575px) {
    .text-slider-item .title {
        font-size: 35px
    }
}

.text-slider-item .title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px
}


.cta-area .section-header {
    text-align: center
}

.cta-area .btn-wrapper {
    margin-top: 42px
}

/* How We Do Area Styles */
.how-we-do-area .section-header {
    text-align: center;
}
.how-we-do-area .process-icon svg {
    width: 48px;
    height: 48px;
}


.how-we-do-area .section-title {
    max-width: 400px;
    margin: 0 auto
}

.how-we-do-area .process-wrapper-box {
    margin-top: 60px
}

@media only screen and (max-width: 991px) {
    .how-we-do-area .process-wrapper-box {
        margin-top: 40px
    }
}

.how-we-do-area .process-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(5, 1fr)
}

@media only screen and (max-width: 1199px) {
    .how-we-do-area .process-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px
    }
}

@media only screen and (max-width: 991px) {
    .how-we-do-area .process-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .how-we-do-area .process-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.how-we-do-area .process-box {
    text-align: center;
    position: relative;
    padding: 30px 20px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease
}

.dark .how-we-do-area .process-box {
    background: var(--primary);
    box-shadow: 0 5px 30px rgba(255, 255, 255, 0.08)
}

.how-we-do-area .process-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15)
}

.dark .how-we-do-area .process-box:hover {
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.15)
}

.how-we-do-area .process-box .process-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--action);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px
}

.how-we-do-area .process-box .content {
    margin-top: 20px
}

.how-we-do-area .process-box .title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 15px
}

.dark .how-we-do-area .process-box .title {
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .how-we-do-area .process-box .title {
        font-size: 20px
    }
}

.how-we-do-area .process-box .text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--secondary);
    margin: 0
}

.dark .how-we-do-area .process-box .text {
    color: var(--secondary)
}

@media only screen and (max-width: 1199px) {
    .how-we-do-area .process-box .text {
        font-size: 14px
    }
}

.how-we-do-area .process-box .process-icon {
    margin-top: 20px;
    font-size: 32px;
    color: var(--action)
}

@media only screen and (max-width: 1199px) {
    .how-we-do-area .process-box .process-icon {
        font-size: 28px
    }
}

/*# sourceMappingURL=master-seo-agency.css.map */