/* #NEWS START */
/* last-news start */
.last-news {
  padding-top: 13.4rem;
}
@media (min-width: 991px) {
  .last-news {
    padding-top: 17.6rem;
    margin-bottom: 11rem;
  }
}

.last-news__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media (min-width: 991px) {
  .last-news__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 8rem;
    grid-row-gap: 1.6rem;
  }
}

@media (min-width: 991px) {
  .last-news__title {
    grid-area: 1/1/2/2;
  }
}

.last-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 991px) {
  .last-news__list {
    grid-area: 2/1/3/2;
    gap: 2rem;
  }
}

.last-news__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1.6rem;
  align-items: stretch;
}
@media (min-width: 991px) {
  .last-news__item {
    grid-template-columns: 24rem 1fr;
    grid-template-rows: auto;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }
}

.last-news__item-link {
  display: block;
}
@media (hover: hover) {
  .last-news__item-link:hover .last-news__item-image img {
    transform: scale(1.8) rotate(-6deg);
    transition: transform 11s linear;
  }
}

.last-news__item-image {
  border-radius: 2.8rem;
  overflow: hidden;
  align-self: stretch;
  height: 100%;
}
.last-news__item-image picture {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 240 / 150;
}
.last-news__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991px) {
  .last-news__item-image {
    width: 24rem;
    border-radius: 3rem;
  }
}

.last-news__item-date {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 101%;
  color: #BABABA;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
@media (min-width: 991px) {
  .last-news__item-date {
    padding-bottom: 0.8rem;
    padding-top: 0;
  }
}

.last-news__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
@media (min-width: 991px) {
  .last-news__item-title {
    padding-bottom: 0.8rem;
  }
}
.last-news__item-title a {
  display: block;
}
.last-news__item-title a:hover > span.text-gradient {
  background-image: linear-gradient(90deg, #7eccda, #9b6ce6);
}

.last-news__item-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #9b6ce6;
}

/* last-news end */
/* last-single-article start */
.last-single-article {
  position: relative;
}
@media (min-width: 991px) {
  .last-single-article {
    grid-area: 1/2/3/3;
    align-self: center;
  }
}

.last-single-article__image {
  border-radius: 2.8rem;
  overflow: hidden;
}

.last-single-article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: #fff;
}

.last-single-article__date {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 101%;
}
@media (min-width: 991px) {
  .last-single-article__date {
    font-size: 1.8rem;
  }
}

.last-single-article__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .last-single-article__title {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
  }
}

.last-single-article__bage {
  position: absolute;
  z-index: 9;
  top: 2rem;
  left: 2rem;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 99999px;
  color: #9b6ce6;
}
@media (min-width: 991px) {
  .last-single-article__bage {
    top: 3rem;
    left: 3rem;
    padding: 0.8rem 2.8rem;
    font-size: 2rem;
    line-height: 120%;
  }
}

/* last-single-article end */
/* news-list start */
.news-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
}
@media (min-width: 991px) {
  .news-list {
    margin-bottom: 15rem;
  }
}

.more-news {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 991px) {
  .more-news {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.button.more-news__button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.button.more-news__button:hover svg path {
  fill: white;
}
.button.more-news__button svg {
  position: relative;
  z-index: 2;
}

.news-bage {
  position: absolute;
  z-index: 9;
  top: 2rem;
  left: 2rem;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 100%;
  background-color: #fff;
  border-radius: 99999px;
  color: #9b6ce6;
}
@media (min-width: 991px) {
  .news-bage {
    top: 2rem;
    left: 2rem;
    padding: 0.9rem 2.1rem;
    font-size: 2rem;
    line-height: 100%;
  }
}

/* news-list end */
.year-award {
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  max-width: 192rem;
  margin: 0 auto 12rem;
}
@media (min-width: 991px) {
  .year-award {
    background-repeat: repeat-x;
  }
}

.year-award__action {
  padding: 2rem 0;
}
@media (min-width: 991px) {
  .year-award__action {
    display: flex;
    justify-content: center;
  }
}

.button.year-award__action-button {
  width: 100%;
}
@media (min-width: 991px) {
  .button.year-award__action-button {
    max-width: 30rem;
  }
}

/* subscription start */
.subscription {
  margin-bottom: 8rem;
}
@media (min-width: 991px) {
  .subscription {
    margin-bottom: 15rem;
  }
}
.subscription__content {
  background-image: url("../images/news/subscription_bg.png");
}
/* subscription end */

/* #NEWS END*/
