.contact1 {
  height: 44.2708333333vw;
  position: relative;
  z-index: 1;
}
.contact1 .parallax {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contact1 .parallax .wrap .title {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  top: -70px;
}

.contact2 {
  padding: 60px 0 180px;
}
.contact2 .wrap {
  width: 1800px;
  margin: auto;
}
.contact2 .wrap .up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.contact2 .wrap .up .item {
  width: 100%;
  border-radius: 14px;
  background: #F8F8F8;
  padding: 52px 50px 60px 62px;
}
.contact2 .wrap .up .item .icon {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact2 .wrap .up .item .icon img {
  object-fit: contain;
  transition: 1s;
  max-width: 70%;
  max-height: 70%;
}
.contact2 .wrap .up .item .text {
  margin: 62px 0 0 0;
}
.contact2 .wrap .up .item .text p {
  color: var(--color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.contact2 .wrap .up .item .text .a1 {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}
.contact2 .wrap .up .item .text .a1:hover {
  color: var(--color);
}
.contact2 .wrap .up .item .text .a2 {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}
.contact2 .wrap .up .item .text .a2:hover {
  color: var(--color);
}
.contact2 .wrap .content {
  display: flex;
  justify-content: space-between;
  margin: 180px 0 0 0;
}
.contact2 .wrap .content .l {
  width: 767px;
}
.contact2 .wrap .content .l .headline {
  color: #1A1A1A;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.111%;
  text-transform: capitalize;
}
.contact2 .wrap .content .l .message {
  margin: 190px 0 0 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
.contact2 .wrap .content .l .message .code {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  border: 1px solid #FDD000;
  overflow: hidden;
  position: relative;
}
.contact2 .wrap .content .l .message .code svg {
  position: absolute;
  width: 57px;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contact2 .wrap .content .l .message .code img {
  width: 100%;
  height: 100%;
}
.contact2 .wrap .content .l .message p {
  width: 359px;
  color: #888;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.contact2 .wrap .content .form {
  width: 970px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 34px;
}
.contact2 .wrap .content .form .list {
  width: 468px;
}
.contact2 .wrap .content .form .list.all {
  width: 100%;
}
.contact2 .wrap .content .form .list .pick {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 7px;
}
.contact2 .wrap .content .form .list input {
  width: 100%;
  height: 60px;
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 0 15px;
  font-size: 16px;
  transition: .6s ease;
}
.contact2 .wrap .content .form .list input:focus {
  border-color: var(--color);
}
.contact2 .wrap .content .form .list textarea {
  width: 100%;
  height: 162px;
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  transition: .6s ease;
}
.contact2 .wrap .content .form .list textarea:focus {
  border-color: var(--color);
}
.contact2 .wrap .content .form .button {
  height: 42px;
  width: fit-content;
  padding: 0 26px 0 26px;
  border-radius: 10px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.contact2 .wrap .content .form .button p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.contact2 .wrap .content .form .button img {
  width: 15px;
}


@media screen and (max-width: 1919px) {
  .contact1 .parallax .wrap .title{
    font-size: 2.8125vw;
    top: -3.6458333333vw;
  }
  .contact2{
    padding: 3.125vw 0px 9.375vw;
  }
  .contact2 .wrap{
    width: 93.75vw;
  }
  .contact2 .wrap .up{
    gap: 1.5625vw;
  }
  .contact2 .wrap .up .item{
    border-radius: 0.7291666667vw;
    padding: 2.7083333333vw 2.6041666667vw 3.125vw 3.2291666667vw;
  }
  .contact2 .wrap .up .item .icon{
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 0.625vw;
  }
  .contact2 .wrap .up .item .text{
    margin: 3.2291666667vw 0px 0px;
  }
  .contact2 .wrap .up .item .text p{
    font-size: 1.0416666667vw;
    margin: 0px 0px 0.5208333333vw;
  }
  .contact2 .wrap .up .item .text .a1{
    font-size: 0.9375vw;
  }
  .contact2 .wrap .up .item .text .a2{
    font-size: 1.25vw;
  }
  .contact2 .wrap .content{
    margin: 9.375vw 0px 0px;
  }
  .contact2 .wrap .content .l{
    width: 39.9479166667vw;
  }
  .contact2 .wrap .content .l .headline{
    font-size: 1.875vw;
  }
  .contact2 .wrap .content .l .message{
    margin: 9.8958333333vw 0px 0px;
    gap: 1.1458333333vw;
  }
  .contact2 .wrap .content .l .message .code{
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 0.8333333333vw;
  }
  .contact2 .wrap .content .l .message .code svg{
    width: 2.96875vw;
  }
  .contact2 .wrap .content .l .message p{
    width: 18.6979166667vw;
    font-size: 0.9375vw;
  }
  .contact2 .wrap .content .form{
    width: 50.5208333333vw;
    gap: 1.0416666667vw 1.7708333333vw;
  }
  .contact2 .wrap .content .form .list{
    width: 24.375vw;
  }
  .contact2 .wrap .content .form .list .pick{
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.3645833333vw;
  }
  .contact2 .wrap .content .form .list input{
    height: 3.125vw;
    border-radius: 0.3645833333vw;
    padding: 0px 0.78125vw;
    font-size: 0.8333333333vw;
  }
  .contact2 .wrap .content .form .list textarea{
    height: 8.4375vw;
    border-radius: 0.3645833333vw;
    padding: 0.78125vw;
    font-size: 0.8333333333vw;
  }
  .contact2 .wrap .content .form .button{
    height: 2.1875vw;
    padding: 0px 1.3541666667vw;
    border-radius: 0.5208333333vw;
    gap: 0.4166666667vw;
  }
  .contact2 .wrap .content .form .button p{
    font-size: 0.8333333333vw;
  }
  .contact2 .wrap .content .form .button img{
    width: 0.78125vw;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== contact1 ===== */
  .contact1{
    height: 30vh;
    margin: 60px 0 0 0;
  }
  .contact1 .parallax .wrap .title{
    font-size: 24px;
    top: -50px;
  }

  /* ===== contact2 ===== */
  .contact2{
    padding: 40px 0 60px;
  }
  .contact2 .wrap{
    width: 90%;
  }
  .contact2 .wrap .up{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact2 .wrap .up .item{
    border-radius: 12px;
    padding: 20px 15px;
  }
  .contact2 .wrap .up .item .icon{
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  .contact2 .wrap .up .item .text{
    margin: 24px 0 0 0;
  }
  .contact2 .wrap .up .item .text p{
    font-size: 14px;
    margin: 0 0 6px;
  }
  .contact2 .wrap .up .item .text .a1{
    font-size: 13px;
  }
  .contact2 .wrap .up .item .text .a2{
    font-size: 16px;
  }
  .contact2 .wrap .content{
    flex-direction: column;
    gap: 40px;
    margin: 50px 0 0 0;
  }
  .contact2 .wrap .content .l{
    width: 100%;
  }
  .contact2 .wrap .content .l .headline{
    font-size: 20px;
  }
  .contact2 .wrap .content .l .message{
    margin: 30px 0 0 0;
    gap: 16px;
  }
  .contact2 .wrap .content .l .message .code{
    width: 100px;
    height: 100px;
    border-radius: 12px;
  }
  .contact2 .wrap .content .l .message .code svg{
    width: 40px;
  }
  .contact2 .wrap .content .l .message p{
    width: auto;
    flex: 1;
    font-size: 13px;
  }
  .contact2 .wrap .content .form{
    width: 100%;
    gap: 16px;
  }
  .contact2 .wrap .content .form .list{
    width: 100%;
  }
  .contact2 .wrap .content .form .list .pick{
    font-size: 13px;
    margin: 0 0 6px;
  }
  .contact2 .wrap .content .form .list input{
    height: 44px;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 13px;
  }
  .contact2 .wrap .content .form .list textarea{
    height: 120px;
    border-radius: 6px;
    padding: 12px;
    font-size: 13px;
  }
  .contact2 .wrap .content .form .button{
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    gap: 6px;
  }
  .contact2 .wrap .content .form .button p{
    font-size: 13px;
  }
  .contact2 .wrap .content .form .button img{
    width: 12px;
  }
  .contact2 .wrap .up .item .icon img{
    max-width: 50%;
    max-height: 50%;
  }
  .contact2 .wrap .content .l .headline br{
    display: none;
  }
}
