#contact {
  background: #eff4f9;
  padding: 3rem 0 0;
}

#contact .form {
  position: relative;
  padding-bottom: 3rem;
}

#contact .form .img1 {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 180px;
  height: 180px;
  transform: translateX(-75%);
}

#contact .form .img2 {
  position: absolute;
  left: 0%;
  bottom: 15%;
  height: 180px;
  width: 180px;
  transform: translateX(-85%);
}

#contact .form .img3 {
  position: absolute;
  right: 0%;
  bottom: 15%;
  height: 180px;
  width: 150px;
  transform: translateX(83%);
}

#contact .form .text .left h1 {
  color: #501556;
  font-family: ttcbold;
  font-size: 3rem;
}

#contact .form .text .left p {
  color: #501556;
  font-family: ttcmedium;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

#contact .form .text .right a {
  color: #606060;
  font-size: 1rem;
  font-family: ttcmedium;
  padding: 0.3rem;
}

#contact .form .text .right a svg {
  color: #501556;
  font-size: 1rem;
  margin-right: 0.3rem;
}

#contact .form form {
  margin: 0 auto;
  margin-top: 3rem;
  width: 75%;
  position: relative;
  z-index: 1;
}

#contact .form form input {
  font-size: 1.5rem;
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  color: #501556;
  font-family: ttcmedium;
  padding: 0
}

#contact .form form select {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  color: #501556;
  font-family: ttcmedium;
}

#contact .form form select option {
  background: #a357bd;
}

#contact .form form textarea {
  font-size: 1.5rem;
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  color: #501556;
  font-family: ttcmedium;
  height: 200px;
}

#contact .form form input::placeholder {
  color: #501556;
}

#contact .form form input::-ms-input-placeholder {
  color: #501556;
}

#contact .form form>div label {
  color: #501556;
  font-family: ttcbold;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#contact .form form .name {
  background: #a3b6e9;
  padding: 1rem 2rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

#contact .form form .phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .form form .phone .left {
  background: #f6c8b9;
  padding: 1rem 2rem;
  width: 100%;
}

#contact .form form .phone .right {
  background: #f0a68c;
  padding: 1rem 2rem;
  width: 100%;
}

#contact .form form .country {
  background: #d6dff6;
  padding: 1rem 2rem;
}

#contact .form form .category {
  background: #a357bd;
  padding: 1rem 2rem;
}

#contact .form form .messages {
  background: #8092db;
  padding: 1rem 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#contact .form form button {
  background: #501556;
  color: #fff;
  font-size: 1.2rem;
  width: 150px;
  font-family: "ttcbold";
  margin: 1rem auto 0;
  display: block;
  border-radius: 30px;
}

#contact .address {
  background: #f8f3f7;
  padding: 3rem 0;
}

#contact .address h1 {
  color: #501556;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: ttcbold;
}

#contact .address .items {
  margin-top: 1.5rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#contact .address .left {
  width: 100%;
}

#contact .address .left p {
  color: #501556;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: ttcmedium;
}

#contact .address .right {
  display: flex;
  align-items: start;
  width: 100%;
}

#contact .address .right button {
  background: #fff;
  color: #501556;
  padding: 0.4rem 2rem;
  border: 1px solid transparent;
  border-radius: 3rem;
  font-family: ttcmedium;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#contact .address .right button.active {
  background: #501556;
  color: #fff;
  font-size: 1rem;
}

#contact .address .right .tab-content {
  margin-left: 1rem;
  width: 100%;
  height: 150px;
}

#contact .address .right .tab-content h2 {
  font-family: ttcbold;
  font-size: 1rem;
  color: #606060;
}

#contact .address .right .tab-content h2 span {
  font-family: ttcmedium;
}

#contact .address .right .tab-content p {
  color: #606060;
  font-family: ttcmedium;
  margin-top: 0.5rem;
}

#contact .address .right .tab-content a {
  padding: 0;
  font-family: ttcbold;
  font-size: 1rem;
  color: #606060;
  margin-top: 1rem;
  display: block;
}

#contact .maps {
  /* height: 500px; */
  /* transform: scale(3); */
}

#contact .maps>div {
  /* height: 100%; */
  position: relative;
}

#contact .maps img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

#contact .maps .pin {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -100%);
  width: 7%;
}

#contact .maps .pin img {
  width: 100%;
}

#contact .maps .jkt .pin {
  top: 42%;
  left: 56%;
}

#contact .maps .jkt .eye {
  position: absolute;
  width: 13%;
  top: 51.7%;
  left: 32.3%;
  opacity: 1;
  aspect-ratio: 1;
  /* background-color: #000; */
  border-radius: 50%;
}

#contact .maps .jkt .eye2 {
  position: absolute;
  width: 13%;
  top: 51.7%;
  left: 54.5%;
  opacity: 1;
  aspect-ratio: 1;
  /* background-color: #000; */
  border-radius: 50%;
}

#contact .maps .jkt .eye .pupil {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 50%;
}

#contact .maps .sg .pin {
  top: 64%;
  left: 50%;
}

#contact .maps .sg .eye {
  position: absolute;
  width: 13%;
  top: 52.8%;
  left: 35.8%;
  opacity: 1;
  aspect-ratio: 1;
  /* background-color: #000; */
  border-radius: 50%;
}

#contact .maps .sg .eye2 {
  position: absolute;
  width: 13%;
  top: 52.9%;
    left: 57.5%;
  opacity: 1;
  aspect-ratio: 1;
  /* background-color: #000; */
  border-radius: 50%;
}

#contact .maps .sg .eye .pupil {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 50%;
}

@media (orientation: portrait) {
  #contact {
    overflow: hidden;
  }

  #contact .form .text .left h1 {
    font-size: 2rem;
  }

  #contact .form .text .left p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  #contact .form .text .right {
    margin-top: 1rem;
  }

  #contact .form form {
    /* padding: 0 2rem; */
    /* position: relative; */
    width: 100%;
    padding: 0 60px;
  }

  #contact .form form>div label {
    font-size: 1.2rem;
  }

  #contact .form form .phone {
    flex-direction: column
  }

  #contact .form form .phone .left {
    margin-bottom: 1rem !important;
  }

  #contact .form .img1 {
    width: 75px;
    margin-left: 60px;
  }

  #contact .form .img2 {
    width: 75px;
    margin-left: 60px;
  }

  #contact .form .img3 {
    width: 75px;
    margin-right: 60px;
  }

  /*
  #contact .form .img1 {
    right: 100%;
    top: 0%;
    width: 100px;
  }

  #contact .form .img2 {
    width: 100px;
    right: 100%;
    top: 0%;
  }

  #contact .form .img3 {
    left: 100%;
    top: 0%;
    width: 100px;
  }
    */

  #contact .address h1 {
    font-size: 2rem;
  }

  #contact .address .left p {
    font-size: 1rem;
    line-height: 1rem;
  }

  #contact .address .items {
    flex-direction: column;
  }

  #contact .address .right {
    margin-top: 1rem;
  }

  #contact .maps {
    /* height: 250px; */
  }
}