.post-detail-page {
  position: relative;
}

.section-banner .post-thumbnail-wrapper{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  z-index: 4;
  text-align: center;
  border-radius: 8px;
}

.section-banner .thumbnail-img{
  aspect-ratio: 1109/416;
  width: 78%;
  object-fit: cover;
  padding: 0;
}

.post-detail-page .post-content {
  margin-top: 99px;
}

.post-detail-page .post-content .title-wrapper{
  width: 63%;
  margin: auto;
}

.post-detail-page .post-content .title-wrapper .post-date{
  direction: rtl;
  color:#7F859F;
}

.post-detail-page .post-content .post-main-content-wrapper {
  width: 63%;
  margin: auto;
  margin-top: 10px;
}

.post-detail-page .post-content .post-main-content-wrapper p{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.post-detail-page .post-content .post-main-content-wrapper img{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-detail-page .post-main-content-wrapper img {
  border-radius: 8px;
}

.post-detail-page .thumbnail-img {
  border-radius: 8px;
}

.post-detail-page .relating-post-section img {
  border-radius: 8px;
}

.post-detail-page .post-content .sharing-bar{
  display: flex;
  width: 63%;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #C6C8D2;
  border-top: 1px solid #C6C8D2;
  margin-bottom: 80px;
  align-items: center;
}

.post-detail-page .post-content .sharing-bar .label{
  color: #666666;
}

.post-detail-page .post-content .sharing-bar .social-logo-group{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}

.post-detail-page .relating-post-section{
  margin-bottom: 80px;
}

.post-detail-page .relating-post-section .section-title-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-detail-page .relating-post-section .section-title-wrapper .watch-all{
  margin-top: 15px;
}

.post-detail-page .relating-post-section .section-title-wrapper .watch-all:hover{
  color:var(--brown);
  transition: 0;
  text-decoration: underline;
}

.post-detail-page .relating-post-section .post-wrapper .post-detail .post-tile-content .post-caption{
  text-transform: uppercase;
}

.post-detail-page .relating-post-section .post-wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 92%;
  margin: auto;
}

.post-detail-page .relating-post-section .post-wrapper .post-detail{
  width: 380px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.post-detail-page .relating-post-section .post-wrapper img{
  width: 377px;
  aspect-ratio: 377/211;
  margin-top: 5px;
  margin-bottom: 5px;
}

.post-detail-page .relating-post-section .post-wrapper .post-detail .post-tile-content{
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.post-detail-page .relating-post-section .post-wrapper .post-detail .post-caption{
  margin-top: 12px;
}

.post-detail-page .relating-post-section .post-wrapper .post-detail .post-p1{
  margin-top: 12px;
}

@media (max-width: 1400px) {
  .section-banner .post-thumbnail-wrapper{
    bottom: -100px;
  }

  .post-detail-page .relating-post-section .post-wrapper img{
    width: 330px;
  }

  .post-detail-page .relating-post-section .post-wrapper .post-detail{
    width: 330px;
  }

  .post-detail-page .post-content .post-main-content-wrapper p{
    font-size: 15px;
  }

  .post-detail-page .post-content {
    margin-top: 110px;
  }
}

@media (max-width: 1200px) {
  .post-detail-page .relating-post-section .post-wrapper{
    width: 100%;
  }

  .post-detail-page .relating-post-section .post-wrapper img{
    width: 300px;
  }

  .post-detail-page .relating-post-section .post-wrapper .post-detail{
    width: 300px;
  }
}

@media (max-width: 992px) {


  .post-detail-page .relating-post-section .post-wrapper img{
    width: 220px;
  }

  .post-detail-page .relating-post-section .post-wrapper .post-detail{
    width: 220px;
  }

  .post-detail-page .post-content .sharing-bar{
    width: 80%;
  }

  .post-detail-page .post-content .title-wrapper{
    width: 80%;
  }
  .post-detail-page .post-content .post-main-content-wrapper{
    width: 80%;
  }

  .section-banner .thumbnail-img{
    /* aspect-ratio: 1109/416; */
    max-height: 600px;
  }
}

@media (max-width:768px) {
  .post-detail-page .relating-post-section{
    margin-bottom: 40px;
  }

  .post-detail-page .post-content .sharing-bar{
    margin-bottom: 50px;
    margin-top: 0;
  }

  .post-detail-page .relating-post-section .post-wrapper{
    flex-direction: column;
  }

  .post-detail-page .relating-post-section .post-wrapper img{
    width: 100%;
  }

  .post-detail-page .relating-post-section .post-wrapper .post-detail{
    width: 100%;
  }

  .post-content{
    max-width: 100%;
  }

  .post-detail-page .post-content {
    margin-top: 30px;
  }

  .section-banner .thumbnail-img{
    max-width: 100%;
  }

  .section-banner .post-thumbnail-wrapper{
    bottom: -20px;
  }

  .post-detail-page .post-content .sharing-bar{
    width: 100%;
  }

  .post-detail-page .post-content .title-wrapper{
    width: 100%;
  }
  .post-detail-page .post-content .post-main-content-wrapper{
    width: 100%;
  }

  .post-detail-page .post-content .post-main-content-wrapper p{
    font-size: 14px;
  }
}

@media (max-width: 572px) {
  .post-detail-page .relating-post-section .section-title-wrapper .watch-all{
    margin-top: 0px;
  }

  .post-detail-page .relating-post-section{
    margin-bottom: 20px;
  }

  .post-detail-page .relating-post-section .big-title{
    font-size: 23px;
  }

  .post-detail-page .post-content .post-main-content-wrapper p{
    font-size: 13px;
  }
}
