@font-face {
  font-family: Fontspring Demo Juana;
  src: url('../fonts/fontspring-demo-juana-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  filter: drop-shadow(0 2px 5px #0000004a);
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: #15ada4;
  font-size: 20px;
  text-decoration: none;
}

strong {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 700;
}

.content-section {
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.white {
  color: #fff;
}

.nav-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: #000000b3;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.navbar.transpararent {
  background-color: #fff;
  border-bottom: 1px solid #15ada430;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 6px 7px 14px -4px #adadad5e;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #313131;
  text-transform: uppercase;
  flex-flow: column;
  margin-right: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  color: #15ada4;
}

.nav-link.w--current {
  text-underline-offset: 8px;
  border-bottom: 2px solid #15ada4;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
}

.hero-banner {
  background-image: linear-gradient(#000000ad, #fff0 38%), linear-gradient(0deg, #edf1f3b3 24%, #fff0 56%), url('../images/freepik__enhance__32415.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: relative;
}

.hero-banner.hide {
  display: none;
}

.hero-banner-section {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: clip;
}

.hero-line {
  background-color: #a64800;
  width: 5px;
  height: 220px;
  margin-right: 30px;
}

.hero-line.hide {
  display: none;
}

.hero-sub-text {
  color: #a18b71;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 0;
  font-weight: 600;
}

.hero-sub-text._0left-margin {
  color: #6f4224;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 500;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.hero-content.left-side {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 3px solid #da906b;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button.content-button {
  border-color: #da906b;
  margin-top: 20px;
  margin-left: 0;
}

.button.content-button.hide {
  display: none;
}

.button._0left-margin {
  color: #fff;
  letter-spacing: 0;
  background-color: #034440;
  border: 1px solid #cb826100;
  border-radius: 5px;
  margin-left: 0;
  padding: 10px 10px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  transition-duration: .1s;
}

.button._0left-margin.hide {
  display: none;
}

.brand {
  width: 16%;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.button-arrow {
  color: #de7700;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  height: 20px;
  display: none;
  position: static;
  inset: 30% auto 0% 90%;
}

.button-arrow.shw-icon {
  width: 27px;
  margin-left: 10px;
  display: flex;
}

.hero-image {
  z-index: 999;
  width: 673px;
}

.hero-image-section {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 360px;
  display: flex;
  position: absolute;
  inset: auto 0 -10% 342.109px;
  overflow: clip;
}

.hero-image-section.hide {
  display: none;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.top-nav-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #15ada4;
  justify-content: center;
  align-items: center;
  padding: 7px 20px 7px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.top-nav-button:hover {
  color: #034440;
  background-color: #fff;
  border-color: #fff;
}

.icon-box {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
  padding: 3px 1px 1px;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper.we-do {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.content-wrapper.discover-wrapper {
  background-color: #313131;
  background-image: url('../images/681c4ce5a1e1ccee60fb9e92_tiless.webp');
  background-position: 140% -10%;
  background-repeat: no-repeat;
  background-size: 860px;
  background-attachment: fixed;
}

.content-wrapper.marble-wrapper {
  background-image: linear-gradient(#f4efed, #f4efed), linear-gradient(#ffffff70, #ffffff70), linear-gradient(0deg, #fff 50%, #fff0 91%);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.content-wrapper.gallery-bg {
  background-image: linear-gradient(#0000 60%, #fff 60%), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.content-wrapper.how-we-work-bg {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/vecteezy_unique-patterns-of-natural-white-marble-texture-background_49686452.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-wrapper.hide {
  display: none;
}

.content-wrapper._0bpadding {
  padding-bottom: 0;
}

.content-wrapper._0tpadding {
  padding-top: 0;
}

.content-wrapper.project-wrapper {
  background-color: #00000008;
}

.content-wrapper.bg-light {
  background-color: #949191;
}

.content-wrapper.partner {
  margin-top: 0;
  position: relative;
}

.content-wrapper.light-gray {
  background-color: #f6f0ee;
}

.content-wrapper.chose-wrapper {
  background-image: linear-gradient(#7f7f7f26 50%, #fff0 50%);
}

.content-wrapper.newsletter-wrapper {
  background-image: linear-gradient(#034440, #034440);
}

.content-wrapper.appointment {
  padding-bottom: 0;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-wrapper.right-flex {
  justify-content: flex-end;
  align-items: center;
}

.flex-wrapper.mid-flex {
  justify-content: center;
  align-items: center;
}

.content-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content-box.cb-40 {
  width: 35%;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.content-box.testimony {
  z-index: 3;
  background-color: #fff;
  width: 40%;
  padding-bottom: 90px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.content-box.contact {
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
}

.content-box.full {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-box.full-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.content-box.middle {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.we-do-slider-box {
  width: 60%;
  margin-right: 60px;
  padding-top: 60px;
  position: absolute;
  inset: 3% auto 0% 0%;
}

.heading-box {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  overflow: clip;
}

.heading-box._30margin {
  margin-bottom: 0;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-wrapper.mid {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  overflow: clip;
}

.heading-wrapper.mid.hww {
  width: 60%;
}

.heading-wrapper.mid.story {
  width: 90%;
}

.heading-wrapper.mid.services {
  margin-bottom: 0;
}

.heading-wrapper.products {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 40px;
  overflow: clip;
}

.heading-sub-text {
  color: #15ada4;
  text-transform: capitalize;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-sub-text.white {
  font-weight: 600;
}

.heading-sub-text.calm, .heading-sub-text._2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 23px;
}

.heading-sub-text._3 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 23px;
  position: static;
}

.content-info {
  padding-left: 0;
  overflow: clip;
}

.content-info.full {
  width: 100%;
  padding-left: 0;
}

.content-info.contact, .content-info._0left-padding {
  padding-left: 0;
}

.slider-1 {
  background-color: #ddd0;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 555px;
  display: flex;
  overflow: clip;
}

.slider-mask {
  transform-style: preserve-3d;
  width: 246px;
  position: static;
  overflow: visible;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slide {
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: clip;
}

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

.button-wrapper.mid {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.button-wrapper.about-us {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}

.button-wrapper.center-btn {
  justify-content: center;
  align-items: center;
}

.slider-image {
  transform-style: preserve-3d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-image._1 {
  background-image: url('../images/elegant-wine-cellar-in-granite.webp');
  background-position: 50% 40%;
  background-size: cover;
  position: absolute;
}

.slider-image._2 {
  background-image: url('../images/generated-image-edit_.webp');
}

.slider-image._3 {
  background-image: url('../images/interior-home-sienna_edit.webp');
}

.slider-image._4 {
  background-image: url('../images/mockup-1.webp');
  background-position: 50% 9%;
  background-size: cover;
}

.slider-image._5 {
  background-image: url('../images/modern-clean-interior-design-1_edit.webp');
}

.products-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.products-selection-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.products-selection-wrapper.hide {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.product-box {
  color: #fff;
  background-color: #2e333a;
  width: 24.8%;
  height: 600px;
  position: relative;
  overflow: clip;
}

.product-box.beige-1 {
  background-color: #2e333a;
  background-image: url('../images/2151349204.jpg');
  background-position: 0 0;
  background-size: cover;
}

.product-box.beige-2 {
  background-image: url('../images/modern-minimalist-hallway-design.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-box.beige-3 {
  background-image: url('../images/89754.jpg');
  background-size: cover;
}

.product-box.beige-4 {
  background-image: url('../images/6331.jpg');
  background-size: cover;
}

.product-image-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.product-content {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  position: relative;
}

.product-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 30px;
}

.product-icon.mobile {
  display: none;
}

.product-heading-text {
  margin-bottom: 30px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 37px;
  line-height: 52px;
}

.stone-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 150%;
  height: 100%;
  margin-bottom: -50px;
  position: absolute;
  bottom: 50%;
}

.stone-image._1 {
  background-image: url('../images/vecteezy_ai-generated-3d-rendering-of-a-black-shining-stone-on_42350462-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: none;
  position: absolute;
}

.stone-image._1.hide {
  display: none;
}

.stone-image._2 {
  background-image: url('../images/isolated-white-marble-rock-stunning-piece-natures-art-1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  bottom: 60%;
}

.stone-image._2.hide {
  display: none;
}

.stone-image._3 {
  background-image: url('../images/massive-dark-grey-boulder-rough-texture-isolated-transparent-background-1.webp');
  background-repeat: no-repeat;
  display: none;
}

.stone-image._3.hide {
  display: none;
}

.stone-image._4 {
  background-image: url('../images/dark-grey-rough-rock-texture-isolated-stone-surface-natural-rock-background-1.webp');
  background-repeat: no-repeat;
  display: none;
}

.stone-image._4.hide {
  display: none;
}

.learn-more-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 0;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.product-info-text {
  opacity: 1;
  margin-bottom: 30px;
}

.link-line {
  background-color: #15ada4;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-line.tab-hide {
  background-color: #15ada4;
  height: 2px;
  margin-bottom: -2px;
}

.link-line.hide {
  display: none;
}

.product-bg {
  z-index: -1;
  background-color: #ddd;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.product-bg._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit.webp');
  background-position: 0 0, 50% 270%;
  background-size: auto, cover;
}

.product-bg._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2151935113.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-bg._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2150692237.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-bg._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2150692265.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.line-text {
  background-color: #a64800;
  justify-content: space-between;
  align-items: center;
  width: 4px;
  display: none;
}

.line-text.hide {
  display: none;
}

.heading-content {
  margin-top: 0;
  margin-left: 0;
}

.heading-content.black {
  color: #000;
}

.white {
  color: #fff;
}

.newsletter-wrapper {
  background-image: linear-gradient(#fff 78%, #2f2f2f 78%);
}

.newsletter-wrapper.hide {
  display: none;
}

.footer-wrapper {
  background-color: #313131;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletter-conent {
  background-color: #a0a0a0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.newsletter-text.white {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.newsletter-heading {
  margin-bottom: 10px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 38px;
  line-height: 130%;
}

.newsletter-form {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.newsletter-field {
  background-image: url('../images/email-mail-svgrepo-com.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 35px;
}

.newsletter-field:focus {
  color: #000;
}

.newsletter-field::placeholder {
  color: #3333334d;
  font-size: 16px;
}

.newsletter-block {
  width: 100%;
}

.icon._20px {
  color: #10b5ab;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #034440;
  width: auto;
  padding: 15px 25px;
  font-size: 22px;
  line-height: 1.1;
}

.submit-button:hover {
  color: #fff;
  background-color: #25837d;
  border: 1px #fff;
}

.submit-button.white-btn {
  color: #034440;
  background-color: #fff;
}

.footer-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.copyright {
  color: #fff;
  letter-spacing: 1px;
  border-top: 1px solid #10b5ab;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 200;
  display: flex;
}

.footer-brand {
  width: 120px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
}

.footer-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-header {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 130%;
}

.link-hover {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 15px;
  font-weight: 200;
  display: flex;
}

.link-hover:hover {
  border-bottom: 1px solid #0000;
}

.link-hover.w--current {
  border-bottom: 1px solid #15ada4;
  padding-bottom: 0;
}

.link-hover._0bmargin {
  margin-bottom: 0;
}

.link-hover.hide {
  display: none;
}

.text-block {
  font-size: 18px;
}

.text-block:hover {
  color: #10b5ab;
}

.footer-box-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-box-wrapper.down-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 27%;
}

.content-link-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.content-link-box.black {
  color: #333;
  margin-bottom: 13px;
}

.footer-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #c5731f;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-icon {
  color: #10b5ab;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  transition: all .2s;
}

.social-icon:hover {
  color: #fff;
}

.social-icon.fb {
  height: 21px;
  min-height: 21px;
}

.social-icon.fb:hover {
  color: #fff;
}

.explore-section {
  width: 50%;
}

.slider-nav-number {
  margin-left: 60px;
  margin-right: 0;
  display: flex;
  bottom: 11%;
}

.code-wrapper {
  display: none;
}

.slider-progress {
  z-index: 2;
  background-color: #686868;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: 2px;
  display: flex;
  position: absolute;
  top: 83%;
  left: 27%;
}

.slider-percentage {
  background-color: #b88766;
  width: 10%;
  height: 1px;
  position: absolute;
}

.menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.animation-wrapper {
  overflow: clip;
}

.slider-v2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.slide-wrapper {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 72%;
  display: flex;
}

.mask {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90%;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide-v2 {
  background-color: #ddd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 247px;
  height: 100%;
}

.slide-v2._1 {
  background-image: url('../images/elegant-wine-cellar-in-granite.webp');
}

.slide-v2._2 {
  background-image: url('../images/generated-image-edit_.webp');
}

.slide-v2._3 {
  background-image: url('../images/interior-home-sienna_edit.webp');
}

.slide-v2._4 {
  background-image: url('../images/mockup-1.webp');
  background-position: 50%;
}

.slide-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.slider-nav {
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.slide-number {
  color: #686868;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.what-we-do-section {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-content.gray {
  color: #dad6d4;
}

.elegant-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-content {
  color: #000;
  background-image: linear-gradient(0deg, #ffffffc4 12%, #ffffff08 62%), linear-gradient(#0009, #fff0 41%), url('../images/99802.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: space-between;
  align-items: flex-end;
  height: 500px;
  padding: 60px;
  display: flex;
}

.header-content.hero-inside {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora-mockup.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
}

.header-content.hero-inside.product {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
}

.header-content.hero-inside.jade-mirage {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx2-mockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-content.hero-inside.sapphire-drift {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sapphire-drift-mockup-2.png');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.header-content.hero-inside.sienna-drift {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sienna-drift.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, 100%;
}

.header-content.hero-inside.contact-us {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/neon-robot-vacuum-cleaner.jpg');
}

.header-content.hero-inside.brochure {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/round-table-with-white-bowl-white-plate-it_edit-2.png');
}

.header-content.hero-inside.earth-sonata {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/earth-sonata.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
}

.header-content.hero-inside.verde {
  background-image: linear-gradient(7deg, #36312a, #fff0), linear-gradient(90deg, #000 7%, #0000 49%), url('../images/verde-luxe.jpg');
  background-position: 0 0, 0 0, 100% 70%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 92%;
  background-attachment: scroll, scroll, scroll;
}

.header-content.hero-inside.alaska {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/alaskan-dune.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.header-content.hero-inside.arctic {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, 100%;
}

.header-content.hero-inside.prestige {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/prestige-granite.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 100%;
}

.header-content.hero-inside.biance {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/bianca-aurora2.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.header-content.hero-inside.gallery {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/3d-render-large-empty-room-with-arches-plants-edit.webp');
  background-position: 0 0, 50%;
}

.header-content.hero-inside.gallery-header {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora-mockup.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-content.hero-inside.works {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/neon-robot-vacuum-cleaner.jpg');
}

.header-content.hero-inside.signature {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx2-mockup.jpg');
}

.header-content.hero-inside {
  height: 90vh;
}

.header-content.hero-inside.about-hero {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/earth-sonata.jpg');
  background-position: 0 0, 50% 0;
}

.header-content.hero-inside.about {
  background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.story-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.story-image {
  background-image: url('../images/684fa3b1afd56c7a4e88b03b_2151821370.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100%;
}

.story-image.about-image {
  background-image: url('../images/verde-luxe.jpg');
  width: 50%;
}

.story-image.about-image-2 {
  background-image: url('../images/arctic-aurora-mockup.png');
  background-position: 20%;
  background-size: cover;
  width: 50%;
}

.story-image.about-image-3 {
  background-image: url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
  width: 50%;
}

.story-image.service-image {
  width: 50%;
}

.story-image.jade {
  background-image: url('../images/684f91ecfabb5a8f12162db8_5311.png');
  width: 50%;
}

.story-image.sapphire {
  background-image: url('../images/45699.jpg');
}

.story-image.bianca {
  background-image: url('../images/96638.jpg');
  background-position: 50% 95%;
}

.story-image.prestige {
  background-image: url('../images/2151160151.jpg');
  background-position: 50% 95%;
}

.story-image.arctic {
  background-image: url('../images/1123.jpg');
  background-position: 50% 95%;
}

.story-image.alaskan {
  background-image: url('../images/71766.jpg');
  background-position: 50% 95%;
}

.story-image.verde-luxe {
  background-image: url('../images/2150712941.jpg');
  background-position: 50% 95%;
}

.story-image.earth-sonta {
  background-image: url('../images/elegant-wine-cellar-in-granite.webp');
  background-position: 50% 28%;
}

.story-image.sienna {
  background-image: url('../images/684fa3b1afd56c7a4e88b03b_2151821370.jpg');
  background-position: 50%;
  background-size: cover;
}

.story-image.services-2 {
  background-image: url('../images/luxury-begins-with-the-right-stone_fb-1.png');
  background-position: 10% 0;
  background-size: cover;
  width: 50%;
}

.story-content {
  width: 48%;
  padding-left: 30px;
}

.story-content.story-c2 {
  padding-top: 40px;
  padding-left: 0;
}

.story-content.story-c3 {
  padding-top: 40px;
}

.story-content.no-left-padding {
  padding-bottom: 20px;
  padding-left: 0;
}

.paragraph-box {
  font-size: 18px;
}

.gallery-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.gallery-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  min-height: 400px;
  margin-bottom: 10px;
  overflow: clip;
}

.gallery-box._70 {
  height: 80%;
}

.gallery-box._70._1 {
  background-image: url('../images/kitchen-marble-countertops.webp');
  height: 50%;
  overflow: clip;
}

.gallery-box._2 {
  background-image: none;
  overflow: clip;
}

.gallery-box._1 {
  background-image: url('../images/alaskan-dune.jpg');
}

.gallery-box._2-copy {
  background-image: url('../images/prestige-granite.jpg');
}

.gallery-box._3 {
  background-image: url('../images/sapphire-drift_1.jpg');
}

.gallery-box._4 {
  background-image: url('../images/arctic-aurora.jpg');
}

.gallery-box._5 {
  background-image: url('../images/sienna-drift_1.jpg');
}

.gallery-box._6 {
  background-image: url('../images/bianca-aurora.jpg');
}

.gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 830px;
  display: flex;
}

.how-we-work-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-wrapper {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.process-box {
  text-align: center;
  border-right: 1px solid #6f4224;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 390px;
  padding: 30px;
  display: flex;
}

.process-box.tabborderremove {
  border-right-style: solid;
}

.process-box.last {
  border-right-style: none;
}

.process-heading {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.testimony-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: clip;
}

.testimony-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.testimony-mask {
  width: 46%;
  height: 100%;
  overflow: visible;
}

.testimony-slide-nav {
  z-index: 4;
  position: absolute;
  inset: auto auto 4% -60%;
}

.testimony-box {
  color: #fff;
  background-color: #333941;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.testimony-slide {
  height: auto;
  margin-right: 4px;
}

.quotation {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  font-family: Figtree, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.client-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.testimony-image {
  background-color: #fff;
  background-image: url('../images/a.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
}

.client-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.testimony-text {
  color: #fff;
  font-size: 19px;
  line-height: 150%;
}

.client-name {
  color: #eeaf86;
  font-size: 20px;
  font-weight: 600;
}

.testimony-percentage {
  background-color: #aaa;
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto 10% 6% auto;
}

.p-stone-box {
  border: 1px #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 32.3%;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.p-stone-box:hover {
  background-color: #0000008f;
  box-shadow: 0 2px 5px #0000001f;
}

.par-black {
  color: #000;
  font-weight: 300;
}

.gallery-tabs {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.gallery-tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.gallery-tab-link {
  background-color: #ddd0;
  border-left: 1px solid #000;
}

.gallery-tab-link.w--current {
  color: #de7700;
  text-underline-offset: 5px;
  background-color: #c8c8c800;
  -webkit-text-decoration: underline #de7700;
  text-decoration: underline #de7700;
  text-decoration-thickness: 2px;
}

.gallery-tab-link._1 {
  border-left-style: none;
}

.gallery-tab-link._1.w--current {
  color: #000;
  border-left-style: none;
  text-decoration-color: #6f4224;
  text-decoration-thickness: 1px;
}

.gallery-tab-link._2 {
  border-left-color: #dbdbdb;
}

.gallery-tab-link._2.w--current {
  color: #000;
  text-decoration-color: #6f4224;
  text-decoration-thickness: 1px;
}

.gallery-tab-link._3 {
  border-left-style: solid;
  border-left-color: #dbdbdb;
}

.gallery-tab-link._3.w--current {
  color: #000;
  text-decoration-color: #6f4224;
  text-decoration-thickness: 1px;
}

.gallery-tab-link._4 {
  border-left-style: solid;
  border-left-color: #dbdbdb;
}

.gallery-tab-link._4.w--current {
  color: #000;
  text-decoration-color: #6f4224;
  text-decoration-thickness: 1px;
}

.content-form-box {
  background-color: #fff;
  border: 1px solid #10b5ab;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 47%;
  height: auto;
  margin-left: 60px;
  padding: 30px 35px;
  display: flex;
  box-shadow: -8px 6px 20px -3px #10b5ab1a;
}

.content-form-box.product-form {
  border-color: #15ada4;
  justify-content: flex-start;
  align-items: stretch;
  width: 49%;
  margin-left: 0;
  box-shadow: 0 15px 14px -6px #0000001a;
}

.check-box {
  color: #fee5b6;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 30px;
}

.form-field-box {
  margin-bottom: 10px;
}

.form-field-box.haf {
  width: 49%;
}

.success-message-wrapper {
  background-color: #ddd0;
}

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

.text-field {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #33333329;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #000;
  border: 1px solid #fff;
  border-bottom-color: #2ab4ac;
}

.text-field.message-cv {
  border-radius: 0;
  height: 100px;
  margin-bottom: 30px;
}

.text-field.con-add {
  color: #c4b3b7;
  background-color: #fff;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ty-titme {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.success-massage-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.field-label-2 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.submit-button-3 {
  color: #fff;
  background-color: #10b5ab;
  border: 1px solid #10b5ab;
  border-radius: 0;
  width: auto;
  padding: 10px 30px;
  font-weight: 600;
  transition: opacity .5s;
}

.submit-button-3:hover {
  color: #6f4224;
  background-color: #fff;
  border-style: solid;
  border-color: #10b5ab;
}

.ty-message {
  font-size: 16px;
  line-height: 24px;
}

.form-title {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}

.hero-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-box {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  display: none;
}

.footer-text {
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
}

.footer-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.news-box {
  width: 31%;
}

.content-wrapper._0tpadding.dark-bg, .content-wrapper.dark-bg {
  background-color: #313131;
}

.content-wrapper.relative {
  padding-bottom: 92px;
  display: none;
  position: relative;
}

.content-wrapper.inspires-wrapper {
  padding-bottom: 0;
}

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

.map-box {
  filter: grayscale();
  width: 100%;
  height: 290px;
  display: none;
}

.map-box:hover {
  filter: grayscale(0%);
}

.map-box.product-map {
  height: 300px;
}

.content-image-box {
  background-image: url('../images/vecteezy_white-marble-quarries_27084405.jpg');
  background-position: 33%;
  background-size: cover;
  flex-flow: column;
  width: 44%;
  height: auto;
  display: flex;
}

.content-image-box.po {
  background-image: url('../images/93916.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 48%;
  height: auto;
}

.content-image-box.full {
  background-image: url('../images/2138.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 48%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-white {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 3px solid #9c6a1f;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-white._0left-margin {
  color: #fff;
  letter-spacing: 0;
  background-color: #6f422400;
  border: 1px solid #13b0a6;
  border-radius: 5px;
  margin-left: 0;
  padding: 10px 10px 10px 25px;
  font-size: 16px;
  font-weight: 500;
}

.button-white._0left-margin:hover {
  color: #6f4224;
  background-color: #fff;
}

.slider-nav-bg {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  width: 45%;
  height: 76px;
  display: flex;
  position: relative;
  top: -110.5px;
}

.content-small-image {
  background-image: url('../images/1362.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 50%;
  height: 300px;
  margin-top: 20px;
}

.taglines {
  text-align: center;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
}

.collection-box-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.collection-box {
  width: 24%;
  margin-top: 7px;
  margin-bottom: 20px;
  overflow: clip;
}

.collection-box-image {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: clip;
}

.collection-info-box {
  z-index: 1;
  background-image: linear-gradient(0deg, #00000080, #fff0 54%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.collection-info-box.cover {
  background-image: linear-gradient(#0003, #0003);
  transition-property: all;
}

.collection-info-box.cover:hover {
  background-image: linear-gradient(#15ada480, #15ada480);
}

.collect-title {
  filter: drop-shadow(-1px 4px 3px #00000059);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 25px;
  line-height: 34px;
}

.collection-info {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.collection-info.hide {
  text-align: center;
  display: block;
  overflow: clip;
}

.col-info-par {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

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

.coll-image:hover {
  filter: none;
}

.text-span-5 {
  font-family: Assistant, sans-serif;
}

.image-box {
  width: 46%;
}

.image-box.story-image {
  background-image: url('../images/2151160151.jpg');
  height: 510px;
}

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

.project-box {
  background-color: #fff;
  border-radius: 0;
  width: 32%;
  margin-bottom: 20px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  overflow: hidden;
  box-shadow: 0 3px 14px -10px #0003;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 255px;
  display: flex;
  overflow: hidden;
}

.project-image._1 {
  background-image: none;
  display: block;
  overflow: hidden;
}

.project-image._2 {
  background-image: url('../images/abstract-concrete-wood-parametric-interior-with-window-3d-illustration-rendering_edit-1.jpg');
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.project-image._3 {
  background-image: url('../images/kitchen-with-marble-counter-top-three-chairs_edit-1.jpg');
}

.project-image._4 {
  background-image: url('../images/bathroom-backgrounds-marble-countertops-can-be-used-as-models-product-display-montages_edit-1.jpg');
}

.project-image._5 {
  background-image: url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
}

.project-image._6 {
  background-image: url('../images/demodern-kitchen-interior-design-edit-1.jpg');
}

.project-content {
  color: #949292;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
}

.project-title {
  filter: none;
  color: #000;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
}

.project-learn-more {
  color: #15ada4;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-size: 18px;
  display: flex;
}

.project-arrow {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
  padding-top: 5px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: none;
}

.list-item {
  background-image: url('../images/check-square-f-svgrepo-com.svg');
  background-position: 0 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 31px;
  line-height: 25px;
}

.list-item.product-item {
  background-image: url('../images/check-square-f-svgrepo-com.svg');
  margin-bottom: 5px;
}

.hero-banner-v2 {
  background-image: linear-gradient(#000000ad, #fff0 31%), linear-gradient(282deg, #3821129c, #fff0 40%), url('../images/neon-robot-vacuum-cleaner.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: none;
  position: relative;
  overflow: clip;
}

.h1 {
  filter: drop-shadow(0 2px 5px #0000004a);
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  outline: 3px #333;
}

.h1-hero {
  filter: none;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  outline: 3px #333;
}

.approstophy-s {
  font-family: Assistant, sans-serif;
  position: static;
}

.products-selec-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.product-stone-box {
  width: 48%;
  height: 390px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.product-stone-box-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-info-box {
  z-index: 6;
  background-image: linear-gradient(#0000006b, #0000006b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 58px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.product-info-par {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: block;
}

.product-par {
  color: #dad6d4;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.contact-link-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.map-code {
  width: 100%;
  height: 100%;
}

.line-contact {
  z-index: 2;
  background-color: #686868;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 79%;
  left: 23%;
}

.right-arrow {
  color: #fff;
  background-color: #034440;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 18px;
  display: block;
  bottom: 16%;
}

.left-arrow {
  background-color: #034440;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 17px;
  display: block;
  bottom: 16%;
}

.list-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  height: auto;
  display: flex;
}

.list-icon-box {
  color: #10b5ab;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 15px;
  padding-top: 20px;
  display: flex;
}

.list-info-box {
  width: auto;
}

.list-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 84px;
  margin-bottom: 0;
}

.list {
  display: none;
}

.partner-wrapper {
  width: 50%;
}

.mid-heading, .mid-content {
  color: #fff;
  text-align: center;
}

.grow-arrow-icon {
  z-index: -1;
  cursor: pointer;
  background-color: #000;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  padding: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.grow-box {
  filter: drop-shadow(0 2px 16px #00000017);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 590px;
  display: flex;
  position: relative;
  overflow: clip;
}

.project-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project-description-box {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #15ada4a1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  display: flex;
  position: absolute;
  inset: auto 0% 5% auto;
}

.imagebox {
  background-image: url('../images/benl1085.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.imagebox.stone-1 {
  background-image: url('../images/neon-robot-vacuum-cleaner.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagebox.stone-2 {
  background-image: url('../images/round-table-with-white-bowl-white-plate-it_edit-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagebox.stone-3 {
  background-image: url('../images/alaskan-dune.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagebox.stone-4 {
  background-image: url('../images/earth-sonata.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagebox._1-copy {
  background-image: url('../images/benl1133-edit-logo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-header {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
}

.project-link-box {
  justify-content: flex-end;
  align-items: flex-end;
  width: 24%;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-icon-box {
  background-color: #b8876600;
  background-image: url('../images/mobile-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 27px;
  display: block;
  position: absolute;
  inset: 5% auto auto 4%;
}

.btn {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #15ada4;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  color: #fff;
  background-color: #034440;
  border-color: #034440;
}

.btn._0left-margin {
  letter-spacing: 0;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
  transition-duration: .1s;
}

.btn.hero-button {
  box-shadow: none;
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  background-image: url('../images/new-project-5.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 300%;
  border: 2px solid #fff;
  margin-left: 0;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  transition: border-color .3s, background-position .3s cubic-bezier(.785, .135, .15, .86);
}

.btn.hero-button:hover {
  background-position: 0%;
  border-color: #034440;
}

.btn.wgitebtn {
  color: #fff;
  border-color: #fff;
}

.btn.top-margin {
  margin-top: 30px;
}

.btn.hero-button-copy {
  box-shadow: none;
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  background-image: url('../images/new-project-5.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 300%;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  transition: border-color .3s, background-position .3s cubic-bezier(.785, .135, .15, .86);
}

.btn.hero-button-copy:hover {
  background-position: 0%;
  border-color: #034440;
}

.btn.button-box {
  box-shadow: none;
  color: #000;
  letter-spacing: 0;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #15ada4;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  transition: all .3s, border-color .3s;
}

.btn.button-box:hover {
  color: #fff;
  background-color: #15ada4;
  background-position: 0%;
  border-color: #15ada4;
}

.nav-bg {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed {
  color: #10b5ab;
}

.code-embed-2 {
  color: #034440;
}

.product-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection {
  color: #000;
  border: 2px solid #15ada400;
  border-radius: 9px;
  width: 31%;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.collection:hover {
  border: 2px solid #15ada4;
}

.collection-image {
  height: 248px;
  padding: 13px;
  position: relative;
  overflow: clip;
}

.collection-content-box {
  color: #fff;
  text-align: center;
  background-color: #15ada4;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 28px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 17px;
  display: flex;
}

.star-wrapper {
  display: flex;
}

.star {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 3px;
}

.collection-stone {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.stone-link {
  color: #fff;
  border: 1px solid #000;
  border-bottom-color: #fff;
  font-size: 15px;
}

.white-content-heading, .white-content {
  color: #fff;
}

.form-field {
  border: 1px solid #15ada4;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nesletter-image {
  width: 45%;
}

.content-wrapper-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper-2._0bpadding {
  padding-bottom: 0;
}

.content-wrapper-2.gallery-bg {
  background-image: linear-gradient(#0000 60%, #fff 60%), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.content-wrapper-2.how-we-work-bg {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/vecteezy_unique-patterns-of-natural-white-marble-texture-background_49686452.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-sub-text-2 {
  color: #15ada4;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-sub-text-2.white {
  font-weight: 200;
}

.nav-bg-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 60px;
  display: flex;
}

.submit-button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #034440;
  width: auto;
  padding: 9px 20px;
  font-size: 14px;
}

.submit-button-4:hover {
  color: #fff;
  background-color: #25837d;
  border: 1px #fff;
}

.nav-link-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.nav-link-2.w--current {
  text-underline-offset: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.brand-2 {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.brand-2.w--current {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.white-par {
  color: #fff;
}

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

.service-box {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d6e6e5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 250px;
  padding: 19px;
  font-size: 16px;
  display: flex;
  box-shadow: 2px 19px 14px -4px #abccca1c;
}

.service-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-bottom: 10px;
}

.service-icon.padding {
  padding: 5px;
}

.premium-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.services-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2-copy {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.service-par {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
}

.text-block-4 {
  transition: all .5s;
}

.project-image {
  max-width: none;
}

.projectimage {
  max-width: none;
  height: 100%;
}

.hero-new {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  overflow: clip;
}

.hero-new.inside-hero-new {
  min-height: 90vh;
}

.hero-header-wrapper {
  position: relative;
}

.hero-slider {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow {
  display: none;
}

.slider-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slider-box {
  background-image: linear-gradient(56deg, #000000d9, #fff0 77%);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 60px;
  display: none;
}

.slide-2 {
  background-image: linear-gradient(#000, #fff);
}

.slide-2.slider-image-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/3d-render-large-empty-room-with-arches-plants-edit-1-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2.slider-image-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/interior-home-sienna_edit.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2.slider-image-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2.slider-image-4 {
  background-image: radial-gradient(circle at 20%, #0006, #fff0 29%), linear-gradient(#0006, #0006), url('../images/kitchen-with-marble-counter-top-three-chairs_edit-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-2.slider-image-5 {
  background-image: radial-gradient(circle at -80%, #000, #fff0 64%), linear-gradient(#0006, #0006), url('../images/minimal-amazing-interior-design-edit.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.slide-2.slider-image-6 {
  background-image: url('../images/2151214761.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2.slider-image-7 {
  background-image: url('../images/1676.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-hero-infobox {
  z-index: 555;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: absolute;
  inset: auto 0% 20% 5%;
}

.hero-flex {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.slide-nav {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  inset: auto auto 5% 5%;
}

.hero-slider-info {
  color: #fff;
  width: 70%;
  margin-bottom: 20px;
  font-size: 19px;
}

.hero-slider-info.calm-info {
  width: auto;
  margin-bottom: 0;
}

.stone-box {
  background-color: #fff;
  width: 24%;
  box-shadow: -1px 11px 20px -4px #ffffff52;
}

.stone-image-box {
  height: 309px;
}

.stone-image-box.bianca-styone {
  background-image: url('../images/bianca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stone-image-box.sapphire-stone {
  background-image: url('../images/picture7-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stone-image-box.sienna--stone {
  background-image: url('../images/sienna-drift2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stone-image-box.jade-stone {
  background-image: url('../images/picture9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stone-info-box {
  color: #313840;
  text-align: center;
  padding: 19px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.signa-box {
  border: 3px solid #15ada40f;
  width: 49%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  overflow: clip;
  box-shadow: 0 16px 20px #15ada40a;
}

.signa-box:hover {
  border-color: #15ada4;
}

.signa-image-box {
  border-radius: 0;
  height: 340px;
}

.signa-image-box.signa-1 {
  background-image: url('../images/bianca-aurora.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.signa-image-box.signa-2 {
  background-image: url('../images/jade-mirage-onyx-mockup.png');
  background-position: 50% 63%;
  background-repeat: no-repeat;
  background-size: cover;
}

.signa-titlr {
  color: #fff;
  text-align: center;
  background-color: #15ada4;
  justify-content: center;
  align-items: center;
  padding: 20px 26px;
  font-family: Assistant, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.stone-link {
  border-style: none none solid;
  border-color: #000 #000 #15ada4;
}

.stone-flex {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-to {
  color: #15ada4;
  font-size: 15px;
  text-decoration: underline;
}

.icon-2 {
  margin-right: 0;
  display: none;
}

.dropdown-list {
  background-color: #584343;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #0000002e;
  top: 30px;
}

.dropdown-link {
  text-transform: capitalize;
  background-color: #15ada400;
  border-bottom: 1px solid #dad6d4;
  font-size: 18px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #15ada4;
}

.heading {
  filter: drop-shadow(1px 2px 5px #00000082);
  letter-spacing: 0;
  line-height: 73px;
}

.ranges-collection-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ranges-collection-left {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.ranges-collection-left-top {
  min-height: 550px;
  margin-bottom: 20px;
  position: relative;
  overflow: clip;
}

.ranges-collection-left-btm {
  min-height: 300px;
  position: relative;
  overflow: clip;
}

.project-link-box-2 {
  width: 49%;
  margin-bottom: 10px;
  margin-right: 7px;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.project-description-box-2 {
  z-index: 1;
  background-color: #dad6d4cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-display {
  color: #fff;
  background-color: #15ada4;
  margin-bottom: 0;
  padding: 12px 29px;
  font-size: 11px;
  line-height: 11px;
  transition: all .4s;
}

.button-display:hover {
  color: #000;
  background-color: #0000;
}

.display-text {
  color: #000;
  margin-bottom: 10px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.ranges-collection-right-btm {
  min-height: 550px;
  position: relative;
  overflow: clip;
}

.ranges-collection-right-top {
  min-height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: clip;
}

.ranges-collection-image {
  height: 100%;
}

.range-image1 {
  background-image: url('../images/hero-mobile.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.range-image2 {
  background-image: url('../images/d562abe4-c37e-4e83-9aed-d1a8b3b756a2-edit.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.range-image3 {
  background-image: url('../images/round-table-with-white-bowl-white-plate-it_edit-2-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.range-image4 {
  background-image: url('../images/sapphire-drift-mockup-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.tab-link-tab-2 {
  color: #15ada4;
  text-align: center;
  background-color: #ddd0;
  border-bottom: 2px #15ada4;
  border-right: 2px solid #15ada4;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #15ada4;
}

.tab-link-tab-2.n-line {
  border-bottom-color: #15ada400;
  border-right-style: none;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tabs-menu.mid-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 10px;
  padding: 22px;
  box-shadow: 1px 8px 20px -6px #15ada438;
}

.gallery-flex {
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gallery-image-box {
  width: 100%;
  margin-right: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.gallery-image-box.gall-1 {
  background-image: url('../images/68bb87b184493c1248e86e6e_bianca-aurora_fb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image-box.gall-2 {
  background-image: url('../images/68bb84459c8527d4df957111_jade-mirage_fb.webp');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image-box.gall-3 {
  background-image: url('../images/68bb88451ad3961cee09b826_prestige-granite_fb.webp');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image-box.gall-4 {
  background-image: url('../images/68bb84f4f4c119947fdd1b8d_sienna-drift_fb.webp');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image-box.gall-5 {
  background-image: url('../images/68bb8e596171d3f7d5afc747_verde-luxe_fb.jpg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gall-box {
  border: 1px solid #15ada41f;
  width: 19%;
  height: 330px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: clip;
  box-shadow: 0 -1px 19px -5px #15ada42e;
}

.dark-heading {
  color: #000;
}

.dropdown, .dropdown-2 {
  display: none;
}

.box {
  overflow: clip;
}

.service-cta-llist {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 31px;
  display: block;
}

.service-cta-llist.service-phne {
  background-image: url('../images/phone-svgrepo-com-19.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 32px;
  line-height: 28px;
}

.service-cta-llist.service-mail {
  background-image: url('../images/email-svgrepo-com-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 32px;
  line-height: 28px;
}

.service-cta-llist.service-map {
  background-image: url('../images/pin-svgrepo-com-8.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 32px;
}

.collectiion-image {
  background-image: url('../images/684fa3b1afd56c7a4e88b03b_2151821370.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100%;
}

.collectiion-image.about-image {
  width: 50%;
}

.collectiion-image.about-image-2 {
  background-image: url('../images/6858aa6ceb649cc79c8b3410_2151935113.webp');
  width: 50%;
}

.collectiion-image.about-image-3 {
  background-image: url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
  width: 50%;
}

.collectiion-image.service-image {
  width: 50%;
}

.collectiion-image.jade {
  background-image: url('../images/left-arrow-next-svgrepo-com-1.svg');
  width: 50%;
}

.collectiion-image.sapphire {
  background-image: url('../images/45699.jpg');
}

.collectiion-image.bianca {
  background-image: url('../images/96638.jpg');
  background-position: 50% 95%;
}

.collectiion-image.prestige {
  background-image: url('../images/2151160151.jpg');
  background-position: 50% 95%;
}

.collectiion-image.arctic {
  background-image: url('../images/1123.jpg');
  background-position: 50% 95%;
}

.collectiion-image.alaskan {
  background-image: url('../images/71766.jpg');
  background-position: 50% 95%;
}

.collectiion-image.verde-luxe {
  background-image: url('../images/2150712941.jpg');
  background-position: 50% 95%;
}

.collectiion-image.earth-sonta {
  background-image: url('../images/elegant-wine-cellar-in-granite.webp');
  background-position: 50% 28%;
}

.explore {
  color: #fff;
  margin-top: 5px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.contact-social-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.social {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.icons {
  color: #fff;
  background-color: #10b5ab;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 7px;
  transition: all .2s;
}

.icons:hover {
  background-color: #034440;
}

.icons.linkedin {
  padding: 7px;
}

.arrow-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arw, .left-arw {
  pointer-events: auto;
  color: #fff;
  background-color: #034440;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  bottom: 16%;
}

.tabs-menu {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  overflow: auto;
}

.tab-link {
  background-color: #0000;
  background-image: linear-gradient(#0000005c, #0000005c);
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.tab-link:hover {
  opacity: 100;
}

.tab-link.w--current {
  z-index: 1;
}

.tabs {
  flex-flow: column;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.tabs-pane {
  border: 1px solid #15ada4cf;
  width: 100%;
  height: 100%;
  box-shadow: -1px 6px 14px #0003;
}

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

.tabs-image.contain {
  object-fit: contain;
  object-position: 50% 50%;
}

.tabs-image.center {
  object-position: 50% 50%;
}

.product-contents {
  width: 45%;
}

.product-contents.inspired-content, .product-contents.mid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  height: 500px;
  margin-bottom: 20px;
}

.product-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.product-list-title {
  margin-bottom: 10px;
}

.product-enquire {
  width: 100%;
}

.form-product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.tab-thumb {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-form-wrapper {
  width: 50%;
}

.product-field {
  width: 49%;
  margin-bottom: 0;
}

.product-left {
  width: 51%;
  overflow: clip;
}

.black {
  color: #000;
}

._0bmargin {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.list-about {
  margin-bottom: 30px;
}

.collection-stone-hover {
  z-index: 1;
  pointer-events: auto;
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: inline-flex;
  position: relative;
  top: -99%;
}

.collection-stone-hover:hover {
  opacity: 0;
}

.inspired-wrapper {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.inspired-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6e6e5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  box-shadow: 2px 19px 4px -4px #abccca1c;
}

.inspired-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 20px;
}

.tabs-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
}

.swiper {
  position: relative;
  overflow: clip;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-slide {
  background-color: #ddd;
  width: 256px;
  min-width: 256px;
  height: 470px;
  margin-right: 5px;
}

.swiper-nav-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.swiper-nav {
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.swiper-pagination {
  color: #686868;
  cursor: pointer;
  background-color: #686868;
  width: 50px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  line-height: 30px;
  display: none;
}

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

.swiper-image.about-swiper-image {
  width: 100%;
}

.swiper-button-next {
  pointer-events: auto;
  color: #fff;
  background-color: #034440;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 5%;
}

.swiper-button-prev {
  pointer-events: auto;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #034440;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.newsletter-map {
  border: 3px solid #034440;
  width: 46%;
  padding: 8px;
}

.dash-text {
  font-family: Verdana, Geneva, sans-serif;
}

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

.stone-collection-box {
  text-align: center;
  background-color: #ddd;
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 440px;
  font-family: Fontspring Demo Juana, Palatino Linotype, sans-serif;
  display: flex;
}

.tag-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px;
  font-size: 26px;
  font-style: italic;
  display: flex;
  overflow: clip;
}

.mask-2 {
  width: 100%;
}

.sub-text-animation {
  font-size: 23px;
}

.text-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: left;
}

.heading-sub-wrapper {
  flex-flow: wrap;
  display: flex;
}

.swiper-pagination-number {
  color: #686868;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.about-slider {
  width: 56%;
  height: 90%;
  position: absolute;
  inset: 4% auto 0% 0%;
}

.about-slider-wrapper {
  background-color: #ddd0;
  height: 94%;
}

.mask-3 {
  width: 33.33%;
  overflow: visible;
}

.slide-nav-2 {
  top: 613.266px;
}

.slide-3 {
  width: 100%;
  margin-right: 10px;
}

.about-arrow {
  background-color: #15ada4;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 0;
  height: 30px;
  min-height: 0;
  padding: 9px;
  font-size: 16px;
  display: none;
  inset: auto 0% -9% auto;
}

.about-arrow.right {
  right: 7%;
}

.div-block-2 {
  background-color: #15ada4;
  width: 30px;
  height: 2px;
}

.collection-name-box {
  color: #fff;
  text-align: center;
  background-color: #15ada4;
  padding: 18px;
  font-family: Assistant, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-tagline {
  color: #fff;
  margin-top: 20px;
  font-family: Assistant, sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 23px;
}

.contact-image-box {
  background-image: url('../images/luxury-begins-with-the-right-stone_fb-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: flex;
  overflow: clip;
}

.map {
  width: 49%;
}

.location-box {
  width: 46%;
}

.coll-teraa-logo {
  z-index: 3;
  background-image: url('../images/_group_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
  position: absolute;
}

.wish-box {
  display: flex;
  position: relative;
}

.wishlist {
  z-index: 5;
  cursor: pointer;
  background-image: url('../images/heart-alt-svgrepo-com-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -3% auto auto -3%;
}

.wishlist:hover {
  background-image: url('../images/heart-svgrepo-com-2.svg');
}

.heart-1 {
  width: 30px;
}

.heart-2 {
  width: 30px;
  display: none;
}

.wishlist-wrapper-nav {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.wish-list-box {
  cursor: pointer;
}

.wish-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}

.wish-count {
  color: #fff;
  text-align: center;
  background-color: #15ada4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 9px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% -34% auto auto;
}

.wishlist-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.wishlist-container {
  background-color: #fff;
  width: 35%;
  height: 100%;
  padding: 40px 20px 40px 30px;
  position: relative;
}

.wishlist-back {
  background-color: #fff;
  border: 1px solid #0000001c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 30px auto auto -30px;
}

.wishlist-back:hover {
  color: #fff;
  background-color: #000;
}

.wishlist-content-wrapper {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.wishlist-content {
  box-shadow: none;
  border-bottom: 1px solid #15ada429;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.wishlist-image {
  width: 100px;
}

.wishlist-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.wishlist-remove {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 0%;
  transition: all .3s;
  display: flex;
}

.wishlist-remove:hover {
  background-color: #e9e9e9;
}

.search-box {
  margin-left: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.search-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.search-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.search-box {
  background-color: #fff;
  width: 100%;
  height: 30vh;
  margin-left: 0;
  padding: 122px;
  position: relative;
}

.search {
  border-bottom: 1px solid #00000024;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.search-input {
  border: 1px solid #0000;
  width: 90%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.search-button {
  background-color: #fff;
  background-image: url('../images/search-alt-2-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
  padding-top: 11px;
  padding-bottom: 11px;
}

.exit {
  background-image: url('../images/close-1511-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: absolute;
  inset: 16% 7% auto auto;
}

.search-cover {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search-box-copy, .search-main {
  margin-left: 20px;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-link {
    margin-right: 20px;
  }

  .nav-link.drop-link {
    padding-right: 0;
  }

  .hero-heading-wrapper {
    width: 70%;
  }

  .slider-image._1, .slider-image._2, .slider-image._4 {
    background-size: cover;
  }

  .testimony-box {
    height: auto;
    padding: 40px;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 31%), linear-gradient(282deg, #3821129c, #fff0 40%), url('../images/neon-robot-vacuum-cleaner.webp');
  }

  .right-arrow, .left-arrow {
    font-size: 17px;
  }

  .signa-box {
    box-shadow: 3px 2px 20px 2px #15ada41a;
  }

  .signa-titlr {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .icon-2 {
    display: none;
  }

  .dropdown-list.w--open {
    top: 28px;
  }

  .gallery-image-box.gall-3 {
    background-position: 50%;
  }

  .right-arw, .left-arw {
    font-size: 17px;
  }

  .collection-stone-hover {
    height: 106%;
    top: -105%;
  }

  .swiper-nav-wrapper {
    padding-left: 66px;
  }

  .swiper-button-next {
    font-size: 17px;
    bottom: 1%;
    left: 6%;
  }

  .swiper-button-prev {
    font-size: 17px;
    bottom: 1%;
    left: 1%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-heading-wrapper {
    width: 65%;
  }

  .brand {
    background-size: contain;
  }

  .hero-image {
    width: 770px;
  }

  .hero-image-section {
    height: 460px;
    right: 1%;
  }

  .content-wrapper.we-do {
    padding-bottom: 87px;
  }

  .newsletter-field, .newsletter-block {
    width: 100%;
  }

  .footer-box-wrapper.down-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-nav-number {
    bottom: 10%;
  }

  .slider-progress {
    top: 71%;
    bottom: 18%;
    left: 21%;
  }

  .story-image.about-image-2 {
    background-position: 50% 60%;
    width: 50%;
  }

  .story-content.story-c2 {
    padding-bottom: 40px;
  }

  .gallery-box-wrapper {
    flex-flow: wrap;
  }

  .gallery-box._1, .gallery-box._2-copy, .gallery-box._3, .gallery-box._4, .gallery-box._5, .gallery-box._6 {
    height: 59%;
  }

  .content-image-box.po, .content-image-box.full {
    width: 48.5%;
  }

  .slider-nav-bg {
    height: 59px;
  }

  .col-info-par {
    font-size: 16px;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 31%), linear-gradient(282deg, #3821129c, #fff0 40%), url('../images/neon-robot-vacuum-cleaner.webp');
  }

  .line-contact {
    top: 70%;
    bottom: 16.5%;
    left: 21%;
  }

  .list-info {
    height: auto;
  }

  .nav-bg {
    background-position: -130%, 119%;
    background-size: 58%, 90%;
  }

  .collection-image {
    height: 280px;
  }

  .content-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-bg-2 {
    background-position: -130%, 119%;
    background-size: 58%, 90%;
  }

  .service-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
  }

  .slider-hero-infobox {
    width: 68%;
  }

  .ranges-collection-left-top {
    min-height: 600px;
  }

  .ranges-collection-left-btm {
    min-height: 300px;
  }

  .ranges-collection-right-btm {
    min-height: 600px;
  }

  .ranges-collection-right-top {
    min-height: 300px;
  }

  .gallery-image-box.gall-1, .gallery-image-box.gall-2, .gallery-image-box.gall-3, .gallery-image-box.gall-4, .gallery-image-box.gall-5 {
    background-position: 60%;
    background-size: 350px;
  }

  .swiper-slide {
    width: 30%;
    min-width: 33.3%;
  }

  .swiper-button-next {
    left: 5%;
  }

  .tag-box {
    width: 100%;
  }

  .wishlist {
    top: -4%;
    right: 6%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 69px;
    line-height: 84px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-link.w--current {
    font-weight: 400;
  }

  .hero-banner-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .hero-heading-wrapper {
    width: 65%;
  }

  .hero-line {
    height: 220px;
  }

  .hero-sub-text {
    padding-left: 5px;
    font-size: 27px;
    font-weight: 500;
  }

  .hero-content {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-content.left-side {
    justify-content: flex-start;
    align-items: center;
  }

  .button._0left-margin.hide {
    display: none;
  }

  .hero-image {
    width: 900px;
    position: absolute;
    top: 53%;
    right: -17%;
  }

  .hero-image-section {
    width: auto;
    height: auto;
    position: static;
    left: 18%;
  }

  .top-nav-button {
    border-width: 1px;
    border-color: #fff;
  }

  .content-wrapper.we-do {
    padding-top: 63px;
    padding-bottom: 80px;
  }

  .content-wrapper.discover-wrapper {
    background-position: 100% 0;
    background-size: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper._0bpadding {
    padding-bottom: 0;
  }

  .content-wrapper._0tpadding {
    padding-top: 0;
  }

  .content-wrapper.appointment {
    padding-bottom: 0;
  }

  .flex-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .content-box {
    width: 48.5%;
  }

  .content-box.cb-40 {
    padding-left: 40px;
  }

  .content-box.testimony {
    height: 455px;
  }

  .we-do-slider-box {
    padding-top: 61px;
  }

  .heading-box {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .heading-box._30margin {
    justify-content: center;
    align-items: center;
  }

  .heading-box.mid {
    justify-content: center;
    align-items: stretch;
  }

  .heading-wrapper {
    width: 100%;
  }

  .heading-sub-text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .slider-1 {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-mask {
    width: 30%;
  }

  .button-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button-wrapper.product-verview {
    justify-content: flex-end;
    align-items: center;
  }

  .product-box {
    width: 24.5%;
  }

  .heading-content {
    margin-top: 0;
  }

  .newsletter-form {
    justify-content: space-between;
    align-items: center;
  }

  .newsletter-field {
    width: 100%;
    padding-left: 45px;
  }

  .newsletter-block {
    width: 100%;
  }

  .submit-button {
    width: 150px;
  }

  .footer-brand {
    margin-right: 30px;
  }

  .footer-box-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-box-wrapper.down-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-nav-number {
    top: 444px;
    bottom: 0%;
  }

  .slider-progress {
    width: 400px;
    top: 89%;
    left: 19%;
  }

  .slide-v2._5 {
    background-image: url('../images/modern-clean-interior-design-1_edit.webp');
  }

  .elegant-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-content {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .header-content.hero-inside.jade-mirage {
    background-position: 0 0, 50% 65%;
  }

  .header-content.hero-inside.about {
    background-position: 0 0, 50%;
  }

  .story-image.services-2 {
    background-position: 50% 0;
  }

  .story-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-box._70._1 {
    height: 50%;
  }

  .gallery-box._2 {
    height: 49.5%;
  }

  .testimony-section {
    overflow: clip;
  }

  .testimony-slider {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimony-slide-nav {
    bottom: 10%;
    left: -62%;
  }

  .testimony-percentage {
    bottom: 13%;
    right: 23%;
  }

  .p-stone-box {
    width: 32.7%;
  }

  .gallery-image {
    object-fit: cover;
    height: 100%;
  }

  .content-image-box {
    height: 600px;
  }

  .content-image-box.full {
    background-size: cover;
    background-attachment: fixed;
    margin-top: 35px;
  }

  .slider-nav-bg {
    top: -109px;
  }

  .content-small-image {
    background-position: 50% 80%;
    width: 48.5%;
    margin-top: 35px;
  }

  .collection-box {
    width: 24.5%;
    margin-top: 9px;
  }

  .collection-box-image {
    height: 450px;
  }

  .col-info-par {
    height: 100px;
    font-size: 18px;
    line-height: 25px;
  }

  .project-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 31%), linear-gradient(282deg, #3821129c, #fff0 40%), url('../images/neon-robot-vacuum-cleaner.webp');
  }

  .line-contact {
    width: 100%;
    top: 79%;
    left: 19%;
  }

  .right-arrow {
    color: #ffddc6;
    font-weight: 700;
  }

  .list-icon-box {
    margin-right: 15px;
  }

  .list-info {
    height: auto;
  }

  .project-link-box {
    padding-bottom: 23%;
  }

  .nav-bg {
    background-position: -109%, 187%;
  }

  .collection-image {
    height: 300px;
  }

  .collection-content-box {
    padding-top: 10px;
  }

  .content-wrapper-2._0bpadding {
    padding-bottom: 0;
  }

  .heading-sub-text-2 {
    font-size: 27px;
  }

  .nav-bg-2 {
    background-position: -109%, 187%;
  }

  .submit-button-4 {
    width: 150px;
  }

  .nav-link-2.w--current {
    font-weight: 400;
  }

  .service-box {
    height: 230px;
  }

  .service-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .slider-hero-infobox {
    width: 52%;
    left: 13%;
  }

  .slide-nav {
    left: 13%;
  }

  .gallery-image-box.gall-1, .gallery-image-box.gall-2, .gallery-image-box.gall-3, .gallery-image-box.gall-4, .gallery-image-box.gall-5 {
    background-size: 520px;
  }

  .gall-box {
    height: 460px;
  }

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

  .arrow-wrapper {
    width: 93.5%;
  }

  .right-arw, .left-arw {
    color: #ffddc6;
    font-weight: 700;
  }

  .tabs-menu {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: auto;
  }

  .swiper-wrapper {
    width: 93.5%;
  }

  .swiper-slide {
    min-width: 35.6%;
  }

  .swiper-button-next {
    color: #ffddc6;
    font-weight: 700;
    left: 4%;
  }

  .swiper-button-prev {
    color: #ffddc6;
    font-weight: 700;
  }

  .coll-teraa-logo {
    margin-left: 20px;
  }

  .wishlist {
    right: 8%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 120%;
  }

  h2 {
    font-size: 32px;
    line-height: 50px;
  }

  h4 {
    font-size: 17px;
    line-height: 23px;
  }

  .container {
    width: 85%;
  }

  .nav-flex {
    flex-flow: row;
    margin-bottom: 0;
  }

  .navbar.transpararent {
    top: -1px;
  }

  .nav-link {
    color: #464646;
    border-bottom: 1px solid #6f42242e;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    font-size: 18px;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #034440;
    border-radius: 0;
    text-decoration: none;
  }

  .hero-banner.hide {
    background-image: linear-gradient(#000000ad, #fff0 38%), linear-gradient(0deg, #edf1f3b3 24%, #fff0 56%);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .hero-banner-section {
    width: 100%;
    height: 500px;
  }

  .hero-heading-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .hero-line {
    height: 190px;
  }

  .hero-heading {
    margin-top: 0;
  }

  .hero-content {
    margin-bottom: 60px;
  }

  .button.content-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .brand {
    width: 190px;
    min-width: 190px;
    height: 70px;
    min-height: 70px;
    margin-bottom: 0;
  }

  .hero-image {
    width: 660px;
    top: 60%;
    right: -40%;
  }

  .hero-image-section {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .top-nav-button {
    font-size: 18px;
  }

  .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper.we-do {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .content-wrapper.discover-wrapper {
    background-image: linear-gradient(#00000030, #00000030), url('../images/tiless.png');
    background-position: 0 0, 100% 0;
    background-size: auto, 60%;
  }

  .content-wrapper.partner {
    margin-top: 0;
  }

  .flex-wrapper.right-flex {
    flex-flow: wrap;
  }

  .content-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-box.cb-40 {
    width: 100%;
    padding-bottom: 0;
  }

  .content-box.testimony {
    width: 100%;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-box.contact {
    width: 100%;
  }

  .we-do-slider-box {
    order: 1;
    width: 103%;
    margin-right: 0;
    padding-top: 20px;
    position: static;
    overflow: clip;
  }

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

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

  .heading-wrapper.mid.hww, .heading-wrapper.mid.story, .heading-wrapper.products {
    width: 100%;
  }

  .slider-1 {
    height: 510px;
    overflow: visible;
  }

  .slider-mask {
    width: 35%;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .products-selection-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .product-box {
    width: 48%;
    height: 320px;
    margin-bottom: 10px;
    padding-top: 0;
    overflow: clip;
  }

  .product-box.beige-2 {
    justify-content: center;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .product-content {
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .product-heading-text {
    font-size: 28px;
    line-height: 100%;
  }

  .stone-image {
    margin-bottom: -47px;
  }

  .stone-image._1 {
    width: 150%;
    bottom: 53%;
    left: -22%;
  }

  .stone-image._2 {
    background-size: cover;
    width: 90%;
    transform: rotate(26deg);
  }

  .stone-image._3 {
    width: 123%;
    height: 160%;
    bottom: -10%;
    left: -25%;
  }

  .stone-image._4 {
    background-position: 50% 0;
    background-size: contain;
    width: 90%;
    height: 210%;
    bottom: -60%;
  }

  .link-line {
    display: flex;
  }

  .link-line.tab-hide {
    display: none;
  }

  .product-bg {
    margin-top: -90px;
  }

  .product-bg._1 {
    margin-top: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .product-bg._2 {
    display: none;
  }

  .product-bg._4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2151214695.jpg');
    background-size: auto, cover;
    display: none;
  }

  .product-bg._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2151349273.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    display: none;
    inset: 0%;
  }

  .line-text {
    width: 5px;
  }

  .heading-content {
    margin-top: 0;
  }

  .footer {
    flex-flow: wrap;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-box {
    margin-right: 100px;
  }

  .footer-box.left {
    width: 47%;
    margin-right: 10px;
  }

  .footer-box-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 10px;
  }

  .footer-box-wrapper.down-flex {
    width: 90%;
    margin-bottom: 20px;
  }

  .menu-button {
    color: #313840;
    padding: 12px;
    font-size: 31px;
    line-height: 38px;
  }

  .menu-button.w--open {
    color: #034440;
    background-color: #c8c8c800;
  }

  .explore-section {
    width: 100%;
  }

  .slider-nav-number {
    bottom: 10%;
    left: 0%;
  }

  .slider-progress {
    top: 84%;
    bottom: 0%;
  }

  .what-we-do-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-content {
    font-size: 18px;
  }

  .elegant-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-content {
    height: 40vh;
  }

  .header-content.hero-inside.product {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.jade-mirage {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx-mockup.png'), linear-gradient(#0000, #0000);
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.sapphire-drift {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sapphire-drift_1.jpg'), linear-gradient(#0000, #0000);
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.sienna-drift {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sienna-drift.jpg'), linear-gradient(#0000, #0000);
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.contact-us {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/neon-robot-vacuum-cleaner.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.brochure {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/round-table-with-white-bowl-white-plate-it_edit-2.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.earth-sonata {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx-mockup.png'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.verde {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/verde-luxe.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.alaska {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx-mockup.png'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.arctic {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora2.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.prestige {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx-mockup.png'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.biance {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/bianca-aurora2.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.gallery-header {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/jade-mirage-onyx-mockup.png'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.works, .header-content.hero-inside.signature {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/neon-robot-vacuum-cleaner.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside {
    background-image: linear-gradient(67deg, #ded9ca80, #e1ddd073 28%, #ffffff08 36%), linear-gradient(#0009, #fff0 41%), url('../images/3d-render-large-empty-room-with-arches-plants-edit.webp');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header-content.hero-inside.about-hero, .header-content.hero-inside.about {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/earth-sonata.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .story-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }

  .story-image.about-image {
    width: 100%;
  }

  .story-image.about-image-2 {
    background-position: 50% 60%;
    width: 100%;
    height: 360px;
  }

  .story-image.about-image-3 {
    width: 100%;
    height: 490px;
  }

  .story-image.service-image, .story-image.jade {
    width: 100%;
  }

  .story-image.services-2 {
    background-position: 50%;
    width: 100%;
    height: 360px;
  }

  .story-content {
    width: 100%;
    padding-left: 0;
  }

  .story-content.story-c2, .story-content.story-c3 {
    padding-top: 0;
  }

  .gallery-box {
    min-height: 210px;
  }

  .process-wrapper {
    flex-flow: wrap;
  }

  .process-box {
    border-right-style: solid;
    width: 50%;
    height: auto;
    margin-bottom: 7px;
  }

  .process-box.tabborderremove, .process-box.last {
    border-right-style: none;
  }

  .process-heading {
    font-size: 22px;
    line-height: 120%;
  }

  .testimony-slider {
    width: 50%;
    height: auto;
  }

  .testimony-mask {
    width: 100%;
  }

  .testimony-slide-nav {
    position: absolute;
    bottom: -27%;
    left: -3%;
  }

  .testimony-percentage {
    bottom: 1%;
    right: -83%;
  }

  .p-stone-box {
    width: 32%;
  }

  .gallery-tab-link {
    font-size: 18px;
  }

  .content-form-box {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .content-form-box.product-form {
    width: 100%;
  }

  .text-field {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .news-box {
    width: 50%;
  }

  .content-image-box {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .content-image-box.po {
    width: 100%;
    height: 300px;
  }

  .content-image-box.full {
    margin-top: 0;
  }

  .slider-nav-bg {
    background-color: #fff;
    width: 65%;
    height: 100px;
    display: block;
    top: -111px;
  }

  .content-small-image {
    margin-top: 0;
  }

  .taglines {
    font-size: 25px;
  }

  .collection-box {
    width: 49.5%;
  }

  .collect-title {
    height: auto;
  }

  .collection-info.hide {
    height: 96px;
  }

  .image-box.story-image {
    height: 370px;
  }

  .project-image {
    height: 150px;
  }

  .project-title {
    font-size: 18px;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 31%), linear-gradient(282deg, #3821129c, #fff0 40%), url('../images/hero-mobile.webp');
    height: 500px;
  }

  .h1 {
    font-size: 40px;
  }

  .products-selec-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .product-stone-box {
    width: 47%;
    height: 300px;
  }

  .product-image {
    width: 100%;
  }

  .product-info-box {
    padding: 39px;
  }

  .product-title {
    font-size: 25px;
    line-height: 37px;
  }

  .line-contact {
    top: 84%;
    bottom: 0%;
  }

  .list-info {
    height: auto;
  }

  .grow-box {
    width: 50%;
    height: 639px;
  }

  .project-wrapper {
    flex-flow: wrap;
  }

  .project-description-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-link-box {
    width: 50%;
    padding-bottom: 46%;
  }

  .service-icon-box {
    width: 90px;
    height: 90px;
  }

  .nav-bg {
    background-position: -130%, 127%;
  }

  .collection {
    width: 30%;
  }

  .collection-image {
    height: 145px;
  }

  .nesletter-image {
    display: none;
  }

  .content-wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bg-2 {
    background-position: -130%, 127%;
  }

  .nav-link-2 {
    color: #464646;
    border-bottom: 1px solid #6f42242e;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    font-size: 18px;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #6f4224;
  }

  .nav-link-2.w--current {
    color: #fff;
    background-color: #6f4224;
    border-radius: 0;
    text-decoration: none;
  }

  .brand-2 {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .brand-2.w--current {
    width: 80px;
    min-width: 80px;
  }

  .services-wrapper {
    flex-flow: wrap;
  }

  .service-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .hero-new, .hero-slider {
    min-height: 90vh;
  }

  .slider-box {
    justify-content: flex-start;
    align-items: center;
    padding-top: 256px;
  }

  .slider-hero-infobox {
    width: 90%;
    left: 40px;
  }

  .stone-info-box {
    line-height: 27px;
  }

  .ranges-collection-wrapper {
    width: 100%;
  }

  .project-link-box-2 {
    width: 47%;
  }

  .tab-link-tab-2 {
    height: auto;
    font-size: 10px;
    line-height: 20px;
  }

  .tabs-menu.mid-tab {
    padding-bottom: 10px;
  }

  .gall-box {
    width: 19%;
    height: 200px;
  }

  .collectiion-image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }

  .collectiion-image.about-image {
    width: 100%;
  }

  .collectiion-image.about-image-2, .collectiion-image.about-image-3 {
    width: 100%;
    height: 490px;
  }

  .collectiion-image.service-image, .collectiion-image.jade, .product-contents {
    width: 100%;
  }

  .tabs-content {
    height: 340px;
  }

  .product-left, .swiper {
    width: 100%;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .swiper-slide {
    width: 331px;
    min-width: 331px;
    height: 400px;
  }

  .swiper-image {
    width: 100%;
    max-width: none;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .newsletter-map {
    width: 100%;
  }

  .tag-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-name-box {
    padding: 10px;
    font-size: 15px;
  }

  .coll-teraa-logo {
    width: 20px;
    height: 20px;
  }

  .wishlist {
    background-size: 20px;
    width: 21px;
    height: 21px;
    right: 2%;
  }

  .wishlist-container {
    width: 40%;
  }

  .wishlist-back {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: -20px;
  }

  .wishlist-info {
    font-size: 15px;
  }

  .search-wrapper {
    display: none;
  }

  .search-box {
    padding: 93px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
    line-height: 49px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-banner-section {
    height: 50vh;
  }

  .hero-heading-wrapper {
    width: 100%;
  }

  .hero-line {
    height: 180px;
  }

  .hero-heading {
    margin-top: 0;
  }

  .brand {
    height: 70px;
    min-height: 70px;
    padding-left: 0;
  }

  .top-nav-button {
    padding-right: 10px;
  }

  .icon-box {
    margin-right: 0;
    display: flex;
  }

  .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .content-box.testimony {
    margin-bottom: 30px;
  }

  .we-do-slider-box {
    width: 112%;
    margin-right: 0;
  }

  .heading-wrapper {
    margin-bottom: 10px;
  }

  .heading-wrapper.mid {
    margin-bottom: 0;
  }

  .heading-sub-text {
    font-size: 16px;
  }

  .slider-1 {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-mask {
    width: 50%;
  }

  .slider-image._1 {
    background-size: cover;
  }

  .products-selection-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .product-box {
    width: 48%;
    padding-top: 0;
  }

  .product-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    inset: 0%;
  }

  .product-icon {
    margin-bottom: 10px;
  }

  .product-heading-text {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .stone-image._2 {
    width: 87%;
    margin-bottom: 0;
    bottom: 44%;
    right: 13%;
  }

  .stone-image._3 {
    background-size: contain;
    bottom: 20%;
    left: -18%;
  }

  .stone-image._4 {
    height: 100%;
    margin-bottom: 0;
    bottom: 33%;
    left: 5%;
    right: 0%;
  }

  .learn-more-button, .product-info-text {
    margin-bottom: 0;
  }

  .product-bg._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/6331.webp');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .product-bg._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/6858aa6ceb649cc79c8b3410_2151935113.webp');
    margin-top: 0;
    display: none;
    inset: 0%;
  }

  .product-bg._4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/6858b057bf704a4b6465128e_2150692237.webp');
    display: none;
  }

  .product-bg._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/681d6c1c9d5a0c08af21f961_2151349273.webp');
    margin-top: 0;
    display: none;
    inset: 0%;
  }

  .newsletter-form {
    justify-content: space-between;
  }

  .newsletter-field {
    background-position: 3%;
    width: 100%;
  }

  .newsletter-block {
    width: 100%;
  }

  .footer {
    flex-flow: column;
  }

  .copyright {
    font-size: 15px;
  }

  .footer-brand {
    width: 90px;
    margin-bottom: 20px;
  }

  .footer-box {
    width: 50%;
    margin-right: 0;
  }

  .footer-box.left {
    width: 70%;
  }

  .footer-header {
    margin-bottom: 20px;
  }

  .footer-box-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .slider-progress {
    top: 93%;
    bottom: 2%;
    left: 33%;
  }

  .slider-percentage {
    inset: 0%;
  }

  .cta {
    display: none;
  }

  .animation-wrapper {
    margin-bottom: 20px;
  }

  .elegant-wrapper {
    padding-bottom: 20px;
  }

  .header-content.hero-inside {
    height: 60vh;
    padding-bottom: 0;
  }

  .header-content.hero-inside.contact-us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-content.hero-inside.verde {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/verde-luxe.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .header-content.hero-inside.works, .header-content.hero-inside.signature {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-content.hero-inside {
    padding-bottom: 0;
  }

  .header-content.hero-inside.about-hero, .header-content.hero-inside.about {
    height: 70vh;
  }

  .gallery-box {
    width: 31%;
    min-height: 140px;
  }

  .gallery-box._70._1, .gallery-box._2 {
    height: 50%;
  }

  .gallery {
    height: 400px;
  }

  .testimony-section {
    flex-flow: column;
  }

  .testimony-slider {
    width: 100%;
    height: auto;
  }

  .testimony-mask {
    height: auto;
  }

  .testimony-slide-nav {
    bottom: 317px;
    left: 38%;
    right: auto;
  }

  .testimony-percentage {
    width: 30%;
    bottom: 0%;
    right: 10%;
  }

  .p-stone-box {
    width: 49%;
  }

  .par-black {
    margin-bottom: 20px;
  }

  .text-field {
    border-radius: 13px;
    height: 40px;
  }

  .text-field::placeholder {
    font-size: 13px;
  }

  .submit-button-3 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .news-box {
    width: 100%;
  }

  .content-image-box {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .slider-nav-bg {
    display: none;
  }

  .taglines {
    font-size: 18px;
    line-height: 28px;
  }

  .project-box {
    width: 48%;
  }

  .project-content {
    padding-bottom: 20px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 20%), linear-gradient(282deg, #3821129c, #fff0 25%), url('../images/neon-robot-vacuum-cleaner.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: auto;
  }

  .h1 {
    font-size: 30px;
  }

  .products-selec-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .product-stone-box {
    width: 47%;
    height: 300px;
  }

  .product-info-box {
    padding: 20px;
  }

  .product-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 29px;
  }

  .line-contact {
    top: 93%;
    bottom: 2%;
    left: 33%;
  }

  .list-icon-box {
    padding-top: 10px;
  }

  .grow-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .project-description-box {
    font-size: 12px;
  }

  .services-header {
    font-size: 20px;
  }

  .project-link-box {
    width: 50%;
    padding-bottom: 61%;
  }

  .nav-bg {
    background-position: -130%, 156%;
  }

  .collection {
    width: 45%;
  }

  .collection-image {
    height: 164px;
  }

  .content-wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bg-2 {
    background-position: -130%, 156%;
  }

  .brand-2 {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    padding-left: 0;
  }

  .hero-new.inside-hero-new {
    min-height: 60vh;
  }

  .slider-box {
    padding-top: 92px;
  }

  .slider-hero-infobox {
    width: 90%;
    bottom: 23%;
    left: 20px;
  }

  .hero-slider-info {
    width: 90%;
  }

  .stone-box, .signa-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .signa-image-box.signa-1, .signa-image-box.signa-2 {
    height: 250px;
  }

  .signa-titlr {
    min-height: 74px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .stone-flex {
    flex-flow: wrap;
  }

  .ranges-collection-left-top {
    min-height: 330px;
  }

  .ranges-collection-left-btm {
    min-height: 200px;
  }

  .project-link-box-2 {
    width: 100%;
  }

  .ranges-collection-right-btm {
    min-height: 330px;
  }

  .ranges-collection-right-top {
    min-height: 200px;
  }

  .tab-link-tab-2 {
    height: 35px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .tabs-menu.mid-tab {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .gallery-flex {
    justify-content: center;
    align-items: center;
  }

  .gall-box {
    width: 31%;
    height: 230px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .swiper-slide {
    width: 270px;
    min-width: 270px;
    height: 270px;
  }

  .tag-box {
    font-size: 22px;
  }

  .heading-sub-wrapper {
    font-size: 18px;
  }

  .map {
    width: 100%;
  }

  .location-box {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  .wishlist {
    top: -1%;
    left: 2%;
  }

  .wishlist-container {
    width: 50%;
  }

  .wishlist-info {
    flex-flow: wrap;
  }

  .search-box {
    padding: 103px 57px 57px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 38px;
  }

  h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 137%;
  }

  p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  a {
    font-size: 14px;
  }

  .nav-flex {
    margin-bottom: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 15px;
  }

  .hero-banner-section {
    justify-content: space-between;
    align-items: center;
    height: 350px;
    padding-bottom: 60px;
  }

  .hero-heading-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-line {
    height: 157px;
    margin-right: 20px;
  }

  .hero-heading {
    margin-top: 0;
  }

  .hero-content {
    margin-bottom: 0;
    position: relative;
    top: 50px;
  }

  .button.content-button {
    font-size: 16px;
  }

  .button._0left-margin {
    font-size: 14px;
  }

  .brand {
    width: 120px;
    min-width: 120px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
  }

  .button-arrow {
    width: 37px;
  }

  .top-nav-button {
    padding: 4px;
  }

  .content-wrapper.we-do {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-box.cb-40 {
    padding-left: 0;
  }

  .content-box.testimony {
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .content-box.full {
    margin-bottom: 0;
  }

  .content-box.full-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .we-do-slider-box {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
    overflow: clip;
  }

  .heading-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .heading-wrapper.mid {
    margin-bottom: 20px;
  }

  .heading-wrapper.products {
    width: 100%;
  }

  .heading-sub-text {
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .heading-sub-text.white {
    color: #fff;
  }

  .heading-sub-text.calm, .heading-sub-text._2, .heading-sub-text._3 {
    font-size: 18px;
    line-height: 27px;
  }

  .content-info {
    padding-left: 0;
  }

  .content-info.full {
    width: 100%;
  }

  .slider-1 {
    justify-content: center;
    align-items: flex-start;
    height: 390px;
  }

  .slider-mask {
    width: 100%;
    height: 430px;
  }

  .slide {
    height: 70%;
  }

  .slider-image._2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .product-box {
    background-color: #2e333a00;
    width: 100%;
  }

  .product-box.beige-1 {
    background-image: url('../images/2151349204.webp');
    background-size: cover;
  }

  .product-box.beige-2 {
    background-image: url('../images/modern-minimalist-hallway-design-1.webp');
    background-size: cover;
  }

  .product-box.beige-3 {
    background-image: url('../images/89754.webp');
    background-size: cover;
  }

  .product-box.beige-4 {
    background-image: url('../images/6331.webp');
    background-size: cover;
  }

  .product-content {
    justify-content: center;
    align-items: center;
  }

  .product-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: block;
  }

  .product-icon.mobile {
    display: block;
  }

  .product-heading-text {
    font-size: 25px;
  }

  .stone-image._1 {
    display: none;
    bottom: 58%;
  }

  .stone-image._2 {
    display: none;
    bottom: 49%;
    right: 9%;
  }

  .stone-image._3 {
    display: none;
    bottom: 29%;
  }

  .stone-image._4 {
    display: none;
    bottom: 42%;
  }

  .product-bg._1 {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/89754.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .product-bg._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/6858aa6ceb649cc79c8b3410_2151935113.webp');
  }

  .product-bg._4 {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/6858b057bf704a4b6465128e_2150692237.webp');
    background-size: auto, contain;
    margin-top: 0;
    inset: 0%;
  }

  .product-bg._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/681d6c1c9d5a0c08af21f961_2151349273.webp');
  }

  .line-text {
    margin-right: 19px;
  }

  .heading-content {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-text.white {
    font-size: 19px;
    line-height: 22px;
  }

  .newsletter-field {
    background-position: 7%;
    padding-left: 39px;
  }

  .newsletter-field::placeholder {
    font-size: 14px;
  }

  .newsletter-block {
    width: 100%;
  }

  .copyright {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
  }

  .footer-brand {
    width: 100px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-box {
    width: 41%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-box.left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-header {
    margin-bottom: 15px;
  }

  .link-hover {
    margin-bottom: 8px;
    font-size: 16px;
  }

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

  .footer-box-wrapper {
    width: 92%;
  }

  .footer-box-wrapper.down-flex {
    width: 100%;
  }

  .content-link-box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .slider-nav-number {
    bottom: 4%;
    left: -20%;
  }

  .slider-progress {
    width: 130px;
    top: 96%;
    left: 47%;
  }

  .animation-wrapper {
    display: block;
  }

  .what-we-do-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-content {
    font-size: 14px;
    line-height: 21px;
  }

  .elegant-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-content {
    background-position: 50% 100%;
    background-size: 250%;
    background-attachment: scroll;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content.hero-inside {
    background-position: 0 0, 0 0, 0%;
    height: 60vh;
    padding-bottom: 40px;
  }

  .header-content.hero-inside.product {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.sapphire-drift {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sapphire-drift_1.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.sienna-drift {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/sienna-drift.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
  }

  .header-content.hero-inside.brochure {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/round-table-with-white-bowl-white-plate-it_edit-2.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .header-content.hero-inside.verde {
    background-image: url('../images/verde-luxe.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .header-content.hero-inside.arctic {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/arctic-aurora2.jpg'), linear-gradient(to bottom, null, null);
    background-repeat: repeat, no-repeat, repeat;
  }

  .header-content.hero-inside.biance {
    background-image: linear-gradient(7deg, #36312a, #fff0), url('../images/bianca-aurora2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
  }

  .header-content.hero-inside {
    padding-bottom: 40px;
  }

  .header-content.hero-inside.about-hero, .header-content.hero-inside.about {
    height: 60vh;
  }

  .story-image.about-image-2, .story-image.about-image-3, .story-image.services-2 {
    height: 200px;
  }

  .gallery-box-wrapper {
    flex-flow: wrap;
  }

  .gallery-box {
    width: 30%;
    min-height: 110px;
    margin-bottom: 2px;
  }

  .gallery-box._70._1 {
    min-height: auto;
  }

  .gallery-box._2 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .gallery {
    width: 100%;
    height: auto;
  }

  .process-box {
    border-bottom: 1px solid #6f4224;
    border-right-style: none;
    width: 100%;
    margin-bottom: 0;
  }

  .process-box.tabborderremove {
    border-bottom-style: solid;
    margin-bottom: 0;
  }

  .testimony-section {
    flex-flow: column;
  }

  .testimony-slider {
    width: 100%;
    overflow: visible;
  }

  .testimony-slide-nav {
    width: 40%;
    display: flex;
    position: relative;
    inset: -58% 94% 61% auto;
  }

  .testimony-box {
    height: auto;
  }

  .testimony-percentage {
    bottom: 3%;
    right: 9%;
  }

  .p-stone-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: clip;
  }

  .gallery-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-tab-link {
    justify-content: center;
    align-items: center;
    width: 124.781px;
    display: flex;
  }

  .gallery-tab-link._1 {
    margin-bottom: 10px;
  }

  .gallery-tab-link._1.w--current {
    margin-bottom: 0;
  }

  .gallery-tab-link._2 {
    border-left-style: solid;
    margin-bottom: 5px;
  }

  .gallery-tab-link._3, .gallery-tab-link._4.w--current {
    border-left-style: none;
  }

  .content-form-box {
    padding: 20px;
  }

  .form-field-box.haf {
    width: 100%;
  }

  .field-flex {
    flex-flow: wrap;
  }

  .text-field {
    border-radius: 8px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-field::placeholder {
    font-size: 13px;
    line-height: 24px;
  }

  .text-field.message-cv {
    height: 100px;
  }

  .field-label-2 {
    line-height: 20px;
  }

  .submit-button-3 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .form-title {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 30px;
  }

  .news-box {
    width: 100%;
  }

  .content-image-box {
    height: 300px;
    margin-bottom: 40px;
  }

  .content-image-box.po {
    margin-bottom: 10px;
  }

  .content-image-box.full {
    width: 100%;
  }

  .button-white._0left-margin {
    font-size: 15px;
  }

  .slider-nav-bg {
    height: 80px;
  }

  .content-small-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .taglines {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-box {
    width: 49%;
    height: 300px;
    margin-bottom: 5px;
  }

  .collection-box-image {
    height: 300px;
  }

  .collection-info-box {
    background-image: linear-gradient(0deg, #000000ab, #fff0 89%);
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collect-title {
    font-size: 18px;
    line-height: 23px;
  }

  .collection-info {
    height: 40px;
  }

  .collection-info.hide {
    height: auto;
  }

  .col-info-par {
    font-size: 14px;
    line-height: 22px;
  }

  .image-box.story-image {
    height: 200px;
    margin-bottom: 20px;
  }

  .project-box {
    width: 100%;
  }

  .project-image {
    height: 200px;
  }

  .project-title {
    font-size: 18px;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .list-item {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 21px;
  }

  .hero-banner-v2 {
    background-image: linear-gradient(#000000ad, #fff0 15%), linear-gradient(282deg, #3821129c, #fff0 18%), url('../images/hero-mobile.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    height: 350px;
    overflow: clip;
  }

  .h1 {
    filter: drop-shadow(-4px 3px 2px #0000004f);
    font-size: 26px;
    line-height: 120%;
  }

  .h1-hero {
    font-size: 32px;
    line-height: 130%;
  }

  .semi-bold {
    font-weight: 600;
  }

  .product-stone-box {
    width: 100%;
    height: 260px;
  }

  .product-info-box {
    padding: 15px;
  }

  .product-title {
    font-size: 16px;
    line-height: 23px;
  }

  .line-contact {
    width: 170px;
    top: 96%;
    left: 39%;
  }

  .list-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .list-icon-box {
    margin-right: 10px;
    padding-top: 0;
  }

  .list-info {
    height: auto;
  }

  .grow-box {
    width: 100%;
  }

  .project-description-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-header {
    font-size: 13px;
    line-height: 21px;
  }

  .project-link-box {
    width: 50%;
    height: 220px;
    padding-bottom: 92%;
  }

  .service-icon-box {
    width: 30px;
    height: 30px;
  }

  .btn._0left-margin {
    font-size: 14px;
  }

  .btn.hero-button {
    padding: 15px;
    font-size: 14px;
  }

  .btn.hero-button-copy {
    padding: 6px 5px 6px 20px;
    font-size: 14px;
  }

  .btn.button-box {
    padding: 6px 5px;
    font-size: 14px;
  }

  .nav-bg {
    background-position: -130%, 171%;
  }

  .collection {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 290px;
    margin-right: 0;
    display: flex;
  }

  .collection-image {
    height: 222px;
  }

  .collection-content-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-stone {
    width: 100%;
    height: 100%;
  }

  .heading-sub-text-2 {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-sub-text-2.white {
    color: #fff;
  }

  .nav-bg-2 {
    background-position: -130%, 171%;
  }

  .nav-link-2 {
    font-size: 15px;
  }

  .brand-2 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .brand-2.w--current {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .services-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-box {
    width: 49%;
    height: 240px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  .service-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .premium-heading {
    font-size: 15px;
    line-height: 23px;
  }

  .service-par {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-new {
    min-height: 90vh;
  }

  .hero-new.inside-hero-new {
    min-height: 60vh;
  }

  .hero-slider {
    min-height: 90vh;
  }

  .slide-2.slider-image-1 {
    background-image: linear-gradient(#00000078, #00000078), url('../images/3d-render-large-empty-room-with-arches-plants-edit-1-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-2.slider-image-2 {
    background-image: linear-gradient(#00000078, #00000078), url('../images/interior-home-sienna_edit.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-2.slider-image-3 {
    background-image: linear-gradient(#00000075, #00000075), url('../images/3d-rendering-modern-design-marble-tile-toilet-bathroom-wardrobe-with-walk-closet_edit-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-2.slider-image-4 {
    background-image: radial-gradient(circle at 20%, #0006, #fff0 29%), linear-gradient(#00000078, #00000078), url('../images/kitchen-with-marble-counter-top-three-chairs_edit-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .slide-2.slider-image-5 {
    background-image: radial-gradient(circle at -80%, #000, #fff0 64%), linear-gradient(#00000078, #00000078), url('../images/minimal-amazing-interior-design-edit.png');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .slider-hero-infobox {
    bottom: 14%;
  }

  .slide-nav {
    padding-right: 20px;
    bottom: 3%;
  }

  .hero-slider-info {
    width: auto;
    font-size: 18px;
  }

  .hero-slider-info.calm-info {
    font-size: 14px;
  }

  .stone-box {
    width: 100%;
  }

  .stone-image-box {
    height: 200px;
  }

  .stone-info-box {
    font-size: 18px;
    line-height: 25px;
  }

  .signa-box {
    flex-flow: column;
    align-items: stretch;
    width: 50%;
    display: flex;
  }

  .signa-image-box {
    height: 190px;
  }

  .signa-image-box.signa-1, .signa-image-box.signa-2 {
    height: 180px;
  }

  .signa-titlr {
    min-height: 74px;
    padding: 10px;
    font-size: 14px;
    line-height: 27px;
  }

  .ranges-collection-wrapper {
    flex-flow: wrap;
  }

  .ranges-collection-left {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .ranges-collection-left-top, .ranges-collection-left-btm {
    width: 48%;
    min-height: 250px;
    margin-bottom: 0;
  }

  .project-link-box-2 {
    height: 200px;
  }

  .ranges-collection-right-btm {
    width: 48%;
    min-height: 250px;
  }

  .ranges-collection-right-top {
    width: 48%;
    min-height: 250px;
    margin-bottom: 0;
  }

  .tab-link-tab-2 {
    border-bottom-style: solid;
    border-right-color: #15ada400;
    margin-right: 0;
  }

  .tab-link-tab-2.w--current {
    height: auto;
  }

  .tabs-menu.mid-tab {
    justify-content: center;
    align-items: stretch;
  }

  .gallery-image-box.gall-1, .gallery-image-box.gall-2, .gallery-image-box.gall-3, .gallery-image-box.gall-4, .gallery-image-box.gall-5 {
    background-position: 65% 90%;
    background-size: 230px;
  }

  .gall-box {
    width: 46%;
    height: 230px;
  }

  .service-cta-llist.service-phne {
    font-size: 14px;
  }

  .service-cta-llist.service-mail {
    background-position: 0 0;
    font-size: 14px;
    line-height: 26px;
  }

  .service-cta-llist.service-map {
    font-size: 14px;
  }

  .tabs-menu {
    box-sizing: border-box;
    overflow: auto;
  }

  .tab-link {
    width: 90px;
    min-width: 90px;
    height: 80px;
    min-height: 80px;
    margin-bottom: 17px;
  }

  .hide {
    display: none;
  }

  .collection-stone-hover {
    width: 100%;
    height: 101%;
    top: -94%;
  }

  .swiper-slide {
    width: 100%;
    min-width: 100%;
    height: 300px;
  }

  .swiper-button-next {
    left: 14%;
  }

  .sub-text-animation {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-sub-wrapper {
    flex-flow: wrap;
  }

  .collection-name-box {
    font-size: 14px;
  }

  .coll-teraa-logo {
    margin-top: 10px;
  }

  .wish-box {
    height: 95%;
    top: 9px;
  }

  .wishlist {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 2%;
    left: 1%;
    right: 5%;
  }

  .wish-icon {
    width: 25px;
    height: 25px;
  }

  .wish-count {
    width: 10px;
    height: 10px;
  }

  .wishlist-container {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .search-box {
    height: 26vh;
    padding-bottom: 38px;
    padding-left: 30px;
    padding-right: 40px;
  }
}


@font-face {
  font-family: 'Fontspring Demo Juana';
  src: url('../fonts/fontspring-demo-juana-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}