.advertising-second-sec-content-div .content-div img {

    width: 100%;
    height: auto;
    object-fit: cover;
}

.what-we-do-inner-sec.branding-design-banner {
    background: #000;
}

.what-we-do-inner-sec.branding-design-banner .what-we-do-inner-image img {
    width: 70%;
}

.what-we-do-inner-sec.branding-design-banner.not-found-banner {
    background-color: #fff;
    background-image: none !important;
    text-align: center;
}

.what-we-do-inner-sec.branding-design-banner.not-found-banner img {
    width: 40%;
    margin-bottom: 3rem;
}

/* 404 page Video */
.error-404-video {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 420px;
}

.error-404-video svg {
    width: 100%;
    height: 100%;
}

.error-404-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.what-we-do-inner-sec.branding-design-banner.branding-design-banner-ui-ux .what-we-do-inner-image img {
    width: 350px;
}

.what-we-do-inner-sec.branding-design-banner.digital-marketing-banner .what-we-do-inner-image img {
    width: 70%;
    position: relative;
    top: auto;
}

.what-we-do-inner-sec.web-design-banner {
    background-image: none !important;
}

.btn-primary {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.what-we-do-inner-sec.branding-design-banner .btn-primary-ic {
    background-color: #fff;
    color: #000;
}

.what-we-do-inner-sec.branding-design-banner .btn-primary-content {
    background-color: #fff;
    color: #000;
}

.what-we-do-logos-sec.branding-design-logos-sec {
    padding: 75px 0 0;
}

.processing-section-shape {
    max-width: 470px;
    position: absolute;
    top: 0;
    right: 0;
}

.branding-process-slides-sec {
    background-color: #edf0f2;
    padding: 0px 0px 100px;
}

.design-process-sec.new-sec {
    padding: 100px 100px 40px;
}

.swiper.brandProcessSwiper {
    width: 100%;
    padding: 20px 0;
}

.brandProcessSwiper .swiper-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}

.swiper.brandProcessSwiper .swiper-slide {
    width: 350px;
    background: #fff;
    border: none;
    border-radius: 8px;
    height: auto;
}

.swiper.brandProcessSwiper .swiper-button-next,
.swiper.brandProcessSwiper .swiper-button-prev {
    width: 2.75rem !important;
    height: 2.75rem !important;
    border: 1px solid #fff;
    background: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.swiper.brandProcessSwiper .swiper-button-prev {
    right: auto;
    left: 50px;
}

.swiper.brandProcessSwiper .swiper-button-next {
    right: 50px;
    left: auto;
}

.swiper.brandProcessSwiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper.brandProcessSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 1.25rem;
    color: #fff;
}


.swiper.brandProcessSwiper .swiper-button-prev.swiper-button-disabled,
.swiper.brandProcessSwiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.ourbrand-services.brand-design-page-sec {
    padding: 100px 100px 0px;
}

.ourbrand-services.brand-design-page-sec .center-head-with-desc p {
    font-size: 1.2rem;
    text-align: center;
}

/*Branding & Design Page Responsive*/

@media only screen and (max-width: 319.5px) {
    .contact-popup-head {
        padding-bottom: 0px !important;
    }

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 30px 0 0;
    }

    .error-404-video {
        height: 100px;
    }

    .what-we-do-inner-sec.branding-design-banner.not-found-banner {
        height: auto !important;
    }

    .marquee-item-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        padding: 2rem 0;
    }

    .marquee-row {
        gap: 3rem;
    }

    .design-process-sec.new-sec {
        padding: 30px 20px 30px;
    }

    .processing-section-shape {
        display: none;
    }

    .btn-div-bottom {
        padding-top: 0.5rem;
    }

    .branding-process-slides-sec {
        padding: 0px 20px 0px;
    }

    .swiper.brandProcessSwiper {
        padding: 10px 0;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block !important;
    }

    .brandProcessSwiper .swiper-slide {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .brandProcessSwiper .swiper-button-prev,
    .brandProcessSwiper .swiper-button-next {
        display: none !important;
    }

    .process-card-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .process-step-wrap {
        margin-bottom: 15px;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 30px 10px 0px;
    }

    .ourbrand-services-container {
        margin-top: 1rem;
    }

    .ourbrand-services-content h6 {
        font-size: 20px;
    }

    .slider-logo {
        width: 110px;
    }

    .center-head-with-desc.new-desc {
        margin-top: 10px;
    }

    .case-studies-grid {
        gap: 0.5rem;
    }


}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {

    .error-404-video {
        height: 100px;
    }

    .contact-popup-head {
        padding-bottom: 0px !important;
    }

    .what-we-do-inner-sec.branding-design-banner.not-found-banner {
        height: auto !important;
    }

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 30px 0 0;
    }

    .marquee-item-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        padding: 2rem 0;
    }

    .marquee-row {
        gap: 3rem;
    }

    .design-process-sec.new-sec {
        padding: 30px 20px 30px;
    }

    .processing-section-shape {
        display: none;
    }

    .btn-div-bottom {
        padding-top: 0.5rem;
    }

    .branding-process-slides-sec {
        padding: 0px 20px 0px;
    }

    .swiper.brandProcessSwiper {
        padding: 10px 0;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block !important;
    }

    .brandProcessSwiper .swiper-slide {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .brandProcessSwiper .swiper-button-prev,
    .brandProcessSwiper .swiper-button-next {
        display: none !important;
    }

    .process-card-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .process-step-wrap {
        margin-bottom: 15px;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 30px 10px 0px;
    }

    .ourbrand-services-container {
        margin-top: 1rem;
    }

    .ourbrand-services-content h6 {
        font-size: 20px;
    }

    .slider-logo {
        width: 110px;
    }

    .center-head-with-desc.new-desc {
        margin-top: 25px;
    }

    .case-studies-grid {
        gap: 0.5rem;
    }


}

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

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 45px 0 0;
    }

    .marquee-item-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        padding: 3rem 0;
    }

    .design-process-sec.new-sec {
        padding: 40px 20px 30px;
    }

    .branding-process-slides-sec {
        padding: 0px 0px 30px;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 30px 20px 0px;
    }

    .more-work-container {
        margin-top: 0rem;
        padding-top: 0rem;
    }


    .footer-address-div .tablonoir-logo {
        padding-top: 20px !important;
    }

}


@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 50px 0 0 !important;
    }

    .marquee-item-wrapper {
        padding: 3rem 0 !important;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .design-process-sec.new-sec {
        padding: 100px 50px 40px !important;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 50px 60px 0px !important;
    }



}


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


    .marquee-item-wrapper {
        padding: 4rem 0 !important;
    }

    .design-process-sec.new-sec {
        padding: 90px 50px 40px;
    }

    .swiper.brandProcessSwiper {
        padding: 20px 0px !important;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 70px 60px 0px;
    }

    .brand-descriptions-section {
        padding: 50px 40px 0px 60px;
    }

    .case-studies-section.work-page-section.branding-design-page {
        padding: 0px 70px 100px 70px;
    }

    .brand-descriptions-section.first-section {
        padding-top: 120px;
    }

    .case-studies-section.work-page-section {
        padding: 0px 90px 100px 90px;
    }

    .center-head-with-desc.new-desc {
        padding: 2rem 0;
    }

}


@media only screen and (min-width: 1600px) and (max-width:1823px) {
    .what-we-do-inner-sec.branding-design-banner {
        background: #000;
    }

    .step-wrap {
        justify-content: center !important;
        gap: 3rem !important;
    }

    .swiper.brandProcessSwiper {
        width: 100%;
        padding: 20px 20px;
    }

    .design-process-sec.new-sec {
        padding: 100px 90px 40px !important;
    }


    .ourbrand-services.brand-design-page-sec {
        padding: 90px 90px 0px !important;
    }


    .case-studies-section.work-page-section {
        padding: 0px 90px 100px 90px !important;
    }

    .brand-descriptions-section {
        padding: 60px 0px 0px 0px;
    }

    .brand-descriptions-section.first-section {
        padding-top: 120px;
    }

    .center-head-with-desc.new-desc {
        padding: 1rem 0;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 80px !important;
    }


}

@media only screen and (min-width: 1824px) and (max-width:1920px) {

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 100px 0 0 !important;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }


    .ourbrand-services.brand-design-page-sec {
        padding: 100px 120px 0px !important;
    }

    .brand-descriptions-section.first-section {
        padding: 120px 110px 0px 110px !important;
    }


    .brand-descriptions-section {
        padding: 70px 45px 20px 45px !important;
    }

    .case-studies-section.work-page-section.branding-design-page {
        padding: 0px 130px 100px 130px !important;
    }


    .case-studies-section.work-page-section {
        padding: 0px 160px 100px 160px !important;
    }

    .process-single-card {

        padding: 34px;
    }

    .swiper.brandProcessSwiper .swiper-slide {
        width: 450px;
        height: 400px;
    }

    .center-head-with-desc.new-desc {
        padding: 1rem 0;
    }




}

@media only screen and (min-width: 1921px) and (max-width:2560px) {

    .error-404-video {
        max-width: 2000px;
        height: 600px;
    }

    .career-button-wrap .btn-primary {
        padding: 20px 40px !important;
    }

    .center-head-with-desc p {
        /* font-size: 1.8rem !important; */
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 150px !important;
    }


    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 110px 0 0 !important;
    }

    .design-process-sec.new-sec {
        padding: 100px 140px 40px !important;
    }

    .branding-process-slides-sec {
        padding: 0px 0px 100px 0px !important;
    }

    .swiper.brandProcessSwiper .swiper-slide {
        width: 550px !important;
        height: 350px !important;
    }

    .process-single-card {

        padding: 44px;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 120px 130px 0px !important;
    }

    .brand-descriptions-section.first-section {
        padding: 150px 110px 0px 110px !important;
    }

    .case-studies-section.work-page-section.branding-design-page {
        padding: 0px 20px 120px 20px !important;
    }

    .brand-descriptions-section {
        padding: 70px 20px 0px 20px ! important;
    }

    .case-studies-section.work-page-section {
        padding: 0px 120px 120px 120px !important;
    }

    .brand-design-page-sec .center-head-with-desc {
        width: 75% !important;
    }

    .center-head-with-desc.new-desc {
        padding: 2rem 0;
    }

    .what-we-do-p p {
        width: 100%;
    }

    .home-feature-card-right-line {
        width: 90%;
        margin-left: 1.8rem;
    }

}


@media only screen and (min-width: 2561px) and (max-width:3840px) {

    .error-404-video {
        max-width: 3000px;
        height: 800px;
    }

    .design-process-sec.new-sec {
        padding: 150px 150px 150px !important;
    }

    .swiper.brandProcessSwiper .swiper-slide {
        width: 25% !important;
        height: auto !important;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 170px !important;
        padding-right: 130px !important;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 150px 150px 0px !important;
    }

    .center-head-with-desc p {
        font-size: 2.7rem !important;
    }

    .brand-descriptions-section.first-section {
        padding: 250px 110px 0px 110px !important;
    }

    .brand-descriptions-section {
        padding: 90px 130px 0px 130px !important;

    }

    .case-studies-section.work-page-section {
        position: relative;
        padding: 0px 180px 100px 180px important;
    }

    .design-process-sec .work-banner-row .work-banner-heading p {

        padding: 100px 0px !important;
    }

    .process-single-card h3 {
        font-size: 4.3rem !important;
    }

    .process-step-wrap div {

        font-size: 2.4rem;
    }

    .brand-design-page-sec .center-head-with-desc {
        width: 60% !important;
    }

    .process-single-card {

        padding: 54px 40px !important;
    }

    .center-head-with-desc.new-desc {
        padding: 5rem 0 4rem;
    }

    .case-studies-grid {
        gap: 3rem;
    }

    .design-process-sec.new-sec .btn-div-bottom {
        margin-left: -2rem;
    }

    .what-we-do-inner-sec.branding-design-banner.not-found-banner img {
        margin-bottom: 8rem;
    }

}


@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .error-404-video {
        max-width: 6000px;
        height: 1800px;
    }

    .what-we-do-inner-sec.branding-design-banner.not-found-banner img {
        margin-bottom: 10rem;
    }

    .banner-content a.common-tn-para {
        font-size: 5.4rem;
    }


    .career-button-wrap .btn-primary {
        padding: 40px 80px !important;
    }

    .brand-design-page-sec .ourbrand-services-card .ourbrand-services-img img {
        height: 30vh !important;
        width: 100% !important;
    }

    .design-process-sec .work-banner-row .work-banner-heading p {
        font-size: 4rem !important;
        padding: 100px 0px !important;
    }






    .design-process-sec.new-sec {
        padding: 200px 200px 200px !important;
    }

    .swiper.brandProcessSwiper .swiper-slide {
        width: 25% !important;
        height: auto !important;
        margin-right: 100px !important;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 220px !important;
        padding-right: 180px !important;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 200px 200px 0px !important;
    }

    .center-head-with-desc p {
        font-size: 4rem !important;
    }

    .brand-descriptions-section.first-section {
        padding: 370px 110px 120px 380px !important;
    }

    .brand-descriptions-section {
        padding: 120px 180px 150px 180px !important;
    }

    .case-studies-section.work-page-section.branding-design-page {
        padding: 0px 180px 120px 180px !important;
    }

    .case-studies-section.work-page-section {
        position: relative;
        padding: 0px 240px 120px 240px !important;
    }

    .process-single-card {

        padding: 44px;
        gap: 60px;

    }


    .swiper.brandProcessSwiper {
        padding: 100px 0;
    }


    .process-step-wrap div {
        font-size: 3.5rem !important;
    }

    .process-single-card h3 {
        font-size: 5.3rem !important;
    }

    .brand-design-page-sec .center-head-with-desc {
        width: 70% !important;
    }

    .ourbrand-services-container {
        padding-top: 100px !important;
    }

    .brand-descriptions-section .work-banner-container .work-banner-head-col h6 {
        font-size: 4.5rem !important;
    }

    .ourbrand-services-content div {
        font-size: 4rem !important;
    }

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 155px 0 100px !important;
    }

    .center-head-with-desc.new-desc {
        padding: 5rem 0 4rem;
    }

    .case-studies-grid {
        gap: 5rem;
    }





}


@media only screen and (min-width: 6145px) and (max-width: 7680px) {

    .error-404-video {
        max-width: 6000px;
        height: 1800px;
    }

    .what-we-do-inner-sec.branding-design-banner.not-found-banner img {
        margin-bottom: 12rem;
    }

    .banner-content a.common-tn-para {
        font-size: 5.4rem;
    }

    .career-button-wrap .btn-primary {
        padding: 56px 110px !important;
    }

    .process-step-wrap div {
        font-size: 5rem !important;

    }

    .what-we-do-logos-sec.branding-design-logos-sec {
        padding: 255px 0 150px !important;
    }

    .brand-design-page-sec .center-head-with-desc {
        width: 80% !important;
    }

    .ourbrand-services.brand-design-page-sec .center-head-with-desc p {
        font-size: 5.4rem !important;
    }




    .brand-design-page-sec .ourbrand-services-card .ourbrand-services-img img {
        height: 30vh !important;
        width: 100% !important;
    }

    .design-process-sec .work-banner-row .work-banner-heading p {
        font-size: 5.5rem !important;
        padding: 100px 0px !important;
    }

    .brand-descriptions-section .work-banner-container .work-banner-head-col h6 {
        font-size: 5.5rem !important;
    }

    .process-single-card h3 {
        font-size: 7.5rem !important;
    }



    .swiper.brandProcessSwiper {
        padding: 100px 0;
    }

    .design-process-sec.new-sec {
        padding: 250px 250px 250px !important;
    }

    .swiper.brandProcessSwiper .swiper-slide {
        width: 28% !important;
        height: auto !important;
        margin-right: 180px !important;
    }

    .brandProcessSwiper .swiper-wrapper {
        padding-left: 280px !important;
        padding-right: 220px !important;
    }

    .ourbrand-services.brand-design-page-sec {
        padding: 250px 250px 0px !important;
    }

    .center-head-with-desc p {
        font-size: 4rem !important;
    }

    .brand-descriptions-section.first-section {
        padding: 30rem 110px 120px 30rem !important;
    }

    .case-studies-section.work-page-section.branding-design-page {
        padding: 0px 200px 150px 200px !important;
    }

    .brand-descriptions-section {
        padding: 150px 220px 100px 220px !important;
    }

    .case-studies-section.work-page-section {
        position: relative;
        padding: 0px 300px 150px 300px !important;
    }

    .process-single-card {
        padding: 60px;
        gap: 80px;
    }

    .center-head-with-desc.new-desc {
        padding: 10rem 0 10rem;
    }

    .case-studies-grid {
        gap: 5rem;
    }


}

/*Advertising page Style - 08-10-2025*/
.design-process-sec.new-sec.advertising-sec {
    padding: 100px 100px 100px;
}

.design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
    position: relative;
    overflow: hidden;
    height: 600px;
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    justify-content: center;
}

.design-process-sec.new-sec.advertising-sec .marquee-column {
    display: flex;
    flex-direction: column;
    animation: scrollUp 60s linear infinite;
}

.design-process-sec.new-sec.advertising-sec .marquee-two {
    animation: scrollDown 60s linear infinite;
    animation-delay: -6s;
}



.design-process-sec.new-sec.advertising-sec .service-clients-logo {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    width: 250px;
    max-width: 250px;
    height: auto;
}

.design-process-sec.new-sec.advertising-sec .service-clients-logo img {
    max-width: 250px;
    width: 250px;
    height: auto;
    display: block;
    object-fit: cover;
}

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

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

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

.advertising-second-sec {
    position: relative;
    padding: 100px 100px;
}

.advertising-second-sec-content-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem
}

.advertising-second-sec-content-div .content-div {
    position: relative;
    padding: 2rem 1rem 0;
}

.advertising-second-sec-content-div .content-div img {
    margin-bottom: 2rem;
}

.advertising-second-sec-content-div .content-div .title {
    color: #0f1112;
    margin-bottom: 16px;
    font-size: 24px;
}

.advertising-second-sec-slider {
    height: 500px;
    overflow: hidden;
    margin-top: 3rem;
}

.advertising-second-sec-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertising-second-sec-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}



.project-showcase-wrapper {
    position: relative;
    height: 600vh;
    background: #000;
}

.project-showcase-section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    color: #fff;
}


.project-left {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg-transition {
    position: absolute;
    inset: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.bg-transition img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1s ease, transform 2s ease;
    filter: brightness(0.6);
}

.bg-transition img.active {
    opacity: 1;
    transform: scale(1);
}


.project-media {
    position: relative;
    z-index: 2;
    width: 70%;
    height: 100%;

}

.project-media-img-div {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project-media-img-div img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}


.project-right {
    width: 40%;
    z-index: 5;
    padding-left: 5rem;
    top: -9rem;
    position: relative;
}

.project-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-list li {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666;
    cursor: pointer;
    transition: color 0.4s ease;
}

.project-list li.active .title,
.project-list li.active .number {
    color: #fff;
    font-weight: 700;
}

.project-number-display {
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 8rem;
    font-weight: 900;
    opacity: 0.1;
    pointer-events: none;
    user-select: none;
}

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

    .advertising-second-sec-content-div .content-div img {
        margin-bottom: 0rem;
    }

    .design-process-sec.new-sec.advertising-sec {
        padding: 30px 20px 30px
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 400px;
        grid-column-gap: 2rem;
        grid-row-gap: 0rem;
        padding: 0;
        margin-top: 1rem;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-column {
        justify-content: center;
        align-items: center;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        margin: 5px 0;
        width: 100px;
        max-width: 100px;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: 100px;
        width: 100px;
    }

    .advertising-second-sec {
        padding: 30px 20px 30px;
    }

    .advertising-second-sec-content-div {
        gap: 0px;
        flex-direction: column;
        margin-bottom: 0px ! important;
        grid-template-columns: 1fr;
    }


    .content-div p {
        padding-right: 10px;

    }

    .advertising-second-sec-content-div .content-div {
        padding: 0rem 0;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .advertising-second-sec-slider-div {
        margin-top: 1rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .advertising-second-sec-slider {
        height: 250px;
        margin-top: 1rem;
    }

    .project-showcase-wrapper {
        height: 700vh;
    }

    .project-showcase-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
    }

    .project-left {
        width: 100%;
        height: 70vh;
    }

    .project-media {
        width: 100%;
        height: 100%;
    }

    .project-media-img-div img {
        width: 100%;
        height: 30%;
        object-fit: cover;
        border-radius: 8px;
    }

    .bg-transition {
        width: 100%;
    }

    .project-right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 5rem;
        top: -15rem;
    }

    .project-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .project-right h1 {
        font-size: 1.6rem;
    }

    .project-list li {
        font-size: 0.9rem;
    }

    .project-number-display {
        font-size: 3rem;
        right: 10px;
        bottom: 10px;
    }

}



/*Advertising Page Responsive Style*/
@media only screen and (min-width: 320px) and (max-width: 767.5px) {

    .advertising-second-sec-content-div .content-div img {
        margin-bottom: 0rem;
    }

    .design-process-sec.new-sec.advertising-sec {
        padding: 30px 20px 30px
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 400px;
        grid-column-gap: 2rem;
        grid-row-gap: 0rem;
        padding: 0;
        margin-top: 1rem;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-column {
        justify-content: center;
        align-items: center;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        margin: 5px 0;
        width: 100px;
        max-width: 100px;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: 100px;
        width: 100px;
    }

    .advertising-second-sec {
        padding: 30px 20px 30px;
    }

    .advertising-second-sec-content-div {
        gap: 0px;
        flex-direction: column;
        margin-bottom: 0px ! important;
        grid-template-columns: 1fr;
    }


    .content-div p {
        padding-right: 10px;

    }

    .advertising-second-sec-content-div .content-div {
        padding: 0rem 0;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .advertising-second-sec-slider-div {
        margin-top: 1rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .advertising-second-sec-slider {
        height: 250px;
        margin-top: 1rem;
    }

    .project-showcase-wrapper {
        height: 700vh;
    }

    .project-showcase-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
    }

    .project-left {
        width: 100%;
        height: 70vh;
    }

    .project-media {
        width: 100%;
        height: 100%;
    }

    .project-media-img-div img {
        width: 100%;
        height: 30%;
        object-fit: cover;
        border-radius: 8px;
    }

    .bg-transition {
        width: 100%;
    }

    .project-right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 5rem;
        top: -15rem;
    }

    .project-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .project-right h1 {
        font-size: 1.6rem;
    }

    .project-list li {
        font-size: 0.9rem;
    }

    .project-number-display {
        font-size: 3rem;
        right: 10px;
        bottom: 10px;
    }


}

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


    .content-div p {

        padding-right: 50px;


    }







    .design-process-sec.new-sec.advertising-sec {
        padding: 40px 20px 30px;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 400px;
        grid-column-gap: 2rem;
        grid-row-gap: 0rem;
        padding: 0;
        margin-top: 1rem;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-column {
        justify-content: center;
        align-items: center;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        margin: 5px 0;
        width: 100px;
        max-width: 100px;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: 100px;
        width: 100px;
    }

    .advertising-second-sec {
        padding: 40px 10px;
    }

    .advertising-second-sec-content-div {
        gap: 0px;
        margin-bottom: 1rem;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 1rem 10px 0;
    }

    .advertising-second-sec-slider {
        height: 350px;
    }

    .advertising-second-sec-content-div .content-div img {
        margin-bottom: 1rem;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 0rem;
    }


}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .advertising-second-sec-content-div {
        margin-bottom: 2rem !important;
    }

    .content-div p {
        padding-right: 40px !important;
    }

    .design-process-sec.new-sec.advertising-sec {
        padding: 50px 50px 40px !important;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {

        grid-column-gap: 2rem;
        grid-row-gap: 0rem;
        padding: 0;
        margin-top: 1rem;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        width: 150px;
        max-width: 150px;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        width: 150px;
        max-width: 150px;
    }

    .advertising-second-sec {
        padding: 50px 10px;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 1rem 0 0;
    }

    .project-right {
        top: -3rem;
    }


}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {


    .advertising-second-sec-content-div .content-div {
        padding: 2rem 1rem 0;
    }

    .advertising-second-sec-slider {
        height: 600px;
    }

    .project-list li {
        font-size: 20px;
    }


}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {

    .design-process-sec.new-sec.advertising-sec {
        padding: 200px 100px !important;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 800px;
        grid-column-gap: 5rem;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        width: 350px;
        max-width: 350px;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: 350px;
        width: 350px;
    }

    .advertising-second-sec {
        padding: 150px 50px;
    }

    .advertising-second-sec-content-div {
        gap: 30px;
        margin-bottom: 6rem;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 2rem 0rem 0rem;
    }

    .advertising-second-sec-content-div .content-div .title {
        font-size: 2.5rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 3.5rem;
    }

    .advertising-second-sec-slider {
        height: 800px;
    }

    .project-list li {
        font-size: 2rem;
        margin: 2rem 0;
    }

    .project-number-display {
        font-size: 18rem;
    }



}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {

    .design-process-sec.new-sec.advertising-sec {
        padding: 15rem 15rem !important;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 1200px;
        grid-column-gap: 6rem;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        width: 500px;
        max-width: none;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: none;
        width: 500px;
    }

    .advertising-second-sec {
        padding: 15rem 5rem !important;
    }

    .advertising-second-sec-content-div {
        gap: 5rem;
        margin-top: 10rem;
        margin-bottom: 8rem;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 2rem 0;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 4rem;
        font-size: 4rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 5rem;
    }

    .advertising-second-sec-slider {
        height: 1200px;
        margin-top: 6rem;
    }

    .project-right {
        padding-left: 12rem;
        top: -20rem;
    }

    .project-list li {
        font-size: 3rem;
        margin: 3rem 0;
    }

    .project-number-display {
        font-size: 20rem;
    }



}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .design-process-sec.new-sec.advertising-sec {
        padding: 30rem 20rem !important;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 1600px;
        grid-column-gap: 6rem;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        width: 700px;
        max-width: none;
        margin: 3rem 0;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: none;
        width: 700px;
    }

    .advertising-second-sec {
        padding: 20rem 5rem !important;
    }

    .advertising-second-sec-content-div {
        gap: 0rem;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 5rem 12rem;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 4rem;
        font-size: 5rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 7rem;
    }

    .advertising-second-sec-slider {
        height: 1800px;
        margin-top: 8rem;
    }

    .project-right {
        padding-left: 20rem;
        top: -30rem;
    }

    .project-list li {
        font-size: 5rem;
        margin: 5rem 0;
    }

    .project-number-display {
        font-size: 35rem;
    }



}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {

    .design-process-sec.new-sec.advertising-sec {
        padding: 30rem 30rem !important;
    }

    .design-process-sec.new-sec.advertising-sec .marquee-item-wrapper {
        height: 2400px;
        grid-column-gap: 15rem;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo {
        width: 900px;
        max-width: none;
        margin: 3rem 0;
    }

    .design-process-sec.new-sec.advertising-sec .service-clients-logo img {
        max-width: none;
        width: 900px;
    }

    .advertising-second-sec {
        padding: 30rem 10rem !important;
    }

    .advertising-second-sec-content-div {
        gap: 0rem;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .advertising-second-sec-content-div .content-div {
        padding: 10rem 15rem;
    }

    .advertising-second-sec-content-div .content-div .title {
        margin-bottom: 6rem;
        font-size: 6rem;
    }

    .advertising-second-sec-slider-div h1 {
        font-size: 10rem;
    }

    .advertising-second-sec-slider {
        height: 2500px;
        margin-top: 12rem;
    }

    .project-right {
        padding-left: 20rem;
        top: -30rem;
    }

    .project-list li {
        font-size: 6rem;
        margin: 6rem 0;
    }

    .project-number-display {
        font-size: 45rem;
    }



}



.third-sec-img {
    padding: 0px 100px;
}


.third-sec-img img {
    height: 100%;
    width: 100%;
}

.what-we-do-inner-sec .bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photography-banner-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media only screen and (max-width: 319.5px) {
    .third-sec-img {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .third-sec-img {
        padding: 0px 10px;
    }
}

.form-controls {
    padding-top: 20px;
}

/* 23-01-2026 Lets connect form */
.menu-right {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.menu-right button {
    border: none;
    background: none;
    color: #000;
}

.menu-right button .common-link .common-link__text {
    display: block;
    position: relative;
}

.common-link .common-link__text {
    position: relative;
    display: block;
}

.common-link .common-link__text-line {
    background: #000;
    bottom: -.1388888889vw;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.32, 0, 0.12, 1);
    width: 0;
}

.common-link._showLine .common-link__text-line {
    width: 100%;
}

.common-link._showLine:hover .common-link__text-line {
    width: 0;
}

.contact-popup {
    background: #ffffff;
    height: 100vh;
    height: 100lvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}

.contact-popup__close-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1.1111111111vw;
    top: .9027777778vw;
    z-index: 10;
}

.contact-popup__container {
    height: 100vh;
    height: 100dvh;
    position: relative;
    width: 100%;
}

.contact-popup .common-close {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    background: none;
    border: none;
}

.contact-popup .common-close span {
    color: #000;
}

.contact-popup .common-close svg {
    flex: 0 0 .9722222222vw;
    transition: 0.5s cubic-bezier(0.32, 0, 0.12, 1);
    width: .9722222222vw;
    fill: #000;
}

.contact-popup .common-close:hover svg {
    transform: rotate(180deg);
}


.contact-popup-marquee {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
}

.contact-popup__title {
    display: flex;
    width: max-content;
    white-space: nowrap;

    color: #cfcfcf;
    font-family: 'Oswald-Regular', sans-serif !important;
    font-size: 10.4166666667vw;
    letter-spacing: -.04em;
    line-height: 1;
    opacity: 0.5;

    position: absolute;
    top: 1.5rem;
    left: 0;

    animation: marquee 18s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.contact-popup__scroll {
    height: 100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.contact-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    padding-bottom: 2rem;
    padding-top: 3rem;
    width: 40.0694444444vw;
    color: #000000;
}

.step-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: end;
}

.contact-popup-head h3 {
    font-size: 40px;
}

.contact-popup__content-person {
    margin-top: 2.7777777778vw;
}

.person-info__person {
    display: flex;
}

.person-info__person-photo {
    border-radius: 100%;
    flex: 0 0 7.1527777778vw;
    height: 7.2222222222vw;
    overflow: hidden;
    width: 7.1527777778vw;
}

.inner-img,
.wrap-image {
    height: 100%;
    width: 100%;
}

.inner-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.person-info__person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.0416666667vw;
}

.person-info__person-name {
    margin-bottom: .2083333333vw;
}

.person-info__person-name,
.person-info__person-spec {
    white-space: nowrap;
}

.person-info__person-spec {
    opacity: .3;
}

.input__wrap {
    position: relative;
    width: 100%;
}

.input__field {
    position: relative;
}

.field-label {
    color: #000000;
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s cubic-bezier(0.32, 0, 0.12, 1);
}

/* move when focused OR filled */
.input:focus+.field-label,
.input:not(:placeholder-shown)+.field-label {
    transform: translate(calc(-100% - .69444vw)) translateY(-50%);
}

.input:focus {
    border: 0;
}

/* hide placeholder on focus */
.input:focus::placeholder {
    opacity: 0;
}

.field-label__wrap {
    display: inline-flex;
}

.input__wrap .common-line {
    background: #000;
    height: 0.5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.input {
    color: #000000;
    font-size: .9722222222vw;
    height: 3.6111111111vw;
    width: 100%;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    transition: none;
}

.agree-text {
    margin-top: 1.1428571429rem;
}

.form-btn__wrap {
    margin-top: 2.2857142857rem;
}

@media only screen and (max-width: 319.5px) {
    .menu-right {
        gap: 10px;
    }

    .header__connect {
        font-size: 11px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 15px;
    }

    .contact-popup-head h3 {
        font-size: 25px;
    }

    .contact-popup__content {
        padding-bottom: 8rem;
        padding-top: 6rem;
        width: 85%;
    }

    .step-wrap {
        justify-content: center;
        gap: 2rem;
    }

    .person-info__person-name.h4,
    .person-info__person-spec.h4 {
        font-size: 20px;
    }

    .contact-popup__content-person {
        margin-top: 2rem;
    }

    .person-info__person-photo {
        flex: 0 0 80px;
        height: 80px;
        width: 80px;
    }

    .person-info__person {
        gap: 1rem;
    }

    .input {
        font-size: 16px;
        height: 65px;
    }

    .input:focus+.field-label,
    .input:not(:placeholder-shown)+.field-label {
        transform: translate(calc(-100% - .69444vw)) translateY(-50%);
        display: none;
    }

    .contact-popup__close-wrap {
        right: 15px;
        top: 10px;
    }

    .contact-popup__title {
        top: 2.5rem;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .menu-right {
        gap: 10px;
    }

    .header__connect {
        font-size: 11px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 15px;
    }

    .contact-popup-head h3 {
        font-size: 25px;
    }

    .contact-popup__content {
        padding-bottom: 8rem;
        padding-top: 6rem;
        width: 85%;
    }

    .step-wrap {
        justify-content: center;
        gap: 2rem;
    }

    .person-info__person-name.h4,
    .person-info__person-spec.h4 {
        font-size: 20px;
    }

    .contact-popup__content-person {
        margin-top: 2rem;
    }

    .person-info__person-photo {
        flex: 0 0 80px;
        height: 80px;
        width: 80px;
    }

    .person-info__person {
        gap: 1rem;
    }

    .input {
        font-size: 16px;
        height: 65px;
    }

    .input:focus+.field-label,
    .input:not(:placeholder-shown)+.field-label {
        transform: translate(calc(-100% - .69444vw)) translateY(-50%);
        display: none;
    }

    .contact-popup__close-wrap {
        right: 15px;
        top: 10px;
    }

    .contact-popup__title {
        top: 2.5rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    .menu-right {
        gap: 30px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 15px;
    }

    .contact-popup-head h3 {
        font-size: 30px;
    }

    .contact-popup__content {
        padding-bottom: 8rem;
        padding-top: 6rem;
        width: 65%;
    }

    .step-wrap {
        justify-content: center;
        gap: 5rem;
    }

    .person-info__person-name.h4,
    .person-info__person-spec.h4 {
        font-size: 25px;
    }

    .contact-popup__content-person {
        margin-top: 2rem;
    }

    .person-info__person-photo {
        flex: 0 0 80px;
        height: 80px;
        width: 80px;
    }

    .person-info__person {
        gap: 2rem;
    }

    .input {
        font-size: 16px;
        height: 65px;
    }

    .input:focus+.field-label,
    .input:not(:placeholder-shown)+.field-label {
        transform: translate(calc(-100% - .69444vw)) translateY(-50%);
        display: none;
    }

    .contact-popup__close-wrap {
        right: 15px;
        top: 10px;
    }

    .contact-popup__title {
        top: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    .step-wrap {
        gap: 2rem;
    }

    .input {
        height: 60px;
    }

    .person-info__person {
        gap: 1rem;
    }

}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .step-wrap {
        justify-content: center !important;
        gap: 3rem !important;

    }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {

    .step-wrap {
        justify-content: center;
        gap: 3rem !important;
    }

    .input {
        height: 75px;
    }

    .person-info__person {
        gap: 2rem;
    }

}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .step-wrap {
        justify-content: center;
        gap: 5rem !important;
    }

    .contact-popup-head h3 {
        font-size: 60px;
        line-height: 90px;
    }

    .input {
        height: 100px;
        font-size: 35px;
    }

    .person-info__person {
        gap: 3rem;
    }

    .person-info__person-photo {
        flex: 0 0 10.152778vw;
        height: 10.222222vw;
        width: 10.152778vw;
    }

    .person-info__person-name.h4 {
        font-size: 2.5rem;
    }

    .person-info__person-spec.h4 {
        font-size: 2.5rem;
    }

    .input__field {
        font-size: 35px;
    }

    .contact-popup .common-close span {
        font-size: 40px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 2vw;
        width: 2vw;
    }

    .contact-popup .common-close {
        gap: 2rem;
    }

    .menu-right button {
        font-size: 25px;
    }

}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {

    .menu-right {
        align-items: center;
        gap: 5rem;
    }

    .step-wrap {
        justify-content: center;
        gap: 7rem !important;
    }

    .contact-popup-head h3 {
        font-size: 6rem;
        line-height: 8rem;
    }

    .input {
        height: 180px;
        font-size: 50px;
    }

    .person-info__person {
        gap: 3rem;
    }

    .person-info__person-photo {
        flex: 0 0 11.152778vw;
        height: 11.222222vw;
        width: 11.152778vw;
    }

    .person-info__person-name.h4 {
        font-size: 4.5rem;
    }

    .person-info__person-spec.h4 {
        font-size: 4rem;
    }

    .person-info__person-info {
        gap: 2rem;
    }

    .input__field {
        font-size: 50px;
    }

    .contact-popup .common-close span {
        font-size: 60px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 2vw;
        width: 2vw;
    }

    .contact-popup .common-close {
        gap: 2rem;
    }

    .menu-right button {
        font-size: 40px;
    }

}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .menu-right {
        align-items: center;
        gap: 10rem;
    }

    .step-wrap {
        justify-content: center;
        gap: 8rem !important;
    }

    .contact-popup-head h3 {
        font-size: 10rem;
        line-height: 15rem;
    }

    .input {
        height: 250px;
        font-size: 70px;
    }

    .person-info__person {
        gap: 5rem;
    }

    .person-info__person-photo {
        flex: 0 0 11.152778vw;
        height: 11.222222vw;
        width: 11.152778vw;
    }

    .person-info__person-name.h4 {
        font-size: 7.5rem;
    }

    .person-info__person-spec.h4 {
        font-size: 6rem;
    }

    .person-info__person-info {
        gap: 4rem;
    }

    .input__field {
        font-size: 70px;
    }

    .contact-popup .common-close span {
        font-size: 70px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 2vw;
        width: 2vw;
    }

    .contact-popup .common-close {
        gap: 2rem;
    }

    .menu-right button {
        font-size: 50px;
    }

}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {
    .menu-right {
        align-items: center;
        gap: 10rem;
    }

    .nd-last-sec-card-col .btn-div-bottom {
        padding-left: 52px !important;
    }

    .step-wrap {
        justify-content: center;
        gap: 10rem !important;

    }

    .contact-popup-head h3 {
        font-size: 13rem;
        line-height: 18rem;
    }

    .input {
        height: 350px;
        font-size: 80px;
    }

    .person-info__person {
        gap: 5rem;
    }

    .person-info__person-photo {
        flex: 0 0 11.152778vw;
        height: 11.222222vw;
        width: 11.152778vw;
    }

    .person-info__person-name.h4 {
        font-size: 10rem;
    }

    .person-info__person-spec.h4 {
        font-size: 8rem;
    }

    .person-info__person-info {
        gap: 4rem;
    }

    .input__field {
        font-size: 80px;
    }

    .contact-popup .common-close span {
        font-size: 100px;
    }

    .contact-popup .common-close svg {
        flex: 0 0 2vw;
        width: 2vw;
    }

    .contact-popup .common-close {
        gap: 5rem;
    }

    .menu-right button {
        font-size: 70px;
    }
}


.contact-popup-head {
    padding-bottom: 20px;

}