.swal2-popup {
  background-color: rgba(1, 1, 1, 0.8509803922) !important;
}

.map {
  margin: 80px 0px;
}

.icon-form {
  background-color: #32171F;
  padding: 70px;
  height: 620px;
}
.icon-form .location {
  display: flex;
  margin: 35px 0;
}
.icon-form .location .content {
  margin-left: 15px;
  position: relative;
  padding-left: 50px;
}
.icon-form .location .content img {
  position: absolute;
  width: 40px;
  left: 0;
}
.icon-form .location .content h2 {
  font-size: 21px;
}
.icon-form .location .content p {
  font-size: 18px;
}

.form-contact {
  background-color: #642D3C;
  padding: 70px;
  height: 620px;
}
.form-contact .form-place {
  border: none;
  border-bottom: 1px solid white;
  background: none !important;
  color: white;
  border-radius: none;
  font-size: 15px;
  width: 100%;
  margin: 20px 0;
  outline: none;
}
.form-contact .form-place::-moz-placeholder {
  font-size: 14px;
  color: rgb(233, 233, 233);
  font-family: "lato-light";
}
.form-contact .form-place::placeholder {
  font-size: 14px;
  color: rgb(233, 233, 233);
  font-family: "lato-light";
}
.form-contact .bttn {
  font-size: 21px;
  border: none;
  color: white;
  background: #32171f;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.title h2 {
  font-size: 25px;
}
.title p {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .form-contact {
    padding: 20px;
  }
  .icon-form {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .icon-form {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    margin: 30px 0px;
  }
  .icon-form {
    flex: 100%;
    width: 100%;
    padding: 20px;
  }
  .form-contact {
    flex: 100%;
    width: 100%;
    padding: 20px;
  }
  .content {
    margin-left: 0 !important;
  }
  .content h2 {
    font-size: 18px !important;
  }
  .content p {
    font-size: 14px !important;
  }
  .title h2 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 575px) {
  .form-contact {
    height: auto;
  }
  .icon-form {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .main-form .frm-prt {
    flex: auto;
  }
  .form-place {
    margin: 10px 0 !important;
  }
}
.white-text {
  color: red !important;
}
