@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif;
    color: #303030;
    background-color: #FAFAFA;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}


.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px 0px;
}

.site-header.head-sticky {
    -webkit-animation: .7s ease-in-out fadeInDown;
    animation: .7s ease-in-out fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: #FAFAFA;
    box-shadow: 0 3px 6px #00000029;
    padding: 10px 0px;
    -webkit-transition: .3s;
    transition: .3s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.site-header .site-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-header .site-header-wrapper .header-menu {
    flex: 1;
}

.site-header .site-header-wrapper .header-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 190px;
}

.site-header .site-header-wrapper .header-menu ul li a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.ant-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 32px;
    background: #303030;
    border-radius: 6px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FAFAFA;
    position: relative;
    overflow: hidden;
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Hover effect */
.ant-btn:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

/* Shine effect */
.ant-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent);
    transition: left 0.6s ease;
}

.ant-btn:hover::after {
    left: 100%;
}


.main-banner {
    padding-top: 75px;
}

.main-banner .bnr-ant {
    text-align: center;
    margin-bottom: 75px;
}

.main-banner .bnr-ant img {
    width: 45px;
}

.main-banner .main-banner-content h1 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 20px;
}

.main-banner .main-banner-content h1 b {
    font-style: italic;
    font-weight: 600;
}

.main-banner .main-banner-content {
    margin-bottom: 75px;
}

.main-banner .main-banner-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #303030;
}

.sec-separator {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 75px;
}

.section-title h2 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #202020;
    margin: 0;
}

.padding-bottom {
    padding-bottom: 100px;
}

.expertise-card {
    text-align: center;
}

.expertise-card h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #202020;
    margin: 0;
}

.expertise-card {
    margin: 9px 0px;
}

.expertise-card p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #303030;
}

.our-expertise .ex-word {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #202020;
    margin-top: 75px;
}

.looking-call {
    padding: 50px 0px;
    background-color: #F4F4F4;
    margin-bottom: 100px;
}

.call-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.call-book .ant-btn {
    flex-shrink: 0;
}

.call-book h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    text-align: center;
}

.brands-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.brands-grid:not(:last-of-type) {
    margin-bottom: 32px;
}

.sec-separator.space-100 {
    padding: 100px 0px;
}

.feedback-card .card-info {
    max-width: 720px;
    width: 100%;
    margin: auto;
}

.testimonials-wrapper {
    background: #F5F5F5;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 50px;
    margin: 0 25px;
}


.feedback-card .card-info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #303030;
}

.feedback-card .card-info .auth-name {
    margin-top: 50px;
}

.feedback-card .card-info .auth-name h6 {
    position: relative;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #202020;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.feedback-card .card-info .auth-name h6::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #202020;
}

.feedback-card .card-info .auth-name p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #747373;
}

.slick-arrow {
    background: transparent;
    outline: none;
    border: 0;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    outline: none;
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #979797;
}

.testimonials-wrapper .slick-dots {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 1;
}



.slider-nav {
    position: absolute;
    top: 35.1%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ant-road {
    margin: 0 25px;
    text-align: center;
    position: relative;
}

.ant-road .ant-down {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: -39px;
    margin: auto;
}

.padding-top {
    padding-top: 100px;
}

.offset-container {
    padding-left: 15px;
}

.work-info {
    text-align: center;
    position: relative;
    z-index: 1;
}

.work-info h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 25px;
}

.work-info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.02em;
    font-feature-settings: 'salt' on;
    color: #000000;
}

.work-info .pro-tags {
    margin-top: 50px;
    margin-bottom: 44px;
}

.pro-tags {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-tags span {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.tag-1 {
    background: rgba(111, 175, 255, 0.2);
    border: 1px solid #6FAFFF;
}

.tag-2 {
    background: rgba(197, 159, 255, 0.2);
    border: 1px solid #C59FFF;
}

.tag-3 {
    background: rgba(255, 76, 231, 0.2);
    border: 1px solid #FF4CE7;
}

.work-info .ant-btn {
    width: 100%;
}

.work-images {
    position: relative;
    z-index: 1;
    padding: 171px 0px 41px 100px;

}

.work-images::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #D9D9D9;
    filter: blur(112px);
    border-radius: 50%;
}

.work-grid-1 {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.work-grid-1 .left img {
    display: block;
}

.work-grid-1 img:not(:last-of-type) {
    margin-bottom: 25px;
}

.work-info-wrape {
    z-index: 2;
}

.work-parts .offset-container:not(:last-of-type) {
    margin-bottom: 88px;
}

.tag-4 {
    background: rgba(255, 162, 0, 0.2);
    border: 1px solid #FFA200;
}

.have-flex {
    display: flex;
    gap: 25px;
}

.amoli-tanisha {
    background-color: #F4F4F4;
    margin-top: 100px;
    padding: 150px 0px;
}

.amoli-tanisha .section-title p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    text-align: center;
    margin-top: 50px;
}

.amoli-tanisha .section-title p a {
    color: currentColor;
    text-decoration: underline;
}

.title-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.title-icon img {
    margin-top: 10px;
}

.cards-row {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.cards-row .row-star {
    text-align: center;
    padding-top: 10.6%;
}

.ant-card .ant-img-wra img {
    max-width: 300px;
    width: 100%;
    height: 300px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.ant-card .ant-info {
    padding-top: 35px;
}

.ant-card .ant-info h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
    justify-content: center;
}

.social-links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    border-radius: 50%;
    border: 1px solid #303030;
}

.site-footer {
    padding: 100px 0px;
    background-color: #3D3D3D;
}

.ftr-info h5 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.ftr-info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.menu-toggle {
    position: relative;
    background: transparent;
    border: 0;
    width: 25px;
    height: 24px;
    padding: 0;
    display: inline-block;
    transition: all 0.4s ease;
    display: none;
}

.menu-toggle.active {
    z-index: 999;
}

.menu-toggle span {
    display: block;
    height: 4px;
    background: #303030;
    transition: all .2s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #303030;
    transition: all .2s ease;
}

.menu-toggle span::before {
    top: 1px;
}

.menu-toggle span::after {
    bottom: 1px;
}

.menu-toggle.active span {
    transform: rotate(45deg);
}

.menu-toggle.active span::before {
    transform: translate3d(0, -1px, 0);
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(-1px, 0, 0);
}

.overlay-main::after {
    content: '';
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .4s, opacity .4s;
    background: rgba(0, 0, 0, .3);
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(-100%, 0);
    left: 0;
    width: 280px;
}

.mobile-menu-wrapper.menu-active {
    transform: translate(0, 0);
}

.mobile-menu-head {
    padding: 15px;
    background: #4b1abc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-bar>ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    height: calc(100vh - 48px);
    overflow: auto;
}

.mobile-menu li {
    display: block;
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
}

.mobile-menu-bar ul li a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.overlay-main.active::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

/* Animation */
/* .bnr-ant {
    position: relative;
    animation: antBounce 3s ease-in-out infinite;
} */

@keyframes antBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
        /* kitna upar jaana hai */
    }

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


.shiny-svg {
    animation: shineBounce 1.8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes shineBounce {
    0% {
        filter: brightness(1);
        transform: translateY(0);
    }

    40% {
        filter: brightness(2.2);
        transform: translateY(-3px);
    }

    60% {
        filter: brightness(1.4);
        transform: translateY(-1px);
    }

    100% {
        filter: brightness(1);
        transform: translateY(0);
    }
}


.move-ant {
    margin-top: -17px;
    position: absolute;
    left: 200px;
}

.move-ant img {
    width: 157px;
}

.move-ant .ant-gif {
    position: absolute;
    top: -9px;
    right: 0;
    transition: transform 0.6s ease-out;
    will-change: transform;
}


.move-ant .ant-gif {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.heart-icon {
    animation: heartOpacity 2s ease-in-out infinite;
}

@keyframes heartOpacity {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.the-process .process-img-wrape img {
    display: block;
    margin: auto;
}

.the-process .process-img-wrape {
    margin-bottom: 75px;
}

.the-process .process-desc p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    font-feature-settings: 'salt' on;
    color: #000000;
}


.only-mobile {
    display: none !important;
}

.ant-btn.with-outline {
    background: #FAFAFA;
    color: #202020;
    border: 1px solid #202020;
}

.case-study-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.case-study-banner-content {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.case-study-banner-content h1 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #202020;
    margin: 0;
}

.case-study-banner-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
}

.title-sep {
    margin: 30px 0 30px;
    text-align: center;
}

.project-scoop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 50px;
}

.project-scoop .scoop-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-scoop .lbl {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.project-scoop .scoop-list .val {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.project-scoop .duration {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.the-challenge {
    padding-bottom: 50px;
    overflow: hidden;
}

.the-challenge .title {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 25px;
}

.the-challenge p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;

}

.the-challenge .box-info {
    position: relative;
    background: #E7E7E7;
    padding: 50px 50px 50px 0px;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 25px;
    z-index: 1;
}

.the-challenge .box-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background: #E7E7E7;
    z-index: -1;
}

.challenge-img-box img {
    width: 100%;
    margin: auto;
    display: block;
}

.challenge-img-box .page-name {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #303030;
    margin-top: 10px;
}

.row.gap-108 {
    --bs-gutter-x: 108px;
}

.sm-title h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 0px;
}

.sm-title {
    margin-bottom: 25px;
}

.common-text {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.showcase-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.showcase-3 img {
    width: 100%;
    height: 100%;
}

.showcase-title {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #303030;
    margin-top: 10px;
}

.section-title p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

.section-title h2+p {
    margin-top: 50px;
}

.outcome-view-one {
    display: grid;
    grid-template-columns: 3.04fr 1.1fr;
    gap: 24px;
}

.outcome-view-one img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    height: 100%;
}

.outcome-title {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #303030;
    margin-top: 10px;
}

.outcome-images:not(:last-of-type) {
    margin-bottom: 75px;
}


.outcome-view-two {
    display: grid;
    grid-template-columns: 3.2fr 1.1fr 1.1fr;
    gap: 24px;
}

.outcome-view-two img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
}

.outcome-images.row-view img {
    width: 100%;
    max-height: 417px;
    object-fit: cover;
}

.row.gap-50 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.have-border {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
}

.challenge-img-box:first-of-type {
    margin-bottom: 50px;
}

.box-info.font-two {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.022em;
    color: #000000;
}

.showcase-rlc {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

.showcase-rlc .showcase-title {
    padding-right: 40px;
}

.showcase-rlc .xl-box {
    margin-left: -50px;
    margin-top: 95px;
}

.the-outcome.with-bg {
    background-color: #F4F4F4;
    padding: 100px 0px;
}

.three-image-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px;
}

/* LEFT TOP */
.grid-left-top {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

/* LEFT BOTTOM */
.grid-left-bottom {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

/* RIGHT (FULL HEIGHT) */
.grid-right {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

/* IMAGE STYLING */
.three-image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    border: 1px solid #C2C2C2;
}

.the-challenge .approach-info {
    margin-top: 240px;
}

.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

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

.challenge-img-box.gap-25:not(:last-of-type) {
    margin-bottom: 25px;
}

.approach-info.top-153 {
    margin-top: 153px;
}

.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.three-grid img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.grd-box {
    height: 100%;
}

.con-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 36px;
    justify-content: center;
    margin-top: 75px;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.back-to-top {
    position: fixed;
    right: -80px;
    bottom: 60px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    z-index: 99;
    color: #404040;
}

.back-to-top span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #404040;
    border-radius: 50%;
}

/* jab active ho tab slide-in */
.back-to-top.show {
    right: 96px;
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    color: #404040;
}


.testimonials .ant-road img {
    width: 150px;
}

.work-grid-1.cosmix .left {
    display: block;
    flex-direction: column;
}

.work-grid-1.cosmix .right img {
    height: 100%;
    width: auto;
}

.two-co-grid {
    padding-left: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 25px;
    flex: 1;
}

.two-co-grid img {
    margin-bottom: 0 !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ant-btn svg {
    width: 16px;
}

.con-list .ant-btn {
    min-width: 240px;
}

/* 
font-family: "Libre Baskerville", serif;
font-family: "DM Sans", sans-serif;
*/