/*** Color Pallete ***/
/*** Fonts ***/
@font-face {
  font-family: "fontBold";
  font-style: normal;
  src: local("fontBold"), url("../fonts/PPMonumentExtended-Black.woff") format("woff"), url("../fonts/PPMonumentExtended-Black.ttf") format("truetype"), url("../fonts/PPMonumentExtended-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontRegular";
  font-style: normal;
  src: local("fontRegular"), url("../fonts/IBMPlexMono-Regular.woff") format("woff"), url("../fonts/IBMPlexMono-Regular.ttf") format("truetype"), url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-display: swap;
}
body {
  overflow-x: hidden;
  margin: 0;
  position: relative;
}

main {
  height: 100vh;
}

.hero_video {
  width: 100%;
  height: 100%;
}
.hero_video .video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay_content {
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  height: calc(100% - 3rem);
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .overlay_content {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    padding: 1rem;
  }
}
.overlay_content .navbar-brand {
  margin-bottom: 1rem;
}
.overlay_content .content .section_title {
  font-family: "fontBold";
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
  color: #FFFFFF;
  margin: 0;
  line-height: 100%;
  width: 50%;
}
@media (max-width: 767.98px) {
  .overlay_content .content .section_title {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 2200px) {
  .overlay_content .content .section_title {
    font-size: 130px;
  }
}
@media (min-width: 1600px) and (max-width: 2199.98px) {
  .overlay_content .content .section_title {
    font-size: 95px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .overlay_content .content .section_title {
    font-size: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .overlay_content .content .section_title {
    font-size: 65px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .overlay_content .content .section_title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .overlay_content .content .section_title {
    font-size: 40px;
  }
}
.overlay_content .content .section_desc {
  font-family: "fontRegular";
  color: #FFFFFF;
  margin: 0;
  width: 50%;
}
@media (max-width: 767.98px) {
  .overlay_content .content .section_desc {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 2200px) {
  .overlay_content .content .section_desc {
    font-size: 24px;
  }
}
@media (min-width: 1600px) and (max-width: 2199.98px) {
  .overlay_content .content .section_desc {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .overlay_content .content .section_desc {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .overlay_content .content .section_desc {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .overlay_content .content .section_desc {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .overlay_content .content .section_desc {
    font-size: 16px;
  }
}
.overlay_content .content .newsletter {
  background-color: #FFFFFF;
  width: 50%;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .overlay_content .content .newsletter {
    width: calc(100% - 3rem);
  }
}
.overlay_content .content .newsletter .title {
  color: #333333;
  text-transform: uppercase;
  font-family: "fontBold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
  margin: 0;
}
@media (min-width: 2200px) {
  .overlay_content .content .newsletter .title {
    font-size: 30px;
  }
}
@media (min-width: 1600px) and (max-width: 2199.98px) {
  .overlay_content .content .newsletter .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .overlay_content .content .newsletter .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .overlay_content .content .newsletter .title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .overlay_content .content .newsletter .title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .overlay_content .content .newsletter .title {
    font-size: 16px;
  }
}
.overlay_content .content .newsletter .input_parent {
  width: 100%;
  margin-top: 1rem;
}
.overlay_content .content .newsletter .input_parent .customInput {
  width: calc(100% - 2rem);
  background-color: #F1F1F1;
  border: none;
  padding: 1rem 1rem;
  color: #333333;
  font-family: "fontRegular";
}
.overlay_content .content .newsletter .input_parent .customInput::-webkit-input-placeholder {
  color: #9B9B9B;
  text-transform: uppercase;
}
.overlay_content .content .newsletter .input_parent .customInput:focus-visible {
  border: 1px solid #333333;
}
.overlay_content .content .newsletter .main-btn {
  all: unset;
  padding: 0.8rem 0;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  background-color: #333333;
  cursor: pointer;
}
.overlay_content .content .newsletter .main-btn span {
  text-transform: uppercase;
  font-family: "fontRegular";
  color: #FFFFFF;
}
.overlay_content .content .error {
  font-size: 12px;
  font-family: "fontRegular";
  color: red;
  margin: 0;
}/*# sourceMappingURL=style.css.map */