.news-group .container, .news-group .container-fluid {
  max-width: 1110px;
  width: 100%; }

.newsy .buttons .btn-primary {
  background-color: var(--element1-btn1-bg);
  color: var(--element1-btn1-text);
  border-color: var(--element1-btn1-border); }
  .newsy .buttons .btn-primary:hover {
    background-color: var(--element1-btn1-bg-hover) !important;
    color: var(--element1-btn1-text-hover) !important;
    border-color: var(--element1-btn1-border-hover) !important; }
.newsy .buttons .btn-secondary {
  background-color: var(--element1-btn2-bg);
  color: var(--element1-btn2-text);
  border-color: var(--element1-btn2-border); }
  .newsy .buttons .btn-secondary:hover {
    background-color: var(--element1-btn2-bg-hover) !important;
    color: var(--element1-btn2-text-hover) !important;
    border-color: var(--element1-btn2-border-hover) !important; }
.newsy .foto {
  aspect-ratio: 3/2; }
  .newsy .foto .image {
    width: 100%;
    height: 100%;
    margin: 0; }
  .newsy .foto img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: var(--image-border-radius); }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  width: 100%;
  padding: 0 0; }
  .newsy .text-inner:after {
    display: none;
    content: "";
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
.newsy .date {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px;
  background-color: var(--element1-color); }
  .newsy .date span {
    font-size: 20rem;
    letter-spacing: 3rem;
    color: var(--secondary-text);
    display: block;
    text-align: center; }
  .newsy .date strong {
    font-size: 25rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    display: flex; }
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy h3 {
  color: var(--element1-title);
  font-size: 25rem;
  margin-bottom: 10px;
  margin-top: 0; }
.newsy p {
  text-align: left;
  color: rgba(233, 233, 237, 0.6);
  font-family: "Barlow", sans-serif;
  font-size: 13px; }
.newsy .one-news {
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: var(--element1-content-bg);
  padding: 14px; }
.newsy .owl-item {
  padding: 10px; }

.news-group .newsy .wrapper {
  justify-content: space-between; }
.news-group .newsy .one-news {
  flex: 0 0 350px !important;
  max-width: 350px !important;
  width: 350px !important;
  min-height: 339px;
  margin: 0;
  padding: 14px;
  background-color: #1c1f2e !important;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .news-group .newsy .one-news:hover {
    background-color: #232032 !important;
    box-shadow: inset 0 0 0 var(--content-border-width) color-mix(in srgb, var(--section-supertitle) 30%, transparent); }
    .news-group .newsy .one-news:hover .foto img {
      transform: scale(1.03); }
.news-group .newsy .foto {
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 6px; }
  .news-group .newsy .foto img {
    border-radius: 6px;
    transition: transform .3s ease; }
.news-group .newsy .text-inner {
  padding: 0; }
.news-group .newsy h3 {
  margin: 0 0 6px;
  color: var(--element1-title);
  font-family: "Bebas Neue", sans-serif;
  font-size: 26rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.05; }
.news-group .newsy p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: color-mix(in srgb, var(--element1-text) 60%, transparent);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  line-height: 1.5; }
.news-group .newsy .news-card-arrow {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  position: relative; }
  .news-group .newsy .news-card-arrow::before, .news-group .newsy .news-card-arrow::after {
    content: "";
    position: absolute;
    top: 6px;
    background-color: currentColor; }
  .news-group .newsy .news-card-arrow::before {
    left: 0;
    width: 13px;
    height: var(--button-border-width); }
  .news-group .newsy .news-card-arrow::after {
    right: 0;
    width: 6px;
    height: 6px;
    border-top: var(--button-border-width) solid currentColor;
    border-right: var(--button-border-width) solid currentColor;
    background-color: transparent;
    transform: translateY(-50%) rotate(45deg); }

@media (max-width: 575.5px) {
  .newsy .owl-nav {
    display: none; }
  .newsy .date {
    min-width: 65px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 1rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    height: 60vw; }
  .newsy .one-news {
    margin-bottom: 15px; }

  .news-group .newsy .container {
    width: calc(100% - 40px);
    padding: 0; }
  .news-group .newsy .wrapper {
    margin-right: 0;
    margin-left: 0; }
  .news-group .newsy .one-news {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 16px;
    min-height: 300px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    height: 50vw; }
  .newsy .one-news {
    margin-bottom: 15px; }

  .news-group .newsy .wrapper {
    justify-content: center;
    gap: 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    height: 220px; }

  .news-group .newsy .one-news {
    flex: 0 0 33% !important;
    max-width: calc(33.3333% - 20px) !important;
    width: calc(33.3333% - 20px) !important;
    min-height: auto; }
  .news-group .newsy .wrapper {
    justify-content: center;
    gap: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    height: 290px; }

  .news-group .newsy .one-news {
    flex: 0 0 310px !important;
    max-width: 310px !important;
    width: 310px !important; }
  .news-group .newsy .wrapper {
    justify-content: center;
    gap: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    height: 225px; } }

/*# sourceMappingURL=news.css.map */
