@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
section {
  margin-bottom: 7rem;
}

.o-nama-container {
  max-width: 1200px;
  margin: 5rem auto;
  /* background-color: aqua; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.item {
  width: 550px;
  height: 450px;
  /* background-color: azure; */
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
}
.item span,
.video-story-container span,
.story-section-wrapper span {
  color: #6ea820;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
.item h2,
.video-story-container h2,
.story-section-wrapper h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: 400;
}

.item p {
  /* text-align: justify; */
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-style: oblique;
  color: #7d7d7d;
}
.item-b .img-a {
  background-image: url(img/o-nama/kutija-02.jpg);
  background-position: center;
  background-size: cover;
  align-self: center;
  height: 450px;
  width: 450px;
  background-color: #7d7d7d2f;
  border-radius: 50%;
}

/* .item-b .leaf-a {
  height: 250px;
  width: 125px;
  background-image: url(/img/list-zeleno.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
} */
.video-story,
.section-story {
  width: 100%;
  height: 60vh;
  background-color: #7d7d7d35;

  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-story-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-story {
  background-image: url(/img/header.png);
  background-position: center;
  background-size: cover;
}
.video-story-container p,
.story-section-wrapper p {
  max-width: 992px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  color: #7d7d7d;
}
.video-story-container.text-start p {
  /* text-align: start; */
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .item {
    width: 100%;
  }
  .item-b .img-a {
    height: 350px;
    width: 350px;
  }
  .item p {
    font-size: 1rem;
  }
  .video-story-container p,
  .story-section-wrapper p {
    font-size: 1rem;
    margin: 1rem;
  }
  .item h2,
  .video-story-container h2,
  .story-section-wrapper h2 {
    font-size: 2rem;
  }
}

.section-story {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7d7d7d00;
}
.section-story-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.story-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-section-wrapper p {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 5rem;
}
.story-section-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background-color: #7d7d7d; */
}
.card {
  height: 300px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  /* background-color: aliceblue; */
  text-align: center;
  padding: 0 1rem;
}
.card i,
.img-card i {
  color: #9dab6f;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.card h3,
.img-card h3 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.card p,
.img-card p {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  color: #7d7d7d;
}
.card:hover {
  -webkit-box-shadow: 13px 16px 58px -7px rgba(189, 189, 189, 1);
  -moz-box-shadow: 13px 16px 58px -7px rgba(189, 189, 189, 1);
  box-shadow: 13px 16px 58px -7px rgba(189, 189, 189, 1);
}
.card:hover h3 {
  color: #768641;
}
.story-images-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.images-container {
  /* background-color: #7d7d7d; */
  overflow: hidden;
}
.images-container.image {
  background-image: url(/img/o-nama/kutija-zatvorena.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
}
.img-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  text-align: center;
}
.img-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-card:nth-child(2),
.img-card:nth-child(3) {
  background-color: #7d7d7d2c;
  background-color: #fdfbe4c7;
}
@media screen and (max-width: 992px) {
  .story-images-container {
    display: flex;
    flex-direction: column;
  }
  .images-container.image {
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .img-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .images-container.image {
    min-height: 300px;
  }
  .img-card:nth-child(3) {
    background-color: #fff;
  }

  .img-card:nth-child(4) {
    background-color: #7d7d7d2c;
    background-color: #fdfbe479;
  }
}
.img-card:hover {
  background-color: #adba84;

  color: #fff;
}
.img-card:hover p {
  color: #fff;
}
.img-card:hover i {
  color: #fff;
}
