.news-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  background-image: url(../../img/news/news-event-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: rgb(49 47 67 / 70%); */
}
.news-section .container {
  position: relative;
  z-index: 2;
}
/* .news-slider {
  padding: 0 70px;
} */
@media screen and (max-width: 576px) {
  .news-slider {
    padding: 0;
  }
}
.news-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #ffd910;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  cursor: pointer;
  z-index: 3;
}
.news-slider .slick-arrow i {
  color: #fff;
}
.news-slider .slick-arrow.slick-arrow-prev {
  left: 28px;
}
.news-slider .slick-arrow.slick-arrow-next {
  right: 28px;
}
.news-slider .slick-arrow:hover {
  background-color: #ffd910;
}
.news-slide {
  /* padding: 0 20px; */
}
.news-item {
  /* background-color: #fff; */
  background: linear-gradient(145deg, rgb(255 255 255), rgb(255 255 255 / 45%));
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border: 1px solid rgba(173, 216, 230, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 25px;
}
.news-item .date {
  color: #fff;
  background-color: #0d5aa5;
  background-image: linear-gradient(to right, #11af98, #10ae95, #089d77);
  background-image: linear-gradient(135deg, #0e2b5d, #114a7f, #1f7cff);

  border-radius: 50%;
  width: 85px;
  height: 85px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -33px auto 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  background-size: 200% 200%;
  animation: gradientFlowNews 6s ease infinite;
}
@keyframes gradientFlowNews {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.news-item .date span {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
}
.news-post-thumbnail {
  position: relative;
  aspect-ratio: 3 / 2;
}
.news-post-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news-post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  background: rgb(235 245 255 / 33%);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.news-post-thumbnail a:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.news-post-thumbnail a:hover img {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-post-thumbnail a img {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-post-content {
  padding: 20px 15px 30px;
}
@media screen and(max-width: 500px) {
  .news-post-content {
    padding: 7px 9px 17px;
  }
}
.news-post-content h4 {
  font-size: 16px;
  height: 41px;
  font-weight: 700;
  text-wrap: pretty;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  color: #333;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.news-post-content h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2px;
  width: 66px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0d5aa5;
}
.news-post-content p {
  font-size: 13px;
  height: 52px;
  -webkit-line-clamp: 3;
  color: #333;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #fff3;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
/* @keyframes animate {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
} */
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
    background: rgba(88, 101, 242, 0.75); /* blue */
  }

  50% {
    background: rgba(255, 99, 132, 0.75); /* pink */
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
    background: rgba(0, 255, 200, 0.75); /* aqua */
  }
}

.news-btn .custom-btn-text {
  font-size: 14px;
  text-transform: capitalize;
}
