@media (max-width: 1280px) {
  .custom-logo {
    max-width: 300px;
  }

  .banner__content .banner__title {
    font-size: 75px;
  }

  .about__section.section {
    padding-top: 150px;
  }

  .slider-nav .swiper-button-next,
  .slider-nav .swiper-button-prev {
    position: static;
  }

  .news__card > a {
    height: 350px;
  }
}

@media (max-width: 1100px) {
  .main-navigation > div > ul > li > a {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .main-navigation {
    display: none;
  }

  .header-contacts {
    display: none;
  }

  .ham-menu {
    display: block;
  }

  .header-weather {
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  .banner__content .banner__title {
    font-size: 60px;
  }

  .site-header.fixed .custom-logo {
    max-width: 250px;
  }

  .authorized__person {
    margin: auto;
    margin-top: 50px;
  }

  .banner__img,
  .banner__section {
    height: 100%;
  }

  .about__section.section {
    padding-top: 50px;
  }

  .heading-wrap h1 {
    font-size: 45px;
  }

  .heading-wrap h2 {
    font-size: 40px;
  }
  .heading-wrap p {
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  body.home .site-header {
    position: relative;
    background-color: #fff;
  }

  .banner__img::before {
    display: none;
    background: linear-gradient(#fff 8.89%, #0006 25.87%);
  }
  .location__content {
    padding-bottom: 80px;
    background: #5a99f1;
  }
  .location__img {
    position: relative;
  }

  .samachar__section > div > div {
    justify-content: center;
  }

  .slider-nav {
    margin-top: 50px;
  }

  body.home .custom-logo {
    max-width: 350px;
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-columns-4 {
    display: block;
  }
  .footer__sticky .donation-btn {
    display: block;
  }

  body.home .custom-logo {
    max-width: 250px;
  }
  .content__area {
    padding: 0 10px;
  }
  .single__title h1 {
    font-size: 40px;
  }
  .heading-wrap {
    text-align: center;
  }

  .about__section .heading-wrap {
    text-align: left;
  }

  .heading-wrap p {
    margin: auto;
    margin-bottom: 12px;
    width: 100%;
  }

  .program__container .heading-wrap p {
    font-size: 18px;
    line-height: 1.5;
  }
  .donation-btn,
  .header-socials {
    display: none;
  }

  .banner__img img {
    aspect-ratio: 4/3;
  }

  .banner__content {
    position: static;
    background: var(--secondary);
  }

  .banner__content .banner__title {
    font-size: 40px;
    padding: 15px;
    text-align: center;
  }

  .footer__sticky {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    text-align: left;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, visibility;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
    -webkit-transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
    -moz-transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
    -ms-transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
    -o-transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
    box-shadow:
      0 4px 6px 4px #0000003c,
      0 2px 4px -2px #00000059;
  }

  .footer__sticky.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .footer__sticky > div {
    display: flex;
    align-items: center;
  }

  .footer__sticky > div > div > a {
    font-size: 16px;
    display: block;
    text-transform: none;
    font-weight: 600;
    color: #111;
    text-align: center;
    width: 100%;
  }

  .program__container {
    margin-top: 50px;
  }

  .footer__sticky > div > div > span {
    color: var(--primary);
    text-decoration: underline;
  }

  .footer__sticky > div > svg {
    margin-right: 10px;
  }

  body .custom-logo {
    max-width: 230px;
  }
}
