@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: "ClashDisplay";
    src: url("../font/ClashDisplay_Complete/Fonts/Variable/ClashDisplay-Variable.ttf") format(truetype);
}

.bottom {
    height: 100vh;
    width: 100%;
}

/* .custom-cursor-outer {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: var(--cursor-size-outer);
    height: var(--cursor-size-outer);
    border-radius: 50%;
    background-color: var(--cursor-color-outer);
}

.custom-cursor-inner {
    width: var(--cursor-size-inner);
    height: var(--cursor-size-inner);
    border-radius: 50%;
    background-color: var(--cursor-color-inner);
}

.inner-container {
    height: 100%;
    width: 100%;
} */

.custom-cursor-outer.click {
    animation: cursor-click 200ms alternate linear;
}

@keyframes cursor-click {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

* {
    /* cursor: none; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
    font-synthesis: none;

}

html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-size: 16px;





}

:root {
    --border-lines: #3127051a;

    --background-blue: #3b63ac;
    --background-yellow: #f6c937;
    --background-color-footer: #18171c;


    --text-color-yellow: #f6c937;
    --text-color-black: #141414;
    --text-white: #ffffff;
    --text-color-gray: #646865;
    --text-color-gray75: #757575;
    --text-color-greenish: #051c0a;

    /* for cursor */
    --cursor-color-outer: rgba(0, 0, 0, 0.6);
    --cursor-color-inner: #ffffff;
    --cursor-size-outer: 24px;
    --cursor-size-inner: 8px;

    /* font */
    --font-jakarta: 'Plus Jakarta Sans', sans-serif;
    --font-clash: "ClashDisplay", sans-serif;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /* cursor: url('images/cursor.png'), pointer; */
    /* cursor: none; */

}

.body-one {

    scroll-behavior: initial;

}

.body-two {
    overflow: hidden;
    /* Cann't scroll Further */
    /* Scroll Bar */
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;

}

#ham1 {
    cursor: pointer;
}

/* #butter{
    overflow: hidden;
    scroll-behavior: initial;
   
} */


body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-thumb {
    background: var(--background-blue);
    border-radius: 0px;
}

/* css for yellow background top */

.container001,
.second-container,
.work-categories-table,
.lines-behind,
.client-yellow-content,
.bar-soft-lines-content,
.white-form-section,
.second-white,
.projects-main-container,
.container-aboutus-extra,
.container-aboutus-extra {
    border-left: 1px solid var(--border-lines);
    border-right: 1px solid var(--border-lines);
    font-family: var(--font-clash);
    color: var(--text-color-black);
}

.client-top,
.client-bottom,
.client-middle {
    border-left: 1px solid var(--border-lines);
    border-right: 1px solid var(--border-lines);
}

.client-top p {
    color: var(--bt-c1, #141414);
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 6.4px;
}

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

    .client-top,
    .client-bottom,
    .client-middle {
        border-left: none;
        border-right: none;
    }
}

/* Refined CSS Block Start */

.f-col {
    display: flex;
    flex-direction: column;
}

.container,
.head-container {
    margin: auto;
}

.container-extra {
    margin: auto;
    z-index: 9999;
    position: relative;
}

.a-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.a-link:hover i {
    transform: rotate(360deg);
    transition: all 0.4s ease-in-out;
}

.work-category-item:hover i {
    transform: rotate(360deg);
    transition: all 0.4s ease-in-out;
}

.item-link a span {
    position: relative;
    text-decoration: none;
    white-space: nowrap;

}

.item-link a span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--background-blue);
    transition: width 0.3s;
}

.item-link a:hover span::before {
    width: 100%;
}


.top-yellow-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 910px;
    background: var(--background-yellow);
    z-index: -1;
}

.left-circle {
    position: absolute;
    width: 544px;
    height: 543px;
    left: -159px;
    top: 170px;
    background: radial-gradient(50% 50% at 50% 50%, #ff777745 0%, #907dff00 100%);
    mix-blend-mode: multiply;
    filter: blur(20px);
}

.right-yellow-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 910px;
    background: #586377;
    mix-blend-mode: overlay;
    z-index: -1;
}

.left-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 120%;
    background: var(--background-yellow);
    mix-blend-mode: color;
}

/* .right-layer{
    position: absolute;
    top: 0;
    right: -20%;
    width: 28%;
    height: 100%;
    background: #586377;
    mix-blend-mode: overlay;
} */

.yellow-container {
    position: relative;
    overflow: hidden;
    font-family: var(--font-clash);
}

.line {
    width: 100%;
    height: 1px;
    background-color: var(--border-lines);
    position: absolute;
    top: 72px;
    left: 0;
}

/* css for header-top */
.head-container {
    height: 72px;
    display: flex;
    color: var(--text-color-black);
    position: relative;
    z-index: 999;
    justify-content: space-between;
}

.head-logo {
    height: 100%;
    justify-content: center;
    align-items: start;
    width: 25%;
}

.logo {
    width: 144px;
    height: 20px;
}

.navigation {
    width: 45%;
}

.navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
}

.navigation ul li,
.navigation ul li a {
    display: flex;
    justify-content: center;
}

.ja-cen {
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.nitem {
    width: 100px;
}

.active-nav-item {
    font-weight: 600;
    font-size: 16px;
    position: relative;

}

.arrow1::before {
    content: "";
    position: absolute;
    bottom: -27px;
    width: 100%;
    border-bottom: 2px solid var(--text-color-black);
    cursor: auto;

}

.active-nav-item::before {
    content: "";
    position: absolute;
    bottom: -27px;
    width: 150%;
    border-bottom: 2px solid var(--text-color-black);
    cursor: auto;
}

.arrow1::before {
    bottom: -25px;
}

.start-prjt {
    width: 30%;
    justify-content: center;
    align-items: flex-end;
}

.arrow1,
.arrow2 a,
.arrow-f a {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    opacity: 0.8;
}

.arrow1:hover,
.arrow2 a:hover,
.arrow-f:hover,
.arrow-f a:hover {
    opacity: 1;
}

.arrow1 i,
.read-more i,
.arrow-inside-circle i {
    transform: rotateZ(-45deg);
    font-size: 14px;
}

.responsive-navigation {
    visibility: hidden;
    transform: scale(0);
    transform-origin: left;
    /* transition: all 1s; */
    position: relative;
    height: 0vh;
}

.responsive-ham-top {
    display: none;
}

/* css for header-top ends */

.first-top {
    display: grid;
    grid-template-columns: 55% 42%;
    gap: 3%;
    height: 400px;
}

.first-top-text {
    justify-content: end;
    font-weight: 500;
    font-size: 72px;
    line-height: 110%;
}

.top-text-bold {
    font-weight: 600;
    color: var(--background-blue);
}

.rotating-star {
    justify-content: center;
}

.rotating-star svg {
    width: 77px;
    height: 74px;
}

.second-star svg {
    width: 46.27px !important;
    height: 44.01px !important;
}

.third-star svg {
    width: 46.27px;
    height: 44.01px;
}

.rotating-star svg {
    animation: rotate 7s infinite linear;
    transform-origin: 50% 50%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.first-bottom {
    display: grid;
    grid-template-columns: 55% 45%;
    height: 250px;
}

.arrow2 a {
    margin-top: 30px;
}

.arrow-inside-circle {
    background-color: var(--text-color-black);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white);
}


.line001,
.line001-extra {
    position: relative;
    background: var(--border-lines);
    height: 1px;
    width: 100%;
    margin: 1rem 0 1rem 0;
}



.black-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--text-color-black);
    transform-origin: left center;
    animation: roundtime 12s linear infinite;
}

.aboutUs-inner-second-container .black-line {
    animation: none;
    width: 25%;
}

.changing-text-last .black-line {
    animation: none;
    width: 100%;
}

@keyframes roundtime {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* .changing-text-last .text-group{
    padding:0 1rem 1rem;
} */

.text-group {
    position: relative;
}

.text,
.text_one {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-jakarta);
}

.text-display {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    opacity: 1;
    transition: opacity 0.3s;

}

.outer-changing-text {
    width: 45%;
}

.first-image-section {
    transform: translateX(120%);
    position: relative;
    height: 620px;
    align-items: flex-start;
    /* mix-blend-mode: luminosity; */
    transition: all 1s ease-out;
    overflow: hidden;
}

/* .first-image-section:hover .left-layer {
    background-color: transparent;
    mix-blend-mode: normal;
} */

.first-image-section img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-layer-hue {
    position: absolute;
    top: 0;
    height: inherit;
    width: 120%;
    z-index: 2;
    mix-blend-mode: hue;
    background-color: var(--text-white);
}

.image-layer-gradient {
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 120%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    mix-blend-mode: normal;
}

.marquee {
    position: absolute;
    top: 580px;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 1rem;
    }

    .image-out .imgg {
        margin-left: calc(-1rem - 1px);
    }

    .hand-shake {
        margin-right: -1rem;
    }

    .head-container {
        margin-left: 1rem;
    }

    .outer-changing-text {
        width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .container {
        width: 100%;
        padding: 0 1.5rem;
    }

    .image-out .imgg {
        margin-left: calc(-1.5rem - 1px);
    }

    .hand-shake {
        margin-right: -1.5rem;
    }

    .head-container {
        margin-left: 0.5rem;
    }

    .client-image-section img {
        height: auto;
        width: 100%;
    }
}

.outer-changing-text {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 900px) {

    .container {
        width: auto;
        padding: 0 3rem;
    }

    .image-out .imgg {
        margin-left: calc(-3rem - 1px);
    }

    .head-container {
        margin-left: 0.5rem;
    }
}


@media screen and (min-width: 900px) and (max-width: 992px) {

    .container {
        width: auto;
        padding: 0 5vw;
    }

    .image-out .imgg {
        margin-left: calc(-5vw - 1px);
    }

    .head-container {
        width: 875px;
    }
}

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

    .container {
        width: auto;
        padding: 0 5vw;
    }

    .image-out .imgg {
        margin-left: calc(-5vw - 1px);
    }

    .container-extra {
        width: auto;
        padding: 0 5vw;
    }

    .head-container {
        width: 985px;
    }
}

@media screen and (min-width:1400px) {
    .outer-changing-text {
        width: 45%;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .container {
        width: 1100px;
    }

    .image-out .imgg {
        margin-left: calc((1100px - 100vw) / 2);
    }

    .container-extra {
        width: 1100px;
    }

    .head-container {
        width: 1165px;
    }

    .workTime {
        gap: 5px !important;
    }

    .cart-item-type-extra {
        width: 26% !important;
    }

    .outer-changing-text {
        width: 45%;
    }

}



@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .container {
        width: 1320px;
    }

    .image-out .imgg {
        margin-left: calc((1320px - 100vw) / 2);
    }

    .container-extra {
        width: 1320px;
    }

    .head-container {
        width: 1385px;
    }
}

@media screen and (min-width: 1600px) {

    .container {
        width: 1520px;
    }

    .container-extra {
        width: 1520px;
    }

    .head-container {
        width: 1585px;
    }

    #image-section,
    .left-layer,
    .right-layer {
        width: 100%;
    }

    .image-layer-hue,
    .image-layer-gradient {
        width: 100%;
    }
}

/* Refined CSS Block End */


@media screen and (min-width:1200px) and (max-width: 1400px) {
    .first-top-text {
        font-size: 60px;
    }
}


@media screen and (max-width: 1200px) {
    .first-top-text {
        font-size: 52px;
        padding-bottom: 2rem;
    }

    .first-top {
        grid-template-columns: 65% 32%;
    }
}

@media screen and (max-width: 900px) {
    .yellow-container-content {
        height: 847px;
    }

    .start-prjt {
        width: 60%;
        margin-right: 1rem;
    }

    /* .contact-us-project {
        width: auto;
        margin-right: -1.2rem;
    } */
    .responsive-ham-top {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .show {
        visibility: visible;
        position: relative;
        top: -70px;
        padding-top: 70px;
        left: 0;
        z-index: 998;
        width: 100%;
        height: 100vh;
        transform: scale(1);
        transform-origin: top left;
        transition: all 1s;
        overflow: hidden;
        background-color: var(--background-yellow);
        display: flex;
    }

    .icon {
        height: 30px;
        width: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .navigation,
    .head-logo {
        display: none;
    }

    .border {
        display: inline-block;
        width: 100%;
        height: 4px;
        border-radius: 5px;
        transition: all 0.5s;
        background-color: var(--text-color-black);
    }

    .border1 {
        width: 50%;
    }

    .border3 {
        width: 70%;
    }

    .ham-active .border1 {
        transform: translateX(0) translateY(11px) rotate(225deg);
        width: 100%;
    }

    .ham-active .border2 {
        opacity: 0;
    }

    .ham-active .border3 {
        width: 100%;
        transform: translateX(0px) translateY(-6px) rotate(135deg);
    }

    .flip-on-ham {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flip-on-ham ul {
        font-weight: 500;
        font-size: 24px;
    }

    .flip-on-ham ul li {
        padding: 3rem 0 0 0;
    }

    .first-image-section {
        height: 67vw;
    }


    .first-bottom {

        display: flex;
        flex-direction: column;
        /* padding-bottom: 10rem; */
    }

    .yellow-container .marquee {
        top: 530px;
    }

    .yellow-container-extra .aboutUs-marquee {
        top: 700px;
    }

    .first-top {
        grid-template-columns: 85% 15%;
        gap: 0;
        /* height: 295px; */

    }

    .rotating-star {
        justify-content: start;
    }

    .right-container {
        width: 350px;
    }

    .rotating-star svg {
        width: 40px;
        height: 65px;
    }

    /* .third-star svg {
        width: 33px;
        height: 32px;
    } */

    .fourth-star svg {
        width: 42px !important;
        height: 40px !important;
    }


    .image-layer-hue {
        height: 380px;
        margin-top: 34px;
    }

    .bold-main {
        font-size: 2.3rem;
    }


}

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

    .arrow1,
    .arrow2 a {
        font-size: 14px;
        width: 180px;
    }

    .first-image-section {
        height: 67vw;
    }

    .first-top {
        height: 255px;
        margin-top: 2rem;
    }

    .thank-you .first-top-text {
        font-size: 2rem !important;
        line-height: 2.5rem !important;

    }

    .first-top-text {
        font-size: 36px;
    }

    .right-container {
        width: 180px;
    }

    .left-container {
        width: calc(100% - 180px);
    }

    .start-prjt {
        width: 180px;
        margin-right: 0;
    }

    .rotating-star svg {
        width: 65px;
        height: 65px;
    }

    .yellow-container-content {
        height: 690px;
    }

    .top-yellow-layer {
        height: 830px;
    }

    .right-yellow-layer {
        height: 830px;
    }

    .yellow-container .marquee {
        top: 415px;
    }
}

.arrow3 {
    width: 49%;
}

/* .first-top-text {
    font-size: 2rem;
    line-height: 2rem;
} */

/* Refined Second Section Style Start */

.white-section-second {
    position: relative;
    z-index: 5;
}

.second-container {
    font-family: var(--font-clash);
    padding: 4rem 1rem;
}


.top-container-sce {
    display: flex;
}

.sec-text-part,
.second-star {
    width: 50%;
}

.second-star {
    align-items: flex-end;
}

.second-star,
.right-text-sec {
    padding-right: 3rem;
}

.start-let {
    display: flex;
    font-weight: 600;
    color: var(--background-blue);
    align-items: flex-end;
    margin-bottom: -2.2rem;
}

.start-let span {
    font-size: 120px;
}

.start-let p {
    font-size: 20px;
    padding: 0 0 1.8rem 2rem;
}

.bottom-container-sec {
    align-items: flex-end;
}

.full-description {
    font-family: var(--font-jakarta);
    color: var(--text-color-gray75);
    margin-left: 200px;
    line-height: 26px;
}

.right-text-sec {
    font-weight: 600;
    font-size: 68px;
    color: var(--text-color-greenish);
}

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

    .right-text-sec,
    .second-star,
    .sec-text-part {
        width: auto;
        padding-right: 0;
    }

    .full-description {
        margin-left: 23%;
    }

    .start-let {
        margin-bottom: 0;
    }

    .second-container {
        padding: 2rem 1rem;
    }

    .second-star {
        width: 0;
    }

    .bottom-container-sec {
        align-items: flex-start;
        padding: 3rem 0rem 0 0rem;
    }

    .right-text-sec {
        font-size: 32px;
    }
}

@media screen and (min-width:992px) and (max-width: 1400px) {
    .bottom-container-sec {
        margin-top: -40px;
    }
}


.work-categories-table {
    font-family: var(--font-clash);
    position: relative;
}

.work-color-layer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 212px;
    background-color: var(--background-yellow);
    z-index: -1;
    transition: top 0.3s ease-in-out;
}

.work-color-layer.slide {
    /* opacity: 1; */
    transition: all 3s ease-in-out;
}

.work-category-item {
    border-top: 1px solid var(--border-lines);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 212px;
    padding: 1rem;
    gap: 1rem;
    transition: all 0.3s ease-out;
    color: var(--background-color-footer);
    text-decoration: none;
}

.work-category-item:last-child {
    border-bottom: 1px solid var(--border-lines);
}

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

    .work-color-layer,
    .work-category-item {
        height: 172px;
    }
}

/* 
.work-category-item:hover {
    background-color: var(--background-yellow);
    transition: all 0.3s ;
    transition-timing-function: ease-in-out;
} */

/* .work-category-item:last-child {
    border-bottom: 1px solid var(--border-lines);
} */

.cat-item-type {
    width: 35%;
    font-size: 36px;
    font-weight: 500;
}

.cat-item-des {
    width: 45%;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-jakarta);
    font-weight: 400;
}

.item-link {
    width: 13%;
}

.item-link-extra {
    width: 100%;
}

.read-more {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
    color: var(--text-color-black);
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .cat-item-type {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .right-yellow-layer {
        width: 50%;
    }

}

@media screen and (max-width: 992px) {
    .cat-item-des {
        display: none;
    }

    .item-link,
    .cat-item-type {
        width: auto;
    }

    /* .work-category-item{
        flex-wrap: wrap;
    } */
}

@media screen and (max-width: 576px) {
    .read-more {
        font-size: 14px;
        gap: 0.5rem;
    }

    .work-category-item {
        padding: 0.2rem;
    }


}

/* Refined Second Section Style End */





/* css for third bluesection starts */
.third-container {
    position: relative;
}

.behind-blue-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.lines-behind {
    height: 57px;
}

.background11 {
    width: 440px;
    overflow: hidden;
    transition: all 1s;
    mix-blend-mode: luminosity;
}

.background11 img {
    height: 360px;
    width: 100%;
    object-fit: contain;
    display: block;
    transition: all 0.5s;
}

.img-blue {
    display: flex;
    position: relative;
    /* mix-blend-mode: luminosity;
    width: 89%; */
    z-index: 3;
    padding-bottom: 4rem;
    justify-content: space-around;
    align-items: center;
}

.image-left-blue {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.5s;
    margin: -14.5rem 0 0 0;
}

.image-right-blue {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.5s;
    margin: -21rem 0 0 0;
}

.project-image {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.project-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-blue);
    mix-blend-mode: soft-light;
}

.project-image:hover .project-layer {
    mix-blend-mode: normal;
    background: transparent;
}

.project-image:hover img {
    transform: rotate(3deg) scale(1.1);
    transition: all 0.5s;
}

.blue-color-container {
    height: 778.33px;
    width: 100%;
    position: relative;
    color: var(--text-color-black);
}

.slide-center {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
}

.color-display {
    transform: translateY(0);
    transition: all 1s;
    opacity: 1;
    transition-delay: 1s;
}

.blue-section {
    height: 778.33px;
    display: flex;
    font-family: var(--font-clash);
    padding: 6rem;
    position: relative;
    z-index: 2;
    border-left: none;
    border-right: 1px solid var(--border-lines);
}

.third-left {
    width: 90%;
    padding: 3rem 0 0 0;
}

.third-right {
    width: 10%;
}

.third-left-top {
    font-weight: 400;
    font-size: 48px;
    padding: 0 11rem 0 0;
}

.third-left-top span {
    font-weight: 600;
    color: var(--background-blue);
}

.blue-layer-positioned~.blue-color-container .third-left-top span {
    color: var(--text-color-yellow);
    transition: all 1s;
}

.third-left-mid {
    font-family: var(--font-jakarta);
    font-weight: 400;
    padding: 0 5rem 0 19rem;
    line-height: 30px;
}

.arrow-white {
    font-size: 16px;
    background-color: var(--text-color-black);
    color: var(--text-white);
}

.arrow4 {
    width: auto;
    z-index: 2;
    margin-top: 0;
    align-items: end;
}

.text-image {
    padding: 2rem 0 2rem 2rem;
    color: var(--text-color-black);
}

.text-title {
    font-family: var(--font-clash);
    display: flex;
    font-weight: 500;
    font-size: 24px;
}

.text-descri {
    font-family: var(--font-jakarta);
    font-weight: 400;
    color: var(--text-color-gray);
    padding-top: 1rem;
    line-height: 28px;
}

.line-mid-blue {
    width: 100%;
    height: 1px;
    background-color: var(--border-lines);
    position: absolute;
    top: 520px;
    left: 0;
    z-index: 3;
}

.vertical-line-blue {
    position: absolute;
    height: 778.33px;
    width: 1px;
    background-color: var(--border-lines);
    top: 0;
    left: 0;
    z-index: 2;
}

.circle1,
.circle2 {
    position: absolute;
    z-index: 1;
    top: 354px;
    left: -70px;
    padding: 1px;
    border-radius: 50%;
    animation: rotate-circle 4s infinite ease-in-out;
    opacity: 0;
}

.circle2 {
    left: 67%;
    opacity: 0;
}

#maincircle1,
#maincircle2,
#maincircle3 {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    opacity: 0;
}

#maincircle2 {
    width: 257px;
    height: 257px;
}

.circle3 {
    background: linear-gradient(to bottom, #00000033, var(--background-yellow));
    z-index: -1;
    opacity: 0;
    top: 58%;
    left: 11%;
}


.yellow-layer-positioned~.container .circle3 {
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.5s;
}

#maincircle3 {
    background: var(--background-yellow);
    opacity: 1;
}

@keyframes rotate-circle {
    0% {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@media screen and (max-width: 1200px) {
    .img-blue {
        width: 100%;
    }
}

.blue-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 778.33px;
    background-color: var(--background-blue);
    transform: translateY(-100%);
    opacity: 0;
}

.blue-layer-positioned {
    transform: translateY(0);
    transition: all 2s;
    opacity: 1;
}

.blue-layer-positioned~.blue-color-container {
    color: var(--text-white);
    transition: all 1s;
}

.blue-layer-positioned~.blue-color-container .circle1,
.blue-layer-positioned~.blue-color-container .circle2 {
    background: linear-gradient(to bottom, #ffffff33, var(--background-blue));
    transition: all 1s;
    transition-delay: 1.4s;
    opacity: 1;
    z-index: -999;
}

.blue-layer-positioned~.blue-color-container .circle2 {
    background: linear-gradient(to top, #ffffff33, var(--background-blue));
}

.blue-layer-positioned~.blue-color-container #maincircle1,
.blue-layer-positioned~.blue-color-container #maincircle2 {
    background-color: var(--background-blue);
    opacity: 1;
}

.blue-layer-positioned~.blue-color-container .arrow-white {
    background-color: var(--text-white);
    color: var(--text-color-black);
    transition: all 1s;
    transition-delay: 500ms;
}

.blue-layer-positioned~.blue-color-container .line-mid-blue {
    background-color: #ffffff33;
    transition: all 1s;
    transition-delay: 1.4s;
}

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

    .third-left-mid {
        padding-left: 14rem;
    }
}

@media screen and (max-width: 992px) {
    .blue-layer {
        height: 104%
    }

    .blue-section {
        flex-direction: column-reverse;
        height: 1637px;
        justify-content: start;
    }

    .third-right,
    .third-left {
        align-items: end;
        width: 100%;
        padding: 1rem 0 0 0;
    }

    .third-left-mid {
        padding: 5rem 0 0 0;
    }

    .img-blue {
        flex-direction: column;
    }

    /* .background11 {
        width: 68%;
    } */

    .image-right-blue {
        margin: 4rem 0 0 0;
    }

    .text-inblue-des,
    .text-inblue {
        color: var(--text-white);
    }

    .circle1 {
        margin: 3rem 0 0 -9rem;
    }

    .circle2 {
        display: none;
    }

    .circle3 {
        top: 104rem;
        left: 3rem;
    }

    .background11 img {
        height: 70%;
    }
}

@media screen and (max-width: 900px) {
    .blue-section {
        padding: 0 3rem;
    }

    .third-star {
        padding: 0;
    }

    .third-left-top {
        font-size: 36px;
        align-items: flex-end;
        padding: 0;
    }

    .third-left-top p {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .blue-section {
        padding: 0;
    }

    .background11 {
        width: 100%;
    }

    .background11 img {
        height: 100%;
    }
}

/*------------------------ css for client-yellow section------------------ */
.yellow-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-yellow);
    transform: translateY(-100%);
    opacity: 0;
    z-index: -999;
}

.yellow-layer-positioned {
    transform: translateY(0);
    transition: all 2s;
    opacity: 1;
}

.client-yellow {
    font-family: var(--font-clash);
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}

.bars-top {
    display: flex;
    position: relative;
}

.bars-top span {
    border-left: 1px solid var(--text-color-black);
    height: 67.57px;
    margin: 0 26px -11px -7px;
    transform: rotateZ(45deg);
}

.client-yellow-content {
    position: relative;
}

.client-top {
    padding-top: 9.8rem;
    display: flex;
}

.client-quote {
    width: 60%;
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    color: #2b0707;
}

.fourth-star {
    width: 40%;
    padding: 1rem 0 0 5rem;
    justify-content: start;
}

.client-middle {
    /* height: 30.677rem; */
    display: flex;
    /* mix-blend-mode: luminosity; */
    padding-top: 6rem;
    gap: 5rem;
    padding-bottom: 8rem;
}



.imgg {
    width: max-content;
    mix-blend-mode: luminosity;
    z-index: -1;
    position: relative;
}

.first-image-section {
    transform: translateX(0);
    transition: all 1s ease-out;
}

.image-out:hover .imgg {
    z-index: 1;
}

.image-small-mid {
    height: 293px;
}

.hand-shake {
    width: 226px;
    height: 293px;
    mix-blend-mode: luminosity;
}

.hand-shake:hover,
.imgg:hover {
    mix-blend-mode: normal;
}

.client-image-section {
    display: flex;
    gap: 2rem;
}

@media screen and (min-width:769px) and (max-width: 992px) {
    .client-image-section {
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .client-image-section {
        width: max-content;
        gap: 5rem;
    }
}

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

    .client-image-section {
        width: 100%;
    }

    .client-image-section .image-out {
        width: 60%;
        height: auto;
    }

    .client-image-section .image-small-mid {
        width: 40%;
        height: fit-content;
    }

    .client-image-section .imgg,
    .client-image-section .hand-shake {
        width: 100%;
        height: auto;
    }

    .client-image-section img {
        height: auto;
        width: 100%;
        min-width: 0 !important;
    }
}

.changing-text-last {
    width: 40%;
}

.hand-shake img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-out img {
    min-width: 380px;
    display: block;
}

.yellow-line-soft {
    border-bottom: 1px solid var(--border-lines);
    width: 100%;
}

.client-bottom {
    display: flex;
    padding: 4rem 5rem;
    gap: 3rem;
}

.client-bottom-left {
    width: 60%;
    font-family: var(--font-jakarta);
    line-height: 30px;
    color: var(--text-color-greenish);
}

.client-bottom-right {
    width: 40%;
    color: var(--text-color-black);
}

.client-bottom-right span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

.client-list-text {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: 24px;
}

.pointer {
    border-top: 3px solid var(--text-color-black);
    width: 40px;
}

.changing-text {
    display: flex;
    flex-direction: column;
    /* gap: 1.7rem; */
}

.outer-changing-text .changing-text {
    height: 330px;
}

.testi-info {
    display: flex;
    gap: 1rem;

}

.testi-img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: multiply;
    transition: all 1s ease-out;

}

.testi-img:hover {
    mix-blend-mode: normal;
    transition: all 1s ease-out;
}

.testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-name {
    display: flex;
    color: var(--bt-c1, #141414);
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.testi-name span {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (min-width: 1600px) {
    /* .image-out {
        transform: translateX(0);
    } */

    .image-out .imgg {
        margin-left: 0;
    }
}

@media screen and (max-width: 1400px) {
    /* .image-out img {
        margin-left: calc((1100px - 100vw) / 2);
    } */
}

@media screen and (min-width: 1200px) {
    .client-middle {
        justify-content: space-between;
    }

    .client-image-section {
        gap: 4rem;
    }
}

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

    .client-top {
        padding: 0;
    }

    .client-top {
        flex-direction: column-reverse;
    }

    .client-quote {
        width: 100%;
        padding: 6rem 0 0 0;
    }

    .fourth-star {
        width: 100%;
        padding: 2rem 4rem 0 0;
        align-items: end;
    }

    .client-middle {
        flex-direction: column-reverse;
        padding-top: 5rem;
        height: auto;
    }

    .image-out {
        height: 490.83px;
        width: 100%;
    }

    .image-small-mid {
        align-items: end;
        height: fit-content;
        width: 100%;
    }

    .hand-shake {
        height: 330px;
        width: 280px;
        z-index: -1;
    }

    .image-small-mid:hover .hand-shake,
    .image-out:hover .imgg {
        z-index: 1;
    }


    .changing-text-last {
        min-height: 350px;
        width: 100%;
        margin: auto;
    }

    .client-bottom {
        padding: 3rem 2rem;
    }


    .client-bottom-right,
    .client-bottom-left {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .client-bottom {
        padding: 3rem 0rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .res-none {
        display: none;
    }

    .client-quote {
        font-size: 36px;
        padding: 3rem 0 0 0;
    }

    .circle3 {
        top: 95rem;
    }
}

/* fifth section white part starts */
.white-form-section {
    position: relative;
}

.projects-container {
    height: 280px;
    display: flex;
    padding: 5% 10%;
}

.item-prjt {
    width: 33.33%;
}

.border-right {
    border-right: 1px solid var(--border-lines);
}

.item-prjt span {
    font-weight: 600;
    font-size: 60px;
    color: var(--background-blue);
}

.project-top-line {
    top: 0.5rem;
}

.project-bottom-line {
    top: 17.45rem;
}

.form-section {
    display: flex;
    padding-left: 9rem;
}

@media screen and (min-width:992px) and (max-width: 1399px) {
    .form-section {
        padding-left: 2rem;
    }
}

.star-from {
    width: 8%;
    padding: 5rem 0 0 1rem;
}

.work-together {
    padding: 7rem 0;
    line-height: 56px;
    width: 50%;
}

.form-fillup {
    width: 50%;
    padding-top: 10.5rem;
    padding-bottom: 5rem;
}

.work-to {
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-jakarta);
    color: var(--text-color-gray75);
}

.have-ideas {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    width: 80%;



}

.form-text {
    line-height: 30px;
    font-family: var(--font-jakarta);
    color: var(--text-color-gray75);

}

.mail {
    font-weight: 500;
    font-size: 24px;
    color: var(--background-blue);
}

.submit-btn {
    width: fit-content;
    margin-top: 14px;
}

.submit-arrow {
    background-color: var(--background-yellow);
    padding: 1.5rem;
    width: fit-content;
}

.submit-arrow::before {
    content: none;
}

.form-fillup input,
.form-fillup textarea {
    font-family: var(--font-clash);
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    padding: 20px 20px;
    margin: 14px 0 0;
    display: inline-block;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.form-fillup input::placeholder,
.form-fillup textarea::placeholder {
    color: var(--text-color-black);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-clash);
}

/* .form-fillup input:focus,
.form-fillup textarea:focus {
    position: relative;
    border-bottom: 1px solid transparent;
}

.form-fillup input:focus::after,
.form-fillup textarea:focus::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--background-yellow);
    animation: fillup 1s forwards;
}

@keyframes fillup {
    to {
        width: 100px;
    }
} */

.input-wrap {
    position: relative;
    border-bottom: 1px solid var(--border-lines);
}

.input-wrap::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--background-yellow);
    transition: width 2s;
}

.input-wrap:focus-within::after {
    width: 100%;
}

/* .input-wrap:focus-within{
    border-bottom: 1px solid transparent;
} */



@media screen and (max-width: 992px) {
    .projects-container {
        flex-direction: column;
        height: 580px;
    }

    .item-prjt {
        width: 100%;
        height: 166px;
    }

    .project-bottom-line {
        top: 36.2rem;
    }

    .border-right {
        border-right: none;
        border-bottom: 1px solid var(--border-lines);
    }

    .form-section {
        flex-direction: column;
        padding-right: 5rem;
        padding-left: 2rem;
        position: relative;
    }

    .form-text {
        padding: 0px;
    }

    .fo-txt-extra {
        margin-left: 0px !important;
        padding-top: 2rem !important;
        width: 100%;
    }

    .formsection2 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding: 0px !important;

    }

    .google-map {
        width: 100% !important;
        height: auto;
        position: relative;
        margin: 2rem 0px 0px 0px;


    }

    .google-map iframe {

        height: auto;


    }


    .star-from {
        align-items: start;
        padding: 2rem;
        /* width: 100%; */
    }

    .work-together {
        width: 100%;
        padding: 5rem 0 1rem 0;
    }

    .have-ideas {
        font-size: 36px;
    }

    .form-fillup {
        width: 90% !important;
        padding-top: 1rem;


    }

    .halfdiv>div {
        width: 100% !important;
        padding-right: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .form-section {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .form-section {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 576px) and (max-width : 991px) {
    .star-from {
        position: absolute;
        top: 1rem;
        left: 80%;
    }
}

@media screen and (min-width:576px) and (max-width:768px) {
    .star-from {
        top: 0;
    }
}

@media screen and (max-width:768px) {
    .third-star svg {
        width: 33px;
        height: 32px;
    }
}

@media screen and (max-width:576px) {
    .star-from {
        align-items: end;
    }

    .work-together {
        padding: 0 0 1rem;
    }
}



/* css for footer starts  */
.footer-container {
    background-color: var(--background-color-footer);
    width: 100%;
    font-family: var(--font-clash);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.footer-content {
    display: flex;
    gap: 10%;
}

.footer-left {
    width: 40%;
    height: 600px;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
}

.footer-right {
    width: 50%;
    height: 600px;
    font-weight: 600;
    font-size: 80px;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.footer-links {
    width: 100%;
}

.arrow-f {
    width: fit-content;
    justify-content: start;
    padding: 2rem 0;
}

.arrow-f a {
    flex-direction: row;
}

.arrow-f::before {
    content: "";
    position: absolute;
    bottom: -0;
    width: 100%;
    border-bottom: 2px solid var(--background-yellow);
    cursor: auto;
}

.footer-links a {
    height: auto;
    width: fit-content;
}

.marquee-footer {
    top: 443px;
    z-index: 1;
}

.circle4 {
    background: linear-gradient(to left, #ffffff33, #ffffff00);
    top: 37px;
    left: 44%;
    z-index: -1;
    opacity: 1;
}

#maincircle4 {
    background: var(--background-color-footer);
    width: 257px;
    height: 257px;
    border-radius: 50%;
    opacity: 1;
}

.bars-footer {
    position: absolute;
    top: 100px;
    left: 0;
}

.bars-footer span {
    border-left: 2px solid var(--text-white);
    height: 67.57px;
    margin: 0 26px -11px -7px;
    transform: rotateZ(45deg);
}

@media screen and (max-width: 1300px) {
    .footer-right {
        font-size: 58px;
    }
}

@media screen and (max-width: 992px) {
    .footer-content {
        gap: 10%;
        flex-direction: column;
    }

    .footer-right {
        width: 100%;
        height: 400px;
    }

    .footer-left {
        width: 100%;
        padding-top: 150px;
        height: 300px;
        font-size: 28px;
    }

    .bars-footer {
        top: 65px;
    }

    .marquee-footer {
        top: 544px;
    }

    .circle4 {
        display: block;
        top: -18px;
        left: 262px;
    }

    #maincircle4 {
        width: 180px;
        height: 180px;
    }

    .halfdiv {
        padding-left: 3.75rem !important;
    }
}

@media screen and (max-width: 576px) {
    .footer-right {
        font-size: 42px;
    }

    .circle4 {
        top: -12px;
        left: 130px;
    }
}


/* Thank you page */

.thank-you .first-top {
    grid-template-columns: 75% 25%;
}

.thank-you .first-top-text {
    line-height: 60px;
    font-size: 48px;
    font-weight: 400;
}

.thank-you .first-top-text .bold {
    font-weight: 500;
}

.bold-main {
    width: 100%;

}

/* Slide up animation */

.slide {
    transform: translateY(150px);

}

.slide1 {
    transform: translateY(150px);
}

/* .slide-extra10{
    transform: translateY(150px);
    transition: visible 0.7s;
    transition-delay:0.5s ;
}
@keyframes visible {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
} */

.slide-up {
    /* animation: slideUp 0.7s ease;
    -webkit-animation: slideUp 0.7s ease;
    -moz-animation: slideUp 0.7s ease;
    -o-animation: slideUp 0.7s ease;
    -ms-animation: slideUp 0.7s ease; */

    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.slide-up-extra {
    /* animation: slideUp 0.7s ease;
    -webkit-animation: slideUp 0.7s ease;
    -moz-animation: slideUp 0.7s ease;
    -o-animation: slideUp 0.7s ease;
    -ms-animation: slideUp 0.7s ease; */

    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

@keyframes slideUp {
    0% {
        transform: translateY(150px);
    }

    100% {
        transform: translateY(0%);
    }
}

/* .slide-up-delay{
    transition-delay: 0.7s;
} */

/* css for contact  */

.contact-layer.top-yellow-layer {
    height: 600px;

}

.contact-marquee.marquee {
    top: 410px;
}

.contact-first-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10rem;


}

.right-yellow-layer-contact {
    height: 600px;
}

.innerContactContent {
    display: flex;
    flex-direction: column;
    gap: 4rem;

    justify-content: center;



}

.innerContactContent-extra {

    margin-left: -4rem;
    font-size: 4.5rem;
    font-weight: 600;
    position: relative;
}

.rot-star-extra1 {
    position: absolute;
    right: 70px;
    top: -60px;

}


.banner-text {
    width: 477px;
    font-Weight: 400;
    font-Size: 16px;
    line-height: 26px;
    font-family: var(--font-jakarta);

}

.soc-links {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    align-self: center;
    padding-bottom: 2rem;
    gap: 4rem;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    font-family: var(--font-jakarta);
}

.soc-links a {
    align-items: center;
        display: flex;
    text-decoration: none;
    color: var(--text-color-black);
}

.soc-links a:hover{
    color: var(--background-blue);
}

.soc-links a:hover svg{
    transition: all .5s;
    transform: rotate(360deg);
}

.container001.contact {
    height: 530px;
}

.f-rows {
    display: flex;
    gap: 3rem;
}

.innerContact-first-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 373px;
    width: 100%;

}

.f-divcen {
    display: flex;
    align-items: center;
    justify-content: center;

}

.secondContainer {

    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding-top: 90px;

}

.innersecondContainer {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    height: auto;
    padding: 64px 24px;
}

.innerSecondContainerDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    font-family: var(--font-jakarta);

}

.innerSecondContainerDiv p {
    font-family: var(--font-clash);
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
}

.contactWay {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #141414;
}

.thirdContainer {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    height: auto;
    display: flex;

}

.image_container {
    max-width: 100%;
    height: auto;
    text-align: center;

}

.image-container svg {
    max-width: 100%;
    height: auto;
}

.wo-to-extra {
    padding: 0px;
}

.halfdiv {
    padding-bottom: 0rem;
    padding-left: 6.25rem;
}

.fo-fill-extra {
    padding-top: 2.5rem !important;
    width: 100%;

}

.proj-rot-star-extra1 {
    position: absolute;
    top: -80px;
    left: 70%;
}

.formsection2 {
    display: flex;
    gap: 2px;

}

.google-map {
    height: 518px;
    width: 100%;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sub-btn-extra {
    padding: 1.3rem;
}

.fo-txt-extra {
    padding-top: 6rem;

}

.star-from-extra {
    padding: 0rem 0 0 2px !important;
}

.rot-star-extra {
    position: absolute;
    top: -20px;
    left: 10px;
}

@media screen and (min-width:900px) {
    .contactWay-column {
    width: 60%;
            gap: 9rem;
        }
}

.halfdiv>div {
    width: 50%;

}

@media screen and (max-width:992px) {
    .innerContactContent-extra p {
        font-size: 3.25rem;

    }

    .rot-star-extra {
        position: absolute;
        top: -50px;
        left: 1px;
    }

}

@media screen and (max-width:768px) {
    .innerContactContent-extra {
        margin-left: 0rem;

    }

    .rot-star-extra1 {
        position: absolute;
        right: 85px;
        top: -60px;

    }

    .rot-star-extra {
        position: absolute;
        top: -20px;
        left: 5px;
    }

    .soc-links {
        justify-content: space-evenly;
    }

}

@media screen and (max-width:576px) {
    .innerContactContent-extra p {
        font-size: 2.25rem;

    }

    .halfdiv {
        padding-left: 1rem !important;

    }

    .halfdiv>div {
        padding-right: 1rem !important;
    }

    .soc-links {
        gap: 1rem;

    }

    .soc-links a {
        font-size: 0.9rem;
    }

    .innerContactContent {
        gap: 2rem;
    }

    .rot-star-extra1 {
        position: absolute;
        right: 57px;
        top: -30px;

    }

    .innerContactContent-extra {
        font-size: 2.5rem;

    }

    .rotating-star svg {
        width: 40px;
        height: 40px;
    }

    .contactWay {
        font-size: 1rem;
    }

    .innerSecondContainerDiv {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .form-fillup {
        padding: 0rem;
    }

    .innersecondContainer {
        padding: 64px 24px;
    }

    .google-map {
        width: 100% !important;
        height: 100%;
        height: 540px;
        padding: 0rem;

    }

    .have-ideas,
    .contactWay-column,
    .banner-text {
        width: 100%;
        gap: 3rem;
    }

    .rot-star-extra {
        position: absolute;
        top: -45px;
        left: auto;
        right: 10px;
    }
}


/*-------------------------------------Project & Works Css starts here ------------------------------------------*/

.projectContent-extra {
    margin-left: -7rem;

}

.pro-rot-star {

    top: -80px;
    left: 100%;

}

.thirdContainer {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding-left: 6.25rem;
    width: 100%;
    border-top: 0;
    ;

}

.lets-work-togehter {
    display: none;
    color: #757575;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.16px;
    margin-bottom: 2rem;

}

.ourMain-container {
    width: 777px;
    display: flex;
    flex-direction: column;
    position: relative;
    /* gap: 1.5rem; */
}

.ourMain-text {
    color: var(--bt-c-1, #141414);
    font-family: var(--font-clash);
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 70%;
    /* 57.6px */
}

.ourMain-text span {
    font-weight: 600;
    font-size: 3rem;
}

.ourMain-secondText {

    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 24px;
    position: relative;
}

.ourMain-secondText svg {
    position: absolute;
    top: 100px;
}

.ourMain-secondText p {
    color: var(--bt-c-1, #141414);
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 495px;
    padding-right: 1rem;


}

.proj-rot-star-extra {
    position: absolute;
    /* left: auto; */
    left: 80%;
    top: -45px;
}

.fourthContainer {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    width: 100%;



}

.img-blue-extra {
    justify-content: flex-start;
    flex-direction: row;
    gap: 123px;
    width: 100%;
}

.background11-extra {

    width: 440px;
}

.project-image-extra {
    overflow: hidden;
    display: block;
}

.proj-category {
    color: var(--bc-1, #3B63AC);
    font-family: var(--font-jakarta);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.text-image-extra {
    padding: 2rem 0rem 2rem 0;
}

.proj-name {
    color: var(--bt-c-1, #141414);
    font-family: var(--font-clash);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.arrow1-extra::before {
    content: none;
}

.start-prjt-extra {
    align-items: center;
}

.arrow1-extra i {
    font-size: 26px;
}

.text-desc-extra {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.text-desc-extra p {
    width: 85%;
    color: #646865;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.image-left-blue-extra {
    margin: 1.7rem 0 0 0 !important;
}

.image-right-blue-extra {
    margin: -5.7rem 0 0 0;
}

.fourthContainer .img-blue-extra:nth-child(2n+2) {
    justify-content: flex-end;
}

.proj-circle {
    background: linear-gradient(to bottom, #00000033, #ffffff33, #ffffff00);
    z-index: -1;
    opacity: 1;
    top: -90px;
    left: 4px;
}

#proj-maincircle {
    background: var(--text-white);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    opacity: 1;
}

.fifthContainer {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.project-completion-years {
    display: grid;
    width: 80%;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.poject-num-name-year {
    display: flex;
    gap: 6px;
    align-items: center;
}


.proj-name-extra {
    font-size: 36px;
}

.proj-num {
    color: #757575;
    font-family: var(--font-clash);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

.proj-year {
    color: #757575;
    font-family: var(--font-clash);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sixthContainer {
    border: 1px solid #E8E8E8;
    padding: 64px 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sixthContainer1 {
    border: 1px solid #E8E8E8;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;


}


.last-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

.last-banner p {
    width: 50%;
    color: #141414;
    font-family: var(--font-clash);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;

    /* 155.556% */

}

.proj-arrow1-extra {
    width: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 70px;
}

.proj-circle2 {
    background: linear-gradient(to bottom, #00000033, #ffffff33, #ffffff00);
    z-index: -1;
    opacity: 1;
    top: -55px;
    left: auto;
    right: -1%;
    position: absolute;
}

#proj-maincircle2 {
    background: var(--text-white);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    opacity: 1;
}

.arrow-f-extra::before {
    border-bottom: 2px solid #141414;

}

.for-font {
    font-family: var(--font-clash);
}

.a-link-extra {
    padding-right: 24px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .proj-circle2 {
        top: -55px;
        right: -4%;

    }

    .last-banner p {
        width: 70%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {


    .background11-extra {
        width: 380px;
    }

    .img-blue-extra {
        gap: 80px;
    }

}


@media screen and (max-width: 992px) {
    .fourthContainer {
        display: flex;
        flex-direction: column;
        gap: 70px;
    }


    .img-blue-extra {
        flex-direction: column;
        gap: 70px;
    }

    .background11-extra {
        width: 478px;
    }

    .a-link-extra {
        color: #141414;
    }

    .proj-circle {
        display: block;
    }

    .proj-circle2 {
        display: block;
        top: -4px;
        left: auto;
        right: -8%;
    }

    #proj-maincircle2 {
        width: 230px;
        height: 230px;
    }

    .image-right-blue-extra {
        margin: 0px;
    }

    .image-left-blue-extra {
        margin: 0px !important;
    }

    .img-blue-extra {
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 768px) {
    .thirdContainer {
        padding: 0;
        display: flex;
        justify-content: flex-end;

    }

    .ourMain-container {
        width: 100%;
    }

    .ourMain-text {
        width: 70%;
    }

    .projectContent-extra {
        margin: 0;
    }

    #proj-maincircle2 {
        width: 180px;
        height: 180px;
    }

    .proj-circle2 {

        top: -5px;
        left: 68%;
        left: auto;
        right: -5%;
    }

    .last-banner p {
        width: 65%;
    }

}

@media screen and (max-width:768px) {
    .sixthContainer {
        padding: 64px 25px;
    }

}


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

    .ourMain-container {
        padding: 2rem 24px 2rem 24px;
    }

    .ourMain-text {
        font-size: 2.5rem;
        width: 100%;
    }

    .ourMain-text span {
        font-size: 2.5rem;
    }

    .proj-circle {
        left: -150px;
    }

    .project-image-extra {
        max-width: 400px;
    }

    .background11-extra,
    .text-desc-extra p {
        width: 100%;
    }

    .a-link-extra {
        color: #141414 !important;
    }

    /* .img-blue-extra {
        gap: 125px;
    } */

    .last-banner {
        flex-direction: column;
        width: 100%;
        gap: 2rem;

    }

    .last-banner p {
        width: 92%;
        font-size: 24px;
        text-align: center;
    }

    .proj-arrow1-extra {
        width: 31%;
        justify-content: flex-start;


    }

    .arrow-f {
        padding: 1rem 0;
    }

    .proj-arrow1-extra {
        margin-bottom: 25px;

    }

    .projectContent-extra {
        margin: 0;

    }

    .pro-rot-star {

        top: -40px;
        left: 70%;
    }

    .proj-circle2 {
        z-index: -1;
        top: 120px;
        right: auto;



    }

    .fourthContainer {
        gap: 0px;
    }


    .img-blue-extra {
        gap: 0px;
    }

    .arrow-f-extra::before {
        width: 87%;
    }

    .sixthContainer {
        padding: 20px 0px;
    }

    .ourMain-secondText {
        margin: 0;
    }

    /* .ourMain-secondText p {
        display: none;
    } */

    .ourMain-secondText svg {
        display: none;
    }

    .proj-rot-star-extra {
        left: 80%;
        top: 20px;
    }

    .lets-work-togehter {
        display: flex;
    }

}

@media screen and (min-width: 1600px) {
    .fourthContainer .img-blue-extra:nth-child(2n+2) {
        padding-right: 14rem;

    }

    .fourthContainer .img-blue-extra:nth-child(2n+1) {
        padding-left: 14rem;

    }



}



/*-----------------------------------Project and Works css ends here ------------------------------------------*/
/*-----------------------------------We as A Team css starts here ------------------------------------------*/


.projectContent-extra span {
    font-weight: 400;


}




/*-----------------------------------We as a team css ends here ------------------------------------------*/
/*-----------------------------------Careers css starts here ------------------------------------------*/

.ourMain-text-extra span {
    color: #3B63AC;

}

.workTime-btn {
    border: 1px solid #757575;
    background-color: #EBEBEB;
    border-radius: 600px;
    padding: 9px 16px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    color: #141414;
}

.workTime-btn a {
    white-space: nowrap;
}

.cart-item-type-extra {
    width: 100%;
}

.cat-item-des-extra {
    width: 100%;
    color: #757575;
    display: flex;
}

/* .item-link-extra {
    width: 33%;
} */



.last-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    gap: 1rem;
    padding: 5rem 24px 5rem 24px;
}

.workTime {
    display: flex;
    gap: 1rem;


}

.last-text1 {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    padding: 9px 32px;
    border: 1px solid #757575;
    border-radius: 600px;
    box-shadow: 0px 5px 5px 0px #141414;
    background-color: #F6C937;


    /* 48px */
}


.last-text2 {
    color: #757575;
    text-align: center;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 59%;
    /* 175% */
}

.careers-arrow1-extra {
    justify-content: center;
    align-items: center;
}

.title_and_description_div1 {
    display: flex;
    gap: 2rem;
    /* align-items: center; */
    width: 70%;


}

.title_and_description_div2 {
    display: flex;
    align-items: center;
    gap: 2rem;
    /* background-color: blue; */
}

.career-rot-star-extra {
    position: absolute;
    left: 80%;
    top: -2%;
}

@media screen and(min-width:1200px)and (max-width:1600px) {
    .item-link-extra {
        width: 100%;
        background-color: red;
    }

}

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

    .cart-item-type-extra {
        width: 100%;
    }

    .item-link-extra {
        width: 100%;
    }

    .read-more-extra {
        width: 100%;
        gap: 0.5rem;
    }

    .last-text2 {
        width: 70%;
    }

}

@media screen and (max-width: 992px) {
    .career-rot-star-extra {
        left: 80%;
        top: -50px;
    }

    .workTime {
        gap: 0.5rem;
    }

    .last-text2 {
        width: 85%;
    }

    .careers-arrow1-extra {
        min-width: 28%;
    }

    .title_and_description_div1 {

        flex-direction: column;
        align-items: flex-start;


    }

    .title_and_description_div2 {
        flex-direction: column;
        gap: 2rem;
    }


}


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

    .work-category-item-extra {

        gap: 1rem;
    }

    .item-link-extra {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .last-text1 {
        font-size: 1.2rem;
    }

    .careers-arrow1-extra {
        min-width: 30%;
    }


}


@media screen and (max-width: 568px) {
    .work-category-item-extra {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: 300px;
        padding: 32px 24px;
    }

    .title_and_description_div1 {
        gap: 1rem;
        width: 100%;

    }

    .title_and_description_div2 {
        gap: 1rem;
        width: 100%;
    }

    /* .workTime {
        display: none;
    } */

    .work-color-layer-extra {
        height: 300px;
    }

    .cart-item-type-extra {
        width: 70%;
    }

    .read-more-extra,
    .last-text1,
    .last-text2,
    .last-description {
        width: 100%;
    }

    .careers-arrow1-extra {
        min-width: 35%;
    }

    .workTime {
        justify-content: flex-start;
        width: 100%;
    }

    .career-rot-star-extra {
        top: 3px;
        left: 80%;
    }

    .item-link-extra {
        justify-content: flex-start;
    }

}






.thirdContainer-extra {
    padding: 0;
    justify-content: center;
}

.empolyee-title-address {
    display: flex;
    width: 90%;
    align-items: center;
    height: 200px;
}

.inner-empolyee-title-address {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.empolyee-title-address-p {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1rem;
}

.job-date-addr {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
}

.f-rows-extra {
    gap: 1rem;
}


.job-date-addr span {
    color: #141414;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-right: 5px;
}

.job-date-addr p {
    color: #757575;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}

.fourthContainer-extra {
    display: flex;
    justify-content: center;
    align-items: center;

}

.employee-details {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2.9rem;
}

.employee-details span {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.3px;


}

.emp-type-lvl-dep-des {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 2.2rem;

}

.f-cols-career-extra {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.job-des p {
    margin-top: 1rem;
}

.unorder-list {
    margin: 1rem 0rem 0rem 2rem;
    color: #757575;
}

.work-time {
    display: flex;
    gap: 10px;

}

.work-time-btn {
    background-color: white;
    padding: 6px 16px;

    color: #757575;
    font-family: var(--font-jakarta);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 600px;
    border: 1px solid #757575;
}

.submit-btn-extra {
    margin: 0px;
}

.skills {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.skills-btn {
    padding: 12px 24px;
    border-radius: 100px;
    border: 1.5px solid #141414;

}

.skills-btn p {
    color: #141414;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.careers-form {
    background-color: #FFF8E2;
    width: 90%;
    margin: 3rem 0;
    display: flex;
    padding: 5rem 0px;
    justify-content: center;
}

.form-fillup-extra {
    padding: 0;
}

.inner-career-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;


}

.form-req-text {
    color: var(--bt-c-2, #757575);
    font-family: var(--font-jakarta);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 2rem;
}


.form-fillup-extra input[type='file'] {
    display: none;

}

.input-wrap-extra {
    margin-top: 14px;
}

.uploadType {
    border: none;
    width: 93%;
    background-color: inherit;
    display: flex;
    border: 1px dotted;
    padding: 16px 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    margin: 0 18px 24px 20px;

}

.career-form-p {
    color: var(--bt-c-1, #141414);
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 24px 20px;
    ;
}

.career-form-p span {
    font-weight: 400;

}

.upload-cv-text {
    color: var(--bt-c-2, #757575);
    font-family: var(--font-jakarta);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.119px;
    /* 143.705% */
}

.form-fillup-extra input[type='checkbox'] {
    display: none;
}

.checkbox2 {
    display: flex;
}

/* Style the custom checkbox */
.checkbox2 label {
    position: relative;
    padding-left: 40px;
    /* Adjust as needed */
    cursor: pointer;
    font-size: 16px;
    font-family: var(--font-jakarta);
    margin-top: 16px;
    line-height: normal;
    margin-bottom: 1rem;
    width: 75%;

}

.checkbox2 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    border: 2px solid #757575;
    background-color: inherit;
    border-radius: 5px;

}


.checkbox2 input[type="checkbox"]:checked+label::before {

    content: '\2713';
    text-align: center;


}

/* .submit-arrow-extra{
      width: 100% !important;
  } */

.submit-career-btn-extra,
.sub-career-btn-extra {
    width: 100%;
}

.sub-career-btn-extra span {
    font-family: var(--font-clash);
    color: var(--bt-c-1, #141414);

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.career-sub-btn-extra {
    gap: 2px;
}

.career-submit-btn-extra {
    display: none;
}

.career-form-fillup-extra input {
    background-color: inherit;

}

.career-rot-star {
    top: 15px;
    right: 75px;
}

@media screen and (max-width:992px) {
    .career-sub-btn-extra {
        padding: 0.8rem;
        gap: 2px;
    }

    .career-sub-btn-extra span {
        font-size: 16px;

        width: 112px;
    }

    .inner-empolyee-title-address {
        width: 100%;
    }


}

@media screen and (max-width:768px) {
    .career-submit-btn-extra1 {
        display: none;
    }

    .career-submit-btn-extra {
        display: flex;

    }
}

@media screen and (max-width:568px) {
    .empolyee-title-address {
        width: 100%;
        padding-bottom: 6rem;
    }

    .secondContainer {
        padding-top: 32px;
    }

    .empolyee-title-address-p {
        font-size: 2rem;
    }

    .job-date-addr {
        flex-direction: column;
        gap: 1rem;
    }

    /* .thirdContainer-extra {
        margin-bottom: 4rem;
    } */

    .employee-details {
        width: 100%;
    }

    .f-rows-extra {
        flex-direction: column;
        gap: 8px;
    }

    .f-cols-career-extra {
        gap: 1rem;
        width: 100%;
    }

    .careers-form {
        width: 100%;
    }

    .skills-btn {
        padding: 8px 16px;
    }

    .skills-btn p {
        font-size: 14px;
    }

    .career-sub-btn-extra span {
        font-weight: 600;
        font-size: 18px;
        width: 125px;
    }

    .f-rows-extra1 {
        gap: 1rem;
        flex-direction: column;
    }

    .career-rot-star {
        display: none;
    }
}




/*----------------------We As A Team Css starts here------------------------*/

.teams-fourthContainer {
    display: flex;
    flex-direction: column;
}

.we-team-thirdContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 144px 0 74px 0;
    position: relative;
}

.we-team-thirdContainer p {
    color: #141414;
    text-align: center;
    font-family: var(--font-clash);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 55%;
}

.we-team-thirdContainer span {
    font-weight: 600;
}

.teams {
    padding: 44px 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #141414;
    font-family: var(--font-clash);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    border: 1px solid #E8E8E8;

}

.teams p {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.teams span {
    border: 2px solid #141414;
    padding: 8px 32px;
    border-radius: 100px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    /* .thirdContainer p {
        width: 80%;
    } */
}

@media screen and (max-width:992px) {
    .we-team-thirdContainer p {
        width: 80%;
    }

    .proj-arrow1-extra {
        width: 133px;
    }


}

@media screen and (max-width:768px) {
    .we-team-thirdContainer p {
        font-size: 40px;
    }

    .teams {
        padding: 44px 25px;
    }
}

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

    .we-team-thirdContainer {
        padding: 64px 16px;
        display: flex;
        justify-content: flex-start;



    }

    .we-team-thirdContainer p {
        font-size: 30px;
        text-align: left;
        width: 100%;
    }

    .teams p {
        font-size: 18px;
    }

    .teams span {
        font-size: 20px;
    }

    .teams {
        padding: 24px;
    }

}


/*---------------------------------About Page Css starts here--------------------------*/
.yellow-container-extra {
    overflow: visible;
}

.first-top-extra {
    height: 361px;
    grid-template-columns: 80% 17%;
}



.top-yellow-layer-extra {
    height: 910px;
}

.container-aboutus-extra {
    height: 838px;
}

.container-extra1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container001-extra {
    display: flex;
    border: none;

}

.inner-first-top-bottom {
    width: 87%;
    gap: 2.8rem;
}

.first-bottom-aboutUs-extra {
    display: flex;
    flex-direction: column;
}

.text-group-aboutus-extra {
    display: flex;
    justify-content: center;
}

.top-text-aboutUs-extra {
    display: flex;
    width: 50%;
    color: #141414;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */



}

.text-aboutUs-extra {
    width: 60%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.arrow2-aboutUs-extra {
    display: flex;

    justify-content: center;
}

.first-left-image-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 410px;


}

.inner-first-left-image-container {
    background-image: url('../images/about_2.png');
    width: 310px;
    height: 450px;
    background-size: cover;
    position: absolute;
    left: -62px;
    bottom: -200px;

}

.first-top-text-aboutUs-extra {
    font-size: 4.5rem;
    line-height: 110%;
    justify-content: center;
    font-weight: 400;
    margin-top: 3.5rem;
}

.rotating-star-aboutUs-extra {
    justify-content: flex-start;
    padding-top: 2rem;
}

.first-right-image-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 575px;
}

.inner-first-right-image-container {
    background-image: url('../images/about_1.png');
    width: 410px;
    height: 531px;
    background-size: cover;
    position: absolute;
    top: 75px;
}

.aboutUs-marquee {
    top: 720px;
}

.second-container-extra {
    padding-right: 0;
    padding-bottom: 0;
}

.aboutUs-inner-second-container {
    padding: 7.75rem 0 0 6.4rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;


}

.changing-text-extra {
    width: 477px;
}

.text-aboutUs-extra {
    font-weight: 600;
    width: 100%;

}

.text p {
    color: #757575;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    margin-top: 2rem;
}

.aboutUs-second-container-image {
    background-image: url('../images/about_3.png');

    background-size: cover;
    height: 491px;
    width: 400px;
    position: relative;

}

.aboutUs-second-container-image svg {
    height: 32%;
    width: 32%;
    position: absolute;
    left: -63px;
    top: -80px;
    transition: 0.5s eases;
}

.inner-aboutUs-third-container {
    display: flex;
    flex-direction: column;
    gap: 5.4rem;
}

.aboutUs-and-blue-text {
    display: flex;
    justify-content: space-between;

}

.aboutUs-lists {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 2rem;
}

.aboutUs-lists h2 {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 38.4px */
}

.aboutUs-lists ul {
    color: #141414;
    font-family: var(--font-jakarta);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.aboutUs-lists li {
    margin-bottom: 24px;

}

.second-container-for-third {
    padding: 4rem 0 4.5rem 6.5rem;

}

.aboutUs-paragraph {
    width: 30%;
    color: #757575;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */

}

.blue-bold-text {
    display: flex;
    width: 100%;
    color: #3B63AC;
    font-family: var(--font-clash);
    font-size: 48px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.48px;

}

.blue-bold-text p {
    font-weight: 400;
    width: 70%;
}

.blue-bold-text span {
    font-weight: 600;
}

.proj-people-loc {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--border-lines);
    border-right: 1px solid var(--border-lines);
}

.inner-proj-people-loc {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 48px 24px;
    border-top: 1px solid var(--border-lines);
    border-bottom: 1px solid var(--border-lines);
    ;

}

.aboutUS-people {
    color: #141414;
    font-family: var(--font-clash);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 29%;

}

.inner-proj-people-loc p {
    color: #646865;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    width: 33%;



}

.teams-extra {
    padding: 0;
    width: 15%;
    justify-content: flex-end;
    border: none;

}


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

    .first-left-image-container {
        display: none;
    }

    .aboutUs-marquee {
        top: 700px;
    }

    .top-text-aboutUs-extra {
        width: 80%;
    }

    .inner-first-top-bottom {
        width: 94%;
    }

    .first-top-text-aboutUs-extra {
        font-size: 4rem;
    }

    .aboutUs-inner-second-container {
        padding: 7.75rem 0 0 0rem;
        gap: 2rem;

    }

    .aboutUs-second-container-image {
        width: 400px;
    }

    .aboutUs-second-container-image svg {
        height: 20%;
        width: 20%;
        top: -50px;
        left: -35px;


    }

    .aboutUs-and-blue-text {
        gap: 2rem;
    }

    .second-container-for-third {
        padding: 4rem 0 4.5rem 2rem;
    }

    .aboutUs-paragraph {
        width: 300px;
    }


    .blue-bold-text p {
        width: 85%;
    }

    .inner-proj-people-loc p {
        width: 50%;
    }
}

@media screen and (max-width:810px) {
    .inner-first-top-bottom {
        width: 60%;
    }
}


@media screen and (max-width:768px) {
    .container001-extra {
        display: flex;
        flex-direction: column;
    }

    .inner-first-top-bottom {
        width: 100%;
    }

    .first-top-extra {
        height: 200px;
        grid-template-columns: 88% 12%;
    }

    .inner-first-right-image-container {
        width: 730px;
        height: 422px;
        top: 195px;
    }

    .first-top-text-aboutUs-extra {
        padding-bottom: 0;
        margin-top: 0;
    }

    .first-bottom-aboutUs-extra {
        height: auto;
    }

    .inner-first-top-bottom {
        gap: 0;
    }

    .text-group-aboutus-extra,
    .arrow2-aboutUs-extra {
        justify-content: flex-start;
    }

    .first-top-text-aboutUs-extra {
        font-size: 3rem;
    }

    .yellow-container-extra .aboutUs-marquee {
        top: 410px;
    }

    .top-text-aboutUs-extra {
        width: 100%;
    }

}

@media screen and (max-width:576px) {
    .rotating-star-aboutUs-extra {
        padding-top: 0;
    }

    .first-top-text-aboutUs-extra {
        font-size: 2.2rem;
    }

    .first-top-extra {
        height: 150px;
    }

    .yellow-container-extra .aboutUs-marquee {
        top: 390px;
    }

    .first-right-image-container {
        width: 100%;
    }

    .inner-first-right-image-container {
        width: 110%;
        height: 422px;
        top: 168px;
        left: -16px;
    }

    .aboutUs-inner-second-container {
        flex-direction: column;
        padding: 7.75rem 0 0 0rem;
    }

    .second-container-extra {
        padding: 0;
    }

    .changing-text-extra,
    .aboutUs-second-container-image {
        width: 100%;
        margin-top: 3rem;
    }

    .aboutUs-second-container-image {
        margin-top: 25rem;
    }

    .aboutUs-second-container-image svg {
        height: 35%;
        width: 35%;
        left: 130px;
        top: -80px;
    }

    .aboutUs-and-blue-text {
        flex-direction: column-reverse;
    }

    .aboutUs-lists,
    .aboutUs-paragraph,
    .blue-bold-text p {
        width: 100%;
    }

    .second-container-for-third {
        padding: 4rem 0 4.5rem 0rem;
    }

    .aboutUs-lists span {
        margin-left: 24px;
        font-size: 24px;
    }

    .aboutUs-lists ul li {
        margin-left: 24px;
        font-size: 16px;

    }

    .blue-bold-text {
        padding: 0 24px;
        font-size: 30px;
        justify-items: center;
    }

    .inner-proj-people-loc p {
        display: none;
    }
}

.aboutUs-blue-layer {
    height: 100%;
    width: 100%;
    background-color: var(--background-blue);
    mix-blend-mode: color;
    transition: 0.5s ease;
}

.aboutUs-second-container-image:hover .aboutUs-blue-layer {
    background-color: transparent;

}

.aboutUs-second-container-image:hover svg {
    z-index: -22;
    transform: scale(0.98);
    transition: transform 0.5s ease-in-out;
}

.inner-first-left-image-container-yellow-layer {
    height: 100%;
    width: 100%;
    background: var(--background-yellow);
    mix-blend-mode: color;
}

.inner-first-left-image-container-yellow-layer:hover {
    background: transparent;
}




/*---------------------- More service page css starts here -----------------*/
.contact-layer.more-service-top-yellow-layer {
    height: 300px;
}

.extra-container {
    display: flex;
    position: relative;

}

.darkYellow-container {
    width: 305px;
    height: 235px;
    flex-shrink: 0;
    background: #586377;
    mix-blend-mode: overlay;
    position: absolute;
    left: 85%;
    z-index: 0;
}

.innerMoreService-top-more {
    height: auto;
    align-items: flex-start;
}

.moreService-first-top {
    padding-top: 0;
}

.ourService-thirdContainer {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: none;
}


.container001.moreService {
    height: 240px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.projectContent-extra {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.projectContent-extra span {
    color: #141414;
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 6.4px;
}

.moreService-container {

    width: 80%;
}

.moreService-star {
    top: -25px;
}

.moreService-star svg {
    height: 47px;
    width: 47px;
}

.moreService-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;

}

.moreService-text p {
    width: 90%;
}

.moreService-text span {

    font-weight: 500;
}

.moreService-secondText {
    justify-content: flex-start;
}

.moreService-secondText p {
    width: 565px;
}

.live-site {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background-color: #F6C937;
    font-weight: 600;
    font-size: 1.3vw;
    width: fit-content;
    height: 60px;
    border-radius: 600px;
    line-height: normal;
    gap: 10px;

}

.live-site span {
    font-size: 1.3vw;
    font-weight: 600;
    text-wrap: nowrap;
}

.service-container {
    position: relative;
}

/* .fourthContainerOffice-extra{
    position: relative;
} */

.third-container-moreService {
    display: flex;
    gap: 1.5rem;
    padding: 0 2rem;
    /* position: relative; */
}

/* .scroll-container {
    display: flex;
} */
.inner-scroll-container {
    display: flex;
    flex-direction: row;
    gap: 2rem;


}


.office-container1 {
    /* background-image: url('images/officeImage.png'); */
    height: 360px;
    width: 440px;
    background-size: cover;
    scroll-snap-align: start;

}

.office-container1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.secondContainer-moreService {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.service-desc .secondContainer-moreService{
    padding-top: 392px;
}

.service-desc .container{
    margin-top: -392px;
}

.secondContainer-inner-moreService {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 80%;
    margin: 3rem 0;
    ;

}

.secondContainer-inner-moreService p {
    color: var(--text-p, #090C14);
    font-family: var(--font-clash);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: -0.2px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* width: 70%; */
    /* margin: 2rem 0 4rem 0; */


}

.secondContainer-inner-moreService span {
    font-weight: 400;
    color: var(--bt-c2, #757575);
    font-family: var(--font-jakarta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.2px;
    width: 100%;
}

.start-a-proj {
    border: 1px solid #141414;
    padding: 9px 32px 9px 32px;
    background-color: #F6C937;
    border-radius: 600px;
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 48px;
    box-shadow: 0px 4px 0px 0px #000;
    transition: 0.5s ease;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.contactWay a {
    text-decoration: none;
    color: var(--background-blue);
    cursor: pointer;
}

.contactWay a:hover {
    color: var(--background-yellow);
}

.ourService-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourService-inner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.7rem;
    /* height: 399px; */
    transition: opacity 0.5s ease all;
}

.ourService-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourService-projContainer {
    margin: 0;
    margin-left: 5rem;


}

.right-yellow-layer-extra {
    height: 300px;
    width: 20%;


}

.mobile-app {
    color: var(--B-c1, #3B63AC);
    font-family: var(--font-jakarta);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-top: 2rem;
}

@media screen and (max-width:992px) {
    .scroll-container {
        gap: 10px;
    }

    .office-container1 {
        width: 250px;
        height: 200px;
    }



}

@media screen and (max-width:768px) {
    .moreService-container {
        width: 100%;
        /* padding: 0px 1rem; */
    }

    .moreService-text {
        flex-direction: column;
        padding: 1rem;
    }

    .ourMain-secondText p {
        padding: 0 1rem;
    }

    .scroll-container {
        width: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .inner-scroll-container {
        flex-direction: column;
        width: 100%;
    }

    .live-site {
        width: 37%;
        font-size: 2.8vw;
    }


    .secondContainer-inner-moreService {
        width: 100%;
        padding: 0 1rem;
    }

    .ourMain-container {
        gap: 0;
    }

    /* .scroll-container .office-container1:nth-child(4) {
        display: none;
    } */

    .office-container1 {
        width: 100%;
        height: 300px;
    }

    .third-container-moreService {
        padding: 0 1.4rem;
    }

    .mobile-app {
        margin-left: 1rem;
    }

    .ourService-projContainer {
        margin-left: 0;

    }



}

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

    .third-container-moreService {
        padding: 0 0.9rem;
    }

    .moreService-container {
        padding: 0;
    }


    .ourService-inner-img {
        /* height: 300px; */
        margin-top: 1rem;
        /* margin-bottom: 1rem; */
    }

    .start-a-proj {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-size: 3.7vw;
    }
}




/*---------------------More Service Page Css starts here ------------------------*/



#horizontal2 {
    width: 100%;


}

.scroll-container11 {
    /* border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); */

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;




}

.inner-scroll-container11 {

    display: flex;
    /* border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); */
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: -50px;



}

.last-inner-scroller-container11 {

    display: flex;
    flex-direction: row;
    gap: 2rem;
    left: -100px;
    top: 0;
    z-index: 1000;
    height: 100%;
    align-items: center;
    /* justify-content: center; */
    ;


}

.moreService-secondText-extra {
    justify-content: center;
    margin-bottom: 5rem;

}


.more-service-container11 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    z-index: 0;
}

.scroll-container-outer {

    height: 100%;
    /* width: 100%; */
    /* padding: 0 2rem; */
    /* position: absolute; */
    /* z-index: 100; */

}

.scroll-container1 {
    overflow: scroll;
    display: flex;
    gap: 2rem;
    align-items: center;
    /* position: absolute; */
    height: 500px;

}

.office-container11 {

    width: 440px;
    height: 360px;

    display: flex;
    flex-direction: column;
    position: relative;
}

.office-conatiner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.office-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    height: 100%;
    width: 100%;

}

.website-btn {
    background-color: white;
    padding: 8px 1rem;
    display: inline-flex;
    align-items: center;
    border-radius: 1000px;
    color: var(--bt-c1, #141414);
    font-family: var(--font-clash);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: fit-content;
    z-index: 101;

    /* 19.2px */

}

.hover-last-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bt-c1, #141414);
    font-family: var(--font-clash);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;


    /* 150% */

}

.hover-last-item a {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    background-color: #141414;
    color: white;
    border-radius: 1000px;
    cursor: pointer;
    text-decoration: none;
}

.fade-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: white;
    opacity: 0;
    z-index: 100;
    transition: 0.8s ease all;

}

.office-container11:hover .fade-layer {
    height: 100%;
    opacity: 0.7;
}

.line001-extra,
.hover-last-item {
    opacity: 0;
    /* Initially transparent */
    transition: opacity 0.3s ease;
}

.office-container11:hover .line001-extra,
.office-container11:hover .hover-last-item {
    opacity: 1;
    transition: 1s ease-in;
    z-index: 101;
    /* Visible on hover */
}

/* .secondContainer-inner-moreService-extra{
    margin-top:600px;
} */




.third-container-moreService-extra .scroll-container11 .office-container11:nth-child(2n) {
    margin-top: 50px;
}

/* for every even element */


@media screen and (min-width:768px) {
    .office-container11:nth-child(2n) {
            margin-top: -32px;
        }
}

.moreService-text-extra {
    margin-top: 5rem;
    width: 70%;
}


@media screen and (max-width:992px) {
    .moreService-text-extra {
        width: 100%;
    }

    .inner-scroll-container11 {
        width: 100%;
    }

    /* .moreService-text p {
        width: 70%;
    } */

    .live-site {
        width: 25%;
    }

    .office-container11 {
        width: 310px;
        height: 300px;
    }


}

@media screen and (max-width:768px) {
    .third-container-moreService-extra {
        height: 100%;
        border-right: 0px;
    }

    .scroll-container11 {
        height: auto;
        border-right: 0px;

    }

    .inner-scroll-container11 {
        position: unset;
        width: 94%;
        overflow: unset;
        z-index: unset;

    }

    .last-inner-scroller-container11 {
        display: flex;
        flex-direction: column;
        z-index: unset;
        width: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);


    }

    .office-container11 {
        width: 100%;
        height: 360px;
    }

    .moreService-secondText-extra {
        margin-bottom: 1rem;
    }


    .third-container-moreService-extra .scroll-container11 .office-container11:nth-child(2n) {
        margin-top: 0px;
    }

    .live-site {

        width: 45%;

        font-size: 3vw;
        height: auto;
    }

    .live-site span {
        font-size: 3vw;
    }
}

@media screen and (max-width:576px) {
    #horizontal2 {
        width: 100%;
    }

    .live-site {
        padding: 10px 16px;
        height: auto;
    }

    .office-container11 {
        width: 100%;
    }

    .third-container-moreService-extra {
        padding: 0 1rem;
    }

    .inner-scroll-container11 {
        width: 95%;

    }



}



/*---------------------More Service Page Css ends here ------------------------*/



/* @font-face{
    font-family:Slussen;
    src:url(/fonts/Slussen-Compressed-Black.woff2) format("woff2");
    font-display:swap;
    font-weight:900;
    font-stretch:compressed;
}
@font-face{
    font-family:Slussen;
    src:url(/fonts/Slussen-Expanded-Black.woff2) format("woff2");
    font-display:swap;
    font-weight:900;
    font-stretch:expanded;
}
@font-face{
    font-family:Slussen;
    src:url(/fonts/Slussen-Regular.woff2) format("woff2");
    font-display:swap;
    font-weight:400
}
@font-face{
    font-family:Slussen;
    src:url(/fonts/Slussen-Bold.woff2) format("woff2");
    font-display:swap;
    font-weight:700;
}
     */