/** Shopify CDN: Minification failed

Line 126:6 Unexpected "}"

**/


/* CSS from section stylesheet tags */
@font-face {
        font-family: "Abhaya Libre";
        src: url("http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Regular.ttf") format("truetype");
        font-weight: 400;
        font-style: normal;
      }

      .event-page {
        font-family: "Abhaya Libre", sans-serif;
        line-height: 1.7;
        margin: 0;
        padding: 0;
        background-color: #fff;
        color: #333;
      }

      .event-page .ambient-header {
        position: relative;
        overflow: hidden;
         min-height: 300px;
      height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        background-color: black;
      }

      .event-page .ambient-header::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: var(--bg-image);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        transform: scale(1);
        animation: ambientZoomDrift 90s ease-in-out infinite;
        z-index: 0;
      }

      @keyframes ambientZoomDrift {
        0% {
          background-position: center 40%;
          transform: scale(1.1);
        }
        50% {
          background-position: center 25%;
          transform: scale(1);
        }
        100% {
          background-position: center 40%;
          transform: scale(1.1);
        }
      }

      .event-page .ambient-header .overlay {
        position: relative;
        z-index: 1;
        background: linear-gradient(
          to left,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 50%

        );
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 2rem 6rem;

      }

       .event-page .ambient-header .overlay .rsvp-form {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
            color: #fff;
            height: 90%;
            width: 500px;
          }

      @media (max-width: 768px) {
        .event-page .ambient-header .overlay {
        position: relative;
        z-index: 1;
        background: linear-gradient(to left, #000000b3, #0000 50%);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 6rem;
    }
        .event-page .ambient-header .overlay .rsvp-form {
      background: #ffffff1a;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 1rem;
      border: 1px solid rgba(255, 255, 255, .3);
      box-shadow: 0 8px 32px #1f26875e;
      color: #fff;
      height: 90%;
      width: 400px;
      padding: 1rem;
  }
  *,
      }
@font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Regular.ttf')
      format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Medium.ttf')
      format('truetype');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-SemiBold.ttf')
      format('truetype');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Bold.ttf')
      format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-ExtraBold.ttf')
      format('truetype');
    font-weight: 800;
    font-style: normal;
  }

  .owl-carousel {
    height: 100%;
  }

  .owl-stage-outer {
    height: 100%;
  }


  .owl-stage {
    height: 100%;
  }

  .prev_gallery_showcase {
    width: 100%;
  }

  .prev_gallery_showcase_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0rem;
  }

  .prev_gallery_showcase_header h2 {
    width: 300px;
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #372c42;
    margin: 1rem;
  }

  .prev_gallery_showcase_header hr {
    margin: 0;
    width: 303px;
    border: 1px solid rgba(100, 126, 140, 1);
    transform: rotate(-180deg);
  }

  .prev_gallery_showcase_body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .prev_gallery_showcase_body_slider {
    width: 90%;
  }

  .prev_gallery_showcase_body_slider .item {
    height: 100%;
    padding: 0 5px;
  }

  .prev-gallery {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
    position: relative;
  }

  .prev-gallery.active {
    background: rgba(100, 126, 140, 1);
    color: white;
  }

  .prev-gallery.inactive::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom right,
      transparent 48%,
      white 49%,
      white 51%,
      transparent 52%
    );
    z-index: 2;
    pointer-events: none;
  }

  .prev-gallery.inactive {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
  }

  .prev-gallery h3,
  .prev-gallery span {
    padding: 0;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .prev_gallery_showcase_header h2 {
      font-size: 16px;
    }

    .prev_gallery_showcase_header hr {
      width: 100px;
    }

    .prev_gallery_showcase_body_slider {
      width: 95%;
    }
  }

  @media screen and (max-width: 480px) {
    .prev_gallery_showcase_header h2 {
      font-size: 14px;
    }

    .prev_gallery_showcase_header hr {
      width: 80px;
    }

    .prev_gallery_showcase_body_slider {
      width: 100%;
    }
  }