@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Inter Tight", sans-serif;
    color: var(--dark-text);
}

body {
    overflow-x: hidden;
}


:root {
    --primary-color: #FF5722;
    --secondary-color: #FF784E;
    --dark-text: #424242;
    --light-text: #fff;
    --secondary-background: #ece9e3;
    --body-color: #F6F6F6;
    --border: #D7CECB;
    --gradient-background: linear-gradient(148deg, rgba(255, 87, 34, 1) 17%, rgba(255, 120, 78, 1) 84%);
}

/* ======Utilities====== */

h1 {
    font-size: 80px;
    font-weight: 600;
}

h2 {
    font-size: 75px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 28px;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Lenis Css */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Text Animation Css */

.s-revealed {
    display: inline-block;
    overflow: hidden;
    margin-top: -20px;
}

.s-revealed span {
    display: inline-block;
}

/* ======Utilities===== */

.active {
    color: var(--secondary-color) !important;
}

.prmr-btn a {
    padding: 8px 20px 8px 8px;
    background-color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    color: var(--light-text);
    position: relative;
    border: 2px solid var(--secondary-color);
    transition: .4s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: 500;
}


.prmr-btn a i {
    background-color: var(--light-text);
    padding: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 22px;
    transition: .3s;
}

.prmr-btn a img {
    background-color: var(--light-text);
    padding: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: .3s;
}


.prmr-btn a:hover i {
    rotate: -45deg;
    scale: 1.2;
}

.prmr-btn a:hover img {
    rotate: -45deg;
    scale: 1.2;
}

.capsl-higlight {
    display: inline-block;
    border: 1px solid var(--border);
    padding: 8px 12px;
    border-radius: 50px;
    margin: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.capsl-higlight img {
    width: 25px;
}

.size-dbl {
    font-size: 18px;
    background-color: #f7ece8;
    margin: 0;
}

.section-gap {
    padding: 120px 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}




/* =======Header====== */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    transition: all ease-in-out .3s;
}

.navbar-brand {
    padding: 0;
}

.scrolled {
    background-color: #ece9e36b;
    backdrop-filter: blur(70px);
    padding: 10px 0;

}

.navbar-expand-lg {
    padding: 0;
}

.header .container-fluid {
    gap: 60px !important;
    flex-wrap: nowrap;
}

.menu-icon {
    width: 35px;
}

.hame-close {
    display: none;
}

.header .nav-item .nav-link {
    color: var(--dark-text);
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
}



.nav-link:hover {
    color: var(--secondary-color) !important;
}

.header .dropdown-menu {
    padding: 30px 0;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.header .dropdown-menu li a {
    padding: 7px 25px;
    transition: all ease-in-out .1s;
}

.header .dropdown-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--light-text);
}

.big-bg {
    overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
    top: 62px;
}

.flow-hide {
    overflow: hidden !important;
    height: 100vh !important;
}

/* ======Banner====== */

.home-banner {
    position: relative;
    padding: 180px 0 100px 0;
}

.banner-img {
    position: absolute;
    width: 100%;
    top: -500px;
    z-index: -1;
}

.banner-title {
    margin: 50px 0;
}

.bnr-btn a {
    font-size: 20px;
    font-weight: 300 !important;
}

.bnr-btn a i {
    font-size: 28px;
}

.banner-2-wrapper {
    aspect-ratio: 5/2;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    width: 92%;
    margin: auto;
}


/* ======About====== */

.about-bg {
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: -1;
}

.about-para {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 50px;
}

.about-para span {
    font-size: 18px;
    font-weight: 400;
}

.about-para img {
    width: 80px;
}

.about-cta {
    background: var(--gradient-background);
    height: 100%;
    padding: 30px 25px;
    border-radius: 20px;
    color: var(--light-text);

}


.about-content-wrapper {
    padding-right: 50px;
}

.about-cta {
    position: relative;
}

.abt-btn-wrpr {
    position: absolute;
    bottom: 65px;
}

.corner {
    position: absolute;
    width: 20px;
}

.corner1 {
    top: -20px;
    left: 0;
}

.corner2 {
    bottom: -20px;
    left: 0;
    transform: rotate(90deg);
}

.about-cta a {
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    color: var(--dark-text);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -25px;
    margin-top: 25px;
    position: relative;
    font-size: 18px;
}

.about-cta a i {
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--light-text);
    border-radius: 50px;
}


/* ======Service====== */

.service-section {
    background-color: var(--secondary-background);
}

.srvc-card {
    padding: 35px 30px;
    background: var(--gradient-background);
    height: 400px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin: 70px 35px;
    display: flex;
    justify-content: end;
    align-items: end;
    background-size: cover !important;
    background-position: top !important;
    overflow: hidden;
    position: relative;
}

.srvc-card h3 {
    position: relative;
    color: var(--light-text);
}

.srvc-card i {
    position: absolute;
    top: -25px;
    font-size: 32px;
    color: var(--primary-color);
    right: -25px;
    transition: .2s cubic-bezier(.69, .35, .51, .77);
    scale: 0;
}

.srvc-card:hover i {
    position: absolute;
    top: 25px;
    right: 25px;
    scale: 1.5;
}

.s-card-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 87, 34, 0) 0%, rgba(255, 87, 34, 1) 100%);
    width: 100%;
    height: 100%;
}

.s-card-2 {
    background: var(--light-text);
    margin-bottom: 0;
}

.s-card-2 h3 {
    color: var(--dark-text);
}

.s-card-2::before {
    content: "";
    position: absolute;
    background-image: url(../images/wave-color-2.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    bottom: -100px;
    scale: 1.1;
    opacity: .6;
}

.s-card-3::before {
    content: "";
    position: absolute;
    background-image: url(../images/wave.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: -100px;
    scale: 1.1;
    opacity: .6;
}

.s-card-3 i {
    color: var(--light-text);
}

.s-card-4 {
    background: var(--light-text);
}

.s-card-4 h3 {
    color: var(--dark-text);
}

.s-card-4::before {
    content: "";
    position: absolute;
    background-image: url(../images/circle-fill.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    bottom: -100px;
    scale: 1.1;
    opacity: .6;
}

.s-card-5 {
    margin-bottom: 0;
}

.s-card-5::before {
    content: "";
    position: absolute;
    background-image: url(../images/circle-strok.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -50px;
    top: -100px;
    scale: .9;
    opacity: .6;
}

.s-card-5 i {
    color: var(--light-text);
}

.abt-title {
    position: sticky;
    top: 120px;
    z-index: 1;
    margin-bottom: 0px;
}

.service-section .row {
    position: relative;
    z-index: 2;
}

.more-space {
    margin-top: 150px;
}

/* ======Induatries====== */

.industries .accordion-item {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid var(--border);
}

.industries .accordion-item .accordion-button {
    padding: 30px 0;
    background-color: transparent;
    justify-content: space-between;
    box-shadow: none;
}

.accordion-button:focus {
    outline: none;
    border: 0;
    box-shadow: none;

}

.industries .accordion-item .accordion-body {
    padding: 35px 0px 35px 0px;
}


.industries .accordion-item h3 {
    color: var(--primary-color);
    margin: 0;
}

.ind-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.ind-content img {
    width: 250px;
    border-radius: 10px;
    aspect-ratio: 4/2.8;
    object-fit: cover;
}

.industries .title-wrapper {
    position: sticky;
    top: 120px;
}

.accordion-button::after {
    content: "";
    display: none;
}

.accordion-button .plus {
    position: relative;
    width: 25px;
    height: 25px;
}

.accordion-button .plus span {
    width: 100%;
    height: 3px;
    background-color: red;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    transition: all ease-in-out .3s;
}

.accordion-button .plus span:last-child {
    transform: rotate(0deg);
}

.collapsed .plus span:last-child {
    transform: rotate(90deg);
}


/* =======CTA Section====== */

.cta {
    overflow: hidden;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.cta::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #42424280;
    z-index: 1;
}

.cta-content {
    display: flex;
    gap: 20px;
    transition: all ease-in-out;
    animation: ctaSlide linear infinite 10s;
}

.cta-content a {
    font-size: 82px;
    font-weight: 500;
    color: var(--light-text);
}

.cta-content a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.cta-content a img {
    width: 50px;
}

.video-section {
    position: absolute;
    top: 0;
    left: 0;
}

.video-section video::-webkit-media-controls {
    display: none;
}

.cta-slide {
    position: absolute;
    bottom: 50px;
    z-index: 2;
}


@keyframes ctaSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1735px);
    }
}

/* =======customised-solution======= */

.customised-solution {
    overflow: hidden;
}

.customised-solution .title-wrapper {
    width: 85%;
    margin: auto;
}

.c-solution-card {
    height: 420px;
    width: 100%;
    background: var(--primary-color);
    padding: 45px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.c-solution-card h3,
.c-solution-card p {
    position: relative;
    z-index: 2;
}

.c-card-1 {
    transform: rotate(10deg);
}

.c-card-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    position: relative;
}

.c-card-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 87, 34, 20%) 0%, rgba(255, 87, 34, 1) 100%);
    z-index: 1;
}

.c-card-3 {
    transform: rotate(10deg);
}

.c-card-4 {
    background: var(--secondary-color);
    transform: rotate(-10deg);
}

.c-solution-card h3 {
    color: var(--light-text);
}

.c-solution-card p {
    color: var(--light-text);
}

.customised-solution .title-wrapper {
    margin-bottom: 70px;
}

/* ======Blog Section====== */

.blog-section {
    background-color: var(--secondary-background);
}

.blog-section .title-wrapper {
    margin-bottom: 70px;
}

.h-blog-card img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.h-blog-card h3 {
    color: var(--dark-text);
    font-size: 24px;
    margin-top: 30px;
    transition: .3s;
}

.h-blog-card:hover h3 {
    color: var(--primary-color);

}



/* ======Footer Section====== */

.footer {
    background-color: var(--dark-text);
    position: relative;
    overflow: hidden;
}

.footer .footer-wave {
    position: absolute;
    top: -50px;
    scale: 1.2;
    z-index: 1;
    opacity: .05;
}


.footer .row {
    position: relative;
    z-index: 2;
}

.footer .logo-icon {
    width: 150px;
    margin-bottom: 50px;
}

.footer .footer-desc {
    color: var(--light-text);
    font-size: 26px;
    font-weight: 500;
    width: 70%;
    margin-bottom: 50px;
}


.social-icon {
    display: flex;
    gap: 10px;
}

.social-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid var(--border);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--border);
    transition: .3s;
}

.social-icon a:hover {
    background-color: var(--border);
    color: var(--dark-text);
}

.footer h6 {
    font-size: 16px;
    color: var(--light-text);
    margin-bottom: 20px;
}

.footer .links ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .links ul li a {
    color: var(--border);
}

.footer .links ul li a:hover {
    text-decoration: underline;

}

.footer .links ul li {
    color: var(--border);
}

.copyright {
    background-color: var(--dark-text);
    border-top: 1px solid rgba(256, 256, 256, .2);
    padding: 30px 0;
}

.copyright span {
    color: var(--border);
}

/* =======About Page======= */

.about-page-banner {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlits {
    color: var(--secondary-color);
    display: inline-block;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.span-color {
    color: var(--primary-color) !important;
}

.circle {
    width: 250px;
    height: 250px;
    background-color: var(--primary-color);
    position: absolute;
    z-index: -1;
}

.abtpg-bnr-cntnt p {
    font-size: 24px;
    font-weight: 500;
}

.about-page-banner h1 {
    text-align: center;
}

.mv-section {
    /* background-color: var(--secondary-background); */
    padding-bottom: 120px;
    border-top: 1px solid var(--border);
}

.mv-card {
    padding: 120px 45px 45px 45px;
    background-color: #fff;
    position: relative;
}

.mv-card p {
    font-size: 22px;
}

.mv-card h3 {
    font-size: 42px;
    position: absolute;
    top: -40px;
    background-color: #fff;
    padding: 8px 20px 8px 50px;
    border: 1px solid var(--border);
    border-radius: 50px;
}

.mv-card h3::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 20px;
}

.square-btn {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
}

/* Service Detail Page */


.srvc-title {
    width: 80%;
    margin-bottom: 50px;
}

.srvc-sc-title {
    font-size: 52px;
}

.srvc-title-head {
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: end;
    background: linear-gradient(180deg, rgba(239, 239, 239, 1) 60%, rgba(239, 239, 239, 0) 100%);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.srvc-title-head::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(236, 233, 227, 45%) 0%, rgba(236, 233, 227, 100%) 100%);
}

.srvc-title-desc {
    background-color: var(--secondary-background);
}

.srvc-title-desc p {
    font-size: 32px;
}

.srvc-title-container {
    width: 80%;
    margin: auto;
}

.srvc-title-container h2 {
    font-size: 52px;
}

.card-wrapper {
    position: relative;
}

.sp-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    background-color: var(--secondary-background);
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 30px;
    position: sticky;
    top: 120px;
    opacity: 1;
}

.sp-card h3 {
    margin-bottom: 40px;
}

.sp-card-1 {
    background-color: #fff2ed;
}

.sp-card-2 {
    background-color: #ffe4dc;
}

.sp-card-3 {
    background-color: #ffd7ca;
}

.sp-card-4 {
    background-color: #ffc9b8;
}

.sp-card-5 {
    background-color: #ffbca7;
}

.sp-card:last-child {
    margin-bottom: 0;
}

.inner-page-title {
    font-size: 52px;
}


.s-img {
    border-radius: 12px;
    /* overflow: hidden; */
    object-fit: cover;
    object-position: center;
}

.s-img img {
    border-radius: 12px;
    width: 600PX;
}

.sc-ttl-gp {
    margin-bottom: 70px;
}

/* ======Contact Us Page====== */

.cntc-page-banner {
    padding-top: 180px;
    background: linear-gradient(-180deg, rgba(236, 233, 227, 25%) 0%, rgba(236, 233, 227, 1) 100%);
}

.form-group {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-input-field {
    border-style: none none solid;
    border-width: 1px 1px 1px;
    border-color: var(--border);
    color: var(--primary-color);
    background-color: #0000;
    border-radius: 0;
    height: 44px;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 0px;
    width: 100%;
}

.form-message-input-field {
    min-height: 80px;
    margin-bottom: 30px;
    padding-top: 0;
}

.form-input-field:focus {
    border-color: var(--primary-color);
    outline: 0;
}

.sbmt-btn {
    display: block;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .3s;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: var(--light-text);
    cursor: pointer;
    border: none;
    background: var(--gradient-background);
}

.error-message {
    color: red;
    font-size: 12px;
}

.cntc-page-banner .space a {
    color: var(--primary-color);
}


/* ======Blog Page====== */

.blg-banner {
    border-bottom: 1px solid var(--border);
    padding-top: 150px;
    background: linear-gradient(-180deg, rgba(236, 233, 227, 25%) 0%, rgba(236, 233, 227, 1) 100%);
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.blg-banner h1 {
    position: absolute;
    bottom: 150px;
}

.blg-banner::before {
    content: "";
    position: absolute;
    background-image: url(../images/footer-wave.svg);
    width: 100%;
    height: 100%;
    top: 50px;
    background-repeat: no-repeat;
    z-index: -1;
    scale: 1.2;
    opacity: .1;
}

.blog-banner-wrapper {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--border);
    flex-direction: column;
    height: 520px;
}

.blog-banner-wrapper p {
    color: var(--dark-text);
}

.blog-banner-wrapper .meta-img-wrpr {
    overflow: hidden;
}

.blog-banner-wrapper .meta-img-wrpr img {
    aspect-ratio: 4/2.5;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out .3s;
}

.blog-title {
    font-size: 38px;
    color: var(--dark-text);
    transition: all ease-in-out .3s;
    margin-bottom: 25px;
}

.blog-banner-wrapper:hover .blog-title {
    color: var(--secondary-color);
}

.blog-banner-wrapper:hover img {
    scale: 1.1;
}


.blg-list .blog-title {
    font-size: 24px;
    margin-bottom: 10px;
}

/* .blg-list .meta-img-wrpr img {
    aspect-ratio: 4/3;
} */

.meta-content {
    width: 100%;
    padding: 35px 20px;
}

.meta-img-wrpr {
    width: 100%;
}

/* =====Blog Details Page===== */

.blog-details-banner {
    height: 80vh;
    display: flex;
    align-items: end;
    padding: 120px 0;
}

.blog-details-title {
    font-size: 52px;
    width: 80%;
}

.blog-content-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
}

.blog-content-wrapper h2 {
    font-size: 42px;
    margin-bottom: 45px;
}

.blog-content-wrapper h3 {
    margin-bottom: 30px;
}

.bl-higlight {
    font-weight: 600;
}

.blog-content-wrapper .last-para {
    margin-bottom: 100px;
}

.blog-content-wrapper .s-last-para {
    margin-bottom: 50px;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-list li {
    font-size: 18px;
}

/* =====Careers Page===== */

.career-page-banner {
    height: 100vh;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: end;
    align-items: end;
}

.career-page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(-180deg, rgba(236, 233, 227, 80%) 0%, rgba(236, 233, 227, 50%) 100%);
    /* background: rgba(236, 233, 227, 100%); */
    /* opacity: .5; */
}

.cr-desc {
    font-size: 22px;
    font-weight: 500;
}

.career-page-banner h1 {
    width: 80%;
    color: var(--dark-text);
}

.career-page-banner h1 .span-color {
    color: var(--primary-color);
}

.why-join {
    background: var(--secondary-background);
    overflow: hidden;
}

.why-join-card {
    padding: 75px 50px;
    border: 1px solid var(--border);
    border-radius: 30px;
    height: 450px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 70px;
    justify-content: space-between;
    background: #ffffff82;
    opacity: 0;
}

.why-join-card h3 {
    color: var(--secondary-color);
}

.why-join h2 {
    margin-bottom: 70px;
}

.j-card1 {
    transform: rotate(-25deg);
    /* translate: -100px; */
}

.j-card2 {
    transform: rotate(25deg);
    /* translate: 100px; */

}

.j-card3 {
    transform: rotate(-25deg);
    margin-bottom: 0;
}

.j-card4 {
    transform: rotate(25deg);
    margin-bottom: 0;
}


/* ===========Responsive Css========== */

@media (max-width: 1024px) {

    .srvc-card {
        margin: 50px 25px;
    }

    .s-img img {
        width: 400px;
    }

    .sp-card {
        gap: 50px;
    }

    .s-card-2 {
        margin-bottom: 0;
    }

    .s-card-5 {
        margin-bottom: 0;
    }
}


@media (max-width:992px) {

    .navbar-toggler {
        border: 0;
        padding: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--gradient-background);
        height: 100vh;
        z-index: 99;
        padding: 150px 20px 20px 20px;
        width: 500px;
        transform: translateX(100%);
        transition: .5s;
        top: -20px;
    }

    .show {
        transform: translateX(0);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .active {
        color: var(--light-text) !important;
    }

    .nav-link:hover {
        color: var(--light-text) !important;
    }

    .header .nav-item .nav-link {
        color: var(--light-text);
        font-size: 22px;
        border-bottom: 1px solid #ffffff3f;
    }

    .hdr-btn {
        position: absolute;
        bottom: 75px;
    }

    .hdr-btn a {
        background-color: var(--light-text);
        color: var(--primary-color);
    }

    .hdr-btn a i {
        background-color: var(--primary-color);
        color: var(--light-text);
    }

    .hame-close {
        display: flex;
        position: absolute;
        top: 50px;
        left: 25px;
        width: 35px;
        height: 35px;
        background-color: var(--light-text);
        justify-content: center;
        align-items: center;
        border-radius: 100px;
    }

    .hame-close i {
        color: var(--primary-color);
        font-size: 24px;
    }

    .header .dropdown-menu {
        border-radius: 0;
        margin: 0;
        border: 0;
        transition: all ease-in-out .4s;
    }

    .banner-2-wrapper {
        aspect-ratio: 4/3;
    }

    .banner-img {
        top: -200px;
    }

    .about-content-wrapper {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .about-para {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .about-cta {
        height: 250px;
    }

    .more-space {
        margin-top: 0px;
    }

    .s-card-3 {
        margin-bottom: 0;
    }

    .industries .title-wrapper {
        margin-bottom: 70px;
    }

    .customised-solution .title-wrapper {
        width: 100%;
    }

    .c-solution-card {
        margin-bottom: 50px;
    }

    .srvc-card i {
        top: 25px;
        right: 25px;
    }

    .mv-section {
        /* background-color: var(--secondary-background); */
        border-top: 0;
    }

    .mv-card {
        padding: 120px 20px 150px 20px;
        border-top: 1px solid var(--border);
    }

    /* blog List */

    .blog-banner-wrapper {
        margin-bottom: 35px;

    }

    .blg-banner {
        padding-top: 100px;
    }

    .sp-card {
        gap: 50px;
    }

    .cntc-page-banner .space {
        margin-bottom: 100px;
    }

    .cntc-page-banner .space ul {
        display: none;
    }

    .about-bg {
        top: -200px;
    }

    .s-img img {
        width: 300px;
    }

    .h-blog-card {
        margin-bottom: 50px;
        display: block;
    }

    .last-blog {
        margin-bottom: 0;
    }


}

@media (max-width:768px) {

    .section-gap {
        padding: 70px 0;
    }

    h1 {
        font-size: 68px;
    }

    h2 {
        font-size: 52px;
    }

    .size-dbl {
        font-size: 12px;
    }

    .capsl-higlight img {
        width: 15px;
    }

    .capsl-higlight {
        padding: 5px 12px;
    }

    .footer .footer-desc {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .footer .logo-icon {
        margin-bottom: 30px;
    }

    .social-icon {
        margin-bottom: 40px;
    }

    .links {
        margin-bottom: 40px;
    }

    .sp-card {
        flex-direction: column;
    }

    .sp-card h3 {
        margin-bottom: 20px;
    }

    .cntc-page-banner {
        padding-top: 120px;
    }

    .about-sec {
        padding-bottom: 100px;
    }

    .s-img img {
        width: 100%;
    }

    .blog-details-title {
        font-size: 42px;
    }


}

@media (max-width:600px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 28px;
    }

    .navbar-brand {
        width: 220px;
    }

    .navbar-collapse {
        width: 100%;
        padding-top: 120px;
    }

    .banner-title {
        margin: 30px 0;
    }

    .capsl-higlight {
        font-size: 10px;
    }

    .banner-2-wrapper {
        aspect-ratio: 3/4;
    }

    .about-cta {
        height: 300px;
    }

    .about-para img {
        width: 56px;
    }

    .home-banner {
        padding: 150px 0 70px 0;
    }

    .banner-img {
        scale: 1.5;
        top: 0px;
    }

    .bnr-btn a {
        font-size: 16px;
    }

    .prmr-btn a {
        padding: 5px 15px 5px 5px;
    }

    .hdr-btn {
        width: 90%;
    }

    .ind-content {
        flex-direction: column;
    }

    .ind-content img {
        width: 100%;
    }

    .srvc-card {
        margin: 50px 0;
    }

    .s-card-2 {
        margin-bottom: 0;
    }

    .s-card-3 {
        margin-bottom: 0;
    }

    .s-card-5 {
        margin-bottom: 0;
    }

    .blg-banner {
        padding-top: 100px;
    }

    .blog-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .blog-banner-wrapper {
        gap: 20px;
    }

    .blg-list .blog-banner-wrapper {
        margin-bottom: 30px;
    }

    .srvc-sc-title {
        font-size: 42px;
        width: 100%;
    }

    .srvc-title {
        width: 100%;
        margin-bottom: 35px;
    }

    .srvc-title-desc p {
        font-size: 24px;
    }

    .sp-card {
        padding: 30px;
    }

    .srvc-title-head {
        height: 95vh;
    }

    .why-join-card {
        padding: 50px 30px;
        margin-bottom: 30px;
    }

    .career-page-banner {
        height: 95vh;
        background-position: right;
    }

    .career-page-banner::before {
        height: 95vh;
    }

    .mv-card {
        padding: 90px 20px 120px 20px;
    }

    .about-bg {
        top: 0;
    }

    .blog-section .title-wrapper {
        margin-bottom: 50px;
    }

    .blog-details-title {
        width: 100%;
    }

    .cta {
        height: 80vh;
        background-position: right;
    }
}