* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
img {
  max-width: 100%;
}
.slide-btn {
  position: relative;
  bottom: 32px;
}

.btn:hover {

}
.banner-1 {
  background-image: url(./images/yod-habesha.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.banner-2 {
  background-image: url(./images/ethios.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.banner-3 {
  background-image: url(./images/haile.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.banner-4 {
  background-image: url(./images/2000-habesha.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.banner-5 {
  background-image: url(./images/geez.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
#banner {
  border: none;
  border-radius: 11px 11px 0 0;
  filter: blur(1px);
  transition: left 0.2s ease-in-out;
}
#banner:hover {
  filter: blur(0);
}
span img {
  width: 25px;
  background-color: #fff;
}
.container {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 2px #03030363;
}
.container > div {
  width: 100%;
}
.display-box {
  display: block;
}
.slide-btn {
  width: 150px;
  margin:auto;
}
.btn {
  transform: scale(0.5);
  display: inline-block;
  opacity: 0.8;
}
.btn:hover {
  transform: scale(0.6);
  opacity: 1;
}
.slide-btn img {
  border-radius: 30px;
}
.content-box {
  padding: 20px;
  background-color: #fff;
}
.upper-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2px;
}

.icons {
  width: 100%;
}
.icons i {
  font-size: 12px;
}
.fa {
  color: orange;
}
.filled {
  color: rgba(255, 184, 53, 0.53);
}
#rank {
  font-style: italic;
  padding-bottom: 5px;
}
.upper-content,
.lower-content {
  padding-bottom: 20px;
}

.footer {
  text-align: center;
  padding: 15px;
  background-color: #0c0c0c;
  color: #fff;
  border-radius: 0px 0px 15px 15px;
}
