body.non-scrollable {
  overflow: hidden;
}

@keyframes upfold_text {
  from {
    opacity: 0;
    top: 3vw;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes upfold_section {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gallery-upfold {
  margin: 60px auto 30px auto;
}
@media screen and (max-width: 1024px) {
  #gallery-upfold {
    margin: 30px auto;
  }
}
#gallery-upfold h2 {
  color: #b16106;
  text-align: center;
  position: relative;
  top: 3vw;
  opacity: 0;
  animation: upfold_text 500ms forwards 1.4s;
}
#gallery-upfold p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  position: relative;
  top: 3vw;
  opacity: 0;
  animation: upfold_text 500ms forwards 1.6s;
}
@media screen and (max-width: 1024px) {
  #gallery-upfold p {
    width: 90%;
  }
}
#gallery-upfold .inner-container p {
  width: 100%;
  padding-top: 10px;
  animation: none;
  opacity: 1;
  top: 0;
}

.main-desktop-frame {
  display: inline-block;
  width: 65%;
  height: 45vh;
  background-color: #E6E7E8;
}
@media screen and (max-width: 1024px) {
  .main-desktop-frame {
    display: none;
  }
}
.main-desktop-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.text-container {
  width: 30%;
  height: 45vh;
}
.text-container p {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .text-container p {
    font-size: 18px;
    line-height: 26px;
  }
}
.text-container h3 {
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .text-container {
    width: 100%;
    height: auto;
  }
}

.mobile-cover-image {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-cover-image {
    display: flex;
    margin: 0 auto;
    height: 30vh;
    margin: 30px auto;
    background-color: #BBBDC0;
  }
}

.desktop-cover-image {
  display: flex;
  margin: 0 auto;
  width: 50%;
  height: 30vh;
  background-color: #BBBDC0;
}

.event {
  width: 90%;
  margin: 0 auto;
}
.event.show p {
  opacity: 1;
  top: 0;
}
.event.show h3 {
  opacity: 1;
  top: 0;
}
.event .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .event .wrapper {
    display: block;
    margin: 0 0 90px;
  }
}
.event .wrapper .desktop-cover-image {
  margin: 0 auto;
  width: 95%;
  height: 117vh;
  background-color: #BBBDC0;
}
@media screen and (max-width: 1024px) {
  .event .wrapper .desktop-cover-image {
    display: none;
  }
}
.event .wrapper .event-carousel {
  flex-direction: column;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .event .wrapper .event-carousel {
    width: 100%;
    flex-direction: row;
    margin-top: 30px;
  }
}
.event .wrapper .event-carousel section {
  width: 85%;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .event .wrapper .event-carousel section {
    width: 100%;
  }
}
.event .wrapper .event-carousel section:nth-child(3) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .event .wrapper .event-carousel section:nth-child(3) {
    display: block;
  }
}
.event h3 {
  text-align: left;
  color: #b16106;
  top: 2vh;
  opacity: 0;
  position: relative;
  transition: opacity 500ms ease, top 500ms ease;
}
.event p {
  position: relative;
  top: 2vh;
  opacity: 0;
  transition: opacity 500ms ease, top 500ms ease;
}
@media screen and (max-width: 1024px) {
  .event p {
    padding: 0;
  }
}

.dark-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-overlay.show {
  display: block;
}
.dark-overlay .close-modal {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 30px;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .dark-overlay .close-modal {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 20px;
  }
}
.dark-overlay .close-modal svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.dark-overlay .modal {
  background-color: white;
  width: 40%;
  height: 80vh;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .dark-overlay .modal {
    width: 95%;
  }
}
.dark-overlay .modal figure {
  width: 100%;
  height: 100%;
}
.dark-overlay .modal figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel {
  display: block !important;
}

#gallery-upfold .event-carousel {
  width: 90%;
  opacity: 0;
  animation: upfold_section 500ms forwards 1.3s;
}

.event-carousel {
  display: flex;
  width: 100%;
  margin: 50px auto;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .event-carousel {
    display: block;
  }
}
.event-carousel section {
  width: 30%;
  height: 54.5vh;
  box-shadow: inset 0px -170px 200px -51px rgba(0, 0, 0, 0.9);
  display: flex;
  cursor: pointer;
  transition: box-shadow 500ms ease;
  position: relative;
}
.event-carousel section figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.event-carousel section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-carousel section:hover {
  box-shadow: inset 0px -170px 200px -51px rgba(0, 0, 0, 0.9), 3px 4px 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .event-carousel section {
    width: 100%;
    height: 53vh;
  }
}
.event-carousel section .inner-container {
  align-self: flex-end;
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .event-carousel section .inner-container {
    margin: 20px 0;
  }
}
.event-carousel section .inner-container h4 {
  text-align: center;
  color: white;
  font-size: 21px;
  font-weight: lighter;
}
.event-carousel section .inner-container p {
  color: white;
  padding: 0;
  text-align: center;
  top: 0;
  opacity: 1;
}
.event-carousel .owl-dots {
  margin-top: 25px !important;
}
.event-carousel .owl-dots .owl-dot span {
  width: 35px !important;
  height: 7px !important;
}
.event-carousel .owl-dots .owl-dot.active span {
  background-color: #b16106 !important;
}
.event-carousel .owl-stage-outer {
  width: 90%;
  margin: 0 auto;
  display: block;
}

/*# sourceMappingURL=gallery.css.map */
