body {
  font-family: cairo;
}

.headerclass {
  min-height: max-content;
  /* background-image: url(../images/2\ Phones\ Mockup.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40%;
}

.header {
  /* min-height: 20vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40%;
}

/* .container {
  width: 90%;
  margin: 0 auto;
} */
a {
  text-decoration: none;
  color: rgba(29, 29, 29, 1);
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);

}

.logo2 {
  width: 78.59px;
  height: 79.12px;
  margin-top: 4px;

  padding: 1px;
}

.logo1 {
  width: 187px;
  height: 56px;
  top: 22px;
  left: 120px;
}

.main-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
}

.main-nav li a {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
}

.main-nav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.16);
  transition: 1s;
}

.main-nav li a:hover::after {
  width: 100%;
}

nav .fa-solid {
  display: none;
}

.header-box {
  position: absolute;
  top: 40%;
  text-align: center;
  left: 50%;
  transform:translateX(-70%);
}

h1 {
  font-size: 60px;
  margin-bottom: 30px;
  font-family: Cairo;
}

.header-box h4 {
  font-size: 25px;
  margin-bottom: 10px;
  font-family: Cairo;
}

.btn {
  border: solid darkgrey 1px;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 10px;
}
