.newsy-carousel {
  padding: 0px 120px;
  background-color: var(--secondary-bg);
  padding-top: 15px; }
  .newsy-carousel .container {
    max-width: 1700px; }
  .newsy-carousel .news-carousel {
    width: 135%; }
  .newsy-carousel .foto {
    aspect-ratio: 144 / 95; }
    .newsy-carousel .foto .image {
      height: 100%; }
    .newsy-carousel .foto img {
      width: 100%;
      height: 100%; }
  .newsy-carousel .text {
    display: flex;
    width: 100%;
    background-color: var(--primary-bg); }
  .newsy-carousel .text-inner {
    flex: 1 1 50%;
    padding: 30px 25px; }
  .newsy-carousel .date {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    padding: 0 3px; }
    .newsy-carousel .date span {
      font-size: 20rem;
      letter-spacing: 3rem;
      color: var(--secondary-text);
      display: block;
      text-align: center; }
    .newsy-carousel .date strong {
      font-size: 25rem;
      letter-spacing: 0;
      padding-bottom: 10px;
      display: flex; }
  .newsy-carousel h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy-carousel h3 {
    font-family: "Teko", sans-serif;
    color: var(--primary-title);
    font-size: 32rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .newsy-carousel p {
    font-size: 17rem;
    color: var(--primary-text);
    text-align: left;
    margin-bottom: 0; }
  .newsy-carousel .one-news {
    border-radius: 8px;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.1)); }
    .newsy-carousel .one-news:hover {
      box-shadow: 0 0 10px 2px var(--transparent-color1); }
      .newsy-carousel .one-news:hover h3 {
        color: var(--text-hover); }
  .newsy-carousel .newsy-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .newsy-carousel .newsy-title-wrapper .nav-title {
      display: flex;
      align-items: center; }
      .newsy-carousel .newsy-title-wrapper .nav-title h2 {
        margin: 0;
        margin-right: 30px;
        color: var(--secondary-title);
        font-size: 40rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 500;
        font-family: "Teko", sans-serif;
        position: relative;
        top: 2px; }
      .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav {
        display: flex; }
        .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button {
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          border-radius: 50%;
          opacity: 1;
          border: none !important;
          background-color: transparent;
          margin: 0 10px; }
          .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button img {
            width: 15px; }
          .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button.owl-prev {
            transform: rotate(180deg); }
          .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button.disabled {
            opacity: 0.5; }
          .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button:hover .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button:not(.disabled) {
            opacity: 1; }
          .newsy-carousel .newsy-title-wrapper .nav-title .owl-nav button:focus {
            outline: none; }
    .newsy-carousel .newsy-title-wrapper .buttons {
      margin-top: 0; }
      .newsy-carousel .newsy-title-wrapper .buttons .btn {
        margin: 0; }

@media (max-width: 575.5px) {
  .newsy-carousel {
    padding: 10px 15px; }
    .newsy-carousel .newsy-title-wrapper {
      margin-bottom: 20px; }
      .newsy-carousel .newsy-title-wrapper .nav-title h2 {
        font-size: 30rem;
        letter-spacing: 1px;
        top: 1px; }
    .newsy-carousel .news-carousel {
      width: 170%; }
    .newsy-carousel .owl-nav {
      display: none; }
    .newsy-carousel .date {
      min-width: 65px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 1rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      font-size: 22rem;
      margin-top: 0;
      margin-bottom: 10px; }
    .newsy-carousel .text-inner {
      padding: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy-carousel {
    padding: 20px 60px; }
    .newsy-carousel .newsy-title-wrapper {
      margin-bottom: 20px; }
      .newsy-carousel .newsy-title-wrapper .nav-title h2 {
        font-size: 35rem;
        letter-spacing: 1px;
        top: 1px; }
    .newsy-carousel .date {
      min-width: 70px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 2rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      font-size: 25rem;
      margin-top: 0;
      margin-bottom: 10px; }
    .newsy-carousel .text-inner {
      padding: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy-carousel {
    padding: 20px 50px; }
    .newsy-carousel .news-carousel {
      width: 120%; }
    .newsy-carousel .date {
      min-width: 70px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 2rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      font-size: 25rem;
      margin-top: 0;
      margin-bottom: 10px; }
    .newsy-carousel .text-inner {
      padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy-carousel {
    padding: 20px 50px; }
    .newsy-carousel .news-carousel {
      width: 120%; }
    .newsy-carousel .text-inner {
      padding: 15px 25px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy-carousel {
    padding: 60px; }
    .newsy-carousel .news-carousel {
      width: 120%; } }
@media (min-width: 1580px) {
  .newsy-carousel .container {
    max-width: 1320px; } }

/*# sourceMappingURL=news_carousel.css.map */
