/*============================================================================================
	Start Blog Area
==============================================================================================*/
.blog-single-wrap {
  margin-bottom: 30px;
}
.blog-img-wrap {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-img {
  width: 100%;
  height: 100%;
}
.blog-collection-item:hover .blog-img {
  transform: scale(1.08);
}

.blog-bg-img-wrap {
  padding: 10px;
}

.blog-border-img-wrap {
  margin: 12px 12px 5px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.blog-border-img-wrap a {
  display: block;
  height: 100%;
}
.blog-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.blog-collection-item:hover .blog-cover-img {
  transform: scale(1.08);
}
.blog-single-border {
  width: 110px;
  height: 2px;
}

.blog-single-border._1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-single-border._2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-54px, 54px) rotate(90deg);
}

.blog-single-border._7 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-single-border._8 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(54px, -54px) rotate(90deg);
}

.blog-details-wrap {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.blog-divider-line-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-divider-line {
  width: 100%;
  height: 2px;
  background-color: transparent;
  border-bottom: 2px dashed #000;
}

.blog-title-wrap {
  padding: 16px 20px;
}
.blog-title {
  color: var(--title-color);
  letter-spacing: -0.52px;
  font-size: 22px;
  font-weight: 800;
  line-height: 140%;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title:hover {
  color: var(--primary-color);
}

.blog-author-wrap {
  border-top: 2px dashed rgba(19, 17, 38, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.blog-author-name-wrap,
.blog-publish-date-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.blog-writer-name,
.blog-post-date {
  color: rgba(19, 17, 38, 0.6);
  font-style: italic;
  font-size: 16px;
}

.blog-read-post-link-wrap .read-post {
  color: rgba(19, 17, 38, 0.8);
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.4s;
  font-size: 16px;
}
.blog-read-post-link-wrap .read-post:hover {
  color: var(--primary-color);
}

.blog-single-details-wrap {
  margin-bottom: 60px;
}

.blog-single-rich-details {
  margin-top: 55px;
}

.blog-single-rich-details h4 {
  margin-bottom: 16px;
}

.blog-single-rich-details p {
  margin-bottom: 30px;
}

.blog-single-rich-details blockquote {
  color: var(--white-color);
  text-align: center;
  letter-spacing: -0.52px;
  border-left-style: none;
  background-color: var(--secondary-color);
  border-radius: 30px;
  margin-bottom: 55px;
  padding: 80px 200px;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
}
.blog-single-rich-details blockquote img {
  max-width: 56px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
}
.blog-single-rich-details ul {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.blog-single-rich-details li {
  background-image: url("../images/icons/color-page-dot.png");
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 28px;
}

.blog-single-rich-details figure {
  margin-bottom: 30px;
}

.blog-single-rich-details img {
  width: 100%;
}

.blog-single-title {
  margin-bottom: 60px;
  font-size: 56px;
  font-weight: 800;
}

.blog-single-author-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-single-author {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.blog-single-time-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-single-img-wrap {
  width: 116px;
  height: 116px;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.blog-single-author-img {
  width: 100%;
}

.blog-single-author-name {
  margin-bottom: 4px;
  font-weight: 700;
}

.blog-single-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(19, 17, 38, 0.05);
}

.blog-single-time-icon {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.blog-single-time {
  color: rgba(19, 17, 38, 0.6);
  font-style: italic;
}

.blog-single-time-divider {
  width: 2px;
  height: 30px;
  background-color: rgba(19, 17, 38, 0.4);
}

@media only screen and (min-width: 768px) and (max-width: 1199.99px) {
  .blog-title {
    font-size: 18px;
  }
  .blog-author-wrap {
    padding: 12px;
    flex-wrap: wrap;
  }
  .blog-single-title {
    margin-bottom: 32px;
    font-size: 38px;
  }
  .blog-single-details-wrap {
    margin-bottom: 32px;
  }
  .blog-single-rich-details {
    margin-top: 40px;
  }
  .blog-single-rich-details blockquote {
    padding: 24px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.99px) {
  .blog-author-wrap {
    display: block;
  }
  .blog-title {
    font-size: 18px;
  }
  .blog-read-post-link-wrap {
    margin-top: 12px;
  }

  .blog-single-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .blog-single-img-wrap {
    width: 80px;
    height: 80px;
  }

  .blog-single-author {
    grid-column-gap: 24px;
    margin-bottom: 12px;
  }

  .blog-single-author-name {
    font-size: 24px;
  }

  .blog-single-time {
    font-size: 16px;
  }

  .blog-single-time-icon {
    grid-column-gap: 8px;
  }

  .blog-single-details-wrap {
    margin-bottom: 24px;
  }

  .blog-single-rich-details {
    margin-top: 24px;
  }

  .blog-single-rich-details h4 {
    font-size: 24px;
  }
  .blog-single-author-wrap {
    display: block;
  }
  .blog-single-rich-details blockquote {
    padding: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
  }

  .blog-single-rich-details li {
    font-size: 16px;
  }
}

/*============================================================================================
	End Blog Area
==============================================================================================*/
