* {
    font-family: "Clash Display", sans-serif !important;
    box-sizing: border-box;
}

body {
    font-family: "Clash Display", sans-serif !important;
    color: var(--color--white);
    letter-spacing: 0.02em;
    font-size: 18px;
    line-height: 1.5;
}
.about-cta-main {
    padding: 10px 0 10px;
    font-size: 22px;
    line-height: 1.5;
    word-spacing: 5px;
}
.main-footer {
    background-color: #000;
    position: relative;
}
.footer {
    display: block;
}
.footer-widgets-section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.w-layout-grid {
    grid-auto-columns: 1fr;
    display: grid;
}
.footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.4fr;
}
.footer-widget {
    position: relative;
}
a.footer-logo-link.w-inline-block.w--current {
    max-width: 100%;
    display: inline-block;
}
.footer-logo {
    width: 220px;
    margin-bottom: 30px;
}
.contact-list-box-two,
.contact-list-two {
    margin-bottom: 24px;
}
.contact-list-title {
    color: #fff;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}
.contact-list-text-two {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.contact-list-text-link-two {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.contact-list-two.last-child {
    margin-bottom: 0;
}
.footer-widget-outer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.footer-widget.links-widget {
    width: 100%;
    margin-left: 0;
}
.footer-widget-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2em;
}
.list-style-text-two {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-style-text-link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.footer-bottom-inner-box {
    text-align: center;
    border-top: 1px solid #fff3;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}
.footer-copyright-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}
.footer-copyright-text-link,
.footer-copyright-text-link,
.footer-copyright-text-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.page-wrapper.body-bg-color-black-two .works-section,
.page-wrapper.body-bg-color-black-two .testimonial-section {
    background-color: var(--color--black);
}
.testimonial-card-wrapper,
.testimonial-title-block {
    margin-top: 80px;
}
.service-two-tag-home {
    color: var(--color--white);
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.3s;
    text-align: center;
    max-width: 600px;
    margin-right: 35px;
}
.home-three-about-button-wrapper ul {
    color: #000;
}
.home-three-about-list-wrapper ul {
    padding-left: 18px;
    margin-top: 15px;
}
.portfolio-two-content-block {
    padding: 20px;
}
.service-three-content-block {
    width: 100%;
}
.service-subtitle {
    font-size: 18px;
}
.service-title-link h3 {
    font-size: 30px;
    line-height: 1.2;
}
.about-intro-title-wrapper .home-two-hero-subtitle {
    text-align: center;
}
.about-cta-link-block {
    width: 140px;
}
.portfolio-details-rich-text h3 {
    margin-bottom: 35px;
}
.contact-info-wrapper {
    margin-top: 15px;
}


.testimonial-slider-item-block {
    grid-template-columns: 1fr;
}
.container-content-slider {
    display: flex;
    gap: 20px;

    width: 100%;
}

/* Force equal height between slider content and image */
.container-content-slider > * {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex-grow: 1; /* Ensures equal height */
}

/* Left side content slider */
.slider-container {
    width: 70%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
    border-radius: 20px;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Match the height of the tallest sibling */
}

/* Position controls below the slider container */
.controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* Style for the left and right arrows */
.slider-arrow {
    border: 1px solid var(--color--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0;
    transition: background-color 0.4s, color 0.3s;
    display: flex;
}

.slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-arrow-icon svg {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
}

/* Right side static image */
.image-container {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.testimonial-two-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.w-layout-blockcontainer {
    max-width: 1320px;
}

label.error {
    color: red;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.submit-button{
    background-position: 65%;
}

@media screen and (min-width: 1440px) {
    .service-two-card-title {
        font-size: 50px;
    }
}
@media screen and (max-width: 991px) {
    .footer-widget.links-widget {
        margin-left: 0;
        padding-left: 0;
    }
    .animation-text.hero-title-home-one {
        font-size: 63px;
    }
}
@media screen and (max-width: 767px) {
    .footer-grid {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
    }
    .footer-widget-outer {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .mobile-nav-support {
        display: block;
    }
    .container-content-slider {
        flex-direction: column;
        flex-flow: column-reverse;
    }
    .slider-container,
    .image-container {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-widget.links-widget,
    .footer-widget.footer-about-widget,
    .footer-widget.links-widget {
        text-align: center;
    }
    .footer-widget-outer {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
    }
    .button-wrapper.left-align {
        max-width: 100%;
    }
    .my-journey-image-block {
        max-width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .my-offerings-section .text-animation-word-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 280px;
    }
    .animation-text.hero-title-home-one,
    .animation-text.hero-text-stroke {
        font-size: 8.2svw;
    }
}


/*  */
:root {
    --color--primary-color: #FF49A1;
    --color--secondary-color: #FF49A1;
}
.home-one-hero-shape {
    background-color: #FF49A1;
}
.service-two-thumbnail-block {
    max-width: 250px;
    width: 100%;
}
.home-one-about-card-block{
    padding: 0;
}
.home-one-about-image{
    clip-path: none;
}
.about-three-title-wrapper.mask {
    background-image: url("../images/resonates.png");
   
}
.section-title-block,
.section-title-container{
    justify-content: center;
}
.portfolio-details-rich-text li{
    background-position: unset;
}
.portfolio-details-section .section-gap{
    padding: 70px 0 70px;
}
.footer-two,
.demo-video-left-overlay-block,
.demo-video-right-overlay-block{
    background-color: #66234e;
   
}
.home-three-about-section,
.my-offerings-section,
.service-three-content-block,
.portfolio-card-hover-state-inner,
.lookbook-section{
    background-color: #ffebf4 ;
}
.home-one-hero-bg-image{
    bottom: 0;
}
.home-three-hero-content-wrapper{
    background-image: url(../images/about-bg.png);
    background-position: 50% 0;
    background-size: auto;
    border-radius: 12px;
    overflow: hidden;
}

.portfolio-details-rich-text li{
    background-image: url(../images/tick.svg);
    background-size: 25px 25px;
}
.breadcrumb-section{
    background-color: #66234e;
}
.footer-widget.links-widget .list-style-box-two a:hover{
color: #FF49A1;
}
.list-style-text-two .w--current {
    color: #FF49A1;
}
  
.my-offerings-section .section-gap,
.portfolio-gallery-section .section-gap,
.lookbook-section .section-gap{
    padding: 70px 0 70px;
}
.footer-widgets-section{
    margin: 0 20px 0px 20px;
}
.professional-overview-block{
    display: flex;
    align-items: center;
    width: 100%;
}
.professional-overview-title{
    max-width: 40%;
    width: 100%;
}
.about-intro-text{
    max-width: 60%;
    width: 100%;
}
.about-intro-content-wrapper{
    display: unset;
}
.home-three-hero-image.one {
    width: 17.5svw;
    top: 14svh;
    left: 28svw;
}
.home-three-hero-image.four {
    width: 17.5svw;
    bottom: 13.5vh;
    left: 54svw;
}
.home-three-hero-image.three {
    width: 17.5svw;
    bottom: 7.5vh;
    left: 3.2svw;
}
.home-three-hero-image.two {
    width: 17svw;
    top: 13vh;
    right: 3svw;
}
@media screen and (min-width: 1024px) {

    .home-three-hero-image.one {
        width: 17.5svw;
        top: 14svh;
        left: 28svw;
    }
    .home-three-hero-image.four {
        width: 17.5svw;
        bottom: 13.5vh;
        left: 54svw;
    }
    .home-three-hero-image.three {
        width: 17.5svw;
        bottom: 7.5vh;
        left: 3.2svw;
    }
    .home-three-hero-image.two {
        width: 17svw;
        top: 13vh;
        right: 3svw;
    }
    .mobile-nav-support {
        display: none;
    }
    
}
@media screen and (max-width: 1024px) {
  
    .home-two-hero-subtitle {
        letter-spacing: .2px;
        margin-bottom: 16px;
        font-size: 18px;
      }
      .service-subtitle,
      .service-title-link h3{
        margin-right: 10px;
        margin-left: 10px;
      }
      .home-one-hero-image-wrapper{
        margin-top: 40px;
      }
      .home-three-hero-content-wrapper{
        min-height: 50vh;
      }
      .footer-two-wrapper .primary-button{
        padding: 10px 10px;
        letter-spacing: 0.35px;
    }
   
}
@media screen and (max-width: 767px) {
    .professional-overview-block{
        flex-direction: column;
        text-align: center;
    }
    .professional-overview-title,
    .about-intro-text{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .video-overlay {
      height: auto;
    }
    .service-two-tag-home{
        margin-right: 0;
    }
    .demo-video-wrapper {
        height: 400px;
    }
    .contact-foem-block{
        max-width: 330px;
    }
}
@media screen and (min-width: 1440px) {
    .footer-two-title-block {
        max-width: 700px;
        margin-bottom: 56px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .service-two-thumbnail-block {
        max-width: 200px;
    }
    .service-two-card-title{
        margin-right: 160px;
    }
    .service-two-tag-home{
        max-width: 477px;
    margin-right: 140px;
    }
    img.blog-thumbnail {
        height: 369px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1600px) {
.home-two-hero-title-block {
    transform: translate(0px, 10px) !important;
    opacity: 0.7 !important;
}
.home-two-hero-subtitle{
    opacity: 0.7 !important;
}
.home-one-hero-except{
    max-width: 470px;
}
}

.contact-link-block{
    width: 335px;
}

.about-intro-section a{
    color: #fff;
    cursor: pointer;
}
.about-intro-section a:hover,
.contact-section .list-style-text-two{
    color: #FF49A1;
}
.nav-menu-link.active {
    color:#FF49A1;
}

/* *********************************************************************** */

.add_comp{
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
}
.add_comp_1{
    font-size: 15px;
    font-weight: 600;
}
._flex{
    display: flex;
    gap: 20px;
}

.mobile_res{
    display: none;
}

.contact-list-icon img {
    width: 100%;
    max-width: 20px;
}


@media (max-width:1024px){
    .footer-grid{
        grid-template-columns: 1fr;
    }
}


@media (max-width:991px){

.mobile_res{
    display: block;
}
.desk{
    display: none;
}
._mar_top{
    margin-top: 50px;
}
._pad_bot{
    padding-bottom: 25px;
}

}

@media screen and (max-width: 767px) {
    .contact-link-block {
        width: 180px;
        margin-top: 00px;
    }
    .contact-link-block {
        width: 100%;
    }
    .contact-list-icon img {
        width: 100%;
        max-width: 24px;
    }
}
.contact-section .list-style-text-two,
.contact-link-block{
    color: #fff;
}