/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {

  .event-content h2 {
    font-size: 22px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 992px) {
  .hero-img {
    left: -200px;
  }

  .header-nav ul li a {
    font-size: 13px;
  }

  .footer-nav ul li a {
    font-size: 13px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .social-area {
    flex-direction: row;
  }

  .social-item {
    padding: 15px 20px;
    height: auto;
    width: 32%;
    font-size: 16px;
  }

  .social-item span.icon {
    width: 52px;
  }

  .social-item span.icon img {
    max-width: 40px;
  }

  .header-nav ul li a {
    font-size: 11px;
  }

  .footer-nav ul li a {
    font-size: 11px;
  }

  .hero-bg {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .dropdown.lang-dropdown {
    right: 24px;
  }

  .hero-area {
    overflow-x: hidden;
  }

  .content-area {
    padding-bottom: 30px;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .social-item {
    padding: 19px 38px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
  }

  .social-area {
    flex-direction: column;
  }

  .social-area {
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
    gap: 8px;
  }

  .news-item-body {
    padding: 14px 3px;
  }

  .hero-btns {
    flex-wrap: wrap;
  }

  .event-img {
    width: 100%;
    height: 160px;
  }

  .event-content h2 {
    font-size: 16px;
  }

  .event-content {
    padding: 20px 13px;
    text-align: center;
  }

  .footer-nav ul {
    flex-direction: column;
  }

  .footer-bottom {
    padding: 25px 0px 15px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-img {
    left: -361px;
    max-width: 667px;
  }

  .custom-logo {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .custom-logo img {
    max-width: 250px;
    height: auto;
  }

  .event-slider .swiper-pagination {
    top: 138px !important;
  }
}

/* Small devices  */
@media (max-width: 576px) {}