* {
  margin: 0%;
  padding: 0;
	-webkit-tap-highlight-color: transparent;
}

.navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: sticky;
  top: 0;
  height: 70px;
  z-index: 100;
}

.navbar::before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 70px;
  background: black;
  z-index: -1;

}

.nav-container {
  width: 36%;
  float: left;

}

.nav-container ul {

  display: flex;
}

.nav-container ul li {
  list-style: none;
  font-size: 1rem;
  padding: 10px;
  padding-left: 30px;
  padding-right: 20px;


}

.nav-container ul li a {
  color: azure;
  display: block;
  padding: 3.5px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .3s;

}

.nav-container ul li a:hover {
  color: black;
  background-color: aliceblue;
  opacity: 0.75;
  transform: scale(1.2);
}


/* Container 2*/

.nav-container-2 {
  width: 60%;
  text-align: center;
  margin: 0;
}

.nav-container-2 a {
  text-decoration: none;
}
/* @media(max-width: 529px) {
  .nav-container-2 a{
      width: 200px;
      height: 200px;
      text-decoration: ;
  }
} */

.nav-container-2 a p{
  font-family: 'Laila', sans-serif;
  font-size: 3rem;
  color: aliceblue;
}



/*container 3*/

.nav-container-3 {
  width: 30%;
  float: right;

}

.nav-container-3 ul {

  display: flex;
  float: right;
}

.nav-container-3 ul li {
  list-style: none;
  font-size: 1rem;
  padding: 10px;
  padding-left: 20px;
  padding-right: 30px;

}

.nav-container-3 ul li a {
  color: azure;
  display: block;
  padding: 3.5px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .3s;

}

.nav-container-3 ul li a:hover {
  color: black;
  background-color: aliceblue;
  opacity: 0.75;
  transform: scale(1.2);
}




/*menu button*/




.wrapper{
  display: none;
}

#active{
  display: none;
}
.footer {
  background-color: #161e2d;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.footer .icons {
  font-size: x-large;
}

.fab {
  padding: 10px;
  font-size: 25px;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#result{
/* background-color: blue ; */
color: white;
}

