/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/home/NewsEvents/NewsEvents.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 576px) {
  .keen-slider {
    min-height: 50px !important;
    width: 50px;
    padding: 10px;
  }
}

.cardDisplay {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background: #eaeaea;
  padding: 20px !important;
}

.keen-slider {
  min-height: 50px !important;
  width: 100% !important;
  padding: 10px;
}

.brands-carousel {
  position: relative;
}

.keen-slider__prev,
.keen-slider__next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.keen-slider__prev {
  left: 10px;
}

.keen-slider__next {
  right: 10px;
}

.bgImage {
  z-index: 0;
  clip: auto;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgLayerNews {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.underlineNews {
  text-transform: uppercase;
  font-weight: bold !important;
  display: inline-block; /* To apply positioning to the text */
  position: relative;
  margin-bottom: 40px;
}

.underlineNews::after {
  content: "";
  position: absolute;
  bottom: -10px; /* Adjusts the gap between text and the underline */
  left: 0;
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: #000; /* Color of the underline */
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.rtl {
  direction: rtl;
  text-align: right;
}

