@font-face {
  font-family: 'Eurostile Extended';
  src: url('../fonts/EurostileExtended-Roman.woff2') format('woff2'), url('../fonts/EurostileExtended-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section-vertical-space {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
.contact-us {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .contact-us .wrapper {
    height: auto;
  }
}
.contact-us .wrapper .form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 6rem;
}
@media (max-width: 1100px) {
  .contact-us .wrapper .form-section {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .contact-us .wrapper .form-section {
    padding: 6rem 2rem;
  }
}
.contact-us .wrapper .form-section h3 {
  text-align: left;
  margin-bottom: 3rem;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-us .wrapper .video-block {
  background: grey;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.contact-us .wrapper .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .contact-us .wrapper .video-block {
    width: 100%;
  }
}
.contact-us .footer-logo {
  position: relative;
  margin-top: 5rem;
}
.contact {
  height: 100vh;
  width: 100%;
}
.contact .contact-container {
  position: relative;
}
.contact .contact-container .contact-header {
  padding-top: 90px;
}
.contact .contact-container .contact-header h1 {
  font-size: 4rem;
  font-family: Eurostile Extended, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .contact .contact-container .contact-header h1 {
    font-size: 2rem;
  }
}
.contact .contact-container .log-s {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: -11;
}
.contact .contact-container .log-s img {
  height: 55rem;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .contact .contact-container .log-s img {
    height: auto;
  }
}
.contact .wrapper {
  gap: 14rem;
  height: 100vh;
}
.contact .wrapper .nav-items {
  padding-top: 6rem;
}
.contact .wrapper .nav-items .form-navigation h2 {
  font-family: Eurostile Extended, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact .wrapper .nav-items .form-navigation h2 img {
  height: 1.5rem;
  margin-right: 1rem;
}
.contact .wrapper .nav-items .form-navigation .contact-nav ul li {
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
  margin-left: 3.7rem;
  text-transform: uppercase;
}
.contact .wrapper .form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.contact .wrapper .form-section .form-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact .wrapper .form-section .form-header {
    margin-top: 1rem;
  }
}
.contact .wrapper .form-section .form-header h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact .wrapper .form-section .form-header h2 {
    font-size: 1.2rem;
  }
}
.contact .wrapper .form-section .form-header .back-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.contact .wrapper .form-section .form-header .back-btn img {
  height: 1.2rem;
}
.contact .wrapper .form-section .form-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1100px) {
  .contact .wrapper .form-section {
    width: 100%;
  }
}
.contact .wrapper .form-section h3 {
  text-align: left;
  margin-bottom: 3rem;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.contact .wrapper .form-section .order-content p {
  text-align: center;
  font-size: 17px;
  margin: 8rem 0;
  color: #000;
  font-weight: 550;
}
.contact .wrapper .form-section .order-content .content-logos {
  margin-top: 2rem;
}
.contact .wrapper .form-section .order-content .content-logos ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  /* space between items */
  padding: 10px 0;
}
.contact .wrapper .form-section .order-content .content-logos ul li {
  list-style: none;
  display: inline-block;
}
.contact .wrapper .form-section .order-content .content-logos ul li a {
  display: inline-block;
}
.contact .wrapper .form-section .order-content .content-logos ul li a img {
  max-height: 2.2rem;
  max-width: 24rem;
  width: auto;
  flex: 1 1 auto;
}
