.body {
  color: #fff;
  background-color: #000;
  font-family: Museosanscyrl, Tahoma, sans-serif;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.section {
  background-image: url('../images/ULTRA_GALA-копия-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 2%;
  display: flex;
}

.container-2 {
  width: 80%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-bottom: 0;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10svw;
  font-weight: 900;
  line-height: 1em;
}

.heading-2 {
  font-weight: 400;
}

.h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-2 {
  background-color: #d92121;
  border-radius: 50px;
  padding: 10px 20px;
}

.button-2 {
  z-index: 1;
  filter: drop-shadow(0 6px 8px #b18c27);
  color: #000;
  text-transform: uppercase;
  background-color: #f3dc72;
  border-radius: 20px;
  padding: 15px 50px;
  font-size: 1em;
  line-height: 1em;
  position: relative;
}

.button-2:hover {
  background-color: #fff;
}

.div-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline-scene {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
}

.div-block-4 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  text-transform: uppercase;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.spline-scene-2 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #d92121;
}

.spline-scene-3 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.image {
  z-index: 1;
  position: relative;
}

.text-block-3 {
  z-index: 1;
  font-size: 24px;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 90%;
  }

  .heading {
    text-align: center;
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 93vh;
  }

  .heading {
    font-size: 15svw;
  }

  .h2 {
    font-size: 2em;
  }

  .spline-scene {
    justify-content: center;
    align-items: center;
    inset: 0%;
  }

  .text-block-3 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}