/*
Theme Name:     adam-theme
Theme URI:
Description:    Theme for site
Author:         Adam
Author URI:     adam.johns031@gmail.com
Template:       new-adam-theme
Version:        1.0
*/

@import url("../new-adam-theme/style.css");
@import url("//fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --main-color: #e74724;
  --black-color: #252321;
  --gray-color: #979593;
  --gradient-green: linear-gradient(114.68deg, #97d700 -7.77%, #1dca00 114.82%);
  --gradient-orange: linear-gradient(
    114.68deg,
    #f0a003 -7.77%,
    #eb6425 114.82%
  );
}

::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
::-webkit-scrollbar-button {
  background-color: #ffffff;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

* {
  outline: none !important;
}
html {
  font-size: 16px;
}
@media (max-width: 1561px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Outfit", sans-serif;
  margin: 0;
}
body.overflow {
  overflow-y: hidden;
}
section {
  overflow: hidden;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
a:visited {
  color: inherit;
}
a:hover {
  color: var(--main-color);
}
p {
  margin: 0;
}
ul li::marker {
  color: var(--main-color);
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.site-content {
  overflow: hidden;
}
.single-post .site-content {
  overflow: unset;
}
.container {
  max-width: 1560px;
  margin: 0 auto;
  width: 92%;
}
.pt {
  padding-top: 120px;
}
.pt2 {
  padding-top: 80px;
}
.pb {
  padding-bottom: 120px;
}
.mt {
  margin-top: 50px;
}
.mb {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .pt {
    padding-top: 64px;
  }
  .pt2 {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 64px;
  }
}

.freepik {
  display: none;
}

.title {
  color: #252321;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.9375rem;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin: 0;
}
.title span {
  color: var(--main-color);
}
.title_m {
  color: #252321;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin: 0;
}
.title_m span {
  color: var(--main-color);
}
.title_m span.grey {
  color: #979593;
}
.text_m {
  color: #979593;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 142%;
  letter-spacing: -0.03rem;
  margin: 0;
}
.text {
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin: 0;
}
.hidden {
  display: none !important;
}
@media (max-width: 800px) {
  .title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1px;
  }
  .title_m {
    font-size: 30px;
  }
  .text_m {
    font-size: 16px;
  }
}

/* popup */
#myfond_gris {
  display: none;
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mymagicoverbox_fenetre {
  z-index: 999999999999999999;
  position: fixed;
  top: 50%;
  display: none;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.8);
  padding: 25px;
  padding-bottom: 0;
}
#box_1 {
  width: 90%;
  max-width: 500px;
}

.mymagicoverbox_fermer {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
}

.mymagicoverbox_fenetre:before {
  content: "";
  background: var(--main-color);
  width: 7px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 10%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#myfond_gris {
  display: none;
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mymagicoverbox_fermer {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  background-color: var(--main-color);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-pop-up-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}
.main-pop-up-text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #303030;
  margin-bottom: 20px;
  text-align: center;
  max-width: 470px;
}
form label span textarea {
}
.main-pop-up form label span input.main-form__name,
.main-pop-up form label span input.main-form__tel,
.main-pop-up form label span textarea.review__text,
form label span textarea {
  border: 1px solid var(--main-color);
  max-width: none;
  height: auto;
  width: 100%;
}

.main-pop-up form input {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  width: 100%;
  height: 45px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}
.main-pop-up form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
.main-pop-up form .wpcf7-submit:hover {
  color: #000;
}
/* popup-end */

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/* slick-slider */

body .slick-dots li button::before {
  content: "";
}
body .slick-dots li button {
  padding: 0;
  border: var(--main-color) 1px solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fffbe5;
}
body .slick-dots li button:hover {
  background-color: var(--main-color);
}
body .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
body .slick-dots {
  bottom: -50px;
}

body .slick-next,
body .slick-prev {
  top: unset;
  bottom: 0;
}
body .slick-prev {
  left: 103%;
}
body .slick-next {
  right: -12%;
}
body .slick-next:before,
body .slick-prev:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  bottom: 0;
  color: #000000;
}
body .slick-next:before {
  background-image: url(img/arrow_next_new.svg);
  right: 0px;
}
body .slick-prev:before {
  background-image: url(img/arrow_prev_new.svg);
  left: -8px;
}
body .slick-prev.slick-disabled:before {
  background-image: url(img/arrow_prev.svg);
}
body .slick-next.slick-disabled:before {
  background-image: url(img/arrow_next.svg);
}
@media (max-width: 600px) {
  body .slick-dots li button {
    padding: 0;
    border: var(--main-color) 1px solid;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fffbe5;
  }
}

/* header */

.site-header {
  position: relative;
  width: 100%;
  z-index: 10;
  transition: 0.4s;
}
.header {
  box-shadow: 0px 4px 8.6px 0px #ececec;
  /*padding: 20px 0;*/
}
.header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.header_top {
  background: var(--main-color);
  padding: 4px 0;
  max-height: 32px;
}
.header_top__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top__item {
  width: 33%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_top__item:first-child {
  justify-content: flex-start;
}
.header_top__item:last-child {
  justify-content: flex-end;
}
.header_top__item span {
  font-family: "Poppins";
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 17px;
}
.header_top__item svg {
  margin-right: 7px;
}
.header_top__item svg:last-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .header_top__item {
    width: 100%;
  }
  .header_top__item:first-child {
    display: none;
  }
  .header_top__item:last-child {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header_top {
    padding: 2px 0;
  }
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.header-menu .menu li {
  margin-left: 40px;
  padding: 30px 10px;
}
.header-menu .menu li:last-child {
  margin-left: 50px;
  padding: 0;
}
.header-menu .menu li:first-child {
  margin-left: 0;
}
.header-menu .menu li a {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  white-space: nowrap;
}
.header-menu .menu > li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 42px;
  border-radius: 54px;
  border: 1px solid #979593;
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: 0.4s;
}
.header-menu .menu > li:last-child a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.header-menu .menu li a.active {
  color: var(--main-color);
}
.header-menu .menu li a:hover {
  color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
.header-menu .menu > li.menu-item-has-children.active > ul.sub-menu {
  display: block;
  position: absolute;
  background-color: #fbfbfb;
  top: 95%;
  left: 0;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin: 0;
}
.header-menu .menu li.menu-item-has-children.active ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(15px);
}
.header-menu .menu li.menu-item-has-children {
  transition: 0.5s;
  /*padding-bottom: 5px;*/
}
.header-menu .menu li.menu-item-has-children li {
  border-right: none;
  max-width: 1560px;
  margin: 0 auto;
  width: 92%;
  display: flex;
  justify-content: space-between;
}
.header-menu
  .menu
  li.menu-item-has-children.active
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.header-menu .menu li.menu-item-has-children li img {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
}
.header-menu .menu li.menu-item-has-children li a {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children li a:hover {
  color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(https://almaxagency.com/wp-content/themes/adam-theme/img/arrow-menu.svg);
  transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children.active:after {
  transform: rotate(180deg);
}

.header_cases__menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #ededed;
}
.header_cases__menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(15px);
  pointer-events: none;
}
.header_cases__menu.active {
  display: block;
}
.header_dropdown__menu_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 48px 64px;
}
.header_dropdown__menu_body {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
}
.header_dropdown__menu_left {
  display: flex;
  flex-direction: column;
  /* width: 20%; */
  padding-right: 50px;
  border-right: 1px solid #e8e8e8;
}
.header_dropdown__menu_link {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.header_dropdown__menu_link:last-child {
  margin-bottom: 0;
}
.header_dropdown__menu_right {
  /* width: 70%; */
  padding-left: 50px;
}
.header_dropdown__menu_box {
  display: none;
  /* align-items: center;
  justify-content: space-between; */
}
.header_dropdown__menu_box.active {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.header_dropdown__menu_img {
  max-width: 400px;
  width: 100%;
}
.header_dropdown__menu_text {
  max-width: 420px;
}
.header_dropdown__menu_tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 360px;
}
.header_dropdown__menu_tag {
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #00000038;
  color: var(--black-color);
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
}

/* header-blocks */

.mobile-menu-block {
  display: none;
}

/* header-mobile */
.nav-mobile {
  background-color: #fff;
  position: absolute;
  z-index: 22;
  top: 125px;
  left: 0;
  height: calc(100vh - 85px);
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-sizing: border-box;
  padding: 0 25px 60px;
  border-top: 1px solid #eee;
}
@media (max-width: 597px) {
  .nav-mobile {
    height: calc(100vh - 85px);
  }
}
.nav-mobile.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.overlay-1.show {
  opacity: 0.8;
  visibility: visible;
}
.nav-mobile .main-mobile-menu ul {
  flex-direction: column;
  margin-top: 40px;
  list-style-type: none;
}
.nav-mobile .main-mobile-menu ul li a {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.nav-mobile .main-mobile-menu ul li {
  margin-bottom: 30px;
}
.nav-mobile .main-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.nav-mobile ul li.menu-item-has-children {
  position: relative;
}
.nav-mobile ul li.menu-item-has-children ul.sub-menu {
  display: none;
}
.nav-mobile ul li.menu-item-has-children.active ul.sub-menu {
  display: block;
}
.nav-mobile ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 91px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(https://almaxagency.com/wp-content/themes/adam-theme/img/arrow-menu.svg);
  transition: 0.5s;
}
.nav-mobile ul li.menu-item-has-children.active:after {
  transform: rotate(180deg);
}

/* header-burger */

.burger {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  z-index: 200;
  position: relative;
  position: sticky;
  right: 0;
  top: 0;
  display: none;
}
.burger span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #252321;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, 0;
  -moz-transition-property: background-color, 0;
  -o-transition-property: background-color, 0;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
  /* background-color:#ea0002; */
  background-color: #252321;
}

.burger:hover {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .burger,
  .mobile-menu-block {
    display: block;
  }
  .header-menu {
    display: none;
  }
  .header {
    padding: 12px 0;
  }
  .header__logo img {
    display: flex;
    max-height: 33px;
  }
}

/* header-end */

/* footer */
.site-footer {
  background: #fff;
  padding: 64px 0 28px;
}
.footer_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.subscribe_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.subscribe_container_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--black-color);
}
.subscribe_container_text span {
  color: var(--main-color);
}
.subscribe_form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  max-width: 520px;
}
.subscribe_submit p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subscribe_form input[type="email"] {
  font-family: "Outfit", sans-serif;
  width: 250px;
  height: 48px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.subscribe_form input[type="email"]:focus,
.subscribe_form input[type="email"]:active {
  border-color: var(--main-color);
}
.subscribe_submit input {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: #fff;
  width: 208px;
  height: 48px;
  background: var(--main-color);
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--main-color) !important;
}
.footer__body {
  display: flex;
  justify-content: space-between;
}
.footer_left {
  max-width: 324px;
  width: 100%;
}
.footer_right {
  max-width: 796px;
  width: 100%;
}
.footer_link,
.footer_link:visited {
  display: flex;
  color: var(--gray-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.footer_link:hover {
  color: var(--main-color);
}
.footer_link_first {
  margin: 28px 0 13px;
}
.footer_social {
  margin: 35px 0 30px;
}
.footer_copyright {
  color: var(--gray-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.footer_privacy_links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.footer_privacy_links_mob {
  display: none;
}
.footer_privacy_link,
.footer_privacy_link:visited {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-color);
  transition: 0.3s;
}
.footer_privacy_link:hover {
  color: var(--main-color);
}
.footer_menu {
  margin-bottom: 100px;
}
.footer_text {
  color: var(--gray-color);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer_mob,
.footer_copyright_mob {
  display: none;
}
.almax_logo {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  width: max-content;
}
.almax_logo .almax_logo_body {
  display: flex;
  flex-direction: column;
}
.almax_logo .almax_logo_name {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: var(--black-color);
}
.almax_logo .almax_logo_subname {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: var(--gray-color);
}
.almax_logo .almax-logo-lottie {
  width: 70px;
  height: 70px;
}
@media (max-width: 1321px) {
  .footer_menu .menu li {
    margin-left: 40px;
  }
  .footer_right {
    margin-left: 100px;
  }
}
@media (max-width: 1210px) {
  .footer__body {
    flex-direction: column;
  }
  .footer_left,
  .footer_right {
    max-width: unset;
  }
  .footer_right .footer_menu {
    display: none;
  }
  .footer_mob {
    display: flex;
    width: 100%;
  }
  .footer_copyright {
    display: none;
  }
  .footer_copyright_mob {
    display: flex;
  }
  .footer_privacy_links {
    display: none;
  }
  .footer_privacy_links_mob {
    display: flex;
  }
  .footer_menu {
    margin: 48px 0 0;
  }
  .footer_social {
    margin: 48px 0;
  }
  .footer_link_first {
    margin: 0 0 24px;
  }
  .footer_right {
    margin-left: 0;
  }
  .footer_text {
    margin-bottom: 32px;
  }
  .footer__logo {
    display: flex;
    margin-bottom: 48px;
  }
  .subscribe_container_text {
    font-size: 36px;
  }
}
@media (max-width: 1100px) {
  .footer_menu {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .subscribe_container {
    flex-direction: column;
  }
}
@media (max-width: 844px) {
  .footer_menu ul li:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_menu .menu li {
    width: 50%;
    margin: 0 0 16px;
    padding: 10px;
  }
  .footer_menu {
    margin: 48px 0 0;
  }
}
@media (max-width: 597px) {
  .site-footer {
    padding: 40px 0 24px;
  }
  .footer_text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_menu {
    justify-content: center;
  }
  .hero_social__body a {
    justify-content: flex-start;
  }
  .footer_social a {
    justify-content: center;
  }
  .hero_social__body {
    width: 100%;
  }
  .footer_menu .menu li {
    text-align: center;
  }
  .subscribe_container {
    gap: 24px;
  }
  .subscribe_container .wpcf7 {
    width: 100%;
  }
  .subscribe_container .subscribe_container_text {
    font-size: 24px;
  }
  .subscribe_form {
    flex-direction: column;
    align-items: unset;
    gap: 24px;
  }
  .subscribe_form input[type="email"] {
    width: 100%;
  }
  .subscribe_submit input {
    width: 100%;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal_2 {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal_2.active {
  transform: translateX(0);
  opacity: 1;
}

.reveal_3 {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal_3.active {
  transform: translateX(0);
  opacity: 1;
}

.h1 {
  color: var(--black-color);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  margin: 0;
}
.h1 span.grey {
  color: var(--gray-color);
}
.h1 span.orange {
  color: var(--main-color);
}
.btn,
.btn:visited {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 54px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn_arrow {
  width: 48px;
  height: 48px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}

.hero {
  padding: 60px 0 70px;
}
.hero_body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero_title__block {
  display: flex;
  align-items: flex-end;
  /*transition-delay: 1.25s;*/
  transition-delay: 0.6s;
}
.hero_title__block_2 {
  /*transition-delay: 1.25s;*/
  transition-delay: 0.6s;
}
.hero .hero_title__block > span {
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  max-width: 288px;
  width: 100%;
  display: flex;
  margin-left: 24px;
}
.hero_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.hero_btn {
  width: 208px;
}
.hero_btn:hover {
  background: transparent;
  color: var(--main-color);
}
.hero_btn:hover + .btn_arrow {
  margin-left: 12px;
}

.hero_bottom {
  margin-top: 50px;
  display: flex;
}
.hero_bottom__left {
  max-width: 503px;
  width: 100%;
  margin-right: 100px;
  transition-delay: 1s;
}
.hero_bottom__gif {
  position: relative;
  left: -10%;
  top: -80px;
  margin-bottom: -100px;
}
.hero_bottom__gif_mob {
  display: none;
}
.hero_bottom__gif svg {
  width: 115% !important;
}
.hero_bottom__gif img {
  max-width: 600px;
  width: 100%;
}
.hero_bottom_video video {
  width: 100%;
}
.hero_brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
  max-width: 443px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #c7c7c7;
}
.hero_social {
  max-width: 350px;
  width: 100%;
}
.hero_social__body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hero_social__body a {
  display: flex;
  width: 20%;
}
.hero_social span {
  color: var(--gray-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  display: flex;
  margin-bottom: 48px;
}
.hero_social__body svg path,
.hero_brands svg path {
  transition: 0.4s;
}
.hero_social__body svg:hover path,
.hero_brands svg:hover path,
.hero_brands svg:hover g {
  fill: var(--main-color);
  mix-blend-mode: unset !important;
}
.hero_brands svg:hover path.svg-white {
  fill: #fff;
}
@media (max-width: 1500px) {
  .hero_bottom__gif {
    top: -40px;
  }
}
@media (max-width: 931px) {
  .h1 {
    font-size: 36px;
    line-height: normal;
    text-align: right;
  }
  .hero_title__block {
    flex-direction: column;
    width: 100%;
  }
  .hero_title__block > span {
    order: -1;
    max-width: 302px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.24px;
    text-align: right;
  }
  h1.h1 {
    width: 100%;
    text-align: left;
  }
  .hero_bottom {
    flex-direction: column-reverse;
  }
  .hero_bottom__gif {
    order: -1;
  }
  .hero_bottom__gif img {
    position: relative;
    top: -100px;
    margin: 0 auto -100px;
    display: flex;
    z-index: -1;
  }
  .hero_brands {
    padding-top: 25px;
    margin-bottom: 52px;
    margin-top: 30px;
  }
  .hero_social span {
    margin-bottom: 25px;
  }
}
@media (max-width: 597px) {
  .hero_bottom__gif {
    display: none;
    top: -40px;
    margin-bottom: -60px;
  }
  .hero_bottom__gif_mob {
    display: block;
    order: -1;
  }
  .hero_bottom__gif_mob video {
    width: 100%;
  }
}
@media (max-width: 431px) {
  .hero_brands svg {
    max-height: 22px;
  }
  .header_top__item img {
    display: none;
  }
  .header_top__item span {
    margin: 0 5px 0 0;
  }
  .header_top__body {
    justify-content: flex-start;
  }
  .header_top .container {
    width: 96%;
  }
  .header_top__arrows svg:nth-child(2),
  .header_top__arrows svg:nth-child(3) {
    display: none;
  }
}

.about {
  padding: 79px 0 66px;
  background: #f6f6f6;
}
.about_top {
  display: flex;
}
.about_title__block {
  margin-right: 66px;
}
.about_top__body {
  display: flex;
  flex-direction: column;
}
.about_title {
  position: absolute;
  transform: rotate(-90deg);
  color: var(--main-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.64px;
  text-transform: lowercase;
  margin: 0;
  height: 24px;
  width: 136px;
  right: -50px;
  bottom: 56px;
}
.about_top__subtitle {
  color: #979593;
  font-size: 18px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.36px;
  max-width: 867px;
  width: 100%;
  margin-bottom: 41px;
  align-self: flex-end;
}
.about_top__title {
  color: #252321;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  margin: 0;
  transition-delay: 0.2s;
}
.about_top__title span {
  color: #979593;
}
.about_top__button {
  align-self: flex-end;
  transition-delay: 0.4s;
}
.about_top__text {
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 0;
  max-width: 288px;
  width: 100%;
}
.about_top__button .hero_btns {
  margin-top: 22px;
}

.about_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 66px;
  transition-delay: 0.3s;
}
.about_bottom__left {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_bottom__item {
  width: 40%;
}
.about_bottom__item:nth-child(3),
.about_bottom__item:nth-child(4) {
  margin-top: 80px;
}
.about_item__title {
  color: #e74724;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.about_item__subtitle {
  color: #252321;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin: 4px 0;
}
.about_item__text {
  color: #979593;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.about_bottom__right {
  width: 50%;
  display: flex;
}
.about_bottom__right .about_item__title {
  font-size: 54px;
  line-height: normal;
}
.about_bottom__right .about_bottom__item {
  width: 45%;
}
.about_bottom__right .about_bottom__item:last-child {
  position: relative;
  top: 60px;
}
.about_reviews {
  display: flex;
  margin-top: 86px;
  padding-left: 66px;
}
.parthers_hero_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 86px;
  padding-left: 66px;
}
.designrush {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-family: "Poppins";
  font-size: 16px;
  color: var(--gray-color) !important;
  padding-bottom: 10px;
}
.about_top__button_mob {
  display: none;
}

.clients_about_us {
  padding: 40px 0 100px 0;
}
.clients_about_us .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.clients_about_us_title {
  font-size: 52px;
  font-weight: 500;
  line-height: 120%;
  color: var(--black-color);
}
.clients_about_us_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "item1 item2 item3"
    "item4 item2 item5";
  border: 1px solid var(--black-color);
  border-bottom: none;
}
.clients_about_us_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 40px;
  border-bottom: 1px solid var(--black-color);
  color: var(--black-color) !important;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: 0.3s ease;
}
.clients_about_us_item::before {
  content: "";
  position: absolute;
  background: var(--main-color);
  z-index: 0;
  transition: all 0.4s ease;
}
.clients_about_us_item:hover {
  color: white !important;
}
.clients_about_us_item > * {
  position: relative;
  z-index: 1;
}
.clients_about_us_item:hover .clients_about_us_item_name {
  text-decoration: underline;
}

.clients_about_us_item:nth-child(1) {
  grid-area: item1;
}
.clients_about_us_item:nth-child(1)::before {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.clients_about_us_item:nth-child(1):hover::before {
  left: 0;
}

.clients_about_us_item:nth-child(2) {
  grid-area: item2;
  border-left: 1px solid var(--black-color);
  border-right: 1px solid var(--black-color);
}
.clients_about_us_item:nth-child(2)::before {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.clients_about_us_item:nth-child(2):hover::before {
  top: 0;
}

.clients_about_us_item:nth-child(3) {
  grid-area: item3;
}
.clients_about_us_item:nth-child(3)::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.clients_about_us_item:nth-child(3):hover::before {
  left: 0;
}

.clients_about_us_item:nth-child(4) {
  grid-area: item4;
}
.clients_about_us_item:nth-child(4)::before {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.clients_about_us_item:nth-child(4):hover::before {
  left: 0;
}

.clients_about_us_item:nth-child(5) {
  grid-area: item5;
}
.clients_about_us_item:nth-child(5)::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.clients_about_us_item:nth-child(5):hover::before {
  left: 0;
}

.clients_about_us_item_image {
  height: 56px;
  margin-bottom: 20px;
  display: block;
}
.clients_about_us_item_image.white {
  display: none;
}
.clients_about_us_item:hover .clients_about_us_item_image {
  display: none;
}
.clients_about_us_item:hover .clients_about_us_item_image.white {
  display: block;
}
.clients_about_us_item_name {
  font-size: 24px;
  font-weight: 600;
}
.clients_about_us_item_description {
  font-size: 14px;
  font-weight: 400;
}
.clients_about_us_item_description p {
  margin-bottom: 12px;
}
.clients_about_us_item_description strong {
  font-weight: 500;
}

@media (max-width: 1600px) {
  .about_top__subtitle {
    max-width: 737px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .about_bottom__right {
    width: 45%;
  }
  .about_item__title {
    font-size: 64px;
  }
}
@media (max-width: 931px) {
  .about {
    padding: 40px 0;
  }
  .about_top {
    flex-direction: column;
  }
  .about_title__block {
    margin-right: 0;
  }
  .about_title__block .faq_title {
    writing-mode: unset;
    transform: rotate(0deg);
    border-left: none;
    border-bottom: 1px solid #c7c7c7;
    padding-left: 0;
    padding-bottom: 4px;
    margin-bottom: 24px;
    height: auto;
    font-size: 20px;
    line-height: 24px;
  }
  .about_top__subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    width: 80%;
  }
  .about_top__title {
    font-size: 36px;
    line-height: normal;
  }
  .about_bottom {
    padding-left: 0;
    flex-direction: column;
    margin-top: 40px;
  }
  .about_bottom__left,
  .about_bottom__right {
    width: 100%;
  }
  .about_reviews {
    padding-left: 0;
  }
  .parthers_hero_container {
    margin-top: 60px;
    padding-left: 0;
  }
  .about_top__button {
    display: none;
  }
  .about_top__button_mob {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .about_top__button_mob .hero_btn {
    width: calc(100% - 48px);
  }
  .about_top__text {
    max-width: 306px;
    font-size: 14px;
    line-height: 24px;
  }
  .about_bottom__right .about_bottom__item:last-child {
    top: 0;
  }
  .about_top__button .hero_btns {
    margin-left: 0;
    justify-content: flex-start;
  }
  .about_bottom__item {
    width: 49%;
  }
  .about_bottom__right {
    flex-direction: column;
    margin-top: 32px;
    align-items: center;
  }
  .about_bottom__right .about_bottom__item:last-child {
    margin-top: 24px;
    position: relative;
    margin-right: -20%;
  }
  .about_reviews {
    margin-top: 40px;
  }
  .about_item__title {
    font-size: 48px;
    line-height: normal;
  }
  .about_item__subtitle {
    font-size: 16px;
    line-height: normal;
  }
  .about_item__text {
    font-size: 11px;
    line-height: normal;
  }
  .about_bottom__item:nth-child(3),
  .about_bottom__item:nth-child(4) {
    margin-top: 32px;
  }
  .clients_about_us .container {
    gap: 30px;
  }
  .clients_about_us_title {
    font-size: 42px;
  }
  .clients_about_us_item {
    padding: 24px;
  }
}

@media (max-width: 700px) {
  .parthers_hero_container {
    gap: 24px;
    flex-direction: column;
  }
  .clients_about_us {
    padding: 40px 0 80px 0;
  }
  .clients_about_us_title {
    font-size: 36px;
  }
  .clients_about_us_items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
  }
  .clients_about_us_item {
    min-width: 320px;
    border-left: none !important;
    border-right: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
  }
  .clients_about_us_item:last-child {
    border-right: none;
  }
}

.cases {
  padding: 100px 0;
}
.cases_top {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases_title {
  max-width: 228px;
  width: 100%;
  text-align: left;
  margin-right: 30px;
}
.cases_subtitle {
  font-size: 18px;
  width: 50%;
  transition-delay: 0.3s;
}
.cases_body {
  display: flex;
  justify-content: space-between;
}
.cases_left {
  width: 45%;
  transition-delay: 0.3s;
}
.cases_right {
  width: 55%;
  transition-delay: 0.6s;
}
.cases_card__title {
  color: #252321;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0 0 24px;
  transition: 0.4s;
}
.cases_card__subtitle {
  max-width: 330px;
  width: 100%;
}
.mb54 {
  margin-bottom: 54px;
}
.cases_card_first {
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  padding: 31px 42px 28px 0;
  transition-delay: 1s;
}
.cases_card_second {
  display: flex;
  justify-content: space-between;
  padding: 28px 42px 72px 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  transition-delay: 1.5s;
}
.cases_card_third {
  display: flex;
  justify-content: space-between;
  padding: 31px 33px 31px 26px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.cases_card_fourth {
  padding: 31px 0px 22px 26px;
  cursor: pointer;
  position: relative;
}
.cases_card_first:after,
.cases_card_fourth:after,
.cases_card_second:after,
.cases_card_third:after {
  content: "";
  background-image: url(img/arrow_l.svg);
  background-size: cover;
  width: 50px;
  height: 49px;
  position: absolute;
  transition: 0.4s;
}
.cases_card_first:after,
.cases_card_fourth:after {
  top: 31px;
  right: 24px;
}
.cases_card_second:after,
.cases_card_third:after {
  background-image: url(img/arrow_s.svg);
  width: 30px;
  height: 30px;
  bottom: 31px;
  left: 26px;
}
.cases_card_second:after {
  left: 0px;
}
.cases_card__row {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  transition-delay: 0.3s;
}
.cases_card__item {
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  cursor: pointer;
}
.cases_card__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.cases_card__item_title {
  color: #252321;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: 41.854px;
  letter-spacing: -1.256px;
  text-transform: uppercase;
  margin: 0 0 34px;
  transition: 0.4s;
}
.cases_card {
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}
.cases_card__image {
  filter: grayscale(100%);
  transition: 0.4s;
}
.cases_card:hover .cases_card__image {
  filter: grayscale(0%);
}
.cases_card__item:hover .cases_card__image {
  filter: grayscale(0%);
}
.cases_card:hover .cases_card__title,
.cases_card__item:hover .cases_card__item_title,
.cases_card_fourth:hover .cases_card__title {
  color: var(--main-color);
}
.cases_card_second:hover:after,
.cases_card_third:hover:after {
  background-image: url(img/arrow_s_active.svg);
}
.cases_card_first:hover:after,
.cases_card_fourth:hover:after {
  background-image: url(img/arrow_l_active.svg);
}
.cases_card__image_mob {
  display: none;
}
.cases_card__image_hide {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1600px) {
  .cases_card_third .cases_card__image {
    max-width: 430px;
  }
  .cases_card_second .cases_card__image {
    max-width: 242px;
  }
  .cases_card_second .cases_card__box,
  .cases_card_third .cases_card__box {
    margin-right: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .cases_card_second .cases_card__image {
    max-width: 182px;
  }
  .cases_card_third .cases_card__image {
    max-width: 300px;
  }
}
@media (max-width: 1000px) {
  .cases_body {
    flex-direction: column;
  }
  .cases_left,
  .cases_right {
    width: 100%;
  }
  .cases_card_second {
    flex-direction: column;
  }
  .cases_card_second .cases_card__box,
  .cases_card_third .cases_card__box {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .cases_card_first:after,
  .cases_card_fourth:after,
  .cases_card_second:after,
  .cases_card_third:after {
    width: 30px;
    height: 30px;
  }
  .cases_card_second:after,
  .cases_card_third:after {
    width: 30px;
    height: 30px;
    left: unset;
    bottom: unset;
    top: 31px;
    right: 24px;
  }
  .cases_card_first {
    border: none;
    padding: 0;
  }
  .cases_card {
    margin-bottom: 56px;
    padding: 0;
    border: none;
    flex-direction: column;
  }
  .cases_card__subtitle {
    display: flex !important;
  }
  .cases_card_fourth {
    padding: 0;
  }
  .cases_card__row {
    margin-top: 80px;
  }
  .cases_card_second .cases_card__image,
  .cases_card_third .cases_card__image,
  .cases_card__image {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .cases_top {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .cases_title {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: none;
  }
  .cases_subtitle {
    width: 100%;
  }
}
@media (max-width: 597px) {
  .cases {
    padding: 90px 0;
  }
  .cases_card__row {
    margin-top: 56px;
    flex-direction: column;
  }
  .cases_card_second .cases_card__image,
  .cases_card_third .cases_card__image,
  .cases_card__image {
    max-width: none;
    width: 100%;
    max-height: 363px;
    object-fit: cover;
  }
  .cases_card__item {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .cases_card__item:last-child {
    margin-bottom: 0;
  }
  .cases_card__subtitle {
    max-width: none;
  }
  .cases_card__title {
    font-size: 30px;
    line-height: 100%;
  }
  .cases_card__item_title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .cases_card_second:after,
  .cases_card_third:after,
  .cases_card_first:after,
  .cases_card_fourth:after {
    top: 0px;
  }
  .cases_card__image_hide {
    display: none;
  }
  .cases_card__image_mob {
    display: flex;
  }
  .cases_title {
    font-size: 36px;
    line-height: 100%;
  }
  .cases_card__image {
    filter: grayscale(0%);
  }
}

.cases_bottom {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cases_bottom__buttons {
  margin-top: 48px;
}
.cases_bottom img.mob {
  display: none;
}
@media (max-width: 597px) {
  .cases_bottom img {
    display: none;
  }
  .cases_bottom img.mob {
    display: flex;
  }
  .cases_bottom {
    margin-top: 48px;
  }
  .cases_bottom__buttons {
    margin-top: 30px;
  }
}

.products {
  padding-bottom: 120px;
}
.products_body {
  display: flex;
  justify-content: space-between;
}
.products_left {
  width: 49%;
}
.products_right {
  width: 50%;
  transition-delay: 0.3s;
}
.products_col {
  width: 100%;
  border-right: 1px solid #c7c7c7;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.products_col.active {
  background: #f6f6f6;
  box-shadow: 0px 3px 34.4px 0px rgba(59, 31, 19, 0.08);
}
.products_col:first-child {
  border-left: 1px solid #c7c7c7;
}
/* .products_slider .slick-next {
  right: 0;
  bottom: -75px;
  left: auto;
}
.products_slider .slick-prev {
  right: 60px;
  bottom: -75px;
  left: auto;
} */
.products_col__num {
  color: #e74724;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 40px;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.products_col.active .products_col__num {
  background: #252321;
  color: #fff;
  font-size: 24px;
}
.products_col__title {
  color: #c7c7c7;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  opacity: 0.9;
  margin: 0;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.products_col.active .products_col__title {
  color: #252321;
  padding-top: 250px;
}
.products_col__list {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products_col.active .products_col__list {
  display: flex;
}
.products_col__list_item {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  hyphens: auto !important;
  transition: 0.4s;
}
.products_col__list_item:hover {
  color: var(--main-color);
}
.products_col__list_item:last-child {
  margin-bottom: 0;
}
.products_title {
  margin: 0 0 60px;
}
.products_title span {
  color: var(--main-color);
}
.products_img {
  display: none;
}
.products_img.active {
  display: flex;
}
.products_img__mob {
  display: none !important;
}
@media (max-width: 1440px) {
  .products_col__title {
    font-size: 36px;
    line-height: 34px;
  }
  .products_col.active .products_col__title {
    padding-top: 280px;
  }
  .products_col__list_item {
    margin-bottom: 14px;
  }
  .products_col__list {
    padding: 20px 14px;
  }
  .products_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 998px) {
  .products_body {
    flex-direction: column;
  }
  .products_left {
    flex-direction: column;
  }
  .products_col__title {
    writing-mode: unset;
    transform: rotate(-0deg);
  }
  .products_left {
    width: 100%;
  }
  .products_col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .products_col.active {
    padding: 24px;
    border-bottom: none;
  }
  .products_col:last-child {
    margin-bottom: 0;
  }
  .products_right {
    width: 100%;
  }
  .products_col:first-child {
    border-left: none;
  }
  .products_col__num {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .products_col__title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 46px;
    width: 100%;
  }
  .products_col:hover .products_col__title {
    padding-top: 0;
  }
  .products_col.active .products_col__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 0;
  }
  .products_col__list {
    display: none;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-height: 170px;
    padding: 0;
  }
  .products_right {
    order: -1;
  }
  .products_img,
  .products_img.active {
    display: none;
  }
  .products_title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .products_col.active .products_img__mob {
    display: flex !important;
    padding-top: 32px;
  }
  .products {
    padding-bottom: 90px;
  }
}

.faq {
  padding: 80px 0;
  background: #f6f6f6;
}
.faq_body {
  display: flex;
  width: 100%;
}
.faq_left {
  margin-right: 4.25rem;
}
.faq_right {
  width: calc(100% - 102px);
  transition-delay: 0.3s;
}
.faq_title {
  color: #e74724;
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 275;
  line-height: 1.5rem;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  margin: 0;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  padding-left: 9px;
  border-left: 1px solid #c7c7c7;
  height: 438px;
}
.faq_item,
.discovery_item {
  padding: 50px 0;
  /* border-bottom: 1px solid #c7c7c7; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.faq_item {
  padding: 30px 0;
}
.faq_item.active .faq_num,
.discovery_item.active .faq_num {
  color: var(--main-color);
}
.faq_item__title {
  color: #252321;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.07rem;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  max-width: 30rem;
}
.faq_num {
  color: #979593;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: capitalize;
  margin: 16px 14px 0 0;
}
.faq_item__text {
  display: none;
  color: #979593;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.56px;
  margin: 0 0 0 1rem;
  max-width: 42.25rem;
  width: 100%;
}
.faq_item.active .faq_item__text {
  display: block;
}
.discovery_item .faq_item__text {
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.faq_arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 4px;
  transition: 0.3s;
}
.service_faq__item.active .faq_arrow {
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .faq_item,
  .discovery_item {
    flex-direction: column;
  }
  .faq_item__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .faq_item__text {
    max-width: unset;
  }
}
@media (max-width: 800px) {
  .faq_body {
    flex-direction: column;
  }
  .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
  }
  .faq_right {
    width: 100%;
  }
  .discovery_item {
    padding: 32px 0;
  }
  .faq_item {
    padding: 24px 0;
  }
  .faq_item__title {
    font-size: 36px;
    line-height: normal;
    font-weight: 300;
  }
  .faq_item__text {
    font-size: 16px;
    line-height: normal;
  }
  .faq {
    padding: 60px 0;
  }
  .faq .cases_bottom__buttons {
    margin-top: 40px;
  }
}
@media (max-width: 597px) {
  .discovery_item .faq_item__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .discovery_item .faq_item__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.42px;
  }
}

.clients {
  padding: 8rem 0;
}
.client_title {
  text-transform: unset;
  max-width: 34.5rem;
  margin-top: -1rem;
  text-align: right;
}
.clients_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client_left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition-delay: 0.3s;
}
.client_right {
  width: 40%;
}
.client_item {
  width: 25%;
}
.client_item:nth-child(1),
.client_item:nth-child(2),
.client_item:nth-child(3),
.client_item:nth-child(4) {
  margin-bottom: 3rem;
}
.client_item svg path {
  transition: 0.4s;
}
.client_item svg:hover path,
.client_item svg:hover rect,
.client_item svg:hover g {
  fill: var(--main-color);
  mix-blend-mode: unset !important;
}
.client_item svg:hover path.svg-white {
  fill: #fff;
}
@media (max-width: 1200px) {
  .clients_body {
    flex-direction: column;
  }
  .client_right {
    width: 100%;
    order: -1;
    margin-bottom: 48px;
  }
  .client_left {
    width: 100%;
  }
  .client_title {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .client_item {
    width: 50%;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
  .client_item img {
    max-height: 36px;
  }
}
@media (max-width: 597px) {
  .clients {
    padding: 90px 0 64px;
  }
  .client_title {
    font-size: 36px;
    line-height: 48px;
    max-width: 320px;
  }
}

.reviews {
  padding-bottom: 8rem;
}
.reviews_body {
  display: flex;
  justify-content: space-between;
}
.reviews_left {
  width: 2.125rem;
  margin-right: 4rem;
}
.reviews_right {
  width: 85%;
  transition-delay: 0.3s;
}
.reviews_title {
  max-width: 36.8rem;
  margin-bottom: 2rem;
}
.reviews_slider {
  max-width: 66.3rem;
}
.reviews_slide {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5px;
}
.reviews_slide__block {
  width: 49%;
  background: #f6f6f6;
  margin-top: 1.9rem;
}
.reviews_slide__block_inner {
  padding: 1.5rem 3rem 2rem;
}
.reviews_slide__block_text {
  color: #979593;
  font-family: "Poppins";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21.6px;
  margin: 13px 0 17px;
}
.reviews_slide__block_author {
  margin-top: 24px;
  color: #252321;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.reviews_slide__block_author span {
  color: #252321;
  font-family: "Inter";
  font-size: 15.625px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 7px;
}
.contact_body__subtitle {
  color: #252321;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
@media (max-width: 1270px) {
  .reviews_body {
    justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  .reviews_body {
    flex-direction: column;
  }
  .reviews .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: normal;
  }
  .reviews_right {
    width: 90%;
  }
  .reviews_left {
    width: 100%;
  }
  .contact_subtitle {
    width: 2.125rem;
  }
}
@media (max-width: 998px) {
  body .slick-next {
    right: -13%;
  }
  body .slick-prev {
    left: 102%;
  }
}
@media (max-width: 800px) {
  .reviews_slide__block {
    width: 100%;
  }
  .reviews_right {
    width: 100%;
  }
  body .slick-next,
  body .slick-prev {
    bottom: -75px;
  }
  body .slick-prev {
    left: unset;
    right: 65px;
  }
  body .slick-next {
    right: 5px;
  }
}
@media (max-width: 597px) {
  .reviews_title {
    font-size: 36px;
    line-height: 48px;
  }
  .reviews_slide__block_inner {
    padding: 16px 20px;
  }
  .reviews_title {
    margin-bottom: 12px;
  }
  .reviews .faq_title {
    margin-bottom: 24px;
  }
}

.contact {
  padding: 130px 0 120px;
  background: #f6f6f6;
  position: relative;
}
.contact_row {
  display: flex;
  justify-content: space-between;
}
.contact_body {
  width: 85%;
}
.contact_title {
  text-transform: unset;
  margin-bottom: 2.8rem;
}
.contact_text {
  max-width: 25rem;
}
.contact_body {
  display: flex;
  justify-content: space-between;
}
.contact_left {
  width: 40%;
  transition-delay: 0.6s;
}
.contact_right {
  padding-top: 58px;
  width: 55%;
  transition-delay: 0.3s;
}
.contact_right form {
  max-width: 36rem;
}
.contact_right form p {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.contact_right form span {
  width: 100%;
}
.contact_right form input,
.contact_right form textarea {
  font-family: "Outfit", sans-serif;
  width: 100%;
  height: 3.25rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact_right form input:focus,
.contact_right form textarea:focus,
.contact_right form input:active,
.contact_right form textarea:active {
  border-color: var(--main-color);
}
.contact_right form textarea {
  height: 11.5rem;
  padding: 16px 12px;
  resize: none;
  align-items: flex-start;
}
.contact_right form input.wpcf7-submit {
  width: 208px;
  height: 48px;
  background: var(--main-color);
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}
.contact_right form input.wpcf7-submit:hover {
  background: transparent;
  color: var(--main-color);
}
.form_row {
  display: flex;
  align-items: center;
}
.form__btn_book {
  margin-right: 23px;
}
.form__btn_book a.btn {
  width: 208px;
  background: #000;
  border-color: #000;
}
.form__btn_book:hover a.btn {
  background: transparent;
  color: #000;
  margin-right: 12px;
}
.form__btn_book:hover .book-arrow {
  transition: 0.4s;
}
.submit-arrow {
  transition: 0.4s;
}
.submit-arrow.active {
  margin-left: 12px;
}
.contact_right form input.wpcf7-submit:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}
.wpcf7-spinner {
  display: none;
}
@media (max-width: 1270px) {
  .contact_body {
    width: 90%;
  }
}
@media (max-width: 1160px) {
  .contact .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: normal;
  }
  .contact_body {
    flex-direction: column;
    width: 100%;
  }
  .contact_row {
    flex-direction: column;
  }
  .contact_left,
  .contact_right,
  .contact_subtitle {
    width: 100%;
  }
  .contact_left {
    margin-bottom: 40px;
  }
  .contact_right form {
    max-width: unset;
  }
  .contact_text {
    max-width: 39rem;
  }
  .contact_right {
    padding-top: 0;
  }
}
@media (max-width: 597px) {
  .contact {
    padding: 80px 0 60px;
  }
  .contact_body__subtitle {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
  .contact_title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .form_row {
    flex-direction: column;
    align-items: center;
  }
  .form__btn_book {
    margin-right: 0;
    order: 99;
  }
  .form_row p {
    justify-content: center;
  }
}

.blog_posts .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.blog_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.post_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.post_card:last-child {
  margin-bottom: 0;
}
.post_card__image {
  width: 40%;
}
.post_card__image img {
  border-radius: 12px;
  height: 100%;
  max-height: 256px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.3s;
}
.post_card__inner {
  width: 55%;
  padding-bottom: 32px;
  border-bottom: 1px solid #c7c7c7;
  transition: 0.3s;
}
.post_card__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.post_card__title {
  color: #252321;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  margin: 10px 0 30px;
  transition: 0.3s;
}
.post_card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.post_card__excerpt {
  color: #979593;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  letter-spacing: -0.36px;
  max-width: 573px;
  width: 100%;
  margin-right: 5%;
}
.post_card__date {
  color: #979593;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  letter-spacing: -0.28px;
  min-width: 73px;
}
.blog_front .post_card:nth-child(2n) .post_card__inner {
  order: -1;
}
.post_card:hover .post_card__title {
  color: var(--main-color);
}
.post_card:hover .post_card__image img {
  filter: grayscale(0%);
}
.post_card:hover .post_card__inner {
  border-color: var(--main-color);
}
.blog_front__btn {
  width: 94%;
  margin: 0 auto;
}
.blog_front__btn .cases_bottom__buttons {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .post_card__image img {
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .blog_posts .container {
    flex-direction: column;
  }
  .blog_posts .faq_left {
    width: 100%;
    margin-right: 0;
  }
  .blog_posts .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
  }
  .post_card__inner {
    order: -1;
    border-bottom: none;
    padding-bottom: 0;
  }
  .post_card {
    margin-bottom: 40px;
  }
}
@media (max-width: 841px) {
  .post_card {
    flex-direction: column;
  }
  .post_card__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .post_card__inner {
    width: 100%;
  }
  .post_card__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 597px) {
  .blog_posts .container {
    padding: 60px 0;
  }
  .post_card__inner {
    padding-bottom: 20px;
  }
  .post_card__title {
    font-size: 30px;
  }
  .post_card__excerpt {
    font-size: 16px;
    max-width: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .post_card__bottom {
    flex-direction: column;
    align-items: flex-end;
  }
  .post_card__image img {
    max-height: 256px;
  }
}

.blog_post {
  padding: 70px 0;
}
.post_content #ez-toc-container {
  display: none;
}
.post_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post_menu {
  width: 30%;
  position: sticky;
  top: 15px;
  height: 100%;
}
#ez-toc-container ul.ez-toc-list a:visited:hover {
  color: var(--main-color);
}
#ez-toc-container ul.ez-toc-list a.active {
  color: var(--main-color) !important;
}
.post_body {
  width: 65%;
}
.post_image {
  max-height: 460px;
  margin-bottom: 24px;
}
.post_image img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 12px;
}
.post_title {
  font-weight: 400;
  text-transform: unset;
}
.post_content p {
  color: #979593;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.post_content blockquote {
  margin: 16px 0;
  padding: 8px 16px;
  border-left: 2px solid var(--main-color);
}
.post_content code {
  font-size: 18px;
}
.post_content a,
.post_content a:hover,
.post_content a:visited {
  color: var(--main-color);
}
.post_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin: 15px 0;
  font-size: 18px;
  line-height: 24px;
}
.post_content ul li,
.post_content ol li {
  margin: 5px 0;
}
.post_content img {
  padding: 20px 0 !important;
}
@media (max-width: 1500px) {
  .post_main {
    max-width: none;
  }
}
@media (max-width: 1300px) {
  .post_menu {
    display: none;
  }
  .post_body {
    width: 100%;
  }
  .post_content #ez-toc-container {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 597px) {
  .blog_post {
    padding: 50px 0;
  }
  .blog_post .title {
    font-size: 3.25rem;
  }
  .post_content h2 {
    font-size: 24px;
  }
  .post_content h3,
  .post_content h4,
  .post_content h5,
  .post_content h6 {
    font-size: 20px;
  }
  .post_content p {
    font-size: 16px;
  }
  .post_content ul,
  .post_content ol {
    font-size: 16px;
  }
  .post_content code {
    font-size: 16px;
  }
  #ez-toc-container ul ul,
  .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0.8em;
  }
}
div#ez-toc-container {
  padding: 20px 20px 20px 15px;
}
#ez-toc-container a {
  margin-bottom: 5px;
  transition: 0.4s;
}
#ez-toc-container a:hover {
  color: var(--main-color);
  text-decoration: none !important;
}

/* cases */
.hero_container {
  padding: 100px 0;
}
.hero_case {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero_case .hero_case_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero_case_body .hero_case_description {
  max-width: 968px;
  color: #979593;
  font-size: 48px;
  font-weight: 300;
  line-height: 62.4px;
  letter-spacing: -0.02em;
  margin: 0;
}
.hero_case .hero_case_images {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: baseline; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.hero_case .hero_case_images img {
  height: fit-content;
}

.hero_case_image img {
  width: 100%;
}
.hero_case_image .hero_case_image_desktop {
  display: block;
}
.hero_case_image .hero_case_image_mobile {
  display: none;
}

@media (max-width: 931px) {
  .hero_case {
    gap: 24px;
  }
  .hero_case .hero_case_body {
    gap: 8px;
  }
  .hero_case_body .hero_case_description {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media (max-width: 700px) {
  .hero_container {
    padding: 48px 0 60px 0;
  }
  .hero_case .hero_case_images {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .hero_case_images img {
    width: 100% !important;
  }
  .hero_case_image .hero_case_image_desktop {
    display: none;
  }
  .hero_case_image .hero_case_image_mobile {
    display: block;
  }
}

.case_about {
  padding: 100px 0;
  background: #f6f6f6;
}
.case_about .case_about_container {
  display: flex;
  flex-direction: row;
}
.case_about .case_about_project {
  display: flex;
  flex-direction: row;
  gap: 180px;
  width: 100%;
  padding-left: 100px;
}
.case_about .case_about_project_info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 210px;
}
.case_about .case_about_project_info_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.case_about .case_about_project_info_item .orange {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--main-color);
}
.case_about .case_about_project_info_item .live {
  text-decoration: underline;
}
.case_about .case_about_project_info_item p {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--black-color);
}
.case_about .case_about_project_details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 770px;
}
.case_about .case_about_project_details_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case_about .case_about_project_details_item h3 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  color: var(--black-color);
}
.case_about .case_about_project_details_item .num {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  padding-right: 16px;
}
.case_about .case_about_project_details_item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--gray-color);
}
.divider {
  height: 1px;
  width: 100%;
  background: #c7c7c7;
}

@media (max-width: 1100px) {
  .case_about .case_about_project {
    gap: 100px;
    padding-left: 60px;
  }
}
@media (max-width: 931px) {
  .case_about {
    padding: 40px 0;
  }
  .case_about .case_about_container {
    flex-direction: column;
  }
  .case_about .case_about_project_info {
    gap: 40px;
  }
  .case_about .case_about_project_info_item .orange {
    font-size: 20px;
  }
  .case_about .case_about_project_info_item p {
    font-size: 16px;
  }
  .case_about .case_about_project {
    gap: 100px;
    padding-left: 0;
  }
  .case_about .case_about_project_details_item h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .case_about .case_about_project_details_item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 676px) {
  .case_about .case_about_project {
    flex-direction: column;
    gap: 60px;
  }
}

.strategy {
  padding: 100px 0;
}
.strategy .strategy_case {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.strategy .strategy_case_body {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.strategy .strategy_case_body_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.strategy .strategy_case_body_container h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: var(--black-color);
}
.strategy .strategy_case_body_container .orange {
  color: var(--main-color);
}
.strategy .strategy_case_body_container p {
  max-width: 566px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--gray-color);
}
.strategy .strategy_case_images {
  display: flex;
  flex-direction: row;
}
.strategy .strategy_case_images_left,
.strategy .strategy_case_images_right {
  width: 50%;
}
.strategy .strategy_case_images_left {
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.strategy .strategy_image_1 {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.strategy .strategy_image_1 img {
  width: 100%;
}
.strategy .strategy_image_2 {
  padding: 20px 20px 0 0;
}
.strategy .strategy_image_3 {
  padding: 0 0 20px 20px;
  /* border-bottom: 1px solid rgba(255, 85, 48, 0.35); */
}
/* .strategy .strategy_case_images img {
  height: fit-content;
} */

@media (max-width: 800px) {
  .strategy {
    padding: 100px 0 48px 0;
  }
  .strategy .strategy_case {
    gap: 24px;
  }
  .strategy .strategy_case_body {
    justify-content: flex-start;
  }
  .strategy .strategy_case_body_container {
    width: 100%;
  }
  .strategy .strategy_case_body_container h2 {
    flex-direction: row;
    gap: 10px;
    font-size: 36px;
    line-height: 45.36px;
  }
  .strategy .strategy_case_body_container p {
    font-size: 14px;
  }
  .strategy .strategy_case_images {
    flex-direction: column;
  }
  .strategy .strategy_case_images_left,
  .strategy .strategy_case_images_right {
    width: 100%;
  }
  .strategy .strategy_case_images_left {
    border-right: none;
  }
  .strategy .strategy_image_1 {
    justify-content: center;
    padding: 0 0 20px 0;
  }
  .strategy .strategy_image_2 {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  }
  .strategy .strategy_image_3 {
    padding: 20px 0 0 0;
    /* border-bottom: none; */
  }
}

.steps {
  padding: 100px 0;
}
.steps .steps_case {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.steps .steps_case_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
.steps .steps_case_body h3 {
  color: #252321;
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
  max-width: 650px;
}
.steps .steps_case_body p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  max-width: 600px;
}
.steps .steps_case_phases {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.steps .steps_case_phase_1,
.steps .steps_case_phase_2 {
  padding-left: 24px;
  border-left: 1px solid #c7c7c7;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.steps_case_phase_stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.steps_case_phase_card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  height: 118px;
  padding: 32px 64px;
  max-width: 500px;
}
.steps_case_phase_card.card_1 {
  width: 50vh;
}
.steps_case_phase_card.card_2 {
  width: 50vh;
}
.steps_case_phase_card.card_3 {
  width: 50vh;
  margin-left: 80px;
}
.steps_case_phase_card.card_4 {
  width: 50vh;
  margin-left: 160px;
}
.steps_case_phase_card h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
  margin: 0;
  color: #252321;
}
.steps_case_phase_card h4 span {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: var(--main-color);
}
.steps_case_phase_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252321;
}

@media (max-width: 1200px) {
  .steps_case_phase_card.card_1 {
    width: 40vh;
  }
  .steps_case_phase_card.card_2 {
    width: 40vh;
  }
  .steps_case_phase_card.card_3 {
    width: 40vh;
    margin-left: 60px;
  }
  .steps_case_phase_card.card_4 {
    width: 40vh;
    margin-left: 120px;
  }
}
@media (max-width: 1000px) {
  .steps_case_phase_card {
    padding: 32px;
  }
  .steps_case_phase_card.card_3 {
    margin-left: 40px;
  }
  .steps_case_phase_card.card_4 {
    margin-left: 80px;
  }
}
@media (max-width: 920px) {
  .steps .steps_case_phases {
    flex-direction: column;
    gap: 80px;
  }
  .steps .steps_case_phase_1 {
    height: 160px;
  }
  .steps .steps_case_phase_2 {
    height: 250px;
  }
  .steps_case_phase_card {
    height: 44px;
  }
  .steps_case_phase_card.card_1 {
    width: 400px;
  }
  .steps_case_phase_card.card_2 {
    width: 400px;
  }
  .steps_case_phase_card.card_3 {
    width: 400px;
    margin-left: 40px;
  }
  .steps_case_phase_card.card_4 {
    width: 400px;
    margin-left: 80px;
  }
  .steps_case_phase_card h4 {
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  .steps_case_phase_card h4 span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 800px) {
  .steps {
    padding: 48px 0;
  }
  .steps .steps_case {
    gap: 48px;
  }
  .steps .steps_case_body {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
  .steps .steps_case_body h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .steps .steps_case_body p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .steps_case_phase_card.card_1,
  .steps_case_phase_card.card_2,
  .steps_case_phase_card.card_3,
  .steps_case_phase_card.card_4 {
    width: 200px;
  }
}

.interactive {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.interactive_container {
  display: flex;
  justify-content: center;
}
.interactive_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}
.interactive_body h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  color: var(--main-color);
}
.interactive_body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--gray-color);
}
.interactive .cases_image {
  margin-top: 0;
}

@media (max-width: 800px) {
  .interactive {
    padding: 48px 0;
    gap: 24px;
  }
  .interactive_container {
    display: block;
  }
  .interactive_body h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .interactive_body p {
    font-size: 14px;
  }
}

.details {
  padding: 80px 0;
}
.details_case_content {
  display: flex;
  flex-direction: row;
}
.details_case_content_left,
.details_case_content_right {
  width: 50%;
}
.details_case_content_left {
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.details_content_1 {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 120px 0;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.details_content_2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px 20px 0 0;
}
.details_content_3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.details_content_4 {
  padding: 20px 0 0 20px;
}
.details_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 370px;
}
.details_body h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
  color: #252321;
}
.details_case_content p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.details_content_2 p,
.details_content_3 p {
  max-width: 580px;
}

@media (max-width: 800px) {
  .details {
    padding: 48px 0;
  }
  .details_case_content {
    flex-direction: column;
  }
  .details_case_content_left,
  .details_case_content_right {
    width: 100%;
  }
  .details_case_content_left {
    border-right: none;
  }
  .details_body {
    max-width: auto;
  }
  .details_body h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .details_content_1 {
    padding: 0 0 20px 0;
    border-bottom: none;
  }
  .details_content_2 {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
    gap: 24px;
  }
  .details_content_3 {
    padding: 20px 0 20px 0;
    border-bottom: none;
    gap: 24px;
  }
  .details_content_4 {
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 85, 48, 0.35);
  }
  .details_case_content p {
    font-size: 14px;
  }
}

.cases_image {
  margin-top: 80px;
}
.cases_image img {
  width: 100%;
}
@media (max-width: 800px) {
  .cases_image {
    margin-top: 48px;
  }
}

.branding {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.branding_top {
  display: flex;
  flex-direction: row;
}
.branding_body {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding-right: 90px;
}
.branding_description {
  width: 50%;
}
.faq_branding {
  height: 350px;
}
.branding_body h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  color: var(--black-color);
}
.branding_body .orange {
  color: var(--main-color);
}
.branding_description p {
  max-width: 570px;
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.branding_bottom {
  display: flex;
  flex-direction: row;
}
.branding_colors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 50%;
  padding: 70px 24px 24px 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_color {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.branding_color p {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}
.branding_color_area {
  width: 100%;
  height: 150px;
  border-radius: 12px;
}
.branding_fonts {
  width: 50%;
  display: flex;
  flex-direction: row;
}
.branding_font {
  width: 100%;
  text-align: center;
}
.branding_font:first-child {
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_font:last-child {
  border-right: none;
}
.branding_font_family {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 0 24px 24px 24px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_font_family h3 {
  font-size: 240px;
  font-weight: 700;
  line-height: 240px;
  letter-spacing: -1px;
  color: #252321;
  margin: 0;
}
.branding_font_family p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}
.branding_font_weight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0 0 0;
}
.branding_font_weight_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.branding_font_weight_item h4 {
  font-size: 74px;
  font-weight: 400;
  line-height: 96.2px;
  letter-spacing: -1px;
  margin: 0;
  color: var(--gray-color);
}
.branding_font_weight_item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}

@media (max-width: 1060px) {
  .branding_body h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .branding_font_family {
    padding: 0 20px 20px 20px;
  }
  .branding_font_family h3 {
    font-size: 180px;
    line-height: 180px;
  }
  .branding_font_family p {
    font-size: 16px;
  }
  .branding_font_weight {
    padding: 20px 20px 0 20px;
  }
  .branding_font_weight_item h4 {
    font-size: 60px;
    line-height: 70px;
  }
  .branding_font_weight_item p {
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  .branding {
    padding: 100px 0 48px 0;
  }
  .branding_top {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .branding_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }
  .branding_body h2 {
    flex-direction: row;
    gap: 10px;
    font-size: 36px;
    line-height: 45.36px;
    text-align: left;
  }
  .branding_description {
    width: 100%;
  }
  .branding_description p {
    font-size: 14px;
    max-width: auto;
  }
  .branding_colors {
    padding: 40px 24px 24px 0;
  }
  .branding_color {
    width: 28%;
  }
  .branding_color p {
    font-size: 16px;
  }
  .branding_color_area {
    width: 100%;
    height: 100px;
    border-radius: 12px;
  }
}
@media (max-width: 700px) {
  .branding_bottom {
    flex-direction: column-reverse;
  }
  .branding_colors {
    width: 100%;
    padding: 24px 0 0 0;
    border-right: none;
    border-bottom: none;
  }
  .branding_color {
    width: 46%;
  }
  .branding_fonts {
    width: 100%;
    flex-direction: column;
  }
  .branding_font {
    width: 100%;
  }
  .branding_font:first-child {
    border-right: 1px solid rgba(255, 85, 48, 0.35);
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  }
  .branding_font:last-child {
    border-left: 1px solid rgba(255, 85, 48, 0.35);
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
    margin-left: 40px;
  }
  .branding_font_family {
    border-bottom: none;
  }
  .branding_font_weight,
  .branding_font_family {
    padding: 20px;
  }
  .branding_font_family h3 {
    font-size: 120px;
    line-height: 120px;
  }
  .branding_font_weight_item h4 {
    font-size: 40px;
    line-height: 60px;
  }
}

.awards {
  padding: 100px 0 180px 0;
}
.awards_case_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.awards_case_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  max-width: 570px;
}
.awards_case_body h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
  color: var(--black-color);
}
.awards_case_body .orange {
  color: var(--main-color);
}
.awards_case_body p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.awards_slider {
  width: 50%;
}
.awards_slider .slick-slide {
  display: flex !important;
  justify-content: center !important;
}
.awards_slider .slick-next {
  right: 0;
  bottom: -75px;
  left: auto;
}
.awards_slider .slick-prev {
  right: 60px;
  bottom: -75px;
  left: auto;
}
.award_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 180px;
}
.award_image {
  height: 46px;
}
.award_body p {
  color: #252321;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1220px) {
  .awards_case_body h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 920px) {
  .awards {
    padding: 48px 0 100px 0;
  }
  .awards_case_container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
  .awards_case_body {
    width: 100%;
    gap: 24px;
  }
  .awards_case_body h2 {
    font-size: 36px;
    line-height: 45.36px;
  }
  .awards_case_body p {
    font-size: 14px;
  }
  .awards_slider {
    width: 100%;
  }
}

/* cases page */

.areas {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.areas_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.areas_container h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 670px;
  color: #252321;
  margin: 0;
}
.areas_body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
}
.areas_subtitle h3 {
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: -1px;
  color: #252321;
  margin: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #c7c7c7;
}
.areas_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.area_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #575757;
}
.area_item:first-child {
  border: 1px solid #e74724;
  color: #e74724;
}

@media (max-width: 800px) {
  .areas {
    padding: 48px 0;
  }
  .areas_container {
    gap: 32px;
  }
  .areas_container h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
  }
  .areas_body {
    flex-direction: column;
    gap: 24px;
  }
  .areas_subtitle h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 24px;
    max-width: max-content;
  }
  .areas_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* service */

.services {
  padding: 100px 0 40px 0;
}
.services .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.services_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.services_item {
  display: flex;
  flex-direction: column;
  gap: 164px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.services_card {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.services_body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.services_body_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  width: 50%;
}
.services_body_left h3 {
  color: #252321;
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}
.service_num {
  color: var(--gray-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.services_body_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.services_body_description {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services_capabilities {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services_capabilities_heading {
  color: #252321;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services_capabilities_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.services_capabilities_item {
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.services_capabilities_item p {
  color: #252321;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services .services_card .service_recent__card {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.services .services_card .service_recent__card_block {
  width: 33%;
}
.services .services_card .service_recent__card_block:nth-child(3) {
  width: 32%;
}
.services .services_card .service_recent__card_block:nth-child(2) {
  top: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.services .services_card .service_recent__card_image {
  width: 100%;
}

.services_top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.services_top_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 16px;
  width: 25%;
  border-bottom: 1px solid #00000000;
}
.services_top_item_num {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}
.services_top_item p {
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  color: #c7c7c7;
}
.services_top_item:first-child {
  border-bottom: 1px solid #252321;
}
.services_top_item:first-child .services_top_item_num {
  color: #ffffff;
  background-color: #252321;
  border-radius: 30px;
}
.services_top_item:first-child p {
  color: #252321;
}

/* new services tabs */

.services_tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.services_tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #00000000;
  cursor: pointer;
  transition: 0.3s;
}
.services_tab_num {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  transition: 0.3s;
}
.services_tab p {
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  color: #c7c7c7;
  white-space: nowrap;
  transition: 0.3s;
}
.services_tab:hover,
.services_tab.active {
  border-bottom: 1px solid #252321;
}
.services_tab:hover .services_tab_num,
.services_tab.active .services_tab_num {
  color: #ffffff;
  background-color: #252321;
}
.services_tab:hover p,
.services_tab.active p {
  color: #252321;
}

.services_tabs_content .services_item {
  display: none;
}
.services_tabs_content .services_item.active {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.services_cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 1100px) {
  .services_tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services_tabs_content .services_item.active {
    gap: 60px;
  }
  .services_cases {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .services_top_item p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 800px) {
  .services {
    padding: 48px 0 20px 0;
  }
  .services .container {
    gap: 48px;
  }
  .services_container {
    gap: 48px;
  }
  .services_item {
    gap: 48px;
  }
  .services_card {
    flex-direction: column;
    gap: 48px;
  }
  .services_body {
    flex-direction: column;
  }
  .services_body_left {
    width: 100%;
  }
  .services_body_left h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .service_num {
    font-size: 18px;
  }
  .services_body_right {
    width: 100%;
  }
  .services_body_description {
    font-size: 16px;
  }
  .services_capabilities_heading {
    font-size: 16px;
    font-weight: 400;
  }
  .services_capabilities_item p {
    font-size: 16px;
    font-weight: 400;
  }
  .services .services_card .service_recent__card_block,
  .services .services_card .service_recent__card_block:nth-child(3) {
    width: 100%;
  }
  .services .services_card .service_recent__card_block:nth-child(1n) {
    margin-bottom: 0 !important;
  }
  .services_top {
    flex-wrap: wrap;
  }
  .services_top_item {
    padding: 16px;
    width: 40%;
  }
  .services_tab p {
    font-size: 20px;
    line-height: 20px;
  }
  .services_tab_num {
    font-size: 14px;
    line-height: 16px;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 550px) {
  .services_capabilities_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .services_top {
    flex-direction: column;
  }
  .services_top_item {
    width: 100%;
    justify-content: flex-start;
  }
  .services_tab {
    padding-bottom: 10px;
    width: calc(50% - 10px);
    justify-content: flex-start;
    gap: 10px;
  }
  .services_tab p {
    font-size: 18px;
  }
}

.service_hero {
  padding: 130px 0 0 0;
}
.service_hero__body {
  display: flex;
  justify-content: space-between;
}
.service_hero__left {
  width: 60%;
}
.service_hero__title {
  max-width: 860px;
  text-align: left;
}
.service_hero__right {
  width: 36%;
  margin-top: 20px;
  transition-delay: 0.3s;
}
.service_hero .hero_btns {
  justify-content: flex-start;
}
.service_hero__image {
  margin-top: 130px;
  display: flex;
  width: 100%;
  min-height: 220px;
  max-height: 600px;
  object-fit: cover;
  transition-delay: 0.6s;
}
@media (max-width: 800px) {
  .service_hero {
    padding: 60px 0 0 0;
  }
  .service_hero__body {
    flex-direction: column;
  }
  .service_hero__left {
    width: 100%;
  }
  .service_hero__right {
    width: 100%;
  }
  .service_hero__title,
  .service_hero__subtitle {
    max-width: 460px;
  }
  .service_hero__image {
    margin-top: 60px;
  }
}
@media (max-width: 597px) {
  .service_hero .hero_btn {
    width: calc(100% - 48px);
  }
}

.service_advantages {
  padding: 100px 0;
  background: #f6f6f6;
}
.service_advantages__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  margin-bottom: 80px;
  border-bottom: 1px solid #c7c7c7;
}
.service_advantages__left {
  width: 45%;
}
.service_advantages__right {
  width: 55%;
}
.service_advantages .hero_btns {
  justify-content: flex-start;
}
.service_advantages__subtitle {
  color: #252321;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: 142%;
  letter-spacing: -1px;
  margin: 0;
}
.service_advantages__row {
  display: flex;
  justify-content: space-between;
}
.service_advantages__item {
  width: 33%;
}
.service_advantages__item_title {
  color: #e74724;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.service_advantages__item_text {
  color: #252321;
}
@media (max-width: 1200px) {
  .service_advantages__body {
    flex-direction: column;
  }
  .service_advantages__left {
    width: 100%;
  }
  .service_advantages__right {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 861px) {
  .service_advantages {
    padding: 80px 0;
  }
  .service_advantages__body {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .service_advantages__row {
    flex-direction: column;
  }
  .service_advantages__item {
    width: 100%;
    margin-bottom: 36px;
  }
  .service_advantages__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 597px) {
  .service_advantages {
    padding: 60px 0;
  }
  .service_advantages__subtitle {
    font-size: 22px;
  }
  .service_advantages .hero_btns {
    margin-top: 30px;
  }
  .service_advantages .hero_btn {
    width: calc(100% - 48px);
  }
}

.discovery_row__box {
  display: flex;
}
.discovery_row__title {
  text-transform: uppercase;
  display: inline-block;
}
.discovery_row__title span {
  display: block;
  color: var(--main-color);
}
.discovery_row__text {
  display: block;
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin: 0;
}
@media (max-width: 597px) {
  .discovery_row__box .faq_num {
    margin-top: 5px;
  }
}

.service_stage {
  padding: 80px 0;
}
.service_stage__top {
  width: 50%;
  margin-left: auto;
  margin-bottom: 60px;
}
.service_stage__title {
  margin-bottom: 24px;
  text-transform: capitalize;
}
.service_stage__title span {
  text-transform: uppercase;
}
.service_stage__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_stage__card {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service_stage__card_text {
  max-width: 573px;
}
.service_stage__card:first-child {
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  padding: 0 20px 20px 0;
}
.service_stage__card:nth-child(2) {
  padding: 0 0 20px 20px;
  border-left: 1px solid rgba(255, 85, 48, 0.35);
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.service_stage__card:nth-child(3) {
  width: 100%;
  padding-top: 36px;
}
.service_stage__card_title {
  margin-bottom: 24px;
}
.service_stage__card:nth-child(3) .service_stage__card_text,
.service_stage__card:first-child .service_stage__card_text {
  margin-bottom: 40px;
}
.service_stage__card:nth-child(2) {
  position: relative;
  top: 113px;
}
.service_stage__card:nth-child(2) .service_stage__card_title {
  margin-top: 40px;
}
.service_stage__card:nth-child(2) .service_stage__card_image {
  order: -1;
}
.service_stage__card:nth-child(4) {
  width: 40%;
  margin-right: 15%;
  margin-left: auto;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 85, 48, 0.35);
  margin-top: 50px;
}
.service_stage__card:nth-child(4) .service_stage__card_image {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .service_stage__card:nth-child(4) {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .service_stage__card_text {
    max-width: 473px;
  }
  .service_stage__top {
    width: 100%;
  }
  .service_stage__description {
    max-width: 48rem;
  }
}
@media (max-width: 1100px) {
  .service_stage {
    padding: 80px 0;
  }
  .service_stage__card:nth-child(1n) {
    width: 100%;
    top: 0;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  }
  .service_stage__card:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .service_stage__card_image {
    order: -1;
    width: 100%;
  }
  .service_stage__card:nth-child(1n) .service_stage__card_text {
    margin-bottom: 0;
  }
  .service_stage__card:nth-child(1n) .service_stage__card_title {
    margin-top: 40px;
  }
  .service_stage__card:nth-child(4) .service_stage__card_image {
    margin-top: 0;
  }
}
@media (max-width: 597px) {
  .service_stage__card:nth-child(1n) .service_stage__card_title {
    margin: 24px 0 20px;
  }
  .service_stage__top {
    margin-bottom: 48px;
  }
}

.service_recent {
  padding: 160px 0 80px;
}
.service_recent__title {
  margin: 0 50% 60px 30%;
  text-align: right;
}
.service_recent__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_recent__card_block {
  width: 50%;
}
.service_recent__card {
  width: 75%;
  cursor: pointer;
}
.service_recent__card_title {
  margin: 16px 0 4px;
  color: var(--main-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.service_recent__card_block {
  padding-bottom: 70px;
}
.service_recent__card_block:nth-child(4n + 1),
.service_recent__card_block:nth-child(4n + 2) {
  display: flex;
  justify-content: flex-start;
}
.service_recent__card_block:nth-child(4n + 3),
.service_recent__card_block:nth-child(4n + 4) {
  display: flex;
  justify-content: flex-end;
}
.service_recent__card_block:nth-child(4n + 2),
.service_recent__card_block:nth-child(4n + 4) {
  padding-top: 100px;
}

/* .service_recent__card_block:nth-child(3n),
.service_recent__card_block:nth-child(4n) {
  display: flex;
  justify-content: flex-end;
}
.service_recent__card_block:nth-child(2n) {
  position: relative;
  top: 91px;
  margin-bottom: 165px;
}
.service_recent__card_block:nth-child(4n) {
  position: relative;
  top: 175px;
  margin-bottom: 175px;
} */
@media (max-width: 1400px) {
  .service_recent__title {
    margin-right: calc(70% - 263px);
  }
}
@media (max-width: 869px) {
  .service_recent__card_block {
    width: 100%;
    padding-bottom: 40px;
  }
  .service_recent__card_block:nth-child(4n + 2),
  .service_recent__card_block:nth-child(4n + 4) {
    padding-top: 0;
  }
  .service_recent__card {
    width: 100%;
  }
  /* .service_recent__card_block:nth-child(1n) {
    top: 0;
    margin: 0 0 60px 0;
  } */
  .service_recent__title {
    margin: 0 0 48px 0;
    text-align: left;
  }
  .service_recent {
    padding: 80px 0;
  }
}
@media (max-width: 547px) {
  /* .service_recent__card_block:nth-child(1n) {
    margin-bottom: 42px;
  } */
  .service_recent__card_title {
    font-size: 26px;
    margin-top: 12px;
  }
}

.service_faq {
  padding: 100px 0;
}
.service_faq .faq_body {
  justify-content: space-between;
}
.service_faq .faq_item__title,
.service_faq .faq_item__text {
  max-width: none;
}
.service_faq__item {
  flex-direction: column;
  position: relative;
  padding: 30px 0 8px 0;
}
.service_faq__item:hover,
.service_faq__item.active {
  background: linear-gradient(
    to bottom,
    rgba(255, 127, 95, 0.03),
    rgba(254, 180, 123, 0)
  );
  transition: 0.3s;
}
/* .service_faq__item.active {
  border-color: var(--main-color);
} */
.service_faq__right {
  width: 65%;
}
.service_faq .faq_item__title {
  margin-bottom: 24px;
  padding-right: 30px;
}
.service_faq .faq_num {
  margin-right: 10%;
  min-width: 70px;
}
.service_faq .faq_item__text {
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin-left: calc(10% + 60px);
  max-width: calc(90% - 60px);
  margin-bottom: 24px;
}

.faq_item__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0 !important;
  height: 1px;
  background-color: #c7c7c7;
  transition: width 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.service_faq__item.visible .faq_item__line {
  width: 100% !important;
}
.service_faq__item.active .faq_item__line {
  background-color: var(--main-color);
}

@media (max-width: 1200px) {
  .service_faq__right {
    width: 85%;
  }
}
@media (max-width: 800px) {
  .service_faq {
    padding: 80px 0;
  }
  .service_faq__right {
    width: 100%;
  }
}
@media (max-width: 597px) {
  .service_faq .faq_item__text {
    margin-left: 0;
    max-width: none;
  }
  .service_faq .faq_item__title {
    font-size: 30px;
  }
  .service_faq__item {
    padding: 24px 0 8px 0;
  }
  .service_faq .faq_item__text {
    margin-bottom: 16px;
  }
}

.service_reviews {
  padding: 100px 0;
  background: #f6f6f6;
}
.service_reviews .reviews_title {
  max-width: 49rem;
}
.service_reviews .reviews_slide__block {
  background: #fff;
}

.development {
  padding: 160px 0 80px 0;
}
.development .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.development_description {
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #252321;
}
.development .services_item {
  gap: 0;
}
.development .services_body_left {
  align-items: flex-start;
}
.development .services_body_left h3 .grey {
  color: var(--gray-color);
}
.development .services_body_description {
  color: #252321;
}
.development .service_num {
  padding-top: 20px;
}
@media (max-width: 800px) {
  .development {
    padding: 64px 0;
  }
  .development .container {
    gap: 48px;
  }
  .development_description {
    font-size: 32px;
    line-height: 32px;
  }
  .development .service_num {
    padding-top: 0;
  }
}

.service_benefits {
  padding: 160px 0 80px 0;
  background-color: var(--main-color);
}
.service_benefits .container {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.service_benefits_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
.service_benefits_title {
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: white;
  margin: 0;
}
.service_benefits_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
}
.service_benefits_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.benefit_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.benefit_num {
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  color: white;
  min-width: 100px;
}
.benefit_item_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
}

@media (max-width: 940px) {
  .service_benefits .container {
    align-items: center;
  }
  .service_benefits_title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 800px) {
  .service_benefits {
    padding: 80px 0;
  }
  .service_benefits .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }
  .service_benefits_left {
    width: 100%;
    justify-content: flex-start;
    gap: 44px;
  }
  .service_benefits_title {
    font-size: 32px;
    line-height: 40px;
  }
  .service_benefits_description {
    font-size: 14px;
  }
  .service_benefits_right {
    width: 100%;
    gap: 44px;
  }
  .benefit_item {
    padding-bottom: 24px;
  }
  .benefit_num {
    font-size: 32px;
    line-height: 40px;
    min-width: 60px;
  }
  .benefit_item_text {
    font-size: 14px;
  }
}

.hero_webflow {
  width: 100%;
  justify-content: space-between;
}
.hero_webflow .h1 span {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  margin: 0;
  display: inline;
}
@media (max-width: 931px) {
  .hero_webflow .h1 span {
    font-size: 36px;
  }
}

.website_advantages .service_advantages {
  background: #fff;
}

.developing {
  padding: 160px 0 80px;
  background: var(--main-color);
}
.developing_body {
  flex-direction: column;
}
.developing_title {
  color: #fff;
  margin-bottom: 64px;
  font-weight: 400;
  text-transform: none;
}
.developing_item__title,
.developing_text,
.discovery_item.active .developing_num {
  color: rgba(255, 255, 255, 0.5);
}
.developing_item__title span {
  color: #fff;
}
.discovery_item.active .developing_num {
  margin-top: 9px;
}
.developing .discovery_item {
  cursor: unset;
}
@media (max-width: 800px) {
  .developing {
    padding: 80px 0;
  }
  .developing_title {
    margin-bottom: 48px;
  }
}
@media (max-width: 597px) {
  .developing_title {
    margin-bottom: 30px;
  }
}

.advantages_service {
  background-color: var(--main-color);
  padding: 160px 0;
}
.advantages_service_slide {
  width: 100%;
}
.advantages_service_slide_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 100px;
}
.advantages_service_slide_left {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.advantages_service_slide_right {
  width: 50%;
}
.advantages_num {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  color: #f8c7bd;
}
.advantages_service_slide_title {
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.advantages_service_slide_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #f8c7bd;
}
.advantages_service_slide_images {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.advantages_service_slide_image_1 {
  width: 40%;
}
.advantages_service_slide_image_2 {
  width: 57%;
}
.advantages_service .slick-prev {
  left: unset;
  right: 80px;
  bottom: -100px;
}
.advantages_service .slick-next {
  right: 0;
  bottom: -100px;
}

@media (max-width: 1240px) {
  .advantages_service_slide_title {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .advantages_service_slide_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
  }
  .advantages_service_slide_left {
    width: 100%;
  }
  .advantages_service_slide_right {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .advantages_service {
    padding: 40px 0 100px 0;
  }
  .advantages_service_slide_title {
    font-size: 36px;
    line-height: 51px;
  }
  .advantages_service_slide_right {
    width: 100%;
  }
  .advantages_service_slide_image_1 {
    width: 100%;
  }
  .advantages_service_slide_image_2 {
    display: none !important;
  }
  .advantages_service .slick-prev {
    bottom: -60px;
  }
  .advantages_service .slick-next {
    bottom: -60px;
  }
}
@media (max-width: 550px) {
  .advantages_service_slide_left {
    min-height: 102px;
  }
  .advantages_service_slide_description {
    min-height: 96px;
  }
  .advantages_service_slide_top {
    padding-bottom: 60px;
  }
}

.process {
  padding: 80px 0;
  /* background-color: #f6f6f6; */
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.process_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 200px;
}
.process_left {
  width: 30%;
}
.process_title {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -1px;
  text-align: right;
  color: var(--black-color);
  text-transform: uppercase;
  margin: 0;
}
.process_title .orange {
  color: var(--main-color);
}
.process_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  max-width: 520px;
}
.process_wrapper {
  overflow: hidden;
  width: 100%;
}
.process_scrolling_wrapper {
  will-change: transform;
  transform-style: preserve-3d;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 20px;
}
.process_slide {
  width: max-content;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  vertical-align: top;
  background-color: #97959330;
  border-radius: 100px;
  padding: 32px 64px;
  transition: 0.3s;
}
.process_slide.active {
  background-color: var(--main-color);
  transition: 0.3s;
}
/* .process_slide:first-child{
  background-color: var(--main-color);
} */
.process_slide_title {
  font-size: 74px;
  line-height: 74px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.process_slide_time {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1000px) {
  .process_top {
    gap: 100px;
  }
  .process_title {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 800px) {
  .process_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .process_left {
    width: 100%;
  }
  .process_title {
    flex-direction: row;
    gap: 12px;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    text-align: left;
  }
  .process_slide {
    gap: 16px;
    padding: 24px 40px;
  }
  .process_slide_title {
    font-size: 32px;
    line-height: 32px;
  }
  .process_slide_time {
    font-size: 20px;
    line-height: 20px;
  }
}

.loader {
  background-image: url(img/loader_bg.jpg);
  background-repeat: no-repeat;
  background-color: #252321;
  width: 100%;
  height: 100vh;
  background-position: 0% 100%;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: transform 0.65s ease-in-out;
  transform: translateY(0);
}
.loader.hide {
  transform: translateY(100%);
}
.loader .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader_title:first-child {
  margin-bottom: 0;
}
.loader_title {
  color: #fff;
  margin-bottom: 64px;
  text-align: center;
  transition: transform 0.8s ease-in-out;
  transform: translateX(0);
}
.loader_title_1.hide {
  transform: translateX(-100%);
}
.loader_title_2.hide {
  transform: translateX(100%);
}
.loader_review {
  background-color: transparent;
  max-width: 45rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.loader_review .reviews_slide__block_inner {
  padding: 0;
}
.loader_review .reviews_slide__block_text {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins";
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.3rem;
  margin: 25px 0 35px;
}
.loader_review .reviews_slide__block_author {
  font-size: 1.9rem;
  color: #fff;
  line-height: 2.9rem;
  margin-top: 45px;
}
.loader_review .reviews_slide__block_author span {
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #fff;
}
@media (max-width: 597px) {
  .loader {
    background-image: url(img/loader_bg_mob.jpg);
  }
  .loader_title {
    font-size: 32px;
  }
  .loader .container {
    align-items: flex-start;
  }
  .loader_body {
    padding-top: 10vh;
  }
  .loader_review .reviews_slide__block_text {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
  }
  .loader_review .reviews_slide__block_author {
    margin-top: 24px;
    font-size: 18px;
    line-height: 18px;
  }
  .loader_review .reviews_slide__block_author span {
    font-size: 16px;
    line-height: 16px;
  }
  .loader_review .reviews_slide__block_logo {
    max-width: 85px;
    width: 100%;
  }
}

.products_body .slick-next,
.products_body .slick-prev {
  bottom: -70px;
}
.products_body .slick-next {
  right: 0;
  z-index: 10;
}
.products_body .slick-prev {
  left: unset;
  right: 70px;
  z-index: 10;
}
.products_body .slick-track,
.products_body .slick-list {
  display: flex;
  height: 100%;
}

.culture {
  background: var(--main-color);
  padding: 160px 0;
}
.culture .faq_title {
  color: #fff;
}
.culture .faq_item {
  border-bottom: none;
  padding: 0;
}
.culture_item__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 64px;
}
.culture_item__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  opacity: 0.7;
  font-weight: 300;
}
.culture .faq_item__title {
  color: #fff;
  font-size: 3.8rem;
  line-height: normal;
  text-transform: unset;
  max-width: none;
}
.culture_item__image {
  max-width: 38rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .culture .faq_item__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .culture_item__box {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .culture {
    padding: 100px 0;
  }
}
@media (max-width: 597px) {
  .culture {
    padding: 80px 0;
  }
  .culture .faq_item__title {
    font-size: 2.5rem;
  }
  .culture_item__box {
    margin-bottom: 40px;
  }
}

.about_discovery {
  background: transparent;
}
.about_discovery .faq_body {
  flex-direction: column;
}
.about_discovery .discovery_row__box {
  flex-direction: column;
}
.about_discovery .faq_item__text h3 {
  color: #252321;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.25rem;
  letter-spacing: -0.03rem;
  margin: 1.5rem 0 1rem;
}
.about_item__image {
  display: flex;
  position: relative;
  top: -40px;
  right: -120px;
  margin-bottom: -40px;
  max-width: 34rem;
}
@media (max-width: 1300px) {
  .about_item__image {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .about_item__image {
    right: 0;
    top: 0;
    margin: -20px 0 -10px;
    max-width: 34rem;
    width: 100%;
  }
  .about_discovery .faq_item__text {
    margin-left: 0;
  }
}

.about_image {
  padding: 4rem 0 2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 597px) {
  .about_image {
    padding: 2rem 0 0;
  }
}

.hero_about .hero_bottom {
  justify-content: space-between;
}
.hero_about_title__block {
  width: 100%;
  max-width: 1020px;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .hero_about_title__block {
    flex-direction: column-reverse;
  }
  .hero_about .hero_title__block_2 {
    text-align: right;
  }
  .hero_about h1.h1 {
    text-align: right;
  }
  .hero_title__block > span {
    margin-top: 20px;
  }
}
@media (max-width: 931px) {
  .hero_bottom__image {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .hero_about .hero_title__block_2 {
    text-align: left;
  }
}

.text-center {
  text-align: center !important;
}

.service_hero_new {
  padding: 100px 0 0 0;
}
.service_hero_new .container {
  position: relative;
}
.service_hero_new__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_hero_new__body h1 {
  margin-bottom: 30px;
}
.service_hero_new__body .service_hero__subtitle {
  font-size: 18px;
  line-height: 28px;
  max-width: 620px;
}
.service_hero_new .service_hero__image {
  margin-top: 40px;
}
.service_hero_shape {
  position: absolute;
  right: 150px;
  bottom: 40px;
}
@media (max-width: 1300px) {
  .service_hero_shape {
    right: 60px;
  }
}
@media (max-width: 1100px) {
  .service_hero_shape {
    right: 0;
    bottom: 0;
    width: 120px;
  }
}
@media (max-width: 880px) {
  .service_hero_shape {
    right: 0;
    bottom: 0;
    width: 120px;
  }
}
@media (max-width: 597px) {
  .service_hero_shape {
    display: none;
  }
}
@media (max-width: 800px) {
  .service_hero_new {
    padding: 60px 0 0 0;
  }
  .service_hero_new__body h1 {
    max-width: unset;
  }
}
@media (max-width: 597px) {
  .service_hero_new__body {
    align-items: unset;
  }
}

.service_advantages_new {
  padding: 100px 0 30px 0;
  background-color: transparent;
}
.service_advantages_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service_advantages_container .service_advantages__body {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .service_advantages_new {
    padding: 60px 0 30px 0;
    background-color: transparent;
  }
  .service_advantages_container {
    gap: 40px;
  }
}

.service_mobile_features_body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.service_mobile_features_image {
  width: 40%;
}
.service_mobile_features_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 60%;
}
.service_mobile_features_item {
  display: flex;
  flex-direction: row;
  gap: 60px;
  font-family: "Outfit";
  font-size: 24px;
  line-height: 24px;
  color: #979593;
}
.features_item_num {
  font-weight: 400;
  min-width: 42px;
}
.features_item_text {
  font-weight: 300;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 1000px) {
  .service_mobile_features_body {
    gap: 50px;
  }
  .service_mobile_features_item {
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .service_mobile_features_body {
    flex-direction: column;
    gap: 0;
  }
  .service_mobile_features_image {
    width: 100%;
  }
  .service_mobile_features_container {
    width: 100%;
  }
  .service_mobile_features_item {
    gap: 30px;
    font-size: 18px;
  }
  .features_item_text {
    padding-bottom: 24px;
  }
}

.marquee_service {
  overflow: hidden;
}
.marquee_with_padding {
  padding: 60px 0;
}
.marquee_service_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.marquee_service_text {
  font-family: "Outfit";
  font-size: 95px;
  line-height: 100px;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: var(--main-color);
}
.marquee_service_img {
  max-width: unset;
}

@media (max-width: 800px) {
  .marquee_service_content {
    gap: 40px;
  }
  .marquee_service_text {
    font-size: 40px;
    line-height: 50px;
  }
  .marquee_service_img {
    width: 30px;
  }
}

.service_recent_new {
  padding: 160px 0;
}
.service_recent_new .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.service_recent_new_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.stage_service_recent_new_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.service_recent_new_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 64px;
  line-height: 80px;
  color: var(--black-color);
  margin: 0;
  text-align: right;
}
.stage_service_recent_new_top .service_recent_new_title {
  width: 50%;
}
.service_recent_new_title span {
  color: var(--main-color);
  text-transform: uppercase;
}
.service_recent_new_description {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: var(--gray-color);
  max-width: 760px;
}
.stage_service_recent_new_top .service_recent_new_description {
  width: 50%;
  max-width: unset;
}
.service_recent_new_bottom {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.service_recent_project_images {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service_recent_project_image {
  display: none;
  transition: 0.3s;
}
.service_recent_project_image.active {
  display: block;
  transition: 0.3s;
}
.service_recent_new_projects {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.service_recent_project {
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #97959340;
  transition: 0.3s;
}
.service_recent_project_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
.service_recent_project_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
.service_recent_project_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--black-color);
  transition: 0.3s;
}
.service_recent_project.active .service_recent_project_title {
  color: var(--main-color);
  transition: 0.3s;
}
.service_recent_project_category {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--black-color);
  display: none;
  transition: 0.3s;
}
.service_recent_project.active .service_recent_project_category {
  display: block;
  transition: 0.3s;
}
.service_recent_project_description {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: var(--gray-color);
  display: none;
  transition: 0.3s;
}
.service_recent_project.active .service_recent_project_description {
  display: block;
  transition: 0.3s;
}
.service_recent_project img {
  display: none;
  transition: 0.3s;
}
.service_recent_project.active img {
  display: block;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .service_recent_new_projects {
    gap: 40px;
  }
  .service_recent_project {
    gap: 40px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1000px) {
  .service_recent_new_top,
  .stage_service_recent_new_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    gap: 40px;
  }
  .service_recent_new_title {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
  .stage_service_recent_new_top .service_recent_new_title {
    width: 100%;
  }
  .service_recent_new_description {
    max-width: unset;
  }
  .stage_service_recent_new_top .service_recent_new_description {
    width: 100%;
  }
  .service_recent_new_bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service_recent_project_images {
    width: 100%;
  }
  .service_recent_new_projects {
    width: 100%;
    gap: 40px;
  }
  .service_recent_project {
    gap: 40px;
    padding-bottom: 24px;
  }
}
@media (max-width: 700px) {
  .service_recent_new {
    padding: 100px 0;
  }
  .service_recent_new .container {
    gap: 40px;
  }
  .service_recent_new_description {
    font-size: 18px;
    line-height: 24px;
  }
  .service_recent_project_title {
    font-size: 32px;
  }
  .service_recent_project img {
    width: 32px;
  }
}

.discovery_new {
  padding: 160px 0;
  background-color: transparent;
}
.discovery_new .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.discovery_new .service_recent_new_title {
  text-align: left;
}
.discovery_new .faq_item__text {
  position: relative;
}
.discovery_new .discovery_item:hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 127, 95, 0.03),
    rgba(254, 180, 123, 0)
  );
  transition: 0.3s;
}
.discovery_new .discovery_row_img {
  position: absolute;
  left: -350px;
  bottom: -100px;
  display: none;
  width: 300px;
  height: 200px;
  transform: rotate(-4deg);
  transition: 0.3s;
}
.discovery_new .discovery_item:hover .discovery_row_img {
  display: block;
  transition: 0.3s;
}

@media (max-width: 1520px) {
  .discovery_new .discovery_row_img {
    left: -210px;
    bottom: -50px;
    width: 200px;
    height: 130px;
  }
}
@media (max-width: 1370px) {
  .discovery_new .discovery_row_img {
    display: none;
  }
  .discovery_new .discovery_item:hover .discovery_row_img {
    display: none;
  }
}

.service_stage_new {
  padding: 100px 0 160px 0;
}
.service_stage_new .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service_stage_new .service_recent_new_title {
  text-align: left;
}
.service_stage_new .title_m span {
  color: var(--main-color);
}
.service_stage_new .text {
  font-size: 18px;
}

@media (max-width: 800px) {
  .service_stage_new {
    padding: 100px 0;
  }
}

@media (max-width: 700px) {
  .discovery_new {
    padding: 100px 0;
  }
  .discovery_new .container {
    gap: 40px;
  }

  .service_stage_new .container {
    gap: 40px;
  }
  .service_stage_new .text {
    font-size: 16px;
  }
}

.book_a_call {
  padding: 120px 0;
  background: url("https://almaxagency.com/wp-content/themes/adam-theme/img/book-a-call.png");
  background-size: cover;
  background-position: right;
}

.book_a_call_gray {
  background: url("https://almaxagency.com/wp-content/themes/adam-theme/img/book-a-call-gray.png");
  background-size: cover;
  background-position: right;
}
.book_a_call_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.book_a_call_body h2 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: white;
  margin: 0;
}
.book_a_call_body p {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: white;
  max-width: 580px;
}
.book_a_call_body .hero_btns {
  display: flex;
  justify-content: flex-start;
  margin-top: unset;
  width: max-content;
}
.book_a_call_body .btn.btn_white,
.book_a_call_body .btn_arrow.btn_arrow_white {
  background: white;
  border: white;
}
.book_a_call_body .btn.btn_white {
  color: var(--main-color);
}
.book_a_call_gray .book_a_call_body .btn.btn_white {
  color: #4f4f4f;
}
.mobile_apps_btn .btn.btn_white:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
  transition: 0.3s;
}
.consultation_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  pointer-events: none;
}

.book_now {
  padding: 60px 0 140px 0;
}
.book_now .container {
  height: 500px;
  background: url("https://almaxagency.com/wp-content/themes/adam-theme/img/book-now-img.png");
  background-size: cover;
  background-position: top;
}

@media (max-width: 800px) {
  .book_a_call {
    padding: 80px 0;
  }
  .book_a_call_body h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .consultation_img {
    width: 200px;
  }
  .book_now {
    padding: 40px 0 100px 0;
  }
  .book_now .container {
    height: 300px;
  }
}

.service_faq_new {
  padding: 160px 0;
}
.service_faq_new .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.faq_new_top {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 40px;
}
.faq_new_top .service_recent_new_title {
  text-align: left;
}
.faq_new_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.faq_new_body {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.faq_new_body img {
  width: 290px;
  height: 270px;
}
.faq_new_body_description {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 36px;
  line-height: 48px;
  color: var(--black-color);
}
.faq_new_right .faq_right {
  width: 80%;
}

@media (max-width: 1150px) {
  .faq_new_body_description {
    font-size: 24px;
    line-height: 32px;
  }
  .faq_new_right .faq_right {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .service_faq_new {
    padding: 100px 0;
  }
  .service_faq_new .container {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .faq_new_body {
    flex-direction: column;
    gap: 0px;
  }
  .faq_new_body img {
    width: 100%;
    height: 100%;
  }
}

.reviews_new {
  position: relative;
}
.reviews_new_img {
  position: absolute;
  bottom: 0;
  right: 20%;
  pointer-events: none;
}
.reviews_right_new {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.reviews_right_new_body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.reviews_right_new_body .title {
  text-transform: unset;
}
.static_reviews {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 40%;
}
.static_review {
  padding: 24px 48px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.static_review_img {
  position: absolute;
  right: -40px;
  top: 100px;
  width: 90px;
}
.static_review_company_logo {
  height: 40px;
  width: fit-content;
}
.static_review_stars {
  height: 24px;
  width: fit-content;
}
.static_review_text {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-color);
}
.static_review_name_company {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.static_review_name {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--black-color);
}
.static_review_company {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: var(--black-color);
}

.reviews_slider_new_slide_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: var(--gray-color);
}
.reviews_slider_new_slide_more {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}
.reviews_slider_new_slide_more img {
  height: 65px;
  width: fit-content;
}
.reviews_slider_new_slide_more_body {
  display: flex;
  flex-direction: column;
}
.reviews_slider_new_slide_more_title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #151d20;
}
.reviews_slider_new_slide_more_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
}
.reviews_slider_new .slick-slide {
  padding-bottom: 100px;
}
.reviews_slider_new .slick-prev {
  left: 0;
}
.reviews_slider_new .slick-next {
  left: 60px;
}

@media (max-width: 1270px) {
  .reviews_right_new {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .reviews_right_new_body {
    width: 50%;
  }
  .static_reviews {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .reviews_right_new {
    flex-direction: column;
    gap: 40px;
  }
  .reviews_right_new_body {
    width: 100%;
  }
  .static_reviews {
    width: 100%;
  }
  .reviews_slider_new {
    margin-bottom: 80px;
  }
  .reviews_slider_new .slick-slide {
    padding-bottom: 0;
  }
  .reviews_new_img {
    bottom: 44%;
    right: 0;
    width: 300px;
  }
  .static_review_img {
    right: -20px;
    top: 150px;
    width: 80px;
  }
}
@media (max-width: 400px) {
  .reviews_slider_new_slide_more img {
    height: 60px;
  }
  .reviews_slider_new_slide_more_title {
    font-size: 24px;
    line-height: 32px;
  }
  .reviews_slider_new_slide_text {
    font-size: 18px;
    line-height: 24px;
  }
  .static_review {
    padding: 24px;
  }
  .static_review_name_company {
    flex-direction: column;
    align-items: flex-start;
  }
}

.services_industries {
  position: relative;
  padding: 100px 0;
  margin-top: 160px;
  background-color: #f6f6f6;
}
.services_industries .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.services_industries_img {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.services_industries_body {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.services_industries_right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.services_industry {
  position: relative;
  background-color: white;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services_industry_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
.services_industry_title {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 24px;
  color: var(--black-color);
  margin: 0;
  transition: 0.4s ease;
}
.services_industry:hover .services_industry_title {
  color: var(--main-color);
}
.services_industry_description {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-color);
}
.services_industry_body_arrow {
  position: absolute;
  right: 24px;
  top: 32px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.services_industry:hover .arrow_one {
  transform: translate3d(50%, -50%, 0);
  opacity: 0;
}
.services_industry:hover .arrow_two {
  transform: translate3d(0%, 0%, 0);
  opacity: 1;
}

@media (max-width: 1000px) {
  .services_industries_right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .services_industries {
    margin-top: 100px;
  }
  .services_industries_body {
    flex-direction: column;
    gap: 24px;
  }
  .services_industries_img {
    width: 400px;
  }
}
@media (max-width: 650px) {
  .services_industries_right {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}

.marquee_header_top {
  background-color: var(--main-color);
  padding: 6px 0;
  overflow: hidden;
}
.marquee_header_top_body {
  display: flex;
  flex-direction: row;
  gap: 160px;
}
.marquee_header_top_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.marquee_header_top_item span {
  font-family: "Poppins";
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-wrap: nowrap;
  text-transform: capitalize;
}
.marquee_header_top_body .header_top__arrows {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

@media (max-width: 800px) {
  .marquee_header_top_body {
    gap: 100px;
  }
}
@media (max-width: 550px) {
  .marquee_header_top_body {
    gap: 50px;
  }
}

.new_project_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}
.new_project_button {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  border-radius: 54px;
  color: white !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: 0.4s;
  pointer-events: all;
  position: fixed;
  right: 50px;
  bottom: 50px;
  animation: pulse 3s infinite;
}
.new_project_button:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 40px transparent;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
}

@media (max-width: 550px) {
  .new_project_button {
    right: 20px;
    bottom: 20px;
  }
}

.scroll-text-char {
  color: #979593;
  transition: 0.5s;
}
.scroll-text-char.active {
  color: #252321;
  transition: 0.5s;
}

.service_hero_ux_ui .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.service_hero_ux_ui__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 54%;
}
.service_hero_ux_ui__image {
  width: 46%;
}

@media (max-width: 800px) {
  .service_hero_ux_ui .container {
    flex-direction: column;
  }
  .service_hero_ux_ui__body {
    width: 100%;
  }
  .service_hero_ux_ui__image {
    width: 100%;
  }
}

.ux_ui_services {
  position: relative;
  display: block;
  overflow: visible;
}
.ux_ui_services_item {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: filter 0.5s ease;
}

.ux_ui_services_item.active {
  filter: none;
}
.ux_ui_services_item.previous {
  filter: blur(5px);
}

/* .ux_ui_services_item {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
  z-index: 1;
} */

.ux_ui_services_item:not(:first-child) {
  border-top: 1px solid #c7c7c7;
}

.ux_ui_services_item .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.ux_ui_services_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.ux_ui_services_image {
  width: 50%;
}
.ux_ui_services_num {
  font-family: "Outfit";
  font-size: 24px;
  color: var(--gray-color);
}
.ux_ui_services_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 64px;
  text-transform: uppercase;
  color: var(--black-color);
  margin: 0;
}
.ux_ui_services_description {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  color: var(--black-color);
}
.ux_ui_services_capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.ux_ui_services_capabilities p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
}

@media (max-width: 1000px) {
  .ux_ui_services_title {
    font-size: 44px;
  }
  .ux_ui_services_item .container {
    gap: 50px;
  }
}

@media (max-width: 850px) {
  .ux_ui_services {
    overflow: hidden;
  }
  .ux_ui_services_item .container {
    flex-direction: column;
    justify-content: unset;
  }
  .ux_ui_services_item {
    position: unset;
    top: unset;
    height: unset;
    padding: 60px 0;
  }
  .ux_ui_services_item.active {
    filter: none;
  }
  .ux_ui_services_item.previous {
    filter: none;
  }
  .ux_ui_services_body {
    width: 100%;
  }
  .ux_ui_services_image {
    width: 100%;
  }
  .ux_ui_services_title {
    font-size: 36px;
  }
  .ux_ui_services_description {
    font-size: 18px;
    line-height: 24px;
  }
  .ux_ui_services_capabilities p {
    font-size: 16px;
    line-height: 20px;
  }
}

.clients_ux_ui {
  padding: 100px 0;
  background-image: url("https://almaxagency.com/wp-content/themes/adam-theme/img/beloved-clients.jpg");
  background-position: top;
  background-size: cover;
}
.client_title_new {
  color: white;
}
.client_title_new span {
  color: white;
  opacity: 0.6;
}
.clients_ux_ui .client_item svg:hover path,
.clients_ux_ui .client_item svg:hover rect,
.clients_ux_ui .client_item svg:hover g {
  fill: #ffffffae;
  mix-blend-mode: unset !important;
}

.cases_ux_ui {
  overflow: hidden;
  width: 100%;
}
.cases_ux_ui_scrolling {
  will-change: transform;
  transform-style: preserve-3d;
  white-space: nowrap;
  display: inline-flex;
}
.cases_ux_ui_item {
  padding: 60px 0;
  width: 100vw;
  display: inline-flex;
  white-space: normal;
}
.cases_ux_ui_empty {
  width: 30vw;
}
.cases_ux_ui_item_container {
  width: 92%;
  height: 100%;
  max-width: 1560px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cases_ux_ui_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 64px;
  line-height: 80px;
  color: var(--black-color);
}

.cases_ux_ui_case {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background-color: #f6f6f6;
  transition: all 0.5s ease;
}
.cases_ux_ui_case_body {
  display: none;
}
.cases_ux_ui_case.active {
  width: 92%;
  height: 100%;
  border-radius: 24px;
  padding: 32px 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  justify-content: unset;
  align-items: unset;
  transition: all 0.5s ease;
}
.cases_ux_ui_case.active .cases_ux_ui_case_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.cases_ux_ui_case.active .cases_ux_ui_item_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--main-color);
}
.cases_ux_ui_case.active .cases_ux_ui_item_category {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 18px;
  color: var(--black-color);
}

.cases_ux_ui_more_cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cases_ux_ui_more_cases p {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--black-color);
}

@media (max-width: 1100px) {
  .cases_ux_ui_text {
    font-size: 54px;
    line-height: 70px;
  }
}
@media (max-width: 900px) {
  .cases_ux_ui_text {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .cases_ux_ui_text {
    font-size: 30px;
    line-height: 32px;
  }
  .cases_ux_ui_case.active {
    padding: 24px;
  }
  .cases_ux_ui_case.active .cases_ux_ui_item_title {
    font-size: 28px;
  }
}

.service_advantages_ux_ui {
  background-color: transparent;
  padding: 80px 0;
}
.service_advantages__body_ux_ui {
  margin-bottom: 60px;
  padding-bottom: 32px;
}

.advantages_ux_ui_wrapper {
  overflow: hidden;
  width: 100%;
}
.advantages_ux_ui_scrolling_wrapper {
  will-change: transform;
  transform-style: preserve-3d;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 0 40px;
}
.advantages_ux_ui_slide {
  background-color: #f6f6f6;
  padding: 40px 24px;
  border-radius: 12px;
  min-width: 750px;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
.advantages_ux_ui_slide .advantages_num {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 24px;
  color: var(--gray-color);
}
.advantages_ux_ui_slide_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--black-color);
  margin: 0;
}
.advantages_ux_ui_slide_title span {
  color: var(--main-color);
}
.advantages_ux_ui_slide_text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-wrap: wrap;
  color: var(--gray-color);
  width: 90%;
}

@media (max-width: 800px) {
  .service_advantages_ux_ui {
    padding: 60px 0;
  }
  .service_advantages__body_ux_ui {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .advantages_ux_ui_scrolling_wrapper {
    gap: 24px;
  }
  .advantages_ux_ui_slide {
    padding: 24px;
    min-width: 500px;
  }
  .advantages_ux_ui_slide .advantages_num {
    font-size: 18px;
  }
  .advantages_ux_ui_slide_title {
    font-size: 36px;
    text-wrap: wrap;
  }
  .advantages_ux_ui_slide_text {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .advantages_ux_ui_slide {
    min-width: 400px;
  }
}

.service_ux_ui_stage {
  padding: 80px 0 160px 0;
}
.service_ux_ui_stage .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.service_ux_ui_stage_top {
  width: 50%;
}
.service_ux_ui_stage_bottom {
  display: flex;
  flex-direction: column;
  gap: 240px;
  padding: 40px;
  position: relative;
}
.anim_line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  width: 2px;
}
.service_ux_ui_stage_card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.service_ux_ui_stage_card_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.service_ux_ui_stage_card_title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.service_ux_ui_stage_card_num {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-color);
}
.service_ux_ui_stage_card_info h3 {
  line-height: 140%;
  margin: 0;
}
.service_ux_ui_stage_card_text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--gray-color);
}
.service_ux_ui_stage_card_text p {
  margin-bottom: 20px;
}
.service_ux_ui_stage_card_text ul {
  margin-left: 30px;
}
.service_ux_ui_stage_card_text li::marker {
  color: var(--gray-color);
}
.service_ux_ui_stage_card_image {
  width: 50%;
}

@media (max-width: 1200px) {
  .service_ux_ui_stage_bottom {
    gap: 120px;
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .service_ux_ui_stage {
    padding: 60px 0 80px 0;
  }
  .service_ux_ui_stage .container {
    gap: 40px;
  }
  .service_ux_ui_stage_top {
    width: 50%;
  }
  .service_ux_ui_stage_card {
    flex-direction: column;
  }
  .service_ux_ui_stage_card_info {
    width: 100%;
  }
  .service_ux_ui_stage_card_image {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .service_ux_ui_stage_top {
    width: 100%;
  }
  .service_ux_ui_stage_bottom {
    gap: 100px;
  }
  .service_ux_ui_stage_card_text {
    font-size: 16px;
  }
}

.reviews_slider_ux_ui {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 48px;
}
.static_review_ux_ui.slick-slide {
  margin-right: 48px;
  height: 300px;
}
.static_review_ux_ui .static_review {
  height: 100%;
  padding: 40px 60px;
}
.reviews_slider_ux_ui .slick-prev {
  top: 50%;
  left: 16px;
  z-index: 2;
}
.reviews_slider_ux_ui .slick-next {
  top: 50%;
  right: 54px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .static_review_ux_ui.slick-slide {
    margin-right: 24px;
    height: 300px;
  }
  .reviews_slider_ux_ui .slick-next {
    right: 30px;
  }
}
@media (max-width: 800px) {
  .static_review_ux_ui.slick-slide {
    margin-right: 0;
    height: 280px;
  }
  .reviews_slider_ux_ui .slick-next {
    right: 8px;
  }
}

.video_ux_ui img {
  width: 100%;
}

.preloader_ux_ui {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader_ux_ui_section {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.preloader_ux_ui_text {
  font-size: 160px;
  color: #ffffff;
  mix-blend-mode: screen;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.preloader_ux_ui_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform 1.5s ease, opacity 0.5s ease;
}
.preloader_ux_ui_circle.orange {
  background-color: #ff5530;
}
.preloader_ux_ui_circle.sky_blue {
  background-color: #6553e0;
}
.preloader_ux_ui_circle.blue {
  background-color: #191e91;
}
.active_preloader_ux_ui {
  opacity: 1;
}
.active_preloader_ux_ui .preloader_ux_ui_circle {
  transform: translate(-50%, -50%) scale(100);
}
.active_preloader_ux_ui .preloader_ux_ui_text {
  opacity: 1;
}

@media (max-width: 1100px) {
  .preloader_ux_ui_text {
    font-size: 100px;
  }
}
@media (max-width: 1000px) {
  .preloader_ux_ui_text {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  .preloader_ux_ui_text {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .preloader_ux_ui_text {
    font-size: 40px;
  }
}

/* form popup */

.cf_success_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.cf_success_popup_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 80px;
  background-color: #ffffff;
  max-width: 800px;
}
.cf_success_popup_icon {
  font-size: 80px;
  line-height: 0.8em;
  text-align: center;
}
.cf_success_popup_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  margin: 0;
  color: var(--black-color);
}
.cf_success_popup_title .orange {
  color: var(--main-color);
}
.cf_success_popup_text {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--black-color);
}
#cf_close_popup {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .cf_success_popup_content {
    padding: 40px 60px;
  }
  .cf_success_popup_icon {
    font-size: 60px;
  }
  .cf_success_popup_title {
    font-size: 44px;
    line-height: 52px;
  }
  .cf_success_popup_text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .cf_success_popup {
    padding: 0 16px;
  }
  .cf_success_popup_content {
    padding: 40px 32px;
    width: 100%;
    max-width: 450px;
  }
  .cf_success_popup_icon {
    font-size: 40px;
  }
  .cf_success_popup_title {
    font-size: 32px;
    line-height: 40px;
  }
  .cf_success_popup_text {
    font-size: 16px;
    line-height: 24px;
  }
  #cf_close_popup {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
}

/* cases page */
.cases_section {
  padding: 160px 0;
}
.cases_section .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.cases_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 40px;
  column-gap: 20px;
}
.single_case {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2px;
}
.single_case:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#e74724, #e74724),
    linear-gradient(transparent, transparent), linear-gradient(#e74724, #e74724),
    linear-gradient(transparent, transparent);
  animation: anim_rotate 10s linear infinite;
}
.single_case:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
}
.single_case_image {
  width: 100%;
  height: auto;
}
.single_case_body {
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.single_case_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single_case_info_title {
  margin: 0;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--main-color);
}
.single_case_info_tags {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  color: #1a1a1a;
}
.single_case_arrow {
  width: 40px;
  height: 40px;
}

/* filters */
.filter_section {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.filter_section h2 {
  margin: 0 0 12px 0;
  width: 50%;
  font-family: "Outfit";
  font-weight: 200;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--black-color);
}
.filters_body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.trending_news_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
.filters_body h3,
.trending_news_container .trending_news_title {
  margin: 0;
  min-width: 180px;
  font-family: "Outfit";
  font-weight: 200;
  font-size: 36px;
  line-height: 36px;
  color: var(--black-color);
}
.trending_news_container .trending_news_title span {
  text-transform: uppercase;
  color: var(--main-color);
}
.filters_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.filter_button {
  height: 44px;
  padding: 12px 24px;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #a3a3a3;
  color: var(--black-color);
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}
.filter_button:hover,
.filter_button.active {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
}

@media (max-width: 1000px) {
  .single_case_info_title {
    font-size: 28px;
    line-height: 34px;
  }
  .single_case_info_tags {
    font-size: 18px;
    line-height: 28px;
  }
  .single_case_arrow {
    width: 32px;
    height: 32px;
  }
  .filter_section h2 {
    width: 100%;
  }
  .filters_body {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .cases_section {
    padding: 100px 0;
  }
  .cases_section .container {
    gap: 80px;
  }
  .cases_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .single_case_info_title {
    font-size: 24px;
    line-height: 32px;
  }
  .single_case_arrow {
    width: 24px;
    height: 24px;
  }
  .filter_section {
    gap: 40px;
  }
  .filters_items {
    gap: 12px;
  }
  .filter_section h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .filters_body h3,
  .trending_news_container .trending_news_title {
    font-size: 28px;
    line-height: 36px;
  }
  .filter_button {
    height: 36px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 12px;
  }
  .trending_news_container {
    gap: 30px;
    margin-bottom: 40px;
  }
}

/* cases home page */
.cases .cases_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 160px;
}
.cases .single_case {
  height: auto;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
}
.cases .single_case:nth-child(even) {
  margin-top: 100px;
}
.cases .cases_view_all {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cases .cases_container {
    column-gap: 100px;
  }
  .cases .single_case:nth-child(even) {
    margin-top: 80px;
  }
}
@media (max-width: 800px) {
  .cases .cases_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .cases .single_case:nth-child(even) {
    margin-top: 0;
  }
  .cases .cases_view_all {
    margin-top: 10px;
  }
}

.service_approach {
  padding: 150px 0;
}
.service_approach .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.service_approach_left {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 70%;
}
.service_approach_right {
  width: 30%;
}
.service_approach_left .service_recent_new_title {
  text-align: left;
}
.service_approach_items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service_approach_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 100px;
}
.service_approach_item .num {
  min-width: 50px;
  width: 50px;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 24px;
  color: var(--main-color);
}
.service_approach_item_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  color: var(--gray-color);
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 1200px) {
  .service_approach_left {
    width: 50%;
  }
  .service_approach_right {
    width: 50%;
  }
  .service_approach_item {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .service_approach {
    padding: 80px 0;
  }
  .service_approach .container {
    flex-direction: column;
    align-items: unset;
  }
  .service_approach_left {
    gap: 40px;
    width: 100%;
  }
  .service_approach_right {
    display: none;
  }
}
@media (max-width: 800px) {
  .service_approach_item .num {
    font-size: 18px;
  }
  .service_approach_item_text {
    font-size: 18px;
    padding-bottom: 24px;
  }
}

.service_case_study {
  padding: 160px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service_case_study .container {
  display: flex;
  justify-content: center;
}
.service_case_study_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  max-width: 1000px;
  text-align: center;
}
.service_case_study_review {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service_case_study_title {
  margin: 0;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.service_case_study_description {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.service_case_study_name {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}
.service_case_study_name span {
  font-weight: 300;
}
.service_case_study_body img {
  width: 210px;
}

@media (max-width: 1000px) {
  .service_case_study {
    padding: 100px 0;
  }
  .service_case_study_description {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 800px) {
  .service_case_study {
    padding: 80px 0;
  }
  .service_case_study_body {
    gap: 40px;
  }
  .service_case_study_description {
    font-size: 36px;
    line-height: 48px;
  }
  .service_case_study_title {
    font-size: 20px;
  }
  .service_case_study_name {
    font-size: 20px;
  }
  .service_case_study_body img {
    width: 150px;
  }
}

.discovery_branding_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 50px;
}
.discovery_branding_item {
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #97959371;
}
.discovery_branding_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.discovery_item_branding_left {
  width: 46%;
}
.discovery_item_branding_right {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.discovery_item_branding_num {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 22px;
  color: #7d7a78;
}
.discovery_item_branding_title {
  margin: 0;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--main-color);
}
.discovery_item_branding_description {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 22px;
  color: #7d7a78;
}
.discovery_item_branding_tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.discovery_item_branding_tag {
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #00000038;
  color: var(--black-color);
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
}
.discovery_item_branding_tag.graphic_design_tag {
  font-size: 15px;
}

@media (max-width: 1000px) {
  .discovery_branding_items {
    margin-left: 0;
  }
  .discovery_branding_item {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .discovery_item_branding_left {
    width: 100%;
  }
  .discovery_item_branding_right {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .discovery_item_branding_title {
    font-size: 36px;
    line-height: 48px;
  }
  .discovery_item_branding_num {
    font-size: 18px;
  }
  .discovery_item_branding_description {
    font-size: 18px;
  }
  .discovery_item_branding_tag,
  .discovery_item_branding_tag.graphic_design_tag {
    font-size: 14px;
  }
}

.approach_new {
  padding: 80px 0;
}
.approach_new .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.approach_new .service_recent_new_title {
  text-align: left;
}
.approach_new_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.approach_new_item {
  padding: 24px 48px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.approach_new_item_num {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 24px;
  color: var(--main-color);
}
.approach_new_item_num_text {
  margin: 0;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  color: var(--gray-color);
}
@media (max-width: 1000px) {
  .approach_new .container {
    gap: 40px;
  }
  .approach_new_item {
    padding: 24px;
    gap: 24px;
  }
  .approach_new_item_num_text {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .approach_new {
    padding: 40px 0;
  }
  .approach_new_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* front page - new services section */

.products_services {
  padding: 100px 0;
}
.products_services .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.products_services_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.products_services_top .products_title {
  margin-bottom: 0 !important;
}
.products_services_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.products_services_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.products_services_item .products_services_item_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 120px;
  cursor: pointer;
}
.products_services_item_link_arrow {
  display: none;
}
.products_services_item_num {
  min-width: 30px;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 24px;
  color: var(--gray-color);
  transition: 0.3s;
}
.products_services_item.active .products_services_item_num {
  color: var(--main-color);
  transition: 0.3s;
}
.products_services_item_title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--gray-color);
  white-space: nowrap;
  transition: 0.3s;
}
.products_services_item.active .products_services_item_title {
  color: var(--main-color);
  transition: 0.3s;
}
.products_services_main {
  display: none;
  transition: 0.3s;
}
.products_services_main.active {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 770px;
  transition: 0.3s;
}
.products_services_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.products_services_tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 480px;
}
.products_services_tags_mobile {
  display: none;
}
.products_services_link.products_services_link_mobile {
  display: none;
}
.products_services_img_mobile {
  display: none;
}
.products_services_tag {
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #00000038;
  color: var(--black-color);
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
}
.products_services_more {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}
.products_services_description {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: var(--black-color);
}
.products_services_link {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--main-color);
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.products_services_link:hover,
.products_services_link:visited {
  color: var(--main-color);
}
.products_services_link img {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.products_services_link:hover img {
  margin-left: 6px;
  transition: 0.3s;
}
.products_services_img {
  width: 100%;
}
.products_services_body .cases_view_all {
  display: none;
}

@media (max-width: 1300px) {
  .products_services_body {
    gap: 80px;
  }
  .products_services_item .products_services_item_link {
    gap: 80px;
  }
}
@media (max-width: 1180px) {
  .products_services_body {
    gap: 50px;
  }
  .products_services_item .products_services_item_link {
    gap: 40px;
  }
  .products_services_item_title {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .products_services {
    padding: 80px 0;
  }
  .products_services .container {
    gap: 50px;
  }
  .products_services_right {
    display: none;
  }
  .products_services_left {
    width: 100%;
  }
  .products_services_item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.3s;
  }
  .products_services_item.active {
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.3s;
  }
  .products_services_item_link {
    width: 100%;
  }
  .products_services_item.active .products_services_item_link_arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
  .products_services_item.active .products_services_tags_mobile {
    display: flex;
  }
  .products_services_item.active .products_services_img_mobile {
    display: block;
  }
  .products_services_item.active
    .products_services_link.products_services_link_mobile {
    display: flex;
  }
  .products_services_top .cases_view_all {
    display: none;
  }
  .products_services_body .cases_view_all {
    display: flex;
  }
}
@media (max-width: 500px) {
  .products_services .container {
    gap: 32px;
  }
  .products_services_item_link {
    gap: 16px !important;
  }
  .products_services_item_num {
    font-size: 14px;
    min-width: 20px;
  }
}

/* blog page */
.blog_section {
  padding: 80px 0;
}
.blog_section .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.blog_section h1 {
  margin: 0;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  color: var(--black-color);
}
.blog_filters_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog_container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 40px;
  column-gap: 20px;
}
.single_post {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2px;
}
.single_post:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#e74724, #e74724),
    linear-gradient(transparent, transparent), linear-gradient(#e74724, #e74724),
    linear-gradient(transparent, transparent);
  animation: anim_rotate 10s linear infinite;
}
.single_post:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
}
@keyframes anim_rotate {
  100% {
    transform: rotate(1turn);
  }
}
.single_post_image {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.single_post_body {
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.single_post_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single_post_info_title {
  margin: 0;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--black-color);
}
.single_post_info_date {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666666;
}
.single_post_info_excerpt {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #333333 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(24px * 3);
}
.single_post_info_tags {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.single_post_info_tag {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  height: 36px;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--main-color);
}

.filters_items .hidden {
  display: none;
}
.filters_items .show_more_button {
  height: 44px;
  padding: 12px 24px;
  background-color: var(--main-color);
  border-radius: 40px;
  border: 1px solid var(--main-color);
  color: #ffffff;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .blog_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single_post_image {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 1000px) {
  .single_post_info_title {
    font-size: 24px;
    line-height: 32px;
  }
  .single_post_info_tags {
    font-size: 18px;
    line-height: 28px;
  }
  .single_post_image {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 800px) {
  .blog_section {
    padding: 60px 0;
  }
  .blog_section .container {
    gap: 40px;
  }
  .blog_section h1 {
    font-size: 36px;
  }
  .blog_filters_body {
    gap: 30px;
  }
  .blog_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .single_post_info_title {
    font-size: 20px;
    line-height: 28px;
  }
  .filters_items .show_more_button {
    height: 36px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 12px;
  }
}

/* blog home page */
.blog_section_front_page {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.blog_section_front_page .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.blog_wrapper {
  display: flex;
  flex-direction: column;
}
.blog_section_front_page .single_post:hover::after {
  background: #f6f6f6;
}
.blog_section_front_page .cases_view_all {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 800px) {
  .blog_section_front_page {
    padding: 80px 0;
  }
  .blog_section_front_page .container {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 10px;
  }
}

/* new button */
.new_button_wrapper {
  margin-top: 40px;
  width: max-content;
}
.new_button {
  text-decoration: none;
}
.new_button_body {
  cursor: pointer;
  padding: 0 56px 0 32px;
  height: 48px;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border-radius: 24px;
  display: block;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-decoration: none;
  background: #e74724;
  color: #fff;
  transform: translateY(0) translateZ(0);
  transition: 0.3s;
}
.new_button_body div {
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-shadow: 0 16px 0 #fff;
}
.new_button_body div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.3s ease;
  transform: translateY(0) translateZ(0);
}
.new_button_body:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.new_button_body:hover span {
  transform: translateY(-16px) translateZ(0);
}
.button_arrow {
  position: absolute;
  right: 32px;
  top: 16px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.arrow_one {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.arrow_two {
  transform: translate3d(-50%, 50%, 0);
  opacity: 0;
}
.new_button_body:hover .arrow_one {
  transform: translate3d(50%, -50%, 0);
  opacity: 0;
}
.new_button_body:hover .arrow_two {
  transform: translate3d(0%, 0%, 0);
  opacity: 1;
}
@media (max-width: 800px) {
  .new_button_wrapper {
    width: unset;
  }
  .new_button_body {
    width: 100%;
  }
}

/* testimonials */

.testimonials {
  padding: 160px 0;
}
.testimonials .container {
  max-width: 1000px;
}
.testimonials_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  row-gap: 100px;
  column-gap: 80px;
}
.testimonials_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonials_item_logo {
  width: 100px;
  height: auto;
}
.testimonials_item_text {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--black-color);
  margin-bottom: 20px;
}
.testimonials_item_stars {
  width: 160px;
  height: auto;
}
.testimonials_item_author {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-color);
  margin-top: 12px;
}
.testimonials_item_company {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray-color);
}
.testimonials_item:nth-child(3n + 1) {
  grid-column: span 2;
  max-width: 800px;
}
.testimonials_item:nth-child(3n + 1) .testimonials_item_text {
  font-size: 44px;
}
.testimonials_item:nth-child(3n + 3) .testimonials_item_text {
  font-size: 36px;
}

@media (max-width: 800px) {
  .testimonials {
    padding: 100px 0;
  }
  .testimonials_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
  }
  .testimonials_item:nth-child(3n + 1) {
    grid-column: unset;
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .testimonials_item:nth-child(3n + 1) .testimonials_item_text {
    font-size: 24px;
  }
  .testimonials_item:nth-child(3n + 3) .testimonials_item_text {
    font-size: 26px;
  }
}

/* outcomes page */

.results,
.outcomes,
.about_outcomes,
.awards_outcomes {
  padding: 80px 0;
}
.about_outcomes {
  background-color: #f6f6f6;
}

/* results */

.results_container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.results_title_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.results_subtitle {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--gray-color);
}
.results_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 112px;
  letter-spacing: -0.02em;
  line-height: 94%;
  color: var(--black-color);
  margin: 0;
}
.results_title span {
  color: var(--main-color);
}
.results_items {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.results_item {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.results_item_logo {
  height: 42px;
}
.results_item_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.results_item_value {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 52px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--main-color);
  margin-bottom: 8px;
}
.results_item_title {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--black-color);
}
.results_item_description {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}

/* outcomes */

.outcomes_container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.outcomes_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.outcomes_title_container {
  width: 42%;
}
.outcomes_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
}
.outcomes_title span {
  color: var(--gray-color);
}
.outcomes_items {
  width: 52%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.outcomes_items {
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}
.outcomes_item {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.outcomes_item_logo {
  height: 42px;
}
.outcomes_item_text {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}

/* about */

.about_outcomes_container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.about_outcomes_content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.about_outcomes_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 54px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
}
.about_outcomes_items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.about_outcomes_item {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
.about_outcomes_item_num {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}
.about_outcomes_item_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}
.about_outcomes_item_info_wrapper {
  display: flex;
  flex-direction: column;
}
.about_outcomes_item_value {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--main-color);
}
.about_outcomes_item_title {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--main-color);
}
.about_outcomes_item_text {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}

/* awards */

.awards_outcomes_container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.awards_outcomes_content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.awards_outcomes_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 54px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
  max-width: 620px;
}
.awards_outcomes_content_items {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.awards_outcomes_top_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.awards_outcomes_top_item {
  background-color: #f6f6f6;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.awards_outcomes_top_item_logo {
  height: 80px;
}
.awards_outcomes_top_item_text {
  text-align: left;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}
.awards_outcomes_items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.awards_outcomes_item {
  background-color: #f6f6f6;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.awards_outcomes_item_logo {
  height: 80px;
}
.awards_outcomes_item_text {
  text-align: left;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 120%;
  color: var(--gray-color);
}

@media (max-width: 1200px) {
  .results_title {
    font-size: 82px;
  }
  .outcomes_title {
    font-size: 36px;
  }
  .about_outcomes_title,
  .awards_outcomes_title {
    font-size: 44px;
  }
  .about_outcomes_item {
    gap: 80px;
  }
  .awards_outcomes_top_item,
  .awards_outcomes_item {
    gap: 60px;
  }
}
@media (max-width: 1000px) {
  .results_title {
    font-size: 64px;
  }
  .outcomes_title {
    font-size: 28px;
  }
  .about_outcomes_title,
  .awards_outcomes_title {
    font-size: 36px;
  }
  .results_item {
    padding: 40px 24px;
  }
  .outcomes_item {
    padding: 24px 16px;
  }
  .about_outcomes_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .about_outcomes_item {
    padding: 24px;
  }
  .awards_outcomes_top_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .awards_outcomes_top_item {
    padding: 24px;
  }
  .awards_outcomes_items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .awards_outcomes_item {
    padding: 24px;
  }
}
@media (max-width: 800px) {
  .results_container {
    flex-direction: column;
    gap: 40px;
  }
  .results_title_container {
    width: 100%;
  }
  .results_items {
    width: 100%;
  }
  .results_item {
    padding: 40px 12px;
  }
  .outcomes_container {
    flex-direction: column;
    gap: 24px;
  }
  .outcomes_content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .outcomes_title_container {
    width: 100%;
  }
  .outcomes_items {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #c7c7c7;
  }
  .outcomes_item {
    padding: 32px 16px;
    border-left: none;
  }
  .about_outcomes_container {
    flex-direction: column;
    gap: 24px;
  }
  .about_outcomes_title {
    font-size: 24px;
  }
  .about_outcomes_content {
    gap: 40px;
  }
  .about_outcomes_item {
    padding: 24px 16px;
    gap: 64px;
  }
  .awards_outcomes_container {
    flex-direction: column;
    gap: 24px;
  }
  .awards_outcomes_content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .outcomes_title {
    font-size: 24px;
  }
  .about_outcomes_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .awards_outcomes_content_items {
    gap: 40px;
  }
  .awards_outcomes_top_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .awards_outcomes_top_item {
    padding: 32px;
  }
  .awards_outcomes_items {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
  }
  .awards_outcomes_item {
    min-width: 270px;
    padding: 32px;
  }
}

/* privacy page */
.privacy_section {
  padding: 100px 0;
}
.privacy_section .container {
  display: flex;
  flex-direction: column;
}
.privacy_title {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 100px;
  letter-spacing: -0.02em;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-color);
  margin: 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}
.privacy_container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-top: 60px;
}
.privacy_menu {
  position: sticky;
  top: 15px;
  min-width: 300px;
  height: 100%;
}
.privacy_content #ez-toc-container {
  display: none;
}
.privacy_content {
  max-width: 800px;
  color: var(--black-color);
}
.privacy_content p,
.privacy_content ul,
.privacy_content li {
  font-size: 20px;
  margin-bottom: 20px;
}
.privacy_content ul {
  padding-left: 20px;
}
.privacy_content a {
  color: var(--main-color);
}
.privacy_content strong {
  font-weight: 600;
}
.privacy_content h2 {
  font-weight: 600;
  font-size: 44px;
  margin-top: 100px;
  margin-bottom: 40px;
}
.privacy_content h4 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .privacy_menu {
    min-width: 250px;
  }
}

@media (max-width: 1000px) {
  .privacy_section {
    padding: 80px 0;
  }
  .privacy_title {
    font-size: 80px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .privacy_container {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
  .privacy_menu {
    position: static;
    min-width: 100%;
  }
  .privacy_menu #ez-toc-container {
    width: 100%;
  }
  .privacy_content {
    max-width: unset;
  }
}
@media (max-width: 800px) {
  .privacy_section {
    padding: 60px 0;
  }
  .privacy_title {
    font-size: 52px;
  }
  .privacy_container {
    gap: 30px;
  }
  .privacy_content p,
  .privacy_content ul,
  .privacy_content li {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .privacy_content ul {
    padding-left: 20px;
  }
  .privacy_content a {
    color: var(--main-color);
  }
  .privacy_content h2 {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .privacy_content h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 460px) {
  .privacy_title {
    font-size: 44px;
  }
}

/* careers page */

.careers_hero {
  padding: 120px 0;
}
.careers_hero_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.careers_hero_info,
.careers_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 400px;
  max-width: 650px;
}
.careers_h1 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
}
.careers_h2 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
}
.careers_h2 span {
  color: var(--main-color);
}
.careers_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--black-color);
}
.careers_about {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.careers_values {
  padding: 100px 0 60px 0;
  background-color: #f6f6f6;
}
.careers_benefits {
  padding: 60px 0 100px 0;
  background-color: #f6f6f6;
}
.careers_positions {
  padding: 100px 0;
}
.careers_about_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.careers_values_container,
.careers_positions_container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.careers_values_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.careers_values_item {
  background-color: white;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.careers_values_item_h3 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--black-color);
  margin: 0;
}
.careers_values_item_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--gray-color);
}
.careers_info .hero_btns {
  justify-content: flex-start;
  margin-top: 0;
}

/* career cards */
.careers_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career_item {
  background-color: white;
  border: 1px solid #cccccc;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 40px;
  transition: 0.3s;
}
.career_item:hover {
  border: 1px solid var(--main-color);
  box-shadow: 4px 4px 10px #cccccc40;
}
.career_item_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}
.career_department {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--main-color);
}
.career_item_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career_location {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 140%;
  color: var(--black-color);
}
.career_employment {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--black-color);
}
.career_item_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.career_item_btn {
  width: 208px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 54px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.career_item_btn_arrow {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}
.career_item:hover .career_item_btn_arrow {
  margin-left: 12px;
}

/* single career page */
.careers_section {
  padding-bottom: 100px;
}
.careers_section .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.careers_main {
  border-right: 1px solid #cccccc;
  padding: 60px 40px 40px 0;
}
.careers_main_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.careers_main_title {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 52px;
  letter-spacing: -0.02em;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}
.careers_main_department {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--main-color);
}
.careers_main_description {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--black-color);
  padding: 16px 0;
}
.careers_main_benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.careers_main_benefits_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.careers_main_benefits_item_image {
  width: 24px;
  height: 24px;
}
.careers_main_benefits_item_text {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--black-color);
}
.careers_main_about h2 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 140%;
  color: var(--black-color);
  margin: 40px 0 20px 0;
}
.careers_main_about p,
.careers_main_about ul,
.careers_main_about li {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 140%;
  color: var(--black-color);
}
.careers_main_about ul {
  padding-left: 20px;
}
.careers_main_about li {
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .careers_hero_container {
    gap: 40px;
  }
  .careers_about_container {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .careers_hero {
    padding: 100px 0;
  }
  .careers_hero_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .careers_hero_image {
    width: 100%;
  }
  .careers_about_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .careers_values_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career_item {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .career_item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .career_item_btns {
    justify-content: flex-start;
    height: unset;
  }
}
@media (max-width: 800px) {
  .careers_hero {
    padding: 60px 0 80px 0;
  }
  .careers_about {
    padding: 80px 0;
  }
  .careers_values {
    padding: 80px 0 40px 0;
  }
  .careers_benefits {
    padding: 40px 0 80px 0;
  }
  .careers_positions {
    padding: 80px 0;
  }
  .careers_h1 {
    font-size: 46px;
  }
  .careers_h2 {
    font-size: 36px;
  }
  .careers_values_item_h3 {
    font-size: 24px;
  }
  .careers_text {
    font-size: 18px;
  }
  .careers_hero_info,
  .careers_info {
    gap: 24px;
    min-width: unset;
  }
  .careers_values_container,
  .careers_positions_container {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .career_item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    padding: 32px 24px;
  }
  .career_item_btn {
    width: calc(100% - 48px);
  }
  .career_item_info {
    gap: 16px;
  }
  .career_item_body {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .careers_values_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .careers_values_item {
    padding: 32px 24px;
  }
}

/* home page ideas */

.ideas {
  padding: 100px 0;
}
.ideas_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.ideas_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 800px;
}
.ideas_info_title {
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  color: var(--black-color);
  margin-bottom: 16px;
}
.ideas_info_subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--main-color);
}
.ideas_info_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--black-color);
}
.ideas_info_buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
}
.ideas_info_buttons .hero_btns {
  margin: 0;
}
.ideas_portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.ideas_portfolio_items {
  overflow: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.ideas_portfolio_items_image {
  width: 100%;
}
#timer{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 52px;
  font-weight: 500;
  color: var(--main-color);
}
#timer .hours, #timer .minutes, #timer .seconds{
  display: flex;
  flex-direction: row;
  align-self: center;
  align-self: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--main-color);
  font-size: 62px;
  font-weight: 500;
  color: white;
}