@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: #000000;
  font-family: "Elza";
  overflow-x: hidden;
}

img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

#adjust-margin {
  margin-top: unset;
}

#short-txt {
  font-size: 15px;
}

#bg-1 {
  background: #1b2026;
}

#bg-2 {
  background: #4c4d52;
}

#bg-3 {
  background: #1a1a1a;
}

#bg-4 {
  background: #070b14;
}

#bg-5 {
  background: #131313;
}

#bg-6 {
  background: #000000;
}

#bg-7 {
  background: #0d0e13;
}

#bg-8 {
  background: #fefdf9;
}

#bg-9 {
  background: #f6f6f6;
}

video {
  width: 100% !important;
  height: auto !important;
}

#black-txt {
  color: #2F2F2F !important;
}

.container-default {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.container-default .container-default__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-default .container-default__title h6 {
  width: 80%;
  font-size: 42px;
  color: #fefefe;
  font-weight: 600;
  margin-top: 50px;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title h6 {
    font-size: 28px;
    width: 100%;
  }
}
.container-default .container-default__title p {
  font-size: 20px;
  color: #fefefe;
  margin-block: 25px;
  width: 60%;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title p {
    font-size: 18px;
    width: 100%;
  }
}
.container-default .container-default__title p em {
  font-style: italic;
}
.container-default .container-default__banner {
  width: 100%;
  display: flex;
}
@media (max-width: 650px) {
  .container-default .container-default__banner {
    margin-top: unset;
  }
}
.container-default .container-default__banner img {
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p {
  font-size: 18px;
  color: #fefefe;
  width: 100%;
  margin: 20px auto 30px;
  text-align: center;
}

/*# sourceMappingURL=main.min.css.map */
