.mouse-circle {
  height: 30px;
  width: 30px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  z-index: 9999999;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
}
.header__area.landing__header {
  backdrop-filter: blur(8px);
}

.smooth-scroll {
  overflow-y: hidden !important;
}

.main-wrapper {
  transform: translateX(100%);
}

.banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.first-banner {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 110px;
  overflow: hidden;
  z-index: 1;
}

.video-sp .sp-cover {
  content: "";
  position: absolute;
  height: 200%;
  width: 200%;
  z-index: -1;
  background-color: #010303;
}
.video-sp .top {
  top: -190%;
  left: 0;
}
.video-sp .right {
  top: 0;
  right: -190%;
}

.video-sp .bottom {
  bottom: -190%;
  right: 0;
}
.video-sp .left {
  bottom: 0;
  left: -190%;
}
.drone__area {
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
}

.drone__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .drone__content {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 80px;
  }
  h4 {
    margin-bottom: 0;
  }
}

.second-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  z-index: -1;
}

.second-banner video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-50%) scale(0.6);
}

.float-text {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: -30px;
  padding-right: 30px;
  margin-right: -30px;
}

.float-span {
  display: inline-block;
  transform: translateY(200%);
}

.video__scroll {
  cursor: pointer;
  opacity: 0;
  transform: translateX(-50px);
}

.scroll__down {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .video__scroll {
    margin-top: 30px;
  }
}

.video-text-line {
  width: 50%;
  height: 2px;
  /* background: #616a6d; */
  overflow-x: hidden;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .video-text-line {
    width: 100%;
  }
}
.video-text-line .inner-line {
  height: 100%;
  width: 100%;
  background-color: white;
  transform: translateX(-100%);
}
.video__text .video-para {
  transform: translateY(50px);
  opacity: 0;
}
.video__text h1 {
  margin: 0;
  padding: 0;
}

.header-runner {
  position: absolute;
  bottom: -1px;
  left: -50px;
  height: 2px;
  width: 50px;
  border-radius: 5px;
  background-image: linear-gradient(to left, white, transparent);
  animation-name: run;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes run {
  0% {
    left: -50px;
  }
  100% {
    left: 100%;
  }
}

.project-item {
  opacity: 0;
  transform: translateY(20px);
}
.project__fx {
  opacity: 0;
  transform: translateY(100px);
}
