html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

header {
  width: 1520px;
  height: 400px;
  margin-top: 30px;
}
header #imgs {
  display: flex;
  flex-direction: row;
  width: 1520px;
  height: 400px;
  gap: 20px;
  justify-content: center;
}
header #imgs img {
  width: 470px;
  height: 400px;
  object-fit: cover;
}

#animation {
  position: relative;
  width: 1520px;
  height: 70px;
}
#animation #ball {
  background-image: linear-gradient(to bottom right, rgb(205, 196, 255), rgb(249, 190, 255), rgb(255, 224, 182));
  width: 50px;
  height: 50px;
  border-radius: 60px;
  margin-top: 20px;
  margin-left: 50px;
  animation-name: ball;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  position: absolute;
}
@keyframes ball {
  0% {
    left: 0px;
  }
  1% {
    left: 50px;
    width: 100px;
  }
  2% {
    left: 70px;
    width: 150px;
  }
  3% {
    left: 100px;
    width: 200px;
  }
  5% {
    left: 400px;
    width: 500px;
  }
  20% {
    left: 1300px;
    width: 50px;
  }
  21% {
    left: 1350px;
    width: 50px;
  }
  25% {
    left: 1200px;
    width: 150px;
  }
  40% {
    left: 1000px;
    width: 200px;
  }
  50% {
    left: 500px;
    width: 500px;
  }
  70% {
    left: 400px;
    width: 200px;
  }
  100% {
    left: 0px;
    width: 50px;
  }
}

main {
  width: 1420px;
  margin-top: 20px;
  display: flex;
}
main #one {
  width: 600px;
  height: 300px;
  background-image: linear-gradient(to bottom right, rgb(239, 236, 255), rgb(253, 236, 255), rgb(255, 243, 226));
  border-radius: 70px;
  position: relative;
  margin-left: 100px;
}
main #one:hover {
  box-shadow: 10px 10px 15px 4px #a78ba9;
  transition-duration: 0.2s;
}
main #one h1 {
  font-family: "BPG Mikheil Stefane", sans-serif;
  font-weight: 800;
  margin-left: 80px;
  margin-top: 90px;
  position: absolute;
}
main #one h2 {
  position: absolute;
  font-size: 24px;
  margin-left: 60px;
  margin-top: 40px;
  font-family: "BPG Rioni Arial", sans-serif;
  color: rgb(97, 97, 97);
  font-weight: 500;
}
main #one p {
  position: absolute;
  margin-top: 160px;
  margin-left: 60px;
  font-family: "BPG Rioni Arial", sans-serif;
  font-size: 24px;
  color: rgb(97, 97, 97);
  font-weight: 500;
}
main #two {
  width: 500px;
  height: 250px;
  background-image: linear-gradient(to bottom right, rgb(233, 229, 255), rgb(253, 236, 255), rgb(254, 237, 213));
  border-radius: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}
main #two:hover {
  box-shadow: 10px 10px 15px 4px #a98b9e;
  transition-duration: 0.2s;
}
main #two p {
  position: absolute;
  font-family: "BPG Rioni Arial", sans-serif;
  font-size: 24px;
  color: rgb(97, 97, 97);
  font-weight: 500;
  margin-left: 50px;
  margin-right: 30px;
}

#imgs2 {
  display: flex;
  flex-direction: row;
  width: 1520px;
  height: 400px;
  gap: 20px;
  margin-top: 80px;
  justify-content: center;
  margin-bottom: 40px;
}
#imgs2 img {
  width: 470px;
  height: 400px;
  object-fit: cover;
}/*# sourceMappingURL=style.css.map */