nav {
  width: 1520px;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(228, 247, 243));
  border-bottom: 2px solid rgb(95, 161, 150);
  z-index: 10;
}
nav h1 {
  font-family: "BPG Mikheil Stefane", sans-serif;
  font-size: 60px;
  vertical-align: top;
  margin-left: 80px;
  margin-top: 10px;
  opacity: 100%;
  font-weight: 900;
  color: rgb(58, 58, 58);
}
nav h1:hover {
  font-size: 75px;
  transition-duration: 2s;
  color: rgb(0, 72, 48);
}
nav #atag {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-right: 40px;
  margin-top: 30px;
  vertical-align: top;
}
nav #atag a {
  text-decoration: none;
  font-family: "BPG Mikheil Stefane", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: rgb(77, 77, 77);
}
nav #atag a:hover {
  color: rgb(32, 157, 115);
}
nav #atag #active {
  color: rgb(0, 141, 106);
}
nav #search {
  display: flex;
  flex-direction: row;
}
nav #search #lupa {
  width: 40px;
  height: 40px;
  background-color: rgb(61, 163, 150);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
}
nav #search #lupa i {
  font-size: 24px;
  color: rgb(0, 58, 51);
  position: absolute;
}
nav #search #lupa:hover {
  background-color: rgb(75, 195, 155);
}
nav #search input {
  height: 40px;
  width: 300px;
  border-radius: 10px;
  border-color: rgb(190, 197, 195);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  vertical-align: top;
  margin-top: 20px;
}

#news {
  display: flex;
  flex-direction: column;
}
#news h2 {
  font-size: 18px;
  color: rgb(122, 122, 141);
  font-weight: 700;
  margin-top: 40px;
  margin-left: 80px;
  font-family: "BPG Algeti", sans-serif;
}
#news h1 {
  font-family: "ALK Sanet", sans-serif;
  margin-left: 80px;
  margin-top: 30px;
  color: rgb(71, 71, 85);
  font-weight: 700;
}
#news p {
  color: rgb(102, 102, 121);
  font-weight: 700;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 60px;
  width: 1400px;
  font-family: "BPG Algeti", sans-serif;
  font-size: 20px;
}
#news #pics {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}
#news #pics img {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

footer {
  width: 1520px;
  height: 300px;
  margin-top: 80px;
  background-color: rgb(67, 155, 137);
  display: flex;
  flex-direction: row;
}
footer #erti {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-left: 150px;
}
footer #erti a {
  text-decoration: none;
  color: white;
  font-family: "ALK Sanet", sans-serif;
  font-size: 20px;
  width: 200px;
}
footer #ori {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-left: 150px;
}
footer #ori a {
  text-decoration: none;
  color: white;
  font-family: "ALK Sanet", sans-serif;
  font-size: 20px;
}
footer img {
  width: 100px;
  height: 100px;
  margin-left: 600px;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */