html {
  scroll-behavior: smooth;
}
:root {
    --black: #020202;
    --grey-light: #cfcfcf;
    --base-color-brand--white: #ffffff;
}

.features_section {
    background-color: #020202;
    transition: background-color 0.3s ease;
}

.features_bg {
    background-color: #ffffff;

}

* {
    font-family: "Satoshi";
}

.container {
    margin: 0 auto;
}

.hero-section {

    display: flex;
    align-items: center;
    flex-direction: column;
}
.new {
   top: 0%;
   left: 50%;
   width: 80%;
   height: 80%;
   transform: translate(-50%, 0%) rotateX(290deg);
   object-fit: cover;
   object-position: center;
}



    .word {
      display: inline-block;
      opacity:1;
      will-change: transform, opacity;
    }



@media (max-width: 768px) {
    .lap-video div {
        width: 100%;
    }
}