/* .under_hero {
    background-image: url('/wp-content/uploads/2026/08/Gradient7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
} */
.under_hero .inner {
    padding: var(--space-110) 0 var(--space-175) 0;
}
.under_hero .top {
    color: var(--white);
    font-family: var(--font-second);
    font-size: var(--size-30);
    font-style: normal;
    font-weight: 100;
    line-height: 170%; 
    width: 60%;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    /* opacity: 0.8; */
}

.under_hero .top p{opacity:0.8;}

.under_hero .middle .left {
    width: 50%;
}
.under_hero .middle .right {
    width: 70%;
}

/* .under_hero .middle .left {
    background-position: left bottom;
} */

.under_hero .middle {
    display: flex;
    /* align-items: end; */
    /* height: 75vh; */
    gap: 30px;
    color: var(--white);
    font-family: var(--font);
    font-size: var(--size-96);
    font-weight: 200;
    line-height: 1;
    margin: var(--size-235) 0 400px 0;
    position: relative;
    /* flex-direction: column; */
}
.under_hero .middle p {
    margin: 40px 0;
}
.under_hero .middle strong {
    color: var(--white);
    font-family: var(--font);
    font-size: var(--size-64);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.under_hero .middle video {
    width: 100%;
    max-width: calc(100vw / 2);
    /* transform: scale(1.5); */
    position: relative;
    height: 100%;
}

.under_hero .middle img {
    width: 100%;
    max-width: 100vw;
    /* max-width: calc(100vw / 3); */
    /* transform: scale(1.5); */
    position: relative;
    height: auto;
}
.under_hero .middle .video_here {
    position: relative;
    width: 100%;
    max-width: 100vw;
    /* max-width: calc(100vw / 2); */
    transform: scale(1.2);
    height: 100%;
    /* z-index: 1; */
}
.under_hero .middle .video_here::after {
    content: "";
    height: 100%;
    width: 100px;
    display: none;
    background: var(--black);
    position: absolute;
    right: 0px;
    top: 0;
    left: auto;
    z-index: 1;
}
.under_hero .middle .video_here:has(img) {
    justify-content: center;
  display: flex;
  align-items: center;
}

.under_hero .middle svg {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 85px;
}

/* .under_hero .middle .title_new {
    width: 65%;
} */

/* @media (min-width: 1500px) {
.under_hero .middle video {
    height: 75vh;
}
} */
.under_hero .bottom {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.under_hero .marquee {
    display: flex;
    gap: 2rem;
    z-index: 1;
    position: relative;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.under_hero .marquee span {
    white-space: nowrap;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.40);
    font-family: var(--font);
    font-size: var(--size-128);
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 1.285px;
}

.under_hero .right {
    width: 100%;
    /* justify-content: end; */
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 50vw;
    margin: 0rem auto 0 auto;
}
/* .under_hero .right p:nth-child(1) {
    margin-left: 10%;
} */
.under_hero .right p:nth-child(3), .under_hero .right p:nth-child(4) {
    text-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.under_hero .right.mobile {
    display: none;
}

.parallax {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: 70%;
    max-height: 400px;
    /* max-width: 738px; */
    /* margin: 45px 0; */
}

.parallax_right {
    /* height: 633px; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: 100%;
    /* max-height: 633px; */
    /* margin: 45px 0; */
    margin-right: calc(50% - 50vw);
    width: auto;
    padding-bottom: 60.2%;
}

.under_hero .middle svg.mobile {
    display: none;
}

@media (min-width: 1919px) {
.parallax {
    margin-left: -60px;
}
}

@media (max-width: 1600px) {
.parallax_right {
    background-repeat: repeat;
    background-position: right top;
    background-size: cover;
}
.under_hero .middle {
    margin-bottom: 300px;
}
.under_hero .middle svg {
    top: -50px;
}
}



@media (max-width: 1024px) {
.parallax,
.parallax_right {
    background-attachment: scroll;
    background-size: 100% 100%;
}
}

@media (min-width: 668px) and (max-width: 1200px) {
/* .under_hero .middle img {
    max-height: 11rem;
    object-fit: contain;
} */
.under_hero .middle {
    margin-bottom: 200px;
}
.parallax_right {
    padding-bottom: 75%;
}
.under_hero .middle svg {
    top: 0px;
}
.under_hero .top br {
    display: none;
}
.under_hero .middle {
    gap: var(--space-70);
}
.under_hero .left {
    width: 0;
}
.under_hero .right {
    width: 100% !important;
    max-width: 100%;
    margin: 0rem 0 0 auto;
}
}

@media (min-width: 668px) and (max-width: 1000px) {
.under_hero .middle svg {
    top: 0px;
}
}

@media (max-width: 850px) {
.under_hero .middle svg.desktop {
    display: none;
}
.under_hero .middle svg.mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.under_hero .middle .left {
    display: none;
}
.under_hero .right svg.top {
    margin-bottom: -100px;
}
.under_hero .right svg.bottom {
    margin-top: 20px;
    margin-bottom: -50px;
}
.parallax_right {
    margin-right: 0;
}
.under_hero .middle .right {
    max-width: 100%;
    width: 100% !important;
    margin: 5rem auto 0 auto;
}
}


@media screen and (max-width:667px) and (orientation: portrait) {
.under_hero {
    background: var(--black);
    position: relative;
    z-index: 1;
    padding-top: var(--space-2lg);
}
.under_hero .top {
    max-width: 100%;
    width: 100%;
}
.under_hero .top br {
    display: none;
}
.under_hero .inner {
    padding-top: 10px;
    padding-bottom: 100px;
}
.under_hero .middle .video_here {
    margin: 20px auto;
}
.under_hero .middle .video_here::after {
    width: 20px;
}
.under_hero .middle {
    flex-direction: column;
    /* padding-bottom: var(--space-2lg); */
    margin-bottom: 0;
    height: auto;
    gap: var(--space-2lg);
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.under_hero .middle video,
.under_hero .middle img {
    max-width: 100%;
    transform: scale(1);
    display: none;
}
/* .under_hero .right {
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
} */
/* .under_hero .right p {
    text-align: center;
} */
.under_hero .right p:nth-child(1) {
    margin-left: 0;
}
.under_hero .right.desktop {
    display: none;
}
.under_hero .right.mobile {
    display: block;
    max-width: 100%;
}
.under_hero .right.mobile svg {
    margin: auto;
    width: 100%;
}
.under_hero .marquee span {
    font-size: 45px;
}
.parallax,
.parallax_right {
    background-size: 100% 100%;
}

.parallax_right{margin-inline:-25px;}

}  


.parallax_right {
    position: relative;
}
.parallax_right::after {
    content: "";
    background: var(--black);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateX(0);
    transition: 2.5s all ease-in-out;
}
.under_hero .middle.show_animation_img .parallax_right::after {
    /* width: 0; */
    transform: translateX(100%);
    transition: 2s all ease-in-out;
}