:root {
  --font-family-main: 'EB Garamond', serif;
  --font-family-second: 'Be Vietnam Pro', sans-serif;

  --color-white: #fff;
}





/* General Normilize */
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}





/* General */
html {
  font-family: var(--font-family-second);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #636363;
  box-sizing: border-box;
  height: 100vh;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-size: 1em;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media (min-width: 825px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  html.st--nav-open {
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}





/* Typogrphy */
h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5 {
  font-family: var(--font-family-main);
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  color: #252525;
}

h1, .h1 {
  font-size: 2.3rem;
  line-height: 1.15;
}
h2, .h2 {
  font-size: 1.95rem;
  line-height: 1.15;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.2rem;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.image {
  display: block;
  width: 100%;
}

a {
  color: #ab3721;
  text-decoration: underline;
  font-weight: 600;
  transition: color .2s ease-in-out;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a.link-orange {
  color: #e6b999;
}
a.link-orange:hover {
  color: #ab3721;
}

@media (min-width: 825px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
}



/* Helpers */
.color-orange {
  color: #ab3721;
}
.bg-gradient-light {
  background: linear-gradient(0deg,rgba(255, 243, 237, 0.65),rgba(245, 243, 245, 0.8));
}
.content-width {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

@media (max-width: 824px) {
  .view-width {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) and (min-width: 825px) {
  .view-width {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}



/* General Components */
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.section--small-bottom-padding {
  padding-bottom: 30px;
}

.container {
  padding-left: 6%;
  padding-right: 6%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 11px;
  height: 2px;
  background-color: #e6b999;
}

@media (min-width: 825px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section.section--small-bottom-padding {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.section--small-bottom-padding {
    padding-bottom: 45px;
  }
}





/* General Layout Components */
.main {
  padding-top: 57px;
}

@media (min-width: 1024px) {
  .main {
    padding-top: 76px;
  }
}

@media (min-width: 1200px) {
  .main {
    padding-top: 82px;
  }
}


/* Intro */
.intro {
  margin-top: -57px;
  padding-top: 110px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px rgba(126, 121, 126, 0.9);
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8));
  height: 520px;
}
.intro__inner > * {
  margin-bottom: 25px;
}
.intro__inner > *:last-child {
  margin-bottom: 0;
}
.intro-title {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
}
.intro-text {
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.intro .action-list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 430px) {
  .intro {
    background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8));
  }
}

@media (min-width: 768px) {
  .intro {
    background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/hero-tablet.webp) no-repeat left center / cover;
    height: 440px;
  }
  .intro-title {
    height: 76px;
  }
}

@media (min-width: 825px) {
  .intro {
    padding-top: 125px;
    padding-bottom: 75px;
  }
  .intro__inner > * {
    margin-bottom: 35px;
  }
  .intro-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .intro {
    margin-top: -76px;
    padding-top: 150px;
    padding-bottom: 90px;
    background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/hero-tablet-big.webp) no-repeat left center / cover;
    height: 530px;
  }
  .intro-title {
    height: 95px;
  }
}

@media (min-width: 1200px) {
  .intro {
    margin-top: -82px;
    background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/hero-laptop.webp) no-repeat left center / cover;
    height: 620px;
  }
  .intro__inner > * {
    margin-bottom: 45px;
  }
  .intro-text {
    font-size: 1.15rem;
  }
  .intro-title {
    height: 130px;
  }
}

@media (min-width: 1600px) {
  .intro {
    background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/hero-desktop.webp) no-repeat left center / cover;
    height: 640px;
  }
}



/* Inner Intro */
.inner-intro {
  margin-top: -57px;
  padding-top: 110px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px rgba(126, 121, 126, 0.9);
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8));
}
.inner-intro__title {
  color: #fff;
}

@media (min-width: 825px) {
  .inner-intro {
    padding-top: 125px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .inner-intro {
    margin-top: -76px;
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .inner-intro {
    margin-top: -82px;
  }
}


/* Header */
.header-observer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 71px;
}
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2d3248;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
  transition: all .2s ease-in-out;
}
.st--header-sticky .header {
  background-color: #2d3248;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__item {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .header-observer {
    height: 111px;
  }
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header__item:nth-child(2) {
    flex-grow: 1;
  }
}



/* Logo */
.logo {
  position: relative;
  z-index: 12;
  display: block;
  width: 180px;
  height: 40px;
  opacity: .8;
  margin-top: -5px;
  transition: opacity .2s ease-in-out;
}
.logo__tm {
  position: absolute;
  top: -2px;
  right: -10px;
  font-size: 9px;
  color: #fff;
}
.logo__desc {
  position: absolute;
  bottom: -9px;
  left: 61px;
  font-size: 9px;
  color: #fff;
  font-weight: 300;
}
.logo--footer {
  opacity: 1;
}
.st--nav-open .logo {
  opacity: 0;
}
.logo svg {
  width: 173px;
  height: 40px;
}
.logo:hover {
  opacity: 1;
}
.logo.active {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}

@media (min-width: 1024px) {
  .logo {
    width: 217px;
    height: 50px;
    margin-top: -10px;
  }
  .st--nav-open .logo {
    opacity: 1;
  }
  .logo__tm {
    right: -20px;
  }
  .logo__desc {
    bottom: -12px;
    left: 78px;
    font-size: 10px;
  }
  .logo svg {
    width: 217px;
    height: 50px;
  }
}



/* Navigation */
.nav {
  position: fixed;
  z-index: 11;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transition: top .2s ease-in-out;
  text-align: center;
}
.st--nav-open .nav {
  top: 0;
}
.nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 45px;
}
.nav-list_inner-list {
  display: none;
}
.nav-list_inner-list a {
  text-decoration: none;
}
.nav-list__item {
  margin-bottom: 10px;
}
.nav-link {
  font-family: var(--font-family-main);
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  color: #252525;
  transition: color .2s ease-in-out;
}
.nav-link.active {
  color: #ab3721;
}

@media (max-width: 1023px) {
  .nav {
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: auto;
  }
  .nav-list_inner-list {
    margin-top: 10px;
  }
  .nav-list_inner-list li {
    margin-bottom: 5px;
  }
  .nav-list_inner-list.active {
    display: block;
  }
  .nav-list_inner-list a {
    font-size: 1.17rem;
  }
  .nav .contact-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .nav {
    display: flex;
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    background: transparent;
  }
  .nav .contact-list {
    margin-top: 13px;
  }
  .nav__item:first-child {
    margin-right: 20px;
  }
  .nav-list {
    display: flex;
    margin-bottom: 0;
  }
  .nav-list__item {
    margin-bottom: 0;
    margin-right: 17px;
  }
  .nav-list__item:last-child {
    margin-right: 0;
  }
  .nav-link {
    font-size: 15px;
    color: #e6b999;
    font-weight: 600;
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .nav-link:hover,
  .nav-link.active {
    color: #ab3721;
  }
  .st--header-sticky .nav-link {
    text-shadow: none;
  }
  .nav-list_inner-list {
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    background-color: #2d3248;
    padding: 40px 6%;
    max-width: 1400px;
  }
  .nav-list_inner-list--small {
    width: 280px;
    padding: 40px 20px;
  }
  .nav-list_inner-list:hover {
    display: flex;
  }
  .nav-list_inner-list.nav-list_inner-list--small:hover {
    display: block;
  }
  .nav-list_inner-list li {
    padding: 3px 20px;
    width: 25%;
    text-align: center;
  }
  .nav-list_inner-list li:first-child {
    display: none;
  }
  .nav-list_inner-list.nav-list_inner-list--small li {
    width: 100%;
  }
  .nav-list_inner-list a {
    color: #fff;
  }
  .nav-list_inner-list a:hover {
    color: #ab3721;
  }
  .nav-list .nav-link:hover + .nav-list_inner-list {
    display: flex;
  }
  .nav-list .nav-link:hover + .nav-list_inner-list--small {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav__item:first-child {
    margin-right: 24px;
  }
  .nav-list__item {
    margin-right: 12px;
  }
  .nav-link {
    font-size: 15px;
  }
}

@media (min-width: 1300px) {
  .nav__item:first-child {
    margin-right: 44px;
  }
  .nav-list__item {
    margin-right: 20px;
  }
  .nav-link {
    font-size: 16px;
  }
  .nav-list_inner-list {
    top: 75px;
  }
}





/* Burger */
.menu-button {
  position: relative;
  z-index: 11;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.burger {
  display: block;
  height: 15px;
  transition: 0.5s ease;
}
.burger__bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  transition: 0.4s ease;
}
.burger__bar:not(:first-child) {
  margin-top: 3px;
}
.st--nav-open .burger {
  transform: translate(0%,-62%) rotatey(180deg);
}
.st--nav-open .burger__bar {
  transform: rotatey(180deg) rotatex(360deg);
}
.st--nav-open .burger__bar:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 15px;
}
.st--nav-open .burger__bar:nth-child(2) {
  opacity: 0;
}
.st--nav-open .burger__bar:nth-child(3) {
  margin-top: -9px;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}




/* Contact List */
.contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-list__item {
  margin-bottom: 3px;
}
.contact-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .contact-list {
    display: none;
  }
  .contact-list__item {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .contact-list {
    display: block;
    font-size: 0.9rem;
  }
  .contact-list .link-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* Subtitle */
.subtitle {
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.subtitle b,
.subtitle strong {
  font-weight: 600;
}



/* Action List */
.action-list {
  text-align: center;
}
.action-list li {
  margin-bottom: 15px;
}
.action-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 440px) {
  .action-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .action-list li {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .action-list.action-list--small-left {
    justify-content: flex-start;
  }
  .action-list.action-list--small-left .button--min-width {
    min-width: 180px;
  }
  .action-list.action-list--small-left li {
    margin-right: 25px;
  }
  .action-list.action-list--small-left li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .action-list.action-list--small-left .button--min-width {
    min-width: 220px;
  }
  .action-list.action-list--small-left li {
    margin-right: 40px;
  }
}



/* Button */
.button {
  cursor: pointer;
  display: inline-block;
  padding: 15px 23px;
  border: none;
  background: none;
  border-radius: 4px;
  background-color: #ab3721;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  transition: all .2s ease-in-out;
}
.button:hover {
  background-color: #bb533f;
  color: #fff;
}
.button--min-width {
  min-width: 180px;
  text-align: center;
}
.button--white {
  background-color: #fff;
  color: #ab3721;
}
.button--white:hover {
  background-color: #e6b999;
  color: #fff;
}

@media (min-width: 825px) {
  .button {
    font-size: 12px;
  }
  .button--min-width {
    min-width: 220px;
  }
}




/* Grid: Text with Image */
.grid-text-with-image__text > *,
.grid-text-with-image--contact .grid-text-with-image__image > * {
  margin-bottom: 17px;
}
.grid-text-with-image__text > *:last-child,
.grid-text-with-image--contact .grid-text-with-image__image > *:last-child {
  margin-bottom: 0;
}
.grid-text-with-image__text {
  margin-bottom: 30px;
}

.grid-text-with-image--invert {
  display: flex;
  flex-direction: column;
}
.grid-text-with-image--invert .grid-text-with-image__text {
  order: 2;
  margin-bottom: 0;
}
.grid-text-with-image--invert .grid-text-with-image__image {
  order: 1;
  margin-bottom: 17px;
}

@media (min-width: 825px) {
  .grid-text-with-image.grid-text-with-image--contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .grid-text-with-image__text > *,
  .grid-text-with-image--contact .grid-text-with-image__image > * {
    margin-bottom: 25px;
  }
  body .grid-text-with-image--contact .grid-text-with-image__text > h2,
  body .grid-text-with-image--contact .grid-text-with-image__image > h2,
  body .grid-text-with-image--contact .grid-text-with-image__image > h3 {
    margin-bottom: 17px;
  }
  .grid-text-with-image--contact .grid-text-with-image__text {
    width: 50%;
    padding-right: 7%;
    border-right: 1px solid hsl(0, 0%, 87%);
  }
  .grid-text-with-image--contact .grid-text-with-image__image {
    width: 50%;
    padding-left: 7%;
  }
  .grid-text-with-image--invert .grid-text-with-image__image {
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .grid-text-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .grid-text-with-image--invert {
    flex-direction: row;
  }
  .grid-text-with-image__text {
    margin-bottom: 0;
    width: 46.5%;
  }
  .grid-text-with-image__image {
    margin-bottom: 0;
    width: 46.5%;
  }
  .grid-text-with-image--invert .grid-text-with-image__image {
    margin-bottom: 0;
  }
  .grid-text-with-image--invert-desktop .grid-text-with-image__text {
    order: 2;
  }
  .grid-text-with-image--invert-desktop .grid-text-with-image__image {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .grid-text-with-image__text > *,
  .grid-text-with-image--contact .grid-text-with-image__image > * {
    margin-bottom: 35px;
  }
  body .grid-text-with-image--contact .grid-text-with-image__text > h2,
  body .grid-text-with-image--contact .grid-text-with-image__image > h2,
  body .grid-text-with-image--contact .grid-text-with-image__image > h3 {
    margin-bottom: 17px;
  }
}




/* Image Wrapper */
.image-wrapper {
  padding: 3px;
  position: relative;
}
.image-wrapper.image-wrapper--small {
  padding: 2px;
}
.image-wrapper::before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8))
}
.image-wrapper::after {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8))
}
.image-wrapper.image-wrapper--small::before {
  width: 60px;
  height: 60px;
}
.image-wrapper.image-wrapper--small::after {
  width: 60px;
  height: 60px;
}
.image-wrapper img {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #e6b999;
}

@media (min-width: 825px) {
  .image-wrapper {
    padding: 5px;
  }
  .image-wrapper.image-wrapper--small {
    padding: 3px;
  }
}

@media (min-width: 1200px) {
  .image-wrapper {
    padding: 7px;
  }
  .image-wrapper.image-wrapper--small {
    padding: 4px;
  }
  .image-wrapper::before {
    width: 160px;
    height: 160px;
  }
  .image-wrapper::after {
    width: 160px;
    height: 160px;
  }
  .image-wrapper.image-wrapper--small::before {
    width: 80px;
    height: 80px;
  }
  .image-wrapper.image-wrapper--small::after {
    width: 80px;
    height: 80px;
  }
}




/* grid-four-window */
.grid-four-window__item {
  margin-bottom: 30px;
}
.grid-four-window__item:last-child {
  margin-bottom: 0;
}
.grid-four-window__item > * {
  margin-bottom: 17px;
}
.grid-four-window__item > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .grid-four-window {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grid-four-window__item {
    width: 46.5%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .grid-four-window__item {
    margin-bottom: 38px;
  }
  .grid-four-window__item:nth-last-child(1),
  .grid-four-window__item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .grid-four-window__item:nth-child(2) {
    padding-top: 49px;
  }
  .grid-four-window__item > * {
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .grid-four-window__item {
    margin-bottom: 45px;
  }
  .grid-four-window__item:nth-child(2) {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .grid-four-window__item {
    margin-bottom: 55px;
  }
  .grid-four-window__item > * {
    margin-bottom: 25px;
  }
}




/* title-with-icon */
.title-with-icon {
  display: flex;
  align-items: center;
}
.title-with-icon svg {
  width: 32px;
  height: 32px;
  margin-right: 17px;
  fill: #ab3721;
}

@media (min-width: 1200px) {
  .title-with-icon svg {
    width: 46px;
    height: 46px;
    margin-right: 27px;
  }
}




/* Grid Products */
.grid-products__item {
  margin-bottom: 30px;
}
.grid-products__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .grid-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-products__item {
    width: 46.5%;
    margin-bottom: 38px;
  }
  .grid-products__item:nth-last-child(1),
  .grid-products__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .grid-products__item {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .grid-products__item {
    margin-bottom: 55px;
  }
}



/* product-preview-card */
.product-preview-card {
  display: block;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e6b999;
  text-shadow: 1px 1px rgba(126, 121, 126, 0.9);
}
.product-preview-card--kitchen {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/service-kitchen.webp) no-repeat left center / cover;
}
.product-preview-card--kitchen:hover {
  color: #fff;
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/service-kitchen.webp) no-repeat left center / cover;
}
.product-preview-card--bathroom {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/service-bathroom.webp) no-repeat left center / cover;
}
.product-preview-card--bathroom:hover {
  color: #fff;
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/service-bathroom.webp) no-repeat left center / cover;
}
.product-preview-card:hover .button {
  background-color: #bb533f;
  color: #fff;
}
.product-preview-card:hover .border-on-hover-bg {
  width: 96%;
}
.product-preview-card h2,
.product-preview-card h3 {
  color: #fff;
}
.product-preview-card__footer {
  margin-top: 60px;
}
.product-preview-card svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.product-preview-card > * {
  margin-bottom: 17px;
}
.product-preview-card > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 440px) {
  .product-preview-card {
    padding: 20px;
  }
}

@media (min-width: 825px) {
  .product-preview-card {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-preview-card__text-wrapper {
    flex: 1;
  }
  .product-preview-card__footer {
    margin-top: 75px;
  }
}

@media (min-width: 1024px) {
  .product-preview-card__footer {
    margin-top: 90px;
  }
}

@media (min-width: 1200px) {
  .product-preview-card {
    padding: 30px;
  }
  .product-preview-card svg {
    width: 46px;
    height: 46px;
  }
}




/* Border on Hover */
.border-on-hover {
  display: inline-block;
  position: relative;
}
.border-on-hover h2,
.border-on-hover h3,
.border-on-hover h4 {
  position: relative;
  z-index: 2;
}
.border-on-hover-bg {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: -12px;
  height: 17px;
  width: 0%;
  background-color: #e6b999;
  transition: all .2s ease-in-out;
}





/* Section Header */
.section-header {
  margin-bottom: 30px;
}
.section-header__item:first-child {
  margin-bottom: 17px;
}
.section-header__item > * {
  margin-bottom: 17px;
}
.section-header__item > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .section-header {
    margin-bottom: 38px;
  }
  .section-header__item:first-child {
    margin-bottom: 21px;
  }
  .section-header__item > * {
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .section-header {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section-header__item:first-child {
    margin-bottom: 0;
    width: 40%;
  }
  .section-header__item:last-child {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 55px;
  }
  .section-header__item > * {
    margin-bottom: 25px;
  }
}





/* Testimonials */
.testimonials {
  text-align: center;
}
.testimonials__header {
  margin-bottom: 17px;
}
.testimonials__header svg {
  width: 32px;
  height: 32px;
  fill: #e6b999;
  margin-top: 17px;
}
.testimonials__item > * {
  margin-bottom: 17px;
}
.testimonials__item > *:last-child {
  margin-bottom: 0;
}
.testimonials__slider {
  margin-bottom: 55px;
}
.slick-arrow {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 58px;
  height: 58px;
  padding: 0;
  border: none;
  background: none;
  color: #e6b999;
  font-size: 48px;
  transition: all .2s ease-in-out;
}
.slick-arrow:hover {
  color: #ab3721;
}
.slick-prev {
  margin-left: -60px;
}
.slick-next {
  margin-right: -60px;
}

@media (min-width: 825px) {
  .testimonials__header {
    margin-bottom: 21px;
  }
  .testimonials__item > * {
    margin-bottom: 21px;
  }
}

@media (min-width: 1200px) {
  .testimonials__header {
    margin-bottom: 25px;
  }
  .testimonials__header svg {
    width: 46px;
    height: 46px;
  }
  .testimonials__item > * {
    margin-bottom: 25px;
  }
}




/* Work Card */
.work-card {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e6b999;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg,rgba(255, 243, 237, 1),rgba(245, 243, 245, 1));
}
.work-card__content {
  order: 2;
  margin-top: 17px;
}
.work-card__content > * {
  margin-bottom: 17px;
}
.work-card__content > *:last-child {
  margin-bottom: 0;
}
.work-card__image {
  display: block;
  width: 100%;
  order: 1;
  border-radius: 4px;
}
.work-card__image:last-child {
  display: none;
}

@media (min-width: 440px) {
  .work-card {
    padding: 20px;
  }
}

@media (min-width: 825px) {
  .work-card {
    padding: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
  .work-card__image {
    width: 29%;
    position: relative;
  }
  .work-card__image:first-of-type {
    top: -50px;
    margin-right: 25px;
  }
  .work-card__image:last-of-type {
    display: block;
    bottom: -50px;
    margin-right: 25px;
  }
  .work-card__content {
    margin-top: 0;
    padding-top: 44px;
  }
}

@media (min-width: 1200px) {
  .work-card {
    padding: 30px;
  }
  .work-card__image:first-of-type {
    top: -60px;
    margin-right: 30px;
  }
  .work-card__image:last-of-type {
    display: block;
    bottom: -60px;
    margin-right: 30px;
  }
  .work-card__content {
    padding-top: 50px;
  }
}




/* Grid Simple */
.grid-simple__item {
  margin-bottom: 30px;
}
.grid-simple__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .grid-simple {
    margin-top: 63px;
  }
  .grid-simple__item {
    margin-bottom: 88px;
  }
  .grid-simple__item:last-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .grid-simple {
    margin-top: 70px;
  }
  .grid-simple__item {
    margin-bottom: 95px;
  }
  .grid-simple__item:last-child {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .grid-simple {
    margin-top: 85px;
  }
  .grid-simple__item {
    margin-bottom: 115px;
  }
  .grid-simple__item:last-child {
    margin-bottom: 30px;
  }
}




/* Footer */
.footer {
  background-color: #2d3248;
  color: #fff;
  text-align: center;
}
.footer h3,
.footer h4 {
  color: #fff;
}
.footer__item {
  padding: 30px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
}
.footer__item:first-child {
  padding-top: 0;
}
.footer__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 825px) {
  .footer__item {
    padding: 38px 0;
  }
}

@media (min-width: 1024px) {
  .footer__item {
    padding: 45px 0;
  }
}

@media (min-width: 1200px) {
  .footer__item {
    padding: 55px 0;
  }
}



/* Text Banner */
.text-banner__text {
  margin-bottom: 17px;
}

@media (min-width: 825px) {
  .text-banner__text {
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .text-banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .text-banner__text {
    margin-bottom: 0;
  }
}





/* Grid Four */
.grid-four {
  text-align: left;
}
.grid-four__item {
  margin-bottom: 30px;
}
.grid-four__item:last-child {
  margin-bottom: 0;
}
.grid-four__item > * {
  margin-bottom: 17px;
}
.grid-four__item > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .grid-four {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-four__item {
    width: 46.5%;
  }
  .grid-four__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-four__item {
    width: auto;
    max-width: 25%;
    margin-bottom: 0;
  }
}





/* Link Icon */
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon svg {
  width: 18px;
  height: 18px;
  fill: #ab3721;
  margin-right: 9px;
}

@media (min-width: 825px) {
  .link-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 11px;
  }
}

@media (min-width: 1200px) {
  .link-icon svg {
    width: 22px;
    height: 22px;
    margin-right: 13px;
  }
}





/* simple-inline-list */
.simple-inline-list {
  display: flex;
}
.simple-inline-list li {
  margin-right: 10px;
}
.simple-inline-list li:last-child {
  margin-right: 0;
}




/* Link Social */
.link-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e6b999;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.link-social:hover {
  border-color: #ab3721;
}
.link-social svg {
  width: 18px;
  height: 18px;
  fill: #e6b999;
  transition: fill .3s ease-in-out;
}
.link-social:hover svg {
  fill: #ab3721;
}




/* Simple List */
.simple-list li {
  margin-bottom: 7px;
}
.simple-list li:last-child {
  margin-bottom: 0;
}






/* Service Area Section */
.map__image {
  height: 389px;
  background-image: url('../images/layout/map-mobile.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.map__card-wrapper {
  padding: 60px 0;
  background: linear-gradient(0deg,rgba(255, 243, 237, 0.65),rgba(245, 243, 245, 0.8));
}
.map__card > * {
  margin-bottom: 17px;
}
.map__card > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .map__image {
    height: 439px;
  }
  .map__card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .map__card li {
    width: 40%;
  }
}

@media (min-width: 600px) {
  .map__image {
    height: 489px;
    background-image: url('../images/layout/map.webp');
  }
}

@media (min-width: 825px) {
  .map__card-wrapper {
    padding: 75px 0;
  }
  .map__image {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .map {
    background-image: url('../images/layout/map.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0;
  }
  .map__image {
    display: none;
    background: none;
  }
  .map__card-wrapper {
    padding: 0;
    background: none;
  }
  .map__card {
    width: 44%;
    background: linear-gradient(0deg,rgba(255, 243, 237, 1),rgba(245, 243, 245, 1));
    padding: 25px;
    border: 1px solid #e6b999;
    border-radius: 4px;
  }
  .map__card li {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .map {
    padding: 180px 0;
  }
  .map__card {
    width: 40%;
    padding: 30px;
  }
  .map__card.map__card--big {
    width: 55%;
  }
  .map__card li {
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .map {
    padding: 270px 0;
  }
  .map__card.map__card--big {
    width: 50%;
  }
}



/* Contact Form NEW */
.contact-form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cf--sent .cf__row-list {
  display: none;
}
.cf__row {
  margin-bottom: 10px;
}
.cf__row:last-child {
  margin-bottom: 0;
}

.cf__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.cf__input {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 13px;
  transition: border-color .3s ease-in-out;
}
.cf__input--textarea {
  min-width: 100%;
  max-width: 100%;
  height: 180px;
  max-height: 180px;
  min-height: 180px;
}
.cf__input:focus {
  border-color: #2d3248;
}
.cf__alert {
  color: #d13a29;
  font-size: .8rem;
  font-weight: 600;
}


/* Datepicker */
.datepicker{display:none}.datepicker.active{display:block}.datepicker-dropdown{left:0;padding-top:4px;position:absolute;top:0;z-index:20}.datepicker-dropdown.datepicker-orient-top{padding-bottom:4px;padding-top:0}.datepicker-picker{background-color:#fff;border-radius:4px;display:inline-block}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1)}.datepicker-picker span{-webkit-touch-callout:none;border:0;border-radius:4px;cursor:default;display:block;flex:1;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-main{padding:2px}.datepicker-footer{background-color:#f5f5f5;box-shadow:inset 0 1px 1px hsla(0,0%,4%,.1)}.datepicker-controls,.datepicker-grid,.datepicker-view,.datepicker-view .days-of-week{display:flex}.datepicker-grid{flex-wrap:wrap}.datepicker-view .days .datepicker-cell,.datepicker-view .dow{flex-basis:14.2857142857%}.datepicker-view.datepicker-grid .datepicker-cell{flex-basis:25%}.datepicker-cell,.datepicker-view .week{height:2.25rem;line-height:2.25rem}.datepicker-title{background-color:#f5f5f5;box-shadow:inset 0 -1px 1px hsla(0,0%,4%,.1);font-weight:700;padding:.375rem .75rem;text-align:center}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{align-items:center;background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;box-shadow:none;color:#363636;cursor:pointer;display:inline-flex;font-size:1rem;height:2.25em;justify-content:center;line-height:1.5;margin:0;padding:calc(.375em - 1px) .75em;position:relative;text-align:center;vertical-align:top;white-space:nowrap}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b5b5b5;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#4a4a4a;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-header .datepicker-controls .button[disabled]{box-shadow:none}.datepicker-footer .datepicker-controls .button{border-radius:2px;font-size:.75rem;margin:calc(.375rem - 1px) .375rem;width:100%}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-btn,.datepicker-controls .prev-btn{padding-left:.375rem;padding-right:.375rem;width:2.25rem}.datepicker-controls .next-btn.disabled,.datepicker-controls .prev-btn.disabled{visibility:hidden}.datepicker-view .dow{font-size:.875rem;font-weight:700;height:1.5rem;line-height:1.5rem}.datepicker-view .week{color:#b5b5b5;font-size:.75rem;width:2.25rem}@media (max-width:22.5rem){.datepicker-view .week{width:1.96875rem}}.datepicker-grid{width:15.75rem}@media (max-width:22.5rem){.calendar-weeks+.days .datepicker-grid{width:13.78125rem}}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e8e8e8}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dbdbdb}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.next.selected,.datepicker-cell.prev.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){background-color:#f5f5f5;border-radius:0}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#eee}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e8e8e8}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00c4a7}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b5b5b5;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#afafaf}.datepicker-cell.range-start{border-radius:4px 0 0 4px}.datepicker-cell.range-end{border-radius:0 4px 4px 0}.datepicker-cell.range{background-color:#dbdbdb;border-radius:0}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d5d5d5}.datepicker-cell.range.disabled{color:#c2c2c2}.datepicker-cell.range.focused{background-color:#cfcfcf}.datepicker-view.datepicker-grid .datepicker-cell{height:4.5rem;line-height:4.5rem}.datepicker-input.in-edit{border-color:#2366d1}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:0 0 .25em .25em rgba(35,102,209,.2)}

/* Datepicker Custom */
.cf .datepicker-cell.today:not(.selected) {
    background-color: #cecece;
    border-radius: 23px;
}
.cf .datepicker-cell.selected, .cf .datepicker-cell.selected:hover {
    border: 1px solid #ab3721;
    border-radius: 23px;
    background-color: #ab3721;
    color: #fff;
}
.cf .datepicker-controls .btn {
  border: 1px solid #ab3721;
  border-radius: 23px;
  background-color: #ab3721;
  color: #fff;
  outline: none;
}




/* Contact Form OLD */
#form-success-message, #form-error-message, #form-info-message {
  font-size: 1.2rem;
  display: none;
}
#form-success-message {
  color: #169149;
}
#form-error-message {
  color: #d13a29;
}
#form-info-message {
  color: #ccc;
}






/* Portfolio SLider */
.portfolio-slider {
  margin-bottom: 55px;
}
.owl-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.owl-card__item {
  width: 48.5%;
  margin-bottom: 10px;
}
.owl-card img {
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.owl-card__item:nth-last-child(1),
.owl-card__item:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 460px) {
  .owl-card__item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 960px) {
  .owl-card__item {
    width: 23.5%;
    margin-bottom: 20px;
  }
  .owl-card__item:nth-last-child(3),
  .owl-card__item:nth-last-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .owl-card__item {
    width: 23.5%;
    margin-bottom: 25px;
  }
}




/* Skeletabs Default */
.skltbs-tab-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.skltbs-tab {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px 23px;
  color: #252525;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  min-width: 129px;
  border-bottom: 1px solid hsl(0, 0%, 87%);;
  transition: all .2s ease-in-out;
}
.skltbs-tab:hover {
  background-color: #f5f5f5;
}
.skltbs-tab.skltbs-active {
  border-color: #bb533f;
  background-color: #e6b999;
}
.skltbs-panel:focus {
  outline: none;
}

@media screen and (min-width: 825px) {
  .skltbs-tab-group {
    margin-bottom: 38px;
  }
  .skltbs-tab {
    font-size: 12px;
    min-width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .skltbs-tab-group {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .skltbs-tab-group {
    margin-bottom: 55px;
  }
}




/* Package List */
.package-list__item {
  margin-bottom: 30px;
}
.package-list__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 825px) {
  .package-list__item {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 1024px) {
  .package-list {
    display: flex;
    justify-content: space-between;
  }
  .package-list__item {
    margin-bottom: 0;
  }
  .package-list--3 .package-list__item {
    width: 31%;
  }
  .package-list--4 .package-list__item {
    width: 23.5%;
  }
}


/* Package Card */
.package-card {
  display: block;
  background: linear-gradient(0deg,rgba(255, 243, 237, 1),rgba(245, 243, 245, 1));
  
  border: 1px solid #e6b999;
  border-radius: 4px;
  text-decoration: none;
}
.package-card:hover .border-on-hover-bg {
  width: 96%;
}
.package-card:hover .button {
  background-color: #bb533f;
}
.package-card__header {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
}
.package-card__header--bathroom-0 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/bathroom-combo-0.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--bathroom-0 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/bathroom-combo-0.webp) no-repeat left center / cover;
}
.package-card__header--bathroom-1 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/bathroom-combo-1.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--bathroom-1 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/bathroom-combo-1.webp) no-repeat left center / cover;
}
.package-card__header--bathroom-2 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/bathroom-combo-2.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--bathroom-2 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/bathroom-combo-2.webp) no-repeat left center / cover;
}
.package-card__header--bathroom-3 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/bathroom-combo-3.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--bathroom-3 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/bathroom-combo-3.webp) no-repeat left center / cover;
}
.package-card__header--kitchen-1 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/kitchen-combo-1.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--kitchen-1 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/kitchen-combo-1.webp) no-repeat left center / cover;
}
.package-card__header--kitchen-2 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/kitchen-combo-2.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--kitchen-2 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/kitchen-combo-2.webp) no-repeat left center / cover;
}
.package-card__header--kitchen-3 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.65),rgba(145, 135, 145, 0.8)), url(../images/layout/kitchen-combo-3.webp) no-repeat left center / cover;
}
.package-card:hover .package-card__header--kitchen-3 {
  background: linear-gradient(0deg,rgba(227, 172, 142,.85),rgba(145, 135, 145, 0.95)), url(../images/layout/kitchen-combo-3.webp) no-repeat left center / cover;
}
.package-card__header h3 {
  color: #fff;
  text-shadow: 1px 1px rgb(126 121 126 / 90%);
  font-weight: 600;
  font-size: 32px;
}
.package-card__main {
  padding: 25px;  
}
.package-card__footer {
  padding: 0 25px 25px;
  text-align: center;
}
.package-card__footer .button {
  width: 100%;
}
.package-card__price {
  background-color:#e6b999;
  padding: 5px 10px;
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
  text-align: center;
  color: #252525;
  font-weight: 600;
  font-size: 18px;
}
.package-card__price span {
  font-size: 28px;
  margin-left: 3px;
}
.package-card__list {
  font-size: 14px;
}
.package-card__list li {
  margin-bottom: 7px;
}
.package-card__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .package-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .package-card__main {
    flex-grow: 1;
  }
  .package-card__header h3 {
    font-size: 39px;
  }
}




/* Divider */
.divider {
  height: 1px;
  width: 100%;
  background-color: hsl(0, 0%, 87%);
  margin: 30px auto;
}

@media screen and (min-width: 825px) {
  .divider {
    margin: 38px auto;
  }
}

@media screen and (min-width: 1024px) {
  .divider {
    margin: 45px auto;
  }
}

@media screen and (min-width: 1200px) {
  .divider {
    margin: 55px auto;
  }
}







/* Calandle Card */
.calendly-card {
  display: block;
  border: 1px solid #e6b999;
  border-radius: 4px;
  padding: 25px;
  text-align: center;
  transition: all .2s ease-in-out;
}
.calendly-card .border-on-hover-bg {
  bottom: -4px;
}
.calendly-card:hover .border-on-hover-bg {
    width: 96%;
}
.calendly-card:hover {
  background: linear-gradient(0deg,rgba(255, 243, 237, 1),rgba(245, 243, 245, 1));
}
.calendly-card__main > * {
  margin-bottom: 17px;
}
.calendly-card__main > *:last-child {
  margin-bottom: 0;
}
.calendly-card__footer {
  padding-top: 17px;
}
.calendly-card__footer .button {
  min-width: 180px;
  text-align: center;
}
.calendly-card:hover .button {
  background-color: #bb533f;
}

@media screen and (min-width: 825px) {
  .calendly-card__footer .button {
    min-width: 100px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .calendly-card__footer .button {
    min-width: 220px;
    width: auto;
  }
}



/* Cal List */
.cal-list__item {
  margin-bottom: 30px;
}
.cal-list__item:last-child {
  margin-bottom: 0;
}


/* Big Title Margin */
body .grid-text-with-image--contact .grid-text-with-image__text > h2.btm {
  margin-bottom: 17px;
}

@media (min-width: 825px) {
  body .grid-text-with-image--contact .grid-text-with-image__text > h2.btm {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  body .grid-text-with-image--contact .grid-text-with-image__text > h2.btm {
    margin-bottom: 35px;
  }
}


/* Calendly Widget, Calendly Toggler */
.calendly-widget-toggler {
  display: flex;
  border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.calendly-widget-toggler__item {
  width: 50%;
  text-align: center;
}
.calendly-widget-toggler__item:first-child {
  border-right: 1px solid #e4e4e4
}
.calendly-widget-link {
  display: block;
  padding: 20px;
  transition: all .2s easy;
  background-color: #fff;
}
.calendly-widget-toggler__item:first-child .calendly-widget-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.calendly-widget-toggler__item:last-child .calendly-widget-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.calendly-widget-link:hover {
  color: #ab3721;
}
.calendly-widget-link.active {
  color: #ab3721;
  font-weight: 600;
  background-color: #fdf8f7;
}
.calendly-widget {
	height: 860px;
}

@media (min-width: 825px) {
  .calendly-widget-toggler {
    margin-top: -110px;
  }
}

@media (min-width: 1000px) {
	.calendly-widget {
		height: 860px;
	}
}

@media (min-width: 1024px) {
  .calendly-widget-toggler {
    margin-top: -124px;
  }
}

@media (min-width: 1153px) {
  .calendly-widget-toggler {
    margin-top: -124px;
  }
}



/* Grid Tri Around */
.g-tri-around__item {
  margin-bottom: 26px;
}
.g-tri-around__item:last-child {
  margin-bottom: 0;
}
.g-tri-around__item h3 {
  margin-bottom: 17px;
}

@media (min-width: 825px) {
 .g-tri-around {
   display: flex;
   justify-content: space-around;
 }
}




/* Grig Imags */
.grid-imgs img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.grid-imgs__item {
  margin-bottom: 17px;
}
.grid-imgs__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 440px) {
  .grid-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-imgs__item {
    width: 48%;
  }
}

@media (min-width: 825px) {
  .grid-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-imgs__item {
    width: 32%;
  }
}




/* Image Link */
.image-link {
  cursor: pointer;
}



/* Price */
.price {
  color: #bb533f;
  font-size: 18px;
  line-height: 1.3;
}
.price span {
  display: inline-block;
  font-size: 28px;
  margin-left: 4px;
  font-weight: 600;
}

@media (min-width: 825px) {
  .price {
    font-size: 20px;
  }
  .price span {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .price {
    font-size: 24px;
    line-height: 1.15;
  }
  .price span {
    font-size: 48px;
  }
}




/* ModnoImg */
.modnoimg {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e6b999;
  margin-top: 50px;
  margin-bottom: 20px;
  background: linear-gradient(0deg,rgba(255, 243, 237, 1),rgba(245, 243, 245, 1));
}
.modnoimg.modnoimg--full {
  margin-top: 50px;
  margin-bottom: 50px;
}
.modnoimg img {
  width: 47%;
  position: relative;
  border-radius: 4px;
}
.modnoimg img:first-child {
  top: -40px;
}
.modnoimg img:last-child {
  bottom: -40px;
}

@media (min-width: 825px) {
  .modnoimg {
    padding: 25px;
    margin-top: 61px;
    margin-bottom: 25px;
  }
  .modnoimg.modnoimg--full {
    margin-top: 50px;
    margin-bottom: 61px;
  }
  .modnoimg img:first-child {
    top: -50px;
  }
  .modnoimg img:last-child {
    bottom: -50px;
  }
}

@media (min-width: 1024px) {
  .modnoimg {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .modnoimg.modnoimg--full {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .modnoimg {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modnoimg.modnoimg--full {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modnoimg img:first-child {
    top: -60px;
  }
  .modnoimg img:last-child {
    bottom: -60px;
  }
}






/* Accordion */
.accordion {
  width: 100%;
}

.accordion-link {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 15px 23px;
  color: #252525;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  border-bottom: 1px solid hsl(0, 0%, 87%);
  transition: all .2s ease-in-out;
}
.accordion-link:hover {
  background-color: #f5f5f5;
}
.accordion-open .accordion-link {
  border-color: #bb533f;
  background-color: #e6b999;
}

.accordion li:last-child .accordion-link { border-bottom: 0; }

.accordion-submenu {
  display: none;
  background: #fff;
  padding: 15px 23px;
  font-size: 0.9rem;
}

.accordion-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 23px;
  background-image: url(../images/layout/down-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s ease-in-out;
}
.accordion-open .accordion-arrow {
  transform: rotate(-180deg);
}

@media (min-width: 825px) {
  .accordion-link {
    font-size: 12px;
  }
  .accordion-submenu {
    padding: 20px 23px;
  }
}

@media (min-width: 1200px) {
  .accordion-submenu {
    padding: 23px 23px;
  }
}






/* Text Content, Snoska Text */
.text-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text-content > * {
  margin-bottom: 17px;
}
.text-content > *:last-child {
  margin-bottom: 0;
}

.snoska-text {
  margin-top: 20px;
  max-width: 800px;
  font-size: 0.86rem;
  font-style: italic;
}
.snoska-text > * {
  margin-bottom: 7px;
}
.snoska-text > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 825px) {
  .text-content > * {
    margin-bottom: 25px;
  }
  .snoska-text > * {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .text-content > * {
    margin-bottom: 35px;
  }
  .snoska-text > * {
    margin-bottom: 12px;
  }
}





/* Podval */
.podval {
  background-color: #151822;
  padding: 7px 0;
  font-size: 0.86rem;
}
.podval__inner {
  text-align: right;
}
.podval a {
  color: #ccc;
  text-decoration: none;
}
.podval a:hover {
  color: #ccc;
  text-decoration: none;
}




/* 404 card */
.card-404 {
  text-align: center;
}
.card-404 > * {
  margin-bottom: 20px;
}





/* ntabs */
.ntabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ntabs-link {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 15px 23px;
  color: #252525;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  min-width: 129px;
  border-bottom: 1px solid hsl(0, 0%, 87%);;
  transition: all .2s ease-in-out;
}
.ntabs-link:hover,
.ntabs-link.active {
  background-color: #f5f5f5;
}
.ntabs-link.active {
  border-color: #bb533f;
  background-color: #e6b999;
}

@media screen and (min-width: 825px) {
  .ntabs {
    margin-bottom: 38px;
  }
  .ntabs-link {
    font-size: 12px;
    min-width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .ntabs {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .ntabs {
    margin-bottom: 55px;
  }
}



/* Item List */
.items-list li {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.items-list li:last-child {
  margin-bottom: 0;
}
.items-list.items-list--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 112px;
}
.items-list.items-list--cards li {
  width: 51px;
}
.items-list.items-list--cards li:nth-last-child(2) {
  margin-bottom: 0;
}



/* HELPERS */
/* Display */
.d--f {
  display: flex;
}

/* Widths */
.mw {
  max-width: 620px;
}

/* Positions */
.p--r {
  position: relative;
}

/* Aligns */
.ta--c {
  text-align: center;
}

.vhc {
  justify-content: center;
  align-items: center;
}

/* Z-indexes */
.zi--1 {
  z-index: 1;
}

/* Borders */
.bb--1 {
  border-bottom: 1px solid;
}

.bc--white {
  border-color: var(--color-white);
}

/* Box Shadows */
.bs--d {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 6px 15px 0px;
}

/* Colors */
body .c--white {
  color: var(--color-white);
}

/* Bg's */
.bg--white {
  background-color: var(--color-white);
}

.bg--green-white {
  background-color: var(--color-green-white);
}

.bg--astronaut-blue {
  background-color: var(--color-astronaut-blue);
}

.bg--cararra {
  background-color: var(--color-cararra);
}

.bg--wild-sand {
  background-color: var(--color-wild-sand);
}

.bg--lochmara {
  background-color: var(--color-lochmara);
}

.bg--tuatara {
  background-color: var(--color-tuatara);
}

/* Font Size */
.fz--s {
  font-size: 0.87rem;
  line-height: 1.4;
}

.fz--b {
  font-size: 1.09rem;
}

/* Font Style */
.fs--i {
  font-style: italic;
}

/* Font Weight */
.fw--300 {
  font-weight: 300;
}

.fw--400 {
  font-weight: 400;
}

.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.fw--800 {
  font-weight: 800;
}

.fw--900 {
  font-weight: 900;
}

/* Paddings */
.pb--0 {
  padding-bottom: 0;
}

.pt--0 {
  padding-bottom: 0;
}

/* Marigins */
.mlr--a {
  margin-left: auto;
  margin-right: auto;
}

.mb--s {
  margin-bottom: 15px;
}

.mb--d {
  margin-bottom: 26px;
}

.mb--b {
  margin-bottom: 38px;
}

.mb--sec {
  margin-bottom: 65px;
}

.mt--s {
  margin-top: 15px;
}

.mt--d {
  margin-top: 26px;
}

.mt--b {
  margin-top: 38px;
}

.mt--sec {
  margin-top: 65px;
}

@media (min-width: 600px) {

  /* Font Size */
  .fz--b {
    font-size: 1.12rem;
  }
}

@media (min-width: 1250px) {

  /* Widths */
  .mw {
    max-width: 700px;
  }

  /* Font Size */
  .fz--b {
    font-size: 1.27rem;
  }

  /* Marigins */
  .mb--s {
    margin-bottom: 22px;
  }

  .mb--d {
    margin-bottom: 36px;
  }

  .mb--b {
    margin-bottom: 60px;
  }

  .mb--sec {
    margin-bottom: 125px;
  }

  .mt--s {
    margin-top: 22px;
  }

  .mt--d {
    margin-top: 36px;
  }

  .mt--b {
    margin-top: 60px;
  }

  .mt--sec {
    margin-top: 125px;
  }
}



/* Layout: Calendly Widget
========================================================================== */

.calendly-inline-widget {
  width: 100%;
  min-height: 1000px;
}