/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/monument/MonumentExtended-Regular.woff2") format("woff2"), url("../fonts/monument/MonumentExtended-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/monument/MonumentExtended-Ultrabold.woff2") format("woff2"), url("../fonts/monument/MonumentExtended-Ultrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Regular.woff2") format("woff2"), url("../fonts/archivo/Archivo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Italic.woff2") format("woff2"), url("../fonts/archivo/Archivo-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Medium.woff2") format("woff2"), url("../fonts/archivo/Archivo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/archivo/Archivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: "Archivo", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-size: clamp(1rem, 1.3889vw, 1.25rem);
  letter-spacing: -0.01em;
  line-height: 1.7;
  color: #fff;
  position: relative;
  height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Monument Extended", sans-serif;
}

h1 {
  font-size: clamp(2.25rem, 1.607rem + 3.21vw, 4.5rem);
  font-weight: 400;
}

h2 {
  font-size: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  font-weight: 400;
}

h3 {
  font-size: clamp(1.5rem, 1.286rem + 1.07vw, 2.25rem);
  font-weight: 400;
}

h4 {
  font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  font-weight: 400;
}

h5 {
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  font-weight: 400;
}

.green__text-mr,
.green__text-ml {
  display: inline-block;
  padding: 0 0.9375rem;
  margin-right: 0.3125rem;
  border-radius: 1rem;
  background-color: #9dff50;
  color: #222;
  transform: skew(-10deg);
}
@media screen and (max-width: 425px) {
  .green__text-mr,
  .green__text-ml {
    padding: 0 0.3125rem;
  }
}

.green__text-ml {
  margin-left: 0.3125rem;
}

.scroll__progress {
  z-index: 1000;
  position: fixed;
  bottom: 4.375rem;
  right: 0.9375rem;
  width: 70px;
  aspect-ratio: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}

.scroll__progress--value {
  display: block;
  height: calc(100% - 0.9375rem);
  width: calc(100% - 0.9375rem);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__btn {
  background-color: #9dff50;
  color: #101010;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.header__btn:hover {
  color: #9dff50;
  background-color: #101010;
  border: 1px solid #9dff50;
}
@media screen and (max-width: 890px) {
  .header__btn {
    display: none;
  }
}

.burger__btn {
  align-self: flex-end;
  background-color: #9dff50;
  color: #101010;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
}

.contact__btn {
  flex: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.contact__btn:hover {
  color: #101010;
  background-color: #fff;
  border: 1px solid #9dff50;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.header {
  padding: 3.875rem 0 0 0;
  background-color: #222;
  background-image: url("../assets/header/header-grid-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  overflow: visible;
}
@media screen and (max-width: 1048px) {
  .header {
    background-size: auto;
  }
}
@media screen and (max-width: 890px) {
  .header {
    padding: 2.5rem 0 1.875rem 0;
    position: sticky;
    top: 0;
    z-index: 1001;
    transition: all 0.3s ease;
    padding-bottom: 1.875rem;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.scrolled {
  background-color: #222;
  background-image: none;
}

.header__nav--list {
  display: flex;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}
.header__nav--link {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
.header__nav--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  height: 0.125rem;
  width: 100%;
  background-color: #9dff50;
  transform: scaleX(0);
  transition: all 0.5s ease;
}
.header__nav--link:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 890px) {
  .header__nav {
    display: none;
  }
}

.hero {
  padding: 5rem 0 11.875rem;
  position: relative;
  background-image: url("../assets/header/header-grid-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-color: #222;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  background-color: #fff;
  transform: skewY(2deg);
  transform-origin: bottom left;
  z-index: 1;
}
@media screen and (max-width: 1048px) {
  .hero {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 3.125rem 0 10.625rem;
  }
}
.hero__row {
  display: flex;
  justify-content: center;
}
.hero__content {
  max-width: 66.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.hero__title {
  margin-bottom: 1rem;
}
.hero__subtitle {
  margin-bottom: 2rem;
}
.hero__text {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.5rem);
}

.burger__nav {
  display: none;
}
@media screen and (max-width: 890px) {
  .burger__nav {
    display: block;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 30px;
  z-index: 999;
}
@media screen and (max-width: 890px) {
  .hamburger {
    display: block;
  }
}
.hamburger .bar {
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  margin: 0.3125rem auto;
  transition: all 0.3s ease-in-out;
  background-color: #9dff50;
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(0.625rem) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.burger__menu {
  z-index: 999;
  padding-top: 10rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.875rem;
  position: fixed;
  right: -34.375rem;
  top: 0;
  background-color: #222;
  width: 15.625rem;
  height: 100%;
  transition: all 0.3s ease;
}
.burger__menu.active {
  right: 0;
}

.burger__link {
  color: #fff;
  transition: 0.2s ease;
  position: relative;
}
.burger__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  height: 0.125rem;
  width: 100%;
  background-color: #9dff50;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.burger__link:hover::after, .burger__link:focus::after {
  opacity: 1;
}
.burger__link:focus {
  color: #101010;
}

.team {
  padding: 8.75rem 0 5.625rem;
  color: #101010;
}
@media screen and (max-width: 768px) {
  .team {
    padding-top: 2.5rem;
  }
}
.team__row {
  display: flex;
  flex-direction: column;
}
.team__content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .team__content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    row-gap: 1.5625rem;
  }
}
.team__title {
  max-width: 34.375rem;
}
.team__text {
  max-width: 33.6rem;
}
.team__images {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 1048px) {
  .team__images {
    flex-direction: column;
    margin-top: 2.5rem;
    row-gap: 1.875rem;
  }
}
.team__images .image-1 img {
  width: 100%;
  max-height: 31.5625rem;
  border-radius: 2rem;
  max-width: 46.725rem;
}
.team__images .image-2 img {
  border-radius: 2rem;
  max-height: 41.5625rem;
  width: 100%;
  max-width: 27.8125rem;
}

.services {
  padding: 1.875rem 0 5.625rem;
  color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services {
    padding-bottom: 2.5rem;
  }
}

.services__description {
  position: absolute;
  z-index: -1;
  top: 6.5625rem;
  left: -2.8125rem;
  text-transform: uppercase;
  background-color: #9dff50;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  transform: rotate(270deg);
}
@media screen and (max-width: 1300px) {
  .services__description {
    visibility: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .services__description {
    visibility: visible;
    top: 1.875rem;
  }
}
@media screen and (max-width: 1048px) {
  .services__description {
    visibility: visible;
    padding: 0.3125rem 0.625rem;
    top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .services__description {
    visibility: visible;
    top: 0.9375rem;
    left: -2.3125rem;
  }
}

.services__row {
  display: flex;
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .services__row {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .services__row {
    row-gap: 0.9375rem;
  }
}

.services__text {
  margin: 1.5rem 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .services__text {
    text-align: center;
  }
}

.services__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .services__content {
    align-items: center;
  }
}

.services__tabs {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .services__tabs {
    flex-direction: row;
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }
}
@media screen and (max-width: 1048px) {
  .services__tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .services__tabs {
    row-gap: 0.9375rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}

.services__tabs--item {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 7.5rem;
  padding: 1.625rem 2.5rem;
  color: #444;
  font-weight: 500;
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .services__tabs--item {
    padding: 0.625rem 25px;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
@media screen and (max-width: 1048px) {
  .services__tabs--item {
    padding: 12px 1.5625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    flex: 1 0 20.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .services__tabs--item {
    flex: 1 0 14.6875rem;
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .services__tabs--item {
    padding: 0.625rem 0.9375rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    flex: 1 0 12.5rem;
  }
}
@media screen and (max-width: 460px) {
  .services__tabs--item {
    flex: 1 0 8.125rem;
    padding: 0.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .services__tabs--item {
    flex: 1 0 12.5rem;
    padding: 0.875rem 0.9375rem;
    justify-content: flex-start;
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
.services__tabs--item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(-50%, -50%);
  background: url("../assets/services/tab_arrow.svg") center/contain no-repeat;
  width: 1.5625rem;
  height: 0.9375rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .services__tabs--item::after {
    visibility: hidden;
  }
}
@media screen and (max-width: 1048px) {
  .services__tabs--item::after {
    visibility: visible;
    right: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .services__tabs--item::after {
    visibility: hidden;
  }
}
@media screen and (max-width: 425px) {
  .services__tabs--item::after {
    visibility: visible;
  }
}
.services__tabs--item:hover, .services__tabs--item.active {
  background-color: #101010;
  color: #fff;
}
.services__tabs--item:hover::after, .services__tabs--item.active::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(104%) contrast(103%);
}
.services__tabs--item:hover .services__tabs--num, .services__tabs--item.active .services__tabs--num {
  color: #9dff50;
}
.services__tabs--item .services__tabs--num {
  font-family: "Monument Extended", sans-serif;
}

.services__team {
  display: none;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
  animation: slide-in-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.services__team.visible {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .services__team {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .services__team {
    align-items: center;
  }
}
@media screen and (max-width: 460px) {
  .services__team {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
@media screen and (max-width: 425px) {
  .services__team {
    flex-direction: column;
    row-gap: 0.625rem;
  }
}

.services__team--image img {
  width: 100%;
  max-height: 36.25rem;
  max-width: 28.4375rem;
  background-color: #ddd;
  border-radius: 2rem;
}

.services__team--wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
@media screen and (max-width: 425px) {
  .services__team--wrapper {
    flex-direction: row;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .services__team--wrapper {
    flex-direction: column;
  }
}

.services__team--card {
  display: flex;
  flex-direction: column;
  row-gap: 5.625rem;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 3rem;
  background-color: #2b2b2b;
  color: #fff;
  width: 15.9375rem;
}
@media screen and (max-width: 768px) {
  .services__team--card {
    padding: 1rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .services__team--card {
    row-gap: 1.125rem;
    width: 12.5rem;
  }
}
@media screen and (max-width: 425px) {
  .services__team--card {
    width: 11.25rem;
  }
}
@media screen and (max-width: 375px) {
  .services__team--card {
    padding: 1.125rem;
    width: 16.25rem;
  }
}
.services__team--card p {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
}

.services__team--link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.services__team--link p {
  font-size: clamp(1rem, 1.107rem + 0.71vw, 1.75rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.services__team--link a {
  background-color: #333;
  padding: 2rem;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 460px) {
  .services__team--link a {
    padding: 1.625rem;
    justify-content: space-around;
  }
}
.services__team--link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 8px;
  background: url("../assets/services/tab_arrow-white.svg") center/contain no-repeat;
  width: 1.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 460px) {
  .services__team--link a::after {
    right: 0.1875rem;
  }
}
.services__team--link a:hover {
  background-color: #9dff50;
}
.services__team--link a:hover:after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(995%) hue-rotate(144deg) brightness(99%) contrast(83%);
}

.services__team--card:nth-child(2) {
  background-color: #9dff50;
  color: #101010;
}
.services__team--card:nth-child(2) a {
  background-color: #fff;
  padding: 2rem;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 460px) {
  .services__team--card:nth-child(2) a {
    padding: 1.625rem;
  }
}
.services__team--card:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0.5rem;
  background: url("../assets/services/tab_arrow-black.svg") center/contain no-repeat;
  width: 1.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 460px) {
  .services__team--card:nth-child(2) a::after {
    right: 0.1875rem;
  }
}
.services__team--card:nth-child(2) a:hover {
  background-color: #333;
}
.services__team--card:nth-child(2) a:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(104%) contrast(103%);
}

.process {
  margin-top: 5.625rem;
  padding: 4.375rem 0 0;
  background-color: #222;
  width: 100%;
  position: relative;
}
.process .process__description {
  position: absolute;
  top: 6.5625rem;
  left: -3.4375rem;
  text-transform: uppercase;
  background-color: #444;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  transform: rotate(270deg);
}
@media screen and (max-width: 1048px) {
  .process .process__description {
    padding: 0.5rem 0.9375rem;
    top: 3.75rem;
    left: -3rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .process .process__description {
    top: 0.9375rem;
  }
}
@media screen and (max-width: 640px) {
  .process .process__description {
    top: -1.5625rem;
  }
}
.process__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 42.1875rem;
  text-align: center;
  row-gap: 1.5rem;
}
.process__text {
  color: #ddd;
}
.process:before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-color: #222;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
}
.process:after {
  content: "";
  position: absolute;
  bottom: -4.375rem;
  right: 0;
  width: 100%;
  height: 7.5rem;
  background-color: #222;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
}

.process__cards {
  position: relative;
  top: 6.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.process__cards .process__card {
  width: 47.33%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 2.5rem;
  border-radius: 3.5rem;
  padding: 3rem;
  background-color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .process__cards .process__card {
    row-gap: 0.9375rem;
    padding: 2.1875rem;
    width: 81.33%;
  }
}
@media screen and (max-width: 460px) {
  .process__cards .process__card {
    width: 100%;
  }
}
.process__cards .process__card--image img {
  border-radius: 2rem;
  width: 100%;
  max-width: 34.375rem;
}
.process__cards .process__card--content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.process__cards .process__card--text {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
}
.process__cards .process__card .procces__card--num {
  font-family: "Monument Extended", sans-serif;
  font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  color: #ddd;
}

.portfolio {
  color: #101010;
  padding: 13.75rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .portfolio {
    padding-bottom: 4.375rem;
  }
}
.portfolio .portfolio__description {
  position: absolute;
  z-index: 1;
  top: 16.875rem;
  left: -2.8125rem;
  text-transform: uppercase;
  background-color: #9dff50;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  transform: rotate(270deg);
}
@media screen and (max-width: 1200px) {
  .portfolio .portfolio__description {
    top: 13.75rem;
    padding: 0.75rem 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .portfolio .portfolio__description {
    top: 10.3125rem;
    left: -2.1875rem;
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  .portfolio .portfolio__description {
    top: 9.6875rem;
  }
}
.portfolio__row {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media screen and (max-width: 1300px) {
  .portfolio__title {
    text-align: center;
  }
}

.slider-wrapp {
  position: relative;
}

.portfolio__slider {
  margin-top: 3.75rem;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .portfolio__slider {
    margin-top: 6.25rem;
  }
}

.portfolio__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .portfolio__item {
    flex-direction: column;
    align-items: center;
    row-gap: 1.125rem;
  }
}

.portfolio__item img {
  width: 48.4%;
  max-height: 29.0625rem;
  min-height: 12.8125rem;
  border-radius: 2rem;
  border: 0.625rem solid #e5e7ec;
}
@media screen and (max-width: 1048px) {
  .portfolio__item img {
    border: 0.375rem solid #e5e7ec;
  }
}
@media screen and (max-width: 640px) {
  .portfolio__item img {
    width: 85.5%;
  }
}

.portfolio__slider--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2.5rem;
}

.portfolio__slider--tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .portfolio__slider--tags {
    row-gap: 0.625rem;
  }
}

.portfolio__slider--tags p {
  border-radius: 2rem;
  padding: 0.375rem 0.75rem;
  background-color: #ddd;
  color: #444;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}
@media screen and (max-width: 320px) {
  .portfolio__slider--tags p {
    padding: 0.25rem 0.5rem;
  }
}

.portfolio__slider--link {
  margin-bottom: 0.5rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (max-width: 890px) {
  .portfolio__slider--link {
    flex-direction: column;
    align-items: center;
    row-gap: 0.3125;
  }
}

.portfolio__slider--link a {
  background-color: #9dff50;
  padding: 0.5625rem 1.125rem;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 890px) {
  .portfolio__slider--link a {
    padding: 1.125rem;
  }
}
.portfolio__slider--link a:hover {
  background-color: #333;
}
.portfolio__slider--link a:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(104%) contrast(103%);
}
.portfolio__slider--link a::after {
  content: "";
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  right: 0.1875rem;
  background: url("../assets/services/tab_arrow-black.svg") center/contain no-repeat;
  width: 1rem;
  height: 0.875rem;
}

.portfolio__slider--text {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  max-width: 48.75rem;
  color: #444;
}

.portfolio__slider--prev {
  position: absolute;
  top: 35%;
  left: -4.6875rem;
  border-radius: 100%;
  border: 1px solid #222;
  padding: 1.6875rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .portfolio__slider--prev {
    padding: 1.375rem;
    left: -2rem;
  }
}
.portfolio__slider--prev:hover {
  background-color: #101010;
}
.portfolio__slider--prev:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}
.portfolio__slider--prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -2px;
  background: url("../assets/portfolio/arrow-left.svg") center/contain no-repeat;
  width: 1.75rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .portfolio__slider--prev::after {
    width: 1.375rem;
    height: 0.875rem;
    right: -1px;
    top: 48%;
  }
}

.portfolio__slider--next {
  position: absolute;
  top: 35%;
  right: -4.0625rem;
  border-radius: 100%;
  border: 1px solid #222;
  padding: 1.6875rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .portfolio__slider--next {
    padding: 1.375rem;
  }
}
.portfolio__slider--next:hover {
  background-color: #101010;
}
.portfolio__slider--next:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}
.portfolio__slider--next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -2px;
  background: url("../assets/portfolio/arrow-right.svg") center/contain no-repeat;
  width: 1.75rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .portfolio__slider--next::after {
    width: 1.375rem;
    height: 0.875rem;
    right: -1px;
    top: 48%;
  }
}

@media screen and (max-width: 1300px) {
  .slider__btn {
    position: absolute;
    top: 1.875rem;
    left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .slider__btn {
    top: 3.125rem;
  }
}
@media screen and (max-width: 640px) {
  .slider__btn {
    display: none;
  }
}

.contact {
  padding: 5rem 0;
  color: #fff;
  background-color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 2.5rem 0;
  }
}
.contact:before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-color: #222;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
}
.contact__row {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .contact__row {
    row-gap: 2.1875rem;
  }
}
@media screen and (max-width: 425px) {
  .contact__row {
    row-gap: 0.9375rem;
  }
}
.contact .contact__slogan {
  display: flex;
  justify-content: space-between;
  font-size: clamp(2rem, 1.286rem + 3.57vw, 4.5rem);
  font-weight: 800;
  font-family: "Monument Extended", sans-serif;
}
@media screen and (max-width: 1048px) {
  .contact .contact__slogan {
    flex-direction: column;
    align-items: center;
  }
}
.contact .contact__slogan--item:first-child {
  align-self: flex-start;
}
.contact .contact__slogan--item:last-child {
  align-self: flex-end;
}
.contact .contact__slogan--item:not(:last-child) {
  position: relative;
}
.contact .contact__slogan--item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: -4.0625rem;
  background: url("../assets/contact/star.svg") center/contain no-repeat;
  width: 3rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 1048px) {
  .contact .contact__slogan--item:not(:last-child)::after {
    display: none;
  }
}
.contact .contact__lines {
  display: flex;
  justify-content: space-between;
}
.contact .contact__lines--item {
  height: 0.25rem;
  width: 45%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .contact__lines--item {
    height: 0.125rem;
  }
}
@media screen and (max-width: 460px) {
  .contact .contact__lines--item {
    display: none;
  }
}
.contact .contact__lines--item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -0.9375rem;
  right: -15%;
  background: url("../assets/contact/star.svg") center/contain no-repeat;
  width: 2rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .contact .contact__lines--item:not(:last-child)::after {
    width: 1.5rem;
    right: -16%;
  }
}
.contact .contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
.contact .contact__content--image img {
  width: 100%;
  height: 17.5rem;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
}
.contact .contact__content--text {
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
  text-align: center;
  max-width: 76%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  .contact .contact__content--text {
    max-width: 100%;
  }
}
.contact .contact__content--buttons {
  width: 60%;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .contact .contact__content--buttons {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact__content--buttons {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .contact .contact__content--buttons {
    width: 80%;
    flex-direction: column;
    row-gap: 0.9375rem;
  }
}

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal__container.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal {
  background-color: #ddd;
  width: 37.5rem;
  max-width: 100%;
  padding: 1.875rem 3.125rem;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .modal {
    width: 90%;
    padding: 1.25rem 2.5rem;
  }
}

.modal__title {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.modal__close-button {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__form .form__button {
  font-size: 1rem;
  cursor: pointer;
  display: block;
  color: #9dff50;
  background-color: #222;
  padding: 1.25rem 2rem;
  border-radius: 1.25rem;
  font-family: "Monument Extended", sans-serif;
  margin: 0 auto;
}

.form__field .form__input,
.form__textarea {
  width: 100%;
  padding: 0.625rem 0.9375rem 0.9375rem 0.3125rem;
  background-color: transparent;
  border-bottom: 2px solid #222;
  outline: none;
  font-size: 1rem;
  margin: 0.75rem 0;
}

.form__field .form__textarea {
  resize: none;
}

.form__field .error__text {
  color: red;
  font-size: 12px;
  margin-top: -5px 0 10px;
  display: none;
}

.footer {
  padding: 1.25rem 0;
  background-color: #222;
}
@media screen and (max-width: 425px) {
  .footer {
    padding: 0 0 1.25rem;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer__content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    row-gap: 0.9375rem;
  }
}
.footer__copyright {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
}
.footer__socials {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footer__socials--link {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(104%) contrast(103%);
  transition: all 0.3s ease;
}
.footer__socials--link:hover {
  filter: brightness(0) saturate(100%) invert(77%) sepia(70%) saturate(406%) hue-rotate(40deg) brightness(103%) contrast(105%);
}/*# sourceMappingURL=main.css.map */