


/* Brand Identity Css Start ============================== */
.brand-identity {
    padding: 100px 0 80px;
}

.section-title-over {
    position: relative;
}

.section-title-over h2 {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: -1;
    vertical-align: middle;
    display: grid;
    place-content: center;
    width: max-content;
}

.section-content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.block-content-left {
    flex: 0 0 40%;
}

.block-content-right {
    flex: 0 0 50.4%;
}


/* This is for section title which is same size in some sections */
@media screen and (max-width: 1024px) {
    .brand-identity {
        padding: 70px 0 70px;
    }
    .section-title-over .g-165-700 {
        font-size: 90px;
        line-height: 90px;
    }

    .section-title-over .g-72-700 {
        font-size: 40px;
        line-height: 50px;
    }

    .section-title-over .g-40-500 {
        font-size: 28px;
        line-height: 36px;
    }
}


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

    .section-title-over .g-165-700 {
        font-size: 70px;
        line-height: 70px;
    }

    .section-title-over .g-72-700 {
        font-size: 35px;
        line-height: 40px;
    }
}




/* 1. WDP Brand Identity Css Start ======================================================================================== */

.section-title-over {
    position: relative;
}

.stroke-font {
    color: transparent;
}

.section-title-over h2 {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: -1;
    vertical-align: middle;
    display: grid;
    place-content: center;
    width: max-content;
}

.section-text-content .main-inner-title {
    text-transform: capitalize;
    margin: 60px 0 20px 0;
}

.section-content-block {
    display: grid;
    grid-template-columns: 40% 50.4%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1340px) {
    .brand-identity .g-165-700 {
        font-size: 115px;
        line-height: 100px;
    }

    .brand-identity .g-72-700 {
        font-size: 52px;
        line-height: 80px;
    }

    .section-text-content .main-inner-title {
        margin: 30px 0 20px 0;
    }

    .brand-identity .g-40-500 {
        font-size: 32px;
        line-height: 38px;
    }

    .section-content-block {
        grid-template-columns: 46% 50.4%;
    }
}

@media screen and (max-width: 1024px) {
    .section-text-content .main-inner-title {
        margin: 20px 0 20px 0;
    }

    .section-content-block {
        grid-template-columns: 45% 50%;
    }

    .section-title-over .g-165-700 {
        font-size: 90px;
        line-height: 90px;
    }

    .section-title-over .g-72-700 {
        font-size: 40px;
        line-height: 50px;
    }

    .section-title-over .g-40-500 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px) {
    .section-content-block {
        grid-template-columns: 45% 50%;
    }

    .section-text-content .main-inner-title {
        font-size: 24px;
        line-height: 30px;
    }

    .g-16-400.section-desc {
        line-height: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .brand-identity {
        padding: 50px 0 0;
    }

    .section-content-block {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .section-text-content .main-inner-title {
        text-transform: capitalize;
        margin: 24px 0 12px 0;
    }

    .section-title-over .g-165-700 {
        font-size: 70px;
        line-height: 70px;
    }

    .section-title-over .g-72-700 {
        font-size: 35px;
        line-height: 40px;
    }
}




/* 2. WDP Description Section Start ======================================================================================== */
.description-section {
    padding: 40px 0 50px 0;
}

p.g-17-400.desc-indx-one {
    margin: 60px 0 20px 0;
}

.section-block-content {
    display: grid;
    /* grid-template-columns: 58.3% 24%; */
    grid-template-columns: 58.3% 384px;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.section-inner-list li.list-first-child {
    margin-top: 30px;
}

.section-inner-list li.list-last-child {
    margin-bottom: 0px;
}

.section-desc-left .g-17-400 {
    line-height: 30px;
}

.section-inner-list li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
}

.description-categories {
    padding: 49px 50px 40px 48px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
.description-categories h3.g-24-600 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Graphik";
}

/* Top left decorations */
.description-categories:before {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    top: -21px;
    left: -13px;
}

.description-categories:after {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    top: -104px;
    left: 72px;
    transform: rotate(90deg);
}

/* Bottom right decorations */
.border-decorations::before,
.border-decorations::after {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
}

.border-decorations::before {
    bottom: -20px;
    right: -11px;
}

.border-decorations::after {
    bottom: -104px;
    right: 73px;
    transform: rotate(90deg);
}

/* Ensure positioning context */
.border-decorations {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}


@media screen and (max-width: 1600px) {
    .section-block-content {
        padding-right: 30px;
    }

}

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

    .description-section .g-165-700 {
        font-size: 100px;
        line-height: 110px;
    }

    .description-section .g-72-700 {
        font-size: 52px;
        line-height: 70px;
    }

    p.g-17-400.desc-indx-one {
        margin: 30px 0 20px 0;
    }
}

@media screen and (max-width: 1024px) {
    .description-categories {
        padding: 20px;
    }
    .description-section {
        padding: 0 0 70px 0;
    }

    .description-section .g-72-700 {
        font-size: 40px;
    }

    .section-block-content {
        grid-template-columns: 60.3% 320px;
    }

    .section-inner-list li.list-first-child {
        margin-top: 15px;
    }

    .section-inner-list li {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        margin-bottom: 10px;
    }

    p.g-17-400.desc-indx-one {
        margin: 30px 0 20px 0;
    }

    .section-title-over .g-165-700 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .section-block-content {
        grid-template-columns: 58.3% 250px;
    }
}

@media screen and (max-width: 767px) {
    .section-block-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .section-block-content {
        padding: 0;
    }

    .description-categories {
        padding: 20px;
        width: calc(100% - 60px);
        margin: auto;
    }

    p.g-17-400.desc-indx-one {
        margin: 20px 0 15px 0;
    }

    .section-title-over .g-165-700 {
        font-size: 50px;
        line-height: 60px;
    }

    .description-categories {
        padding: 20px;
    }

    .section-inner-list li.list-first-child {
        margin-top: 20px;
    }

    .section-inner-list li {
        gap: 10px;
        margin-bottom: 10px;
    }

    .description-section {
        padding: 50px 0 0 0;
    }

}

/* 3. WDP Slider Section ======================================================================================= */

.home-works-slider * {
    box-sizing: border-box;
}

section.home-works-slider {
    padding: 50px 0 0;
}

.slider-wrapp {
    margin-top: 30px;
    position: relative;
}

.section-title-over.title-center h2,
.section-title-over.title-center p {
    margin: auto;
    text-align: center;
}

.swiper-pagination.swiper-pagination-work {
    display: none;
}

.swiper-slide.swiper-slide-work .slide-inner-wrapp {
    padding: 22px;
    background: rgba(255, 197, 20, 1);
    border-radius: 50%;
    margin: auto;
    display: grid;
    place-content: center;
    width: 98px;
    height: 98px;
}

.swiper-slide.swiper-slide-work h3 {
    text-align: center;
    margin: 18px 15px 16px;
}

.swiper-slide.swiper-slide-work p {
    text-align: center;
}

.swiper-slide.swiper-slide-work {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 30px 33px;
}

.swiper-button-prev.swiper-button-prev-work:after,
.swiper-button-next.swiper-button-next-work:after {
    display: none;
}

.swiper {
    padding: 30px 20px !important;
    overflow: unset;
}

.swiper-button-next.swiper-button-next-work {
    right: -5px;
    top: 49.2%;
}

.swiper-button-prev.swiper-button-prev-work {
    left: -5px;
    top: 49.3%;
}

.home-works-slider .page-width {
    max-width: 1670px;
}

.swiper-button-prev.swiper-button-prev-work,
.swiper-button-next.swiper-button-next-work {
    background: #FFF;
    padding: 15px 20px;
    border-radius: 50%;
    width: 50px;
    z-index: 11;
    height: 50px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .home-works-slider .g-165-700 {
        font-size: 105px;
        line-height: 80px;
    }
}
@media screen and (max-width: 1024px) {
    section.home-works-slider {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    section.home-works-slider {
        padding: 70px 0 0 0;
    }

    .slider-wrapp {
        margin-top: 0;
    }
}


/* 4. WDP creative-matches-section ======================================================================================= */
.creative-matches-section {
    padding: 64px 0 120px 0;
}

.creative-matches-section .page-width {
    max-width: 1589px;
}

.creative-block {
    border-radius: 25px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    max-width: calc(33.33% - 50px);
    width: 100%;
}

.creative-block-wrapper {
    display: flex;
    gap: 75px;
    margin-top: 81px;
}

.matches-info p {
    margin: 18px 0;
}

.matches-image {
    margin-bottom: 30px;
}

.creative-block a {
    border-bottom: 1px solid #000;
}

.creative-block:before {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    top: -21px;
    left: -10px;
}

.creative-block:after {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    top: -105px;
    left: 73px;
    transform: rotate(90deg);
}

.border-matches::before {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    right: -12px;
    left: auto;
    bottom: -21px;
    top: auto;
}

.border-matches::after {
    content: '';
    height: 187px;
    width: 1px;
    background: rgba(255, 197, 20, 1);
    display: block;
    position: absolute;
    top: auto;
    bottom: -105px;
    left: auto;
    right: 73px;
    transform: rotate(90deg);
}

@media screen and (max-width: 1700px) {
    .creative-block-wrapper {
        padding: 0 30px;
    }

    .creative-matches-section .g-165-700 {
        font-size: 115px;
        line-height: 120px;
    }

    .creative-block {
        padding: 20px;
        max-width: 33.33%;
    }

    .creative-block-wrapper {
        gap: 55px;
    }
}

@media screen and (max-width: 1200px) {
    .creative-matches-section .g-165-700 {
        font-size: 95px;
        line-height: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .creative-matches-section .g-165-700 {
        font-size: 80px;
        line-height: 110px;
    }

    .creative-block-wrapper {
        margin-top: 40px;
    }

    .creative-block-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 80px 60px;
    }
    .creative-matches-section {
        padding: 64px 0 70px 0;
    }

    .creative-block {
        max-width: 44%;
    }
}

@media screen and (max-width: 767px) {
    .home-works-slider .g-165-700 {
        font-size: 55px;
        line-height: 60px;
    }

    .creative-block-wrapper {
        gap: 70px;
        flex-direction: column;
        margin-top: 50px;
    }

    .creative-matches-section .g-165-700 {
        font-size: 60px;
        line-height: 30px;
    }

    .creative-block {
        max-width: 100%;
        width: 100%;
    }

    .creative-matches-section {
        padding: 30px 0 20px;
    }

    .matches-info p {
        margin: 15px 0;
    }

    .creative-block {
        padding: 22px;
    }
}