@font-face {
  font-family: 'MavenPro';
  src: url('MavenPro-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'MavenPro';
  src: url('MavenPro-Medium.otf') format('opentype');
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  background: url('backg.jpg') no-repeat center center/cover;
  color: #000;
  font-family: "MavenPro", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fade-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  position: absolute;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(30px) scale(1.02);
  text-align: center;
  margin-top: -65px;
}

.slide img {
  width: 300px;
  height: auto;
  filter: brightness(0.9);
}

.title {
  font-size: 2.8rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.text {
  font-size: 1.6rem;
  opacity: 0.8;
}

@media (max-width: 600px) {
  .title {
    font-size: 1.8rem;
  }
  .text {
    font-size: 1.2rem;
  }
  .slide img {
    width: 300px;
  }
}
.title-block {
  text-align: center;
  color: #000;
  font-family: "MavenPro";
}

.main-title {
  font-size: 24px;
  letter-spacing: 4px;
  margin: 0;
  font-weight: 600;
}

.subtitle {
  font-size: 22px;
  margin-top: 10px;
  letter-spacing: 2px;
  opacity: 0.85;
}
