.contact {
  width: 100%;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 280px;
}
.contact .map {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
}
.contact .content {
  position: relative;
  padding: 30px;
  padding-top: 0;
  background-color: transparent;
}
.contact .content .contact-card {
  padding: 15px;
  padding-top: 40px;
  background-image: linear-gradient(180deg, #eeebeb, white);
  height: 610px;
  width: 1100px;
  min-width: 70%;
  display: flex;
  overflow: hidden;
  margin: auto;
  border-radius: 20px;
  border: 2px solid white;
}
.contact .content .contact-card .left {
  padding-top: 20px;
  width: 50%;
  height: 100%;
}
.contact .content .contact-card .left .card-text {
  color: #1b1b1b;
  font-size: 18px;
  padding: 0 10px;
  line-height: 25px;
}
.contact .content .contact-card .left .card-header {
  padding: 20px 10px;
  color: darkgoldenrod;
}
.contact .content .contact-card .left .card-header h1 {
  font-size: 24px;
  font-weight: normal;
}
.contact .content .contact-card .left .contact-info {
  padding: 20px 0;
  font-size: 90%;
  padding: 4px 10px;
  display: flex;
  line-height: 20px;
  text-decoration: none;
  color: #000000;
}
.contact .content .contact-card .left .contact-info .icon {
  color: #000000;
  padding-right: 10px;
  font-size: 5px;
}
.contact .content .contact-card .right {
  width: 50%;
  height: 100%;
}
.contact .content .contact-card .right .input {
  margin: 20px 0px;
  padding: 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  font-size: 20px;
  width: calc(100% - 42px);
  outline: none;
  resize: none;
}
.contact .content .contact-card .right .send {
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  background-color: #71CD9D;
  border-radius: 30px;
  color: #ffff;
  outline: none;
  border: none;
  cursor: pointer;
}
.contact .content .contact-card .right .send:hover {
  transition: all 0.3s ease-in-out;
  background-color: #E86496;
}
@media only screen and (max-width: 1200px) {
  .contact {
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 280px;
  }
  .contact .map {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
  }
  .contact .content {
    position: relative;
    padding: 10px;
    width: calc(100% - 20px);
    padding-top: 0;
    text-align: center;
  }
  .contact .content .contact-card {
    text-align: center;
    padding: 15px;
    padding-top: 40px;
    background-image: linear-gradient(180deg, #eeebeb, white);
    height: auto;
    width: calc(100% - 32px);
    display: block;
    margin: auto;
    border-radius: 20px;
    border: 2px solid white;
  }
  .contact .content .contact-card .left {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }
  .contact .content .contact-card .left .card-text {
    color: #1b1b1b;
    font-size: 20px;
  }
  .contact .content .contact-card .left .card-header {
    padding: 20px 0;
    font-size: 30px;
    color: darkgoldenrod;
  }
  .contact .content .contact-card .left .contact-info {
    padding: 20px 0;
    font-size: 26px;
    display: flex;
  }
  .contact .content .contact-card .left .contact-info .icon {
    color: #000000;
    padding-right: 10px;
    font-size: 25px;
  }
  .contact .content .contact-card .right {
    width: 100%;
    position: relative;
    z-index: 222;
  }
  .contact .content .contact-card .right .input {
    margin: 20px 0px;
    padding: 20px 20px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    font-size: 20px;
    width: calc(100% - 42px);
    outline: none;
    resize: none;
  }
  .contact .content .contact-card .right .send {
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #71CD9D;
    border-radius: 30px;
    color: #ffff;
    outline: none;
    border: none;
    cursor: pointer;
  }
  .contact .content .contact-card .right .send:hover {
    transition: all 0.3s ease-in-out;
    background-color: #E86496;
  }
}
