
.App {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 86px;
}
.app-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--background);
}
.cookies-banner {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #eaedf1;
  -webkit-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translatey(1e3px);
  -moz-transform: translatey(1e3px);
  -ms-transform: translatey(1e3px);
  -o-transform: translatey(1e3px);
  transform: translatey(1e3px);
}
.cookies-text,
.cookies-text a {
  color: var(--primary-color);
}
.cookies-text a {
  text-decoration: underline;
}
.cookies-image-desktop {
  margin-right: 20px;
}
.cookies-banner.visible {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
}
.cookies-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
.cookies-text img {
  margin-right: 20px;
}
.close-cookies-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.scrollable {
  scroll-margin-top: 85px;
}
@media only screen and (max-width: 1279px) {
  .App {
    padding-top: 90px;
  }
  .scrollable {
    scroll-margin-top: 89px;
  }
  .app-footer {
    width: 100%;
  }
  .cookies-banner {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet-br-tag {
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  .App {
    padding-top: 68px;
  }
  .scrollable {
    scroll-margin-top: 67px;
  }
  .tablet-br-tag {
    display: none;
  }
  .cookies-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    left: 0;
    width: 100% !important;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .close-icon-container {
    padding-bottom: 100px;
  }
  .cookies-text .text {
    height: 100%;
    padding-right: 40px;
  }
  .close-icon-container {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cookies-banner {
    display: grid;
    grid-template-columns: auto 20px;
  }
}

.header-menu__container {
  width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0px;
  z-index: 115;
  background-color: var(--background);
}
.header-menu__container.with-animation {
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
.header-menu__logo {
  width: 128px;
  height: auto;
}
.header-menu__burger-localization {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: auto;
}
/* .header-menu__links {
  display: none;
} */
.header-menu__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .header-menu__logo {
    width: 146px;
  }
  .header-menu__links {
    display: block;
  }
  .header-menu__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .burger {
    width: 50px;
    height: 50px;
  }
  .header-menu__container {
    height: 90px;
  }
}
@media only screen and (min-width: 1279px) {
  .header-menu__container {
    height: 86px;
    padding: 0;
  }
  .header-menu__links {
    display: block;
  }
  .header-menu__wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .burger {
    width: 44px;
    height: 44px;
  }
}

.menu__container {
  width: auto;
  letter-spacing: 0;
  color: transparent;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.menu__container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 32px 0 26px;
  color: var(--primary-text-color);
  border-bottom: 1px solid transparent;
  margin: 0;
}
.menu__container .menu__item:not(:first-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 32px 0 26px;
  margin-left: 30px;
  border-bottom: 1px solid transparent;
}
.menu-button {
  margin: auto 0;
  font-weight: 700;
}
.menu__item-title {
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.menu__container li a {
  padding-bottom: 7px;
}
.menu__container > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--secondary-color);
  height: 3px;
  width: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.menu__container > ul > li > a:hover:before {
  width: 78%;
}
.menu__container > ul > li > a.active-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--secondary-color);
  height: 3px;
  width: 78%;
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .menu__container > ul {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .humburger img {
    display: block;
  }
}


@media only screen and (min-width: 1279px) {
  .menu__container-list {
    display: block;
  }
  .menu-button {
    margin-left: 30px;
    margin-right: 0;
  }
}

.brand-button {
  font-family: var(--font-clash-display);
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  background-color: var(--secondary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 49px;
  min-width: 162px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color.3s, color.3s, border-color.3s;
  -moz-transition: background-color.3s, color.3s, border-color.3s;
  -o-transition: background-color.3s, color.3s, border-color.3s;
  transition: background-color.3s, color.3s, border-color.3s;
  border: none;
  outline: none;
  padding: 14px 28px;
}
.brand-button:hover {
  background-color: #ffe29e;
}
.brand-button-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .brand-button {
    width: 100%;
    display: none;
  }
}


.humburger {
margin: 0;
line-height: 0;
padding: 0;
display: none;
}

.humburger img {
width: 40px;
margin-left: 40px;
}



.humburger-open {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 20px 30px;
z-index: 9999;
animation: humOpen 0.2s ease-in forwards;
display: none;
}

@keyframes humOpen {
0% {
  transform: translateX(100%);
  opacity: 1;
}
100% {
  transform: translateX(0);
  opacity: 1;
}
}


.humburger-closed{
display: none;
}

.humburger-close {
position: fixed;
top: 0;
left: 0; /* Important: stay at left 0 */
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 20px 30px;
z-index: 9999;
animation: humClose 0.22s ease-in forwards; /* speed matching */
}

@keyframes humClose {
0% {
  transform: translateX(0);
  opacity: 1;
}
100% {
  transform: translateX(100%);
  opacity: 1;
}
}


.menu-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
height: 50px;
/* adjust based on your logo */
}

.menu-nav {
margin-top: 80px;
display: flex;
flex-direction: column;
gap: 40px;
text-align: left;
}

.menu-nav a {
text-decoration: none;
font-size: 48px;
font-weight: 900;
color: #1c2628;
}

.menu-nav a:hover {
opacity: 0.7;
}



@media (max-width: 1279px) {

.testimonial-section {
  display: none;
}

.humburger {
  display: block;
}

.humburger-open {
  display: block;
}
}


@media (max-width: 767px) {
.menu-nav a {
  text-decoration: none;
  font-size: 35px;
  font-weight: 800;
  color: #1c2628;
}

.menu-nav {
  gap: 25px;
}
}

@media (max-width: 766px) {
.humburger {
  display: block;
}
}

@media (max-width: 425px) {
section {
  width: unset;
  padding: 50px 0
}

.humburger img {
  width: 35px;
  margin-left: 40px;
}
}

.brand-button {
  font-family: var(--font-clash-display);
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  background-color: var(--secondary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 49px;
  min-width: 162px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color.3s, color.3s, border-color.3s;
  -moz-transition: background-color.3s, color.3s, border-color.3s;
  -o-transition: background-color.3s, color.3s, border-color.3s;
  transition: background-color.3s, color.3s, border-color.3s;
  border: none;
  outline: none;
  padding: 14px 28px;
}
.brand-button:hover {
  background-color: #ffe29e;
}
.brand-button-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .brand-button {
    width: 100%;
  }
}

@media only screen and (min-width: 1279px) {
  .portfolio-breadcrumbs {
    margin-bottom: 40px !important;
  }
}

.breadcrumbs-wrapper {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 70px;
}
.breadcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.breadcrumbs-item {
  position: relative;
  text-decoration: initial;
  color: inherit;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding-bottom: 5px;
}
.breadcrumbs-item:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  background: var(--secondary-color);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.breadcrumbs-item:hover {
  color: var(--primary-text-color);
}
.breadcrumbs-item:hover:before {
  width: 100%;
}
.breadcrumbs-divider {
  margin: 0 5px;
  font-size: 13px;
}
.breadcrumbs-divider:last-of-type {
  display: none;
}
.last-item {
  color: var(--secondary-text-light-color);
  pointer-events: none;
}
.last-item:hover {
  color: var(--secondary-text-light-color);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .breadcrumbs-wrapper {
    margin-top: 24px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .breadcrumbs-wrapper.wrapper {
    margin-bottom: 20px;
  }
}

.portfolio {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.portfolio-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.portfolio__title-container {
  margin-bottom: 30px;
}
.portfolio__categories {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 295px;
  margin: auto;
}
.portfolio__categories-item {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: var(--background-light);
}
.portfolio__categories-item:hover {
  cursor: pointer;
}
.filter-active {
  color: var(--background);
  background-color: var(--secondary-color);
}
@media only screen and (min-width: 768px) {
  .portfolio {
    padding-bottom: 0px;
  }
  .portfolio__categories {
    max-width: 345px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .portfolio {
    padding-bottom: 0px;
  }
  .portfolio-title.section-title {
    font-size: 60px;
    line-height: 78px;
    letter-spacing: 2px;
    margin: 0;
  }
  .portfolio__title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .portfolio__categories {
    max-width: auto;
    margin: 0;
  }
}

.scroll-to-top {
  position: relative;
}
.btn-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--background);
  border: 1px solid var(--primary-text-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: movebtn 3s ease-in-out infinite;
  -moz-animation: movebtn 3s ease-in-out infinite;
  -o-animation: movebtn 3s ease-in-out infinite;
  animation: movebtn 3s ease-in-out infinite;
  -webkit-transition: all.5s ease-in-out;
  -moz-transition: all.5s ease-in-out;
  -o-transition: all.5s ease-in-out;
  transition: all.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
.btn-top:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  background: var(--primary-text-color);
  color: #551b54;
}
.btn-top:hover svg path {
  fill: var(--background);
}
@media only screen and (min-width: 768px) {
  .btn-top {
    bottom: 20px;
    right: 60px;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .btn-top {
    bottom: 40px;
    right: -webkit-calc((100vw - 1200px)/2 + 60px);
    right: -moz-calc((100vw - 1200px)/2 + 60px);
    right: calc((100vw - 1200px) / 2 + 60px);
  }
}
@-webkit-keyframes movebtn {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-8px);
    transform: translatey(-8px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@-moz-keyframes movebtn {
  0% {
    -moz-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-8px);
    transform: translatey(-8px);
  }
  100% {
    -moz-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@-o-keyframes movebtn {
  0% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-8px);
    transform: translatey(-8px);
  }
  100% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes movebtn {
  0% {
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-8px);
    -moz-transform: translatey(-8px);
    -o-transform: translatey(-8px);
    transform: translatey(-8px);
  }
  100% {
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.section-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.section-title-description {
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .section-title {
    text-align: left;
  }
}

.portfolio-item {
  position: relative;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid var(--secondary-text-light-color);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .portfolio-item {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1279px) {

  .portfolio-item:first-child .portfolio-item__container {
    margin: 0;
  }
  .portfolio-item:first-child {
    border: none;
  }
  .portfolio-item-right .portfolio-item-description {
    margin-left: 565px;
  }
  .portfolio-item:hover .portfolio-item__btn {
    color: var(--secondary-color);
  }
  .portfolio-item:hover .portfolio-item__title {
    color: var(--secondary-color);
  }
  .portfolio-item:hover .portfolio-item__btn svg path {
    fill: var(--secondary-color);
  }
}

.portfolio-item {
    border: none;
    border-top: 1px solid var(--stroke-line-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

.portfolio-item__image {
  position: relative;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(
    347deg,
    #2e3039 13.98%,
    #10121a 95.43%
  );
  background: -moz-linear-gradient(
    347deg,
    #2e3039 13.98%,
    #10121a 95.43%
  );
  background: -o-linear-gradient(347deg, #2e3039 13.98%, #10121a 95.43%);
  background: linear-gradient(103deg, #2e3039 13.98%, #10121a 95.43%);
  overflow: hidden;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
}
.portfolio-item__heading {
  padding: 20px;
}
.portfolio-item__title {
  margin-bottom: 10px;
}
.portfolio-item__category {
  color: var(--secondary-text-color);
  margin: 0;
}
.portfolio-item__specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 20px 20px;
}
.portfolio-item__specs-item {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: rgba(18, 18, 18, 0.09);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 17px;
}
.portfolio-item__desc,
.portfolio-item__btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .portfolio-item__image {
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
  }
  .portfolio-item__heading {
    padding: 20px 30px;
  }
  .portfolio-item__specs {
    padding: 0 30px 30px;
  }
  .portfolio-item__specs-item {
    padding: 8px 18px;
  }
}
@media only screen and (min-width: 1279px) {
  .portfolio-item__container {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 30px;
  }
  .portfolio-item__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    width: 100%;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .portfolio-item__heading {
    padding: 0;
  }
  .portfolio-item__title {
    font-family: var(--font-clash-display);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: all.3s;
    -moz-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
  }
  .portfolio-item__category {
    color: #8e9296;
    margin-bottom: 20px;
  }
  .portfolio-item__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .portfolio-item__desc {
    display: block;
    margin: 0;
  }
  .portfolio-item-description {
    position: relative;
    width: 595px;
    padding: 30px;
  }
  .portfolio-item__specs {
    margin-top: 20px;
    padding: 0;
  }
  .portfolio-item__btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 1px;
    font-family: var(--font-clash-display);
  }
  .portfolio-item__btn svg {
    position: relative;
    top: 1px;
    left: -12px;
  }
  .portfolio-item__btn-coming {
    right: 8px;
    color: var(--secondary-color);
  }
}


.label-cursor-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.label-cursor {
  position: absolute;
  top: 0;
  z-index: 110;
  background-color: var(--primary-color);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  color: var(--white);
  width: 72px;
  height: 72px;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: transform;
  visibility: hidden;
  -webkit-box-shadow: 0 0 0 2px var(--white),
    0 0 0 4px var(--primary-color);
  -moz-box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--primary-color);
  box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.9;
}
.label-cursor__child-disabler {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.label-cursor-wrapper_no-desktop {
  position: relative;
  width: 100%;
  height: 100%;
}

.app-footer {
  overflow: hidden;
}
.app-footer.app-footer-dark {
  background-color: var(--primary-text-color);
  color: var(--background);
}
.app-footer-dark .footer-contacts-new {
  background-color: transparent;
}
.footer-contacts-new {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
  padding: 40px 0 20px;
}
.footer-contacts-new_only-socials {
  padding: 20px 0 !important;
}
.footer-contacts-new_only-socials .footer-contacts__copyright {
  padding-top: 0;
  border: none;
}
.footer-contacts_bordered {
  border-top: 1px solid rgba(240, 240, 241, 0.25);
}
@media only screen and (min-width: 768px) {
  .footer-contacts-new {
    padding: 70px 0 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-new {
    padding: 70px 0 20px;
  }
}

.footer-contacts {
  color: var(--white);
}
.footer-contacts__copyright {
  border-top: 1px solid#f0f0f133;
  padding-top: 30px;
}
.footer-link {
  color: var(--white);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.footer-link:hover {
  color: var(--secondary-color);
}
.footer-contacts-copyright-text {
  color: #8d9091;
  font-size: 12px;
}
.footer-contacts-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    margin-bottom: 40px;
  }
  .footer-contacts-copyright-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-wrapper {
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
    margin-bottom: 50px;
  }
  .footer-contacts__copyright {
    padding-top: 20px;
  }
  .footer-contacts__copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-contacts__logo-link {
  display: block;
}
.footer-contacts__logo {
  width: 122px;
  height: auto;
  margin-bottom: 30px;
}
.office-contacts-email {
  display: block;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}
.office-contacts__badges-link {
  display: block;
}
.office-contacts__badges-link:not(:last-child) {
  margin-bottom: 30px;
}
.footer-contacts__budge {
  position: relative;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__logo {
    width: 138px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__logo {
    width: 168px;
    margin-bottom: 40px;
  }
  .office-contacts-email {
    margin-bottom: 40px;
  }
  .office-contacts__badges-link:not(:last-child) {
    margin-bottom: 40px;
  }
}

.footer-contacts__menu-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__menu {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-contacts__menu-wrapper {
    display: block;
  }
  .footer-contacts__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .footer-contacts__menu-item {
    max-width: 205px;
  }
  .footer-contacts__menu-wrapper,
  .footer-contacts__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
  }
  .footer-contacts__menu__link {
    display: block;
    line-height: 130%;
  }
  .footer-contacts__menu__link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footer-contacts__offices {
  margin-top: 40px;
}
.footer-contacts__title {
  font-size: 20px;
  line-height: 130%;
}
.office-contacts__office {
  margin-top: 20px;
}
.office-contacts__country-name {
  line-height: 130%;
  margin-bottom: 10px;
}
.office-contacts-text {
  line-height: 150%;
  margin-bottom: 10px;
}
.footer-contacts__phone {
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .office-contacts__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contacts__offices {
    margin: 0;
  }
  .office-contacts__office {
    max-width: 205px;
  }
}
@media only screen and (min-width: 1279px) {
  .office-contacts__container {
    display: block;
  }
}

.socials-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.socials-contacts__icon-wrapper {
  width: 100%;
  height: 100%;
}
.socials-contacts__icon {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .socials-contacts {
    gap: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .socials-contacts {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.img-responsive {
display: none;
}


@media(max-width:1278px) {
.img-responsive {
  display: block;
}

.img-main {
  display: none;
}

.portfolio-item {
  position: relative;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid var(--secondary-text-light-color);
  overflow: hidden;
}
}

@media (max-width:767px){
.brand-button {
display: none;
}

.menu__container-list{
display: none !important;
}
}


  .scroller-top {
    position: fixed;
    background-color: #1e2a2e;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid rgb(184, 184, 184);
  }

  @media (max-width: 767px) {
    .scroller-top {
      height: 45px;
      width: 45px;
    }
    .top-arrow img {
      margin-top: 0px;
    }
    .top-arrow {
      margin-top: 6px !important;
    }
  }




  