* {
  font-family: "Ubuntu", sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("https://i.pinimg.com/564x/0a/ed/b2/0aedb25871446d48037414049f2e23be.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.top-header {
  background-color: #b7a99a;
}

.li-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 20px solid black;
}

.glide-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.glide__slide img {
  width: 50%;
  display: block;

  margin-left: auto;
  margin-right: auto;
}

.custom-img {
  width: 50%;
  height: 50%;
}

.custom-header {
  display: flex;
  justify-content: flex-end;
  font-size: 25px;
}

a:hover {
  background-color: gray;
  border-radius: 10%;
  text-decoration: none;
}

.fab,
.fas,
.copyright {
  color: #fff0f5;
}

.fa-arrow-left,
.fa-arrow-right {
  color: black;
}

.text-center {
  letter-spacing: 3px;
}

.card-info {
  font-size: 50px;
  text-align: center;
  color: black;
  text-decoration-skip-ink: none;
}

.card-info:hover {
  text-decoration: none;
}

/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/iman-image.jpeg");
  height: 60%;
  background-position: right;
  background-repeat: no-repeat;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}

.details {
  font-size: 30px;
  color: black;
  text-align: center;
}

/* media query for responsive layout on small devices */
@media screen and (max-width: 800px) {
  .hero-text {
    font-size: 15px;
    top: 50%;
  }
  .glide__slide img {
    width: 40%;
  }

  .details {
    font-size: 18px;
  }
  .custom-glide {
    border: none !important;
    top: 110% !important;
  }

  .li-child {
    height: 300px;
    border: 5px solid black;
  }

  .card-info {
    font-size: 20px;
  }
}
