@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.events_area {
  background-image: url("../img/SchoolLibrary.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}


.events_area .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #414344;
  opacity: .6;
}

.events_area .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.section__statistic {
  padding-top: 50px;
  padding-bottom: 50px;
  color: green;
}

.counters .s_item .counter {
  text-shadow: 4px 4px 3px #3f3f3e;
}

.counters .s_item {
  background-color: #ced4da;
  border: 3px solid rgb(1, 97, 17);
  box-shadow: 5px 4px 8px 0 rgba(0, 0, 0, 0.2) inset , 5px 6px 20px 0 rgba(0, 0, 0, 0.19) inset ;
  height: 180px;
  width: 180px;
  text-align: center;
  padding-top: 10%;
  border-radius: 50%;
  font-family: Bahnschrift;
  animation-name: example;
  animation-duration: 4s;
  color: white;
}
.counters .s_item .counter {
  font-size: 46px;
}
@keyframes example {
  0% {
    bottom: 0px;
    top: 0px;
  }
  25% {
    bottom: 200px;
    top: 0px;
  }
  50% {
    bottom: 200px;
    top: 200px;
  }
  75% {
    bottom: 0px;
    top: 200px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}

.counters .counter {
  font-size: 40px;
  border: none;
}

/* @media (max-width: 800px) {
  .counters .container {
    grid-template-columns: repeat(2, 1fr);
  }
} */
