:root {
  --dim-grey: #626061;
  --tan: #b69275;
  --linen: #ece6dc;
}

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

.navbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
}

.body {
  color: #626061;
  background-color: #f8f7f5;
  font-family: Cormorant Variablefont Wght, sans-serif;
  font-size: 20px;
}

.slider {
  height: 100vh;
}

.slide {
  background-image: url('../images/1s.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/2s.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/3s.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4s.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section {
  color: var(--dim-grey);
  padding-top: 50px;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 85px;
}

.heading-2 {
  color: var(--tan);
  text-align: center;
  font-size: 80px;
  line-height: 85px;
}

.paragraph {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}

.column {
  align-items: stretch;
  display: flex;
}

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

.div-block {
  width: 40px;
  height: 40px;
  background-color: var(--tan);
  border-radius: 30px;
  margin-right: 15px;
}

.div-block-2 {
  display: flex;
}

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

.section-2 {
  background-color: var(--linen);
  padding: 50px 5% 70px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-bottom: 15px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image {
  margin-bottom: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-size: 25px;
}

.slider-2 {
  width: 70%;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding: 50px 3% 70px;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  font-size: 80px;
}

.section-5 {
  background-color: var(--linen);
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
}

.heading-4 {
  color: var(--tan);
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: 23px;
}

.link-block {
  flex-direction: column;
  display: flex;
}

.slider-3 {
  width: 650px;
  height: 550px;
}

.slide-6 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.grid-4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link {
  color: var(--dim-grey);
  font-size: 23px;
  text-decoration: none;
}

.grid-5 {
  grid-template-rows: auto;
  align-items: center;
}

.div-block-5 {
  margin-right: 10%;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-bottom: 10px;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 80px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 24px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bold-text {
    font-size: 70px;
    line-height: 80px;
  }

  .bold-text-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    height: 50vh;
  }

  .slide {
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .grid-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text, .bold-text-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .bold-text-3 {
    font-size: 60px;
    line-height: 60px;
  }

  .bold-text-4 {
    font-size: 60px;
    line-height: 65px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    line-height: 50px;
  }

  .heading-2 {
    line-height: 60px;
  }

  .text-block-3 {
    text-align: center;
  }

  .bold-text, .bold-text-2 {
    line-height: 55px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_0e57c204-3f76-54df-956e-2381cb961c96-d49d30a7, #w-node-_8248873e-2499-b156-4f27-7cfe9152f7c6-d49d30a7, #w-node-_851c9abe-c626-e30e-ad54-ead9aec091af-d49d30a7, #w-node-_420ed99e-aa40-0d6a-e541-c20cebd6f5b3-d49d30a7, #w-node-_9f4da850-474e-71d8-bd23-538f3cf61629-d49d30a7, #w-node-_257d10df-365e-8162-5d05-abf76a97c2fa-d49d30a7, #w-node-_54e61a23-bbf7-a7bf-cd8c-500693d84879-d49d30a7, #w-node-_7b487f68-b2a5-6527-fbe6-3fdaae389249-d49d30a7, #w-node-f770ed0a-6564-5b93-870f-2bbb2a3641e3-d49d30a7, #w-node-_2dfff083-84d5-5ecf-d9ab-c51476bad9f2-d49d30a7, #w-node-_7a85b3c8-8dfc-6e9e-d0af-4ab5bd025654-d49d30a7, #w-node-b548aee3-5d1a-605f-7518-d142df19e794-d49d30a7, #w-node-c95bb2c3-8ab7-0e70-0eba-9563226336b4-d49d30a7, #w-node-c3971125-7cd2-8a18-5f24-7aa90a57a52e-d49d30a7, #w-node-_66dab5e6-0b39-962d-dfac-ad84f6f29bad-d49d30a7, #w-node-_9186f36c-4309-c18a-35f5-f78403fc39a8-d49d30a7, #w-node-c210dd9f-a5d5-0f67-a9eb-4bc276766d74-d49d30a7, #w-node-_0581585a-1d94-447f-3a93-19d9b886c65d-d49d30a7, #w-node-de081b58-d460-f5e0-322e-e8f9788baa29-d49d30a7, #w-node-e23b8094-1353-9527-9d38-8629e6c0979a-d49d30a7, #w-node-e9bea87a-ecf1-990e-a3bc-01b01cf5dfca-d49d30a7, #w-node-_741cbf34-cbb5-1596-1c85-e41d7c3aa10a-d49d30a7, #w-node-a90ecea6-1479-713a-ac28-6b4e5cd6e28b-d49d30a7, #w-node-_735ccad4-14ac-63fe-8860-4bb2e8c6f5d5-d49d30a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cormorant Variablefont Wght';
  src: url('../fonts/Cormorant-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantunicase';
  src: url('../fonts/CormorantUnicase-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantunicase';
  src: url('../fonts/CormorantUnicase-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantunicase';
  src: url('../fonts/CormorantUnicase-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantunicase';
  src: url('../fonts/CormorantUnicase-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantunicase';
  src: url('../fonts/CormorantUnicase-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Variablefont Wght';
  src: url('../fonts/Cormorant-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}