.header-area{
    background-color: black;
}
.font-heading-teko-bold h1,.font-heading-teko-bold h2,.font-heading-teko-bold h3,.font-heading-teko-bold h4,.font-heading-teko-bold h5,.font-heading-teko-bold h6 {
    font-family: var(--font_teko);
    font-weight: 700;
    line-height: .94
}

@media(min-width: 1600px) {
    .container.large {
        max-width:1520px
    }
}
@media(min-width: 1900px) {
    .project-area .container.large {
        max-width:1850px
    }
}

.hero-area-inner {
    padding-top: 200px;
    padding-bottom: 90px;
    position: relative;
    margin-inline-end:-140px;
    padding-inline-end:200px;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        margin-inline-end:0;
        padding-inline-end:190px;
        padding-top: 150px
    }
}

@media only screen and (max-width: 1599px) {
    .hero-area-inner {
        padding-inline-end:60px;
        padding-bottom:85px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-inline-end:0
    }
}

@media only screen and (max-width: 767px) {
    .hero-area-inner {
        padding-bottom:55px
    }
}

.box-layout .hero-area-inner {
    margin-inline-end:0;padding-inline-end:140px}

.hero-area-inner .info-text {
    border-inline-start:1px solid var(--border);position: absolute;
    inset-inline-end: 0;
    width: 140px;
    line-height: 1.8;
    height: 100%;
    padding-inline-start:30px;top: 0;
    padding-top: 200px;
    font-size: 16px;
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner .info-text {
        padding-top:150px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner .info-text {
        display:none
    }
}

.hero-area-inner .area-shape-1 {
    position: absolute;
    bottom: 2px;
    inset-inline-end: calc(100% - 200px);
    width: 410px;
    z-index: -1
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner .area-shape-1 {
        width:330px
    }
}

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

.hero-area .section-title {
    font-size: 190px;
    line-height: .76
}

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

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

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

.hero-area .section-title .marked {
    font-size: 42px;
    line-height: .83;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    transform: translateY(-36px);
    color: var(--primary)
}

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

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .marked {
        font-size:24px;
        padding-bottom: 10px;
        transform: translateY(-17px)
    }
}

.hero-area .section-title .marked:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--theme);
    bottom: 0;
    inset-inline-start: 0
}

.hero-area .section-title .marked:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--theme);
    bottom: 4px;
    inset-inline-start: 0
}

.hero-area .section-title .marked br {
    display: block
}

.hero-area .section-title .rotated {
    font-size: 30px;
    line-height: .66;
    text-transform: capitalize;
    font-weight: 400;
    width: auto;
    height: auto;
    background-color: var(--theme);
    display: inline-flex;
    align-items: center;
    padding: 20px;
    border-radius: 47px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: var(--primary);
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .rotated {
        font-size:22px;
        width: auto;
        height: auto;
        border-radius: 34px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .rotated {
        font-size:18px;
        width: auto;
        height: auto;
        border-radius: 24px;
    }
}

.hero-area .section-title .shape-1 {
    display: inline-flex;
    height: 120px;
    margin-inline-start:-30px;position: relative
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .shape-1 {
        height:90px;
        margin-inline-start:-25px}
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .shape-1 {
        height:70px;
        margin-inline-start:-20px}
}

.hero-area .section-content {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: 1fr 520px;
    justify-content: space-between
}

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

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

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

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

.hero-area .section-content .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.37;
    max-width: 380px
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .text {
        font-size:18px;
        max-width: 480px;
    }
}

.hero-area .section-content .content-bottom {
    margin-inline-start:315px;position: relative;
    margin-top: 65px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .content-bottom {
        margin-top:35px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .content-bottom {
        margin-inline-start:110px
    }
}

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

.hero-area .section-content .scroll-down {
    position: absolute;
    top: 0;
    inset-inline-end: calc(100% + 60px);
    width: -moz-max-content;
    width: max-content
}

.hero-area .section-content .content-first {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content .content-first {
        margin-top:0
    }
}

.hero-area .hero-thumb {
    display: flex;
    align-items: flex-start
}

.hero-area .hero-thumb .thumb-1 {
    margin-top: 160px;
    position: relative;
    -webkit-mask-image: url(../imgs/shape/radius-half-left.webp);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}

.dir-rtl .hero-area .hero-thumb .thumb-1 {
    transform: rotateY(180deg)
}

.hero-area .hero-thumb .thumb-1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000000;
    top: 0;
    inset-inline-start: 0;
    mix-blend-mode: multiply
}

.hero-area .hero-thumb .thumb-2 {
    -webkit-mask-image: url(../imgs/shape/radius-half-right.webp);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}

.dir-rtl .hero-area .hero-thumb .thumb-2 {
    transform: rotateY(180deg)
}

.hero-area .thumb-wrapper {
    position: relative
}

.hero-area .thumb-wrapper .shape-1 {
    position: absolute;
    top: 46px;
    inset-inline-start: 67px
}

.dir-rtl .hero-area .thumb-wrapper .shape-1 img {
    transform: rotateY(180deg)
}

.hero-area .customer-wrapper {
    display: inline-block;
    margin-inline-start:auto}

.dir-rtl .hero-area .customer-wrapper .icon img {
    transform: rotateY(180deg)
}

.hero-area .customer-wrapper .thumb {
    margin-top: 30px
}

.hero-area .customer-wrapper .text {
    font-size: 18px;
    line-height: 1.22;
    margin-top: 15px
}

.hero-area .customer-wrapper .text span {
    color: var(--primary)
}

.hero-area .customer-wrapper .text br {
    display: block
}

.hero-area .customer-wrapper-box {
    margin-top: 41px;
    display: flex;
    justify-content: flex-end
}

.hero-area .video-btn {
    display: flex;
    align-items: center;
    gap: 12px
}

.hero-area .video-btn .wc-btn-circle {
    width: 100px;
    height: 100px;
    border: 5px solid var(--white);
    background-color: var(--black);
    color: var(--white);
    font-size: 28px;
}

.dark .hero-area .video-btn .wc-btn-circle {
    border-color: var(--black);
    background-color: var(--white);
    color: var(--black)
}

.hero-area .video-btn .text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.14;
    display: inline-block;
    color: var(--primary)
}

.hero-area .video-btn .text br {
    display: block
}

.hero-area .video-btn-box {
    position: absolute;
    inset-inline-end: 0;
    z-index: 1;
    top: 66%
}
.wc-btn-circle i {
    transform: rotate(0deg);
}






/************Preview Section***************/
.work-area [dir=rtl] {
    direction: rtl
}

.work-area .works-wrapper {
    display: grid;
    gap: 10px
}

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

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

.work-box {
    position: relative;
    max-width: 880px
}

@media only screen and (max-width: 1919px) {
    .work-box {
        max-width:780px
    }
}

@media only screen and (max-width: 1399px) {
    .work-box {
        max-width:680px
    }
}

@media only screen and (max-width: 1199px) {
    .work-box {
        max-width:580px
    }
}

@media only screen and (max-width: 991px) {
    .work-box {
        max-width:480px
    }
}

@media only screen and (max-width: 767px) {
    .work-box {
        max-width:380px
    }
}

.work-box:hover .content {
    opacity: 1;
    visibility: visible
}

.work-box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background-color: rgba(255,255,255,.9);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 45px 45px 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    direction: ltr
}

.work-box .icon {
    position: absolute;
    inset-inline-end: 45px;
    top: 45px
}

.work-box .title {
    font-size: 30px;
    font-weight: 700;
    color: var(--black)
}

.work-box .meta {
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
    color: var(--black-2)
}
/***************************/














/* New Section Start for char. */
.client-area {
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 00px, #f0f0f0 200px, #f1f1f1 100%);
}
.client-area-text {
    position: relative;
}
.client-area-text .text {
    font-size: 48px;
    line-height: 1;
    max-width: 50%;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
}
.client-area-text .text>span {
    font-weight: 600;
}
@media only screen and (max-width: 1399px) {
    .client-area-text .text {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .client-area-text .text {
        font-size: 32px;
        max-width: 310px;
        top: 40px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
.client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 767px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.client-area .client-box {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 35px;
    margin-top: -2px;
    margin-left: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0);
}
.client-area .client-box p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .client-area .client-box {
        border: none;
        aspect-ratio: 100/50;
        margin: 10px 0;
    }
}
.client-area .client-box:hover img {
    opacity: 0.6;
}
.client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(1) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(2) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(7) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(12) {
        grid-column-start: auto;
    }
}
.client-area .client-box img {
    opacity: 0.7;
    transition: all 0.5s;
}
/* New End Now for char. *


/************content Section**********************/
.about-area {
    position: relative;
    z-index: 1
}

.about-area-inner {
    padding-top: 270px
}

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

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

.about-area .area-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

@media only screen and (max-width: 1199px) {
    .about-area .area-bg {
        height:calc(100% - 60px)
    }
}

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

.about-area .section-content {
    width: 410px;
    background-color: var(--white);
    margin-inline-start:auto}

.dark .about-area .section-content {
    background-color: var(--black)
}

@media(max-width: 575px) {
    .about-area .section-content {
        width:100%
    }
}

.about-area .section-content .content-first {
    padding: 54px 45px 54px
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .content-first {
        padding:34px 25px 34px
    }
}

.about-area .section-content .wc-btn-normal {
    padding: 0 45px;
    color: var(--white);
    height: 100px;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    text-transform: uppercase
}

.dark .about-area .section-content .wc-btn-normal {
    background-color: var(--white);
    color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .wc-btn-normal {
        padding:0 35px;
        height: 60px
    }
}

.about-area .job-meta li:not(:first-child) {
    margin-top: 30px
}

.about-area .job-meta li .title {
    font-size: 15px;
    line-height: 1;
    display: block
}

.about-area .job-meta li .text {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.33;
    margin-top: 9px;
    display: block
}

.career-details-area .section-title {
    margin-top: 0
}

.details-area {
    padding-bottom: 100px;
}
.details-area-inner {
    padding-top: 32px;
    max-width: 100%
}

.details-area-inner .job-meta {
    display: flex;
    gap: 30px 70px;
    margin-top: 31px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 28px
}

.details-area-inner .job-meta .title {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 1;
    display: inline-block
}

.details-area-inner .job-meta .text {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    display: block;
    margin-top: 9px;
    line-height: 1
}

.details-area-inner .job-description {
    margin-top: 20px
}

.details-area-inner .info-content {
    margin-top: 35px
}

.details-area-inner .info-content .title {
    font-size: 30px
}

.details-area-inner .info-content .info-text {
    margin-top: 14px
}

.details-area-inner .info-content .info-text li {
    position: relative;
    padding-inline-start:28px;font-size: 18px;
    line-height: 1.5
}

.details-area-inner .info-content .info-text li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 50%;
    top: 11px;
    inset-inline-start: 12px
}

.details-area-inner .ending-note {
    margin-top: 33px
}

.details-area .why_points{

}
/**********************************/


/**************Contact Area********************/
.contact-area {
    background-color: #383838;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-area-inner {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between
}

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

@media only screen and (min-width: 1919px) {
    .contact-area .section-spacing {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.contact-area .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    .contact-area .shape-1 {
        top:-45%
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .shape-1 {
        width:340px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .shape-1 {
        width:270px;
        top: -35%
    }
}

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

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

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

@media only screen and (max-width: 1919px) {
    .contact-area .section-title {
        max-width:630px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-title {
        max-width:580px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-title {
        max-width:450px;
        margin-bottom: 20px;
    }
}

.contact-area .section-content .text {
    max-width: 600px;
    color: var(--white-2)
}

.contact-area .section-content .text-wrapper {
    margin-top: 27px
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content .text-wrapper {
        margin-top:17px
    }
}
.contact-area .wc-btn-group > *:nth-child(1) {
    margin-inline-end: -60px;
}
.contact-area .wc-btn-group:hover > *:nth-child(1) {
    margin-inline-end: 0px;
}
.contact-area .wc-btn-group:hover > *:nth-child(3) {
    margin-inline-start: -60px;
}
.contact-area .wc-btn-primary {
    border-color: var(--white);
    padding: 0 35px;
}

.contact-area .wc-btn-circle {
    border-color: var(--white)
}
.contact-area .wc-btn-circle {
    width: 70px;
    height: 70px;
}
/**********************************/
