@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: black;
  --primary: #1c1c1c;
  --hover-color: #be9661;
  --primary-light: #fcf8f4;
  --white: white;
  --dark-light: #fbf4ec;
  --borders-color: #e9ddce;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.goldkorn-web-design-system--row-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.goldkorn-web-design-system--half-star, .goldkorn-web-design-system--full-star {
  width: 16px;
  height: 16px;
}

.goldkorn-web-design-system--review-widget {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.goldkorn-web-design-system--review-link {
  color: #a6a6a6;
  text-transform: none;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.goldkorn-web-design-system--stars-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.goldkorn-web-design-system--rating-number {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

body {
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

a:hover {
  border-bottom-color: var(--hover-color);
  color: var(--hover-color);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-top: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-our-team {
  background-color: var(--primary-light);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Team-Img-BG-1_1Team Img BG (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.pricing-banner {
  background-image: linear-gradient(#32323299, #32323299), url('../images/guelten-kaya-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.contacts-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  background-image: url('../images/Lign-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1024px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.section.about-us-banner, .section.portfolio-grid-banner {
  background-color: var(--primary);
  background-image: url('../images/Lign-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1024px;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg {
  background-image: url('../images/Lign-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1024px;
}

.section.bg-without-bottom-spacing {
  background-image: url('../images/Lign-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1024px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.home-1-banner {
  min-height: auto;
  padding-top: 80px;
  overflow: hidden;
}

.section.light-bg-with-bottom-100px, .section.light-bg-with-top-100px {
  background-color: var(--primary-light);
}

.section.light-bg-with-top-100px-bottom-0px {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.home-2-banner {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.home-3-banner {
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.blog-banner {
  background-image: url('../images/Lign-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1024px 100%;
  padding-top: 160px;
  padding-bottom: 0;
}

.section.blog-details-banner {
  background-color: var(--primary-light);
  padding-top: 160px;
  padding-bottom: 0;
}

.section.services-banner {
  padding-top: 160px;
}

.section.section-mt-60 {
  padding-top: 60px;
}

.section.portfolio-details {
  padding-top: 160px;
  overflow: hidden;
}

.section.shop-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Shop-Banner-1_1Shop Banner (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.prodeuct-details-banner {
  padding-top: 180px;
  overflow: hidden;
}

.section.services-banner {
  background-image: linear-gradient(#32323299, #32323299), url('../images/guelten-kaya-4.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.salon-banner {
  background-image: linear-gradient(#32323299, #32323299), url('../images/guelten-kaya-2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.base-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.display-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.base-container.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  width: 19%;
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.dark-light-style-guide {
  background-color: var(--dark-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.borders-style-guide {
  background-color: var(--borders-color);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 52px;
}

.h2-tablet, .h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.full-w {
  justify-content: center;
  display: flex;
}

.primary-button.white-bg:hover, .primary-button.hover-white-bg:hover {
  background-color: var(--white);
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.white-bg {
  background-color: var(--white);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom-style: none;
  padding: 15px 13px;
  font-size: 15px;
  line-height: 1em;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--primary-dark);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 13px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 540px;
  padding: 18px;
  display: flex;
  left: -245px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  border-bottom-style: none;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--hover-color);
}

.pages-banner {
  background-color: var(--dark-light);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary);
  width: 30px;
  height: 30px;
  color: var(--white);
  justify-content: center;
  font-size: 16px;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.licensing-icon-link-wrapper:hover {
  border-color: var(--primary-dark);
  background-color: var(--white);
  color: var(--primary-dark);
}

.icon-style-guide {
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  grid-column-gap: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--borders-color);
  min-width: 280px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--hover-color);
}

.password-input::placeholder {
  color: var(--primary-dark);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
  text-transform: none;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--borders-color);
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--hover-color);
}

.coming-soon-input::placeholder {
  color: var(--primary-dark);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.blog-template-date {
  color: var(--hover-color);
  font-weight: 500;
}

.footer {
  background-color: var(--dark-light);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-rights {
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-copyright {
  color: var(--primary-dark);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  border-bottom-style: none;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--hover-color);
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-card-image {
  width: 100%;
  min-width: 100%;
  height: 310px;
  color: var(--primary);
  object-fit: cover;
}

.team-card-content-wrapper {
  background-color: var(--primary-light);
  text-align: left;
  padding: 10px 20px;
}

.team-member-position {
  color: #525252;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  border-bottom-style: none;
  border-bottom-width: 0;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.mt-0 {
  margin-top: 0;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-plans-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-plan-item {
  padding: 20px 30px 30px;
}

.pricing-plan-item.central-item {
  background-color: var(--white);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-plan-price-wrapper {
  border-bottom: 1px solid var(--borders-color);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  border: 1px solid var(--borders-color);
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: var(--borders-color);
}

.coming-soon-image {
  object-fit: cover;
  max-width: 480px;
  height: 65%;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-text {
  color: #fff;
}

.button-header {
  text-transform: none;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.button-header.tablet {
  display: none;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--borders-color);
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--hover-color);
}

.search-input::placeholder {
  color: var(--primary-dark);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.service-details-content-wrapper {
  width: 65%;
  margin-right: 40px;
}

.accordion-wrap-one-column {
  width: 100%;
}

.service-details-sidebar-wrapper {
  border: 1px solid var(--borders-color);
  background-color: var(--primary-light);
  width: 35%;
  padding: 20px 30px 30px;
  position: sticky;
  top: 110px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
  align-items: center;
  padding: 16px 28px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.primary-button-white:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-column {
  width: 33%;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 16px 28px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.secondary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.projects-list-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.item-overlay {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 0%;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 30px;
}

.rich-text-style h5 {
  margin-top: 20px;
}

.rich-text-style h6 {
  margin-top: 30px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  border-bottom-style: none;
}

.form {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 60px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.borders-links-footer {
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.links-pages-footer-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.social-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  width: 30px;
  height: 30px;
  color: var(--white);
  justify-content: center;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  line-height: 1em;
  transition: background-color .2s, color .3s;
  display: flex;
}

.social-icon:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.footer-socila-wtapper {
  grid-column-gap: 30px;
  display: flex;
}

.page-link-footer {
  border-bottom-style: none;
}

.submit-wrapper {
  text-align: left;
  width: 55%;
}

.footer-logo-link {
  border-bottom-style: none;
  width: 25%;
  margin-bottom: 0;
  margin-right: auto;
}

.footer-logo-link.w--current {
  max-width: 25%;
  margin-bottom: 0;
}

.paragraph-footer {
  width: 85%;
}

.form-footer {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid var(--borders-color);
  min-height: 68px;
  margin-bottom: 0;
  margin-right: -40px;
  padding: 16px 68px 16px 28px;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field::placeholder {
  color: var(--primary-dark);
}

.form-block-footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.primary-text {
  color: var(--primary);
}

.info-company-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-company {
  border-bottom: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  text-align: left;
  transition: border-color .3s, color .3s;
}

.info-company:hover {
  border-bottom-color: var(--hover-color);
  color: var(--hover-color);
}

.links-footer-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.success-message-footer {
  text-align: center;
  background-color: #0000;
  min-height: 68px;
}

.error-message-footer {
  width: 100%;
}

.logo-header {
  height: 120px;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.title-wrap {
  width: 56%;
}

._w-100 {
  width: 100%;
}

.collection-list-service {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-s {
  border: 1px solid var(--borders-color);
  background-color: var(--dark-light);
  flex-direction: column;
  padding: 20px 25px 30px;
  display: flex;
}

.link-block {
  border-bottom-style: none;
}

.line-service {
  background-color: var(--primary);
  width: 45%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-service {
  margin-top: 30px;
}

.services-name {
  transition: color .3s;
}

.services-name:hover {
  color: var(--hover-color);
}

.contact-block {
  text-align: center;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/guelten-kaya-4.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.white-paragraph {
  color: var(--white);
}

.button-contact-wrap {
  margin-top: 50px;
}

.numbers-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.big-numbers {
  color: var(--primary);
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

.number-info-wrap {
  flex-direction: column;
  display: flex;
}

.info-title-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.title-info-wrap {
  width: 55%;
}

.paragraph-title {
  width: 45%;
}

.team-home-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.title-team {
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.team-info-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-member-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-big-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.subtitle-all-caps {
  color: var(--hover-color);
  text-transform: none;
  font-size: 18px;
}

.circle-button {
  border: 1px solid var(--primary);
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  width: 200px;
  height: 200px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  transform: scale(1.1);
}

.client-wrapper-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  align-items: center;
  width: 100%;
}

.title-client {
  color: var(--primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}

.loop-clients-wrapper {
  width: 100%;
  overflow: hidden;
}

.scroller {
  align-content: flex-end;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-loop {
  filter: grayscale();
  object-fit: contain;
  width: 160px;
  margin-left: 40px;
  margin-right: 40px;
}

.info-project {
  justify-content: space-between;
  display: flex;
}

.link-block-project {
  z-index: 10;
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  transition-property: all;
  position: relative;
}

.link-block-project:hover {
  transform: scale(.95);
}

.project-photo {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.number-project {
  color: var(--primary-dark);
  font-size: 20px;
  font-weight: 600;
}

.project-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.button-buttom-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.link-block-project-name {
  border-bottom-style: none;
}

.links-project {
  padding-bottom: 40px;
  padding-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.big-info-project {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.big-info-project.mb-20, .big-info-project.mt-0 {
  margin-top: 0;
}

.project-info {
  z-index: 10;
  border-bottom-color: var(--white);
  color: var(--white);
  transition: border-color .3s, color .3s;
  position: relative;
}

.project-info:hover {
  border-bottom-color: var(--borders-color);
  color: var(--borders-color);
}

.bg-project {
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-project-center {
  margin-top: 40px;
}

.collection-list-wrapper-project.recent-projects {
  width: 100%;
}

.img-banner {
  object-fit: cover;
  object-position: 10% 50%;
  width: 100%;
  height: 100%;
}

.img-banner.project-img {
  object-position: 50% 50%;
}

.img-banner.product-details {
  object-position: 50% 50%;
  width: auto;
  height: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-home-1-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 10% 0% 0% auto;
  overflow: hidden;
}

.banner-home-1-wrapper.services-banner {
  height: 440px;
}

.banner-home-1-wrapper.product-details {
  top: 83px;
}

.bg-home-banner {
  z-index: 1;
  background-color: var(--primary);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-home-banner.left {
  inset: 0% auto 0% 0%;
}

.home-1-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.content-banner-home-1 {
  flex-direction: column;
  display: flex;
}

.button-wrap-banner {
  margin-top: 50px;
}

.get-in-touch-link {
  background-color: var(--primary-light);
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.get-in-touch-link.about-page {
  padding-top: 80px;
}

.loop-block {
  flex: none;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.loop-block:hover {
  opacity: .6;
}

.text-loop {
  flex: none;
  align-items: center;
  margin-right: 7px;
  display: flex;
}

.line-contact {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1em;
}

.contact {
  font-weight: 600;
  line-height: 1em;
}

.about-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.left-info {
  flex-direction: column;
  display: flex;
}

.project-name {
  transition: color .3s;
}

.project-name:hover {
  color: var(--hover-color);
}

.right-info {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transition: all .35s;
  overflow: hidden;
}

.img:hover {
  transform: scale(1.05);
}

.title-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-blog-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog-home {
  background-color: var(--primary-light);
  padding-bottom: 30px;
}

.link-blog-name {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.link-blog-img {
  border-bottom-style: none;
  width: 100%;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.info-blog {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--hover-color);
}

.hover-color-style-guide {
  background-color: var(--hover-color);
  width: 75px;
  height: 75px;
}

.slider-banner {
  width: 100%;
  height: 100%;
}

.slide-nav-banner {
  height: auto;
  font-size: 13px;
  inset: auto 17px 12% auto;
}

.slide-nav-banner.product-slide {
  bottom: 15%;
}

.color-text {
  color: var(--hover-color);
}

.img-banner-2 {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.content-banner-2-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.content-banner-2-wrapper.service-banner {
  margin-bottom: 60px;
}

.title-banner-2-wrapper {
  width: 70%;
}

.info-banner-2-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.play-video-banner-2 {
  z-index: 5;
  border: 5px solid var(--white);
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition-property: border-color;
  display: flex;
  position: absolute;
  inset: 49% auto auto;
}

.play-video-banner-2:hover {
  border-color: var(--borders-color);
}

.play-video-banner-2.service-banner {
  top: -13%;
}

.lines-play {
  border: 1px dashed var(--white);
  border-radius: 100px;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 10px;
}

.line-banner-2 {
  background-color: var(--borders-color);
  width: 75%;
  height: 2px;
  margin-bottom: 55px;
  margin-left: auto;
}

.banner-3-img {
  object-fit: cover;
  object-position: 80% 0%;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-bg {
  background-image: linear-gradient(to right, #000c, #e9ddce00);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-3-content-wrap {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  width: 100%;
  display: flex;
  position: relative;
}

.text-content-wrap {
  flex-direction: column;
  width: 73%;
  display: flex;
}

.inline-block {
  width: 100%;
  display: inline-block;
}

.line-banner {
  background-color: var(--hover-color);
  width: 70%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.arrow-link {
  border-bottom-style: none;
  border-bottom-width: 20px;
  width: 45px;
  height: 100px;
  transition-property: opacity;
  position: absolute;
  inset: auto 6% 6% auto;
}

.arrow-link:hover {
  opacity: .5;
}

.arrow-down {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.faq-s-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.left-title-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 110px;
}

.about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.info-wrapper {
  flex-direction: column;
  display: flex;
}

.img-wrapper-info {
  background-image: url('../images/Img-2_1Img (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.numbers-wrapper {
  background-color: var(--dark-light);
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px;
  display: flex;
}

.number {
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.number-info {
  flex-direction: column;
  display: flex;
}

.info-number {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1em;
}

.line-numbers {
  background-color: var(--borders-color);
  width: 2px;
  height: 100%;
}

.paragraph-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.paragraph-3 {
  width: 78%;
}

.review-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 70px;
}

.left-arrow-testimonials {
  width: 40px;
  height: 40px;
  color: var(--primary);
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 0%;
}

.left-arrow-testimonials:hover {
  color: var(--hover-color);
}

.right-arrow-testimonials {
  width: 40px;
  height: 40px;
  color: var(--primary);
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 8%;
}

.right-arrow-testimonials:hover {
  color: var(--hover-color);
}

.review-img-bg {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mask-testimonials {
  width: 100%;
}

.slide-review {
  background-color: var(--primary-light);
  padding: 20px 30px 30px;
}

.info-client-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.client-img {
  border-radius: 100px;
  width: 60px;
}

.name-client {
  font-size: 18px;
  font-weight: 600;
}

.collection-list-services {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-service {
  border-bottom: 1px solid var(--borders-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-home-wrapper {
  border-bottom-style: none;
  border-bottom-width: 0;
  justify-content: space-between;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.info-service-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.service-name {
  margin-top: 0;
  margin-bottom: 0;
}

.number-services {
  margin-bottom: 4px;
}

.arrow-service {
  width: 26px;
}

.link-block-name-project {
  border-bottom-style: none;
  border-bottom-width: 0;
  position: absolute;
  inset: auto auto 20px 30px;
}

.name-project {
  color: var(--white);
  transition: color .3s;
}

.name-project:hover {
  color: var(--borders-color);
}

.link-block-img-project {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.overlay-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.img-project {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
}

.team-member-wrapper {
  background-image: linear-gradient(#64646433, #000000b3 90%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.position-team {
  color: var(--white);
}

.info-team-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-team {
  color: var(--primary-light);
  border-bottom-style: none;
  border-bottom-width: 0;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
}

.social-team-wrap {
  grid-column-gap: 15px;
  display: flex;
}

.team-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

.empty-state-white {
  color: #fff;
  background-color: #0000;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-blog-2.banner {
  grid-template-columns: 1fr;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.collection-list-wrapper-blog.mt-30 {
  margin-top: 30px;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 115px;
}

.banner-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}

.collection-item-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-blog-2.banner {
  width: 100%;
  height: 320px;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.image-blog:hover {
  opacity: .8;
}

.info-blog-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.blog-name-2 {
  transition: color .3s;
}

.blog-name-2:hover {
  color: var(--hover-color);
}

.recent-link-img-blog {
  width: 25%;
  height: 100%;
}

.recent-img-blog {
  object-fit: cover;
  width: 100%;
  height: 110px;
  transition: opacity .3s;
  display: inline-block;
}

.recent-img-blog:hover {
  opacity: .8;
}

.recent-info-blog-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.blog-name-3 {
  transition: color .3s;
}

.blog-name-3:hover {
  color: var(--hover-color);
}

.date-blog {
  color: var(--hover-color);
  font-size: 15px;
}

.blog-link-img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.blog-img-2:hover {
  opacity: .8;
}

.blog-name-small {
  transition: color .3s;
}

.blog-name-small:hover {
  color: var(--hover-color);
}

.link-block-blog {
  border-bottom-style: none;
  border-bottom-width: 0;
  display: block;
}

.info-blog-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-details-blog {
  background-color: var(--borders-color);
  width: 60%;
  height: 2px;
}

.img-testimonial {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.review {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.info-testimonial {
  margin-top: 20px;
  display: flex;
}

.review-testimonial {
  border: 1px solid var(--borders-color);
  padding: 10px 20px 20px;
}

.review-wrap-2 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.testimonials-author-2 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-author-2.pt-0 {
  padding-bottom: 0;
}

.review-volumns-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.video-background {
  background-image: url('../images/Services-Img-1_1Services Img (1).webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.number-service {
  color: var(--hover-color);
  font-size: 18px;
  font-weight: 500;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  width: 100%;
}

.info-pricing-wrapper, .title-info-pricing-wrap {
  flex-direction: column;
  display: flex;
}

.mt-30, .button-info-wrap {
  margin-top: 30px;
}

.price-wrapper {
  display: flex;
}

.without-line {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.without-line.pointer {
  cursor: pointer;
}

.links-contact-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.link-contact {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.success-message-contact {
  background-color: #0000;
}

.contacts-input-2 {
  border: 1px solid var(--borders-color);
  color: #000;
  background-color: #fff;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.contacts-input-2:focus {
  border-color: var(--hover-color);
}

.contacts-input-2::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.contact-form-wrapper {
  background-color: #fff;
  padding: 40px;
}

.form-block-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  margin-bottom: 0;
  display: flex;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
}

.contacts-textarea-2 {
  border: 1px solid var(--borders-color);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 400;
}

.contacts-textarea-2:focus {
  border-color: var(--hover-color);
}

.contacts-textarea-2::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.projects-home-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.collection-list-project-home-4 {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.mt-80 {
  margin-top: 80px;
}

.with-line {
  border-top: 1px solid var(--borders-color);
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.service {
  color: #616161;
}

.service-text {
  color: var(--hover-color);
  margin-top: 15px;
}

.service-text.mt-0 {
  margin-top: 0;
}

.poject-heading {
  font-size: 56px;
}

.info-project-wrapper {
  grid-row-gap: 10px;
  border-top: 1px solid var(--borders-color);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-down-header {
  padding-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.shop {
  color: var(--primary);
  transition: color .3s;
}

.shop:hover {
  color: var(--hover-color);
}

.cart-quantity {
  background-color: var(--hover-color);
  min-width: 16px;
  height: 16px;
  color: var(--white);
  border-radius: 0;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 16px;
  position: absolute;
  inset: -82% 0% auto auto;
}

.shop-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.collection-list-products {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-products.details {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-name {
  transition: color .3s;
}

.product-name:hover {
  color: var(--hover-color);
}

.collection-item-product {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-shop {
  color: var(--hover-color);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.link-block-product {
  border: 1px solid var(--borders-color);
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.link-block-product:hover {
  border-color: var(--hover-color);
}

.product {
  object-fit: cover;
  width: 65%;
  height: 100%;
}

.product-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.add-to-cart {
  position: absolute;
  inset: auto 0% 0%;
}

.default-state-2 {
  margin-bottom: 0;
}

.remove-button {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.mt-7 {
  margin-top: 7px;
}

.cart-quantity-2 {
  border-color: var(--borders-color);
  background-color: var(--white);
  border-radius: 0;
}

.cart-quantity-2:focus {
  border-color: var(--hover-color);
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 60px;
}

.sticky-checkout {
  top: 110px;
}

.out-of-stock-state {
  background-color: var(--primary);
  color: var(--white);
}

.email {
  border-color: var(--borders-color);
  height: auto;
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.email:focus {
  border-color: var(--hover-color);
}

.block-header {
  border-color: var(--borders-color);
}

.block-content {
  border-right-color: var(--borders-color);
  border-bottom-color: var(--borders-color);
  border-left-color: var(--borders-color);
}

.full-name {
  border-color: var(--borders-color);
  height: auto;
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.full-name:focus {
  border-color: var(--hover-color);
}

.street-address {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.street-address:focus {
  border-color: var(--hover-color);
}

.street-address-2 {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.street-address-2:focus {
  border-color: var(--hover-color);
}

.city {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.city:focus {
  border-color: var(--hover-color);
}

.state-province {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.state-province:focus {
  border-color: var(--hover-color);
}

.zip-postal-code {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1em;
}

.zip-postal-code:focus {
  border-color: var(--hover-color);
}

.country {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 28px;
  line-height: 1em;
}

.country:focus {
  border-color: var(--hover-color);
}

.card-number-2 {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: 53px;
  padding: 16px 28px;
}

.card-number-2:focus {
  border-color: var(--hover-color);
}

.card-number-2::placeholder {
  color: var(--primary);
}

.expiration-date {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: 53px;
  padding: 16px 28px;
}

.expiration-date:focus {
  border-color: var(--hover-color);
}

.expiration-date::placeholder {
  color: var(--primary);
}

.security-code {
  border-color: var(--borders-color);
  background-color: #0000;
  border-radius: 0;
  height: 53px;
  padding: 16px 28px;
}

.security-code:focus {
  border-color: var(--hover-color);
}

.security-code::placeholder {
  color: var(--primary);
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.item-order-wrap {
  flex: 1;
  display: flex;
}

.price {
  color: var(--hover-color);
  font-weight: 500;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 60px;
}

.collection-list-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.lightbox {
  cursor: pointer;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.link-5 {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
  margin-bottom: 10px;
  padding: 6px 18px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.link-5:hover {
  border-color: var(--primary-dark);
  background-color: var(--white);
  color: var(--primary-dark);
}

.price-big {
  color: var(--hover-color);
  margin-top: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.default-state-3 {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-color: var(--borders-color);
  background-color: var(--white);
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--hover-color);
}

.add-to-cart-2 {
  margin-top: 40px;
}

.slide-7 {
  background-color: var(--primary-light);
}

.lightbox-link-2 {
  border-bottom-style: none;
  border-bottom-width: 0;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

._404-heading {
  color: var(--hover-color);
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-heading {
  font-size: 68px;
}

.license-link-2 {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link-2.last-child {
  margin-right: 0;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.link-6 {
  border-bottom-style: none;
  text-decoration: none;
}

.div-block {
  height: 160px;
}

.div-block-2 {
  height: 152px;
}

.rich-text-block {
  margin-bottom: 24px;
}

.rich-text-block h1 {
  font-size: 48px;
}

.rich-text-block h2 {
  margin-top: 20px;
  font-size: 36px;
}

.heading {
  font-size: 60px;
}

.heading-2 {
  text-transform: none;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.legal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  text-decoration: underline;
}

.div-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-4 {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  h1 {
    line-height: 1em;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner, .section.banner-our-team, .section.banner-service, .section.contacts-banner {
    padding-top: 200px;
  }

  .section.banner-faq {
    background-size: 1200px;
    padding-top: 200px;
  }

  .section.banner-testimonials {
    padding-top: 200px;
  }

  .section.about-us-banner {
    background-size: 1200px;
  }

  .section.portfolio-grid-banner {
    background-size: 1200px;
    padding-top: 200px;
  }

  .section.bg, .section.bg-without-bottom-spacing {
    background-size: 1200px;
  }

  .section.home-1-banner {
    min-height: 80vh;
  }

  .section.light-bg-with-bottom-100px {
    padding-bottom: 100px;
  }

  .section.light-bg-with-top-100px, .section.light-bg-with-top-100px-bottom-0px {
    padding-top: 100px;
  }

  .section.home-3-banner {
    padding-top: 180px;
  }

  .section.blog-banner {
    background-size: 1200px;
    padding-top: 180px;
  }

  .section.services-banner {
    padding-top: 200px;
  }

  .section.section-mt-60 {
    padding-top: 100px;
  }

  .section.portfolio-details, .section.shop-banner, .section.prodeuct-details-banner {
    padding-top: 200px;
  }

  .section.mt-100 {
    padding-top: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -190px;
  }

  .pages-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .blog-template-image {
    max-height: 600px;
  }

  .footer {
    padding-top: 130px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .service-details-content-wrapper {
    width: 68%;
  }

  .service-details-sidebar-wrapper {
    width: 30%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .title-wrap {
    flex-direction: column;
    display: flex;
  }

  .contact-block {
    padding: 80px 120px;
  }

  .big-numbers {
    font-size: 90px;
  }

  .paragraph-title {
    width: 40%;
  }

  .subtitle-all-caps {
    margin-bottom: 10px;
  }

  .scroller {
    max-width: 1150px;
  }

  .project-photo {
    height: 500px;
  }

  .img-banner {
    object-fit: cover;
    object-position: 5% 50%;
  }

  .img-banner.product-details {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 55px;
  }

  .banner-home-1-wrapper {
    top: 0;
  }

  .banner-home-1-wrapper.services-banner {
    height: 100%;
  }

  .banner-home-1-wrapper.product-details {
    top: 50px;
  }

  .content-banner-home-1 {
    padding-right: 33px;
  }

  .get-in-touch-link {
    padding-bottom: 100px;
  }

  .get-in-touch-link.about-page {
    padding-top: 100px;
  }

  .about-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.1fr .9fr;
  }

  .title-wrapper-center {
    width: 62%;
  }

  .collection-list-blog-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-blog-img {
    overflow: hidden;
  }

  .info-blog {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-banner {
    bottom: 13%;
    right: 20px;
  }

  .slide-nav-banner.product-slide {
    bottom: 12%;
    right: 33px;
  }

  .img-banner-2 {
    height: 520px;
  }

  .content-banner-2-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .content-banner-2-wrapper.service-banner {
    margin-bottom: 20px;
  }

  .title-banner-2-wrapper {
    width: 60%;
  }

  .info-banner-2-wrap {
    width: 35%;
  }

  .play-video-banner-2 {
    top: 45%;
  }

  .play-video-banner-2.service-banner {
    top: -10%;
  }

  .line-banner-2 {
    margin-bottom: 95px;
  }

  .line-banner-2.service-line {
    margin-bottom: 55px;
  }

  .banner-3-img {
    width: 100%;
  }

  .text-content-wrap {
    width: 65%;
  }

  .arrow-link {
    bottom: 7%;
    right: 7%;
  }

  .numbers-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .number {
    font-size: 50px;
  }

  .review-wrapper {
    grid-template-rows: auto;
    width: 100%;
    display: flex;
  }

  .slider-testimonials {
    margin-bottom: 75px;
  }

  .review-img-bg {
    width: 58%;
  }

  .slide-review {
    padding: 30px 50px 40px;
  }

  .collection-list-services {
    grid-column-gap: 60px;
  }

  .link-block-img-project {
    height: 600px;
  }

  .collection-list-blog-2 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .banner-wrap {
    grid-column-gap: 80px;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  .link-blog-2 {
    width: 100%;
  }

  .image-blog {
    object-fit: cover;
    width: 100%;
  }

  .blog-link-img {
    height: 340px;
  }

  .video-background {
    height: 600px;
  }

  .grid-4 {
    grid-column-gap: 80px;
  }

  .title-info-pricing-wrap {
    padding-right: 40px;
  }

  .projects-home-4 {
    grid-column-gap: 60px;
  }

  .mt-80 {
    margin-top: 100px;
  }

  .poject-heading {
    font-size: 62px;
  }

  .info-project-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .cart-quantity {
    right: -6%;
  }

  .cart {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block-product, .product-wrapper {
    height: 350px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 180px;
    padding-bottom: 110px;
  }

  .paragraph-banner-details {
    width: 95%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-1-banner {
    padding-top: 80px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -110px;
  }

  .blog-template-image {
    object-position: 50% 40%;
    max-height: 640px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-home-1-wrapper {
    top: 80px;
  }

  .slide-nav-banner.product-slide {
    right: 41px;
  }

  .img-banner-2 {
    height: 580px;
  }

  .play-video-banner-2 {
    top: 43%;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 38px;
  }

  .section.about-us-banner {
    padding-top: 180px;
  }

  .section.home-1-banner {
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .section.home-2-banner {
    padding-top: 220px;
  }

  .section.home-3-banner, .section.blog-banner {
    padding-top: 200px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .blog-template-image {
    object-position: 50% 35%;
    max-height: 700px;
  }

  .service-details-content-wrapper {
    margin-right: 60px;
  }

  .service-details-sidebar-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .details-page-title {
    font-size: 64px;
  }

  .scroller {
    max-width: 1150px;
  }

  .banner-home-1-wrapper.services-banner {
    width: 47%;
  }

  .banner-home-1-wrapper.product-details {
    width: 45%;
  }

  .home-1-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-1-wrapper.dervice-content {
    grid-template-columns: 1.2fr 1fr;
  }

  .about-info-wrapper {
    grid-template-columns: 1.3fr .9fr;
  }

  .slide-nav-banner.product-slide {
    bottom: 14%;
    right: 46px;
  }

  .img-banner-2 {
    height: 660px;
  }

  .title-banner-2-wrapper {
    width: 67%;
  }

  .play-video-banner-2 {
    top: 44%;
  }

  .line-banner-2 {
    margin-bottom: 130px;
  }

  .text-content-wrap {
    width: 70%;
  }

  .arrow-link {
    right: 9%;
  }

  .review-img-bg {
    width: 56%;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

  .poject-heading {
    font-size: 64px;
  }

  ._404-heading {
    font-size: 180px;
  }

  .search-heading {
    font-size: 72px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 26px;
  }

  .section.changelog-banner, .section.banner-our-team {
    padding-top: 130px;
  }

  .section.banner-service {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.contacts-banner {
    padding-top: 130px;
  }

  .section.banner-faq {
    background-size: 100%;
    padding-top: 130px;
  }

  .section.banner-testimonials {
    padding-top: 130px;
  }

  .section.about-us-banner, .section.portfolio-grid-banner {
    background-size: 100%;
    padding-top: 130px;
  }

  .section.bg, .section.bg-without-bottom-spacing {
    background-size: 100%;
  }

  .section.home-1-banner {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.home-2-banner {
    padding-top: 130px;
  }

  .section.home-3-banner {
    min-height: auto;
    padding-top: 140px;
  }

  .section.blog-banner {
    background-size: 100%;
    padding-top: 130px;
  }

  .section.blog-details-banner, .section.services-banner, .section.portfolio-details, .section.shop-banner {
    padding-top: 130px;
  }

  .section.prodeuct-details-banner {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .base-container {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--primary-dark);
  }

  .pages-banner {
    padding-top: 135px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-image {
    max-height: 380px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .coming-soon-image {
    height: auto;
    display: none;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-header {
    display: none;
  }

  .button-header.tablet {
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 130px;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .service-details-sidebar-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 20px;
  }

  .service-details-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .service-details-sidebar-contacts {
    margin-bottom: 40px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-info-wrap.tablet-center {
    justify-content: center;
    align-items: center;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .projects-list-about {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    border-bottom-style: none;
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .footer-logo-link {
    margin-right: 0;
  }

  .form-block-footer {
    width: 100%;
  }

  .info-company-wrapper {
    justify-content: center;
    align-items: center;
  }

  .links-footer-wrapper {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .links-footer-wrapper.service-details {
    text-align: left;
    width: 100%;
  }

  .title-wrap {
    width: 65%;
  }

  .collection-list-service {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-s {
    width: 47%;
  }

  .contact-block {
    padding-left: 80px;
    padding-right: 80px;
  }

  .big-numbers {
    font-size: 68px;
  }

  .title-team {
    padding-bottom: 20px;
  }

  .circle-button {
    width: 160px;
    height: 160px;
  }

  .client-wrapper-home {
    grid-template-columns: .9fr 1.1fr;
  }

  .logo-loop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block-project:hover {
    transform: scale(1);
  }

  .collection-item-project.details {
    width: 47%;
  }

  .project-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .links-project {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .bg-project {
    background-color: #0000;
    background-image: linear-gradient(#0000, #000c 74%, #000);
    height: 20%;
    inset: auto 0% 0%;
  }

  .collection-list-wrapper-project-center, .collection-list-wrapper-project {
    width: 47%;
  }

  .img-banner.product-details {
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-home-1-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
  }

  .banner-home-1-wrapper.services-banner {
    height: 420px;
  }

  .banner-home-1-wrapper.project {
    width: 80%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-home-1-wrapper.product-details {
    height: 420px;
    top: 0;
  }

  .home-1-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 60px;
  }

  .content-banner-home-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .content-banner-home-1.service-banner {
    width: 80%;
  }

  .get-in-touch-link {
    width: 100%;
    position: static;
  }

  .img {
    height: 215px;
  }

  .collection-list-blog-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-blog-home {
    width: 47%;
  }

  .slide-nav-banner {
    font-size: 15px;
    bottom: 5%;
    right: 20px;
  }

  .slide-nav-banner.product-slide {
    bottom: 6%;
  }

  .img-banner-2 {
    height: 380px;
  }

  .content-banner-2-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-bottom: 100px;
  }

  .content-banner-2-wrapper.service-banner {
    margin-bottom: 20px;
  }

  .title-banner-2-wrapper {
    width: 100%;
  }

  .info-banner-2-wrap {
    width: 95%;
  }

  .play-video-banner-2 {
    top: 50%;
  }

  .line-banner-2 {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: auto;
  }

  .banner-3-img {
    min-height: 100%;
  }

  .arrow-link {
    width: 40px;
    height: 80px;
  }

  .faq-s-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .left-title-wrapper {
    text-align: center;
    position: static;
  }

  .about-wrapper {
    grid-column-gap: 40px;
  }

  .img-wrapper-info {
    background-position: 60%;
  }

  .numbers-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .line-numbers {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .left-arrow-testimonials {
    bottom: -20%;
  }

  .right-arrow-testimonials {
    bottom: -20%;
    left: 16%;
  }

  .collection-list-services {
    grid-column-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .link-block-img-project {
    height: 520px;
  }

  .team-member-wrapper {
    height: auto;
    padding: 10px 20px 20px;
    inset: auto 0% 0%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .flex-horizontal-align-center.with-gap {
    grid-column-gap: 20px;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 0;
  }

  .banner-wrap {
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .recent-link-img-blog {
    width: 30%;
  }

  .review {
    width: 100%;
  }

  .review-wrap-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .review-volumns-wrapper {
    flex-wrap: wrap;
  }

  .video-background {
    background-position: 0%;
    background-attachment: scroll;
    height: 400px;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-template-columns: .8fr 1.2fr;
  }

  .links-contact-wrap {
    align-items: center;
  }

  .contact-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .poject-heading {
    font-size: 48px;
  }

  .info-project-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .arrow-down-header {
    display: none;
  }

  .cart-button, .shop {
    font-size: 18px;
  }

  .cart-quantity {
    top: -60%;
  }

  .cart {
    font-size: 18px;
  }

  .shop-wrapper {
    flex: 1;
    justify-content: flex-end;
    margin-right: 10px;
    display: flex;
  }

  .collection-list-products.details {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-product.details {
    width: 47%;
  }

  .link-block-product {
    padding-bottom: 10px;
  }

  .product-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .default-state-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkout-form {
    padding-top: 130px;
  }

  .sticky-checkout {
    top: 70px;
  }

  .row, .item-order-wrap {
    flex-direction: column;
  }

  .price {
    margin-top: 10px;
    margin-left: 15px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 130px;
  }

  .paragraph-banner-details {
    width: 85%;
  }

  .lightbox-link-2 {
    height: 100%;
  }

  ._404-heading {
    font-size: 120px;
  }

  .search-heading {
    font-size: 56px;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .legal-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.changelog-banner, .section.banner-our-team, .section.banner-service, .section.pricing-banner, .section.contacts-banner {
    padding-top: 110px;
  }

  .section.banner-faq {
    padding-top: 100px;
  }

  .section.banner-testimonials, .section.about-us-banner, .section.portfolio-grid-banner {
    padding-top: 110px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.home-1-banner, .section.home-2-banner {
    padding-top: 110px;
  }

  .section.home-3-banner {
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .section.blog-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 110px;
  }

  .section.blog-details-banner, .section.services-banner {
    padding-top: 110px;
  }

  .section.section-mt-60 {
    padding-top: 40px;
  }

  .section.portfolio-details, .section.shop-banner {
    padding-top: 110px;
  }

  .section.prodeuct-details-banner {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .section.services-banner, .section.salon-banner {
    padding-top: 110px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-template-wrapper {
    margin-bottom: 30px;
  }

  .blog-template-image {
    max-height: 320px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-plan-item.central-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-plan-price-wrapper {
    margin-top: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .search-section {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-template-info-wrap.tablet-center {
    margin-bottom: 0;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .projects-list-about {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .borders-links-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .links-pages-footer-wrapper {
    justify-content: center;
  }

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .form-block-footer {
    width: 100%;
    margin-top: 30px;
  }

  .title-wrapper {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .title-wrap, .collection-item-s {
    width: 100%;
  }

  .line-service {
    width: 75%;
  }

  .contact-block {
    padding: 40px 50px;
  }

  .button-contact-wrap {
    margin-top: 30px;
  }

  .numbers-info-wrapper {
    flex-direction: column;
    display: flex;
  }

  .info-title-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .title-info-wrap, .paragraph-title {
    width: 100%;
  }

  .team-home-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .title-team {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .client-wrapper-home {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .scroller {
    width: 360px;
    max-width: 100%;
  }

  .logo-loop {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-project, .collection-item-project {
    width: 100%;
  }

  .project-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-project-center {
    width: 100%;
    margin-top: 0;
  }

  .collection-list-wrapper-project {
    width: 100%;
  }

  .img-banner {
    height: 300px;
  }

  .img-banner.project-img, .img-banner.h-100 {
    height: 100%;
  }

  .banner-home-1-wrapper {
    height: 300px;
  }

  .banner-home-1-wrapper.services-banner {
    height: 100%;
  }

  .banner-home-1-wrapper.project {
    width: 100%;
  }

  .banner-home-1-wrapper.product-details {
    height: 340px;
  }

  .home-1-wrapper {
    margin-bottom: 50px;
  }

  .content-banner-home-1.service-banner {
    width: 100%;
  }

  .button-wrap-banner {
    margin-top: 30px;
  }

  .get-in-touch-link {
    padding-bottom: 60px;
  }

  .get-in-touch-link.about-page {
    padding-top: 60px;
  }

  .about-info-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .right-info {
    align-items: flex-start;
  }

  .img {
    height: 320px;
  }

  .title-wrapper-center {
    margin-bottom: 40px;
  }

  .collection-item-blog-home {
    width: 100%;
  }

  .img-banner-2 {
    height: 280px;
  }

  .content-banner-2-wrapper {
    width: 100%;
    margin-bottom: 70px;
  }

  .info-banner-2-wrap {
    width: 100%;
  }

  .play-video-banner-2 {
    width: 100px;
    height: 100px;
    top: 61%;
    right: auto;
  }

  .play-video-banner-2.service-banner {
    top: -35px;
  }

  .lines-play {
    width: 70px;
    height: 70px;
  }

  .line-banner-2 {
    width: 100%;
  }

  .banner-3-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .text-content-wrap {
    text-align: center;
    width: 100%;
  }

  .line-banner {
    margin: 20px auto;
  }

  .arrow-link {
    width: 30px;
    height: 60px;
    margin-top: 30px;
    position: relative;
    bottom: 0%;
    right: auto;
  }

  .faq-s-wrapper {
    grid-row-gap: 40px;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .info-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .img-wrapper-info {
    width: 100%;
    height: 260px;
    margin-bottom: 40px;
  }

  .numbers-wrapper {
    width: 60%;
  }

  .paragraph-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    width: 100%;
  }

  .slider-testimonials {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-testimonials {
    font-size: 24px;
    inset: auto 18% -20% auto;
  }

  .right-arrow-testimonials {
    font-size: 24px;
    inset: auto 0% -20% auto;
  }

  .review-img-bg {
    object-position: 50% 80%;
    width: 100%;
    height: 60%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.with-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-blog-2 {
    grid-template-columns: 1fr;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: column;
  }

  .column-wrapper.blog {
    text-align: left;
    width: 100%;
  }

  .banner-wrap {
    width: 100%;
  }

  .banner-wrap.banner-news {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .info-blog-2.blog-page {
    text-align: left;
  }

  .recent-link-img-blog {
    width: 100%;
  }

  .recent-img-blog {
    height: 200px;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .video-background {
    width: 96%;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .info-pricing-wrapper {
    text-align: center;
    align-items: center;
  }

  .title-info-pricing-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .list-left-text {
    text-align: left;
  }

  .button-info-wrap {
    margin-top: 20px;
  }

  .links-contact-wrap {
    margin-top: 30px;
  }

  .projects-home-4 {
    grid-template-columns: 1fr;
  }

  .collection-list-project-home-4 {
    grid-row-gap: 40px;
  }

  .mt-80 {
    margin-top: 0;
  }

  .with-line {
    margin-top: 10px;
    padding-top: 20px;
  }

  .poject-heading {
    font-size: 42px;
  }

  .collection-list-products {
    grid-template-columns: 1fr;
  }

  .collection-item-product.details {
    width: 100%;
  }

  .checkout-form {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .sticky-checkout {
    position: static;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .collection-list-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .price-big {
    margin-top: 20px;
  }

  ._404-heading {
    font-size: 100px;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  .search-heading {
    font-size: 46px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    font-size: 22px;
  }

  .section.pricing-banner {
    padding-top: 120px;
  }

  .section.home-1-banner {
    padding-top: 48px;
  }

  .section.services-banner, .section.salon-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-image {
    max-height: 280px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .team-card-image {
    object-position: 50% 0%;
    height: 420px;
  }

  .pricing-plan-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
  }

  .service-details-sidebar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .tablet-menu {
    padding-top: 17px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .details-page-title {
    text-align: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .links-pages-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-socila-wtapper {
    grid-column-gap: 40px;
  }

  .footer-logo-img, .paragraph-footer {
    width: 100%;
  }

  .text-field {
    padding-left: 18px;
    padding-right: 58px;
  }

  .logo-header {
    height: 100px;
  }

  .contact-block {
    padding: 20px 30px 30px;
  }

  .big-numbers {
    font-size: 60px;
  }

  .team-home-wrapper {
    grid-template-columns: 1fr;
  }

  .button-big-wrapper {
    padding-top: 40px;
  }

  .circle-button {
    width: 160px;
    height: 160px;
  }

  .logo-loop {
    width: 120px;
  }

  .collection-item-project.details {
    width: 100%;
  }

  .banner-home-1-wrapper {
    height: 200px;
  }

  .banner-home-1-wrapper.product-details {
    height: 360px;
  }

  .line-contact {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact {
    font-size: 32px;
  }

  .about-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img {
    height: auto;
  }

  .title-wrapper-center {
    width: 100%;
  }

  .slide-nav-banner {
    font-size: 14px;
  }

  .slide-nav-banner.product-slide {
    bottom: 3%;
  }

  .img-banner-2 {
    height: 180px;
  }

  .play-video-banner-2 {
    border-width: 4px;
    width: 85px;
    height: 85px;
    top: 72%;
  }

  .lines-play {
    width: 65px;
    height: 65px;
    margin: auto;
    inset: 5px;
  }

  .faq-s-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-wrapper-info {
    height: 240px;
  }

  .numbers-wrapper {
    width: 100%;
  }

  .left-arrow-testimonials {
    bottom: -15%;
    right: 63%;
  }

  .right-arrow-testimonials {
    bottom: -15%;
    right: 24%;
  }

  .slide-review {
    text-align: center;
  }

  .info-client-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .link-block-img-project {
    height: 440px;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center.with-gap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .column-wrapper.blog {
    text-align: left;
  }

  .banner-wrap {
    grid-row-gap: 40px;
    width: 100%;
  }

  .recent-link-img-blog {
    width: 100%;
    height: 200px;
  }

  .recent-img-blog {
    height: 100%;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    width: 100%;
  }

  .line-details-blog {
    width: 50%;
  }

  .review-testimonial {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials-author-2 {
    padding-bottom: 0;
  }

  .review-volumns-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .video-background {
    background-position: 40%;
    width: 94%;
    height: 360px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .collection-list-images {
    grid-template-columns: 1fr;
  }

  .price-big {
    font-size: 26px;
  }

  .search-heading {
    font-size: 42px;
  }

  .license-link-2 {
    margin-right: 15px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .link-6 {
    border-bottom-style: none;
  }

  .div-block-2 {
    height: 132px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .legal-wrapper {
    flex-flow: row;
    margin-top: 0;
  }
}

#w-node-c8156338-82b3-ebd6-c86c-55753a775273-f24e98c9, #w-node-a17b69a8-5de5-d899-823a-184725bc31a2-f24e98c9, #w-node-a17b69a8-5de5-d899-823a-184725bc31a9-f24e98c9, #w-node-a17b69a8-5de5-d899-823a-184725bc31b1-f24e98c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cbc0bd2-834b-05db-bd4f-99662c0544f3-2c0544f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2cbc0bd2-834b-05db-bd4f-99662c0544fb-2c0544f0, #w-node-_2cbc0bd2-834b-05db-bd4f-99662c054503-2c0544f0, #w-node-_2cbc0bd2-834b-05db-bd4f-99662c05450b-2c0544f0, #w-node-c078cebe-f367-9f1a-8ae2-483709d58303-09d58300, #w-node-c078cebe-f367-9f1a-8ae2-483709d5830e-09d58300, #w-node-ff056786-1dbd-3509-eaac-f0bd5ba570ed-5ba570ea, #w-node-ff056786-1dbd-3509-eaac-f0bd5ba570f9-5ba570ea, #w-node-c651814f-f4c4-693d-916f-ede3cfe0e2fd-f24e98f1, #w-node-_898a3cd3-e030-4ed5-4757-02b5049ee19f-f24e98f1, #w-node-_9353efa4-548d-a8ca-d6f4-917eae3e4060-f24e98f1, #w-node-_43d4495f-134e-0104-d3e3-35b0f0bc4c9d-f24e98f1, #w-node-f76dd528-9ac6-bf3b-4c1f-5d4c4e5560e0-f24e98f1, #w-node-_6bcef6b0-dd0a-009b-9464-e63b8e21d27d-f24e98f1, #w-node-c651814f-f4c4-693d-916f-ede3cfe0e2fd-cba372ae, #w-node-_898a3cd3-e030-4ed5-4757-02b5049ee19f-cba372ae, #w-node-c651814f-f4c4-693d-916f-ede3cfe0e2fd-e01a0e58, #w-node-_898a3cd3-e030-4ed5-4757-02b5049ee19f-e01a0e58, #w-node-_9353efa4-548d-a8ca-d6f4-917eae3e4060-e01a0e58, #w-node-_6bcef6b0-dd0a-009b-9464-e63b8e21d27d-e01a0e58, #w-node-_37e3aae5-9b2c-ae18-d85a-f5cb44fc6308-e01a0e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2cbc0bd2-834b-05db-bd4f-99662c0544f3-2c0544f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}