:root {
  --d: #ff6334;
  --dark-slate-gray-2: #323232;
  --white-smoke: #f7f7f7;
  --dark-slate-gray: #4d4d4d;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  padding-top: 60px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--d);
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: var(--d);
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.red {
  border-color: var(--d);
  color: var(--d);
  background-color: #4d4d4d00;
}

.button.red:hover {
  background-color: var(--d);
  color: #fff;
}

.button.red.footer {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.form {
  color: #000;
  background-color: #fff;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: #0000;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.navbar {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  background-color: var(--dark-slate-gray-2);
  color: #fff;
}

.nav-link.w--current {
  background-color: var(--dark-slate-gray-2);
  box-shadow: none;
  color: var(--d);
}

.nav-link.w--current:hover {
  color: var(--white-smoke);
}

.nav-link.lang {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 20px 22px;
}

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

.nav-link.lang.last {
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-right: 8px;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  padding-top: 17px;
}

.section {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #000;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.red {
  background-color: #b44422;
}

.section.image {
  background-image: linear-gradient(#00000080, #00000080 99%, #fff), url('../images/1082x0.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.section.image.offrs {
  background-image: linear-gradient(#00000080, #00000080 99%, #fff), url('../images/DSC_0052-scaled.webp');
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  background-color: #000;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section.privacy-policy {
  padding-left: 20px;
  padding-right: 20px;
}

.section.cta {
  padding-bottom: 140px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: var(--d);
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.hero {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/b26bcdcf-blog_coffee-shop-equipment-list_1200x628.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero._2 {
  background-image: url('../images/city.jpg');
}

.hero._3 {
  background-image: url('../images/town.jpg');
}

.hero.offs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nafinia-putra-Kwdp-0pok-I.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: #32323217;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #3232325c;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  text-align: right;
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #ff6334;
  min-height: 60vh;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 0;
}

.contact-info {
  margin-top: 40px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.checkbox-field {
  text-align: left;
}

.checkbox {
  margin-top: 5px;
}

.container-3 {
  justify-content: flex-start;
  max-width: 1050px;
  display: flex;
}

.image-5 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 15% 1% auto auto;
}

.heading-11 {
  max-width: 70%;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.button3 {
  background-color: #474747;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  margin-left: 10px;
  display: flex;
}

.button3.btnnew2 {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.cookie-block-container {
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px -7px #000;
}

.cookie-block-container.cookies {
  z-index: 9999;
  padding: 20px 0 20px 10px;
  display: block;
}

.button-3 {
  justify-content: center;
  align-items: center;
  min-width: 10%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-3.btnnew {
  background-color: var(--d);
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.container-4 {
  color: #fff;
  text-align: center;
}

.heading-12, .paragraph {
  color: #fff;
}

.container-5 {
  text-align: right;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.paragraph-2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.lang {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .image-5 {
    top: 5%;
    right: .5%;
  }

  .heading-11 {
    margin-right: 0;
  }

  .button3.btnnew2 {
    margin-left: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .cookie-block-container.cookies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3.btnnew {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.red.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .hero {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .heading-11 {
    max-width: 60%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .button3.btnnew2 {
    font-size: 12px;
    line-height: 18px;
  }

  .button-3.btnnew {
    min-width: 10%;
    font-size: 12px;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

  .hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-form-column, .contact-info-column {
    text-align: center;
  }

  .container-3 {
    flex-direction: column;
  }

  .heading-11 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button3.btnnew2 {
    margin-top: 10px;
    margin-left: 0;
    padding: 9px 10px;
  }
}


