html,
body {
  margin: 0;
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
}
.container {
  width: 1483px;
  max-width: 1483px;
  margin: 0 auto !important;
}
body:not([data-scroll="0"]) .header-wrapper {
  border-bottom: 1px solid #ededed;
}
.page-header {
  margin: 80px 0;
}
.page-header .breadcrumbs {
  margin-bottom: 30px;
}
.page-header .breadcrumbs a {
  /* paragraf */
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.page-header .breadcrumbs a:not(:last-child) {
  color: #141414;
}
.page-header .breadcrumbs a:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.page-header .breadcrumbs a:last-child {
  color: #9F9F92;
}
.page-header .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .title-wrapper .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
}
.page-header .title-wrapper .description {
  width: 50%;
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
}
.page-header .title-wrapper .highlights {
  width: 50%;
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: end;
}
.page-header .title-wrapper .highlights .highlight {
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 24px;
}
.page-header .title-wrapper .highlights .highlight:before {
  background: url("../images/highlight.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
main {
  margin-top: 82px;
}
main .social-media {
  position: absolute;
  margin-left: -160px;
  margin-top: 250px;
  width: 16px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding: 0;
}
main .social-media .entry img {
  width: 16px;
  height: 16px;
}
.customize-support .header-wrapper {
  top: 32px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}
header {
  height: 82px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  background-color: #fff;
  width: 100%;
  gap: 30px;
}
header .logo {
  margin-right: auto;
  display: flex;
  gap: 50px;
}
header .logo .logo-url {
  width: 176px;
  height: 45px;
}
header .logo .header-contact {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
header .logo .header-contact .phone {
  color: var(--primary-color, #141414);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  vertical-align: middle;
}
header .logo .header-contact .phone svg {
  vertical-align: middle;
}
header .logo .header-contact .phone a {
  vertical-align: middle;
  color: #000;
  text-decoration: none;
}
header .logo .header-contact .email {
  background: var(--primary-color, #141414);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 12px;
}
header .logo .header-contact .email a {
  color: #fff;
  text-decoration: none;
}
header .menu {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 46px;
  padding: 0;
}
header .menu .menu-main-menu-container .menu {
  list-style: none;
}
header .menu .menu-main-menu-container .menu > .menu-item {
  padding: 10px 0;
}
header .menu .menu-main-menu-container .menu > .menu-item.current-menu-item > a,
header .menu .menu-main-menu-container .menu > .menu-item.current_page_parent > a {
  font-weight: 700;
  color: #141414;
}
header .menu .menu-main-menu-container .menu > .menu-item:hover .sub-menu {
  display: block !important;
}
header .menu .menu-main-menu-container .menu > .menu-item .sub-menu {
  position: absolute;
  list-style: none;
  margin-left: 0;
  background: #ca2e55;
  padding: 10px;
  margin-top: 10px;
}
header .menu .menu-main-menu-container .menu > .menu-item .sub-menu:not(:hover) {
  display: none;
}
header .menu .menu-main-menu-container .menu > .menu-item .sub-menu .menu-item {
  padding: 5px 10px;
}
header .menu .menu-main-menu-container .menu > .menu-item .sub-menu .menu-item a {
  color: #fff;
  padding: 3px 0;
}
header .menu .menu-main-menu-container .menu > .menu-item a {
  color: #9f9f92;
  font-family: Inter;
  font-size: 16x;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
}
header .buttons {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
header .buttons .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 20px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
header .buttons .button.button-services {
  border: 1px solid #141414;
  color: #141414;
}
header .buttons .button.button-services svg {
  margin-right: 22px;
}
header .buttons .button.button-contact {
  border: 1px solid #ca2e55;
  color: #ca2e55;
  transition: 0.3s ease all;
}
header .buttons .button.button-contact:hover {
  background: #ca2e55;
  color: #fff;
}
header .buttons .button.button-contact:hover svg rect {
  fill: #fff;
}
header .buttons .button.button-contact:hover svg path {
  stroke: #ca2e55;
}
.services-menu {
  background: #F5F5F5;
  padding: 34px 0;
  position: absolute;
  left: 0;
  right: 0;
}
.services-menu:not(.active) {
  display: none;
}
.services-menu .menus {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}
.services-menu .menus > .menu {
  width: 50%;
}
.services-menu .menus > .menu .label {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.services-menu .menus > .menu .menu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  column-gap: 20px;
  row-gap: 10px;
}
.services-menu .menus > .menu .menu .menu-item {
  transition: 0.3s ease all;
}
.services-menu .menus > .menu .menu .menu-item a {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  text-decoration: none;
  transition: 0.3s ease all;
}
.services-menu .menus > .menu .menu .menu-item:hover {
  background: #000;
  padding-left: 5px;
  transition: 0.3s ease all;
}
.services-menu .menus > .menu .menu .menu-item:hover a {
  color: #fff;
  transition: 0.3s ease all;
}
.entry-content {
  display: flex;
  flex-direction: column;
}
.entry-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.welcome {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.welcome.welcome-fit .content {
  margin: 0 120px 0 0;
  width: initial;
}
.welcome.welcome-fit .gallery {
  width: 493px;
}
.welcome.welcome-fit .gallery .gallery-slide .image {
  width: 493px;
  height: 493px;
  object-fit: cover;
}
.welcome .content {
  width: 795px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin: 0 82px 20px 0;
  padding: 0;
}
.welcome .content .title {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 47.1px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.2px;
  text-align: left;
  color: #141414;
  /* text-transform: uppercase; */
}
.welcome .content .text {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 0.2px;
  text-align: left;
  color: #141414;
  /* text-transform: uppercase; */
}
.welcome .content .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 32px;
  line-height: 36px;
  width: max-content;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  /* contrast color */
  border: 1px solid #141414;
  background: #ffffff;
  text-decoration: none;
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
  /* text-transform: uppercase; */
}
.welcome .content .button .icon {
  /* contrast color */
  background: #141414;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.welcome .content .button .icon svg {
  margin-bottom: -6px;
}
.welcome .content .button:hover {
  color: #fff;
  transition: 0.3s ease all;
  background: #141414;
}
.welcome .content .button:hover .icon {
  background: #fff;
  transition: 0.3s ease all;
}
.welcome .content .button:hover .icon svg path {
  stroke: #000;
}
.welcome .gallery {
  width: 744px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
.welcome .gallery .gallery-slide {
  display: none;
}
.welcome .gallery .gallery-slide .image {
  height: 607px;
}
.welcome .gallery .gallery-slide.active {
  display: block;
}
.welcome .gallery .gallery-slide .client-name {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: 0.2px;
  text-align: left;
  color: #141414;
  /* text-transform: uppercase; */
  margin-top: 14px;
}
.welcome .gallery .gallery-slide .bottom {
  display: flex;
  flex-direction: row;
  gap: 34px;
}
.welcome .gallery .gallery-slide .bottom .title {
  /* h2 */
  color: #141414;
  font-family: Montserrat;
  font-size: 27.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.welcome .gallery .gallery-slide .bottom .navigation {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.welcome .gallery .gallery-slide .bottom .navigation:before {
  content: "";
  /* Rectangle 4 */
  position: static;
  width: 16px;
  height: 1px;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
  /* primary color */
  background: #141414;
  display: inline-block;
  margin-right: -10px;
}
.welcome .gallery .gallery-slide .bottom .navigation a {
  text-decoration: none;
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 8%;
  text-align: left;
  /* text-transform: uppercase; */
}
.welcome .gallery .gallery-slide .bottom .navigation a:hover,
.welcome .gallery .gallery-slide .bottom .navigation a.active {
  text-decoration: underline;
  color: #ca2e55;
  font-weight: 600;
}
.services {
  display: flex;
  gap: 20px;
  align-items: start;
}
.services .left {
  display: flex;
  gap: 0;
  flex-direction: column;
  width: 854px;
}
.services .left .title {
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  align-items: center;
  display: flex;
}
.services .left .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0;
  flex: 1;
  width: 100%;
  margin-left: -10px;
}
.services .left .list .service a {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  text-decoration: none;
  padding: 10px;
  transition: 0.3s ease all;
  display: block;
}
.services .left .list .service a:hover {
  background: #000;
  transition: 0.3s ease all;
  color: #fff;
}
.services .right {
  width: 500px;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 14px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 30px;
}
.services .right .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
}
.services .right .title strong {
  color: #ca2e55;
}
.services .right .text {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.services .right .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 32px;
  line-height: 36px;
  width: max-content;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  /* contrast color */
  border: 1px solid #ca2e55;
  background: #ffffff;
  text-decoration: none;
  color: #ca2e55;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
  /* text-transform: uppercase; */
}
.services .right .button .icon {
  /* contrast color */
  background: #ca2e55;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.services .right .button .icon svg {
  margin-bottom: -6px;
}
.services .right .button:hover {
  color: #fff;
  transition: 0.3s ease all;
  background: #ca2e55;
}
.services .right .button:hover .icon {
  background: #fff;
  transition: 0.3s ease all;
}
.services .right .button:hover .icon svg path {
  stroke: #ca2e55;
}
.portfolio-wrapper {
  background: #f5f5f5;
}
.portfolio-wrapper .portfolio {
  /* background color */
  background: #f5f5f5;
  padding: 110px 0px 110px 0px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.portfolio-wrapper .portfolio .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  gap: 32px;
}
.portfolio-wrapper .portfolio .top .left {
  width: 938px;
}
.portfolio-wrapper .portfolio .top .left .entries {
  display: grid;
  grid-template-columns: 454px 454px;
  grid-row: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  width: 100%;
}
.portfolio-wrapper .portfolio .top .right {
  width: 504px;
  height: 102px;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 28px 0px;
  gap: 28px;
}
.portfolio-wrapper .portfolio .top .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.portfolio-wrapper .portfolio .top .text {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.portfolio-wrapper .portfolio .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 32px;
  line-height: 36px;
  transition: 0.3s ease all;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  /* contrast color */
  border: 1px solid #ca2e55;
  background: #ffffff;
  text-decoration: none;
  color: #ca2e55;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-wrapper .portfolio .button .icon {
  /* contrast color */
  background: #ca2e55;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.portfolio-wrapper .portfolio .button .icon svg {
  margin-bottom: -6px;
}
.portfolio-wrapper .portfolio .button:hover {
  background: #ca2e55;
  color: #fff;
  transition: 0.3s ease all;
}
.portfolio-wrapper .portfolio .button:hover .icon {
  background: #fff;
  transition: 0.3s ease all;
}
.portfolio-wrapper .portfolio .button:hover .icon svg path {
  stroke: #ca2e55;
}
.portfolio-wrapper .portfolio .bottom {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.portfolio-wrapper .portfolio .entry {
  width: 454px;
}
.portfolio-wrapper .portfolio .entry .image {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio .entry .image img {
  width: 100%;
  transition: 0.3s ease all;
  object-fit: cover;
  height: 240px;
}
.portfolio-wrapper .portfolio .entry .image .corner-icon {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #f5f5f5;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper {
  display: none;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  justify-content: center;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button {
  text-transform: uppercase;
  /* text-transform: uppercase; */
  border-color: #fff;
  background: #000;
  color: #fff;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button .icon {
  background: #fff;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button .icon svg path {
  stroke: #000;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button:hover {
  background: #fff;
  color: #000;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button:hover .icon {
  background: #000;
}
.portfolio-wrapper .portfolio .entry .image .button-wrapper .button:hover .icon svg path {
  stroke: #fff;
}
.portfolio-wrapper .portfolio .entry .image:hover img {
  transform: scale(1.2);
  transition: 0.3s ease all;
}
.portfolio-wrapper .portfolio .entry .image:hover .corner-icon {
  display: none;
}
.portfolio-wrapper .portfolio .entry .image:hover .button-wrapper {
  display: flex;
}
.portfolio-wrapper .portfolio .entry .title {
  margin: 20px 0 0 0;
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.portfolio-wrapper .portfolio .entry .service {
  /* h3 */
  margin: 0;
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.portfolio-wrapper .portfolio .entry.double-height-image .image img {
  height: 556px;
}
.statistics {
  display: flex;
  gap: 30px;
  align-items: end;
}
.statistics .left {
  width: 696px;
  display: flex;
  gap: 22px;
  flex-direction: column;
}
.statistics .left .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.statistics .left .text {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.statistics .left .list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 43px;
}
.statistics .left .list .entry {
  width: 33%;
}
.statistics .left .list .entry .value {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: center;
  /* text-transform: uppercase; */
}
.statistics .left .list .entry .label {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: center;
  /* text-transform: uppercase; */
}
.statistics .image {
  width: 380px;
}
.statistics .image.first {
  height: 413px;
}
.statistics .image.second {
  height: 510px;
}
.service-gallery {
  grid-template-columns: 32% 32% 32%;
  grid-row: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: grid;
}
.service-gallery .entry {
  width: 476px;
  padding: 80px 0;
}
.service-gallery .entry.service {
  background: #F5F5F5;
  position: relative;
  transition: 0.3s ease all;
  height: 218px;
  max-height: 378px;
}
.service-gallery .entry.service .image {
  width: 300px;
  height: 100px;
  margin: 0 auto 22px auto;
  transition: 0.3s ease all;
}
.service-gallery .entry.service .image img {
  width: 100%;
  height: 100%;
}
.service-gallery .entry.service .icon {
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px;
}
.service-gallery .entry.service .name {
  /* h2 */
  color: #141414;
  font-family: Montserrat;
  font-size: 27.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.3s ease all;
  margin: 0 16px;
}
.service-gallery .entry.service .description {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.3s ease all;
  margin: 0 16px;
}
.service-gallery .entry.service:hover {
  background: #000;
  transition: 0.3s ease all;
  padding-top: 0;
  height: 298px;
}
.service-gallery .entry.service:hover .icon {
  display: none;
}
.service-gallery .entry.service:hover .image {
  width: 100%;
  height: 160px;
  transition: 0.3s ease all;
}
.service-gallery .entry.service:hover .name,
.service-gallery .entry.service:hover .description {
  color: #fff;
}
.service-gallery .entry.box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 16px;
  align-items: normal;
  justify-content: center;
}
.service-gallery .entry.box .name {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  margin: 0 16px;
}
.service-gallery .entry.box .text {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  margin: 0 16px;
}
.service-gallery .entry.box .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 32px;
  line-height: 36px;
  width: max-content;
  transition: 0.3s ease all;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  /* contrast color */
  border: 1px solid #ca2e55;
  background: #ffffff;
  text-decoration: none;
  color: #ca2e55;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.service-gallery .entry.box .button .icon {
  /* contrast color */
  background: #ca2e55;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.service-gallery .entry.box .button .icon svg {
  margin-bottom: -6px;
}
.service-gallery .entry.box .button:hover {
  background: #ca2e55;
  color: #fff;
}
.service-gallery .entry.box .button:hover .icon {
  background: #fff;
}
.service-gallery .entry.box .button:hover .icon svg path {
  stroke: #ca2e55;
}
.technologies {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.technologies .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.technologies .description {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.technologies .slides {
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* align-items: stretch; */
  justify-content: center;
}
.technologies .slides .entry {
  width: 212px;
  object-fit: contain;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 110px;
}
.contact .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
  align-items: center;
}
.contact .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.contact .description {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.contact .left {
  width: 477px;
  display: flex;
  flex-direction: column;
  margin-left: -24px;
}
.contact .left .contact-entry {
  padding: 24px;
  flex-direction: row;
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact .left .contact-entry .icon {
  /* primary color */
  background: #141414;
  padding: 12px;
}
.contact .left .contact-entry .details .label {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.contact .left .contact-entry .details .value {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.contact .left .contact-entry:hover {
  background: #141414;
}
.contact .left .contact-entry:hover .icon {
  background: #fff;
}
.contact .left .contact-entry:hover .icon svg path {
  fill: #141414;
}
.contact .left .contact-entry:hover .details .label {
  color: #fff;
}
.contact .left .contact-entry:hover .details .value {
  color: #fff;
}
.contact .right {
  width: 994px;
}
.contact .right .form-top {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.contact .right .form-top .form-left,
.contact .right .form-top .form-right {
  width: 50%;
}
.contact .right .wpcf7-text {
  padding: 16px 0px 16px 16px;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #141414;
  width: calc(100% - 20px);
}
.contact .right .wpcf7-textarea {
  padding: 16px 0px 16px 16px;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #141414;
  width: calc(100% - 20px);
}
.contact .right .wpcf7-submit {
  padding: 4px 20px 4px 20px;
  line-height: 36px;
  width: max-content;
  transition: 0.3s ease all;
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  border: 1px solid #ca2e55;
  background: #ffffff;
  text-decoration: none;
  color: #ca2e55;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  float: right;
}
.contact .right .wpcf7-submit:hover {
  background: #ca2e55;
  color: #ffffff;
}
.contact .right .wpcf7-not-valid-tip {
  padding: 10px 0;
}
.contact .right .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 10px;
  border-color: #ca2e55;
  border-width: 1px;
}
.footer-top-wrapper {
  margin-top: 110px;
  background: #f5f5f5;
  padding: 32px 0;
}
.footer-top-wrapper .footer-top {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.footer-top-wrapper .footer-top .footer-top-section {
  width: 25%;
}
.footer-top-wrapper .footer-top .footer-top-section .title {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 14px;
}
.footer-top-wrapper .footer-top .footer-top-section .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top-wrapper .footer-top .footer-top-section .menu .menu-item {
  margin-bottom: 3px;
}
.footer-top-wrapper .footer-top .footer-top-section .menu .menu-item a {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
  text-decoration: none;
}
.footer-bottom-wrapper .footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 90px;
  padding: 32px 0;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-contact {
  width: 300px;
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-copyright {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: right;
  /* text-transform: uppercase; */
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-copyright a {
  display: block;
  color: #141414;
}
.faqs {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.faqs .left {
  width: 50%;
  margin-left: -24px;
}
.faqs .left .list .entry {
  padding: 24px;
  /* h3 */
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  cursor: pointer;
}
.faqs .left .list .entry.active {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  /* primary color */
  background: #141414;
  color: #fff;
}
.faqs .right {
  width: 50%;
}
.faqs .right .question {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
}
.faqs .right .question:not(.active) {
  display: none;
}
.faqs .right .question .title {
  /* h3 */
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 40px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  grid-gap: 30px;
}
.about .entry {
  width: 100%;
  height: min-content;
}
.about .entry .image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin-bottom: 30px;
}
.about .entry .title {
  /* h3 */
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
}
.about .entry .content {
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
}
.gallery .filters {
  display: flex;
  gap: 30px;
  flex-direction: row;
}
.gallery .filters .filter {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.gallery .filters .filter:hover,
.gallery .filters .filter.active {
  color: #ca2e55;
}
.gallery .entries {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}
.gallery .entries .entry {
  display: none;
  position: relative;
}
.gallery .entries .entry img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.gallery .entries .entry:hover .footer {
  display: block;
}
.gallery .entries .entry .footer {
  padding: 29px;
  background: #141414;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.gallery .entries .entry .footer .button {
  text-transform: uppercase;
  padding: 2px 54px 2px 20px;
  line-height: 36px;
  width: max-content;
  margin: 0 auto !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s ease all;
  /* text-transform: uppercase; */
  display: block;
  position: relative;
  /* text-transform: uppercase; */
}
.gallery .entries .entry .footer .button .text {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
  vertical-align: middle;
}
.gallery .entries .entry .footer .button .icon {
  /* contrast color */
  background: #fff;
  margin: 0px 0 0 12px;
  padding: 4px 8px 12px 8px;
  position: absolute;
  right: 2px;
  transition: 0.3s ease all;
  height: 20px;
}
.gallery .entries .entry .footer .button .icon svg {
  margin-bottom: -6px;
}
.gallery .entries .entry .footer .button .icon svg path {
  stroke: #000;
}
.gallery .entries .entry .footer .button:hover {
  color: #000;
  transition: 0.3s ease all;
  background: #fff;
}
.gallery .entries .entry .footer .button:hover .icon {
  background: #000;
  transition: 0.3s ease all;
}
.gallery .entries .entry .footer .button:hover .icon svg path {
  stroke: #fff;
}
.case-studies .title {
  /* h1 */
  color: #141414;
  font-family: Montserrat;
  font-size: 47.12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
}
.case-studies .filters {
  display: flex;
  gap: 30px;
  flex-direction: row;
}
.case-studies .filters .filter {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.case-studies .filters .filter:hover,
.case-studies .filters .filter.active {
  color: #ca2e55;
}
.case-studies .entries {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  flex: 1;
  width: 100%;
}
.case-studies .entries .entry {
  width: 454px;
}
.case-studies .entries .entry .button {
  text-transform: uppercase;
  padding: 4px 4px 4px 32px;
  line-height: 36px;
  transition: 0.3s ease all;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  /* contrast color */
  border: 1px solid #ca2e55;
  background: #ffffff;
  text-decoration: none;
  color: #ca2e55;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.case-studies .entries .entry .button .icon {
  /* contrast color */
  background: #ca2e55;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.case-studies .entries .entry .button .icon svg {
  margin-bottom: -6px;
}
.case-studies .entries .entry .button:hover {
  background: #ca2e55;
  color: #fff;
  transition: 0.3s ease all;
}
.case-studies .entries .entry .button:hover .icon {
  background: #fff;
  transition: 0.3s ease all;
}
.case-studies .entries .entry .button:hover .icon svg path {
  stroke: #ca2e55;
}
.case-studies .entries .entry .image {
  position: relative;
  overflow: hidden;
}
.case-studies .entries .entry .image img {
  width: 100%;
  transition: 0.3s ease all;
  object-fit: cover;
  height: 240px;
}
.case-studies .entries .entry .image .corner-icon {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #f5f5f5;
}
.case-studies .entries .entry .image .button-wrapper {
  display: none;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  justify-content: center;
}
.case-studies .entries .entry .image .button-wrapper .button {
  text-transform: uppercase;
  /* text-transform: uppercase; */
  border-color: #fff;
  background: #000;
  color: #fff;
}
.case-studies .entries .entry .image .button-wrapper .button .icon {
  background: #fff;
}
.case-studies .entries .entry .image .button-wrapper .button .icon svg path {
  stroke: #000;
}
.case-studies .entries .entry .image .button-wrapper .button:hover {
  background: #fff;
  color: #000;
}
.case-studies .entries .entry .image .button-wrapper .button:hover .icon {
  background: #000;
}
.case-studies .entries .entry .image .button-wrapper .button:hover .icon svg path {
  stroke: #fff;
}
.case-studies .entries .entry .image:hover img {
  transform: scale(1.2);
  transition: 0.3s ease all;
}
.case-studies .entries .entry .image:hover .corner-icon {
  display: none;
}
.case-studies .entries .entry .image:hover .button-wrapper {
  display: flex;
}
.case-studies .entries .entry .title {
  margin: 20px 0 0 0;
  /* paragraf */
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.case-studies .entries .entry .service {
  /* h3 */
  margin: 0;
  color: #141414;
  font-family: Montserrat;
  font-size: 21.12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-align: left;
  /* text-transform: uppercase; */
}
.case-studies .entries .entry.double-height-image .image img {
  height: 556px;
}
.wp-block-group {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 0.2px;
  text-align: left;
  color: #141414;
}
.page-id-192 .contact {
  margin-top: 0;
}
.page-id-192 .contact .title,
.page-id-192 .contact .description {
  display: none;
}
.blog .blog-post {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog .blog-post:nth-child(even) .blog-thumbnail {
  order: 2;
}
.blog .blog-post:nth-child(even) .blog-content {
  order: 1;
}
.blog .blog-post .blog-thumbnail {
  width: 694px;
}
.blog .blog-post .blog-thumbnail img {
  width: 694px;
  height: 694px;
  object-fit: cover;
}
.blog .blog-post .blog-content h2 {
  color: var(--primary-color, #141414);
  font-family: Montserrat;
  font-size: 21.12px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px /* 179.924% */;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.blog .blog-post .blog-content .excerpt {
  color: var(--primary-color, #141414);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px /* 181.25% */;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.blog .blog-post .blog-content .button {
  text-transform: uppercase;
  padding: 2px 2px 2px 20px;
  line-height: 36px;
  width: max-content;
  flex: none;
  order: 1;
  flex-grow: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  background: transparent;
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
  /* text-transform: uppercase; */
  display: block;
  /* text-transform: uppercase; */
}
.blog .blog-post .blog-content .button .icon {
  /* contrast color */
  background: #000;
  margin: 0px 0 0 12px;
  padding: 8px;
  transition: 0.3s ease all;
}
.blog .blog-post .blog-content .button .icon svg {
  margin-bottom: -6px;
}
.blog .blog-post .blog-content .button .icon svg path {
  stroke: #fff;
}
.blog .blog-post .blog-content .button:hover {
  color: #fff;
  transition: 0.3s ease all;
  background: #000;
}
.blog .blog-post .blog-content .button:hover .icon {
  background: #fff;
  transition: 0.3s ease all;
}
.blog .blog-post .blog-content .button:hover .icon svg path {
  stroke: #000;
}
.mini-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.mini-gallery .gallery-image {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.text-with-faq {
  display: flex;
  gap: 30px;
}
.text-with-faq .text {
  width: calc(100% - 600px);
}
.text-with-faq .faq {
  width: 600px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.text-with-faq .faq .question .title {
  font-weight: 600;
  font-size: 22px;
}
.container .container {
  padding: 0;
  width: 100%;
}
.container .container .mobile-container {
  width: 100%;
  padding: 0;
}
@media (min-width: 1080px) {
  .welcome .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .welcome .gallery .gallery-slide {
    display: block;
  }
  .welcome .gallery .gallery-slide .image {
    height: 250px;
    width: 450px;
    object-fit: cover;
  }
}
@media (max-width: 1080px) {
  .container,
  .mobile-container {
    width: calc(100% - 40px);
    margin: unset;
    padding: 0 20px;
  }
  main {
    margin-top: 30px;
  }
  .entry-content {
    gap: 50px;
  }
  .entry-content .content-wrapper {
    gap: 60px;
  }
  .header-wrapper {
    position: initial;
    height: 80px;
  }
  .header-wrapper header {
    flex-direction: column;
    height: unset;
    gap: 10px;
    align-items: baseline;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    width: unset;
    padding: 10px 20px;
  }
  .header-wrapper header .logo {
    margin-right: 0;
    justify-content: space-between;
    width: calc(100% - 40px);
    gap: 20px;
    place-content: space-between;
    width: 100%;
    align-items: center;
  }
  .header-wrapper header .logo .logo-url {
    width: 116px;
    height: 31px;
  }
  .header-wrapper header .logo .logo-url img {
    width: 116px;
  }
  .header-wrapper header .logo .menu-toggle {
    display: flex;
    gap: 4px;
    flex-direction: column;
    width: 20px;
    flex-grow: 0;
    margin-left: auto;
    margin-right: 0;
    min-width: 16px;
  }
  .header-wrapper header .logo .menu-toggle span {
    height: 2px;
    display: block;
    background-color: #000;
    width: 100%;
  }
  .header-wrapper header .header-contact svg {
    display: none;
  }
  .header-wrapper header .header-contact .email {
    font-size: 7px;
    padding: 3px 5px;
  }
  .header-wrapper header > .menu:not(.active) {
    display: none;
  }
  .header-wrapper header > .menu.active {
    position: absolute;
    top: 100px;
    background: #fff;
    width: 100%;
    flex-direction: column;
    left: 0;
    padding-left: 20px;
    background: #F5F5F5;
  }
  .header-wrapper header > .menu.active .menu {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
  .header-wrapper header > .menu.active .menu > .menu-item .sub-menu {
    position: relative;
  }
  .header-wrapper header .buttons {
    height: 30px;
    justify-content: space-between;
    width: 100%;
  }
  .header-wrapper header .buttons .button {
    font-size: 12px;
    flex-grow: 1;
  }
  .header-wrapper header .buttons .button.button-contact svg {
    width: 30px !important;
    height: 30px !important;
    /* float: right; */
    margin-right: -10px !important;
  }
  .header-wrapper .services-menu.active {
    background: #F5F5F5;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 95px;
    width: unset;
    z-index: 999999;
  }
  .header-wrapper .services-menu.active .menus .menu .menu {
    grid-template-columns: 1fr;
  }
  .welcome {
    flex-direction: column;
    gap: 30px;
  }
  .welcome .social-media {
    order: 3;
    flex-direction: row;
    width: 100%;
    height: unset;
  }
  .welcome .content {
    margin: 0;
    width: 100%;
    height: unset;
  }
  .welcome .gallery {
    margin: 0;
    width: 100%;
    gap: 0;
  }
  .welcome .gallery .gallery-slide {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .welcome .gallery .gallery-slide .image {
    width: 100%;
    object-fit: cover;
    height: 200px;
  }
  .welcome .gallery .gallery-slide .bottom {
    flex-direction: column;
    gap: 10px;
  }
  .welcome.welcome-fit .content {
    margin: 0;
    width: 100%;
  }
  .welcome.welcome-fit .gallery {
    width: 100%;
  }
  .welcome.welcome-fit .gallery .gallery-slide .image {
    width: 100%;
  }
  .services {
    gap: 50px;
    flex-direction: column;
  }
  .services .left,
  .services .right {
    width: 100%;
    margin: 0;
  }
  .services .right {
    order: 1;
  }
  .services .right .button {
    max-width: 100%;
    font-size: 14px;
    padding-left: 10px;
  }
  .services .left {
    order: 2;
  }
  .portfolio-wrapper .portfolio {
    padding: 50px 0;
  }
  .portfolio-wrapper .portfolio .entry {
    width: 100%;
  }
  .portfolio-wrapper .portfolio .top {
    flex-direction: column;
  }
  .portfolio-wrapper .portfolio .top .left {
    width: 100%;
    order: 2;
  }
  .portfolio-wrapper .portfolio .top .left .entries {
    grid-template-columns: 1fr;
  }
  .portfolio-wrapper .portfolio .top .right {
    width: 100%;
    height: unset;
    order: 1;
    margin: 0;
  }
  .portfolio-wrapper .portfolio .bottom {
    flex-direction: column;
  }
  .portfolio-wrapper .portfolio .bottom .map {
    height: 500px;
  }
  .service-gallery {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .service-gallery .entry {
    width: unset;
  }
  .technologies .slides {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .technologies .slides .entry {
    width: 100%;
    object-fit: contain;
    max-height: 50px;
  }
  .contact .content {
    margin-top: 50px;
    flex-direction: column;
  }
  .contact .content .left {
    width: 100%;
    margin-left: unset;
    order: 2;
  }
  .contact .content .right {
    width: 100%;
    overflow: hidden;
    order: 1;
  }
  .footer-top-wrapper {
    margin-top: 50px;
  }
  .footer-top-wrapper .footer-top {
    display: grid;
    flex-direction: column;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom-wrapper .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer-bottom-wrapper .footer-bottom .footer-bottom-contact {
    text-align: left;
    width: 100%;
  }
  .footer-bottom-wrapper .footer-bottom .footer-bottom-copyright {
    text-align: left;
    width: 100%;
  }
  .services-menu .menus {
    flex-direction: column;
  }
  .services-menu .menus > .menu {
    width: 100%;
  }
  .page-header {
    margin: 0;
  }
  .page-header .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .page-header .title-wrapper .title,
  .page-header .title-wrapper .description,
  .page-header .title-wrapper .highlights {
    width: 100%;
  }
  .page-header .title-wrapper .highlights {
    justify-content: flex-start;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .container > .blog {
    gap: 60px;
    display: flex;
    flex-direction: column;
  }
  .container > .blog .blog-post {
    flex-direction: column;
    gap: 0;
  }
  .container > .blog .blog-post .blog-thumbnail {
    width: 100%;
  }
  .container > .blog .blog-post .blog-thumbnail img {
    height: 200px;
    width: 100%;
  }
  .container > .blog .blog-post:nth-child(even) .blog-thumbnail {
    order: 1;
  }
  .container > .blog .blog-post:nth-child(even) .blog-thumbnail img {
    height: 200px;
  }
  .container > .blog .blog-post:nth-child(even) .blog-content {
    order: 2;
  }
  .case-studies .entries {
    grid-template-columns: 1fr;
  }
  .case-studies .entries .entry {
    width: 100%;
  }
  .gallery .filters {
    overflow-x: auto;
    align-items: center;
    display: grid;
    gap: 15px;
  }
  .gallery .filters .filter {
    line-height: 20px;
  }
  .gallery .entries {
    grid-template-columns: 1fr;
  }
  .mini-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .mini-gallery .gallery-image {
    height: 200px;
  }
  .faqs .left {
    margin-left: 0;
  }
  .button {
    font-size: 14px;
  }
  .text-with-faq {
    flex-direction: column;
  }
  .text-with-faq .faq {
    width: 100%;
  }
  .text-with-faq .text {
    width: 100%;
  }
  .contact {
    margin-top: 50px;
  }
}
@media (min-width: 1080px) and (max-width: 1700px) {
  .welcome {
    padding: 0 80px;
  }
}
/*# sourceMappingURL=style.css.map */