*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100dvh;
  color: #000;
}

/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: rgb(160, 163, 142);
}

*::-webkit-scrollbar-thumb {
  background: #000000;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000000 rgb(160, 163, 142);
}

/* END CUSTOM SCROLLBAR */

div,
section,
footer,
main {
  position: relative;
}

a {
  transition: .2s;
}

button:active,
.button:active,
a:active {
  transform: scale(0.95);
}

button:active,
.button:active,
.click-animate:active {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: pulse;
  animation-duration: .5s;
}

body,
section,
header,
footer,
main {
  min-width: 1300px;
}

main {
  padding: 0;
  margin: 0;
  width: 100%;
}

a:hover,
.active {
  color: #3c332c;
}

#menu-btn {
  display: none;
}

input,
textarea,
select {
  outline: none;
  font-family: "Nunito", serif;
  font-size: 1em;
}

button,
.button {
  padding: 12px 20px;
  border: none;
  font-weight: 700;
  min-width: 200px;
  outline: none;
  font-family: "Nunito", serif;
  transition: .3s;
  text-decoration: none;
  position: relative;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  border-radius: 5px;
  font-size: 1em;
  text-transform: uppercase;
}

button:hover,
.button:hover {
  cursor: pointer;
  background-color: #000;
}

form .row {
  display: flex;
  column-gap: 20px;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

form .half {
  width: 50%;
  border: 1px #eee solid;
  padding: 4px 10px;
}

form .third {
  width: 33.33%;
  border: 1px #eee solid;
  padding: 8px 10px;
}

form .half,
form .fullwidth,
form .third {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
  align-items: center;
  transition: .3s;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 8px;
}

form .half:focus-within,
form .fullwidth:focus-within,
form .third:focus-within {
  border: 1px #ffe699 solid;
}

form .half:focus-within input,
form .fullwidth:focus-within input,
form .third:focus-within input,
form .half:focus-within textarea,
form .fullwidth:focus-within textarea,
form .third:focus-within textarea {
  color: #000;
}

form .half:focus-within input::placeholder,
form .fullwidth:focus-within input::placeholder,
form .third:focus-within input::placeholder,
form .half:focus-within textarea::placeholder,
form .fullwidth:focus-within textarea::placeholder,
form .third:focus-within textarea::placeholder {
  color: #333;
}

form .fullwidth {
  width: 100%;
  border: 1px #eee solid;
  padding: 8px 10px;
}

form input,
form textarea,
form select {
  border: none;
  width: 82%;
  padding: 10px;
  background: transparent;
}

form .half img,
form .fullwidth img,
form .third img {
  height: 26px;
}

form textarea {
  width: 90%;
  min-height: 100px;
  align-self: flex-start;
}

form .special img {
  align-self: flex-start;
  top: 10px;
  display: flex;
  position: relative;
}

.thin-txt {
  font-weight: 300;
}

.bold-txt {
  font-weight: 900;
}

.m-right {
  margin-right: 5%;
}

.m-left {
  margin-left: 5%;
}

.m-bottom {
  margin-bottom: 5%;
}

.m-top {
  margin-top: 5%;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.flex-align-left {
  justify-content: flex-start;
}

.flex-align-right {
  justify-content: flex-end;
}


.img-bg {
  background-position: center;
  background-size: cover;
}

.img-bg-top {
  background-position: center top;
  background-size: cover;
}

.img-bg-bottom {
  background-position: center bottom;
  background-size: cover;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: opacity(.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Nunito", serif;
  font-weight: 700;
}

select option {
  font-family: "Nunito", serif;
}

p {
  line-height: 150%;
  position: relative;
  color: #3e3e3e;
}

li {
  line-height: 150%;
  color: #3e3e3e;
}

.modal {
  display: none;
  padding: 30px;
  min-width: 1000px;
}

.modal h3 {
  font-size: 1.8em;
}

.flex-align {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.center-align {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.f-button {
  min-width: 0;
}

.blur {
  filter: blur(10px);
}

.scaleDown {
  transform: scale(.8);
}

.max-txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.underline {
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

/* Colors */
.gray-bg {
  background-color: #f2f2f2;
}

.gray-txt {
  color: #f2f2f2;
}

.gray-bg-gradient {
  background-image: linear-gradient(to bottom right, #f2f2f2, #dedede);
}

.dark-gray-txt {
  color: #212121;
}

.dark-gray-bg {
  background-color: #212121;
}

.medium-gray-txt {
  color: #767a79;
}

.white-bg {
  background-color: #fff;
}

.white-txt {
  color: #fff;
}

.black-bg {
  background-color: #000;
}

.black-txt {
  color: #000;
}

.green-bg {
  background-color: #a0a38e;
}

.green-txt {
  color: #a0a38e;
}

.brown-bg {
  background-color: #3c332c;
}

.brown-txt {
  color: #3c332c;
}

.red-bg {
  background-color: #da241c;
}

.red-txt {
  color: #da241c;
}

.blue-bg {
  background-color: #00aeb3;
}

.blue-txt {
  color: #00aeb3;
}

.dark-blue-bg {
  background-color: #006568;
}

.dark-blue-txt {
  color: #006568;
}

.gold-bg {
  background-color: #018091;
}

.gold-txt {
  color: #018091;
}

.dark-gold-txt {
  color: #016875;
}

.light-blue-bg {
  background-color: #4475af;
}

.pink-txt {
  color: #D86782;
}

.light-blue-txt {
  color: #4475af;
}

.purple-bg {
  background-color: #29156e;
}

.purple-txt {
  color: #29156e;
}

.white-gray-bg-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(242, 242, 242, 1));
}

.transparent-gray-bg-gradient {
  background: linear-gradient(to right, transparent 50%, #dedede);
}

.black-gradient-bg {
  background: linear-gradient(to bottom, transparent 40%, rgb(0, 0, 0, 0.8) 60%);
  background: -moz-linear-gradient(to bottom, transparent 40%, rgb(0, 0, 0, 0.8) 60%);
}

.black-gradient-right {
  background: linear-gradient(to right, #000 50%, transparent 50%);
  background: -moz-linear-gradient(to right, #000 50%, transparent 50%);
}


/* Animations */
.scale-down {
  transform: scale(.9);
  filter: opacity(0) blur(5px);
  transition: transform 1.2s, filter 1.2s;
}

.scale-up {
  transform: scale(1.05);
  filter: opacity(0) blur(5px);
  transition: transform 1.2s, filter 1.2s;
}

.scale-normal {
  transform: scale(1) !important;
  filter: opacity(1) blur(0) !important;
}

.invisible {
  filter: opacity(0) blur(5px);
  transition: filter 1s;
}

.visible {
  filter: opacity(1) blur(0) !important;
}

.hide-left {
  transition: left 1.2s, filter 1.2s;
  left: -10vw;
  filter: opacity(0) blur(5px);
}

.reveal-left {
  left: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.hide-right {
  transition: right 1.2s, filter 1.2s;
  right: -10vw;
  filter: opacity(0) blur(5px);
}

.reveal-right {
  right: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.hide-bottom {
  transition: top 1.2s, filter 1.2s;
  top: 70px;
  filter: opacity(0) blur(5px);
}

.hide {
  display: none;
}

.reveal-bottom {
  top: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.rotateOut {
  transform: rotate(360deg) scale(0);
}

.slide-left {
  left: 0;
  filter: opacity(1);
}

.parallax {
  will-change: transform;
}

.showMenu {
  top: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.zoom {
  will-change: transform;
  transition: transform 0.1s ease-out;
  /* Smooth transition */
}

.slideIn {
  right: 0 !important;
  filter: blur(0) opacity(1) !important;
}

.fadeIn {
  filter: blur(0) opacity(1) !important;
  z-index: 6 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(1, 128, 145, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(1, 128, 145, 0.5);
  }

  70% {
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.fancybox__nav {
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: visible;
}

/* Header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 3px rgba(123, 123, 123, 0.1);
  /* Subtle bottom shadow */

  .overlay {
    filter: opacity(0.3);
  }

  nav {
    padding: 0 10%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    z-index: 1;

    .logo-wrap {
      width: 100px;
      display: flex;
      justify-content: center;
      padding-top: 5px;

      img {
        height: 70px;
        display: flex;
      }

      padding-bottom: 10px;
    }

    menu {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      column-gap: 40px;

      a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 600;
      }

      a:hover,
      .active {
        color: #018091;
      }
    }
  }
}

.desktop-menu,
#desktop-menu-btn {
  display: none;
}

.home {

  .hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 5% 5%;
    overflow: hidden;

    .bg {
      position: fixed;
      z-index: 0;
      left: 0;
      top: 0;
      transform-origin: center;
      width: 100%;
      height: 100%;
      background-attachment: fixed;
      filter: grayscale(0);
      overflow: hidden;
    }

    .overlay {
      z-index: 1;
      filter: opacity(0.85);
    }

    .content {
      padding: 0 10%;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      flex-direction: column;

      h1 {
        font-size: 4em;
        text-wrap: balance;
        z-index: 1;
        padding: 15px 40px;
        line-height: 100%;
        text-align: center;
        font-weight: 200;
        text-transform: uppercase;
        border-radius: 10px;
        overflow: hidden;

        span {
          font-size: 1.5em;
          font-weight: 700;
          line-height: 90%;
          margin-bottom: 20px;
          display: block;
        }
      }
    }
  }

  .sec1 {
    padding: 100px 5%;

    .title {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 30px;
      text-transform: uppercase;

      span:first-of-type {
        font-weight: 300;
      }
    }

    p {
      font-size: 1.2em;
      text-wrap: balance;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;

      @media screen and (max-width: 1366px) {
        font-size: 1.4em;
      }
    }

    h3 {
      font-size: 2.5em;
      text-wrap: balance;
      text-transform: uppercase;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 0;
      font-weight: 700;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin: 50px auto 0;

      .item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 10px;
        border-radius: 8px;
        overflow: hidden;
        padding: 15px;

        .img {
          height: 200px;
          border-radius: 5px;
          overflow: hidden;

          .overlay {
            background: linear-gradient(to top, rgb(0, 0, 0, 0.9), transparent);
            filter: opacity(1);
          }
        }

        .s-title {
          font-size: 1.6em;
          z-index: 3;
          font-weight: 700;
          line-height: 100%;
          margin-top: 10px;
        }

        .info {
          font-size: 1.1em;
          z-index: 3;
          text-wrap: balance;
          padding: 10px 0;
        }
      }
    }
  }

  .sec2,
  .sec3 {
    padding: 100px 5%;

    .title {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 30px;
      text-transform: uppercase;

      span:first-of-type {
        font-weight: 300;
      }
    }

    p {
      font-size: 1.2em;
      text-wrap: balance;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
  }

  .sec2 {
    padding-top: 0;

    .bento {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 60px;

      .one,
      .two,
      .three {
        height: 500px;
        padding: 30px;
        display: flex;
        justify-content: flex-end;
        row-gap: 20px;
        flex-direction: column;
        border-radius: 8px;
        overflow: hidden;

        .overlay {
          background: linear-gradient(to top, rgb(1, 128, 145, 1), transparent);
          filter: opacity(1);
        }

        .s-title {
          font-size: 1.8em;
          z-index: 3;
          font-weight: 700;
          text-wrap: balance;
          line-height: 100%;
        }

        .info {
          font-size: 1.1em;
          z-index: 3;
          text-wrap: balance;
        }
      }
    }
  }
}

/* About Page */
.about {

  .hero {

    .bg {
      background-position: center -180px;
    }
  }

  .sec1 {
    padding: 5% 10%;

    .title {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 30px;
      text-transform: uppercase;
    }

    p.intro {
      font-size: 1.2em;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      text-wrap: balance;
    }
  }

  .sec2,
  .sec3 {
    padding: 0 10% 5%;
    display: flex;
    align-items: center;
    column-gap: 5%;

    .left,
    .right {
      width: 47.5%;
    }

    .left {
      height: 320px;
      border-radius: 10px;
      overflow: hidden;
    }

    .right {

      h2 {
        font-size: 4em;
        margin-top: 0;
        text-transform: uppercase;
        margin-bottom: 30px;
      }

      p {
        font-size: 1.2em;
      }
    }
  }

  .sec3 {

    .left {
      order: 2;
    }

    .right {
      order: 1;

      ul {
        margin: 0 0 0 20px;
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
      }

      li {
        font-size: 1.2em;
        line-height: 110%;
        text-wrap: balance;
      }
    }
  }

  .sec4 {
    padding: 5% 10%;
    text-align: center;
    background-attachment: fixed;
    background-position: center top;

    .title {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 30px;
      text-transform: uppercase;
    }

    p {
      font-size: 1.4em;
      text-align: center;
      text-wrap: balance;
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px;
      color: #fff;
    }
  }
}


.services {

  .sec1 {
    padding: 5% 10%;

    p {
      font-size: 1.2em;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      text-wrap: balance;
    }

    h2 {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .bento {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      width: 100%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;

      .box {
        display: flex;
        justify-content: flex-end;
        padding: 40px 30px;
        flex-direction: column;
        border-radius: 8px;
        overflow: hidden;
        height: 220px;
        border: 3px #b6b6b6 solid;
      }

      /* Box placements */
      .box1 {
        grid-column: span 1;
        grid-row: span 2;
      }

      /* Tall box */
      .box2 {
        grid-column: span 2;
        grid-row: span 1;
      }

      /* Wide box */
      .box3 {
        grid-column: span 1;
        grid-row: span 1;
      }

      /* Bottom left */
      .box4 {
        grid-column: span 1;
        grid-row: span 1;
      }

    }
  }

  .sec2,
  .sec3 {
    padding-top: 0;
    overflow: hidden;
  }
}

.insights {

  .sec1 {
    padding: 5% 10%;

    h2 {
      text-align: center;
      text-wrap: balance;
      font-size: 4em;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 30px;
      margin-top: 0;
      text-transform: uppercase;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;

      .item {
        display: flex;
        flex-direction: column;
        row-gap: 20px;

        .img {
          height: 250px;
          overflow: hidden;
          border-radius: 8px;
        }

        .s-title {
          font-size: 1.8em;
          z-index: 3;
          font-weight: 700;
          text-wrap: balance;
          line-height: 100%;
        }

        .info {
          font-size: 1.1em;
          z-index: 3;
          text-wrap: balance;
        }

      }
    }
  }
}

.itrends {

  .sec1 {
    padding: 5% 10%;

    .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      column-gap: 20px;
      row-gap: 60px;

      .item {
        display: flex;
        flex-direction: column;
        row-gap: 20px;

        .img {
          height: 250px;
          overflow: hidden;
          border-radius: 8px;
        }

        .s-title {
          font-size: 1.8em;
          z-index: 3;
          font-weight: 700;
          text-wrap: balance;
          line-height: 100%;
        }

        .info {
          font-size: 1.1em;
          z-index: 3;
          text-wrap: balance;
        }

      }
    }
  }
}


/* Contact Page */
.contact {

  .sec1 {
    padding: 5% 10%;

    .grid {
      display: flex;
      align-items: flex-start;
      column-gap: 100px;
      justify-content: center;
      margin-bottom: 90px;

      .item {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        column-gap: 20px;
        width: 250px;

        .left {}

        .righ {

          .title {
            font-size: 1.6em;
            font-weight: 700;
            margin-bottom: 10px;
          }

          .info {
            font-size: 1.1em;
          }
        }
      }
    }

    .legal {
      text-align: center;
      text-wrap: balance;
      max-width: 800px;
      margin: 0 auto 90px;

      p {
        font-size: 1.4em;
      }
    }

    .flex {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      column-gap: 5%;

      .left {
        width: 47.5%;

        .title {
          font-size: 4em;
          font-weight: 700;
          margin-bottom: 30px;
          text-align: center;
        }

        .img-wrap {
          width: 100%;
          max-width: 450px;
          margin-right: auto;
          margin-left: auto;
          padding-bottom: 80px;

          .left-pic {
            position: absolute;
            left: 0;
            top: 0;
            width: 70%;
            height: 350px;
            border-radius: 10px;
          }

          .img {
            width: 70%;
            top: 60px;
            margin-left: 30%;
            margin-right: auto;
            height: 350px;
            border-radius: 10px;
          }
        }
      }

      .right {
        width: 47.5%;
        z-index: 0;
        text-align: left;

        p {
          font-size: 1.4em;

          b {
            font-size: 1.2em;
          }
        }

        form {
          margin-top: 40px;
        }
      }
    }

    .partner {
      padding: 10px 5% 0;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 80px;
    }
  }
}

.page {

  .hero {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 155px 5% 55px;
    overflow: hidden;

    .bg {
      position: fixed;
      z-index: 0;
      left: 0;
      top: 0;
      transform-origin: center;
      width: 100%;
      height: 100%;
      background-attachment: fixed;
      filter: grayscale(0);
      overflow: hidden;
    }

    .overlay {
      z-index: 1;
      filter: opacity(0.8);
    }

    .content {
      padding: 0 10%;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      flex-direction: column;

      h1 {
        font-size: 1.6em;
        text-wrap: balance;
        z-index: 1;
        padding: 15px 40px;
        line-height: 100%;
        text-align: center;
        font-weight: 200;
        text-transform: uppercase;
        border-radius: 10px;
        overflow: hidden;

        span {
          font-size: 2em;
          font-weight: 700;
          line-height: 110%;
          display: block;
          line-height: 130%;
        }
      }
    }
  }

  .sec1 {
    min-height: 300px;
  }
}

/* Community Engagement */
.gallery {

  .sec1 {
    columns: 4;
    column-gap: 10px;
    width: 100%;
    margin: auto;
    padding: 5% 10%;

    .box {
      width: 100%;
      break-inside: avoid;
      margin-bottom: 9px;
      border-radius: 4px;
      transition: all .3s;

      img {
        max-width: 100%;
        border-radius: 4px;
        transition: all .5s;
      }
    }

    .box:hover img {
      filter: opacity(.8);
      cursor: pointer;
    }
  }
}

.para-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.spacer {
  height: 40px;
}

/* Home Page Section 1 */



.flex-align {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-standard {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
  flex-wrap: nowrap;
}

.flex-standard>.left,
.flex-standard>.right {
  width: 47.5%;
}


.button-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}


.coolBeans,
.button-wrapper button {
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  border: none;
}

.coolBeans img,
.coolBeans span {
  position: relative;
  z-index: 2;
}

.coolBeans img.icon,
.button-wrapper button img.icon {
  height: 18px;
}

.coolBeans::after {
  background-color: #000;
  border-radius: 2rem;
  content: '';
  display: block;
  height: 140%;
  width: 140%;
  position: absolute;
  left: -10%;
  top: -10%;
  transform: translate(-100%, 0) rotate(5deg);
  transform-origin: top left;
  transition: 0.3s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after {
  transform: translate(0, 0);
  z-index: 0;
}

.coolBeans:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}


.banner {
  padding: 30px 10%;
  text-align: center;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

#main-footer {
  padding: 50px 0 0;
  z-index: 4;
  position: relative;


  .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    column-gap: 10%;
    padding: 20px 10% 40px;
    margin-left: auto;
    margin-right: auto;

    .item {
      display: flex;
      flex-direction: column;
      row-gap: 20px;


      .title {
        font-size: 1.6em;
        font-weight: 900;
        margin-bottom: 20px;
        text-transform: uppercase;
      }

      a {
        text-decoration: none;
        color: #000;
        text-transform: capitalize;

        &:hover {
          color: #018091;
        }
      }

      .info {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 1.1em;

        img {
          height: 24px;
        }
      }
    }

    .links {
      row-gap: 8px;
      text-transform: upp;
    }

    .block {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      row-gap: 20px;

      .history {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        row-gap: 30px;

        img {
          height: 130px;
        }

        .title {
          text-wrap: balance;
          margin-bottom: 0;
          margin-top: -30px;
          text-align: center;
          font-size: 1.4em;
          text-transform: uppercase;

          span.thin-txt {
            font-weight: 300;
          }
        }
      }

      .message {
        text-align: center;
        display: flex;
        flex-direction: column;
        row-gap: 20px;

        .title {
          font-size: 1em;
          font-weight: 700;
          line-height: 110%;
          text-wrap: balance;
          text-transform: uppercase;
        }

        .subtext {
          font-size: 1.4em;
          text-wrap: balance;
        }

        .contacts {
          display: flex;
          align-items: center;
          column-gap: 30px;

          >div {
            display: flex;
            align-items: center;
            column-gap: 10px;

            img {
              height: 18px;
            }
          }
        }

        .social-media {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 0 40px 0;
          gap: 15px;

          img {
            height: 24px;
            display: block;
          }
        }
      }
    }

  }


  .legal {
    font-size: .9em;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: balance;

    a {
      color: #fff;
      text-decoration: none;

      &:hover {
        color: #3c332c;
      }
    }

    .links {
      display: flex;
      align-items: center;
      column-gap: 20px;
    }
  }

  .partner {
    padding: 30px 5%;
    text-align: center;

    p {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      text-wrap: balance;
    }


    .flex {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 80px;
    }
  }
}

.project-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;

  .pj {
    position: relative;
    width: 100%;
    height: fit-content;
    display: none;
    z-index: 0;
    filter: opacity(0) blur(20px);
    transition: 1s ease;
    overflow: hidden;
    padding: 5%;

    .project-title {
      font-size: 3em;
      margin-bottom: 40px;
      text-align: center;
      font-family: "Work Sans", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
    }

    .photo-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;

      .item {
        height: 280px;
        overflow: hidden;
        border-radius: 8px;
        transition: .3s;
        will-change: transform;

        @media screen and (min-width: 1600px) {
          height: 350px;
        }

        &:hover {
          transform: scale(0.95);
        }

        a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
        }
      }
    }

  }

  #close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
    cursor: pointer;
    transition: .3s;
    z-index: 5;

    &:hover {
      transform: rotate(360deg);
    }
  }
}

.show-project {
  filter: opacity(1) blur(0) !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 1 !important;
}

@media screen and (min-width: 1400px) {

  .shop {

    .product {

      .img {
        height: 50vh !important;
      }
    }
  }

  .related {

    .grid5 {

      .product {

        .img {
          height: 50vh;
        }
      }
    }
  }
}

/* Swiper Slider */
.swiper-container {
  overflow: visible;
  position: relative;
}

.swiper-slide {
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  background-color: #eee;
}

.swiper-slide .img {
  border-radius: 5px;
  max-width: 100%;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider1 .swiper-slide .img {
  height: 350px;
}

.slider1 .swiper-slide .img a,
.horizontal .swiper-slide .img a,
.slider3 .swiper-slide .img a,
.slider2 .swiper-slide .img a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.slider2 .swiper-slide .img {
  height: 130px;
}

.horizontal .swiper-slide .img {
  height: 150px;
}

.slider3 .swiper-slide .img {
  height: 180px;
}

.swiper-slide .img img {
  position: relative;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  background-color: rgb(0, 0, 0, 0.4);
  transition: transform .3s;
}

.swiper-slide .title {
  font-weight: 600;
  margin-top: 10px;
  font-size: 1em;
}

.swiper-slide .img:active {
  cursor: grabbing;
}

.artwork .swiper-slide .img {
  height: 250px;
}

.swiper-slide:hover {
  transform: scale(1.12);
  transition: all .3s;
  transition-delay: .1s;
  z-index: 1;
}

.swiper-slide:hover .img {
  transition-delay: 300ms;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.swiper-slide:hover img {
  background-color: #fff;
  transform: rotate(360deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  padding: 30px 10px;
  color: #fff;
  border-radius: 5px;
  transition: background .3s, transform .2s, filter .3s;
  background: rgb(0, 0, 0, 0.6);
  filter: opacity(1);
}

.swiper-container:hover .swiper-button-next::after,
.swiper-container:hover .swiper-button-prev::after {
  background: rgb(0, 0, 0, 0.6);
  filter: opacity(1);
}

@media screen and (max-width: 599px) {
  .swiper-slide img {
    max-width: 14rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .swiper-slide img {
    max-width: 10.5rem;
    border-radius: 2px;
  }
}


/* Lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}