@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");

.Mobile-blog-details {
    display: none;
}
@media (max-width: 991px) {
.Desktop-blog-details {
  display: none;
}
.Mobile-blog-details {
    display: block;
}
  .sticky-button-bar {
   display: flex !important;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
  }
  .backToTop {
    display: none;
  }
}

.responsive-blog-details {
  padding: 0 0;
  background-image: url(../img/blog-detail-res.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.responsive-blog-details .black-bg {
  top: 0;
  padding-top: 140px;
    margin-bottom: unset;
  background-color: rgb(0 0 0 / 76%);
  position: relative;
}
.responsive-blog-details .black-bg::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 7.86;
}
.responsive-blog-details .container.custom-container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.responsive-blog-details .responsive-blog-image-card {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 2.46;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.responsive-blog-details .responsive-blog-image-card img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.detail-description-section.responsive-detail-description .container.custom-container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.detail-description-section.responsive-detail-description {
  padding-top: 25px;
  position: inherit;
}
.detail-description-section.responsive-detail-description .main-content {
  padding: 0 0;
}
.detail-description-section.responsive-detail-description .main-content .desc {
  font-size: 14px;
  line-height: 26px;
}
.detail-description-section.responsive-detail-description .main-content .sub-title {
  padding-top: 18px;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 0;
}
.detail-description-section.responsive-detail-description .main-content h2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0;
  font-family: poppins, sans-serif;
  font-weight: 500;
}
.detail-description-section.responsive-detail-description .main-content h2.title {
   font-size: 18px;
  line-height: 30px;
  margin: 0 0;
  font-family: Poltawski Nowy;
  font-weight: 500  ;
}
section.detail-description-section.responsive-detail-description p {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 991px) {
  .detail-description-section.responsive-detail-description .main-content .box-card {
    font-size: 20px;
    padding: 45px 25px;
    line-height: 36px;
  }
}
.detail-description-section.responsive-detail-description .main-content .video-wrapper {
  padding-top: 25px;
}
.detail-description-section.responsive-detail-description .main-content .video-wrapper .video-img {
  padding-top: 0;
}
.detail-description-section.responsive-detail-description .main-content .sub-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 0 0;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .detail-description-section.responsive-detail-description .main-content .sub-section .person-info .info {
    font-size: 11px;
    line-height: 28px;
  }
}
@media (max-width: 540px) {
  .detail-description-section.responsive-detail-description .main-content .sub-section .person-info .info {
    font-size: 11px;
    line-height: 26px;
  }
}
.detail-description-section.responsive-detail-description .main-content .sub-section .comment-view {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 0;
}
@media (max-width: 991px) {
  .detail-description-section.responsive-detail-description .main-content .sub-section .comment-view .text {
    font-size: 11px;
    line-height: 28px;
  }
}
@media (max-width: 540px) {
  .detail-description-section.responsive-detail-description .main-content .sub-section .comment-view .text {
    font-size: 11px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .detail-description-section.responsive-detail-description .main-content .title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0;
  }
}
@media (max-width: 991px) {
  .photo-slider .slide {
        height: unset !important;
            padding:15px 10px !important;
  }
}

.admin-comment-section.responsive-admin-comment-section .container.custom-container.container-comment {
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer {
  margin-top: 25px;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .logo-img {
  width: 70px;
  height: 70px;
  display: flex;
  background-color: #000000;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .logo-img .logo-bg {
  max-width: 39px;
  width: 100%;
  aspect-ratio: 0.95;
  overflow: hidden;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .logo-img .logo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .post-info {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 18px;
  text-align: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .post-info .post-date {
  margin: 0 auto;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .admin-left .admin-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .share-right {
  display: flex;
  align-items: center;
  text-align: end;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .row.res-admin .share-right .social-link {
  padding: 0;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .share-social-icons .social-link .social-img {
  width: 36px;
  height: 36px;
  margin-right: 9px;
  margin-left: 9px;
}
.admin-comment-section.responsive-admin-comment-section .admin-detail-footer .share-social-icons .social-link .social-img .img-social-bg img {
  max-width: 15px;
  width: 100%;
}

.comment-section.responsive-comment-section-admin .container.container-comment {
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.responsive-related-posts-card-section .container.custom-container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
 section.related-posts-card-section.responsive-related-posts-card-section .top-related .title {
  font-size: 20px;
  line-height: 31px;
 }
.related-posts-card-section.responsive-related-posts-card-section .categories-card .card-body .read-more-button {
      padding: 0px 10px 0px 27px;
 }
.blog-detail-section.responsive-blog-details .blog-card-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.blog-detail-section.responsive-blog-details .blog-card-bg img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.related-posts-card-section.responsive-related-posts-card-section .card.categories-card {
  margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments {
  padding-top: 27px;
  margin-left: 15px;
  margin-right: 15px;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-title {
  font-size: 20px;
  line-height: 31px;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box {
  padding-bottom: 36px;
  padding-top: 36px;
}
@media (max-width: 580px) {
  .admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box {
    padding-bottom: 25px;
    padding-top: 5px;
  }
 
  section.admin-comment-section.responsive-admin-comment-section .admin-detail-footer {
    padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
  }
  section.admin-comment-section.responsive-admin-comment-section {
    padding-left: 0px !important;
        padding-right: 0px !important;
  }
  .admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments {
    padding-top: 27px;
    margin-left: 0;
    margin-right: 0;
}
section.related-posts-card-section.responsive-related-posts-card-section {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0 !important;
}

.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments {
  margin-left: 0;
  margin-right: 0;
}
}
@media (max-width: 440px) {
  .responsive-blog-details .responsive-blog-image-card {
    max-width: 406px;
    width: 100%;
    aspect-ratio: 1.56;
    position: relative;
    z-index: 2;
    border-radius: 18px;
}
}
section.admin-comment-section.responsive-admin-comment-section .admin-detail-footer {
  margin-left:15px;
  margin-right:15px;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content {
  padding-left: 0;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .reply-button {
  font-size: 13px;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .reply-button .replay-img img {
  max-width: 12px;
  width: 100%;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .res-user-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .res-user-details .user-cmnt-res {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 11px;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .res-user-details .user-cmnt-res .left-content {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .res-user-details .user-cmnt-res .left-content .comment-author {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .res-user-details .user-cmnt-res .left-content .comment-date {
  font-size: 11px;
  margin-bottom: 0;
}
.admin-comment-section.responsive-admin-comment-section .comments-section.responsive-comments .comment-box .comment-content .comment-text {
  padding-top: 25px;
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
}

.comment-section.responsive-comment-section-admin .title {
  font-size: 20px;
  line-height: 31px;
  padding-bottom: 16px;
}
.comment-section.responsive-comment-section-admin .comment-form .heading {
  font-size: 14px;
  padding-bottom: 5px;
}
.comment-section.responsive-comment-section-admin .comment-form .form-control {
  padding: 15px 20px;
}
.comment-section.responsive-comment-section-admin .comment-form .submit {
  margin-top: 20px;
}
.comment-section.responsive-comment-section-admin .comment-form .submit .submit-button {
  font-size: 18px;
}
@media (max-width: 480px) {
  .comment-section.responsive-comment-section-admin .comment-form .submit .submit-button {
    width: 100%;
    padding: 4px 0;
  }
}

@media (max-width: 991px) {
  .detail-description-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.related-posts-card-section.responsive-related-posts-card-section .top-related {
  padding-top: 43px;
  padding-bottom: 29px;
  flex-direction: row;
}
@media (max-width: 580px) {
  .related-posts-card-section.responsive-related-posts-card-section .top-related {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}


.sticky-button-bar {
  position: sticky;
  bottom: 65px;
  /* right: 7px;
  float: right;
  max-width: 156px;
  width: 100%; */
  z-index: 5;
  display: none;
}
.sticky-button-bar .sticky-social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  /* background-image: url(../img/sticky-social-bg.png);
  height: 46px;
  background-size: cover; */
  align-items: center;
  background-color: #D9D9D9;
  border-radius: 26px;
  padding: 5px 6px;
}
.sticky-button-bar .sticky-social-icons .social-icons-wrapper {
  display: flex;
  gap: 9px;
  justify-content: center;
  align-items: center;
}
.sticky-button-bar .sticky-social-icons .social-icons-wrapper .img-social.bg img {
  max-width: 26px;
  width: 100%;
}
.sticky-button-bar .sticky-msg-share-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  background-color: #D9D9D9;
  border-radius: 26px;
  max-width: 98px;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  justify-content: center;
  float: right;
  margin-top: 5px;
}
.sticky-button-bar .sticky-msg-share-icons .social-share-wrapper {
  display: flex;
  gap: 9px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.sticky-button-bar .sticky-msg-share-icons .social-share-wrapper .share-img .img-social.bg img {
  max-width: 38px;
  width: 100%;
}

/*# sourceMappingURL=blog-main-details-responsive.css.map */
