.intro-model-home_intro {
     overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.YourColor-IntroBoxes.intro-model-intro_v1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

.-YourColor-Intro-Info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    align-content: center;
}

.-YourColor-Intro-Info svg path {
    fill: var(--uicolor4);
}

.-YourColor-Intro-Info svg {
    position: absolute;
    right: -4%;
    z-index: -1;
    top: 0%;
    animation: jumpAni 7s linear infinite;
}

@keyframes dance2 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(15px, -15px, 0);
    }

    100% {
        transform: translate3d(0, -15px, 15px);
    }
}
@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

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


.-YourColor-Intro-Info>.widget__before_title {
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    text-align: center;
    perspective: 400px;
    color: var(--uicolor5);
    border: 1px solid var(--uicolor);
    padding: 6px 12px;
}

.-YourColor-Intro-Info>h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 100%;
    font-family: Neuemachina, sans-serif;
    text-align: center;
}

.-YourColor-Intro-Info>h1>strong {
    color: var(--intro-titlestrong-color);
    position: relative;
    display: inline-block
}

.-YourColor-Intro-Info>.-p-content {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 300;
    color: var(--secondarytext);
    max-width: 700px;
}

.Intro-Container {
     display: flex;
     max-width: var(--container-width);
     min-width: var(--container-width);
     margin: 0 auto;
     flex-wrap: wrap;
     padding: var(--container-padding);
     align-items: center;
     justify-content: center;
}

.-YC-Intro-SVG-v2 {
    max-width: var(--svg-max-width);
    min-width: var(--svg-max-width);
    position: relative;
    flex: 1;
    direction: ltr;
    min-height: 500px;
    display: flex
}

.-YC-Intro-SVG-v2 *,.-YC-Intro-SVG-v2 ::after,.-YC-Intro-SVG-v2 ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent
}
.-YourColor-Intro-Info-URLArea-s1 {
}

.-YourColor-Intro-Info-URLArea-s1>a {
}

.-YourColor-Intro-Info-URLArea-s1>a:hover {
}

.-YourColor-Intro-Info-URLArea-s1>a>i {
    margin-right: 10px;
    font-weight: 400
}

.-YourColor-Intro-Info-URLArea-s1>a.button_url_2 > span {
}

.-YourColor-Intro-Info-URLArea-s1>a.button_url_2:hover {
}
.hero-1-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.hero-1-shapes__img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.hero-1-shapes__img--1 {
    left: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.hero-1-shapes__img--2 {
    right: 0;
    display: none;
}
.hero-1-shapes__img--3 {
    left: 50%;
    transform: translateX(-50%);
    filter: contrast(0);
    opacity: 0.4;
    top: 40px;
}
.hero-1-shapes__img--4 {
    left: 50%;
    transform: translateX(-50%);
    filter: contrast(0);
    opacity: 0.4;
    top: 100px;
}
@media (min-width: 1200px) {
    .hero-1-shapes__img--2 {
        display: block;
    }
}
.--secondary--intro--sections {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}

.--inside--rows--sections {
    display: block;
    flex: 1;
    max-width: 50%;
}

.-intro-poster--images {
    display: flex;
    border-radius: var(--miniradius);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #ffffff0f;
    flex: 1;
}

.--sections--images--top {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.-secondary-intro--content {
    padding-top: 25px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--secondarytext);
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.-secondary-intro--content > strong {
    background: linear-gradient(90deg, var(--uicolor) 30%, #ff9d59 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: inherit;
    margin-inline: 5px;
}

.--row--after--button {
    display: flex;
}

.--row--after--button > a {
    display: flex;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    color: var(--primary-text);
    flex-wrap: wrap;
    position: relative;
    border-radius: var(--miniradius);
    overflow: hidden;
    --border-effect: 1.3px;
    --background-effect: linear-gradient(90deg, var(--uicolor), var(--uicolor2), #6a41fb );
    margin-inline-end: 30px;
}
.--row--after--button > a:before {
    content: '';
    position: absolute;
    width: calc(100% - var(--border-effect)* 2);
    height: calc(100% - var(--border-effect)* 2);
    background: var(--background-effect);
    border-radius: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: 200%;
    transition: all .4s ease-in-out;
    background-position: left;
}
.--row--after--button > a:hover::before {
    background-position: right;
    transition: all .4s ease-in-out;
}

.--reflexed--customer-area {
    display: flex;
    align-items: center;
}

.--reflexed--customer-area > em {
}

.--ref--neutral--number {
    display: flex;
    font-size: 40px;
    font-family: var(--f-number);
    font-weight: 700;
    align-items: center;
    margin-inline-end: 12px;
}

.--ref--neutral--number > em {
    font-style: normal;
    font-size: 30px;
}

.--ref--neutral--text {
    display: block;
    font-size: 20px;
}

.--parent--mini-images--area > img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.--parent--mini-images--area > img.hero-1-shapes__img--5 {
    right: 12%;
}

.--parent--mini-images--area > img.hero-1-shapes__img--6 {
    left: 15%;
}

.--intor--thumb-bg{position:absolute;width:100%;height:100%;background-image:var(--bg-intro);top:0;background-size: cover;background-position: center;bottom:0;background-repeat: no-repeat;}

.--intor--thumb-shape::before {
    content: '';
    position: absolute;
    right: 104px;
    width: 20px;
    z-index: -2;
    height: 20px;
    background: white;
    border-radius: 50%;
}

.--intor--thumb-shape {
    content: '';
    position: absolute;
    right: -78px;
    width: 350px;
    height: 350px;
    border: 1px solid #ffffff70;
    border-radius: 50%;
    animation: spin 15s linear infinite;
    top: -71px;
    z-index: 0;
}

 @keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hero2-image {
    position: relative;
    /* margin: 140px -40px 0 0; */
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-img.bg-mask {
    max-width: 506px;
    display: block;
    /* margin-left: auto; */
    background: url("https://wordpress.themeholy.com/saor/wp-content/uploads/2024/11/hero-shape.png");
    mask-size: contain;
}

.--intor--thumb-shape_2 {
    position: absolute;
    width: 242px;
    height: 250px;
    left: 0;
    background-image: var(--bg);
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
}

.dot1 ,.dot2 {
    position: absolute;
    height: calc(100% + 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    top: -10px;
    right: -10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dot1 {
    right: auto;
    left: -10px;
}

.dot1::after, .dot1::before, .dot2::after, .dot2::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--uicolor);
} .animate-line-3d { font-size: 48px; line-height: 1.2; }
  .motion-word { display:inline-block; overflow:hidden; line-height:1em; vertical-align:bottom; }
  .motion-word .letter { display:inline-block; opacity:0; }