body {
  background: #111113;
}

.sec1 {
  padding: 91px 0 140px;
}

.sec1 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.sec1 .wrap .little_title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 50px 0;
}

.sec1 .wrap .contact_list {
  display: flex;
  justify-content: space-between;
}

.sec1 .wrap .contact_list .item {
  width: 360px;
}

.sec1 .wrap .contact_list .item .h5 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sec1 .wrap .contact_list .item .p {
  font-weight: 400;
  font-size: 16px;
  color: #9D9D9F;
  line-height: 24px;
}

.sec1 .wrap .contact_list .item:nth-last-child(1) .p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}

.sec1 .wrap .map {
  margin: 70px 0 42px;
  width: 100%;
  position: relative;
}

.sec1 .wrap .map img {
  display: block;
  width: 100%;
}

.sec1 .wrap .map img:nth-last-child(1) {
  position: absolute;
  width: 1089px;
  top: 94px;
  left: 187px;
}

.sec1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}

.sec1 .wrap .list .item {
  width: 320px;
  height: 380px;
}

.sec1 .wrap .list .item .item_box {
  width: 100%;
  height: 100%;
  background: #1F1F21;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  padding: 37px 35px 0;
  transition: 0.6s;
  transform-origin: 20px 20px;
}

.sec1 .wrap .list .item .item_box:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #F8AB21;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 16px;
}

.sec1 .wrap .list .item .item_box .h5 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 17px;
  white-space: nowrap;
}

.sec1 .wrap .list .item .item_box .item_des .tr:not(:last-child) {
  margin-bottom: 16px;
}

.sec1 .wrap .list .item .item_box .item_des .tr .th {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
}

.sec1 .wrap .list .item .item_box .item_des .tr .td {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.sec1 .wrap .list .item .item_box:hover {
  transform: rotate(5deg);
}

.sec2 {
  padding: 87px 0 103px;
  background: #FFFFFF;
}

.sec2 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 88px;
}

.sec2 .wrap .box {
  width: 850px;
  margin: 0 0 0 auto;
}

.sec2 .wrap .box .box_title {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-bottom: 25px;
}

.sec2 .wrap .box form input {
  width: 100%;
  height: 60px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 0 27px;
  border: unset;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin: 0 0 15px;
}

.sec2 .wrap .box form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.sec2 .wrap .box form textarea {
  width: 100%;
  height: 160px;
  background: #F5F5F5;
  border-radius: 30px;
  padding: 15px 27px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin: 0 0 40px;
  border: unset;
}

.sec2 .wrap .box form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.sec2 .wrap .box form button {
  padding: 0 20px;
  width: fit-content;
  height: 46px;
  background: #F8AB21;
  border-radius: 25px 25px 25px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}

.sec2 .wrap .box form button p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.sec2 .wrap .box form button img {
  display: block;
  width: 8px;
}

@media screen and (max-width: 1919px) {
  .text_effect .fist div {
    min-width: auto;
  }

  .sec1 {
    padding: 4.7395833333vw 0px 7.2916666667vw;
  }

  .sec1 .wrap .title {
    font-size: 2.6041666667vw;
  }

  .sec1 .wrap .little_title {
    font-size: 1.5625vw;
    margin: 2.6041666667vw 0px;
  }

  .sec1 .wrap .contact_list .item {
    width: 18.75vw;
  }

  .sec1 .wrap .contact_list .item .h5 {
    font-size: 1.25vw;
    margin-bottom: 0.9375vw;
  }

  .sec1 .wrap .contact_list .item .p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .sec1 .wrap .contact_list .item:nth-last-child(1) .p {
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
  }

  .sec1 .wrap .map {
    margin: 3.6458333333vw 0px 2.1875vw;
  }

  .sec1 .wrap .map img:nth-last-child(1) {
    width: 56.71875vw;
    top: 4.8958333333vw;
    left: 9.7395833333vw;
  }

  .sec1 .wrap .list {
    gap: 3.125vw 2.0833333333vw;
  }

  .sec1 .wrap .list .item {
    width: 16.6666666667vw;
    height: 19.7916666667vw;
  }

  .sec1 .wrap .list .item .item_box {
    border-radius: 0.5208333333vw;
    padding: 1.9270833333vw 1.8229166667vw 0px;
    transform-origin: 1.0416666667vw 1.0416666667vw;
  }

  .sec1 .wrap .list .item .item_box::after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    top: 0.8333333333vw;
    left: 0.8333333333vw;
  }

  .sec1 .wrap .list .item .item_box .h5 {
    font-size: 1.25vw;
    margin-bottom: 0.8854166667vw;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr:not(:last-child) {
    margin-bottom: 0.8333333333vw;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr .th {
    font-size: 0.8333333333vw;
    margin-bottom: 0.15625vw;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr .td {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .sec2 {
    padding: 4.53125vw 0px 5.3645833333vw;
  }

  .sec2 .wrap .title {
    font-size: 1.5625vw;
    line-height: 1.875vw;
    margin-bottom: 4.5833333333vw;
  }

  .sec2 .wrap .box {
    width: 44.2708333333vw;
  }

  .sec2 .wrap .box .box_title {
    font-size: 1.25vw;
    margin-bottom: 1.3020833333vw;
  }

  .sec2 .wrap .box form input {
    height: 3.125vw;
    border-radius: 2.0833333333vw;
    padding: 0px 1.40625vw;
    font-size: 0.9375vw;
    margin: 0px 0px 0.78125vw;
  }

  .sec2 .wrap .box form textarea {
    height: 8.3333333333vw;
    border-radius: 1.5625vw;
    padding: 0.78125vw 1.40625vw;
    font-size: 0.9375vw;
    margin: 0px 0px 2.0833333333vw;
  }

  .sec2 .wrap .box form button {
    padding: 0px 1.0416666667vw;
    height: 2.3958333333vw;
    border-radius: 1.3020833333vw;
    gap: 0.5208333333vw;
  }

  .sec2 .wrap .box form button p {
    font-size: 0.9375vw;
  }

  .sec2 .wrap .box form button img {
    width: 0.4166666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec1 {
    padding: 50px 0;
  }

  .sec1 .wrap .title {
    font-size: 24px;
  }

  .sec1 .wrap .little_title {
    font-size: 20px;
    margin: 20px 0;
  }

  .sec1 .wrap .contact_list .item .h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec1 .wrap .contact_list .item .p {
    font-size: 14px;
    line-height: 2;
  }

  .sec1 .wrap .contact_list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec1 .wrap .contact_list .item {
    width: calc(50% - 10px);
  }

  .sec1 .wrap .contact_list .item:nth-last-child(1) .p {
    font-size: 14px;
    line-height: 2;
  }

  .sec1 .wrap .map {
    margin: 30px 0;
  }

  .sec1 .wrap .map img:nth-last-child(1) {
    width: 70.71875vw;
    top: 6.295833vw;
    left: 11.739583vw;
  }

  .sec1 .wrap .list {
    flex-wrap: wrap;
    gap: 20px 15px;
  }

  .sec1 .wrap .list .item {
    width: calc(50% - 10px);
  }

  .sec1 .wrap .list .item .item_box {
    border-radius: 10px;
    padding: 20px;
    transform-origin: unset;
  }

  .sec1 .wrap .list .item .item_box:hover {
    transform: none;
  }

  .sec1 .wrap .list .item .item_box::after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
  }

  .sec1 .wrap .list .item .item_box .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr .th {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr .td {
    font-size: 14px;
    line-height: 2;
  }

  .sec1 .wrap .list .item {
    height: auto;
  }

  .sec1 .wrap .list .item .item_box .item_des .tr:not(:last-child) {
    margin-bottom: 10px;
  }

  .sec2 {
    padding: 50px 0;
  }

  .sec2 .wrap .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .sec2 .wrap .box {
    width: 100%;
  }

  .sec2 .wrap .box .box_title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec2 .wrap .box form input {
    height: 36px;
    border-radius: 18px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sec2 .wrap .box form textarea {
    height: 120px;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px
  }

  .sec2 .wrap .box form button {
    padding: 0 20px;
    height: 36px;
    border-radius: 18px;
    gap: 10px;
  }

  .sec2 .wrap .box form button p {
    font-size: 14px;
  }

  .sec2 .wrap .box form button img {
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec1 .wrap .list .item {
    width: 100%;
  }
}