html {
  scroll-behavior: smooth;
}
header {
  box-shadow: 0px 5px 11.3px -4px #8e8e8e38;
}
.header-mkg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.3125rem;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
.header-links li a{
  list-style: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4063rem;
  letter-spacing: 0rem;
  color: #a3a3a3;
  transition: 0.3s ease-in-out;
}
.header-links li a:hover {
  color: #343434;
  cursor: pointer;
}
.buttons-div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-us-anchor {
  padding: 0.9063rem 2rem;
  background: #fb923c;
  font-weight: 700;
  font-size: 0.9425rem;
  line-height: 1.4138rem;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  border-radius: 2.6181rem;
  box-shadow: 0px 5px 9.3px -4.19px #fb923c52;
}
