@media (max-width: 967px) {
.navbar-site {
    position: relative;
  }
.title-text {
    margin: 0px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
}
  .menu-toggle {
    display: block;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: -51px;
    right: 20px;
    z-index: 1000;
  }
  
  .site-logo img {
    max-width: 20%;
  }
  
  .content-banner-1 {
    position: absolute;
    top: 14%;
  }

  .abt-banner-text {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .big-title {
    white-space: nowrap;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .about-heading {
    margin-top: 31px;
  }
.content-banner {
    position: absolute;
    top: 8%;
    left: 10px;
} 
.count-number{
  height: 82px;
  padding: 4px 10px;
  margin-top: 30px;
}
.banner-title-text {
    font-size: 36px;
}
.banner-strong{
  font-size: 36px;
}
  .accent-text {
    color: var(--accent-gold);
    font-weight: 700;
    text-align: left;
  }

  .nav-list {
    display: none !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 5px;
    left: 0;
  }

  .nav-list.active {
    display: flex !important;
    z-index: 9;
  }

  .nav-list li {
    text-align: center;
  }

  .nav-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
  }

  .nav-list li a:hover,
  .nav-list li a.active {
    color: #f0a500;
  }

}
@media (max-width: 768px) {
  .navbar-site {
    position: relative;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: -51px;
    right: 20px;
    z-index: 1000;
  }
.stats-wrapper{
display: grid;
grid-template-columns: repeat(2 , auto);
}
  .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .event {
    display: block;
    margin-bottom: 20px;
  }

  .event-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 24px;
  }

  .site-logo img {
    max-width: 20%;
  }

  .slick-slider {
    margin-top: 86px;
  }

  .content-banner-1 {
    position: absolute;
    top: 9%;
  }

  .abt-banner-text {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .big-title {
    white-space: nowrap;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .about-heading {
    margin-top: 31px;
  }
.content-banner {
    position: absolute;
    top: 8%;
    left: 10px;
} 
.count-number{
  height: 82px;
  padding: 4px 10px;
  margin-top: 30px;
}
.banner-title-text {
    font-size: 36px;
}
.banner-strong{
  font-size: 36px;
}
  .accent-text {
    color: var(--accent-gold);
    font-weight: 700;
    text-align: left;
  }

  .nav-list {
    display: none !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50px;
    left: 0;
  }

  .nav-list.active {
    display: flex !important;
    z-index: 9;
  }

  .nav-list li {
    text-align: center;
  }

  .nav-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
  }

  .nav-list li a:hover,
  .nav-list li a.active {
    color: #f0a500;
  }

  .contact-item {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .contact-item:last-child {
    border-right: none;
  }


}