@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
}

.head {
  color: #010101;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .head {
    color: #010101;
    font-size: 28px;
    font-weight: 700;
  }
}

.button {
  transition: all 0.5s;
  background: #010101;
  box-shadow: -4px -5px 0px #646464;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.button:hover {
  background-color: #646464;
  color: white;
  box-shadow: none;
}
.button:active {
  background-color: #010101 !important;
  color: white !important;
  box-shadow: none;
  transform: translateY(4px);
}

.sub-head {
  color: #010101;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .sub-head {
    color: #010101;
    font-size: 24px;
    font-weight: 600;
  }
}
.sub-head span {
  position: relative;
}
.sub-head span::after {
  position: absolute;
  content: url("../img/icon/line.svg");
  left: -1.8em;
  top: -5px;
}
@media (max-width: 575.98px) {
  .sub-head span::after {
    display: none;
  }
}
.sub-head span::before {
  position: absolute;
  content: url("../img/icon/line.svg");
  right: -1.8em;
  top: -5px;
}
@media (max-width: 575.98px) {
  .sub-head span::before {
    display: none;
  }
}

.text {
  color: #010101;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .text {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
  }
}

.form-main {
  border-radius: 10px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
}

.polish,
.elastomer {
  background-color: #f5f5f5;
}

.navbar-main {
  background-color: #e5f3f8;
}

.card-simple {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #e5f3f8 !important;
}
.card-simple .card-head {
  color: #010101;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .card-simple .card-head {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
  }
}
.card-simple .text-li {
  color: #010101;
  font-size: 20px;
  font-weight: 400;
  list-style: url("../img/icon/list.svg");
}
@media (max-width: 575.98px) {
  .card-simple .text-li {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
  }
}

.footer {
  background: linear-gradient(0deg, #010101 73%, white 50%);
}
.footer .footer-upper {
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.footer .footer-upper form .form-control,
.footer .footer-upper form .form-select {
  box-shadow: none;
}
.footer .footer-upper form .form-control:focus,
.footer .footer-upper form .form-select:focus {
  box-shadow: none;
  border: 1px solid #646464;
}
.footer .footer-upper form .form-control::-moz-placeholder, .footer .footer-upper form .form-select::-moz-placeholder {
  color: #646464;
  font-size: 18px;
  font-weight: 400;
}
.footer .footer-upper form .form-control::placeholder,
.footer .footer-upper form .form-select::placeholder {
  color: #646464;
  font-size: 18px;
  font-weight: 400;
}

.footer-bottom {
  background-color: #646464;
}/*# sourceMappingURL=style.css.map */