@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.blog-detail-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 470px;
  height: 50vh;
  background: url("../img/blog-bg.png") center center/cover no-repeat;
  background-color: #000000;
}
.Mobile-blog-details {
    display: none;
}
@media (max-width: 991px) {
  .blog-detail-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
.Desktop-blog-details {
  display: none;
}
.Mobile-blog-details {
    display: block;
}
  
}
.blog-detail-section .blog-image-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1439px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 2.46;
}
@media (max-width: 991px) {
  .blog-detail-section .blog-image-card {
    max-width: 90%;
    padding: 0;
  }
}
.blog-detail-section .blog-image-card img {
  border-radius: 20px;
  overflow: clip;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-description-section {
  position: relative;
  padding-top: 339px;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .detail-description-section {
    padding-top: 250px;
  }
}
@media (max-width: 991px) {
  .detail-description-section {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 580px) {
  .detail-description-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.detail-description-section .left-sub-section {
  position: sticky;
  top: 10px;
}
.detail-description-section .left-sub-section .sub-section-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 580px) {
  .detail-description-section .left-sub-section .sub-section-mobile {
    display: block;
  }
}
.detail-description-section .left-sub-section .mobile-sub-title {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 19px;
  padding-top: 30px;
  text-align: center;
  display: none;
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .mobile-sub-title {
    display: block;
    text-align: left;
  }
}
.detail-description-section .left-sub-section .sub-logo {
  text-align: center;
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .sub-logo {
    text-align: left;
  }
}
.detail-description-section .left-sub-section .sub-title {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 19px;
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .sub-title {
    display: none;
  }
}
.detail-description-section .left-sub-section .social-media {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 28px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .detail-description-section .left-sub-section .social-media {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .social-media {
    display: flex;
    flex-direction: row;
    border-bottom: none;
  }
}
.detail-description-section .left-sub-section .social-media li {
  border-radius: 43px;
  border: none;
  background-color: #F6F6F6;
  padding: 13px 10px 12px 10px;
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .detail-description-section .left-sub-section .social-media li {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .social-media li {
    padding: 0 0;
  }
  .detail-description-section .left-sub-section .social-media li .text {
    display: none;
  }
}
.detail-description-section .left-sub-section .social-media li img {
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .social-media li img {
    padding-right: 0;
  }
}
.detail-description-section .left-sub-section .social-media li a {
  text-decoration: none;
  color: #000000;
}
.detail-description-section .left-sub-section .social-media li a:hover {
  color: #000000;
}
.detail-description-section .left-sub-section .sub-nav {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 17px;
  padding-top: 25px;
  height: 270px;
  overflow-y: auto;
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  margin-top: 25px;
}
@media (max-width: 580px) {
  .detail-description-section .left-sub-section .sub-nav {
    display: none;
  }
}
.detail-description-section a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
.detail-description-section .left-sub-section .sub-nav .sub-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  padding-bottom: 17px;
}
.detail-description-section .left-sub-section .sub-nav .sub-item .box {
  width: 4px;
  height: 24px;
  border: none;
  background-color: #C9C9C9;
  transition: all 0.3s ease;
}
.detail-description-section .left-sub-section .sub-nav .sub-item a {
  text-decoration: none;
}
.detail-description-section .left-sub-section .sub-nav .sub-item .sub-text-link {
  color: #626262;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}
.detail-description-section .left-sub-section .sub-nav .sub-item .sub-text-link:hover {
  color: #e7c562;
}
.detail-description-section .left-sub-section .sub-nav .sub-item.active-menu .box {
  background-color: #000000;
  border: none;
}
.detail-description-section .left-sub-section .sub-nav .sub-item.active-menu .sub-text-link {
  color: #000;
  font-weight: 500;
}
.detail-description-section .main-content {
  line-height: 1.8;
  color: #333;
  font-family: "Poppins", sans-serif;
  padding: 0 40px;
}
/* @media (max-width: 1400px) {
  .detail-description-section .main-content {
    padding: 0 0;
  }
} */
.detail-description-section .main-content .title {
  color: #000000;
  font-family: "Poltawski Nowy";
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}
@media (max-width: 580px) {
  .detail-description-section .main-content .title {
    font-size: 25px;
  }
}
.detail-description-section .main-content .sub-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 65px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .detail-description-section .main-content .sub-section {
    flex-direction: column;
    padding-bottom: 30px;
            padding-top: 20px;
  }
}
.detail-description-section .main-content .sub-section .person-info {
  align-items: center;
}
.detail-description-section .main-content .sub-section .person-info .person {
  padding-right: 10px;
}
.detail-description-section .main-content .sub-section .person-info .info {
  background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}
.detail-description-section .main-content .sub-section .comment-view {
  align-items: center;
  justify-content: end;
  gap: 16px;
}
@media (max-width: 991px) {
  .detail-description-section .main-content .sub-section .comment-view {
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 0;
  }
}
.detail-description-section .main-content .sub-section .comment-view .view-comment img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.detail-description-section .main-content .sub-section .comment-view .text {
  background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding-left: 5px;
}
.detail-description-section .main-content .desc {
  color: #3C3C3C;
  text-align: justify;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .detail-description-section .main-content .desc {
    font-size: 16px;
  }
}
.detail-description-section .main-content .sub-title {
  color: #000;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  padding-top: 22px;
}
@media (max-width: 580px) {
  .detail-description-section .main-content .sub-title {
    font-size: 22px;
  }
}
.detail-description-section .main-content .box-card {
  background-color: #3C3C3C;
  border-radius: 21px;
  padding: 112px 52px 80px 67px;
  margin-top: 33px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 580px) {
  .detail-description-section .main-content .box-card {
    font-size: 22px;
  }
}
.detail-description-section .main-content .box-card .name {
  display: block;
  color: #F7DD7B;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding-top: 13px;
}
@media (max-width: 580px) {
  .detail-description-section .main-content .box-card .name {
    font-size: 22px;
  }
}
.detail-description-section .main-content .video-wrapper {
  position: relative;
  display: inline-block;
}
.detail-description-section .main-content .video-wrapper .video-img {
  padding-top: 38px;
  position: relative;
  width: 100%;
}
.detail-description-section .main-content .video-wrapper .video-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 99.52%);
  opacity: 0.8;
  pointer-events: none;
}
.detail-description-section .main-content .video-wrapper .video-img img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: auto;
  display: block;
}
.detail-description-section .main-content .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.detail-description-section .main-content .video-wrapper .play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.detail-description-section .main-content .modal-content {
  background: transparent;
}
.detail-description-section .right-sub-section {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.detail-description-section .right-sub-section::-webkit-scrollbar {
  width: 13px;
  background: transparent;
}
.detail-description-section .right-sub-section::-webkit-scrollbar-thumb {
  background: transparent;
}
.detail-description-section .right-sub-section:hover {
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3 transparent;
}
.detail-description-section .right-sub-section:hover::-webkit-scrollbar {
  width: 6px;
}
.box-card .name .know-more-btn {
      margin-top: 10px;
      color: #F7DD7B;
}
@media (max-width: 1400px) {
  .detail-description-section .right-sub-section {
    padding-top: 30px;
    display: flex;
    gap: 10px;
    height: inherit;
  }
}
@media (max-width: 580px) {
  .detail-description-section .right-sub-section {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.detail-description-section .right-sub-section a {
  position: relative;
  display: block;
}
.detail-description-section .right-sub-section a img {
  object-fit: cover;
  border-radius: 13px;
  transition: 0.1s ease;
  margin-bottom: 14px;
  max-width: 330px;
  width: 100%;
}
.detail-description-section .right-sub-section a img:hover {
  transform: scale(1.01);
}
.detail-description-section .right-sub-section a .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.detail-description-section .right-sub-section a .hover-text:hover {
  opacity: 1;
}
.detail-description-section .right-sub-section a:hover .hover-text {
  opacity: 1;
}

@media (max-width: 580px) {
  .admin-comment-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.admin-comment-section .admin-detail-footer {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 19px;
  padding-bottom: 39px;
}
.admin-comment-section .admin-detail-footer .admin-left {
  display: flex;
  align-items: center;
}
.admin-comment-section .admin-detail-footer .admin-left .logo-img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .admin-comment-section .admin-detail-footer .admin-left .logo-img {
    width: 56px;
    height: 76px;
  }
  .admin-comment-section .admin-detail-footer .admin-left .logo-img img {
    max-width: 65px;
    width: 100%;
  }
}
.admin-comment-section .admin-detail-footer .admin-left .post-info {
  padding-left: 20px;
}
.admin-comment-section .admin-detail-footer .admin-left .post-info .text {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
}
.admin-comment-section .admin-detail-footer .admin-left .post-info .post-date {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.admin-comment-section .admin-detail-footer .share-right {
  display: flex;
  align-items: flex-start;
  text-align: end;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .admin-comment-section .admin-detail-footer .share-right {
    padding-top: 10px;
  }
}
.admin-comment-section .admin-detail-footer .share-right .share-label {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
}
.admin-comment-section .admin-detail-footer .share-right .share-social-icons {
  display: flex;
  flex-wrap: wrap;
}
.admin-comment-section .admin-detail-footer .share-right .share-social-icons .social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  padding-right: 35px;
}
.admin-comment-section .admin-detail-footer .share-right .share-social-icons .social-link .social-img {
  background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .admin-comment-section .admin-detail-footer .share-right .share-social-icons .social-link {
    padding-right: 15px;
  }
}
.admin-comment-section .admin-detail-footer .social-icons {
  display: flex;
  gap: 10px;
}
.admin-comment-section .admin-detail-footer .social-icons .social-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.admin-comment-section .comments-section {
  padding-top: 40px;
}
.admin-comment-section .comments-section .comment-title {
  color: #000000;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-title {
    font-size: 22px;
  }
}
.admin-comment-section .comments-section .comment-box {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 59px;
  padding-top: 35px;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box {
    padding-bottom: 25px;
  }
  .admin-comment-section .comments-section .comment-box .d-flex {
    flex-direction: column !important;
  }
}
.admin-comment-section .comments-section .comment-box .user-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.admin-comment-section .comments-section .comment-box .comment-content {
  padding-left: 22px;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box .comment-content {
    padding-left: 0;
    padding-top: 10px;
  }
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 12px;
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details .left-content {
  display: flex;
  align-items: center;
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details .left-content .comment-author {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box .comment-content .top-details .left-content .comment-author {
    font-size: 16px;
  }
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details .left-content .comment-date {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box .comment-content .top-details .left-content .comment-date {
    font-size: 14px;
  }
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details .reply-button {
  display: flex;
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box .comment-content .top-details .reply-button {
    font-size: 14px;
  }
}
.admin-comment-section .comments-section .comment-box .comment-content .top-details .reply-button .replay-img {
  padding-right: 10px;
}
.admin-comment-section .comments-section .comment-box .comment-content .comment-text {
  color: #3C3C3C;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 580px) {
  .admin-comment-section .comments-section .comment-box .comment-content .comment-text {
    font-size: 16px;
  }
}

.container-comment {
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 1400px) {
  .container-comment {
    padding-left: 0;
    padding-right: 0;
  }
}

.comment-section {
  padding-top: 44px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .comment-section {
    padding-top: 44px;
    padding-bottom: 80px;
  }
}
@media (max-width: 580px) {
  .comment-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
.comment-section .title {
  color: #000000;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 580px) {
  .comment-section .title {
    font-size: 22px;
  }
}

.comment-section .comment-form .heading {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 0 5px;
}
.comment-section .comment-form .form-control {
  background-color: #F5F5F5;
  border-radius: 14px;
  border: none;
  padding: 25px 26px;
  color: #8E8E8E;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.comment-section .comment-form .form-control:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
.comment-section .comment-form .comment-message {
  resize: none;
}
.comment-section .comment-form .submit {
  display: flex;
  justify-content: end;
  margin-top: 47px;
}
@media (max-width: 580px) {
  .comment-section .comment-form .submit {
    justify-content: center;
    width: 100%;
  }
}
.comment-section .comment-form .submit .submit-button {
  border-radius: 28.5px;
  background-color: #000000;
  box-shadow: 0 4px 1.3px 52px rgba(0, 0, 0, 0.25) inset;
  padding: 4px 80px 8px 80px;
  color: #F7DD7B;
  font-family: "Inter Tight";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 580px) {
  .comment-section .comment-form .submit .submit-button {
    font-size: 18px;
  }
}

.related-posts-card-section {
  padding-bottom: 65px;
}
@media (max-width: 580px) {
  .related-posts-card-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.related-posts-card-section .top-related {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DEDEDE;
  padding-top: 65px;
  padding-bottom: 35px;
}
@media (max-width: 400px) {
  .related-posts-card-section .top-related {
    flex-direction: column;
  }
}
.related-posts-card-section .top-related .title {
  color: #000000;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.related-posts-card-section .top-related .view-more {
  border: 1px solid #BCBCBC;
  border-radius: 21px;
  padding: 1px 34px 1px 34px;
  color: #000000;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.related-posts-card-section .categories-card {
  border: 0;
  overflow: hidden;
  padding-right: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 580px) {
  .related-posts-card-section .categories-card {
    padding-right: 0;
  }
}
.related-posts-card-section .categories-card:hover {
  transform: translateY(-1px);
}
.related-posts-card-section .categories-card .card-image img {
  max-width: 463px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .related-posts-card-section .categories-card .card-image img {
    max-width: none;
  }
}
.related-posts-card-section .categories-card .card-body {
  padding: 0 0;
}
.related-posts-card-section .categories-card .card-body .admin-date {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  padding-top: 33px;
}
.related-posts-card-section .categories-card .card-body .admin-date .date, .related-posts-card-section .categories-card .card-body .admin-date .admin {
  display: flex;
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}
@media (max-width: 580px) {
  .related-posts-card-section .categories-card .card-body .admin-date .date, .related-posts-card-section .categories-card .card-body .admin-date .admin {
    font-size: 14px;
  }
}
.related-posts-card-section .categories-card .card-body .admin-date .date .calendar, .related-posts-card-section .categories-card .card-body .admin-date .admin .calendar {
  padding-right: 9px;
}
.related-posts-card-section .categories-card .card-body .admin-date .date .calendar img, .related-posts-card-section .categories-card .card-body .admin-date .admin .calendar img {
  width: 20px;
  height: 20px;
}
.related-posts-card-section .categories-card .card-body .admin-date .date .admin-image, .related-posts-card-section .categories-card .card-body .admin-date .admin .admin-image {
  padding-right: 13px;
}
.related-posts-card-section .categories-card .card-body .admin-date .date .admin-image img, .related-posts-card-section .categories-card .card-body .admin-date .admin .admin-image img {
  width: 18px;
  height: 18px;
}
.related-posts-card-section .categories-card .card-body .card-desc {
  color: #000000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
  padding-bottom: 22px;
}
@media (max-width: 580px) {
  .related-posts-card-section .categories-card .card-body .card-desc {
    font-size: 16px;
  }
}
.related-posts-card-section .categories-card .card-body .read-more-button {
  border-radius: 28.5px;
  background-color: #EFEFEF;
  border: none;
  padding: 5px 10px 7px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Inter Tight";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 580px) {
  .related-posts-card-section .categories-card .card-body .read-more-button {
    font-size: 14px;
  }
}
.related-posts-card-section .categories-card .card-body .read-more-button img {
  padding-left: 26px;
}
.related-posts-card-section .slick-dots {
  position: absolute;
  display: block;
  width: auto;
  padding: 7px 20px 2px 12px;
  margin-top: 0;
  list-style: none;
  text-align: left;
  justify-content: center;
  display: flex;
  background-color: #D9D9D9;
  border-radius: 16px;
}
.related-posts-card-section .slick-slider {
  padding-bottom: 50px;
}
.related-posts-card-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  top: 0;
  margin: 0 7px 0 0;
  padding: 0;
  cursor: pointer;
  align-items: center;
}
.related-posts-card-section .slick-dots li button {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}
.related-posts-card-section .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  justify-content: center;
  border-radius: 50%;
  padding: 2px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.photo-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-slider .slick-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
       width: 27px;
    height: 27px;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #000000;
    color: #E7C562;
    background-color: black;
    font-size: 27px;
}
.photo-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*# sourceMappingURL=blog-details.css.map */
