@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header .top-bar {
  width: 100%;
  position: fixed;
  padding: 1rem 7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
}
.header .top-bar .left {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  height: 5rem;
}
.header .top-bar .left .logo {
  margin-top: 1rem;
  height: 100%;
  height: 3rem;
}
.header .top-bar .left .navigation {
  margin-left: 4rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.header .top-bar .left .navigation > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .top-bar::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: translateY(-100%);
  transition: transform 0.2s ease-out;
  z-index: -1;
}
.header .top-bar.opened.show-background::before {
  transform: translateY(0);
}
.header .side-bar {
  box-sizing: border-box;
  position: fixed;
  height: 100%;
  right: 0;
  width: 20rem;
  padding: 3rem;
  padding-top: 7rem;
  overflow: hidden;
  pointer-events: all;
  z-index: 1;
}
.header .side-bar .links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .side-bar .links div {
  text-align: right;
  border-bottom: 1px solid #222;
  padding: 0.5rem 0;
  opacity: 1;
  transform: translateY(0rem);
}
.header .side-bar .links div:nth-child(1) {
  transition: all 0.2s 0.15s;
}
.header .side-bar .links div:nth-child(2) {
  transition: all 0.2s 0.2s;
}
.header .side-bar .links div:nth-child(3) {
  transition: all 0.2s 0.25s;
}
.header .side-bar .links div:nth-child(4) {
  transition: all 0.2s 0.3s;
}
.header .side-bar .links div:nth-child(5) {
  transition: all 0.2s 0.35s;
}
.header .side-bar .links div:nth-child(6) {
  transition: all 0.2s 0.4s;
}
.header .side-bar .links div:nth-child(7) {
  transition: all 0.2s 0.45s;
}
.header .side-bar .links div:nth-child(8) {
  transition: all 0.2s 0.5s;
}
.header .side-bar .links div:nth-child(9) {
  transition: all 0.2s 0.55s;
}
.header .side-bar .links div:nth-child(10) {
  transition: all 0.2s 0.6s;
}
.header .side-bar::before {
  background: black;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-origin: top left;
  transition: transform 0.5s;
  transform: translateX(0) skewX(0deg);
}
.header .side-bar:not(.header .side-bar.opened)::before {
  transform: translateX(100%) skewX(20deg);
}
.header .side-bar:not(.header .side-bar.opened) {
  pointer-events: none;
}
.header .side-bar:not(.header .side-bar.opened) div {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0s;
}
.header .right {
  position: fixed;
  right: 0;
  top: 0;
  height: 7rem;
  width: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.header .top-bar .left, .header .right {
  opacity: 1;
  transition: opacity 0.2s;
}
.header .top-bar:not(.opened) .left, .header .right:not(.opened) {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .header .header {
    height: 5rem !important;
  }
  .header .left {
    height: 3rem !important;
  }
  .header .logo {
    height: 2rem !important;
    margin-top: 0.5rem !important;
  }
  .header .right {
    height: 5rem !important;
    width: 5rem !important;
  }
}

main {
  position: relative;
}

.menu-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(270deg, #000 0%, #000000 28.65%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.menu-close.opened {
  opacity: 0.6;
  pointer-events: all;
}

.burger {
  width: 1.5rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 0.3333333333rem;
}
.burger .line {
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transform-origin: left;
}
.burger:hover {
  cursor: pointer;
}
.burger.x .line:nth-child(1) {
  transform: rotate(45deg);
  width: 85%;
}
.burger.x .line:nth-child(2) {
  opacity: 0;
}
.burger.x .line:nth-child(3) {
  transform: rotate(-45deg);
  width: 85%;
}

a.bottom-line {
  position: relative;
}
a.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transition: transform 0.2s, opacity 0.2s;
  transform: translateY(15px);
  opacity: 0;
}
a.bottom-line:hover::after {
  transform: translateY(10px);
  opacity: 1;
}
a.darken {
  transition: opacity 0.4s;
}
a.darken:hover {
  opacity: 0.6;
}

@media (max-width: 600px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}
.fade-to-bottom {
  padding: 3rem;
  border-radius: 1.6875rem 1.6875rem 0rem 0rem;
  background: linear-gradient(180deg, #353535 0%, rgba(53, 53, 53, 0) 100%);
  max-width: 45rem;
}

.fade-to-right {
  padding: 3rem;
  border-radius: 0.9375rem 5.875rem 0.9375rem 0.9375rem;
  background: radial-gradient(961.06% 135.64% at 100.04% 99.93%, rgb(48, 48, 48) 0%, rgb(34, 34, 34) 47.4%, rgb(20, 20, 20) 100%);
  max-width: 45rem;
}

.fade-to-right.border {
  border: 4px solid #968B7A;
}

.font-size-small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #AAA;
}

.color-fade {
  background: linear-gradient(268deg, #FFD79C 12.63%, #D8D2CA 94.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.limited-width {
  max-width: 30rem;
}

.limited-width-small {
  max-width: 17rem;
}

@media screen and (max-width: 600px) {
  .fade-to-right, .fade-to-bottom {
    padding: 1rem;
    max-width: 70vw !important;
  }
}
.btn {
  color: #fff;
  text-decoration: none;
}
.btn.epic {
  border-radius: 0rem 0.75rem 0.75rem 0.75rem;
  border: 3px solid #968B7A;
  background: rgba(0, 0, 0, 0);
  padding: 0.5rem 1.5rem;
  transition: background 0.1s, color 0.2s;
}
.btn.epic.blue {
  background: rgba(55, 143, 206, 0.5);
  border: 3px solid #378FCE;
}
.btn.epic.blue.fill {
  background: #378FCE;
}
.btn.epic:hover {
  background: rgba(150, 139, 122, 0.2);
}
.btn.epic.blue:hover {
  background: rgba(0, 0, 0, 0);
  color: #d7eeff;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex.gap {
  gap: 1rem;
}
.flex.gap.double {
  gap: 2rem;
}
.flex.gap.triple {
  gap: 3rem;
}
.flex.row {
  flex-direction: row;
  width: 100%;
}
.flex.column {
  flex-direction: column;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-start {
  justify-content: start;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align-start {
  align-items: start;
}
.flex.align-stretch {
  align-items: stretch;
}
.flex.justify-end {
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .flex.mobile {
    flex-direction: column;
  }
  .flex.mobile-center {
    align-items: center;
  }
}

.offer-card {
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 0.8125rem;
  border: 1px solid #378FCE;
  background: #242424;
  width: 21.1875rem;
}
.offer-card.special {
  border: 3px solid #378FCE;
}
.offer-card > *:not(:last-child) {
  margin-bottom: 2rem;
}
.offer-card .head {
  font-size: 1.25rem;
  text-align: center;
}
.offer-card .price-wrapper {
  text-align: center;
}
.offer-card .price {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.offer-card .gray {
  margin-top: 0.3rem;
  color: #7B7B7B;
}
.offer-card ul {
  padding: 0;
}
.offer-card li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
  font-size: 0.75rem;
}
.offer-card li::before {
  content: "";
  position: absolute;
  transform: translateY(50%);
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #378FCE;
}
.offer-card p {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
}

body {
  background: #1A1A1A;
  color: white;
  font-family: "Poppins", sans-serif;
}

section {
  margin-bottom: 8rem;
  position: relative;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09375rem;
}

p {
  font-weight: 500;
  letter-spacing: 0.07031rem;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.hidden {
  display: none;
}

.font-small {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
}

.section-flex-right, .section-flex-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 6rem;
  row-gap: 2rem;
  padding: 0 10rem;
}
.section-flex-right.align-start, .section-flex-left.align-start {
  align-items: start;
}
.section-flex-right.wide, .section-flex-left.wide {
  flex-wrap: wrap;
}

.section-flex-right {
  flex-direction: row-reverse;
}

.section-header {
  background: linear-gradient(268deg, #FFD79C 12.63%, #D8D2CA 94.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.16875rem;
  margin: 0;
}

.bg-show, .bg-show-left {
  position: absolute;
  bottom: -9rem;
  height: 35rem;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 14, 20, 0.31) 69.27%, rgba(43, 81, 117, 0.33) 89.58%, rgba(0, 0, 0, 0) 100%), radial-gradient(41.73% 50% at 67.71% 50%, rgba(124, 193, 232, 0.09) 0%, rgba(226, 226, 226, 0.06) 49.48%, rgba(0, 0, 0, 0) 100%), radial-gradient(28.83% 15.36% at 59.32% 90.87%, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), radial-gradient(20.68% 6.58% at 66.64% 82.9%, #1A1A1A 0%, #000 0%, #1B190F 0.01%, rgba(26, 26, 26, 0) 100%), radial-gradient(31.19% 8.29% at 66.2% 83.64%, rgba(18, 64, 154, 0.3) 0%, rgba(217, 217, 217, 0.22) 59.69%, rgba(217, 217, 217, 0) 100%);
  z-index: -1;
}

.bg-show-left {
  transform: scaleX(-1);
}

.bg-highlight {
  position: absolute;
  left: -40rem;
  top: 50%;
  right: 0;
  width: 80rem;
  max-width: calc(100vw + 40rem);
  height: 30rem;
  background: radial-gradient(70.39% 11.93% at 0% 53.43%, rgba(26, 26, 26, 0.75) 0%, rgba(26, 26, 26, 0) 100%), linear-gradient(to bottom right, rgba(75, 159, 206, 0.22) 0%, rgba(0, 0, 0, 0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(75, 159, 206, 0.22) 0%, rgba(0, 0, 0, 0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(75, 159, 206, 0.22) 0%, rgba(0, 0, 0, 0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(75, 159, 206, 0.22) 0%, rgba(0, 0, 0, 0) 50%) top right/50% 50% no-repeat, radial-gradient(39.01% 11.27% at 52.71% 50.41%, rgba(26, 26, 26, 0.44) 0%, rgba(26, 26, 26, 0) 100%), radial-gradient(76.07% 34.69% at 0.25% 53.27%, rgba(55, 84, 185, 0.26) 0%, rgba(26, 26, 26, 0) 100%), radial-gradient(78.49% 29.25% at 19.37% 54.9%, rgba(55, 103, 226, 0.22) 0%, rgba(26, 26, 26, 0) 100%), radial-gradient(11.96% 41.99% at 0.12% 51.55%, rgba(76, 129, 208, 0.16) 0%, rgba(26, 26, 26, 0) 100%);
  z-index: -1;
  transform: translateY(-50%);
}

.bg-price-tag {
  position: absolute;
  left: -8rem;
  top: 0rem;
  width: 40vw;
  z-index: -1;
}

.bg-highlight-contact {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(157.81% 46.65% at 97.56% 41.3%, rgba(91, 95, 106, 0.27) 9.38%, rgba(26, 26, 26, 0) 92.71%);
  transform: scaleX(-1);
  z-index: -1;
}

.bg-footer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.14%, #000 100%), radial-gradient(97.56% 97.21% at 50% 99.92%, #19191A 0%, #303030 91.67%, rgba(0, 0, 0, 0) 100%);
}

.first-section {
  height: 100vh;
  position: relative;
}
.first-section video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-section .center-div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.first-section .headline {
  text-align: center;
  max-width: 15rem;
  display: inline-block;
  font-weight: lighter;
}
.first-section p {
  text-align: center;
}

.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.more-section {
  grid-column: 1/3;
}

.project-card {
  border-radius: 1.1875rem;
  background: #454545;
  width: 30vw;
  max-width: 33.125rem;
  height: 20vw;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.project-card.small {
  width: 15rem;
  height: 15rem;
}
.project-card .cover {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7333333333);
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card .cover svg {
  filter: invert(1);
  transition: opacity 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  height: 2rem;
  width: 2rem;
}
.project-card.playing svg {
  opacity: 0 !important;
}
.project-card:hover .cover, .project-card.playing .cover {
  background: rgba(0, 0, 0, 0);
}
.project-card:hover .cover svg, .project-card.playing .cover svg {
  opacity: 1;
}
.project-card:hover p, .project-card.playing p {
  text-shadow: 2px 2px 14px #000000;
  transform: translateY(-2rem);
}
.project-card.vertical {
  height: 30vw;
  max-height: 23rem;
  width: 20vw;
}
.project-card p {
  position: relative;
  transition: transform 0.2s;
  transform: translateY(-1rem);
  pointer-events: none;
}
.project-card video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card p {
  padding: 1.5rem;
}

.video-cutting {
  opacity: 1;
  transition: opacity 0.4s;
  max-width: 80vw;
}

.video-cutting:not(.visible) {
  display: none;
  opacity: 0;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 0 20rem;
}

.contact-form {
  padding: 1.5rem;
  border-radius: 0rem 2.5rem 2.5rem 2.5rem;
  border: 3px solid #968B7A;
  background: #1A1A1A;
}
.contact-form p {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.16875rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.contact-form div {
  position: relative;
}
.contact-form div:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact-form input, .contact-form textarea {
  background: rgba(0, 0, 0, 0);
  border-radius: 1.375rem;
  border: 5px solid #525252;
  padding: 0.5rem;
  color: white;
  width: 15rem;
}
.contact-form textarea {
  resize: vertical;
  min-height: 10rem;
  max-height: 15rem;
}
.contact-form label {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(1rem);
  transition: transform 0.2s;
  background: #1A1A1A;
  padding: 0 0.2rem;
  pointer-events: none;
  color: #DADADA;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06094rem;
}
.contact-form label:after {
  content: ":";
  transition: opacity 0.5s;
  opacity: 0;
}
.contact-form input:not(:-moz-placeholder-shown) + label, .contact-form textarea:not(:-moz-placeholder-shown) + label {
  transform: translateY(-0.6rem) translateX(0.3rem);
}
.contact-form input:focus-within + label, .contact-form input:not(:placeholder-shown) + label, .contact-form textarea:focus-within + label, .contact-form textarea:not(:placeholder-shown) + label {
  transform: translateY(-0.6rem) translateX(0.3rem);
}
.contact-form input:not(:-moz-placeholder-shown) + label:after, .contact-form textarea:not(:-moz-placeholder-shown) + label:after {
  opacity: 1;
}
.contact-form input:focus-within + label:after, .contact-form input:not(:placeholder-shown) + label:after, .contact-form textarea:focus-within + label:after, .contact-form textarea:not(:placeholder-shown) + label:after {
  opacity: 1;
}

.footer__top {
  position: relative;
  padding-bottom: 1rem;
}
.footer__top .section-header {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.footer__top .customers {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 30vw;
  gap: 2rem;
  row-gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.footer__top .customers img {
  max-height: 4rem;
  width: 4rem;
}
.footer__top .customers > * {
  transition: transform 0.2s;
}
.footer__top .customers > :hover {
  transform: scale(1.3);
}

.footer__bottom {
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
}
.footer__bottom .logo-small {
  height: 2rem;
}

@media screen and (max-width: 1000px) {
  section {
    margin-bottom: 3rem;
  }
  .section-header {
    font-size: 1.5rem;
  }
  .section-flex-right, .section-flex-left {
    gap: 1rem;
    padding: 0 2rem;
  }
  .section-flex-right.wide, .section-flex-left.wide {
    gap: 1rem;
    flex-direction: column;
    padding: 0 1rem;
  }
  .bg-highlight {
    transform: translateY(-90%);
  }
  .contact-section, .offers, .usageareas {
    flex-direction: column !important;
  }
  .contact-section {
    padding: 0 1rem;
  }
  .contact-section p {
    text-align: center;
  }
  .offer-areas {
    width: 100%;
  }
  .offers {
    align-items: center !important;
  }
  .bg-price-tag, .bg-show, .bg-show-left {
    display: none;
  }
  .customers {
    padding: 0 10vw !important;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .section-flex-right, .section-flex-left {
    gap: 1rem;
    flex-direction: column;
    padding: 0 0.5rem !important;
  }
  .project-card {
    width: 90vw !important;
    height: 50vw !important;
  }
  .project-card.max {
    height: 100vw !important;
  }
  .projects {
    display: grid;
    grid-template-columns: 1fr;
  }
  .more-section {
    grid-column: 1/2;
  }
}/*# sourceMappingURL=index.css.map */