.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.title-card {
  font-size: 44px;
  letter-spacing: 3px;
}

@media screen and (max-width: 576px) {
  .title-card {
    font-size: 32px;
  }
}

.main-content {
  background-color: #e6e0db;
}

.main-space {
  padding: 48px 60px 48px 60px !important;
}

@media screen and (min-width: 1919px) {
  .main-space {
    
    padding: 48px 60px 48px 65px !important;
  }

  [dir="rtl"] .main-space {
    
    padding: 48px 65px 48px 60px !important;
  }
}

@media screen and (max-width: 576px) {
  .main-space {
    padding: 30px 22px !important;
  }
}

.news-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.news-content .top-section .news-date {
  font-family: "inter-regular";
  font-size: 12px;
  line-height: 16.8px;
}

.news-highlight {
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  overflow: hidden;
  margin-bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 576px) {
  .news-highlight {
    height: 250px !important;
  }
}

.news-highlight .news-highlight-image {
  width: 100%;
  height: 100%;
}

.news-highlight .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.news-highlight .news-description {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: opacity .5s ease-out, transform .5s ease-out, max-height .5s ease-out;
}

.news-highlight:hover .news-description {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  max-height: 100px;
}

.news-highlight:hover .news-highlight-image::after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
}

[dir="rtl"] .news-highlight:hover .news-highlight-image::after {
  left: auto;
  
  right: 0;
}

.news-highlight:hover .news-highlight-image:hover::after {
  opacity: .5;
}

.main-news .news-overlay {
  position: absolute;
  bottom: 0;
  
  left: 0;
  width: 100%;
  padding: 60px 60px 30px 60px;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
}

[dir="rtl"] .main-news .news-overlay {
  left: auto;
  
  right: 0;
}

.main-news .news-title {
  font-family: "GEELY Bold 20230926";
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 28px;
  max-width: 90% !important;
}

@media screen and (max-width: 576px) {
  .main-news .news-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 375px) {
  .main-news .news-title {
    max-width: 20ch;
  }
}

.main-news .news-date {
  font-family: "inter-regular";
  font-size: 14px;
  line-height: 16.8px;
  padding-bottom: 12px;
}

.main-news .news-description {
  font-family: "inter-regular";
  font-size: 14px;
  line-height: 16.2px;
}

@media (max-width: 375px) {
  .main-news .news-description {
    max-width: 40ch;
  }
}

@media screen and (max-width: 768px) {
  .main-news .news-overlay {
    padding: 60px 20px 18px 20px;
  }
}

@media (max-width: 1440px) {
  .small-news > .news-description {
    max-width: 20ch;
  }
}

.small-news .news-overlay {
  position: absolute;
  bottom: 0;
  
  left: 0;
  width: 100%;
  padding: 60px 30px 30px 30px;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
}

[dir="rtl"] .small-news .news-overlay {
  left: auto;
  
  right: 0;
}

.small-news .news-title {
  font-family: "GEELY Bold 20230926";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .small-news .news-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.small-news .news-date {
  font-family: "inter-regular";
  font-size: 14px;
  line-height: 16.8px;
  padding-bottom: 12px;
}

.small-news .news-description {
  font-family: "inter-regular";
  font-size: 14px;
  line-height: 16.2px;
}

.swiper-button {
  position: relative;
  height: 50px;
}

.swiper-button .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #666;
}

.swiper-button .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  display: inline-block;
  border-radius: unset;
}

