body {
  font-family: "Bebas Neue", sans-serif;
  overflow: hidden;
}

#bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  pointer-events: none;
  background: #000;
}

/* Foreground content */
.hero {
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.hero .logo {
  margin-bottom: 30px;
}

.hero h1 {
  font-size: 75px;
  line-height: 0.95;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.hero h1 span {
  font-size: 132px;
}

.hero .signature {
  margin-bottom: 40px;
}

.owl-carousel img {
  width: 225px !important;
}

.partner-section .owl-carousel {
  width: 225px;
}

i.first {
  position: absolute;
    top: -12%;
    left: -12%;
    transform: translate(12%, 12%);
    font-size: 60px;
  color: #43565e;
  opacity: 0.90;
}

i.last {
  position: absolute;
  bottom: 20%;
  right: -8%;
  transform: translate(8%, -20%);
  font-size: 60px;
  color: #43565e;
  opacity: 0.90;
}

@media (max-width: 1400px) {
  .hero .logo {
    width: 300px;
  }

  .hero .signature {
    width: 300px;
  }

  .hero h1 {
    font-size: 65px;
  }

  .hero h1 span {
    font-size: 110px;
  }


  .owl-carousel img {
    width: 200px !important;
  }

  .partner-section .owl-carousel {
    width: 200px;
  }

  i.first {
    font-size: 65px;
  }

  i.last {
    font-size: 65px;
  }
}

@media (max-width: 991px) {
  .hero {
    align-items: center;

  }

  .hero .logo {
    width: 250px;
  }

  .hero .signature {
    width: 250px;
    margin-bottom: 35px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: inherit;
  }

  .hero h1 span {
    font-size: 70px;
  }

  .owl-carousel img {
    width: 200px !important;
  }

  .partner-section .owl-carousel {
    width: 200px;
  }

  i.first {
    top: -10%;
    left: -11%;
    transform: translate(11%, 10%);
    font-size: 30px;
  }

  i.last {
    font-size: 30px;
    bottom: 25%;
    right: -8%;
    transform: translate(8%, -25%);
  }
}