@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.trending-articles {
  margin-top: 40px;
}
.trending-articles .trending-heading {
  border-bottom: 2px solid #D1D5DC;
  margin-bottom: 44px;
  padding-bottom: 18px;
}
.trending-articles h2 {
  font-size: 36px;
  font-weight: 500;
  color: #1A1A1A;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .trending-articles h2 {
    font-size: 30px;
  }
}
@media (max-width: 1481px) {
  .trending-articles h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .trending-articles h2 {
    font-size: 22px;
  }
}
.trending-articles h3 {
  color: #4A5565;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .trending-articles h3 {
    font-size: 14px;
  }
}
.trending-articles .trending-outer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1679px) {
  .trending-articles .trending-outer-row {
    gap: 30px;
  }
}
@media (max-width: 1481px) {
  .trending-articles .trending-outer-row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .trending-articles .trending-outer-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 579px) {
  .trending-articles .trending-outer-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trending-articles .trending-outer-row a {
  text-decoration: none !important;
}
.trending-articles .trending-outer-row .trending-wrapper .img-wrp {
  position: relative;
}
.trending-articles .trending-outer-row .trending-wrapper .img-wrp img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .trending-articles .trending-outer-row .trending-wrapper .img-wrp img {
    height: 240px;
  }
}
.trending-articles .trending-outer-row .trending-wrapper h4.categ-text {
  color: #6A7282;
  font-size: 11px;
  margin-top: 22px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .trending-articles .trending-outer-row .trending-wrapper h4.categ-text {
    font-size: 13px;
  }
}
.trending-articles .trending-outer-row .trending-wrapper .post-title {
  color: #1A1A1A;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "Playfair Display", serif;
  line-height: 28px;
}
@media (max-width: 1679px) {
  .trending-articles .trending-outer-row .trending-wrapper .post-title {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .trending-articles .trending-outer-row .trending-wrapper .post-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .trending-articles .trending-outer-row .trending-wrapper .post-title {
    font-size: 14px;
  }
}
@media (max-width: 1679px) {
  .trending-articles .trending-outer-row .trending-wrapper .time-section .icon-img img {
    height: 11px;
  }
}
.trending-articles .trending-outer-row .trending-wrapper .time-section .time {
  color: #6A7282;
  font-size: 13px;
}
@media (max-width: 1679px) {
  .trending-articles .trending-outer-row .trending-wrapper .time-section .time {
    font-size: 11px;
  }
}
.trending-articles .video-wrp .play-btn {
  width: 80px;
  height: 80px;
}

.btn-red-sub {
  background-color: #E7000B !important;
  color: #FFFFFF !important;
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 17px;
  left: 12px;
  border-radius: 0;
  padding: 5px 15px 5px;
  height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrp {
  position: relative;
}
.video-wrp video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrp .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.video-wrp .play-btn img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-banner .video-wrp {
  height: 450px;
}
@media (max-width: 1679px) {
  .video-banner .video-wrp {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .video-banner .video-wrp {
    height: 300px;
  }
}
@media (max-width: 579px) {
  .video-banner .video-wrp {
    height: 280px;
  }
}/*# sourceMappingURL=trending-article.css.map */