.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 820px;
}

.card--1 .card__img, .card--1 .card__img--hover {
  background-image: url('../../assets/img/ken-2.jpg');
}

.card--2 .card__img, .card--2 .card__img--hover {
  background-image: url('../../assets/img/gallery/70832669_387306565485078_7929345024235870239_n.jpg');
}

.card--3 .card__img, .card--3 .card__img--hover {
  background-image: url('../../assets/img/gallery/272883240_1088689601970743_6736797443642592715_n.jpg');
}
.card--4 .card__img, .card--4 .card__img--hover {
  background-image: url('../../assets/img/socials-ken.jpg');
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #AD7D52;
}

.card__time {
  font-size: 12px;
  color: #AD7D52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card {
  --bs-card-bg: #0c0c0c;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #181717;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}

.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
  transform: scale(1.10, 1.10);
}

.card__info {
  z-index: 2;
  background: linear-gradient(#072141, rgb(4,19,37) 79%, rgb(3,15,29) 95%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

.card__title {
  color: white;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ffec3d;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}

.about-btn {
  margin-left: 51px;
  font-size: x-large;
  text-decoration: none;
  border-radius: 30px!important;
  font-weight: 300;
  border-style: none;
  margin-top: -196px;
}

.book-btn {
  border-radius: 30px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: large;
  padding: 12px 40px;
  background: #072141;
}

.book-btn:hover {
  font-size: larger;
  box-shadow: 0px 7px 11px 0px rgba(0,0,0,0.62);
  background: #031c3a;
  color: white;
}

.gal-link {
  transition: filter .5s linear;
  filter: brightness(0.6);
}

.gal-link:hover {
  filter: brightness(1);
}

.ken-link:hover {
  box-shadow: 0px 10px 18px 8px gold;
}

.fit-contain {
}

