html,
body {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

header {
    font-family: 'Inter' !important;
}

.dark-grey-bg {
    background-color: #9A9A9A;
}

.yellow-bg {
    background-color: #FFD300;
}

header nav ul li a {
    letter-spacing: 2px;
}

.navbar-brand {
    position: absolute;
    left: 74px;
    top: 12px;
}

.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.banner-slider-section,
.what-we-are-section,
.what-sets-us-apart-section,
.what-we-offer-section,
.gallery-section,
.client-section {
    margin-top: 72px;
}

.swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 130px;
    padding-top: 120px;
}

.mySwiper .swiper-wrapper {
    display: flex !important;
    align-items: end !important;
}

.swiper-slide {
    position: relative;
    transform: scale(0.7) !important;
    transition: transform 0.4s ease;
    display: flex !important;
    flex-direction: column-reverse;
    gap: 10px;
    /* opacity: 0.5; */
}

.swiper-slide-active {
    transform: scale(1.1) !important;
    opacity: 1;
    z-index: 2;
}

.swiper-text-slider {
    position: relative;
    transform: scale(0.7) !important;
    transition: transform 0.4s ease;
    display: flex !important;
    flex-direction: column-reverse;
    /*width: 100% !important;*/
    flex: 1;
    align-items: center;
    align-self: center;
    /* opacity: 0.5; */
}

.swiper-text-slider.swiper-slide-active {
    transform: scale(1.3) !important;
    flex: 2 !important;
    opacity: 1;
    z-index: 2;
}

.swiper-slide img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.slide-heading {
    /* position: absolute;
    top: -85px;
    left: 0;
    right: 0; */
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 26px;
    opacity: 0;
    transition: .3s all ease;
}

p {
    font-family: 'Inter';
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

h1 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

h2 {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
}

h3 {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

h4 {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

/* About Us css starts here */
.about-us-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.dotted-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotted-circle-bg.svg) no-repeat center;
    background-size: 100% 90%;
    z-index: -1;
}

.about-us-links {
    cursor: pointer;
    transition: transform .3s ease;
}

.about-us-links img {
    transition: transform .3s ease;
}

.about-us-links:hover img,
.showcase-links:hover div {
    transform: scale(0.9);
}

/* Showcase css starts here */

.showcase-section {
    padding: 100px 0;
    z-index: 1;
}

.showcase-links div {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    padding: 150px 77px;
}

.showcase-links p {
    text-align: center;
}

/* approach css starts here */
.approach-section {
    padding: 100px 0;
    z-index: 1;
}

.approach-section .showcase-links div {
    padding: 205px 135px;
}

.dotted-bg-approach::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotted-circle-bg-approach.svg) no-repeat center;
    background-size: 100% 90%;
    z-index: -1;
}

/* Span of work css starts here */

.work-section {
    padding: 65px 0;
    z-index: 1;
}

.dotted-circle-bg-work::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: url(../images/dotted-circle-bg-spanofwork.svg) no-repeat center;
    background-size: 100% 90%;
    z-index: -1;
}

.work-slide div {
    width: 450px;
    height: 450px;
}

.work-slide p {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}

.workSwiper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.workSwiper .swiper-slide p {
    display: none;
}

.workSwiper .swiper-slide-active p {
    display: block;
    padding: 0 4rem;
}

.workSwiper h3 {
    line-height: 40px;
}

.workSwiper .swiper-slide-active h3 {
    font-weight: 600;
}

/* Footer css starts here */
.contact_dets_footer {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* About us page css starts here */
.thinking-section {
    margin-top: 72px;
    padding: 100px 0;
}

.what-we-offer-section p,
.what-we-are-section p,
.what-sets-us-apart-section p,
.thinking-section p {
    line-height: 28px;
}

.what-we-offer-section ul li {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.what-we-are-section,
.what-sets-us-apart-section {
    padding: 100px 0;
}

/* showcase css starts here */
.client-section {
    padding: 65px 0 100px;
    z-index: 1;
}

.dotted-bg-client ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotted-circle-bg-client.svg) no-repeat center;
    background-size: 100% 90%;
    z-index: -1;
    opacity: 0.1;
}

.publication-section {
    margin-top: 72px;
    padding: 65px 0 100px;
}

.publication-section img {
    transition: .3s all ease;
}

.publication-section a:hover img {
    transform: scale(0.9);
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

/* gallery css starts here */
.gallery-nav li a {
    font-size: 20px;
    line-height: 26px;
    color: #9A9A9A !important;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 0 !important;
}

.gallery-nav li .active {
    font-weight: 700;
    color: #000000 !important;
    background-color: #FFD300 !important;
}

.gallery-nav li {
    border-radius: 0;
    margin-bottom: 10px;
}

.gallery-nav li:hover {
    background-color: #eaeaea;
}

.gallery-section .carousel .carousel-control-prev span,
.gallery-section .carousel .carousel-control-next span {
    background-size: 2.5rem;
    padding: 2rem;
    border-radius: 50%;
    background-color: #b3b3b3;
}

section {
    min-height: 93vh !important;
    /* margin-top: 72px; */
    scroll-margin-top: 72px;
}

.what-we-offer-section {
    padding-bottom: 100px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

.gallery-section .carousel-item img {
    max-height: 93vh;
    height: 100%;
}

.gallery-section .carousel-item {
    text-align: center;
    height: 100%;
}

.gallery-section .carousel-inner {
    height: 93vh;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    border: 2px solid #000000;
}

.swiper-pagination-bullet-active {
    background: #242322 !important;
    transform: scale(1.2);
}

.swiper-pagination {
    display: none;
}

.aboutUsSwiper {
    padding-top: 0;
    padding-bottom: 50px;
}

.back-button {
    position: fixed;
    top: 88px;
    right: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background-color: #ffd700; /* your yellow */
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.back-button:hover {
    opacity: 0.85;
    transform: scale(1.05);
}


@media (min-width: 1024px) and (max-width: 1279px) {
    .slide-heading {
        font-size: 22px;
    }

    .showcase-section .showcase-links div {
        max-width: 295px;
        max-height: 295px;
    }

    .approach-section .showcase-links div {
        max-width: 376px;
        max-height: 376px;
        padding: 98px 135px;
    }

    .work-slide div {
        width: 320px !important;
        height: 320px !important;
    }

    .work-slide p {
        font-size: 12px;
        line-height: 16px;
    }

    .swiper {
        width: 100%;
    }

    /*.swiper-slide{
    margin-right: 75px !important;
  }*/
    .work-slide.swiper-slide-active div {
        gap: 5px !important;
    }

    .swiper-slide-active {
        transform: scale(1.3) !important;
        /* margin-right: 95px !important;*/
    }

    .workSwiper h3 {
        font-size: 20px;
    }

    .workSwiper p {
        font-size: 11px;
    }

    .workSwiper h3 {
        line-height: 30px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 2rem;
    }
}

@media (min-width: 1280px) and (max-width: 1359px) {
    .work-slide div {
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 1360px) and (max-width: 1439px) {
    .work-slide div {
        width: 380px;
        height: 380px;
    }
}

@media (min-width: 1280px) and (max-width: 1360px) {
    .slide-heading {
        font-size: 22px;
    }

    .showcase-section .showcase-links div {
        max-width: 350px;
        max-height: 350px;
    }

    .approach-section .showcase-links div {
        max-width: 451px;
        max-height: 451px;
    }

    /* .work-slide div {
    max-width: 350px;
    max-height: 350px;
  }*/
    .work-slide p {
        font-size: 12px;
        line-height: 16px;
    }

    .swiper {
        width: 100%;
    }

    /*.work-slide.swiper-slide-active div {
    max-width: 334px;
    max-height: 334px;
  }*/
    .swiper-slide-active {
        transform: scale(1.4) !important;
        /* margin-right: 50px !important;*/
    }

    .workSwiper h3 {
        font-size: 21px;
    }

    .workSwiper p {
        font-size: 11px;
    }

    .workSwiper h3 {
        line-height: 25px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 2.5rem;
    }
}

@media (min-width: 1920px) {
    .work-slide div {
        width: 560px;
        height: 540px;
    }

    .workSwiper h3 {
        line-height: 48px;
        font-size: 38px;
    }

    .work-slide p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    p {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    .approach-section,
    .about-us-section,
    .showcase-section,
    section {
        min-height: auto !important;
        height: auto !important;
    }

    .approach-section .showcase-links div {
        padding: 15px;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .showcase-links div {
        padding: 15px;
        width: 220px;
        height: 220px;
        margin: 0 auto;
    }

    .work-slide div {
        width: 300px;
        height: 300px;
    }

    .work-slide p {
        line-height: 18px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 1.5rem;
        font-size: 12px;
        line-height: 16px;
    }

    .workSwiper .swiper-slide-active h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .swiper-text-slider.swiper-slide-active {
        flex: none !important;
    }

    .swiper-text-slider {
        justify-content: center;
    }

    .swiper-text-slider.swiper-slide-active {
        transform: scale(0.9) !important;
    }

    .what-we-offer-section ul li {
        font-size: 16px;
    }

    .client-section ::after {
        background: none !important;
    }
    .gallery-section .carousel-item img {
        max-height: initial;
        height: auto;
    }
    .gallery-section .carousel-item {
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
    }
    .gallery-section .carousel-item.active {
        visibility: visible;
        opacity: 1;
    }
    .gallery-section #menu-tab {
        overflow-x: auto;
    }
    .gallery-nav li a {
        width: max-content;
        font-size: 16px;
        padding: 7px 12px;
    }
    .gallery-section .carousel-inner {
        height: 90vh;
    }
    .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 9;
        background: #ffffff;
        width: 100%;
        padding: 10px 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-section #logosCarousel .carousel-item img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 70px;
        right: 0;
        left: auto;
        z-index: 99;
        background: #ffffff;
        width: auto;
        padding: 10px 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .banner-slider-section .swiper,
    .showcaseSwiper,
    .workSwiper {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .slide-heading {
        font-size: 22px;
    }

    .swiper-slide-active {
        transform: scale(0.9) !important;
    }

    .swiper-pagination {
        display: block;
    }

    .approach-section,
    .about-us-section,
    .showcase-section,
    section {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    .approach-section .showcase-links div {
        padding: 15px;
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }

    .dotted-bg-approach::after {
        background: url(../images/dotted-circle-bg-mobile.svg);
        background-repeat: no-repeat;
        background-position: calc(50% - 4px) calc(50% + 31px);
        background-size: contain;
    }

    .showcase-links div {
        padding: 15px;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .publication-section div.w-20,
    .publication-section div.w-30 {
        width: 100%;
        text-align: center;
    }

    #logosCarousel .carousel-item img {
        height: 250px;
    }
    header nav ul li a {
        text-align: right;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    .work-slide div {
        width: 260px;
        height: 260px;
    }

    .swiper-text-slider.swiper-slide-active {
        transform: scale(1.3) !important;
    }

    .workSwiper .swiper-slide-active h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0px;
        margin-top: 11px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 2rem;
        font-size: 10px;
        line-height: 12px;
    }

}

@media (min-width: 376px) and (max-width: 430px) {
    .work-slide div {
        width: 450px;
        height: 450px;
    }

    .swiper-text-slider.swiper-slide-active {
        transform: scale(0.8) !important;
    }

    .workSwiper .swiper-slide-active h3 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 1.4rem;
        font-size: 0.97rem;
        line-height: 25px;
    }

}


@media (min-width: 321px) and (max-width: 376px) {
    .work-slide div {
        width: 435px;
        height: 435px;
    }

    .swiper-text-slider.swiper-slide-active {
        transform: scale(0.8) !important;
    }

    .workSwiper .swiper-slide-active h3 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 13px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 3rem;
        font-size: 0.94rem;
        line-height: 25px;
        margin-bottom: 0px;
    }

}


@media (max-width: 321px) {
    .work-slide div {
        width: 410px;
        height: 410px;
    }

    .swiper-text-slider.swiper-slide-active {
        transform: scale(0.7) !important;
    }

    .workSwiper .swiper-slide-active h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .workSwiper .swiper-slide-active p {
        padding: 0 2.6rem;
        font-size: 0.98rem;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .email-text {
        word-wrap: break-word;
    }

}