/*
Theme Name: Builder theme

*/

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Black.eot");
  src:
    local("Orbitron Black"),
    local("Orbitron-Black"),
    url("../fonts/Orbitron-Black.eot#iefix") format("embedded-opentype"),
    url("../fonts/Orbitron-Black.woff2") format("woff2"),
    url("../fonts/Orbitron-Black.woff") format("woff"),
    url("../fonts/Orbitron-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Bold.eot");
  src:
    local("Orbitron Bold"),
    local("Orbitron-Bold"),
    url("../fonts/Orbitron-Bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Orbitron-Bold.woff2") format("woff2"),
    url("../fonts/Orbitron-Bold.woff") format("woff"),
    url("../fonts/Orbitron-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Regular.eot");
  src:
    local("Orbitron Regular"),
    local("Orbitron-Regular"),
    url("../fonts/Orbitron-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/Orbitron-Regular.woff2") format("woff2"),
    url("../fonts/Orbitron-Regular.woff") format("woff"),
    url("../fonts/Orbitron-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 400;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  border-radius: 10px;
}

.hero__form {
  min-height: 420px !important;
}

@media (max-width: 1200px) {
  .page-template-offer-smartstocksai-pro #hero-id-1 .hero__form {
    padding: 20px !important;
  }
}
