@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
}

p {
  color: #495057;
}

.first-section {
  padding-top: 3rem;
}
.first-section .user {
  margin-top: 2rem;
}
.first-section .user img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.first-section .blog-section {
  margin-top: 2rem;
}
.first-section .blog-section img {
  margin-bottom: 1rem;
  border-radius: 1rem !important;
}
.first-section .blog-section p {
  margin-bottom: 2rem;
}
.first-section .blog-section h1, .first-section .blog-section h2, .first-section .blog-section h3, .first-section .blog-section h4, .first-section .blog-section h5, .first-section .blog-section h6 {
  margin-bottom: 1.5rem;
}
.first-section .blog-section .blockquote-1 {
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.first-section .blog-section ul {
  margin-bottom: 3rem;
}
.first-section .blog-section ul li {
  margin-bottom: 1rem;
}
.first-section .share {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.first-section .share i {
  font-size: 2rem;
  margin-right: 2rem;
}
.first-section .comment-section .reply {
  margin-bottom: 1rem;
}
.first-section .comment-section .media {
  padding: 1.25rem !important;
}
.first-section .comment-section .media img {
  width: 3rem;
}
.first-section .comment-section .media .small {
  font-size: 13px !important;
}
.first-section .comment-section .media h6 {
  font-weight: bold;
}
.first-section .comment-section .media:hover {
  background: #EDF2F9;
  padding: 1.25rem !important;
}
.first-section .comment-section .post-comment h1 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .first-section {
    padding-top: 1rem;
  }
}
.text-light-1 {
  color: #495057 !important;
}

.text-muted {
  color: #adb5bd !important;
}

.bounce-little {
  /* webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); */
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.bounce-little:hover {
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.related{
  font-size: 1.5rem;
}


#ad{
  border-radius: 0 !important;
}
#ad2{
  border-radius: 0 !important;
}

.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('    https://zdnet2.cbsistatic.com/hub/i/r/2019/03/27/1b7fafa5-dea5-4795-868f-c2763cca7bfc/thumbnail/170x128/c0f9fed7f3fb5adddd2951346828e407/managing-ai-in-the-enterprise-intro-thumb.jpg');
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('https://cdn.shopify.com/s/files/1/0116/6619/4489/articles/IMAGE_How_Your_Diet_Affects_Your_Sleep_And_Vice_Versa_800x533.jpg?v=1558199684');
}

.card--3 .card__img, .card--3 .card__img--hover {
  background-image: url('https://thecreativecottage.net/wp-content/uploads/2019/02/20190217_114515.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: #fff;
    width: 33.3%;
  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: #fff;
  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 {
    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: #335eea;
}

.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;
}



/*# sourceMappingURL=style.css.map */
