body {
  margin: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

* {
  box-sizing: inherit;
}

header {
  height: 101px;
  z-index: 3;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
  position: relative;
}

a {
  color: black;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.logo {
  background-image: url("../img/Logo_IG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 50px;
}

.logo img {
  height: 100%;
}

.left-nav {
  display: flex;
  height: 100%;
  align-items: center;
}

.left-nav nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.left-nav nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.left-nav nav ul li a:hover {
  color: #ff6c3e;
}

.right-nav {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.find-store {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}

.find-store i {
  font-size: 24px;
  padding-right: 8px;
}

.find-store:hover {
  color: #ff6c3e;
}

.sign-in,
.join-now {
  padding: 7px 16px;
  border: 1px solid;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
}

.sign-in {
  margin-right: 16px;
  transition: all 0.2s ease;
}

.sign-in:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.join-now {
  background-color: #6a0000;
  color: white;
  transition: all 0.2s ease;
}

.join-now:hover {
  background-color: rgba(194, 25, 25, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.text-decoration {
  color: white;
  text-decoration: none;
}

.icon-2 {
  width: 25px;
  height: 25px;
}
