h1 {
  font-family: "Zain", sans-serif;
  font-style: normal;
  font-size: 50px;
}

h3 {
  font-family: "Zain", sans-serif;
  font-size: 30px;
}

h4 {
  font-family: "Zain", sans-serif;
  font-style: normal;
  font-size: 50px;
}

h5 {
  font-family: "Zain", sans-serif;
  font-size: 30px;
}

p {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#logo-text {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
}

#app-store-button {
  width: 150px;
  height: auto;
}

#small-text {
  font-size: 18px;
}

#big-video {
  max-width: 800px;
}

#small-video1 {
  max-width: 500px;
}

#small-video2 {
  max-width: 500px;
}

#small-video3 {
  max-width: 500px;
}

#small-video4 {
  max-width: 500px;
}

#mediaattack-logo {
  width: 50px;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(2px);
  transition: opacity .6s ease-out, transform .6s ease-out, filter .6s ease-out;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal.delay-1 {
  transition-delay: .1s;
}

.reveal.delay-2 {
  transition-delay: .2s;
}

.reveal.delay-3 {
  transition-delay: .3s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.lang-btn {
  min-width: 50px;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  transform: scale(1.1);
}

.lang-btn.active {
  background-color: #212529;
  color: white;
  border-color: #212529;
}