@font-face {
  font-family: "organettoexp_bold";
  src: url("fontspring-demo-organetto-expbold-webfont.woff2") format("woff2"), url("fontspring-demo-organetto-expbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background: #000;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  min-height: 700px;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
    min-height: 800px;
  }
}
body #bg {
  z-index: -2;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
body #bg video {
  filter: blur(3px);
}
body #content {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  height: 100dvh;
  overflow: hidden;
  --mouse-x: 0px; /* Default values */
  --mouse-y: 0px;
  min-height: 700px;
}
@media (max-width: 768px) {
  body #content {
    min-height: 800px;
  }
}
body #content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Ensure this uses the CSS variables set on the #bg element */
  background: radial-gradient(circle 400px at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 75%);
  pointer-events: none; /* Ignore mouse events */
}
body #content * {
  z-index: 1;
  position: relative;
}
body #content .content {
  text-align: center;
}
body #content .content #logo {
  width: 17em;
}
body #content .content h1 {
  font-family: "organettoexp_bold";
  font-size: 3em;
  margin: 0;
}
body #content .content #slogan {
  font-family: "organettoexp_bold";
  font-size: 0.68em;
}
body #content .content #slogan .cursor {
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  animation: blink 1s step-end infinite;
}
body #content .content address {
  margin: 4em 0 5em;
  font-size: 1em;
  font-style: normal;
  line-height: 1.6;
}
body #content .content .numbers {
  line-height: 1.6;
}
body #content .content .line {
  display: inline-block;
  width: 27em;
  height: 1px;
  background: #FFF;
  margin: 0;
}
body .image-container {
  z-index: -1;
  position: fixed;
  bottom: -300px;
  will-change: transform, opacity;
}
body .image-container img {
  opacity: 0.8;
  max-width: 100px;
}
body #preloader {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
}
body .btn {
  color: #060606;
  font-weight: 500;
  font-size: 18px;
  padding: 14px 29px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
  background-image: linear-gradient(to right, #824590, #eeb851, #cf6425);
  transition: opacity 2s linear, border-radius 2s linear;
}
body .btn:hover {
  transition: opacity 0.5s linear, border-radius 0.5s linear;
}
body .btn::after {
  z-index: 2;
  border-radius: 50px;
  line-height: 2.9;
  content: "";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/button_bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  transition: opacity 2s linear, border-radius 2s linear;
}
body .btn.btn_contact::after {
  content: "CONTACT US";
}
body .btn:hover::after {
  opacity: 1;
  transition: opacity 0.5s linear, border-radius 0.5s linear;
}
body .magic_btn {
  display: inline-block;
  height: 52px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background-image: url("../img/button_bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border: none;
  transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
}
body .magic_btn * {
  transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
}
body .magic_btn #s0_contact,
body .magic_btn #s1_s2_input,
body .magic_btn #s1_send,
body .magic_btn #s2_back {
  padding: 0;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
body .magic_btn #s0_contact.active,
body .magic_btn #s1_s2_input.active,
body .magic_btn #s1_send.active,
body .magic_btn #s2_back.active {
  padding: 14px 29px;
  display: inline-block;
  width: initial;
  height: 52px;
}
body .magic_btn #magic_body {
  position: relative;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 1;
  background-color: #FFF;
  margin: 4px;
  border-radius: 50px;
  transition: width 2s linear;
}
body .magic_btn #magic_body.active {
  height: 44px;
  display: inline-block;
  width: auto;
  transition: width 0.5s linear;
}
body .magic_btn #magic_body #s1_s2_input {
  float: left;
  display: block;
  overflow: hidden;
  width: 0;
  height: 40px;
  margin: 0;
  border-radius: 50px;
  border: 0;
  padding: 0;
  font-weight: 700;
  margin: 0;
}
body .magic_btn #magic_body #s1_s2_input:focus {
  outline: none;
  border: none;
  background-color: #FFF !important;
}
body .magic_btn #magic_body #s1_s2_input.active {
  width: 180px;
  padding-left: 20px;
  margin-right: 120px;
  margin-top: 2px;
}
body .magic_btn #magic_body #s1_send {
  position: absolute;
  display: none;
  overflow: hidden;
  top: 3px;
  right: 3px;
}
body .magic_btn #magic_body #s1_send::after {
  content: "SEND";
  line-height: 2em;
}
body .magic_btn #magic_body #s1_send.active {
  padding: 10px 29px;
  height: 18px;
  width: initial;
  display: inline-block;
}
body .magic_btn #s2_back {
  display: block;
  width: 0;
  overflow: hidden;
  background-image: url("../img/button_bg.jpg");
  background-size: cover;
  background-position: center;
}
body .magic_btn #s2_back::after {
  display: none;
}
body .magic_btn #s2_back.active {
  width: initial;
  display: inline-block;
  position: relative;
  top: -8px;
}

@keyframes slideUp {
  to {
    transform: translateY(-110vh);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
