:root {
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "brother-1816", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "brother-1816", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 35px;
}

p:last-child {
  margin-bottom: 0;
}

button {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none;
  color: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  background: currentColor;
}

/*  */
.text-black {
  color: black;
}

.text-uppercase {
  text-transform: uppercase;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.elementor-heading-title {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.heading-1 {
  font-size: clamp(2rem, 4.28571428vw, 3.75rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.heading-2 {
  font-size: clamp(1.75rem, 2.8571vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.heading-3 {
  font-size: clamp(1.5rem, 2.14285vw, 1.875rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.heading-4 {
  font-size: clamp(1.25rem, 1.7142857vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.heading-5 {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.text-btn {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
.text-base {
  font-size: 1rem;
}
.body-irg {
  font-size: clamp(1rem, 1.42857vw, 1.25rem);
}

.container {
  width: 100%;
  max-width: 76.875rem;
  margin: 0 auto;
  padding-inline: 1rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.m-0 {
  margin: 0;
}
.mt-77 {
  margin-block-start: clamp(1.25rem, 5.5vw, 4.8125rem);
}

.p-0 {
  padding: 0;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 !important;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.grid {
  display: grid;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
a svg,
.elementor-nav-menu a.elementor-item {
  transform: translateX(0);
  transition: 0.3s;
}
a:hover svg,
.elementor-nav-menu a.elementor-item:hover {
  transform: translateX(0.3125rem);
  transition: 0.3s;
}
.post-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: black;
}

.post-loading img {
  max-width: min(80vw, 12.5rem);
  animation: rotate 4s linear infinite;
}

.btn,
.a2a_kit a.a2a_dd.btn-share  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  font-weight: 900;
  padding: 1.1875rem 1.5625rem;
  border: 1px solid currentColor;
  border-radius: 0.625rem;
  text-transform: uppercase;
}

.btn:hover {
  background-color: white;
  color: black;
}

/* elementor */
.btn-big .elementor-button-content-wrapper {
  align-items: center;
}

.btn-big .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 1.5rem;
}

.elementor-icon-wrapper {
  line-height: 1;
}
.menu-overlay,
.subscribe-overlay {
  padding-block: clamp(3.75rem, 10.4vw, 12.5rem);
  background: rgb(0, 0, 0) !important;
}

@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) {
  .menu-overlay,
  .subscribe-overlay {
    background: rgba(0, 0, 0, 0.85) !important;
    -webkit-backdrop-filter: blur(1.5625rem);
    backdrop-filter: blur(1.5625rem);
  }
}
.menu-trigger-open,
.menu-trigger-close,
.subscribe-trigger-close {
  cursor: pointer;
}
body:not(.postid-36) .menu-overlay,
body:not(.postid-36) .subscribe-overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transition: 0.3s;
}
body:not(.postid-36) .menu-overlay.open,
body:not(.postid-36) .subscribe-overlay.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.header-main {
  transition: all 0.3s ease;
}
.header-main.header-fixed {
  position: fixed;
}

.header-main:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.340385) 33.17%, rgba(0, 0, 0, 0) 100%) !important;
  backdrop-filter: blur(12.5px);
}

.section-get-in-touch {
  padding-block-start: clamp(4rem, 10.83vw, 8.125rem);
  padding-block-end: clamp(4rem, 7.92857vw, 6.9375rem);
}

.footer-top {
  column-gap: clamp(2.5rem, 9.2857vw, 8.125rem);
  row-gap: 2.5rem;
}

.footer-menu > nav > ul.elementor-nav-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 3rem;
}

/*  */
.mt-115 {
  margin-top: clamp(2.5rem, 8.21428vw, 7.1875rem);
}

.mt-79 {
  margin-top: clamp(2rem, 5.6428vw, 4.9375rem);
}

.py-120 {
  padding-block: clamp(2.5rem, 8.571vw, 7.5rem);
}
.pt-120 {
  padding-block-start: clamp(2.5rem, 8.571vw, 7.5rem);
}
.pb-120 {
  padding-block-end: clamp(2.5rem, 8.571vw, 7.5rem);
}

.pt-79 {
  padding-block-start: clamp(2rem, 5.6428vw, 4.9375rem);
}
.gap-20 {
  gap: clamp(1rem, 1.42857vw, 1.25rem);
}
.gap-80 {
  column-gap: clamp(1.25rem, 5.7142vw, 5rem);
  row-gap: clamp(1.25rem, 5.7142vw, 5rem);
}

.col-gap-70 {
  column-gap: clamp(2rem, 5vw, 4.375rem);
}

.col-gap-72 {
  column-gap: clamp(1.8rem, 5.142857vw, 4.5rem);
}

.row-gap-20 {
  row-gap: clamp(1rem, 1.42857vw, 1.25rem);
}

.row-gap-30 {
  row-gap: clamp(1rem, 2.1428vw, 1.875rem);
}

.row-gap-35 {
  row-gap: clamp(1.25rem, 2.5vw, 2.1875rem);
}

.row-gap-120,
.row-gap-120 > .e-con-inner {
  row-gap: clamp(2.5rem, 8.571vw, 7.5rem);
}

.row-gap-100 {
  row-gap: clamp(2rem, 7.14285vw, 6.25rem);
}

.row-gap-92,
.row-gap-92 > .e-con-inner {
  row-gap: clamp(2.2rem, 6.57142vw, 5.75rem);
}

.row-gap-60,
.row-gap-60 > .e-con-inner {
  row-gap: clamp(1.5rem, 4.2857vw, 3.75rem);
}

.row-gap-42 {
  row-gap: clamp(1.25rem, 2.857142vw, 2.625rem);
}

.row-gap-30 {
  row-gap: clamp(1rem, 2.1428vw, 1.875rem);
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.hero-banner {
  padding-block-start: clamp(10rem, 14.2857vw, 12.5rem);
  padding-block-end: clamp(2rem, 5.6428vw, 4.9375rem);
}

.section-event-sponsors {
  padding-block-start: clamp(3rem, 5.5vw, 4.8125rem);
  padding-block-end: clamp(6rem, 12.857vw, 11.25rem);
}

.section-light {
  padding-block-start: clamp(3rem, 8.357vw, 7.3125rem);
  padding-block-end: clamp(6rem, 12vw, 10.5rem);
}

.grid-image-box .elementor-widget-image {
  border: 1px solid;
  border-radius: 0.625rem;
  padding: 0.875rem 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-image-box .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 262/131;
  object-fit: contain;
  object-position: center;
}

.ele-icon-text {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.ele-icon-text svg {
  width: 100%;
  max-width: 1.25rem;
}

.box-content {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-radius: 0.625rem;
  overflow: hidden;
}

.box-content .box-header {
  display: flex;
}

.box-content .box-header .box-link-wrap {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 495/278;
}

.box-content .box-header .box-link-wrap .box-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-content .box-header .box-link-wrap .box-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, 0.8);
}

.box-content .box-header .box-link-wrap .box-header-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.08;
}

.box-content .box-header .box-link-wrap .box-header-overlay .box-event__label-status {
  position: absolute;
}

.box-content .box-body {
  border-block-start: 1px solid;
}

.box-content .box-body .box-line-content {
  padding: 1rem;
}

.box-content .box-body .box-line-content:not(:first-child) {
  border-block-start: 1px solid;
}

@media screen and (min-width: 700px) {
  .sm-grid-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 800px) {
  .md-grid-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-grid-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }

  .box-content .box-body .box-line-content {
    padding: 1.25rem 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .lg-grid-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.single-event .site-main,
body.single-gallery .site-main {
  width: 100%;
  max-width: unset;
  padding: 0;
}

.nav-event-category {
  list-style: none;
  margin-block-start: clamp(2rem, 4.571428vw, 4rem);
  margin-inline: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-event-category .btn {
    font-size: 0.625rem;
    padding: 0.5rem 1rem;
  }
}
.event-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.event-nav-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 0.625rem;
  overflow: hidden;
}

.event-nav-info > * {
  padding: 0.8125rem 1.875rem;
  text-align: center;
  flex: 1 1 auto;
  border: 1px solid;
}

.event-nav-info > *:not(:first-child) {
  /* border-left: 1px solid; */
}

@media screen and (max-width: 768px) {
  .event-nav-info {
    /* padding: 0.5rem; */
    font-size: 0.875rem;
    justify-content: center;
  }
  .event-nav-info > * {
    padding: 0.625rem 0.625rem;
  }
  .event-nav-info > *:not(:first-child) {
    /* border-left: none; */
  }
  .event-nav-info .event-nav-location {
    order: 2;
  }
}
@media screen and (max-width: 460px) {
  .event-nav-info {
    font-size: 0.75rem;
  }
  .event-nav-info > * {
    /* padding: .625rem .3125rem; */
  }
  .single.single-event .event-nav-info .event-nav-location {
    width: 100%;
  }
}

.video-lightbox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  overflow: hidden;
}

.video-lightbox > img {
  width: 100%;
  height: auto;
}

.video-lightbox .video-lightbox-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 20%;
}
@media screen and (max-width: 768px) {
  .video-lightbox .video-lightbox-overlay svg {
    max-width: 3rem;
  }
}
.group-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .group-buttons {
    flex-direction: column;
  }
}
.event-benefitting-logo {
  width: 100%;
  max-width: 23.375rem;
}

.event-gallery-grid {
  padding: 0 0.625rem;
  display: flex;
  row-gap: 0.625rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: -0.3125rem;
}
.event-gallery-grid div {
  width: 33.33%;
  padding-right: 0.3125rem;
}
.event-gallery-grid img {
  border: 1px solid;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 19.875rem;
  aspect-ratio: 318/200;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .event-gallery-grid div {
    width: 20%;
  }
}
@media screen and (min-width: 1201px) {
  .event-gallery-grid {
    margin-inline: -0.625rem;
    row-gap: 1.25rem;
  }
  .event-gallery-grid div {
    padding-right: 0.625rem;
  }
}
.event-gallery-slider {
  padding: 0 0.625rem;
}

.event-gallery-slider img {
  border: 1px solid;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 19.875rem;
  aspect-ratio: 318/200;
  object-fit: cover;
  object-position: center;
}

.event-gallery-slider .slick-slide,
.list-gallery-slider .slick-slide {
  margin: 0 0.625rem;
}

.event-gallery-slider .slick-list,
.list-gallery-slider .slick-list {
  margin: 0 -0.625rem;
}
.list-gallery-slider .slick-slide div {
  max-width: 18.25rem;
}
.list-gallery-nav .slick-arrow {
  padding: 0;
  border: none;
  color: currentColor;
  background-color: transparent!important;
}
.list-gallery-nav .slick-arrow:hover {
  background-color: transparent;
}
.list-gallery-nav .slick-arrow.gallery-prev:hover {
  transform: translateX(-0.5rem);
  transition: 0.3s;
}
.list-gallery-nav .slick-arrow.gallery-next:hover {
  transform: translateX(0.5rem);
  transition: 0.3s;
}
.event-title-sponsor {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
.event-title-sponsor img {
  max-width: min(100%, 15.625rem);
}
.event-sponsor-slider img {
  width: auto;
  max-height: 7.5rem;
}
.event-sponsor-slider .slick-slide {
  margin: 0 0.625rem;
}
.list-volunteers {
  max-width: 37.5rem;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.custom-slicks-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

.hero-banner.event-banner {
  position: relative;
}
.hero-banner.event-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  max-height: 48vw;
}
.hero-banner.event-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.120192) 20.67%, rgba(0, 0, 0, 0.685402) 66.83%, #000000 100%);
}
@media screen and (max-width: 767px) {
  .hero-banner.event-banner:before {
    max-height: unset;
  }
}
.overlay-eclipse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.120192) 20.67%, rgba(0, 0, 0, 0.685402) 66.83%, #000000 100%);
}
#next-event .event-gallery-slider img {
  width: 100%;
}

.event-list-gallery img {
  width: 100%;
  aspect-ratio: 292/180;
  object-fit: cover;
  object-position: top center;
  border: 1px solid;
  border-radius: 0.625rem;
}

.back-to-top {
  display: none;
}

.back-to-top.show {
  display: block;
}

.swiper-lazy-preloader {
  border-color: white;
  border-top-color: transparent;
}

.main-form .elementor-shortcode {
  max-width: 604px !important;
  margin: auto;
}

.main-form form.frm-show-form input {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  min-height: 0px !important;
  padding-bottom: 10.5px;
}

.main-form form.frm-show-form input:focus,
.main-form form.frm-show-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #fff !important;
  background-color: transparent !important;
  color: #cccccc !important;
  font-style: italic;
  font-size: 16px;
}

.main-form form.frm-show-form input,
.main-form form.frm-show-form textarea {
  color: #cccccc !important;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #fff;
  font-style: italic;
  font-size: 16px;
}

.main-form form.frm-show-form input::placeholder,
.main-form form.frm-show-form textarea::placeholder {
  color: #cccccc !important;
  opacity: 1;
  font-style: italic;
  font-size: 16px;
}

.main-form form.frm-show-form input:focus,
.main-form form.frm-show-form textarea:focus {
  color: #cccccc !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: #fff !important;
  font-style: italic;
  font-size: 16px;
}
.main-form form.frm-show-form textarea {
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 10.5px;
}

.main-form form.frm-show-form .frm_submit {
  text-align: center;
  justify-content: center;
}

.main-form form.frm-show-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 900;
  font-size: 14px !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(247, 218, 166, 1);
  margin: 0px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-form form.frm-show-form button[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/submittt.png") no-repeat center;
  background-size: contain;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 37px;
}

.main-submit {
  margin-bottom: 0px !important;
}

.main-form form.frm-show-form .frm_fields_container {
  grid-gap: 0 21px;
}

.main-form form.frm-show-form button[type="submit"]:hover {
  background-color: #ffffff33;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 8px rgba(247, 218, 166, 1) !important;
  transition: all 0.5s ease !important;
}

.main-form form.frm-show-form fieldset {
  padding-bottom: 0px !important;
}

