@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* *{
  box-sizing: border-box;
}

body, html {
   font-family: 'Roboto Slab', serif;
    margin: 0;
  width: 100%;
height: 100%;
    padding: 0;
}

body {
  background-color: #D2DBDD;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
} */
/* .owl-theme .owl-dots {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span{
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
} */
.cards {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.card-1 .card__img,
.card-1 .card__img--hover {
  background-image: url('../img/5483080_2842680.jpg');
}

.card-2 .card__img,
.card-2 .card__img--hover {
  background-image: url('../img/quiz.jpg');
}

.card-3 .card__img,
.card-3 .card__img--hover {
  background-image: url('../img/debate.jpg');
}

.card-4 .card__img,
.card-4 .card__img--hover {
  background-image: url('../img/gaming.jpg');
}

.card-5 .card__img,
.card-5 .card__img--hover {
  background-image: url('../img/7118756_3426526.jpg');
}

.card-6 .card__img,
.card-6 .card__img--hover {
  background-image: url('../img/dance.jpg');
}

.card-7 .card__img,
.card-7 .card__img--hover {
  background-image: url('../img/phot.jpg');
}

.card-8 .card__img,
.card-8 .card__img--hover {
  background-image: url('../img/it\ manager.jpg');
}

.card-9 .card__img,
.card-9 .card__img--hover {
  background-image: url('../img/vlogging.jpg');
}

.card-10 .card__img,
.card-10 .card__img--hover {
  background-image: url('../img/takeshis\ castel.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: center;
  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 {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #000;
  width: 100%;
  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-color: #000;
  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: #0048fd !important;
  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: #0048fd;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}