body {
  min-width: 1200px;
}

.nav-menu a {
  color: #F2F0EB !important;
}

.contact-bg {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url("../images/contact-us/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.contact-bg .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.title {
  position: absolute;
  left: 0;
  top: 150px;
  font-size: 50px;
  color: #F2F0EA;
  font-weight: 800;
  line-height: 54px;
}

.left {
  flex: 1;
  margin-right: 50px;
  margin-top: 250px;
}

.text1,
.text2 {
  font-family: Actor, Actor;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}

.text2 {
  margin-top: 20px;
}

.left img {
  margin: 80px 205px 0;
}

.form,
.complete {
  flex-shrink: 0;
  width: 580px;
  height: 660px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 60px 40px 70px;
}

.form .form-item {
  position: relative;
}

.form .form-item::before {
  content: "*";
  color: red;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.form .form-input {
  width: 100%;
  height: 48px;
  background: #F1F1F1;
  border-radius: 74px 74px 74px 74px;
  border: 1px solid #E1E1E1;
  font-size: 20px;
  line-height: 24px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.form .form-item:not(:last-child) {
  margin-bottom: 25px;
}

::placeholder {
  color: #9E9E9E;
}

.form .form-item .form-error {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 25px;
  color: #FF0000;
}

.complete {
  flex-shrink: 0;
  width: 580px;
  height: 660px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 60px 40px 70px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.complete img {
  margin-left: 20px;
}

.complete-title {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  margin-top: 50px;
}

.complete-text {
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .contact-bg {
    padding-top: 170px;
    padding-bottom: 85px;
  }

  .contact-bg .content {
    flex-direction: column-reverse;
    padding: 80px 20px 0;
  }

  .title {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 26px;
  }

  .left {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }

  .form {
    width: 100%;
    height: auto;
    padding: 30px 20px 50px;
  }

  .form .form-input {
    height: 41px;
    font-size: 14px;
    line-height: 24px;
  }

  .form .form-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .text1,
  .text2 {
    font-size: 15px;
    line-height: 18px;
  }

  .left img {
    margin: 50px calc(50% - 80px) 0;
  }

  .complete {
    width: 100%;
    height: auto;
    padding: 30px 20px 50px;
  }

  .complete img {
    width: 60%;
  }

  .complete-title {
    font-size: 22px;
    line-height: 36px;
    margin-top: 30px;
  }

  .complete-text {
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    margin-top: 10px;
  }
}