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


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

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.eot');
  src: local('Gotham Book'), local('Gotham-Book'),
    url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.eot');
  src: local('fonts/Gotham Bold'), local('Gotham-Bold'),
    url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.eot');
  src: local('Gotham Black'), local('Gotham-Black'),
    url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff'),
    url('../fonts/Gotham-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.eot');
  src: local('Gotham Medium'), local('Gotham-Medium'),
    url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.eot');
  src: local('Gotham Thin'), local('Gotham-Thin'),
    url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Thin.woff2') format('woff2'),
    url('../fonts/Gotham-Thin.woff') format('woff'),
    url('../fonts/Gotham-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.eot');
  src: local('Gotham Ultra'), local('Gotham-Ultra'),
    url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Ultra.woff2') format('woff2'),
    url('../fonts/Gotham-Ultra.woff') format('woff'),
    url('../fonts/Gotham-Ultra.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot');
  src: local('Gotham Light'), local('Gotham-Light'),
    url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0 auto;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100dvh;
  background-attachment: fixed;
  font-family: 'Gotham';
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* START CUSTOM SCROLL BAR */

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

*::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
  background: rgb(29, 28, 28);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(29, 28, 28) rgb(80, 80, 80);
}

/* END CUSTOM SCROLLBAR */

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

input,
textarea,
select {
  outline: none;
  font-size: 1em;
  font-family: 'Gotham';
  font-weight: normal;
  width: 100%;
  display: flex;
  position: relative;
}

button,
.button {
  padding: 15px 20px;
  border: none;
  font-weight: bold;
  min-width: 200px;
  outline: none;
  font-family: 'Gotham';
  transition: .3s;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
}

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

a {
  transition: .2s;
}

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

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

body,
section,
header,
footer,
main {
  min-width: 1200px;
  width: 100%;
}

main {
  padding: 0;
  margin: 0;
}

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

#menu-btn {
  display: none;
}


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

form .half {
  width: 50%;
  padding: 0;
}

form .third {
  width: 33.33%;
  border-bottom: 1px #eee solid;
  padding: 0;
}

form .half,
form .fullwidth,
form .third {
  display: flex;
  column-gap: 10px;
  transition: .3s;
  flex-direction: column;
  row-gap: 5px;
  justify-content: flex-start;
}

form .half:focus-within,
form .fullwidth:focus-within,
form .third:focus-within {
  border-color: #ba9856;
}

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%;
  padding: 0;
}

form input,
form textarea,
form select {
  border: none;
  width: 100%;
  padding: 10px;
  background: #000;
  background-color: #eee;
  border-radius: 3px;
  border: none;
}

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

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

form .special img {
  align-self: flex-start;
}

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

.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;
}


.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(.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Gotham';
  font-weight: 900;
}

p {
  line-height: 150%;
  position: relative;
}

li {
  line-height: 150%;
}

.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;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.size-wrapper {
  width: 100%;
  padding: 5px 5%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  height: 150px;
}

.hide {
  display: none;
}


/**************  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: #151515;
}

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

.light-gray-txt {
  color: #6d6d6d;
}

.ss {
  color: #dedede;
}

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

.white-txt {
  color: #fff;
}

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

.black-txt {
  color: #000;
}

.purple-bg {
  background-color: #5c7ef6;
}

.purple-txt {
  color: #5c7ef6;
}

.green-bg {
  background-color: #03e3c4;
}

.green-txt {
  color: #03e3c4;
}

.blue-bg {
  background-color: #0eb6fc;
}

.blue-txt {
  color: #0eb6fc;
}

.pink-bg {
  background-color: #E10E7F;
}

.pink-txt {
  color: #E10E7F;
}

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

.gold-txt {
  color: #ba9856;
}

.color {
  color: #795306;
}

.pink-darker-bg {
  background-color: #991279;
}

.pink-darker-txt {
  color: #991279;
}

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

.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);
}

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

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

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

.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(186, 152, 86, 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(186, 152, 86, 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 {
  position: fixed;
  width: 100%;
  padding: 0 5%;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;

  .logo-link {
    position: relative;
    display: flex;

    .logo {
      position: relative;
      height: 80px;
    }
  }

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

    a {
      color: #fff;
      text-decoration: none;
      font-weight: normal;
      display: flex;
      align-items: center;
      column-gap: 5px;
      font-weight: 500;
      text-transform: uppercase;
      font-size: .95em;

      color: #fff;

      .dot {
        position: relative;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
      }

      &:hover .dot {
        background-color: #ba9856;
      }
    }
  }

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

    a {

      img {
        height: 22px;
      }
    }
  }
}

.page {

  .hero {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 35vh;
    overflow: hidden;
    padding: 0;
    z-index: 0;
    margin-top: 80px;

    .img {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      padding-left: 5%;
      padding-right: 5%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;

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

        h1 {
          margin-top: 0;
          text-align: center;
          font-size: 6em;
          text-transform: uppercase;
          margin-bottom: 0;
          line-height: 90%;
        }

        .small-title {
          font-size: 1.2em;
          text-align: center;

          a {
            color: #000;
            font-weight: 400;
            text-decoration: none;
          }
        }
      }
    }

    .overlay {
      filter: opacity(0.5);
    }
  }
}

/* Home Page Section 1 */
.home {

  .hero {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    z-index: 1;

    .img {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-size: cover;
      background-position: left top;
      padding-left: 5%;
      padding-right: 5%;
      display: flex;
      align-items: center;

      .overlay {
        filter: opacity(0.5);
      }

      .content {
        width: 100%;
        padding-top: 80px;

        h1 {
          margin-top: 0;
          font-size: 6em;
          text-transform: uppercase;
          margin-bottom: 20px;
          line-height: 90%;
          color: transparent;
          text-align: center;
        }

        .text-slider {
          position: relative;
          min-height: 60px;
          width: 100%;
          margin: 0 auto;
          overflow: hidden;

          .reveal-slide-text {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            border-right: 1px solid white;
            padding-right: 12px;
            padding-top: 10px;
            padding-bottom: 10px;
            white-space: nowrap;

            span {
              display: inline-block;
              width: 0;
              overflow: hidden;
              white-space: nowrap;
              font-size: 2.4em;
              font-weight: 300;
              text-transform: uppercase;
            }
          }
        }







        button {
          border: 2px #ba9856 solid;
          background: transparent;
          opacity: 0;
          position: relative;
        }

        button:active {
          transform: scale(0.95) !important;
        }
      }
    }

  }

  .sec1 {
    padding: 5%;
    z-index: 2;

    h2 {
      margin-top: 0;
      text-align: center;
      font-size: 1.8em;
    }

    .text {
      width: 100%;
      z-index: 4;
      text-align: center;
      display: flex;
      flex-direction: column;

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

    .button-wrap {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }
  }

  .project-wrap {
    padding: 2% 5% 5%;

    .title {
      font-size: 2.5em;
      font-weight: 900;
      margin-bottom: 40px;
      text-align: center;
      text-transform: uppercase;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5px;
      padding: 2% 5% 5%;

      .item {
        background-color: #eee;
        height: 45vh;
        display: flex;
        align-items: center;
        justify-content: center;

        .text {
          font-weight: 600;
          font-size: 1.4em;
          opacity: 0;
          transition: .3s;
        }

        .overlay {
          opacity: 0;
          transition: .3s;
        }

        &:hover .text,
        &:hover .overlay {
          opacity: 1;
        }

        a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          opacity: 0;
        }
      }
    }
  }

  .projects {
    padding: 2% 5% 5%;
    display: none;
    background: #fff;

    .grid {
      display: flex;
      align-items: flex-start;
      column-gap: 5%;
    }

    .left {
      width: 40%;

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

      .big-title {
        font-weight: 900;
        font-size: 2.5em;
        text-transform: uppercase;
        margin-top: 10px;
        text-wrap: balance;
      }

      .spacer {
        height: 40px;
      }

      p {
        text-wrap: balance;
        font-weight: 400;
      }

      b {
        font-weight: 500;
      }

    }

    .right {
      width: 55%;
      overflow: hidden;

      a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        img.btn {
          height: 50px;
        }
      }
    }

    .img-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: none;
      min-height: 0;
      gap: 5px;

      a {
        position: relative;
        display: flex;
        height: fit-content;
      }

      img {
        width: 100%;
        height: auto;
      }
    }

    .vid-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      background: none;
      gap: 5px;

      .item {
        overflow: hidden;
        height: 220px;
      }

    }

    .photo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: none;
      gap: 5px;
      min-height: 0;

      a {
        position: relative;
        display: flex;
        height: 180px;
        overflow: hidden;
      }
    }
  }

}

.hide-desktop {
  display: none;
}


/* About Page */
.about {

  .hero {

    padding-bottom: 0;

    .overlay {
      filter: opacity(0.7);
    }

    .img {
      .overlay {
        filter: opacity(0.5);
      }

      h1 {
        color: #000;
      }
    }
  }

  .sec1 {
    padding: 5%;

    .overlay {
      filter: opacity(.9);
    }

    h2 {
      font-size: 2em;
      margin-top: 0;
      text-wrap: balance;
      text-align: center;
      margin-bottom: 80px;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
    }

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

      .left {
        width: 40%;
        height: 80vh;
        position: sticky;
        top: 90px;
      }

      .right {
        width: 80%;

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

        p:first-of-type {
          margin-top: 0;
        }

        p.bigtxt {
          font-size: 1.6em;
          font-weight: 600;
        }
      }
    }

    h3 {
      font-size: 2em;
      margin-top: 80px;
      text-wrap: balance;
      text-align: center;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
    }

    .subtitle {
      font-size: 1.6em;
      margin-top: 20px;
      text-wrap: balance;
      text-align: center;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
    }

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

      .item {
        padding: 15px 25px;
        border: 1px #000 solid;
        font-weight: 600;
      }
    }
  }
}

/* My Work Page */
.work {

  .projects-overview {
    padding: 0 5% 5%;

    .grid4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 5px;

      .item {
        opacity: 0;

        .img {
          height: 45vh;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;

          .overlay,
          .title {
            opacity: 0;
            transition: .3s;
          }
        }

        .title {
          font-weight: 500;
          font-size: 1.4em;
          text-wrap: balance;
        }

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

        &:hover .img .overlay,
        &:hover .img .title {
          opacity: 1;
        }
      }
    }

    .grid3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5px;
      margin-top: 5px;
      margin-bottom: 5px;

      .item {
        opacity: 0;

        .img {
          height: 45vh;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;

          .overlay,
          .title {
            opacity: 0;
            transition: .3s;
          }
        }

        .title {
          font-weight: 500;
          font-size: 1.4em;
          text-wrap: balance;
        }

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

        &:hover .img .overlay,
        &:hover .img .title {
          opacity: 1;
        }
      }
    }
  }

  .projects {
    padding: 2% 5% 5%;
    display: none;
    background: #fff;

    .grid {
      display: flex;
      align-items: flex-start;
      column-gap: 5%;
    }

    .left {
      width: 40%;

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

      .big-title {
        font-weight: 900;
        font-size: 2.5em;
        text-transform: uppercase;
        margin-top: 10px;
        text-wrap: balance;
      }

      .spacer {
        height: 40px;
      }

      p {
        text-wrap: balance;
        font-weight: 400;
      }

      b {
        font-weight: 500;
      }

    }

    .right {
      width: 55%;
      overflow: hidden;

      a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        img.btn {
          height: 50px;
        }
      }
    }

    .img-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: none;
      min-height: 0;
      gap: 5px;

      a {
        position: relative;
        display: flex;
        height: fit-content;
      }

      img {
        width: 100%;
        height: auto;
      }
    }

    .vid-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      background: none;
      gap: 5px;

      .item {
        overflow: hidden;
        height: 220px;
      }

    }

    .photo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: none;
      gap: 5px;
      min-height: 0;

      a {
        position: relative;
        display: flex;
        height: 180px;
        overflow: hidden;
      }
    }
  }

  .more {
    padding: 5%;
    text-align: center;


    h3 {
      font-size: 2.5em;
      margin-top: 0;
    }

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

    h4 {
      font-size: 1.8em;
      margin-top: 0;
      text-transform: uppercase;
    }

    .space {
      height: 80px;
    }

    .space-bigger {
      height: 120px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      gap: 5px;

      .item {
        height: 55vh;
        padding: 30px;
        color: #fff;
        display: flex;
        align-items: flex-end;
        font-size: 1.4em;
        font-weight: 500;
        text-wrap: balance;
        overflow: hidden;

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

        .text {
          text-transform: uppercase;
          text-align: left;
          opacity: 0;
          transition: .3s;
        }

        .overlay {
          opacity: 0;
          transition: .3s;
        }

        &:hover .overlay,
        &:hover .text {
          opacity: 1;
        }
      }
    }

    .websites {

      .item {
        height: 65vh;
      }
    }

    .commercials {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      gap: 5px;
      row-gap: 60px;

      .item {
        height: fit-content;
        display: flex;
        flex-direction: column;
        row-gap: 10px;

        .img {
          height: 31vh;

          a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
              height: 50px;
              width: auto;
            }
          }
        }

        .radio-img {
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;

          img {
            z-index: 10;
          }
        }

        .title {
          font-size: 1.2em;
          font-weight: 500;
        }
      }
    }
  }
}

.gallery {
  .hero {

    .overlay {
      filter: opacity(0.7);
    }

    .img {
      .overlay {
        filter: opacity(0.3);
      }
    }
  }

  .sec1 {
    padding: 5%;
    display: flex;
    flex-direction: column;
    row-gap: 5PX;

    .grid {
      column-count: 4;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;

      img {
        width: 100%;
        height: auto;
        margin: 10px;
        display: flex;
        cursor: pointer;
        transition: .3s;
        transition-delay: 0.1;

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

/* What I Do */
.what-i-do {

  .sec1 {
    padding: 5%;
    text-align: center;

    .content {
      opacity: 0;

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

      .grid {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;

        .item {
          padding: 20px;
          display: flex;
          align-items: center;
          flex-direction: column;
          border: 1px #ba9856 solid;
          border-radius: 10px;

          .icon {
            width: 60px;
            margin-bottom: 20px;
          }

          .number {
            font-weight: 500;
            margin-bottom: 10px;
            text-wrap: balance;
          }

          .num {
            font-size: 4em;
            color: #ba9856;
            font-weight: 900;
          }
        }
      }

      h2 {
        margin-top: 0;
      }

      h2,
      h3 {
        font-size: 2.5em;
      }

      h3 {
        margin-top: 80px;
      }

      .grid2 {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;

        .item {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          height: 400px;

          .img {
            padding: 20px;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            background-color: #000;
            display: flex;
            align-items: center;
            justify-content: center;

            .icon {
              width: 50px;
              height: auto;
            }
          }

          .title {
            text-wrap: balance;
            font-weight: 500;
            text-align: center;
            margin-bottom: 5px;
          }

          .text {
            text-align: center;
            padding: 5px 20px;
            text-wrap: balance;
          }

          .line {
            height: 80px;
            width: 1px;
            border-left: 2px #000 dotted;
          }

          .rect {
            width: 100%;
            height: 40px;
            margin-bottom: 20px;
          }

          .number {
            font-weight: 900;
            font-size: 2em;
            margin-bottom: 10px;
          }
        }

        .item2 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
          height: 400px;

          .img {
            padding: 20px;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            background-color: #ba9856;
            display: flex;
            align-items: center;
            justify-content: center;

            .icon {
              width: 50px;
              height: auto;
            }
          }

          .title {
            text-wrap: balance;
            font-weight: 500;
            text-align: center;
            margin-bottom: 5px;
          }

          .text {
            text-align: center;
            padding: 5px 20px;
            text-wrap: balance;
          }

          .line {
            height: 80px;
            width: 1px;
            border-left: 2px #ba9856 dotted;
          }

          .rect {
            width: 100%;
            height: 40px;
            margin-top: 20px;
          }

          .number {
            font-weight: 900;
            font-size: 2em;
            margin-bottom: 10px;
            color: #ba9856;
          }
        }
      }
    }


  }
}

.contact {

  .hero {

    .overlay {
      filter: opacity(0.7);
    }

    .img {
      .overlay {
        filter: opacity(0.3);
      }
    }
  }

  .sec1 {
    padding: 5%;
    z-index: 2;

    h2 {
      font-size: 2em;
      margin-top: 0;
      text-wrap: balance;
      text-align: center;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
    }

    form {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;

      .btn-wrap {
        display: flex;
        justify-content: center;

        button:hover {
          background-color: #ba9856;
        }
      }
    }
  }
}

.portfolio {

  .hero {

    .overlay {
      filter: opacity(0.7);
    }

    .img {
      .overlay {
        filter: opacity(0.3);
      }
    }
  }

  .sec1 {
    padding: 7% 5%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    z-index: 2;
    column-gap: 8%;

    .overlay {
      filter: opacity(0.9);
    }

    .left {
      width: 25%;
      z-index: 4;

      .title {
        font-size: 3.5em;
        text-transform: uppercase;
        line-height: 100%;
        font-weight: 900;
        text-wrap: balance;
        font-family: "Big Shoulders", sans-serif;
      }
    }

    .right {
      width: 77%;
      z-index: 4;

      p,
      li {
        font-size: 1.1em;
        text-wrap: balance;
        max-width: 800px;
      }

      p:first-of-type {
        margin-top: 0;
      }

      .subtitle {
        font-size: 1.4em;
        font-weight: 600;
        margin-top: 30px;
      }
    }
  }

  .sec2 {
    padding: 7% 5%;
    overflow: hidden;
    z-index: 2;

    .overlay {
      filter: opacity(0.9);
    }

    .grid {
      display: flex;
      align-items: flex-start;
      gap: 8%;

      .left {
        width: 25%;

        .title {
          font-size: 3.5em;
          text-transform: uppercase;
          margin-top: 0;
          margin-bottom: 0;
          line-height: 100%;
          font-weight: 900;
          text-wrap: balance;
          font-family: "Big Shoulders", sans-serif;
        }
      }

      .right {
        width: 77%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        overflow: hidden;

        .item {
          display: flex;
          flex-direction: column;
          width: 100%;

          .img,
          .vid-container {
            height: 30vh;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 10px;
            overflow: hidden;

            video {
              object-fit: cover;
              width: 100%;
              height: 100%;
              position: absolute;
            }
          }

          .title {
            font-size: 2.5em;
            font-weight: 900;
            font-family: "Big Shoulders", sans-serif;
          }

          a {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 9;
          }
        }
      }
    }
  }
}

.clients {

  .sec1 {
    padding: 7% 5%;

    .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 50px;
      row-gap: 70px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      place-items: center;

      img {
        height: 50px;
        opacity: 0;
        filter: grayscale(1);
        transition: filter .3s ease;

        &:hover {
          filter: grayscale(0);
        }
      }

      img.bigger {
        height: 70px;
      }
    }
  }
}

.campaigns {

  .slida {
    width: 100%;
    min-height: 100vh;
    opacity: 0;

    div {
      position: static;
    }
  }

  .projects {
    padding: 5%;

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

      .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        transform: translateY(100);
        opacity: 0;

        .img,
        .vid-container {
          height: 30vh;
          width: 100%;
          margin-bottom: 10px;
          overflow: hidden;

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

          video {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
          }
        }

        .title {
          font-size: 1.6em;
          font-weight: 900;
          font-family: "Big Shoulders", sans-serif;
        }
      }
    }
  }

  .more-projects {
    padding: 7% 5%;

    .overlay {
      filter: opacity(0.9);
    }

    .title {
      font-size: 2em;
      text-align: center;
      font-weight: 900;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin-top: 40px;
      overflow: hidden;

      .item {
        display: flex;
        flex-direction: column;
        width: 100%;

        .img,
        .vid-container {
          height: 30vh;
          width: 100%;
          margin-bottom: 10px;
          overflow: hidden;

          video {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
          }
        }

        .title {
          font-size: 1.2em;
          font-weight: 900;
        }

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

.single-project {
  .hero {
    height: 100px;

    .img {

      .content {

        .small-title {
          text-transform: uppercase;
          font-size: 1.2em;

          a:hover {
            color: #ba9856;
          }
        }
      }
    }
  }

  .project-content {
    display: flex;
    align-items: flex-start;
    column-gap: 5%;
    padding: 2% 5% 0;

    .left {
      width: 30%;
      opacity: 0;

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

      .big-title {
        font-weight: 900;
        font-size: 3em;
        text-transform: uppercase;
        margin-top: 10px;
        text-wrap: balance;
      }

      .spacer {
        height: 40px;
      }

      p {
        text-wrap: balance;
        font-weight: 500;
        font-size: 1.2em;
      }

    }

    .right {
      width: 65%;
      overflow: hidden;
      min-height: 70vh;
      opacity: 0;

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

.design {

  .projects {

    .grid {
      grid-template-columns: repeat(4, 1fr);

      .item {

        .img {
          height: 55vh;

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

.photos {

  .sec1 {
    padding-top: 3%;

    .buttons {
      display: flex;
      align-items: center;
      column-gap: 20px;
      justify-content: center;
      margin-bottom: 40px;

      a {
        color: #fff;
        background: #000;
      }
    }
  }
}

.web_design {

  .hero {
    .img {
      .content {
        .t2 {
          display: block;
          margin-top: -20px;
        }
      }
    }
  }

  .projects {

    .grid {
      grid-template-columns: repeat(4, 1fr);

      .item {

        .img {
          height: 60vh;

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

.pr-images,
.brand-campaigns {

  .hero {
    height: 30vh;

    h1 {
      text-wrap: balance;
    }
  }

  .sec1 {
    padding: 0 5% 5%;
    display: flex;
    flex-direction: column;
    row-gap: 5PX;

    .grid {
      column-count: 4;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
      overflow: hidden;

      img {
        width: 100%;
        height: auto;
        margin: 10px;
        display: flex;
        cursor: pointer;
        transition: .3s;
        transition-delay: 0.1;

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

.brand-campaigns {
  .hero {
    .img {
      .content {
        h1 {
          font-size: 5em;
        }
      }
    }
  }
}

.media,
.photography {

  .hero {
    height: 30vh;

    h1 {
      margin-top: 0;
    }
  }

  .sec1 {
    padding: 0 5% 5%;

    .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
      gap: 10px;

      .item {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25vh;

        a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 4;
          opacity: 0;
        }

        .title {
          font-size: 1.4em;
          text-wrap: balance;
          font-weight: 700;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 3;
          color: #fff;
          opacity: 0;
          transition: opacity .3s;
        }

        &:hover .title {
          opacity: 1;
        }
      }
    }
  }
}

.photography {

  .hero {
    margin-bottom: -40px;
  }

  .intro {
    padding: 0 5% 3%;
    text-align: center;
    opacity: 0;

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

  .sec1 {

    .grid {

      .item {
        height: 60vh;
      }

    }
  }
}

.photo-popup {
  display: none;
  padding: 5%;

  .title {
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
  }

  .grid {
    column-count: 4;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;

    img {
      width: 100%;
      height: auto;
      margin: 10px;
      display: flex;
      cursor: pointer;
      transition: .3s;
      transition-delay: 0.1;

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

.radio_ads {

  .projects {

    .grid {
      grid-template-columns: repeat(3, 1fr);
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px;

      .item {
        height: fit-content;
        display: flex;
        flex-direction: column;
        row-gap: 10px;

        .img {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 5px;

          a {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;

            img {
              display: flex;
            }
          }
        }
      }

    }
  }
}

.brand {

  .sec2 {
    padding: 7% 5%;
    display: flex;
    column-gap: 8%;
    flex-wrap: nowrap;
    align-items: flex-start;
    z-index: 2;

    .overlay {
      filter: opacity(0.9);
    }

    .left {
      width: 25%;
      z-index: 4;
      top: 140px;
      position: sticky;

      .title {
        font-size: 3.5em;
        text-transform: uppercase;
        line-height: 100%;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 0;
        text-wrap: balance;
        font-family: "Big Shoulders", sans-serif;
      }
    }

    .right {
      width: 77%;
      z-index: 4;

      .title {
        font-size: 2.5em;
        font-family: "Big Shoulders", sans-serif;
        font-weight: 900;
      }

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

        .item {
          height: 40vh;
          overflow: hidden;
          border-radius: 10px;

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

      .vids {

        .item {
          height: fit-content;
          border: none;

          .img {
            height: 130px;
            border-radius: 10px;
            margin-bottom: 10px;

            .overlay {
              filter: opacity(0.4);
            }

            a {
              position: absolute;
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              display: flex;
              align-items: center;
              justify-content: center;
            }
          }

          .title {
            font-size: .9rem;
            font-weight: 500;
            font-family: "Work Sans", sans-serif;
          }
        }
      }
    }
  }
}

audio {
  width: 100%;
  /* Full width for audio controls */
  max-width: 500px;
  /* Max width for audio player */
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with transparency */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */

  .modal-content {
    position: relative;
    /* For the close button positioning */
    border-radius: 5px;
    text-align: center;
    /* Center text */
  }

  .close-btn {
    position: absolute;
    /* Position in the top-right */
    top: 50px;
    right: 50px;
    border: none;
    background: transparent;
    /* Make background transparent */
    cursor: pointer;
  }
}

.fixed-bg {
  background-attachment: fixed;
}



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

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

@keyframes fadeInOut {
  0% {
    filter: blur(10px) opacity(0);
    /* Initial blur and opacity */
  }

  10% {
    filter: blur(0) opacity(1);
    /* Remove blur and set opacity to full */
  }

  33% {
    filter: blur(0) opacity(1);
    /* Keep no blur and full opacity */
  }

  43% {
    filter: blur(10px) opacity(0);
    /* Reapply blur and reduce opacity */
  }

  100% {
    filter: blur(10px) opacity(0);
    /* Reapply blur and reduce opacity */
  }
}


/* Desktop Menu */
.desktop-menu {
  position: fixed;
  left: -45%;
  top: 0;
  width: 40%;
  padding: 5%;
  z-index: 100;
  filter: opacity(0) blur(20px);
  height: 100vh;
  overflow: hidden;
  transition: all .5s;
  z-index: 1000;

  a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    position: relative;
    z-index: 2;
    transition: .3s;
    font-size: 1.2em;
  }

  a:hover {
    color: #ba9856 !important;
  }

  #desk-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    cursor: pointer;
    transition: all .5s;
    z-index: 2;
  }
}

#desktop-menu-btn {
  width: 35px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
  display: none;
  flex-direction: column;
  row-gap: 6px;
  margin-left: 20px;

  div {
    height: 3px;
    position: relative;
    transition: all .3s;
    width: 100%;
  }

  &:hover>div {
    background-color: #ba9856 !important;
  }

  &:hover>div.l2 {
    width: 60%;
  }

  &:hover>div.l3 {
    width: 35%;
  }
}


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

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

.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;
  background-color: #000;
}

.coolBeans:hover span {
  color: #fff;
}

.cta-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 10%;

  .title {
    font-size: 5.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #ba9856;
    font-family: "Big Shoulders", sans-serif;
  }

  .info {
    font-size: 2em;
    font-weight: 200;
    text-align: center;
  }

  z-index: 2;
}

.cta {
  padding: 5% 10%;
  overflow: hidden;
  background-attachment: fixed;

  .content {

    h3 {
      margin-top: 0;
      font-size: 2.5em;
      text-align: center;
      font-weight: 200;
      font-family: "Work Sans", sans-serif;
    }

    button {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      display: flex;
      justify-content: center;
      font-weight: 700;
    }
  }

  z-index: 2;
}

footer {
  padding: 4% 5% 0;
  z-index: 4;
  overflow: hidden;


  .overlay {
    filter: opacity(0.9);
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 60px;
    column-gap: 8%;

    img.logo {
      max-width: 140px;
      border-radius: 10px;
    }

    .item {

      h5 {
        font-size: 1.4em;
        margin-top: 0;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: 500;
      }

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

        a img {
          height: 22px;
          position: relative;
          transition: .3s;
        }
      }

      .social-pics {
        display: flex;
        gap: 10px;
        align-items: center;

        a {
          display: flex;
          position: relative;
          padding: 12px;
          border-radius: 50%;
          border: 1px #fff solid;

          img {
            height: 18px;
          }
        }
      }

      .page-links {
        display: flex;
        flex-direction: column;
        row-gap: 10px;

        a {
          text-decoration: none;
          color: #fff;
          border-radius: 3px;
          line-height: 120%;
          font-size: .9em;
          display: block;
          display: flex;
          align-items: center;
          column-gap: 5px;

          .dot {
            position: relative;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
          }

          &:hover .dot {
            background-color: #ba9856;
          }
        }

        a:hover {
          color: #ba9856;
        }
      }

      .contacts {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        font-size: 0.9em;

        b {
          font-weight: 500;
        }
      }

      form .fullwidth input::placeholder {
        color: #808d82;
      }

      form .fullwidth {
        margin-bottom: 10px;

        input {
          color: #fff;
        }

        input::focus-within {
          color: #fff;
        }
      }

      form button {
        min-width: 0;
        padding: 10px;
      }

    }
  }

  .legal {
    text-align: center;
    font-size: .9em;
    padding: 20px 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 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;
}