@font-face {
  font-family: "milker";
  src: url("../fonts/milker.ttf") format("ttf"), url("../fonts/milker.woff") format("woff"), url("../fonts/milker.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 125px);
  }
}
@media (min-width: 1352px) {
  .container {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1900px) {
  .container {
    width: calc(100% - 400px);
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  line-height: normal;
  text-wrap: pretty;
}

h1 {
  font-family: "milker", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 4rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1352px) {
  h1 {
    font-size: 11rem;
  }
}
@media (min-width: 1900px) {
  h1 {
    font-size: 14rem;
  }
}

h2 {
  text-wrap: balance;
  font-family: "milker", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1352px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1352px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1900px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1rem;
  }
}
@media (min-width: 1352px) {
  h5 {
    font-size: 1rem;
  }
}
@media (min-width: 1900px) {
  h5 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.4;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1352px) {
  p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1900px) {
  p {
    font-size: 1rem;
  }
}

input {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  input {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  input {
    font-size: 0.8rem;
  }
}
@media (min-width: 1352px) {
  input {
    font-size: 0.9rem;
  }
}
@media (min-width: 1900px) {
  input {
    font-size: 1.1rem;
  }
}

.RedBtn {
  font-family: "milker", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  margin: 0;
  background: rgb(255, 0, 0);
  color: white;
}
@media (min-width: 1352px) {
  .RedBtn {
    font-size: 1.4rem;
    padding: 15px 30px;
  }
}

.RedBtn {
  background: rgb(255, 0, 0);
  -webkit-box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.75);
          box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.75);
  color: white;
}

.RedBtn:hover,
.RedBtn:focus {
  color: black !important;
  background: white;
}

.pad {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .pad {
    padding: 75px 0;
  }
}
@media (min-width: 1352px) {
  .pad {
    padding: 100px 0;
  }
}

.br {
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .br {
    border-radius: 20px;
  }
}

body {
  padding: 0;
  margin: 0;
  background-color: black;
  color: white;
  overflow-x: hidden;
}

.mm-holding {
  background: black;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .mm-holding {
    gap: 3rem;
  }
}
.mm-holding img {
  width: 90%;
}
@media (min-width: 1024px) {
  .mm-holding img {
    width: 75%;
  }
}
.mm-holding h4 {
  font-family: "milker", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 0;
  text-align: center;
}/*# sourceMappingURL=main.css.map */