@font-face {
  font-family: Tajawal-Medium;
  src: url(../fonts/Tajawal-Medium.ttf);
}
@font-face {
  font-family: Tajawal-Bold;
  src: url(../fonts/Tajawal-Bold.ttf);
}

body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family: Tajawal-Medium;
  background-color: #fcfcfc;
  overflow: hidden;
}
img {
  max-width: 100%;
}
.sec-title {
  margin-bottom: 60px;
}
.sec-title img {
  height: 150px;
  margin-bottom: 15px;
}
.sec-title .title {
  font-size: 32px;
  font-family: Tajawal-Bold;
}
.flipbook {
  cursor: pointer;
}
.sample {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
.sample img {
  border-radius: 15px;
  height: 350px;
  box-shadow: 0 0 16px rgba(0 0 0 / 5%);
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.sample .title {
  margin-top: 15px;
  font-size: 18px;
}
.sample:hover img {
  transform: translateY(-15px);
  box-shadow: 0 0 30px rgba(0 0 0 / 10%);
}
.lg-counter {
  display: none;
}
.lg-backdrop {
  background-color: #fff;
}
.lg-toolbar {
  background-color: #f1f1f1;
}
.lg-toolbar .lg-icon:hover {
  color: inherit;
  opacity: 0.5;
}
@media (max-width: 768px) {
  body {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
  }
  .sec-title {
    margin-bottom: 30px;
  }
  .sec-title .title {
    font-size: 22px;
    font-family: Tajawal-Bold;
  }
  .sample img {
    height: 200px;
  }
}
