.elementor-51323 .elementor-element.elementor-element-5086c68{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c7ecc2b */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap");


/* =========================================================
BASE
========================================================= */

#nxe-petal-project,
#nxe-petal-project * {
  box-sizing: border-box;
}

body.nxe-petal-lock {
  overflow: hidden;
}

#nxe-petal-project {
  --nxe-bg: #f6f4ef;
  --nxe-green: #5d7d3d;
  --nxe-dark: #172018;
  --nxe-muted: #6a6f68;

  width: 100%;

  padding:
    clamp(48px, 6vw, 80px)
    20px;

  overflow: hidden;

  background:
    var(--nxe-bg);

  color:
    var(--nxe-dark);

  font-family:
    "Manrope",
    Arial,
    sans-serif;
}


#nxe-petal-project
.nxe-petal-container {

  width:
    min(1350px, 100%);

  margin:
    0 auto;
}



/* =========================================================
HEADING
========================================================= */

#nxe-petal-project
.nxe-petal-heading {

  max-width: 750px;

  margin:
    0 auto
    28px;

  text-align: center;
}


#nxe-petal-project
.nxe-petal-label {

  display: block;

  margin-bottom: 10px;

  color:
    var(--nxe-green);

  font-size: 16px;

  font-weight: 700;

  letter-spacing: 2.4px;

  text-transform: uppercase;
}


#nxe-petal-project
.nxe-petal-heading h1 {

  margin: 0;

  color:
    var(--nxe-dark);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    clamp(39px, 4vw, 50px);

  font-weight: 500;

  line-height: 1;
}


#nxe-petal-project
.nxe-petal-heading p {

  margin:
    10px auto 0;

  color:
    var(--nxe-muted);

  font-size: 18px;

  line-height: 1.7;
}



/* =========================================================
SVG GALLERY
========================================================= */

#nxe-petal-project
.nxe-petal-gallery {

  position: relative;

  width: 100%;

  margin: 0 auto;
}


#nxe-petal-project
.nxe-petal-svg {

  display: block;

  width: 100%;

  height: auto;

  overflow: visible;
}



/* =========================================================
PETAL IMAGES
========================================================= */

#nxe-petal-project
.nxe-petal-item {

  cursor: zoom-in;
}


#nxe-petal-project
.nxe-petal-photo {

  transition:
    transform .6s
    cubic-bezier(.2,.65,.3,1);

  transform-box: fill-box;

  transform-origin: center;
}


#nxe-petal-project
.nxe-petal-item:hover
.nxe-petal-photo {

  transform:
    scale(1.035);
}



/* =========================================================
WHITE CURVED DIVIDERS
========================================================= */

#nxe-petal-project
.nxe-petal-seams path {

  fill: none;

  stroke:
    var(--nxe-bg);

  stroke-width: 15;

  stroke-linecap: round;

  stroke-linejoin: round;

  pointer-events: none;
}



/* =========================================================
CENTER GAP
========================================================= */

#nxe-petal-project
.nxe-petal-center-gap {

  fill:
    var(--nxe-bg);

  stroke:
    var(--nxe-bg);

  stroke-width: 15;

  pointer-events: none;
}



/* =========================================================
CENTER BUTTON
========================================================= */

#nxe-petal-project
.nxe-petal-center {

  cursor: pointer;

  transition:
    transform .3s ease;

  transform-box: fill-box;

  transform-origin: center;
}


#nxe-petal-project
.nxe-petal-center:hover {

  transform:
    scale(1.04);
}


#nxe-petal-project
.nxe-petal-center-circle {

  fill:
    #f7f7f2;

  stroke:
    rgba(83, 106, 60, .24);

  stroke-width: 2;

  filter:
    drop-shadow(
      0 6px 10px
      rgba(20, 35, 15, .09)
    );
}


#nxe-petal-project
.nxe-petal-search {

  fill: none;

  stroke:
    #4e6737;

  stroke-width: 3;

  stroke-linecap: round;
}


#nxe-petal-project
.nxe-petal-button-text {

  fill:
    #273121;

  font-family:
    "Manrope",
    Arial,
    sans-serif;

  font-size: 16px;

  font-weight: 700;

  letter-spacing: 2.4px;
}



/* =========================================================
NOTE
========================================================= */

#nxe-petal-project
.nxe-petal-note {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  margin-top: 10px;

  color:
    #66745a;
}


#nxe-petal-project
.nxe-petal-note svg {

  width: 20px;

  height: 20px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.4;
}


#nxe-petal-project
.nxe-petal-note span {

  font-size: 11px;
}



/* =========================================================
LIGHTBOX
========================================================= */

#nxe-petal-project
.nxe-petal-lightbox {

  position: fixed;

  z-index: 999999;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  padding:
    60px 90px;

  background:
    rgba(4, 8, 3, .96);

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition:
    opacity .3s ease,
    visibility .3s ease;
}


#nxe-petal-project
.nxe-petal-lightbox.active {

  opacity: 1;

  visibility: visible;

  pointer-events: auto;
}


#nxe-petal-project
.nxe-petal-lightbox-content {

  width: 100%;

  max-width: 1450px;

  text-align: center;
}


#nxe-petal-project
.nxe-petal-lightbox-content img {

  display: block;

  width: auto;

  max-width: 100%;

  max-height: 82vh;

  margin:
    0 auto;

  object-fit: contain;

  border-radius: 8px;
}


#nxe-petal-project
.nxe-petal-counter {

  margin-top: 15px;

  color:
    rgba(255,255,255,.72);

  font-size: 12px;

  letter-spacing: 1px;
}



/* CLOSE + NAV */

#nxe-petal-project
.nxe-petal-close,
#nxe-petal-project
.nxe-petal-arrow {

  position: absolute;

  display: grid;

  place-items: center;

  width: 48px;

  height: 48px;

  color: #fff;

  border-radius: 50%;

  cursor: pointer;
}


#nxe-petal-project
.nxe-petal-close {

  top: 22px;

  right: 22px;

  border: 0;

  background:
    rgba(255,255,255,.1);

  font-size: 30px;
}


#nxe-petal-project
.nxe-petal-arrow {

  top: 50%;

  transform:
    translateY(-50%);

  border:
    1px solid
    rgba(255,255,255,.28);

  background:
    rgba(255,255,255,.08);

  font-size: 32px;
}


#nxe-petal-project
.nxe-petal-prev {

  left: 25px;
}


#nxe-petal-project
.nxe-petal-next {

  right: 25px;
}



/* =========================================================
TABLET
========================================================= */

@media (max-width: 900px) {

  #nxe-petal-project {

    padding-left: 14px;

    padding-right: 14px;
  }


  #nxe-petal-project
  .nxe-petal-heading {

    margin-bottom: 22px;
  }


  #nxe-petal-project
  .nxe-petal-heading h2 {

    font-size: 42px;
  }

}



/* =========================================================
MOBILE
========================================================= */

@media (max-width: 600px) {

  #nxe-petal-project {

    padding:
      42px 8px;
  }


  #nxe-petal-project
  .nxe-petal-heading {

    padding:
      0 12px;

    margin-bottom: 18px;
  }


  #nxe-petal-project
  .nxe-petal-heading h2 {

    font-size: 33px;
  }


  #nxe-petal-project
  .nxe-petal-heading p {

    max-width: 300px;

    font-size: 10px;
  }


  #nxe-petal-project
  .nxe-petal-label {

    font-size: 9px;

    letter-spacing: 2px;
  }


  #nxe-petal-project
  .nxe-petal-note {

    margin-top: 7px;
  }


  #nxe-petal-project
  .nxe-petal-note span {

    font-size: 9px;
  }


  #nxe-petal-project
  .nxe-petal-note svg {

    width: 17px;

    height: 17px;
  }


  /* Lightbox */

  #nxe-petal-project
  .nxe-petal-lightbox {

    padding:
      65px 12px
      90px;
  }


  #nxe-petal-project
  .nxe-petal-arrow {

    top: auto;

    bottom: 18px;

    transform: none;

    width: 44px;

    height: 44px;
  }


  #nxe-petal-project
  .nxe-petal-prev {

    left:
      calc(50% - 54px);
  }


  #nxe-petal-project
  .nxe-petal-next {

    right:
      calc(50% - 54px);
  }


  #nxe-petal-project
  .nxe-petal-close {

    top: 14px;

    right: 14px;
  }

}/* End custom CSS */