* {
  box-sizing: border-box;
}

.navleft {
  display: flex;
}
.navbar h1 {
  font-size: 32px;
}

.txtlogo a {
  display: flex;
}

.txtlogo p {
  padding-top: 9px;
}

.menu {
  margin-left: 10px;
}
.navicon {
  font-size: 22px;
  padding: 5px;
  border-radius: 25%;
}

.navicon:hover {
  background-color: #ede3d9;
}

.menuwrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 80px;
  padding-top: 5px;
  border-bottom: 2px solid #eaeaeb;
  margin-bottom: 20px;
}

.menuwrapper h1,
.menuwrapper .navfeatures {
  line-height: 63px;
}

.menuwrapper h1,
.footer h1 {
  font-weight: 500;
  font-size: 32px;
}

.footer h1 {
  font-size: 60px;
  margin-top: -13px;
}

.navresp {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.hello {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navrespleft {
  display: flex;
}
.navrespleft h1 {
  font-weight: 500;
  margin-left: 10px;
}

.navbar {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid #eaeaeb;
  padding: 10px 0px;
}

.brand-title {
  font-size: 1.5rem;
  margin: 0.5rem;
  height: 28px;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
  border-top: 1px solid #eaeaeb;
}

.navbar-links li a {
  padding: 5px 0;
}
.navbar-links1 li {
  list-style: none;
  background-color: #f6f9fe;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
}

.navbar-links li a:hover {
  background-color: #e7f1ec;
}

.toggle-button {
  top: 0.75rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  margin: auto 0 auto 15px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #3c4043;
  border-radius: 10px;
}

.navbar {
  display: none;
}

@media (max-width: 1100px) {
  .menuwrapper {
    padding: 0 40px;
  }
}

@media (max-width: 720px) {
  #logores {
    margin-top: 2px;
  }

  .navresponsive {
    display: flex;
    flex-direction: row;
  }

  .navbar .navfeatures {
    margin-top: 6px;
    margin-right: 10px;
  }
  .menuwrapper {
    display: none;
  }

  .navbar {
    display: flex;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toggle-button {
    display: flex;
  }

  .navbar-links {
    display: none;
    width: 100%;
  }

  .toggle1 {
    display: flex;
  }

  .navbar-links1 {
    display: none;
    width: 100%;
  }

  .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }

  .navbar-links ul li {
    text-align: center;
  }

  .navbar-links ul li a {
    padding: 0.5rem 1rem;
  }

  .navbar-links.active1 {
    display: flex;
  }

  .navbar-links1.active2 {
    display: flex;
  }

  .navrespleft.navfeatures {
    margin-right: 5px;
  }

  .navbar .hello h1 {
    margin-left: 50px;
    margin-top: -3px;
    font-weight: 500;
  }
}
