@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.article__heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .article__heading {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .article__heading {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .article__heading {
    line-height: calc(4.05092593vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .article__heading {
    line-height: 75px;
  }
}

.articles-wrapper {
  padding-top: 57px;
}

.articles-wrapper .card-wrapper {
  margin-bottom: 50px;
}

.no-data-div {
  display: none;
}

.no-data-div img {
  width: 300px;
  height: 300px;
}

.news-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-list-section {
  padding-bottom: 100px;
}

.article-list-section .card-tile {
  margin-top: 100px;
}

.card-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

@-webkit-keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

.skeleton-img {
  height: 200px;
  width: 100%;
}

.skeleton-title {
  height: 40px;
  margin-bottom: 10px;
}

.skeleton-description {
  height: 120px;
}

.skeleton-content-wrapper {
  padding: 20px 10px;
}

.article-container {
  width: 100%;
  padding-bottom: 60px;
}

.article-content {
  width: 80%;
  margin: auto;
}

.author__img {
  width: 69px;
  height: 68px;
  border-radius: 50%;
}

.icons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-share-div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-share-div img {
  border-radius: 50%;
}

.social-icon path,
.share path {
  fill: #BDBDBD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-icon:hover path,
.share:hover path {
  fill: #103FD3;
}

.detail-title {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 28px;
  color: #505050;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .detail-title {
    font-size: calc(0.69444444vw + 16px);
  }
}

@media (min-width: 1440px) {
  .detail-title {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .detail-title {
    line-height: calc(1.15740741vw + 21.33333333px);
  }
}

@media (min-width: 1440px) {
  .detail-title {
    line-height: 38px;
  }
}

.detail-title-2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #787878 !important;
  font-weight: 400;
}

@media (min-width: 576px) {
  .detail-title-2 {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .detail-title-2 {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .detail-title-2 {
    line-height: calc(0.5787037vw + 15.66666667px);
  }
}

@media (min-width: 1440px) {
  .detail-title-2 {
    line-height: 24px;
  }
}

.title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #505050;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .title {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .title {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .title {
    line-height: calc(2.08333333vw + 24px);
  }
}

@media (min-width: 1440px) {
  .title {
    line-height: 54px;
  }
}

.detail-date {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #787878;
  text-align: center;
  font-weight: 400;
  margin-bottom: 37px;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .detail-date {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .detail-date {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .detail-date {
    line-height: calc(0.5787037vw + 15.66666667px);
  }
}

@media (min-width: 1440px) {
  .detail-date {
    line-height: 24px;
  }
}

.article-line-break {
  padding: 42px 0;
}

.article-content {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  color: #303030 !important;
}

.article-content p,
.article-content span,
.article-content li,
.article-content ul {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  color: #303030 !important;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  color: #303030 !important;
}

.detail-img {
  width: 340px;
  height: 340px;
}

.author-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-landing-img-wrapper img {
  border-radius: 10px;
}

.related-blogs {
  padding: 80px 0 100px;
}

.clap {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
}

.clap:hover {
  cursor: pointer;
}

.clap:hover:after {
  -webkit-animation: shockwave 1s ease-in infinite;
          animation: shockwave 1s ease-in infinite;
}

.clap .clap--count {
  position: absolute;
  top: -20.625px;
  left: 8.25px;
  font-size: 0.8rem;
  color: #FFFFFF;
  background: #103FD3;
  padding: 4px 7px;
  line-height: 16.5px;
  border-radius: 30px;
  opacity: 0;
  z-index: 1000;
}

.clap.black-clap .clap--count {
  background: #103FD3;
  color: #FFFFFF !important;
}

@media (min-width: 768px) {
  .no-data-div img {
    height: auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .related-blogs {
    padding: 0 0 120px;
  }
  .article-container {
    padding-bottom: 50px;
  }
  .related-img {
    height: 300px;
  }
  .detail-img {
    width: 770px;
    height: 500px;
  }
  .detail-landing-img-wrapper {
    width: 80%;
    margin: 50px auto;
  }
  .article__heading {
    text-align: center;
  }
  .author-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article-content p,
  .article-content span {
    font-size: 20px !important;
    line-height: 31px !important;
    letter-spacing: 0.02em !important;
    color: #303030 !important;
  }
  .article-list-section {
    padding-bottom: 150px;
  }
  .article-list-section .card-tile {
    margin-top: 80px;
  }
}
