* {
  padding: 0;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
 
  font-family: "Segoe UI", sans-serif;

}
body{
  background-color: hsl(0, 0%, 90%);;
}
/* Navbar */
.navbar {
  position: relative;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
background-color: #1f1c2c;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  height: 5em;box-shadow: -2px 17px 40px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);


}

/* Logo */
.logo {
  font-size: 30px;
  font-weight: 700;
  position: relative;
 
  
  color: #fff1f1;
}

/* Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 32px;
  font-size:25px ;
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  padding: 4px 0;
}

/* Button */
.btn {
  border: none;
  padding: 10px 22px;
  border-radius: 20px;
  background: linear-gradient(#ffd369, #ff9f1c);
  color: #1f1c2c;
  font-weight: 600;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);}
/* second navbar */  
.nav{
position: relative;
top: 350px;

  display: flex;
  align-items: center;
  justify-content:space-around;
  padding: 16px 40px;
background-color: #1f1c2c;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  height: 5em;
  box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);

}.butn{

    border: none;
  padding: 10px 22px;
  border-radius: 20px;
  background: linear-gradient(#ffd369, #ff9f1c);
  color: #1f1c2c;
  font-weight: 600;
  display: flex;
  position: relative;
left: -30em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.butn:hover{

    transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);}
  /*      3 navbar */

.bar{

position: relative;
top: 550px;
  display: flex;
  align-items: center;
  justify-content:space-evenly;
  padding: 16px 40px;
background-color: #1f1c2c;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  height: 5em;
  box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 17px 40px -1px rgba(0,0,0,0.75);


}.button{
  
    border: none;
  padding: 10px 22px;
  border-radius: 20px;
  background: linear-gradient(#ffd369, #ff9f1c);
  color: #1f1c2c;
  font-weight: 600;
  display: flex;

  position: relative;
left: 20em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover{

    transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);}
.links{

    list-style: none;
    justify-content: flex-start;
  display: flex;
  gap: 32px;
  font-size:25px ;
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  position: relative;

  left: 23em;
  padding: 4px 0;
}
