@font-face {
   font-family: 'niasans';
   src: url('fonts/nia_sans-webfont.woff2') format('woff2'),
      url('fonts/nia_sans-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

body {
   font-family: "Google Sans";
   overflow-x: hidden;
}

.font-niasans {
   font-family: 'niasans', "Google Sans";
}

.banner-countdown {
   display: flex;
   width: 100%;
   height: 100%;
   align-items: flex-start;
   justify-content: center;
   background-image: url('images/countdown-bg3.webp');
   /* background-color: rgba(0, 0, 0, 0.5); */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   color: white;
   font-family: 'niasans', "Google Sans";
   font-size: 12px;
   text-align: center;
}

.banner-countdown-inner {
   width: 100%;
   height: 100%;
}

.banner-countdown-inner span {
   font-size: 24px;
   display: block;
}

.banner-countdown-inner span:after {
   content: ':';
   position: absolute;
   right: calc(0%);
   top: 50%;
   transform: translateY(-50%) translateX(50%);
}

.banner-countdown-inner>div:last-child span:after {
   display: none;
}

@media (min-width: 768px) {
   .banner-countdown {
      font-size: 16px;
   }

   .banner-countdown-inner span {
      font-size: 28px;
   }
}

@media (min-width: 1400px) {
   .banner-countdown {
      font-size: 22px;
   }

   .banner-countdown-inner span {
      font-size: 54px;
   }
}

@media (min-width: 1600px) {
   .banner-countdown {
      font-size: 30px;
   }

   .banner-countdown-inner span {
      font-size: 70px;
   }
}

/* Header */
.site-header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 900;
   padding: 10px;
   font-family: "Google Sans";
}

.custom-logo {
   height: 22px;
   width: auto;
}

@media (min-width: 768px) {
   .custom-logo {
      height: 30px;
   }
}

@media (min-width: 1400px) {
   .custom-logo {
      height: 40px;
   }
}

.site-branding-mobile .custom-logo {
   height: 30px;
}

.main-navigation {
   width: auto;
}

.main-navigation a {
   color: white;
   font-weight: 500;
   font-family: 'niasans', "Google Sans";
}

.main-navigation #primary-menu {
   display: flex;
   align-items: center;
   justify-content: center;
}

.main-navigation #primary-menu a {
   padding: 7px 15px;
}

@media (min-width: 1400px) {
   .main-navigation #primary-menu a {
      padding: 7px 25px;
   }
}

.header-bar-toggle {
   font-size: 30px;
   cursor: pointer;
}

.mobile-menu-close {
   font-size: 26px;
   cursor: pointer;
   color: white;
}

.mobile-menu-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   width: 100vw;
   min-height: 100vh;
   background-color: rgba(0, 0, 0, 0.4);
   transition: .3s;
   opacity: 0;
   z-index: -1;
   backdrop-filter: blur(10px);
}

body.mobile-menu-opened .mobile-menu-backdrop {
   opacity: 1;
   z-index: 90000;
}

.mobile-menu {
   position: fixed;
   top: 0;
   right: -450px;
   width: 100vw;
   max-width: 450px;
   min-height: 100vh;
   background-color: #0000004b;
   color: #ffffff;
   transition: .3s;
   z-index: 90001;
}

body.mobile-menu-opened .mobile-menu {
   right: 0;
}

.header-menu-mobile ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.header-menu-mobile a {
   color: white;
   text-decoration: none;
   display: block;
   padding: 10px;
   font-size: 18px;
}

.menuiconhome>a {
   font-size: 1.3em;
   font-family: "Font Awesome 7 Free";
   font-weight: 900;
   content: "\f015";
}

.header-menu-mobile .menuiconhome>a {
   font-size: 1.6em;
}

.header-social img {
   width: 35px;
}

.header-social-mobile img {
   width: 40px;
}

.header-nia-logo {
   flex-basis: 160px;
   flex-grow: 0;
   flex-shrink: 0;
}

.header-nia-logo-mobile {
   width: 200px;
}

.home-main-bg {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}

.home-main-bg2 {
   position: fixed;
   inset: 0;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   z-index: -1;
   transform: translateZ(0);
}

@supports (-webkit-touch-callout: none) {
   .home-main-bg {
      background-attachment: scroll;
   }
}

.home-main-header {
   color: white;
   font-family: 'niasans', "Google Sans";
}

.about-item {
   color: white;
   background-color: #3a0e0e;
   border: 2px solid #830807;
   border-radius: 10px;
}

.mySwiperAbout .swiper-pagination {
   position: relative;
   bottom: 0 !important;
   margin-top: 15px;
}

.mySwiperAbout .swiper-pagination-bullet {
   background: #ffffff;
}

.mySwiperAbout .swiper-pagination-bullet-active {
   background: #ffffff;
}

.mySwiperAbout .swiper-pagination-clickable .swiper-pagination-bullet {
   width: 50px;
   border-radius: 5px;
   height: 4px;
}

.activity-item {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 15px;
   color: white;
   height: var(--activity-item-height, 100%);
   min-height: var(--activity-item-height, 100%);
   overflow: hidden;
   isolation: isolate;
}

.activity-item::before {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 3;
   border-radius: inherit;
   padding: 2px;
   background: linear-gradient(to bottom, #a21211, #ffffff);
   -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   pointer-events: none;
}

.activity-item::after {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 1;
   background-color: rgba(0, 0, 0, 0.45);
   opacity: 0;
   transition: opacity .3s ease;
   pointer-events: none;
}

.activity-item:hover::after,
.activity-item:focus-within::after {
   opacity: 1;
}

.activity-item-title,
.activity-item-description {
   position: relative;
   z-index: 2;
}

.activity-item-title {
   margin-top: auto;
}

.activity-item-description {
   font-size: 14px;
   max-height: 0;
   overflow: hidden;
   opacity: 0;
   transform: translateY(8px);
   transition: max-height .35s ease, opacity .25s ease, transform .35s ease;
}

.activity-item:hover .activity-item-description,
.activity-item:focus-within .activity-item-description {
   max-height: var(--activity-description-height, 300px);
   opacity: 1;
   transform: translateY(0);
}

.agenda-pagination-item {
   border: 2px solid white;
   border-radius: 10px;
   text-align: center;
   color: white;
   font-size: 12px;
   cursor: pointer;
   transition: .3s;
}

.agenda-pagination-item.active,
.agenda-pagination-item:hover {
   background-color: white;
   color: #ff0000;
}

.agenda-item-day {
   border-radius: 10px;
   overflow: hidden;
}

.agenda-item-day-header {
   background-color: #ff0000;
   color: white;
   font-size: 20px;
   letter-spacing: 1px;
}

.agenda-item-day-title {
   background-color: #727272;
   color: white;
   padding: 3px 0;
}

.agenda-item-day-body {
   background-color: white;
}

.agenda-item-day-body-item {
   border-top: 1px solid #ff8080;
}

.agenda-item-day-body-item:first-child {
   border-top: none;
}

@media screen and (min-width: 768px) {
   .agenda-pagination-item {
      font-size: 14px;
   }
}

@media screen and (min-width: 1200px) {
   .agenda-pagination-item {
      font-size: 20px;
   }
}

@media screen and (min-width: 1900px) {
   .agenda-pagination-item {
      font-size: 26px;
   }

   .agenda-item-day-header {
      font-size: 26px;
   }
}

.partners-title {
   color: white;
}

.partners-item-image {
   background-color: white;
   border-radius: 15px;
   border: 1px solid #2620bc;
}

.site-footer {
   background-image: url(images/footer-bg.webp);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.footer-img-1 {
   max-height: 70px;
}

.footer-img-2,
.footer-img-3 {
   max-height: 20px;
}

.footer-img-4 {
   max-height: 30px;
}