p {
  letter-spacing: .3px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Darker Grotesque', sans-serif;
  line-height: 1;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.95rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 3.25rem;
  }
}

@media (min-width: 1400px) {
  h2 {
    font-size: 2.75rem;
  }
}

.link-home {
  color: #fff;
}

.link-home:hover {
  color: #000;
}

.link-social {
  color: #000;
  font-weight: 400;
}

.link-social:hover {
  color: #000;
  font-weight: 700;
}

.back-to-top:hover {
  border-bottom: 4px solid var(--bs-primary);
}

.menu-fixed-invert {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  mix-blend-mode: difference;
}

.menu-fixed-invert a {
  color: #ffffff !important;
  text-decoration: none;
}

.menu-fixed-invert a.active {
  color: #06FFF4 !important;
}

.swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-gray-100);
}

.swiper-slide img, .swiper-slide video {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .swiper {
    height: 480px;
  }
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease-in-out;
}

.video-overlay video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

::selection {
  background-color: #F9000B;
  color: #ffffff;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

.bg-dark ::selection, .text-white ::selection {
  background-color: #ffffff;
  color: #000000;
}

.bg-dark ::-moz-selection, .text-white ::-moz-selection {
  background-color: #ffffff;
  color: #000000;
}

.anim-branding .letter {
  display: inline-block;
  opacity: 0;
}

.anim-blur {
  opacity: 0;
  filter: blur(10px);
}

.anim-title {
  display: inline-block;
  opacity: 0;
}

.anim-works, .anim-contact {
  display: inline-block;
  opacity: 0;
}

