@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.text-sea-green {
  color: #28b0a6;
}

.text-oxford-blue {
  color: #1d293f;
}

.text-charleston-green {
  color: #1d293f;
}

.text-slate-gray {
  color: #546179;
}

.text-cadet-gray {
  color: #667085;
}

.text-celeste {
  color: #bcf0ec;
}

.section__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.64px;
}

.section__desc {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.38px;
}

.fw-medium {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-72 {
  margin-bottom: 72px;
}

hr {
  background-color: #e9ecef;
  opacity: 1;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.support {
  margin-top: 100px;
}

.support__card {
  width: 648px;
  max-width: 100%;
  border-radius: 12px;
  padding: 72px 56px;
}

.support__card-content {
  max-width: 364px;
}

.support__card-img {
  background-color: white;
  width: 104px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support__card-img img {
  width: 56px;
}

.support__card-sale {
  background-color: #28b0a6;
}

.support__card-help {
  background-color: #1d293f;
}

.footer {
  margin-top: 136px;
}

@media screen and (min-width: 1600px) {
  .footer .container {
    max-width: 1500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1700px) {
  .footer .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.footer__links li {
  margin-bottom: 16px;
}

.footer__link {
  color: #546179;
  text-decoration: none;
}

.footer__link:hover {
  color: #28b0a6;
}

.footer main {
  margin: 85px 0 120px;
}

.footer__getintouch {
  width: 648px;
  max-width: 100%;
}

.footer__form .input-group {
  background: #ffffff;
  -webkit-box-shadow: 0px 32px 84px rgba(14, 86, 124, 0.16);
          box-shadow: 0px 32px 84px rgba(14, 86, 124, 0.16);
  border-radius: 16px;
  position: relative;
}

.footer__form .input-group .envelope {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10000;
}

.footer__form .form-control {
  padding: 31px 0 30px 69px;
  border-radius: 16px 0 0 16px !important;
  border: none;
  color: #667085;
}

.footer__form .btn-send {
  background: #28b0a6;
  border-radius: 0px 16px 16px 0px;
  border: none;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -0.38px;
  color: white;
  padding: 26px 32px;
}
/*# sourceMappingURL=index.css.map */