@import url("https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");

.blogs-details-heading,
.blog-details,
.social-share,
.lets-talk-wrapper,
.meet-ceo-wrapper {
  max-width: 840px;
  margin-inline: auto;
}
.blogs-details-heading {
  font-size: 50px;
  line-height: 60px;
  padding-top: 140px;
}
.thumbnail {
  height: 600px;
  overflow: hidden;
  margin-block: 50px;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .article-heading {
  font-size: 35px;
  line-height: 40px;
}
.blog-details .article-content {
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
}
.blog-details .article-content h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
.blog-details .article-content h4 {
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  font-weight: 500;
}
.social-share {
  display: flex;
  align-items: center;
  gap: 160px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-block: 24px;
  margin-block: 60px 40px;
}
.social-share span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  color: #8d8d8d;
}
.social-share .social-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.social-share .social-links a:hover {
  transform: scale(1.25);
}
.social-share .social-links a:hover .facebook-icon path {
  fill: #0866ff;
}
.social-share .social-links a:hover .linkedin-icon path {
  fill: #0a66c2;
}
.social-share .social-links a:hover .twitter-icon path {
  fill: #2f2f2f;
}
.social-share .social-links a:hover .pinterest-icon path {
  fill: #e60023;
}
.social-share .social-links a:hover .whatsapp-icon path {
  fill: #15bf54;
}
.social-share .social-links a:hover .telegram-icon path {
  fill: #48b2f0;
}
.lets-talk-section {
  background-color: #000;
  padding-block: 80px;
}
.lets-talk-wrapper .lets-talk-image {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.lets-talk-wrapper .lets-talk-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lets-talk-wrapper h3 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  padding-block: 40px 60px;
}
.lets-talk-wrapper button {
  border: none;
  font-size: 20px;
  line-height: 60px;
  color: #000;
  background-color: #fad8a1;
  border-radius: 100px;
  padding: 0px 100px;
  text-transform: uppercase;
  font-weight: 500;
}
.lets-talk-wrapper button:hover {
  letter-spacing: 2px;
}
.lets-talk-wrapper button:active {
  transform: scale(0.95);
}

.meet-ceo-section {
  background-color: #f9f9f9;
  padding-block: 110px;
  margin-bottom: 120px;
}
.meet-ceo-wrapper {
  display: flex;
  align-items: center;
  gap: 36px;
}
.meet-ceo-wrapper .ceo-image {
  width: 194px;
  height: 194px;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
}
.meet-ceo-wrapper .ceo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-ceo-wrapper .meet-ceo-content h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.meet-ceo-wrapper .meet-ceo-content span {
  text-transform: uppercase;
  color: #535353;
}
.meet-ceo-wrapper .meet-ceo-content p {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-style: italic;
  font-family: "Rokkitt", serif;
  max-width: 550px;
  margin-top: 30px;
}

/* related blogs slider */
.related-blogs-section {
  margin-bottom: 120px;
}
.swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.swiper-navigation h4 {
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-buttons {
  position: relative;
  display: flex;
  align-items: center;
  width: 120px;
}
.swiper-button-prev,
.swiper-button-next {
  flex-shrink: 0;
  pointer-events: auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .blogs-details-heading {
    font-size: 25px;
    line-height: 36px;
    padding-top: 100px;
  }
  .thumbnail {
    height: 300px;
    margin-block: 25px;
  }
  .blog-details .article-heading {
    font-size: 25px;
    font-weight: 500;
  }
  .blog-details .article-content h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .blog-details .article-content h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .blog-details .article-content {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .social-share {
    flex-direction: column;
    gap: 25px;
  }
  .social-share .social-links {
    gap: 20px;
  }
  .lets-talk-section {
    padding-block: 60px;
  }
  .lets-talk-wrapper .lets-talk-image {
    height: 200px;
  }
  .lets-talk-wrapper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-block: 30px 40px;
  }
  .lets-talk-wrapper button {
    /* width: 100%; */
    display: block;
    margin-inline: auto;
    font-size: 16px;
    line-height: 50px;
  }
  .meet-ceo-section {
    padding-block: 50px;
    margin-bottom: 80px;
  }
  .meet-ceo-wrapper {
    flex-direction: column;
  }
  .meet-ceo-content {
    text-align: center;
    padding-inline: 20px;
  }
  .related-blogs-section {
    margin-bottom: 60px;
  }
  .swiper-navigation {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .blogs-details-heading {
    font-size: 20px;
    line-height: 30px;
    padding-top: 100px;
  }
  .thumbnail {
    height: 200px;
  }
  .blog-details .article-heading {
    font-size: 20px;
  }
  .blog-details .article-content h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .blog-details .article-content {
    font-size: 14px;
    line-height: 30px;
  }
  .lets-talk-wrapper button {
    width: 100%;
  }
  .meet-ceo-section {
    padding-block: 50px;
    margin-bottom: 80px;
  }
  .meet-ceo-wrapper {
    flex-direction: column;
  }
  .meet-ceo-content {
    padding-inline: 16px;
  }
}
