
.header-main{
    padding: 20px 30px;
    width: 100%;
}
/* #fp-nav {
    display: none;
} */
.header-main .list-main{
    display: flex;
    column-gap: 50px;
}
/* .header-main svg{
    height:40px;
    width:auto;
} */
.header-main .list-item{
  border-left: 1px solid grey;

}
.header-main .list-item .list-content {
padding-left: 20px;
}

.header-main .list-item .list-content span{
    font-size:15px;
    margin-bottom: 30px;
}


.header-main .list-item .list-content a{
    font-size:25px;
    color:#000;
    text-decoration: none;
    font-weight: 500;
}

.video-container {
    position: relative;
    width: 100%;
    top: 0;
    height: calc(100vh - 129px);
    overflow: hidden;
}
/* .video-container::before {
    position: absolute;
    top: 0;
    content: '';
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1F1F;
    opacity: 0.75;
} */

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-above-content {
    width: 100%;
    position: relative;
    z-index: 6;
    height: 100%;
    display: flex;
    align-items: end;
    color: #fff;
}
.video-above-content h1 {
    position: absolute;
    bottom: 10px;
    max-width: 40%;
}
.banner-slider-main{
    background-color:red;
    padding: 30px 20px;
}

/* .banner-slider-main .banner-slider-content span{
        color: grey;
        font-size: 15px;
        display: block;
}

.banner-slider-main .banner-slider-content a{
    text-decoration:none;
    color:blue;
    font-size:15px;
} */
.bottom-box{
    height:160px;
    padding:20px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.bottom-box p{
    margin-bottom: 30px;
}
.bottom-box h5{
    margin-bottom: 0;
}
.bottom-box.bottom-blue p{
    color: #fff;
}

.bottom-box.bottom-green{
    background:#CACAAA;
}

.bottom-box.bottom-green .bottom-text .launch-flex h5{
    color: #000;
}

.bottom-box.bottom-blue .bottom-text .launch-flex h5{
    color: #fff;
    margin-bottom: 0;
}

.bottom-box .bottom-text .launch-flex{
    display:flex;
    justify-content:space-between;
    align-items: center;
}

.bottom-box .bottom-text .launch-flex img{
    height: 30px;
    width:auto
}

/* Who We Are Sec */

.who-we-are .who-blue{
    background-image: url("../../assets/images/who-are-blue.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
.who-we-are  .who-blue h6{
    padding-left: 20px;
}
.who-we-are .who-content{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 10px;
}

.who-we-are .video-about{
    position: relative;
    height: 100%;
    margin: 20px 20px 20px 10px;
}

.who-we-are .video-about video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.who-we-are .video-about:before{
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1F1F;
    opacity: 0.75;
}
.who-we-are .video-about .video-play-btn{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.video-facade.hidden {
    display: none;
  }

/* Driving Video sec */
.driving-video{
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 100vh;
}
.driving-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* .driving-video:before{
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1F1F;
    opacity: 0.75;
} */

.driving-video .bottom-content{
    margin-top: 100px;
    margin-bottom: 20px;
}
.driving-video .bottom-content .driving-head{
    padding-right: 10px;
    padding-left: 20px;
}

.driving-video-content {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: end;
}

.driving-video-content h6 {
    padding-left: 20px;
}

.driving-video .driving-bottom-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 610px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    transition: all 0.5s linear;
    cursor: pointer;
}

#box1 {
    background-image: url("../../assets/images/venturesphere.webp");
}

#box1:hover {
    background-image: url("../../assets/images/LaunchX.webp");
}

#box2 {
    background-image: url("../../assets/images/venturesphere.webp");
}

#box2:hover {
    background-image: url("../../assets/images/BridgeSphere.webp");
}

#box3 {
    background-image: url("../../assets/images/venturesphere.webp");
}

#box3:hover {
    background-image: url("../../assets/images/venture-back.webp");
}
/* .driving-video .driving-bottom-box p{
    font-size: 26px;
    line-height: 36px;
} */
.driving-video .driving-bottom-box .bottom-arrow{
    position: absolute;
    bottom: 55px;
    transition: all 0.4s linear;
    transform: translateX(10px);
}

.driving-video .driving-bottom-box:hover .bottom-arrow {
    left: auto; /* Reset left */
    transform: translateX(500px);
}

.driving-para {
    position: absolute;
    left: 30%;
    right: 10%;
    top: 140px;
    max-width: 70%;
}


.description_box {
    height: 610px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 10px;
    display: none;
    transform: translateX(-100%); /* Start position off-screen to the left */
    transition: transform 0.5s ease-in-out; /* Smooth slide-in effect */
}
.description_box.show {
    display: block;
    transform: translateX(0); /* Slide to the initial position */
}
.description_box h3 {
    padding-top: 10px;
}
.desc-para {
    position: absolute;
    bottom: 0;
    max-width: 30%;
}

.description-box-main {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 70px;
}

.description-box-main .description-box-item{
    height: 200px;
    width: 197px;
    background-color: #fff;
    padding: 20px 10px;
}
.description-box-main .description-box-item .num{
    font-size: 40px;
    color: #003BFF;
    font-family: 'pp_neue_machinainktrapRg';
    margin-bottom: 30px;
}

.desc-btn {
    position: absolute;
    right: 30px;
    bottom: 10px;
}
.cross-btn {
    position: absolute;
    top: 10px;
    right: 50px;
    cursor: pointer;
    z-index: 111;
}

.client-box{
    margin-top: 80px;
}

.client-box .client-info{
    background: #fff;
    padding: 20px 20px;
    width: 268px;
}
 .client-box .client-info .client-name{
    display: block;
    margin-bottom: 10px;
}
.partner-logo-main-box{
    display: flex;
        flex-wrap: wrap;
        column-gap: 90px;
        row-gap: 40px;
        background-color: #fff;
        padding: 40px 20px;
        margin-top: 80px;
        width: 840px;
        align-items: center;
        justify-content: center;
}

/* Build future sec */
.build-future{
    height: 100vh;
}
.build-future .build-green{
    height: 100vh;
    position: relative;
}

.build-future .build-green p{
    padding-left: 10px;
    padding-right: 10px;
}

.build-future .build-green a{
padding-left: 10px;
}
.build-future .build-green a:hover{
    color: #3B3B31;
}
.build-future .build-green a:before{
    background-color: #3B3B31;
}

.build-img{
    position: absolute;
    bottom: 0;
}

.build-future .build-back-img{
    background-image: url("../../assets/images/building-future.webp");
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    background-size: cover;
}

/* Never a dull day*/
.never-day-slider .never-day{
    height: 100vh;
    position: relative;
}
.never-day-slider .never-btn{
    position: absolute;
    bottom: 20px;
}

.never-day-slider .never-btn a{
    color: #000;
}

.never-day-slider .never-full-day-slider .card-main img{
    margin-bottom: 20px;
}

.never-day-slider .never-full-day-slider .card-main .card-content a{
    color: #003BFF;
    font-size: 16px;
    text-decoration: none;
}

.never-day-slider .never-full-day-slider .card-main .card-content a svg{
    margin-left: 10px;
}

/* Just humble sec */
.just-some-home .just-humble-box{
    height: 100vh;
    background-image: url("../../assets/images/humble-back.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.just-some-home .just-humble-box.just-humble-no-back{
    background-image: none;
}

.just-some-home .just-humble-box .just-humble-num-box{
    margin-bottom: 40px;
    padding-left: 20px;
}

.just-some-home .just-humble-box .just-humble-num-box span{
    font-size: 25px;
}

.just-some-home .just-humble-box .just-humble-num-box:last-child{
    margin-bottom: 0;
}

.just-some-home .just-humble-box .girl-bio{
    padding-top: 25px;
}

.just-some-home .just-humble-box .girl-img{
   padding: 20px 20px 0 20px;
}

.just-some-home .just-humble-box .girl-bio a{
    color: #000;
    text-decoration: none;
}
.just-some-home .just-humble-box .girl-bio a:before{
    background-color: #000;
}
.just-some-home .just-humble-box .girl-bio a svg{
    margin-left: 10px;
}

.just-some-home .just-humble-box .bio-bottom-btn{
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    right: 10px;
}

/* Our Partners */
.our-partners{
    background: #000;
}
.our-partners .partner-main .partner-back{
    background-image: url("../../assets/images/our-partner-back.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.our-partners .partner-main{
    position: relative;
}
.our-partners .partner-main .partner-back .partner-head{
    position: absolute;
    top: 50%;
}
.our-partners .partner-main .partner-para{
    position: absolute;
    bottom: 10px;
}

.our-partners .partner-main .partner-img-box{
    margin-top: 70px;
}

.our-partners .partner-main .partner-img-box .partner-img{
    margin-bottom: 50px;
}

.our-partners .partner-main .partner-img:last-child{
    margin-bottom: 0;
}

/* launch Manual start */
.launchManual {
    background-color: rgb(19, 54, 19);
    background-image:url("../../assets/images/ecosystem.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .launchManual-input input{
   height: 122px;
  }
  
  .launchManual-para p {
    max-width: 30%;
    color: #fff;
    margin-bottom: 40px;
}
  .launchManual-input input::placeholder{
    font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem);
  }


/* launch Manual end */
.comeThrive {
    background-color: #e4e4e4;
    height: 100vh;
  }
  .comeThrive.video-container video{
    filter: blur(50px);
  }
  
  .comeThrive-address {
    background-color: blue;
  }
/* Come thrive end */

/* Footer css start */
.footer {
  background-color: #000;
}

.footer-img {
  height: 100vh;
}

.back-top button {
  border: 0;
  background-color: #fff;
  padding: 6px 20px;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "pp_neue_machinaplain_regular", sans-serif;
}


/* 2nd Page Ecosystem css */

.banner-text{
    position: absolute;
    bottom: 20px;
}

.banner-text p{
    max-width: 50%;
}

.banner-text h1{
    position: unset;
}

.problems-faced .problem-main .problem-head{
    margin-top: 120px;
}

.problems-faced .problem-main .problem-para{
    margin-top: 130px;
}

.problems-faced .problem-box{
    height: 100%;
    background: transparent;
    padding: 30px 20px;
    transition: 0.3s linear;
}

.problems-faced .problem-box:hover{
    background-image: url("../../assets/images/ecosystem/problrm-box-back.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.problems-faced .problem-box:hover .content p {
    color: #fff;
}

.problems-faced .problem-box .icon{
    margin-bottom: 50px;
}

.problems-faced .problem-box .content p{
    color: #787878;
}

.our-clients-eco .our-client-main{
    position: relative;
}

.our-clients-eco .our-client-main .our-client-content{
    margin-top: 60px;
    padding-right: 30px;
}

.our-clients-eco .our-client-main .our-client-back{
    background-image: url("../../assets/images/ecosystem/client-border.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-clients-eco .our-client-main .our-client-logo .our-client-item{
    margin-bottom: 40px;
    text-align: center;
    transition: 0.3s linear;
}

.our-clients-eco .our-client-main .our-client-logo .our-client-item img{
    filter: grayscale(0);
}

.our-clients-eco .our-client-main .our-client-logo .our-client-item img:hover{
    filter: grayscale(1);
}
.our-clients-eco .our-client-main .our-client-logo .our-client-item:last-child{
    margin-bottom: 0;
}

.our-clients-eco .our-client-main .client-btn {
    position: absolute;
    bottom: 20px;
}

.our-clients-eco .our-client-main .client-btn .primary-btn:before {
    background-color: #000;
}

.benefits-eco{
    background-image: url("../../assets/images/ecosystem/benefits-back.webp");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
}

.benefits-eco .benefits-main .benefits-head{
    margin-top: 80px;
}

.benefits-eco .benefits-box{
    background-image: url("../../assets/images/ecosystem/benfits-box-back.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 20px;
    height: 100%;
    transition: 0.3s linear;
}
.benefits-eco .benefits-box:hover{
    background-image: none;
    background-color: #000;
}

.benefits-eco .benefits-box:hover .icon svg path{
    fill: #fff;
}
.benefits-eco .benefits-box:hover .content h4{
    color: #fff;
}

.benefits-eco .benefits-box:hover .content p{
    color: #fff;
}

.benefits-eco .benefits-box .icon{
    margin-bottom: 30px;
}

.stats-eco{
    background: #CACAAA;
}
.stats-eco .stats-main h6{
    margin-bottom: 50px;
}
.stats-eco .stats-eco-box h2 , span{
    color: #3B3B31;
}

.stats-eco .stats-eco-box{
    margin-bottom: 60px;
    text-align: center;
}

.stats-eco .stats-eco-box span{
    font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
}


.stats-eco .stats-back{
    background-image: url("../../assets/images/ecosystem/stats-back-img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.driving-video .driving-bottom-box.tours-box{
    padding: 30px 30px 0 30px;
}

.driving-video .driving-bottom-box.tours-box p{
    margin-bottom: 30px;
}

.driving-video .driving-bottom-box.tours-box hr{
    background-color: #fff;
}

.driving-video .driving-bottom-box.tours-box:hover p{
    color: #fff;
}
.driving-video .driving-bottom-box.tours-box:hover h5{
    color: #fff;
}

.driving-video .driving-bottom-box.tours-box h5{
    color: #CACAAA;
    margin-top: 20px;
}

.driving-video .driving-bottom-box.tours-box h4{
    margin-top: 20px;
}
.driving-video .driving-bottom-box.tours-box ul{
    margin-left: 20px;
}

.driving-video .driving-bottom-box.tours-box ul li{
    font-size: clamp(0.8125rem, 0.675rem + 0.6875vw, 1.5rem);
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

#tourbox1 {
    background-image: url("../../assets/images/ecosystem/launch-sphere-back.webp");
}

#tourbox1:hover {
    background-image: url("../../assets/images/LaunchX.webp");
}

#tourbox2 {
    background-image: url("../../assets/images/ecosystem/launch-sphere-back.webp");
}

#tourbox2:hover {
    background-image: url("../../assets/images/BridgeSphere.webp");
}

#tourbox3 {
    background-image: url("../../assets/images/ecosystem/launch-sphere-back.webp");
}

#tourbox3:hover {
    background-image: url("../../assets/images/venture-back.webp");
}


.testimonial-eco .testimonials-main .testimonial-back{
    height: 100vh;
    background-image: url("../../assets/images/humble-back.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.testimonial-eco .testimonials-main .testimonial-back h2{
    margin-top: 40px;
}

.testimonial-eco .slider-content img {
    margin-bottom: 50px;
}

.testimonial-eco .slider-content h4 {
    margin-bottom: 30px;
    max-width: 80%;
    color: #454545;
}

.testimonial-eco .slider-content h5 {
    color: #212529;
}

.testimonial-eco .testimonials-slider {
    padding-top: 20px;
}

.testimonial-eco .swiper-button-next {
    position: absolute;
    bottom: 30px;
    top: unset;
    right: 130px;
    width: 51px;
}
.testimonial-eco .swiper-button-prev {
    position: absolute;
    bottom: 30px;
    top: unset;
    right: unset;
    left: auto;
    right: 210px;
    width: 51px;
}
.testimonial-eco .swiper-button-next:after {
    background-image: url(../../assets/images//ecosystem/slider-next-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 51px;
    font-size: 0;
}

.testimonial-eco .swiper-button-prev:after {
    background-image: url(../../assets/images//ecosystem/slider-prev-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 51px;
    font-size: 0;
}


.good-bye-cta{
    background-image: url(../../assets/images/ecosystem/cta-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.good-bye-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 20%;
}

.good-bye-button a{
    background:#003BFF;
}

.comeThrive.get-touch-back{
    background-image: url(../../assets/images/ecosystem/get-touch-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comeThrive.video-container.get-touch-back video {
    display: none;
}

/* Launch X sec css */
.problem-launch .problem-blue{
    background-image: url(../../assets/images/launchx/problems-back.webp);
    background-repeat: no-repeat;
    background-position: center;
 
}

.problem-launch .problem-launch-main{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 50px;
        background: #0036EB;
}
.problem-launch .problem-launch-main .problem-launch-item{
    flex: 0 0 50%;
}

.problem-launch .problem-launch-main .problem-launch-item .problem-launch-box{
    padding: 40px 25px;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.problem-launch .problem-launch-main .problem-launch-item .problem-launch-box:hover{
    background-image: url(../../assets/images/launchx/problem-box-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.problem-launch .problem-launch-main .problem-launch-item .problem-launch-box .icon{
    margin-bottom: 30px;
}

.protecting-ecosystem{
    background: #E3E3E3;
    padding-top: 80px;
}

.protecting-ecosystem .protecting-card-main{
    display: flex;
    column-gap: 20px;
    margin-top: 50px;
    justify-content: center;
}

.protecting-ecosystem .protecting-card-main .protecting-item .protecting-box{
    padding: 30px 20px;
    background: #fff;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.protecting-ecosystem .protecting-card-main .protecting-item .protecting-box:hover{
    background: #003BFF;
}
.protecting-box:hover h5,
.protecting-box:hover p {
    color: white;
}
.protecting-ecosystem .protecting-card-main .protecting-item .protecting-box .protecting-img{
    margin-bottom: 20px;
}
.protecting-ecosystem .protecting-card-main .protecting-item .protecting-box p{
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1.125rem);
}

.protecting-ecosystem .protecting-card-main .protecting-item .protecting-box h5{
    margin-bottom: 10px;
}

/* Who we are section css */
.about-story .about-story-main h6{
    margin-bottom: 100px;
}
.about-story .about-story-back{
    background-image: url(../../assets/images/who-we-are/our-story-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.network{
    background: #CACAAA;
}

.network h6{
    margin-bottom: 100px;
}

.network-people-main{
    background: #BABA97;
    display: flex;
    padding: 100px 0px 0 0px;
    column-gap: 150px;
    justify-content: center;
}
.network-item img{
    margin-bottom: 20px;
}
.network-item .content h6{
    margin-bottom: 10px;
}
.network-item .content span{
    display: block;
    color: #4E5356;
    font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem);
}

/* Events Page css */
.events-offer{
    background: #000;
  padding: 30px 20px 0 20px;
}

.events-offer .events-content h2{
    margin-top: 100px;
}

.events-offer .events-offer-main{
    display: flex;
    column-gap: 20px;
}
.events-offer .events-offer-main .events-item .evnets-box{
    height: 100%;
    padding: 30px 25px;
    background: #fff;
    transition: 0.4s ease-in-out;
}

.events-offer .events-offer-main .events-item .evnets-box:hover{
    background-image: url("../../assets/images//events/events-box-back.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.events-offer .events-offer-main .events-item .evnets-box:hover h5{
    color: #fff;
}

.events-offer .events-offer-main .events-item .evnets-box:hover .events-icon svg path{
    fill: #fff;
}

.events-offer .events-offer-main .events-item .evnets-box:hover p{
    color: #fff;
}

.events-offer .events-offer-main .events-item {
    flex: 0 0 24.20%;
}

.events-offer .events-offer-main .events-item .evnets-box .events-icon{
    margin-bottom: 40px;
}

.events-offer .events-offer-main .events-item .evnets-box h5{
    margin-bottom: 10px;
}

.events-offer .events-offer-main .events-item .evnets-box p{
    color: #4E5356;
}

.who-we-are.events-timer .timer{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}
.who-we-are.events-timer .timer .box {
    font-size: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem);
    font-family: "pp_neue_machinaplain_regular", serif;
}

.who-we-are.events-timer .timer .box .label{
    font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
}


/* Career Page css */
.join-our-career{
    background: #000;
    padding-top: 20px;
}

.join-our-career .career-main h2{
    margin-top: 100px;
}

.join-our-career .career-box-main{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
}
.join-our-career .career-box-main .career-item .career-box{
    height: 100%;
    padding: 40px 25px;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.join-our-career .career-box-main .career-item .career-box:hover{
    background: #CACAAA;
}
.join-our-career .career-box-main .career-item .career-box:hover .icon svg path{
    fill: #000;
}
.join-our-career .career-box-main .career-item .career-box:hover h5{
    color: #000 !important;
}
.join-our-career .career-box-main .career-item .career-box:hover p{
    color: #000 !important;
}

.join-our-career .career-box-main .career-item {
    flex: 0 0 48%;
}
.join-our-career .career-box-main .career-item .career-box .icon{
    margin-bottom: 40px;
}

.join-our-career .career-box-main .career-item .career-box h5{
    margin-bottom: 20px;
}