body {
  box-sizing: border-box;
  margin: 0;
  padding: 48px;
  font-family: "Montserrat", sans-serif !important;
  background: #000;
}

.container {
  position: relative;
  z-index: 2;
  color: white;
}

.logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: center;
}

.logo img {
  width: 200px;
}

.section1 {
  background-image: linear-gradient(
      to top,
      rgba(25, 26, 28, 0.929),
      rgba(25, 26, 28, 0.929)
    ),
    url(bg2.svg);
  background-position: 0% 0%, center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
}
.section1 .logo {
  width: 200px;
}

.section1 h1 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Montserrat", sans-serif !important;
  padding: 20px 0;
}
.section1 .about-us {
  display: flex;
  margin: 60px 0;
  width: 100%;
  align-items: center;
}

.section1 .about-us .home-title {
  width: 50%;
  padding: 0 28px;
}
.section1 .about-us .carousel-wrp {
  width: 50%;
  overflow: hidden;
}
.section1 .about-us .carousel-wrp .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.carousel-wrp .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  background: #373737 !important;
  margin: 4px;
  border-radius: 100%;
}
.carousel-wrp .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
  background: #f9a533 !important;
  width: 26px;
  border-radius: 12px;
  transition: width 0.2s ease;
}

.owl-nav {
  display: none !important;
}

.owl-carousel .owl-item img {
  width: 90% !important;
}

.owl-text {
  margin: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.owl-text span {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding-top: 12px;
}
.actions button {
  border: 1px solid #f9a533;
  color: #ffffff;
  background: none;
  width: 220px;
  height: 50px;
  font-weight: 500;
  font-weight: 200;
  font-size: 16px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.actions button:hover {
  background-color: #f9a533;
}

.actions .contact-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.actions .contact-buttons img {
  width: 24px;
  margin: 8px;
  opacity: 0.8;
}

.actions .contact-buttons img:hover {
  opacity: 1;
}

.actions .contact-buttons a {
  text-decoration: none;
  font-weight: 200;
  color: #ffffff;
  font-size: 13px;
}
.actions .contact-buttons .phone-link {
  opacity: 0.8;
  margin-top: 16px;
  display: block;
}
.actions .contact-buttons .phone-link:hover {
  opacity: 1;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header span {
  color: #f9a533;
}
.section-header h1 {
  color: white;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.section-header h2 {
  color: white;
  font-weight: 200;
  font-size: 32px;
  text-align: center;
}
.section-header p {
  color: rgba(255, 255, 255, 0.4);
  max-width: 360px;
  text-align: center;
}

.section4 {
  padding: 60px 0;
}

.section2 {
  padding: 60px 0;
  background-image: linear-gradient(
      to top,
      rgba(25, 26, 28, 0.929),
      rgba(25, 26, 28, 0.929)
    ),
    url(bg.svg);
  border-radius: 28px;
}

.info-section-2 {
  display: flex;
  flex-flow: row wrap;
  gap: 30px 30px; /* row-gap column gap */
  column-gap: 20px;
}

.info-section-2 .info {
  /* flex: 1 1 500px; */
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  flex: 40%;
}

.info-section-2 .info .info-text {
  z-index: 2;
}

.info-section-2 .info h4 {
  color: #f9a533;
  font-weight: 200;
  font-size: 22px;
}

.info-section-2 .info p {
  font-weight: 200;
  max-width: 400px;
}

.info-section-2 .info img {
  max-width: 400px;
  position: absolute;
  right: 0;
  opacity: 0.2;
}

.info-section {
  display: flex;
  flex-flow: row wrap;
  gap: 30px 30px; /* row-gap column gap */
  column-gap: 20px;
}

.info-section .info {
  flex: 1 1 500px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-section .info h4 {
  color: white;
  font-weight: 200;
  font-size: 22px;
  margin: 12px 0;
}

.info-section .info .img-icon {
  width: 28px;
  margin-bottom: 16px;
}

.info-section .info p {
  font-weight: 200;
  text-align: center;
  max-width: 360px;
}

.section3 {
  padding: 60px 0;
}

.section3 .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.form-error {
  color: #ff4343;
  margin-top: 12px;
  font-weight: 100;
  font-size: 13px;
}

.form-send-success {
  margin: 40px 0;
  min-height: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}

.form-send-success img {
  width: 120px;
  margin-bottom: 24px;
}

.section3 .contact-form input {
  min-width: 320px;
  max-width: 360px;
  border: 1px solid #f9a533;
  background: none;
  max-height: 50px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  outline: none;
  color: white;
}

.section3 .contact-form button {
  margin-top: 14px;
  border: 1px solid #f9a533;
  color: #ffffff;
  background: none;
  width: 220px;
  height: 50px;
  font-weight: 500;
  font-weight: 200;
  font-size: 16px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  min-width: 320px;
  max-width: 360px;
  background-color: #f9a533;
  opacity: 0.8;
}

.section3 .contact-form button:hover {
  opacity: 1;
}

.scene {
  position: relative;
  width: 100%;
  min-width: 100px;
  height: 100%;
  min-height: 100px;
  perspective: 100vh;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.carousel__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: initial;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #18191b;
}

.carousel__cell > img {
  width: 45%;
  margin: 0 auto;
}

#wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  margin-top: 40px;
}

#header {
  display: flex;
  align-items: center;
  min-height: 10vh;
  justify-content: center;
}

#header > h1 {
  margin-bottom: 1em;
  color: white;
  text-shadow: 2px 2px #666;
}

.imges-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
  min-height: 34px;
}

.imges-controls img {
  cursor: pointer;
  width: 34px;
  opacity: 0.8;
  margin-left: 16px;
}

.imges-controls img:hover {
  opacity: 1;
}

.victory {
  color: #f9a533;
  text-align: center;
}

#machine {
  display: flex;
  justify-content: center;
}

#slot1,
#slot2,
#slot3 {
  width: 100%;
  overflow: hidden;
  padding: 3em 0;
}

#slot2,
#slot3 {
  margin-left: 0.5em;
}

.is-animating {
  animation: scroll 1s linear infinite;
}

@keyframes scroll {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}

.scanlines {
  position: relative;
  overflow: hidden;
}

.scanlines:before,
.scanlines:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
}

.scanlines:before {
  width: 100%;
  height: 2px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.55;
  /* animation: scanline 6s linear infinite; */
}

.scanlines:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}

/* Unique scanline */
@keyframes scanline {
  0% {
    transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}

/* .container-pd {
  padding-left: 42px;
  padding-right: 42px;
} */

.footer {
  padding: 24px;
  background: #18191b;
  border-radius: 24px;
  background-image: linear-gradient(
      to top,
      rgba(25, 26, 28, 0.929),
      rgba(25, 26, 28, 0.929)
    ),
    url(bg2.svg);
}

.footer .contact-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rights-reserved {
  font-size: 12px;
}

.footer .contact-buttons a {
  text-decoration: none;
  font-weight: 200;
  color: #ffffff;
  font-size: 13px;
}

.footer .contact-buttons img {
  width: 24px;
  margin: 8px;
  opacity: 0.8;
}

.footer .contact-buttons img:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .section1 {
    padding: 12px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  .section1 .about-us {
    margin: 40px 0;
  }
  .info-section-2 .info {
    flex: 100%;
  }
  .section1 h1 {
    font-size: 15px;
    text-align: center;
    padding: 0 12px;
  }

  .about-us {
    flex-direction: column;
  }
  .about-us .home-title {
    width: 100% !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .about-us .home-title .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-us .home-title .actions .contact-buttons {
    align-items: center;
  }
  .about-us .carousel-wrp {
    width: 100% !important;
  }
  .info-section-2 .info {
    margin: 0;
  }

  .info-section {
    gap: 10px 10px;
  }
  .info-section-2 {
    gap: 10px 10px;
  }
  .carousel__cell > img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  body {
    padding: 24px;
  }
  .footer .contact-buttons {
    flex-direction: column;
  }

  .footer .contact-buttons .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .rights-reserved {
    margin-top: 12px;
  }
}

.line {
  width: 60px;
  height: 2px;
  background-color: #f9a533;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 16px 0 !important;
}

.type-wrap {
  font-size: 50px;
  padding: 20px;
}
