* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  outline: none;
}

html {
  display: flex;
  justify-content: center;
  scroll-behavior: smooth;
}

body {
  background-color: black;
  color: white;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  font-weight: 500;
}

h1 {
  font-size: 3rem;
  font-weight: 700 !important;

}

h3 {
  font-size: 2rem;
  font-weight: 450 !important;
  margin-bottom: 1.5rem;

}

h4 {
  font-size: 1.2rem !important;
  font-weight: 600;
}

p {
  font-weight: 400;
}

section {
  padding: 3% 5%;
}

nav {
  background-color: black;
  text-align: center;
  color: white;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 5%;

  h4{
    text-align: left;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.green{
  color: green !important;
  font-size: 30px;
  margin-right: 10px;
  height: 5px;
  width: 15px;
  border-radius: 50%;
  margin-top: -40px;
}

.myClass{
  color: rgba(172, 255, 47, 0.108) !important;
}

.active{
  width: 140px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(20px);
  border: 2px solid rgb(45, 45, 45);
  border-radius: 20px;
  margin: auto;
  margin-top: 2rem;
  padding: 5px 0;
}

.active-text{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.638);
  font-weight: 500;
}

.vid-bg {
  z-index: -1;
  position: absolute;
  top: -35px;
  width: 100%;
  /* height: 100vh; */
  overflow-y: hidden;
  object-fit: cover;
  background-size: cover;
  filter: brightness(40%);
  height: 550px !important;
}

.banner {
  width: 100%;
  height: 500px;
  position: relative;
  top: 0;
  padding: 0 !important;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 5%;
}

.cta {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.banner-btn {
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 40%;
  margin-top: 1rem;
  backdrop-filter: blur(20px);
  align-items: center;

  img{
    /* display: block; */
    margin: auto 0;
    margin-bottom: -.5rem;
    margin-left: 10px;
    right: 0;
  }
}

.banner h1 {
  color: white;
  width: 60%;
  text-transform: uppercase;
  font-weight: 400 !important;
}

/*  brand */

.brand {
  color: gray;
  background-color: black;

  h1 {
    font-size: 10rem;
    font-weight: 400 !important;
    line-height: 10rem;
  }
}

.stats-main {
  background-image: url(./assets/s3.jpeg);
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  height: 500px;
}


.stats {
  background-color: rgba(94, 94, 94, 0.153);
  backdrop-filter: blur(20px);
  width: 24%;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(3, 3, 3, 0.237);
}

.counter h2 {
  font-size: 4rem;
  text-align: left;
}

.stats-text {
  text-transform: uppercase;
  text-align: right;
  font-size: 1rem;
}

.container {
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: end;

}

.flex-stat {
  width: 100%;
}

.plan {
  background-color: white;
  color: black;
}

.plan-item img {
  width: 80%;
}

.plan-item{
  width: 50%;
}

.service{
  background-color: black;
}

.proj-content{
  padding: 0 5%;
}

.proj{
  padding: 0 !important;
}

.service-item {
  width: 30%;
  background-color: rgba(64, 64, 64, 0.249);
  padding: 20px;
  color: grey;
  margin-top: 1rem;
  border-radius: 20px;
  border: 2px solid black;
}

.service-content{
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  color: grey;
  div{
    width: 40%;
  }
}

.proj-content{
  padding: 5%;
}

.ser{
  margin: 2rem 0;
  border-top: 1px solid rgba(128, 128, 128, 0.443);
}

.plan-cont{
  width: 45%;
}

.service-item{
  height: 150px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: space-between;
}

.service-item img{
   width: 40px;
   height: 40px;
}

.team img{
  border-radius: 50px;
  height: 550px;
  object-position: center;
  object-fit: cover;
}

/* .left{
  position: absolute;
  left: 5%;
  margin-top: 15rem;
  width: 300px;
}

.rights{
  position: absolute;
  right: 0;
  width: 250px;
  margin-top: -10rem;
  margin-right: 5rem;
} */

.team{
  background-color: black;
  color: grey;
}
.team p{
  width: 40%;
  position: absolute;
  right: 5%;
}

.team1{
  margin-bottom: 3rem;
}

.team-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  
  div{
    align-items: center !important;
  }
}

.img-flex{
  display: flex;
  justify-content: space-between;

  img{
    border-radius: 20px;
  }
}

.right{
  width: 100%;
}

.title{
  background-image: url(./assets/b1.svg);
  background-size: cover;
  background-color: black;
  background-position: right;
  background-repeat: no-repeat;
  height: 500px;
  text-align: center;
  padding: 0 !important;
  
  .title-cont{
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.758);
    height: 100%;
    width: 100%;
    
  }

  h1{
    z-index: 4;
    opacity: 2;
    color: white !important;
    margin-top: 4rem;
  }

}

.footer{
  background-position: bottom;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 0 !important;
}

.footer-content{
  background-color: rgba(0, 0, 0, 0.758);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5%;

  .para{
    margin-top: -1rem;
    margin-bottom: 2rem !important;
  }

  p{
    color: grey;
    margin-bottom: 1rem;
  }

  a{
    color: white;
  }

  .foot-main a{
    position: absolute;
    margin-top: .5rem;
  }

  .foot-btn{
    background-color: white;
    color: black;
    padding: 10px 30px;
    border-radius: 30px;
    margin-right: 1rem;
  }
}

.foot-item{
  width: 20%;
}

.foot-main{
  width: 40%;
}

.foot-link{
  display: flex;
  flex-direction: column;
  margin-top: 1rem;

  a{
    margin-top: 1rem;
    color: grey;
  }
}

.copyright{
  width: 100%;
  text-align: center;
  padding: 10px;
  a{
    color: white !important;
  }
}

.mobo{
  display: none ;
}

.a-section {
  padding:  0;
}
.a-section-marquee-box {
  height: 180px;
  display: flex;
  align-items: center;
  overflow: hidden;
 }
.a-section-marquee-box h2 {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 7em;
  color: rgb(66, 66, 66);
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: a-text-scroll 50s linear infinite;
}
@keyframes a-text-scroll {
  0% { transform: translate3d(0%, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.jour-flex{
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  color: grey;
}

.container {
  width: 100%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -0.02em;
  font-size: 20px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress {
  z-index: -2;
  /* background: #ff6a00; */
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979);
  background: linear-gradient(to bottom, #ff6a00, #ee0979);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -10;
  background: #ff6a00;
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979);
  background: linear-gradient(to bottom, #ff6a00, #ee0979);

  width: 3px;
  height: 50vh;
  position: relative;
  inset: 0 auto 50vh;
}


.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.inline-block {
  display: inline-block;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
  width: 100%;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
    margin-top: -6rem;

  }

  .timeline_left {
    text-align: left;
    grid-area: 1 / 2 / 2 / 3;
  }

  .timeline_centre {
    justify-content: flex-start;
    grid-area: 1 / 1 / 3 / 2;
  }

  .timeline_right {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 1.5rem;
    color: grey;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }
}






@media screen and (max-width: 600px) {

  .flex{
    flex-direction: column;
  }

  .active{
    margin-top: 0;
  }

  section{
    padding: 1rem;
  }

  h1{
    font-size: 1.7rem;
    font-weight: 800 !important;
  }

  .active{
    position: relative;
    top: 2rem !important;
    align-items: center !important;
    display: none;
  }

  .vid-bg{
    filter: brightness(50%);
  }

  .banner h1, .cta{
    width: 100%;
  }
  .banner h1{
    font-size: 2rem;
    font-weight: 600 !important;
    padding-top: 5rem;
  }

  .banner{
    /* background-image: linear-gradient(rgba(0,0,0,0.5)), url(./assets/bann.gif); */
    z-index: 1;
    width: 100%;
    /* object-fit: cover !important; */
    background-repeat: no-repeat;
    height: 500px !important;
    background-size: cover;
    position: relative;
    /* padding: 0 !important;
    margin: 0 !important;
    margin-top: 2rem; */
  }

  /* video{
    display: none;
  } */

  .banner-content{
    flex-direction: column;
    padding: 1rem;
    justify-content: start;
    margin-top: -2rem;
  }

  .banner-btn{
    width: 50%;
  }

  .brand span{
    font-weight: 600;
    display: none;
  }

  .brand h1{
    font-size: 14vw;
    line-height: normal;
    font-weight: 700;
  }

  nav{
    position: relative;
    top: 0;
    z-index: 10;
  }

  .flex-stat{
    flex-direction: row;
    justify-content: space-between;
  }

  .stats{
    margin-top: 1rem;
  }

  .stats-text{
    font-size: 12px;
  }

  .stats{
    width: 48%;
    flex-wrap: nowrap;
  }

  .stats-main{
    background-attachment: local;
    background-size: calc(300%);
    background-repeat: no-repeat;
    background-position: center;
  }

  .service-item{
     width: 100%;
  }

  .service-content{
    display: flex;
    flex-direction: row;
    div{
      width: 100%;
    }

    p{
      margin-bottom: 1rem;
      color: grey;
    }

  }
  hr{
    color: grey;
  }

  .service-item{
     width: 48%;
  }

  .hid{
    display: none;
  }

  .ser{
    flex-wrap: wrap;
    flex-direction: row;
  }

  .proj{
    padding: 0;

  }

  .team{
    padding: 1rem;

    p{
      left: 1rem;
      width: 90%;
      margin-top: -1.5rem;
    }
  }

  .team1{
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .team-flex div{
    padding: 0;
    width: 100%;
  }

 
  .team1 img{
    width: 100%;
    margin-top: 4rem;
    height: 400px !important;
    object-fit: cover;
  }

  .img-flex{
    padding-top: 3rem;
  }

  .jour-flex{
    flex-direction: column !important;
    margin-bottom: 5rem;

    div{
      width: 100% !important;
    }
  }


  .plan-item img{
     width: 100%;
  }

  .plan{
    padding: 2rem 1rem;
  }

  .plan-item{
    width: 100%;
  }

  .title{

    height: 400px;
    background-position: center;
    background-size: 280%;
  }

  .title-cont h1{
    align-items: center;
    margin-top: 3rem;
    font-size: 1.7rem !important; 
  }

  .title-cont{
    background-color: rgba(0, 0, 0, 0.456);
  }

  .team img{
    border-radius: 20px;
    height: 350px;
    object-fit: cover;
  }

  .footer{
    height: 800px;
    background-size: 480%;
    background-position: bottom;
  }

  .foot-main{
    margin-bottom: 4rem;
  }

  .footer-content{
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .foot-item{
    width: 100%;
  }

  .foot-link{
    margin-top: 1rem;
  }

  .a-section-marquee-box h2 {
    font-size: 4rem;
  }

  .foot-btn{
    position: relative;
    margin-top: 0rem !important;
  }

  .team-flex{
    margin-bottom: 3rem;
  }

  .journey{
    padding: 1rem !important;
  }

  .jour-flex{
    padding: 1%;
    flex-direction: column;
    justify-content: center;

    div{
      width: 100%;

      p{
        margin-bottom: 3rem;
      }
    }
  }

  .right{
    width: 100%;
  }
  
  .left{
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 380px){

  .banner-btn{
    width: 70%;
  }
}


/* horizontal scroll */

#horizontal-scoll {
  padding: 10px 0;
  padding-top: 3rem;
  background-color: black;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 525px;
}

.horizontal {
  display: flex;
  height: 100%;
  margin-left: 5%;

}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal > div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal > div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .card {
  align-items: stretch;
  width: 440px;
  padding: 50px 40px;
  /* background: #6e4ce1; */
  border-radius: 38px;
  color: #f6f2e8;
}

.horizontal div{
  margin:0 1rem;
}

.card1{
  background-image: url(./assets/s1.jpeg);
  background-position: left;
  background-size: cover;
  border-radius: 38px;
}
.card2{
  background-image: url(./assets/s3.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card3{
  background-image: url(./assets/p1.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card4{
  background-image: url(./assets/p2.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card5{
  background-image: url(./assets/p3.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card6{
  background-image: url(./assets/p4.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card7{
  background-image: url(./assets/p5.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}
.card8{
  background-image: url(./assets/p6.jpeg);
  background-position: center;
  background-size: cover;
  border-radius: 38px;
}

.founder{
  display: flex;
  justify-content: space-between;
  align-items: center;

  p{
    width: 60%;
  }

  img{
    width: 30%;
  }
}



.jour-flex{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.founder-cont{
   width: 60% !important;
}

.founder-img {
  width: 35% !important;
  object-fit: cover;

  img{
    width: 100%;
    height: 300px;
    object-fit: cover !important;
    background-color: red;
    border-radius: 20px !important;
  }
}