/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:    hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

*{
    margin: 0px;
    padding: 0px;
}

html{
    scroll-behavior: auto;
}

body{
    background-color: #f5f4f0 !important;
}

body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

body::-webkit-scrollbar{
    width: 0px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb{
    background-color: #000000;
    border: 0px solid #fff;
}

#progress-container{
    text-align: center;
    position: relative;
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
}

.line {
    position: absolute;
    bottom: 4px;
    right: -6px;
    transform: translateX(-50%);
    width: 5px;
    height: 0%;
    background-color: #3F3D3A !important;
    transition: height 0.3s linear;
}

.count {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 13px;
    color: #3F3D3A;
}

.container-fluid {
    padding: 0px 32px;
}

header#site-header {
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
    width: 100%;
    background: #f5f4f0;
    z-index: 999;
    top: 0;
    left: 0;
}

header#site-header .headX {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
}

header#site-header .headX .site-branding img.custom-logo {
    max-width: 260px;
    width: 100%;
}

section.home {
    height: 100vh;
    position: relative;
    bottom: 5px;
    width: 100%;
    background: #f5f4f0;
    z-index: 9;
}

section.home .container-fluid {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

section.home .headingContent h2 {
    font-size: 3rem;
    letter-spacing: -.06rem;
    line-height: 1;
    color: #3f3d3a;
    margin: 0;
    padding-bottom: 10px;
}

section.home .textContent {
    max-width: 364px;
    width: 100%;
    text-align: right;
    margin-left: auto;
}

section.home .textContent p {
    font-size: 16px;
    letter-spacing: -.015rem;
    text-transform: uppercase;
    color: #3f3d3a;
    text-align: right;
    font-weight: 500;
}

section.home .textContent a {
    color: #3d3f3a;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

section.home .box .hero__body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
}

section.home .box .hero__body .hero__item {
    max-width: 10%;
    width: 100%;
    cursor: pointer;
}

section.home .box .hero__body .hero__item .hero__item-wrap {
    height: 440px;
}

section.home .box .hero__body .hero__item .hero__item-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#connect-form {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    max-width: 100%;
    left: 0;
    height: 100%;
    background-color: #00000036;
    color: #000;
    opacity: 1;
    box-sizing: border-box;
    z-index: 9999;
    transition: right 0.2s ease-in;
}

#connect-form .form_popup {
    max-width: 512px;
    width: 100%;
    background-color: #e7e5dd;
    margin-left: auto;
    padding: 24px;
    position: relative;
    z-index: 9999999999;
    right: 0;
    opacity: 1;
    height: 100vh;
    transition: right 0.2s ease-in;
}

#heading-added:hover {
    background-color: #0056b3;
}

#progress-container div#heading-added {
    background: none;
    position: relative;
    cursor: pointer;
    padding: 0px;
}

#progress-container div#heading-added::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 3px;
    transform: translateX(-50%);
    width: 5px;
    height: 16px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

#connect-form div#wpcf7-f19-o1 {
    padding-top: 0px;
}

.hero__item {
    position: relative;
    opacity: 0;
    transform: translateX(-100px);
    transform: translatey(140px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 10px;
}

.hero__item.show {
    transform: translateX(0);
    transform: translatey(0px);
    opacity: 1;
}

#heading-added {
    position: relative;
    top: 0;
    right: -280px;
    transform: none;
    background-color: #3F3D3A;
    color: #3F3D3A;
    padding: 20px;
    border-radius: 8px;
    transition: right 0.5s ease;
    font-size: 21px;
    font-weight: 500;
    display: none;
    padding-left: 10px !IMPORTANT;
}

.count {
    font-size: 24px;
}

#progress-container div#heading-added::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    transition: 0.6s ease;
    transform-origin: right;
}

#progress-container div#heading-added:hover::after{
    transform: scaleX(0);
}

#connect-form div#closeBtn {
    top: 0px;
    right: 10px;
    background: none;
    padding: 0px;
    color: #3d3f3a;
    font-size: 21px;
    position: relative;
    float: none;
    cursor: pointer;
}

#connect-form div#closeBtn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    transition: 0.6s ease;
    transform-origin: right;
}

#connect-form div#closeBtn:hover::after{
    transform: scaleX(0);
}

#connect-form > a {
    color: #3d3f3a;
    position: relative;
    top: 3px;
    font-size: 18px;
}

#connect-form form.wpcf7-form.init input {
    width: 100%;
    background: none;
    border: 0px;
    border-bottom: 1px solid #3f3d3a66;
    border-radius: 0px;
    outline: none;
    padding: 0px;
    padding-bottom: 16px;
    color: #3d3f3a ! IMPORTANT;
    font-size: 21px;
    font-weight: 400;
}

#connect-form form.wpcf7-form.init input:focus{
    border: none !important;
}

#connect-form form.wpcf7-form.init, input[type=email], input[type=password], input[type=text], textarea{
    padding: 0px !important;
    padding-bottom: 18px !important;
    transition: all .3s;
    background: none ! IMPORTANT;
    border: none ! IMPORTANT;
    border-bottom: 1px solid #3d3f3a ! IMPORTANT;
    border-radius: 0px ! IMPORTANT;
}

#connect-form form.wpcf7-form.init {
    border: none !important;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between !important;
}

#connect-form form.wpcf7-form.init textarea {
    width: 100%;
    background: none;
    border: 0px;
    border-bottom: 1px solid #3f3d3a66;
    border-radius: 0px;
    outline: none;
    padding: 0px;
    padding-bottom: 16px;
    color: #3d3f3a ! IMPORTANT;
    font-size: 21px;
    font-weight: 400;
}

#connect-form form.wpcf7-form.init span {
    max-width: 100%;
    width: 100%;
    display: flex;
}

#connect-form form.wpcf7-form.init  label {
    max-width: 100%;
    width: 100%;
}

#connect-form form .text p {
    font-size: 19px;
    line-height: 28px;
    color: #3f3d3a82;
    font-weight: 400;
    max-width: 85%;
    width: 100%;
    text-transform: capitalize;
}

#connect-form .btnform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#connect-form .btnform a {
    color: #3f3d3a;
    font-size: 21px;
    display: flex;
    align-items: center;
}

#connect-form form .submit input.wpcf7-submit {
    border: none !IMPORTANT;
    text-align: left;
    font-size: 43px;
    font-weight: 400;
    line-height: 43px;
    color: #3f3d3a;
    position: relative;
    outline: none !IMPORTANT;
    background: none !important;
    padding-left: 10px;
}

#connect-form form .submit p{
    position: relative;
}

#connect-form form .submit p::before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0px;
    transform: translateX(-50%);
    width: 7px;
    top: 12px;
    height: 25px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

#connect-form form .submit p::after{
    content: "";
    width: 282px;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    bottom: 24px;
    transition: 0.6s ease;
    transform-origin: right;
}

#connect-form form .submit p:hover::after{
    transform: scaleX(0);
}

#connect-form form.wpcf7-form.invalid .submit p::before{
    top: 20px;
}

#connect-form form.wpcf7-form.invalid .submit p::after{
    bottom: 0px;
}

#connect-form .btnform a span {
    color: #3f3d3a82;
}

form.wpcf7-form.invalid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85vh;
}

section.home .box .hero__body .hero__item .hero__item-wrap div#hero__item-bg {
    height: 100%;
}

div#popup-post {
    position: fixed;
    left: 0;
    right: 0;
    top: 84px;
    background: #f5f4f0;
    height: 100vh;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 99;
    overflow: hidden;
}

div#popup-post .imgContent {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 120px;
}

div#popup-post .imgContent img{
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

div#popup-post .imgContent {
    overflow-y: auto;
}

div#popup-post .textContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85vh;
}

div#popup-post .row {
    height: 100vh;
}

#connect-form div#closeBtn p {
    margin-bottom: 0px;
}

#connect-form .btnform p {
    margin-bottom: 0px;
}

.new-class-x {
    display: none !important;
}

header#site-header .headBtn div#progress-container > div {
    cursor: pointer;
}

.new-class-x1{
    display:block;
}

div#popup-post .textContent .info {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

div#popup-post .textContent .info > div {
    max-width: 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#popup-post .textContent div h4 {
    opacity: .4;
    color: #3f3d3a;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
}

div#popup-post .textContent .box {
    display: flex;
    align-items: center;
    gap: 4px;
}

div#popup-post .textContent .box span {
    border: 1px solid #3f3d3a66;
    padding: 3px 4px;
    letter-spacing: 0.19px;
    color: #3f3d3a;
}

section.home .box .hero__body .hero__item .hero__item-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 10px;
}


div#section-close-btn{
    position: relative !IMPORTANT;
/*    padding-left: 8px;*/
    font-weight: 500;
    top: 0px !important;
    font-size: 20px;
}

div#section-close-btn::before{
    display: none;
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0px;
    transform: translateX(-50%);
    width: 7px;
    top: 2px;
    height: 18px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

div#section-close-btn::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    transition: 0.6s ease;
    transform-origin: right;
}

div#section-close-btn:hover::after{
    transform: scaleX(0);
}

div#popup-post .textContent .submit_btn a{
    position: relative !IMPORTANT;
    font-size: 2rem;
    letter-spacing: -.04rem;
    line-height: 1;
    color: #3f3d3a;
    padding-left: 10px;
}

div#popup-post .textContent .submit_btn a::before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 3px;
    transform: translateX(-50%);
    width: 7px;
    top: 12px;
    height: 25px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

div#popup-post .textContent .submit_btn a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    transition: 0.6s ease;
    transform-origin: right;
}

div#popup-post .textContent .submit_btn a:hover::after{
    transform: scaleX(0);
}

.hero-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.hero-section .hero_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2024/12/hero-image.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  clip-path: inset(100% 0 0 0);
  transition: background-size 0.4s ease;
  z-index: 9;
}

.background-grey {
    background: #a3a3a3;
    position: relative;
    z-index: 9;
}

section.about {
    padding-top: 30px;
}

section.about .about-image_content {
    overflow: hidden;
}

section.about .about-image_content img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center center;
}

section.about .about-image_content p {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

section.team .row {
    gap: 16px;
    justify-content: space-between;
}

section.team .row .col {
    max-width: 49%;
    width: 100%;
    flex: 0 0 50%;
}

section.team .row .col .team_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}

section.team {
    padding-bottom: 100px;
    padding-top: 152px;
}

section.about .about-text_content .about_heading h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #3f3d3a;
    margin: 0px;
}

section.about .about-text_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    height: 99.5%;
}

section.about .about-text_content .about_text {
    margin-top: auto;
}

section.about .about-text_content .about_btn button {
    border: none;
    padding: 0px;
}

section.about .about-text_content .about_btn button a {
    color: #3f3d3a;
    position: relative;
    font-size: 43px;
    line-height: 43px;
    font-weight: 400;
    padding-left: 10px;
}

section.about .about-text_content .about_text p {
    font-size: 20px;
    line-height: 24px;
    color: #3f3d3a;
    font-weight: 400;
    max-width: 90%;
    margin-bottom: 0px;
}

section.about .about-text_content .about_btn button:hover {
    background: none;
}

section.about .about-text_content .about_btn button a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 3px;
    transform: translateX(-50%);
    width: 7px;
    top: 15px;
    height: 31px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

section.about .about-text_content .about_btn button a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    transition: 0.6s ease;
    transform-origin: right;
}

section.about .about-text_content .about_btn button a:hover::after{
    transform: scaleX(0);
}

.headX {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}

.headX h2 {
    margin: 0;
    font-size: 107px;
    line-height: 107px;
    font-weight: 400;
}

.headX  span {
    font-style: italic;
    opacity: .4;
    position: relative;
    top: 0.1rem;
    font-size: 43px;
    line-height: 43px;
}

section.team .row .col .team_box .team_content .team_heading h3 {
    margin: 0px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}

section.team .row .col .team_box .team_content .team_heading p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
    margin-bottom: 0px;
    color: #3f3d3a;
}

section.team .row .col .team_box .team_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    opacity: 0;
    transform: translateY(.9375rem);
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.team .row .col .team_box:hover .team_content{
    opacity: 1;
    transform: translateY(0rem);
}

section.team .row .col .team_box .team_content .team_text {
    margin-top: auto;
}

section.team .row .col .team_box .team_content .team_text p {
    margin-bottom: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3d3a;
    font-size: 16px;
    line-height: 19px;
}

section.work{
    padding-top: 152px;
    padding-bottom: 152px;
    background: #f5f4f0;
    position: relative;
    z-index: 9;
}

section.work .box .hero__bodyX {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 31% 38% 31%;
    gap: 10px;
    justify-content: space-between;
}

section.work .box .hero__bodyX div#hero__itemX {
    max-width: 32%;
    width: 100%;
}

section.work .box .hero__bodyX div#hero__itemX {
    display: flex;
    grid-column: span 1;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

section.wellness{
    height: 100vh;
    background-image: url('/wp-content/uploads/2024/12/hero-image.jpeg');
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: background-size 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

section.wellness .wellX {
    position: relative;
}

section.wellness .wellX svg {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

section.wellness .wellX .well_heading {
    position: absolute;
    top: 40%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

section.wellness .wellX .well_heading h2{
    font-size: 5rem;
    letter-spacing: -.1rem;
    line-height: 1;
    color: #fff;
}

section.wellness .wellX .well_heading {
    position: absolute;
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.wellness .wellX .plan__items {
    position: relative;
    z-index: 99;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.wellness .wellX .plan__items .plan__item:nth-child(5) {
    position: absolute;
    top: 25%;
    left: 15.6%;
    border: 1px solid #fff;
    height: 11.5rem;
    width: 11.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.wellness .wellX .plan__items .plan__item:nth-child(4) {
    position: absolute;
    top: 3%;
    left: 45%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(4):hover{
    height: 15.5rem;
    width: 15.5rem;
    top: 2%;
    left: 43.5%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(3) {
    position: absolute;
    top: -2%;
    right: 11.5%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(3):hover {
    position: absolute;
    top: -4%;
    right: 9.8%;
    left: auto;
}

section.wellness .wellX .plan__items .plan__item:nth-child(6) {
    position: absolute;
    bottom: -2%;
    left: 10%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(6):hover {
    position: absolute;
    bottom: -6%;
    left: 8.2%;
    top: auto;
}

section.wellness .wellX .plan__items .plan__item:nth-child(2) {
    position: absolute;
    bottom: 35%;
    right: 7.1%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(2):hover {
    position: absolute;
    bottom: 32%;
    right: 5.3%;
    top: auto;
    left: auto;
}

section.wellness .wellX .plan__items .plan__item:nth-child(1) {
    position: absolute;
    bottom: 6%;
    right: 41%;
}

section.wellness .wellX .plan__items .plan__item:nth-child(1):hover {
    position: absolute;
    bottom: 3%;
    right: 39%;
    left: auto;
    top: auto;
}

section.wellness .wellX .plan__items .plan__item{
    border: 1px solid #fff;
    height: 11.5rem;
    width: 11.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}


section.wellness .wellX .plan__items .plan__item:hover{
    background: #fff;
    color: #3f3d3a;
    height: 15.5rem;
    width: 15.5rem;
    border: 1px solid #fff;
    left: 14%;
    top: 22%;
}

section.wellness .wellX .plan__items .plan__item span {
    font-size: 16px;
    letter-spacing: -.015rem;
    text-transform: uppercase;
    line-height: 19px;
    color: #fff;
    width: 7.5rem;
    display: block;
    text-align: center;
    font-weight: 500;
}

section.wellness .wellX .plan__items .plan__item:hover span{
    font-size: 16px;
    letter-spacing: -.015rem;
    text-transform: uppercase;
    line-height: 19px;
    color: #3f3d3a;
}

section.services{
    width: 100%;
    height: fit-content;
    background: #10100f url('/wp-content/uploads/2024/12/media_5796035cee-1.png') no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

section.services .container-fluid {
    height: 100%;
}

section.services .textContent .heading h2 {
    position: relative;
    font-size: 3rem;
    letter-spacing: -.06rem;
    line-height: 1;
    color: #fff;
    z-index: 1;
    margin: 0px;
}

section.services .textContent .text {
    position: relative;
    z-index: 9;
    color: #fff;
}

section.services .textContent .text p {
    color: #fff;
    font-size: 16px !IMPORTANT;
    letter-spacing: -.015rem;
    text-transform: uppercase;
    max-width: 65%;
    line-height: 19px;
    width: 100%;
    font-weight: 500;
}

section.services .headingContent::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

section.services .headingContent::-webkit-scrollbar
{
    width: 0px;
    background-color: #fff;
}

section.services .headingContent::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 0px solid #fff;
}

footer#site-footer .footerX {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

footer#site-footer .container-fluid {
    height: 100%;
}

footer#site-footer .row {
    height: 100%;
}

footer#site-footer .footerX .footerCopy {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}

footer#site-footer .footerX .footerInfo a {
    font-size: 64px;
    line-height: 64px;
    color: #3f3d3a;
    font-weight: 400;
    transition: 0.3s cubic-bezier(0.24,1,0.36,1);
    opacity: 1;
}

footer#site-footer .footerX .footerInfo a:hover{
    opacity: .5;
}

footer#site-footer .footerX .footerInfo .heading h2 {
    margin: 0px;
    font-size: 64px;
    line-height: 64px;
    color: #3f3d3a;
    font-weight: 400;
}

footer#site-footer .footerX .footerCopy .footerBtn button {
    background: none;
    border: none;
    color: #3f3d3a;
    padding: 0px;
}

footer#site-footer .footerX .footerCopy .footerBtn button a {
    color: #3f3d3a;
    font-size: 43px;
    line-height: 43px;
    font-weight: 400;
    padding-left: 14px;
    position: relative;
}

footer#site-footer .footerX .footerCopy .footerBtn button a::before{
    content: "";
    position: absolute;
    bottom: 12px;
    left: 4px;
    transform: translateX(-50%);
    width: 7px;
    height: 30px;
    background-color: #3F3D3A !important;
    transition: height 0.2s linear;
}

footer#site-footer .footerX .footerCopy .footerBtn button a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #3f3d3a;
    position: absolute;
    display: block;
    left: 0;
    transition: 0.6s ease;
    transform-origin: right;
}

footer#site-footer .footerX .footerCopy .footerBtn button a:hover::after{
    transform: scaleX(0);
}

footer#site-footer .footerX .footerCopy .copyright p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3d3a;
}

section.work .box .hero__bodyX .hero__item-wrap img {
    width: 0%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateX(50px);
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    border-radius: none !important;
}

section.work .box .hero__bodyX .hero__item-wrap img.animated {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
}


section.work .box .hero__bodyX div#hero__itemX .hero__item-text p.hero__item-number.t1 {
    display: none;
}

section.work .box .hero__bodyX div#hero__itemX .hero__item-text p.hero__item-location.t1 {
    display: none;
}

section.work .box .hero__bodyX div#hero__itemX .hero__item-text p.hero__item-name.t1 {
    margin-top: 15px;
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
    transform: translateY(1.25rem);
    opacity: 0;
}

section.work .box .hero__bodyX div#hero__itemX:hover .hero__item-text p.hero__item-name.t1{
    transform: translateY(0px);
    opacity: 1;
}

section.work .box .hero__bodyX div#hero__itemX div#hero__item-bg {
    height: 450px;
}

section.team .row .col .team_box .team_image {
    max-width: 50%;
    width: 100%;
}

section.team .row .col .team_box .team_content {
    max-width: 50%;
    width: 100%;
    height: 530px;
}

section.work .box .hero__bodyX div#hero__itemX:hover div#hero__item-bg {
    filter: grayscale(1);
}

section.services .headingContent .service_heading {
    color: #fff;
}

section.services .headingContent .service_heading h2 {
    margin-bottom: 48px;
    margin-top: 0px;
    font-size: 64px;
    letter-spacing: -.06rem;
    line-height: 64px;
    font-weight: 400;
    opacity: 0.4;
    transition: opacity 0.7s ease-out;
}

section.services .headingContent .service_heading h2 a{
    color: #fff;
}

section.services .headingContent .service_heading h2 a:hover{
    color: #fff;
    opacity: 0.4;
}

section.services .headingContent .service_heading:last-child h2{
    margin-bottom: 0px !important;
}

body.all-body {
    overflow: hidden;
}






/*////////////////////////////animation code////////////////////////////*/

section.home .box .hero__body .hero__item .hero__item-wrap div#hero__item-bg img {
    display: none;
}

section.home .box .hero__body .hero__item .hero__item-wrap div#hero__item-bg {
    background: #3f3d3a;
}

section.work.activeX .box .hero__bodyX div#hero__itemX div#hero__item-bg img{
    width: 10%;
    object-fit: cover;
    transform-origin: center;
    animation: openImage 1s ease-out forwards;
}

@keyframes openImage {
    0% {
        width: 10%;
    }
    100% {
        width: 100%;
    }
}


div#popup-post .imgContent::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

div#popup-post .imgContent::-webkit-scrollbar
{
    width: 2px;
    background-color: #fff;
}

div#popup-post .imgContent::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 1px solid #fff;
}

section.home .box .hero__body .hero__item{
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.home .box .hero__body .hero__item.activein {
    max-width: 5.5%;
    width: 100%;
}

section.home .box .hero__body .hero__item.activein.active {
    max-width: 50%;
    width: 100%;
}

section.home .box .hero__body.main_in {
    transform: translateY(100%);
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.home .box .hero__body.main_in.activeX {
    transform: translateY(0%);
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.home .box .hero__body.main_in.activeX div#hero__item-bg {
    background: none;
}

section.home .box .hero__body.main_in.activeX div#hero__item-bg img {
    display: block;
}

section.home .box .hero__body .hero__item .hero__item-text p {
    opacity: 0;
}

section.home .box .hero__body.main_in.activeX .hero__item .hero__item-text p{
    opacity: 1;
}

section.home .box .hero__body .hero__item .hero__item-text .hero__item-name.t1 {
   font-size: 0px;
   transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.home .box .hero__body .hero__item .hero__item-text .hero__item-location.t1 {
    font-size: 0px;
    transition: 0.5s cubic-bezier(0.24,1,0.36,1);
}

section.home .box .hero__body .hero__item.activein.active p.hero__item-name.t1 {
    font-size: 16px;
}

section.home .box .hero__body .hero__item.activein.active p.hero__item-location.t1 {
    font-size: 16px;
}

div#connect-form .btnform {
    position: relative;
}

div#connect-form .btnform div#closeBtn {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 99;
}

section.home .headingContent.active h2{
    transform: translateY(0px);
    animation: slideUp 0.5s ease-in-out forwards;
}

section.work .box .hero__bodyX div#hero__itemX:nth-child(10) .hero__item-text p.hero__item-name.t1 {
    max-width: 424px;
    margin-left: auto;
    text-align: center;
}

div#popup-post .textContent .type_idea h4 {
    margin-bottom: 6px;
}

div#popup-post .textContent .project_idea h4{
    margin-bottom: 6px;
}

section.home .box .hero__body .hero__item.activein div#hero__item-bg {
    filter: grayscale(1);
}

section.home .box .hero__body .hero__item.activein.active div#hero__item-bg {
    filter: grayscale(0);
}

.headingContent {
    position: relative;
    height: 170px;
}

section.home .headingContent h2 {
    overflow: hidden;
    position: relative;
    height: 60px;
    padding-top: 70px;
    opacity: 0;
    transition: all 0.5s ease-in;
}

section.home .headingContent.active h2 {
    height: 60px;
    opacity: 1;
    padding-top: 0px;
}

section.home .textContent {
    height: 120px;
}

section.home .textContent p.animate-text {
    height: 72px;
    padding-top: 72px;
    overflow: hidden;
    opacity: 0px;
    transition: all 0.5s ease-in;
}

section.home .textContent a {
    height: 24px;
    display: block;
    overflow: hidden;
    padding-top: 24px;
    opacity: 0px;
    transition: all 0.5s ease-in;
}

section.home .textContent.active p.animate-text{
    opacity: 1;
    padding-top: 0px;
}

section.home .textContent.active a{
    opacity: 1;
    padding-top: 0px;
}

section.about .about-text_content .about_heading h2 {
    overflow: hidden;
    height: 36px;
    padding-top: 32px;
    opacity: 0;
    transition: all 0.5s ease-in;
}

section.about.active .about-text_content .about_heading h2 {
    height: 36px;
    padding-top: 0px;
    opacity: 1;
}

section.about .about-text_content .about_text p {
    overflow: hidden;
    height: 72px;
    padding-top: 72px;
    opacity: 0;
    transition: all 0.5s ease-in;
}

section.about.active .about-text_content .about_text p {
    height: 72px;
    padding-top: 0px;
    opacity: 1;
}

section.team .row .col .team_box .team_image{
    transition: transform 0.3s ease, scale 0.3s ease;
    overflow: hidden;
}

section.team .row .col .team_box .team_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

body.all-body div#connect-form {
    z-index: 9999;
}

body.all-body div#popup-post {
/*    z-index: 9;*/
}


section.services .row {
    height: 100%;
}

section.services .row .col-6 {
    padding-top: 24px;
    padding-bottom: 24px;
}

section.services .headingContent {
    position: relative;
    z-index: 1;
    height: 110vh;
    overflow-y: scroll;
    padding-bottom: 200px;
    overflow-x: hidden;
}

section.services .textContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98vh;
}

section.home .textContent ul.main_home {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-end;
    width: 100%;
    gap: 4px;
    margin-left: auto;
    margin-top: 50px;
    opacity: 0;
    transition: all 0.5s ease-in;
    height: 20px;
    overflow: hidden;
    padding-top: 15px;
}

section.home .textContent ul.main_home li {
    list-style: none;
    width: 1px;
    height: 15px;
    background: #3f3d3a;
    opacity: .4;
    transition: height 0.3s ease, transform 0.3s ease;
}

section.home .textContent.active ul.main_home{
    opacity: 1;
    padding-top: 0px;
}

section.home .textContent.active ul.main_home li.one.matched{
    height: 35px;
    opacity: 1;
    transform: translateY(-10px);
}

section.home .row:nth-child(3) {
    display: none;
}










/*///////////////////////servicesPage///////////////////////////*/

section.services_Main {
    height: 60vh;
    position: relative;
    top: 84px;
    filter: grayscale(1);
}

section.services_Main img.bannerImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.services_Main::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000006e;
    position: absolute;
    display: block;
    z-index: 9;
}

section.services_Main .serviceContent {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    max-width: 70%;
    width: 100%;
    margin: auto;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.services_Main .serviceContent h1 {
    text-align: center;
    font-size: 54px;
}

section.services_col {
    padding: 80px 0;
    background: #a3a3a3;
    position: relative;
}

section.services_col img.serviceImage {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

section.services_col .textContent {
    max-width: 100%;
    width: 100%;
}

section.services_col .textContent h2 {
    font-size: 32px;
    font-weight: 500;
}

section.services_col .textContent p {
    font-size: 18px;
    font-weight: 500;
}

section.home .box .hero__body .hero__item.show {
    transform: none ! IMPORTANT;
}

/*section.home .row .col-12 .box .main_in .slick-list {
    transform: none ! IMPORTANT;
}*/

/*////////////////////media_query///////////////////////////////*/


@media(max-width: 1440px){
    footer#site-footer .footerX .footerInfo a {
        font-size: 54px;
        line-height: 60px;
    }

    footer#site-footer .footerX .footerInfo .heading h2 {
        font-size: 54px;
        line-height: 60px;
    }
}

@media(min-width: 768px){
    section.home .swiper-container {
        display: none;
    }

    section.team-slider {
        display: none;
    }
}

@media(max-width: 767px){
    section.home .row {
        flex-direction: column;
    }

    section.home .headingContent {
        height: auto;
    }

    section.home .headingContent h2 {
        height: auto !IMPORTANT;
    }

    section.about .row {
        flex-direction: column-reverse;
    }

    section.about .row .col-4 {
        width: 100%;
    }

    section.about .row .col-8 {
        width: 100%;
    }

    section.work .box .hero__bodyX div#hero__itemX {
        max-width: 48%;
    }

    section.wellness svg.plan__ellipse {
        display: none;
    }

    section.wellness .wellX .plan__items .plan__item {
        position: unset !IMPORTANT;
    }

    section.wellness .wellX .plan__items {
        flex-wrap: wrap;
        margin: auto;
        max-width: 430px;
        gap: 30px;
    }

    section.wellness .wellX .well_heading {
        display: none;
    }

    section.wellness .wellX {
        position: relative;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    footer#site-footer .footerX {
        max-width: 100%;
    }

    footer#site-footer .container-fluid {
        height: 100%;
        width: 100%;
    }   

    section.home .col-6 {
        width: 100%;
    }

    footer#site-footer .footerX .footerInfo a {
        font-size: 34px;
        line-height: 40px;
    }

    footer#site-footer .footerX .footerInfo .heading h2 {
        margin: 0px;
        font-size: 24px;
        line-height: 24px;
    }

    section.services .service_main .row {
        flex-direction: column;
    }

    section.services .service_main .row .col-6 {
        max-width: 100%;
        width: 100%;
    }

    section.services .headingContent {
        position: relative;
        z-index: 1;
        height: fit-content;
        padding-bottom: 50px;
    }

    section.services .headingContent .service_heading h2 {
        font-size: 34px;
        letter-spacing: -.06rem;
        line-height: 34px;
        font-weight: 400;
        opacity: 0.4;
        transition: opacity 0.7s ease-out;
    }

    section.services .textContent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        gap: 50px;
    }

    section.home .swiper-container {
        display: block;
    }

    section.desktop_main {
        overflow: hidden;
    }

    section.home .box div#swiper-wrapper-61027c8ef83cb365c .swiper-slide.hero__item {
        background: none;
        box-shadow: none ! IMPORTANT;
    }

    section.team.team_mobile .swiper-slide .team_box div#team_image img {
        max-width: 100%;
        width: 100%;
        transform: none ! IMPORTANT;
    }

    section.team.team_mobile .swiper-slide .team_box {
        background: none;
        box-shadow: none;
    }

    section.team.team_mobile .swiper-container .swiper-pagination {
        display: none;
    }

    section.team.team_mobile {
        padding: 40px 0;
    }

    section.home .box .hero__body button {
        display: none !important;
    }

    section.home .box .hero__body .hero__item .hero__item-wrap {
        height: 220px;
    }

    section.home .box .hero__body.main_in {
        height: 270px;
    }

    section.home .box .hero__body.main_in.activeX .hero__item .hero__item-text p{
        padding-top: 7px;
    }

    section.home .headingContent h2{
        font-size: 2.3rem;
    }

    section.home .textContent {
        max-width: 100%;
        width: 100%;
        padding-top: 10px;
        height: 184px;
    }

    section.home .textContent p.animate-text {
        text-align: left;
    }

    section.home .textContent a {
        text-align: left;
    }

    section.home .box .hero__body.main_in.activeX .hero__item .hero__item-text p{
        font-size: 14px !important;
    }

    section.home .textContent ul.main_home {
        margin-top: 10px ! IMPORTANT;
    }

    section.home .headingContent h2{
        padding-top: 5px;
    }

    section.about .about-text_content {
        margin-bottom: 32px;
    }

    .container-fluid {
        padding: 0px 20px;
    }

    section.services{
        height: fit-content !important;
    }

    section.home .box {
        top: 100%;
        position: relative;
    }

    section.home .box .hero__item-bg img{
        height: 200px !important;
    }

    section.team-slider {
        padding-bottom: 60px;
    }

    section.team-slider {
        padding-top: 60px;
    }

    section.team {
        display: none;
    }

    section.home .box .hero__body .slick-list {
        height: 254px;
    }
}


@media(max-width: 570px){
    section.work .box .hero__bodyX div#hero__itemX {
        max-width: 100%;
    }

    section.home .box .hero__body .hero__item .hero__item-wrap {
        height: 240px;
    }

    section.home .box .hero__body .hero__item .hero__item-wrap {
        height: 200px;
    }

    section.home .headingContent h2 {
        font-size: 2rem;
    }

    section.home .textContent {
        max-width: 100%;
        width: 100%;
        height: 140px;
    }

    footer#site-footer .footerX .footerInfo a {
        font-size: 24px;
        line-height: 30px;
    }

    footer#site-footer .footerX .footerInfo .heading h2 {
        margin: 0px;
        font-size: 24px;
        line-height: 24px;
    }

    .headX h2 {
        margin: 0;
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
    }

    .headX span {
        font-style: italic;
        opacity: .4;
        position: relative;
        top: 0.1rem;
        font-size: 37px;
        line-height: 24px;
    }

    section.team .row .col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.team .row .col .team_box {
        flex-direction: column;
    }

    section.team .row .col .team_box .team_content {
        max-width: 100%;
        height: auto;
    }

    header#site-header .headX .site-branding img.custom-logo {
        max-width: 140px;
        width: 100%;
    }

    #heading-added{
        font-size: 18px;
    }

    section.wellness .wellX .plan__items {
        flex-wrap: wrap;
        margin: auto;
        max-width: 390px;
        gap: 15px;
    }

    section.home .textContent {
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    section.home .textContent p.animate-text {
        text-align: left;
    }

    section.home .textContent a{
        text-align: left;
    }

    footer#site-footer {
        height: 50vh;
    }

    section.home .box .hero__body.main_in div#hero__item {
        max-width: 100%;
    }

    .hero-section .hero_background{
        background-repeat: no-repeat;
    }

    div#popup-post .row {
        overflow: scroll;
    }

    div#popup-post .row .col-7 {
        width: 100%;
    }

    div#popup-post .row .col-5 {
        max-width: 100%;
        width: 100%;
    }

    div#popup-post {
        position: fixed;
        left: 0;
        right: 0;
        top: 59px;
        background: #f5f4f0;
        height: fit-content;
        transition: opacity 0.5s ease, transform 0.5s ease;
        z-index: 99999;
        overflow: hidden;
    }

    div#popup-post .imgContent{
        height: fit-content;
    }

    div#popup-post .textContent .info > div {
        max-width: 45%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    section.team .row .col .team_box .team_content {
        opacity: 1;
    }

    section.work .box .hero__bodyX div#hero__itemX div#hero__item-bg {
        height: auto;
    }

    section.work .box .hero__bodyX div#hero__itemX {
        max-width: 100%;
    }

    section.wellness{
        background-size: cover !important;
    }
    
    section.team-slider .team-card .card-team.active-slide {
        height: 456px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.home .box .hero__body.main_in.activeX .hero__item .hero__item-text p {
        font-size: 10px !important;
    }

    section.about .about-text_content .about_btn button a {
        color: #3f3d3a;
        position: relative;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;
        padding-left: 10px;
    }

    section.about .about-text_content .about_btn button a::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 3px;
        transform: translateX(-50%);
        width: 5px;
        top: 7px;
        height: 21px;
        background-color: #3F3D3A !important;
        transition: height 0.2s linear;
    }

    section.home .headingContent h2 {
        font-size: 2rem;
        height: 42px ! IMPORTANT;
        padding-top: 42px ! IMPORTANT;
        opacity: 0 !IMPORTANT;
    }

    section.home .headingContent.active h2 {
        opacity: 1 !IMPORTANT;
        padding-top: 0px ! IMPORTANT;
    }


    /*//////////////slider css////////////////////*/

    /* Basic Slider Styles */
    .hero__slider {
        width: 100%;
        margin: 0 auto;
    }

    .hero__item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .hero__item-bg {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .hero__item-text {
        font-size: 16px;
        color: #333;
    }

    .hero__item-number {
        font-size: 20px;
        font-weight: bold;
    }

    .hero__item-name, .hero__item-location {
        font-size: 14px;
    }

    .hero__item-bg img {
        width: 100%;
        height: auto;
        display: block;
    }


    header#site-header {
        width: 100% !important;
        max-width: 100% !important;
        position: fixed;
        width: 100%;
        background: #f5f4f0;
        z-index: 99999;
        top: 0;
        left: 0;
    }

    section.wellness {
        height: 100vh;
        background-image: url(/wp-content/uploads/2024/12/hero-image.jpeg);
        background-size: cover ! IMPORTANT;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        transition: background-size 0.4s ease;
        overflow: hidden;
    }

    section.wellness .wellX .plan__items {
        flex-wrap: wrap;
        margin: auto;
        max-width: 390px;
        gap: 6px;
        justify-content: space-between;
    }

    section.wellness .wellX .plan__items .plan__item {
        border: 1px solid #fff;
        height: 9.5rem !important;
        width: 9.5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.5s cubic-bezier(0.24,1,0.36,1);
    }

    section.services .textContent .text p {
        max-width: 100%;
        width: 100%;
    }

    footer#site-footer .footerX .footerCopy .footerBtn button a {
        color: #3f3d3a;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 14px;
        position: relative;
    }

    .hero-section .hero_background{
        background-size: cover !important;
    }

    div#popup-post .textContent{
        margin-bottom: 100px;
    }

    header#site-header .container-fluid {
        padding: 0px 10px;
    }

    footer#site-footer .footerX .footerCopy .footerBtn button a::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 4px;
        transform: translateX(-50%);
        width: 5px;
        height: 19px;
        background-color: #3F3D3A !important;
        transition: height 0.2s linear;
    }

    section.home .box {
        width: 100%;
        overflow: hidden;
    }

    section.home .box .hero__body.main_in {
        overflow-x: scroll !IMPORTANT;
        width: 100% !IMPORTANT;
        max-width: 100%;
        display: flex;
    }

    section.home .box .hero__body.main_in div#hero__item {
        max-width: 100% !IMPORTANT;
        width: 100% !IMPORTANT;
    }

    section.team .row {
        gap: 16px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    section.home .row .col-12 {
        overflow: hidden;
    }

    section.home .box .hero__body.main_in {
        overflow-x: scroll !important;
    }
}

@media(max-width: 480px){
    section.home .headingContent h2 {
        font-size: 2rem;
        height: 42px ! IMPORTANT;
        padding-top: 42px ! IMPORTANT;
        opacity: 0 !IMPORTANT;
    }

    section.home .headingContent.active h2 {
        opacity: 1 !IMPORTANT;
        padding-top: 0px ! IMPORTANT;
    }

    section.home .headingContent h2:nth-child(3) {
        height: 74px ! IMPORTANT;
        padding-top: 74px !important;
        opacity: 0 !important;
    }

    section.home .headingContent.active h2:nth-child(3) {
        padding-top: 0px !important;
        opacity: 1 !important;
    }
}

#site-footer {
    max-width: 100%;
    width: 100%;
    background: #f5f4f0;
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 10;
    bottom: 0;
    top: auto;
}

section.servicesMain {
    position: relative;
    height: 100vh;
    padding-top: 100px;
    background: #fff;
    overflow: hidden;
}

section.services {
    width: 100%;
    height: 120vh;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-repeat: no-repeat !IMPORTANT;
    transition: background-size 0.5s ease, clip-path 0.5s ease;
    background: #10100f url(/wp-content/uploads/2024/12/media_5796035cee-1.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
