@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
  font-family: "Montserrat", "Raleway", sans-serif;
  font-size: 10px;
}

body {
  scroll-behavior: smooth;
  scroll-margin-top: 60px;
  background-color: #121212;
  color: #eaeef8;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-image: linear-gradient(rgba(94, 234, 212, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 234, 212, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 5%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

.logo {
  display: flex;
  font-size: clamp(2rem, 2.4vw, 3.8rem);
  color: #eaeef8;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.logo__logoSVG {
  width: clamp(2.2rem, 2.6vw, 4rem);
}
.logo__logo_nav {
  display: inline;
  padding-left: 10px;
  font-family: "Raleway", sans-serif;
  font-size: clamp(2rem, 2.4vw, 3.8rem);
}

.logo:hover {
  transform: scale(1.15);
}

.nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #121212;
  transform: translateX(-102%);
  transition: transform 0.3s;
  z-index: 1001;
}
.nav-mobile--active {
  transform: translateX(0);
}
.nav_link {
  position: relative;
  margin: 10px;
  color: #eaeef8;
  font-size: 2rem;
  font-weight: 700;
}
.nav_link-style::after, .nav_link-style::before {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  border-bottom: 2px solid #c6ff34;
}
.nav_link-style::before {
  right: 50%;
}
.nav_link-style::after {
  left: 50%;
}
.nav_link-style:hover::before, .nav_link-style:hover::after {
  width: 50%;
}
.nav_link:hover {
  color: #c6ff34;
}

.link {
  display: none;
  position: relative;
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  color: #eaeef8;
  margin-left: 2rem;
  font-weight: 500;
}
.link__linkStyle::after, .link__linkStyle::before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  border-bottom: 2px solid #c6ff34;
}
.link__linkStyle::before {
  right: 50%;
}
.link__linkStyle::after {
  left: 50%;
}
.link__linkStyle:hover::before, .link__linkStyle:hover::after {
  width: 50%;
}

.nav_link-style::after,
.nav_link-style::before,
.link,
.link::after,
.link::before {
  transition: 0.3s;
}

.link:hover {
  color: #c6ff34;
}

.burger-btn {
  position: fixed;
  top: 10px;
  right: 20px;
  padding: 1em;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1001;
}
.burger-btn:focus {
  outline: none;
  border: 1 solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.burger-btn:hover .burger-btn__bars::after,
.burger-btn:hover .burger-btn__bars::before {
  width: 100%;
}
.burger-btn__box {
  position: relative;
  width: 40px;
  height: 30px;
}
.burger-btn__bars, .burger-btn__bars::after, .burger-btn__bars::before {
  position: absolute;
  right: 0;
  height: 3px;
  content: "";
  background-color: white;
  transition: width 0.3s;
}
.burger-btn__bars {
  width: 100%;
}
.burger-btn__bars::after {
  top: 13px;
  width: 60%;
}
.burger-btn__bars::before {
  top: 27px;
  width: 30%;
  transition-delay: 0.1s;
}

section {
  min-height: 100%;
  padding: 2rem 1rem;
  scroll-margin-top: 60px;
}

.home {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  gap: 8rem;
  background-image: url("../img/heroSmall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20%;
}

.homeContent {
  padding: 3rem;
  backdrop-filter: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(24, 24, 24, 0.3);
  border-radius: 2rem;
}
.homeContent__text {
  font-size: clamp(1.4rem, 4vw, 4rem);
  font-weight: 700;
}
.homeContent__h2text {
  display: inline;
  color: #c6ff34;
  font-size: clamp(2rem, 6vw, 6rem);
  font-weight: 500;
  max-width: 750px;
  margin: 2rem 0;
}
.homeContent__h4Text {
  display: inline;
  font-size: clamp(1.4rem, 4vw, 4rem);
  color: #eaeef8;
}
.homeContent__pText {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  font-weight: 500;
  max-width: 750px;
  margin: 3rem 0;
}
.homeContent__btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 4rem;
  padding: 1rem 3rem;
  background-color: #c6ff34;
  border-radius: 2rem;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  color: #3445fb;
  border: 2px solid transparent;
  letter-spacing: 0.1rem;
  font-weight: 400;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.homeContent__btn:hover {
  transform: scale(1.05);
  background-color: #121212;
  color: #c6ff34;
  border: 2px solid #c6ff34;
}

/* Grid noise bg */
a {
  color: #5eead4;
}

::-moz-selection {
  background: #5eead4;
  color: #08110f;
}

::selection {
  background: #5eead4;
  color: #08110f;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #5eead4;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
/* ============================================================
   UKŁAD OGÓLNY
   ============================================================ */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2px 24px 80px;
}

.top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2a2a3e;
  flex-wrap: wrap;
}
.top__calcTitle {
  color: #c6ff34;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 4rem);
  margin: 0;
  letter-spacing: -0.01em;
}
.top__calcHead {
  color: #eaeef8;
  font-size: clamp(12px, 2vw, 32px);
  font-weight: 500;
}

.top-meta {
  font-size: clamp(10px, 1vw, 1rem);
  color: #b1c2d7;
  text-align: left;
}

/* ============================================================
   GŁÓWNY GRID: PODGLĄD + PANEL PARAMETRÓW
   ============================================================ */
.studio {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 900px) {
  .studio {
    grid-template-columns: 1fr;
  }
}
.panel {
  background: #10151c;
  border: 1px solid #2a2a3e;
  border-radius: 6px;
  overflow: hidden;
}

.panel-label {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(10px, 0.8vw, 1.4rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b1c2d7;
  border-bottom: 1px solid #2a2a3e;
}

.panel-label .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b1c2d7;
  display: inline-block;
  margin-right: 6px;
}

.panel-label .dot.on {
  background: #c6ff34;
  box-shadow: 0 0 6px #5eead4;
}

/* ---------- VIEWPORT (płyta robocza) ---------- */
.viewport-shell {
  position: relative;
  height: 560px;
  background: radial-gradient(ellipse at 50% 20%, rgba(94, 234, 212, 0.06), transparent 60%), repeating-linear-gradient(0deg, rgba(94, 234, 212, 0.07) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(94, 234, 212, 0.07) 0 1px, transparent 1px 32px), rgba(210, 216, 209, 0.4588235294);
}

#viewportCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
}

.viewport-hint {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-size: 11px;
  color: #c6ff34;
  pointer-events: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.viewport-hint b {
  color: #b1c2d7;
  font-weight: 500;
}

.corner-readout {
  position: absolute;
  top: 45px;
  right: 14px;
  font-size: 11px;
  color: #c6ff34;
  text-align: right;
  pointer-events: none;
  line-height: 1.6;
}

.corner-readout .val {
  color: #c6ff34;
}

.dropzone {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  transition: background 120ms ease;
}

.dropzone.dragover {
  background: #121212;
}

.dropzone-icon {
  width: 56px;
  height: 56px;
  border: 1.5px dashed #b1c2d7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1c2d7;
  transition: border-color 120ms, color 120ms;
}

.dropzone.dragover .dropzone-icon {
  border-color: #c6ff34;
  color: #c6ff34;
}

.dropzone-title {
  font-weight: 600;
  font-size: 17px;
}

.dropzone-sub {
  font-size: 13px;
  color: #b1c2d7;
  max-width: 340px;
}

.dropzone-formats {
  font-size: 11px;
  color: #b1c2d7;
  letter-spacing: 0.06em;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid #2a2a3e;
  background: #151c25;
  color: #eaeef8;
  cursor: pointer;
  transition: border-color 120ms, background 120ms, transform 80ms;
}

.btn:hover {
  border-color: #c6ff34;
}

.btn:active {
  transform: scale(0.98);
}

.btn-file {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: #ff5a1f;
  border-color: #ff5a1f;
  color: #0a0e14;
}

.btn-primary:hover {
  background: #c7431a;
  border-color: #c7431a;
}

.btn-primary:disabled {
  background: #151c25;
  border-color: #2a2a3e;
  color: #b1c2d7;
  cursor: not-allowed;
}

.model-loaded-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: rgba(10, 14, 20, 0.85);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #2a2a3e;
  font-size: 12px;
  color: #b1c2d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.model-loaded-bar.show {
  display: flex;
}

.model-loaded-bar .fname {
  color: #eaeef8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-loaded-bar button {
  background: none;
  border: none;
  color: #b1c2d7;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.model-loaded-bar button:hover {
  color: #ff6b6b;
}

.load-error {
  display: none;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  font-size: 12px;
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.3);
  padding: 8px 10px;
  border-radius: 4px;
}

/* ---------- PANEL PARAMETRÓW ---------- */
.controls-body {
  padding: 18px 16px 16px;
}

.field-group {
  margin-bottom: 22px;
}

.field-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.field-title .num {
  color: #b1c2d7;
  font-size: 11px;
}

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

.chip {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  background: #151c25;
  border: 1px solid #2a2a3e;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #b1c2d7;
  transition: border-color 120ms, color 120ms, background 120ms;
}

.chip:hover {
  border-color: #b1c2d7;
  color: #eaeef8;
}

.chip.active {
  border-color: #c6ff34;
  color: #eaeef8;
  background: rgba(94, 234, 212, 0.06);
}

.swatch {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.chip small {
  display: block;
  color: #b1c2d7;
  font-size: 10px;
  margin-top: 1px;
}

.slider-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

input[type=range] {
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c6ff34 0%, #c6ff34 rgb(212, 212, 212), 15%, #2a2a3e rgb(212, 212, 212), 15%, #2a2a3e 100%);
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c6ff34;
  border: 3px solid #0a0e14;
  box-shadow: 0 0 0 1px #c6ff34;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c6ff34;
  border: 3px solid #0a0e14;
  box-shadow: 0 0 0 1px #c6ff34;
  cursor: pointer;
}

.slider-value {
  font-size: 14px;
  color: #c6ff34;
  min-width: 46px;
  text-align: right;
}

.slider-scale {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #b1c2d7;
  margin-top: 6px;
}

/* ---------- TERMINAL WYCENY (element sygnaturowy) ---------- */
.terminal {
  margin-top: 4px;
  background: #080b10;
  border: 1px solid #c6ff34;
  border-radius: 5px;
  padding: 16px 15px;
  font-size: 12.5px;
  color: #b1c2d7;
}

.terminal .line {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  align-items: baseline;
}

.terminal .line.total {
  font-size: 19px;
  padding-top: 2px;
}

.terminal .line.total .k {
  color: #eaeef8;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.terminal .line.total .k::before {
  content: "> ";
  color: #ff5a1f;
}

.terminal .line.total .v {
  color: #ff5a1f;
  font-weight: 700;
}

.cursor-blink {
  display: inline-block;
  width: 7px;
  height: 13px;
  background: #c6ff34;
  margin-left: 4px;
  vertical-align: middle;
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.terminal-empty {
  color: #b1c2d7;
}

.terminal-note {
  font-size: 11.5px;
  color: #b1c2d7;
  margin-top: 10px;
  line-height: 1.5;
}

/* ============================================================
   FORMULARZ ZAMÓWIENIA
   ============================================================ */
.order-panel {
  margin-top: 20px;
}

.order-body {
  padding: 20px;
}

.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .order-grid {
    grid-template-columns: 1fr;
  }
}
.form-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b1c2d7;
  margin-bottom: 6px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background: #151c25;
  border: 1px solid #2a2a3e;
  color: #eaeef8;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 120ms;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #2dd4bf;
}

.form-field.full {
  grid-column: 1/-1;
}

.form-field .err {
  font-size: 11.5px;
  color: #ff6b6b;
  margin-top: 4px;
  display: none;
}

.form-field.invalid input {
  border-color: #ff6b6b;
}

.form-field.invalid .err {
  display: block;
}

.order-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.order-status {
  font-size: 12px;
  color: #b1c2d7;
  max-width: 480px;
}

.order-status.ok {
  color: #5eead4;
}

footer.legal {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid white;
  font-size: 11px;
  color: #b1c2d7;
  line-height: 1.7;
}

.filaments__heading {
  margin-top: 2rem;
  text-align: center;
  font-size: clamp(25px, 4vw, 40px);
  color: #c6ff34;
}

.filaments-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(230px, 1fr));
  margin: 6rem;
  gap: 2rem;
}

.filaments-container .filamentBox {
  position: relative;
  display: flex;
  border-radius: 20px;
  height: 460px;
  border: 1px solid #c6ff34;
  overflow: hidden;
}

.filamentBox__bgShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 19, 0.4);
  overflow: hidden;
}
.filamentBox__filamentInfo {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  cursor: pointer;
  transition: 0.5s ease;
}
.filamentBox__filamentInfo:hover {
  background-color: radial-gradient(rgba(0, 0, 0, 0.4), #6de95f);
  transform: scale(1.05);
}
.filamentBox__filamentName {
  margin-top: 10px;
  font-size: 2rem;
  color: #c6ff34;
  font-weight: 800;
}
.filamentBox__techName {
  margin: 1rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #eaeef8;
}
.filamentBox__about {
  margin-top: 8px;
  margin-bottom: 1.3rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: #eaeef8;
  text-align: left;
  letter-spacing: 0.2rem;
}
.filamentBox__techInfo {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50px);
  gap: 5px;
  padding-top: 10px;
  justify-content: center;
}
.filamentBox__techInfo-techBox {
  display: flex;
  flex-direction: column;
  padding: 5px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #111118;
  border: 2px solid rgba(107, 107, 138, 0.631372549);
  background-color: #eaeef8;
  border-radius: 20px;
  text-transform: uppercase;
}
.filamentBox .filament_red,
.filamentBox .filament_blue,
.filamentBox .filament_green {
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: bold;
}
.filamentBox .filament_red {
  color: red;
}
.filamentBox .filament_blue {
  color: #3445fb;
}
.filamentBox .filament_green {
  color: rgb(16, 124, 16);
}
.filamentBox .dest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  list-style: none;
}
.filamentBox .dest__list {
  margin: 5px;
  padding: 8px;
  width: 80px;
  text-align: center;
  font-size: 1rem;
  color: #111118;
  border: 1px solid #eaeef8;
  border-radius: 25px;
  background-color: #eaeef8;
}
.filamentBox__link {
  color: #eaeef8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #121212;
  border: 2px solid #c6ff34;
  border-radius: 50%;
}
.filamentBox__icon {
  font-size: 3rem;
  color: #6de95f;
}

.offers__heading {
  margin: 2rem auto;
  font-size: clamp(25px, 4vw, 40px);
  text-align: center;
  color: #c6ff34;
}

.offers-container_Desktop {
  display: none;
}

.offers-container_Mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 4rem;
}

.offers-container_Mobile .offers-box,
.offers-container_Desktop .offers-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 450px;
  border: 1px solid #c6ff34;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  color: #eaeef8;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s ease;
}
.offers-container_Mobile .offers-box__serv1,
.offers-container_Desktop .offers-box__serv1 {
  background-image: url("../img/serv1d.jpg");
}
.offers-container_Mobile .offers-box__serv2,
.offers-container_Desktop .offers-box__serv2 {
  background-image: url("../img/projektd.jpg");
}
.offers-container_Mobile .offers-box__serv3,
.offers-container_Desktop .offers-box__serv3 {
  background-image: url("../img/scan.jpg");
}

.offers-container_Mobile .offers-box:hover,
.offers-container_Desktop .offers-box:hover {
  border-color: #eaeef8;
  transform: scale(1.02);
  color: #47ffb2;
}

.offers-box__title {
  color: #c6ff34;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.offers-box__info {
  font-size: 1.5rem;
  margin: 20px 10px;
  text-align: center;
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/about-bgs.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.about-content {
  padding: 4rem;
  text-align: center;
  backdrop-filter: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(24, 24, 24, 0.3);
  border-radius: 2rem;
}
.about-content__heading {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  color: #c6ff34;
}
.about-content__aboutTXT {
  margin: 2rem 3rem;
  font-size: 2rem;
  max-width: 800px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__heading {
  margin-bottom: 3rem;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #c6ff34;
  text-align: center;
}

.contact form {
  max-width: 70rem;
  margin: 2rem 6rem;
  align-items: center;
  text-align: center;
}

.contact form .input-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact form .input-box input,
.contact form textarea {
  width: 100%;
  margin: 1rem auto;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #eaeef8;
  background-color: #151c25;
  border-radius: 0.8rem;
  border: 1px solid #c6ff34;
  resize: none;
}

.contact form .btn {
  margin-top: 2rem;
}

.footer {
  position: relative;
  place-items: center;
  bottom: 0;
  width: 100%;
  padding: 4rem 0;
  background-color: #c6ff34;
}
.footer__social-container {
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
  gap: 20px;
}
.footer__social-container--socialLink {
  display: grid;
  place-items: center;
  padding: 0.5em;
  height: 10vw;
  max-height: 6rem;
  width: 10vw;
  max-width: 6rem;
  flex-shrink: 0;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
}
.footer__social-container--socialSVG {
  height: 70%;
}
.footer__social-container--socialLink::before {
  content: attr(data-social);
  position: absolute;
  color: #eaeef8;
  background-color: var(--accent-color);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transform: translateY(-30px) rotate(25deg);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.42, 0, 0.44, 1.68);
}
.footer__social-container--socialLink:hover {
  background-color: var(--accent-color);
  fill: #eaeef8;
}
.footer__social-container--socialLink:hover--socialSVG {
  fill: #eaeef8;
}
.footer__social-container--socialLink::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--accent-color);
  transform: translateY(-3rem) rotate(25deg);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.42, 0, 0.44, 1.68);
}
.footer__social-container--socialLink:hover::before {
  transform: translateY(-6rem) rotate(0);
  opacity: 1;
}
.footer__social-container--socialLink:hover::after {
  transform: translateY(-4rem) rotate(0);
  opacity: 1;
}
.footer__list {
  padding-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
}
.footer__list--listLink {
  display: inline-block;
  padding: 0 15px;
}
.footer__list--link {
  color: #3445fb;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease;
}
.footer__list--link:hover {
  border-bottom: 3px solid #3445fb;
}
.footer__copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 1rem;
  color: #3445fb;
}
.footer__year {
  padding-left: 0.3rem;
  font-size: 1.1rem;
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-slider-thumb {
  background-color: #3445fb;
}

::-webkit-scrollbar-track {
  background-color: #eaeef8;
}

@media (min-width: 756px) {
  .header {
    padding: 3rem 9%;
  }
  .header .burger-btn {
    top: 25px;
  }
  .header .logo_nav {
    display: inline-block;
  }
  .header .link {
    display: none;
  }
  section {
    padding: 3rem 4rem;
    scroll-margin-top: 8rem;
  }
  .home {
    justify-content: right;
    background-image: url("../img/heroMed.jpg");
    background-position: center;
  }
  .homeContent {
    margin-top: 2rem;
    padding: 5rem;
  }
  .homeContent__h2text {
    margin: 3rem 0;
  }
  .homeContent__h2text__btn {
    display: inline-block;
    padding: 1rem 2rem;
  }
  .homeContent .heading_calc {
    margin-top: 3rem;
    margin-left: 10px;
  }
  .homeContent .about_calc {
    margin-top: 3rem;
  }
  .filaments-container {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
    grid-template-rows: repeat(3, 1fr);
  }
  .filamentBox .dest__list {
    padding: 6px;
    width: 80px;
  }
  .about {
    background-image: url("../img/about-bgm.jpg");
  }
}
@media (min-width: 992px) {
  .burger-btn {
    display: none;
  }
  .nav-mobile {
    display: none;
  }
  .header {
    padding: 3rem 9%;
  }
  .header .logo_nav {
    display: inline-block;
  }
  .header .link {
    display: inline-block;
  }
  .home {
    justify-content: right;
    background-image: url("../img/heroBig.jpg");
    background-position: center;
  }
  .homeContent {
    padding: 5rem;
  }
  .homeContent__h2text {
    margin: 3rem 0;
  }
  .homeContent__btn {
    display: inline-block;
    padding: 1rem 2rem;
  }
  .head_calc {
    margin-top: 4rem;
  }
  .heading_calc {
    padding-bottom: 30px;
  }
  .top-meta {
    font-size: 1.2rem;
    text-align: right;
  }
  .filaments-container {
    grid-template-columns: repeat(3, minmax(250px, 400px));
    grid-template-rows: repeat(2, 1fr);
    justify-content: space-evenly;
  }
  .offers-container_Mobile {
    display: none;
  }
  .offers-container_Desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem;
    gap: 2rem;
  }
  .about {
    background-image: url("../img/about-bg.jpg");
  }
}/*# sourceMappingURL=style.css.map */