.Ghero {
  padding-top: 40px;
  padding-bottom: 128px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .Ghero {
      padding-top: 60px;
      padding-bottom: 96px;
      padding-left: 24px;
      padding-right: 24px; } }
  .Ghero h1 {
    color: #1F0004;
    text-align: center; }
  .Ghero-vl {
    margin: auto;
    width: 1.5px;
    height: 80px;
    background-color: #1F0004;
    margin-bottom: 24px; }
  .Ghero-button {
    cursor: pointer;
    max-width: 129px;
    width: 100%;
    color: #1F0004;
    border-radius: 9999px;
    text-align: center;
    padding: 8px 12px;
    transition: transform 0.3s ease, background-color 0.3s ease; }
    @media (max-width: 1024px) {
      .Ghero-button {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding: 12px;
        max-width: 103px; } }
  .Ghero-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease; }
  .Ghero-content.active {
    left: 0;
    opacity: 1;
    z-index: 1; }
  .Ghero-content.exiting {
    left: -100%;
    opacity: 0;
    z-index: 0; }
  .Ghero-buttonActive {
    background-color: #A4D5C7; }
  .Ghero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: fit-content;
    border-radius: 9999px;
    border: 1.5px solid #A4D5C7;
    padding: 12px;
    margin-left: auto;
    margin-right: auto; }
    .Ghero-buttons .active {
      background-color: #A4D5C7; }
    @media (max-width) {
      .Ghero-buttons {
        max-width: 333px; } }
  .Ghero-buttonWrap {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .Ghero-buttonWrap {
        margin-bottom: 48px; } }
  .Ghero-galleryWrap {
    min-height: 612px; }
    .Ghero-galleryWrap .active {
      transform: translateX(0%);
      left: 0;
      opacity: 1;
      z-index: 1; }
    .Ghero-galleryWrap :not(.active) {
      z-index: 0; }
    .Ghero-galleryWrap .swiper {
      max-width: 1024px; }
    .Ghero-galleryWrap .swiper-slide {
      text-align: center; }
      .Ghero-galleryWrap .swiper-slide img, .Ghero-galleryWrap .swiper-slide video {
        cursor: grab;
        margin: auto;
        max-width: 840px;
        max-height: 566px;
        height: 100%;
        object-fit: contain; }
        @media (max-width: 1024px) {
          .Ghero-galleryWrap .swiper-slide img, .Ghero-galleryWrap .swiper-slide video {
            margin: 0;
            width: 100%;
            height: 100%;
            max-width: max-content;
            max-height: max-content;
            object-fit: cover; } }
    .Ghero-galleryWrap .swiper-button-next {
      z-index: 1;
      background-color: #fff;
      padding: 6px;
      width: 60px;
      height: 60px;
      border: 1px solid #1F0004;
      border-radius: 9999px; }
      @media (max-width: 1024px) {
        .Ghero-galleryWrap .swiper-button-next {
          background-color: transparent;
          height: 18px;
          width: 24px;
          top: auto;
          bottom: 10px;
          padding: 0px;
          border: 0px; } }
      .Ghero-galleryWrap .swiper-button-next svg {
        width: 24px; }
    .Ghero-galleryWrap .swiper-button-prev {
      z-index: 1;
      background-color: #fff;
      padding: 6px;
      width: 60px;
      height: 60px;
      border: 1px solid #1F0004;
      border-radius: 9999px; }
      @media (max-width: 1024px) {
        .Ghero-galleryWrap .swiper-button-prev {
          background-color: transparent;
          height: 18px;
          width: 24px;
          top: auto;
          bottom: 10px;
          padding: 0px;
          border: 0px; } }
      .Ghero-galleryWrap .swiper-button-prev svg {
        width: 24px; }
    .Ghero-galleryWrap .swiper-pagination {
      position: relative;
      margin-top: 24px; }

/* Overlay styles */
.overlay {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s; }

.overlay img {
  max-width: 100%;
  max-height: 95%; }

.overlay.active {
  visibility: visible;
  opacity: 1; }

.overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: none;
  border: none; }

.overlay-button-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  z-index: 1;
  background-color: #000;
  padding: 6px;
  width: 60px;
  height: 60px;
  border: 1px solid #1F0004;
  border-radius: 9999px; }
  @media (max-width: 1024px) {
    .overlay-button-prev {
      left: 5px;
      width: 45px;
      height: 45px; } }
  @media (max-width: 579px) {
    .overlay-button-prev {
      width: 30px;
      height: 30px; } }

.overlay-button-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  z-index: 1;
  background-color: #000;
  padding: 6px;
  width: 60px;
  height: 60px;
  border: 1px solid #1F0004;
  border-radius: 9999px; }
  @media (max-width: 1024px) {
    .overlay-button-next {
      right: 5px;
      width: 45px;
      height: 45px; } }
  @media (max-width: 579px) {
    .overlay-button-next {
      width: 30px;
      height: 30px; } }

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