* {
  margin: 0;
  line-height: calc(1em + 0.5rem);
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: 'Work Sans', sans-serif;
  margin: 0 auto;
}

img,
svg,
picture {
  display: block;
  max-width: 100%;
  user-select: none;
}

/* heabder*/
/* ÷ */

.logo {
  width: 50%;

}

.header-a {
  text-align: center;
}

.footer-svg-1 {
  justify-content: center;

}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}

.nav-conatiner {
  display: flex;
  justify-content: center;
  margin: 40px;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  text-align: center;
  overflow-x: auto;
}


.links {
  display: flex;
  text-align: center;
  align-items: center;

}

.links li {
  margin: 0 20px;
  list-style: none;
  text-align: right;
  text-align: center;
  text-transform: capitalize;
}


a {
  text-decoration: none;
  color: var(--text-color);
  text-transform: capitalize;

}


a:active {
  background-color: #db0808;
  color: #ffffff;

}

a:hover {
  color: #ffffff;
  background-color: #db0808;
  padding: 10px;
}

p {
  font-family: "Work Sans", sans-serif;

}

button {
  border: 1px solid transparent;
  padding: 6px 10px;
  margin: 10px 10px;
  font-size: 0.8em;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  background-color: #ffffff;
  color: var(--text-color);
  cursor: rgb(255, 255, 255) transition;
}

button:hover {
  background-color: #000000;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1400px;
  background-color: #2e2e2e;
  color: #ffffff;
  padding: 100px 300px;
  margin-top: 100px;
}

.footer-col-1 {
  padding: 20px;
}

.footer-box-1 {
  width: 400px;
  color: #ffffff !important;
  font-size: 14px;
}

.footer-links li {
  color: white;
  list-style: none;
  margin-top: 4px;
}

.footer-links a {
  color: white;

}

.footer-logos {
  margin-top: 30px;
}

.footer-svg-1 {
  margin-top: 20px;
  display: flex;
}

.footer-svg {
  width: 40px;
  color: #ffffff;
}