:root {
  --neutral--black: #444;
  --neutral--brown: #3c2a1a;
  --primary--yellow: #feb574;
  --background--white: #faf7f6;
  --accent--secondary: #fff1e4;
  --tertiary--accent: #ff7800;
  --secondary--accent: #ffe5cf;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--neutral--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav_container {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo_brand {
  background-image: url('../images/Terrafittings_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 40px;
}

.logo_brand.w--current {
  background-color: #0000;
  background-image: url('../images/Terra_F-logo.png');
  background-size: contain;
  height: 36px;
  padding: 0;
}

.navbar {
  background-color: #faf7f6;
  justify-content: flex-start;
  height: 15vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__link {
  color: var(--neutral--brown);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94);
}

.nav__link:hover {
  outline-offset: 0px;
  color: var(--neutral--brown);
  border-bottom: 0 dashed #000;
  outline: 3px #ff7800;
  padding-bottom: 0;
}

.nav__link.w--current {
  color: var(--neutral--brown);
  font-weight: 400;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-button {
  width: 120px;
}

.navbar_button {
  background-color: var(--neutral--brown);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 120px;
  padding: 10px 0;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
}

.navbar_button:hover {
  box-shadow: 0 2px 40px 30px #fff1e4cc;
}

.section.hero {
  background-color: #faf7f6;
  justify-content: center;
  height: 85vh;
  margin-top: 0;
  display: flex;
  position: static;
}

.section.services {
  background-color: var(--background--white);
  padding-top: 136px;
  padding-bottom: 136px;
}

.section.installation {
  padding-top: 36px;
  padding-bottom: 0;
}

.section.pricing {
  background-color: #faf7f6;
  flex-flow: column;
  padding-top: 125px;
  padding-bottom: 125px;
  font-size: 30px;
  display: block;
}

.section.testimonial {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 125px;
  display: block;
}

.section.get_started {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 125px;
  display: flex;
}

.section.footer {
  background-color: #faf7f6;
  justify-content: center;
  padding: 30px 0 60px;
  display: flex;
}

.container.hero {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.services {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.installation {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.testimonial {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.get_started {
  background-color: var(--primary--yellow);
  border-radius: 10px;
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 80px 50px;
  display: flex;
}

.container.footer {
  background-color: #faf7f6;
  border-radius: 10px;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 35px;
  margin-right: 35px;
  padding: 30px;
  display: flex;
}

.hero_div-1 {
  width: 45%;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 20px;
}

.hero__heading {
  color: var(--neutral--brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
}

.hero__paragraph {
  color: var(--neutral--black);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.hero__paragraph._2 {
  color: var(--neutral--black);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.div-block {
  flex-flow: column;
  max-width: 300px;
  margin-top: 35px;
  display: flex;
}

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

.div-block-3 {
  background-color: var(--neutral--brown);
  color: #444;
  border-radius: 20px;
  width: 5px;
  height: 5px;
  display: flex;
  overflow: clip;
}

.description-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  display: flex;
}

.social_block {
  background-image: url('../images/Instagram_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.social_block:hover {
  background-color: var(--primary--yellow);
}

.social_block._1 {
  background-size: contain;
}

.social_block._2 {
  background-color: #0000;
  background-image: url('../images/Whatsapp-Gmail.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: block;
}

.social_block._3 {
  background-color: #0000;
  background-image: url('../images/64f4de294133b5962da5bab1_Group-1261152544.svg.png');
  background-size: contain;
  order: -9999;
}

.social_block._4 {
  background-image: url('../images/Tiktok_icon_image.png');
  background-size: contain;
}

.hero__image-block {
  border-radius: 10px;
  width: 65%;
  line-height: 10px;
}

.hero_block_image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutral--brown);
  border-radius: 10px 10px 0 0;
  flex-flow: column;
  justify-content: center;
  height: 45%;
  padding: 20px 25px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero_block_image:hover {
  border: 2px solid var(--primary--yellow);
}

.hero_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  line-height: 115%;
}

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

.hero_block-text {
  color: var(--primary--yellow);
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
}

.text-block {
  color: #fff;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  line-height: 110%;
}

.div-block-4 {
  background-image: url('../images/Link.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 40px;
  height: 40px;
}

.hero_block4 {
  background-image: url('../images/Hero_Image1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  height: 55%;
  display: flex;
}

.popup_div {
  z-index: 5;
  border: 0px solid var(--primary--yellow);
  border-radius: 10px;
  flex: 0 auto;
  width: 300px;
  height: 61px;
  margin-bottom: 10vh;
  display: flex;
  position: fixed;
  inset: auto auto 0% 376px;
  box-shadow: 0 4px 4px #3c2a1a66;
}

.consultation-div {
  background-color: var(--accent--secondary);
  border-top-left-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.consultation-div._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--tertiary--accent);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.consultation-div._2:hover {
  background-color: #0000;
}

.consultation-div._1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.outgoing-call_icon {
  width: 20px;
  height: 20px;
}

.text-block-2 {
  color: var(--neutral--brown);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-3 {
  color: var(--neutral--brown);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 110%;
}

.hero_block__image2 {
  background-image: url('../images/Terra_Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.hero_button {
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--primary--yellow);
  background-color: var(--neutral--brown);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 61px;
  margin-bottom: 5vh;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero_button:hover {
  padding-left: 10px;
}

.services_text_button {
  color: #ffe5cf;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.services__heading {
  color: var(--neutral--brown);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #feb57459;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.services__grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: start stretch;
  max-width: none;
  display: flex;
}

.services__cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.services_image {
  background-image: url('../images/SPC__Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 216px;
  height: 216px;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.services_image._2 {
  background-image: url('../images/Cladding_Image2.png');
  height: 242px;
}

.services_image._3 {
  background-image: url('../images/Skirting_Image.png');
  height: 320px;
}

.services_image._4 {
  background-image: url('../images/Cleaning__Image.png');
}

.srvices_title_block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.services__title {
  color: var(--neutral--brown);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
}

.text_description_service {
  color: var(--neutral--black);
}

.installation__heading {
  color: var(--neutral--brown);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.installation__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.promotion__video {
  border-radius: 20px;
  width: 50%;
  height: 337px;
  max-height: none;
}

.installation__wrapper2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.installation_paragraph {
  color: var(--neutral--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.image {
  color: var(--accent--secondary);
  margin-bottom: 10px;
  padding-top: 0;
}

.installation_block {
  background-color: var(--primary--yellow);
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

.experience_text_div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_exprience {
  color: var(--neutral--brown);
  font-family: Lato, sans-serif;
  font-size: 42px;
  line-height: 110%;
}

.text_text-2 {
  border-right: 0px solid var(--accent--secondary);
  color: var(--neutral--black);
  text-transform: uppercase;
  line-height: 150%;
}

.text_text-3 {
  border-right: 0px solid var(--accent--secondary);
  color: var(--secondary--accent);
  text-transform: uppercase;
}

.line {
  background-color: var(--neutral--brown);
  width: 1px;
}

.installation_types_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.item_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.icon-div {
  background-color: var(--secondary--accent);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.icon_image {
  width: 18px;
  height: 18px;
}

.item_title_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Lato, sans-serif;
  display: flex;
}

.item_heading {
  color: var(--neutral--brown);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.item_description {
  color: var(--neutral--black);
  font-family: Inter, sans-serif;
}

.pricing_header_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.pricing__heading {
  color: var(--neutral--brown);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.pricing_header_description {
  align-self: center;
  font-size: 15px;
}

.pricing_cards_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary--yellow);
  border-radius: 10px;
  justify-content: space-between;
  padding: 60px 35px;
  display: flex;
}

.arrow_image__pricing {
  align-self: center;
  width: auto;
  min-width: auto;
  height: 85px;
}

.pricing_cards_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing__card {
  background-color: var(--accent--secondary);
  border-radius: 5px;
  flex-flow: column;
  padding: 17px;
  display: flex;
}

.pricing_card_heading {
  color: var(--neutral--brown);
  margin-bottom: 16px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 115%;
}

.price_div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 10px;
  display: flex;
}

.price_text {
  color: var(--neutral--brown);
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.text-span {
  text-decoration: line-through;
}

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

.pricing_description {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 150%;
}

.pricing__button {
  border: 2px solid var(--primary--yellow);
  background-color: var(--neutral--brown);
  color: var(--accent--secondary);
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 12px 0;
  font-size: 15px;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.25, .46, .45, .94), color .5s cubic-bezier(.25, .46, .45, .94), background-color .8s;
}

.pricing__button:hover {
  border-color: var(--neutral--brown);
  background-color: var(--primary--yellow);
  color: var(--neutral--brown);
}

.header_wrapper_testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.testimonial__heading {
  color: var(--neutral--brown);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 110%;
}

.paragraph {
  text-align: center;
  align-self: auto;
  max-width: 481px;
  margin-bottom: 0;
}

.testimonial_card_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.testimonial_card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--neutral--brown);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: auto;
  padding: 20px;
  display: flex;
}

.testimonial_card_title_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.profile_image {
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.title__block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.profile__name {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.profile_company {
  color: var(--accent--secondary);
  font-size: 11px;
}

.testimonial_paragraph {
  color: var(--secondary--accent);
  margin-bottom: 0;
}

.get_started_heading {
  color: var(--neutral--brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 110%;
}

.form_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.form__description {
  color: var(--neutral--brown);
  font-size: 16px;
  line-height: 135%;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--primary--yellow);
  background-color: var(--accent--secondary);
  border-radius: 30px;
  align-self: auto;
  height: 55px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--neutral--brown);
  border-radius: 30px;
  align-self: center;
  width: 120px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 12px 0;
  transition: box-shadow .5s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button:hover {
  box-shadow: 0 2px 10px 0 var(--neutral--brown);
}

.footer_container_left {
  flex-flow: column;
  width: 30%;
  padding-bottom: 0;
  display: flex;
}

.footer_logo {
  background-color: var(--primary--yellow);
  background-image: url('../images/Terra_F-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 36px;
  margin-bottom: 20px;
}

.footer_logo.w--current {
  background-color: #0000;
  background-position: 50%;
}

.footer_description {
  opacity: .7;
  color: var(--neutral--black);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 150%;
}

.footer__link_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-top: 30px;
  display: flex;
}

.image-2 {
  width: 25px;
  height: 25px;
}

.footer_icon {
  background-color: var(--neutral--brown);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.footer_icon._2 {
  background-color: #0000;
  background-image: url('../images/Facebook-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_icon._3 {
  background-color: #0000;
  background-image: url('../images/Tiktok_icon_image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_image_icon {
  width: 15px;
  height: 15px;
}

.footer_links_wrapper {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.footer__link_block_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer_link_title {
  color: var(--neutral--brown);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer_link {
  color: var(--neutral--black);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94);
}

.footer_link:hover {
  color: var(--tertiary--accent);
}

.footer_link.off {
  display: none;
}

.link_driver {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div_copywright {
  background-color: var(--neutral--brown);
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.slider {
  background-color: #0000;
  max-width: 1080px;
}

.left-arrow, .right-arrow, .icon {
  display: none;
}

.slide-nav {
  margin-bottom: 0;
  inset: 0 0% 15%;
}

.icon-2 {
  display: none;
}

.slide {
  z-index: -1;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 55%;
  margin-top: 5vh;
  display: flex;
}

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

.hover_div {
  border-bottom: 0px solid var(--tertiary--accent);
  flex-flow: column;
  display: flex;
  position: relative;
}

.hover_grow-div {
  z-index: -1;
  background-color: var(--tertiary--accent);
  height: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.button_hover_div {
  z-index: -1;
  background-color: var(--primary--yellow);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.quote__paragraph {
  color: var(--neutral--black);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.modal {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.field-label {
  color: var(--neutral--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.modal_bg {
  background-color: #3c2a1a3b;
  width: 100%;
  height: 100%;
}

.div-block-12 {
  width: 50%;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.field-label-2 {
  color: var(--neutral--black);
  text-align: right;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.text-field-2 {
  border: 1px solid var(--neutral--brown);
  color: var(--neutral--brown);
  background-color: #0000;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.field-label-7 {
  color: var(--neutral--black);
  font-size: 12px;
  font-weight: 500;
}

.get_quote_heading {
  color: var(--neutral--brown);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.field-label-5 {
  color: var(--neutral--black);
  font-size: 12px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: var(--neutral--brown);
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  width: auto;
  margin-top: 10px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-2:hover {
  background-color: var(--neutral--brown);
  box-shadow: 0 2px 20px 10px #ff780033;
}

.field-label-3 {
  color: var(--neutral--black);
  font-size: 12px;
  font-weight: 500;
}

.textarea {
  border: 1px solid var(--neutral--brown);
  color: var(--neutral--black);
  background-color: #0000;
  border-radius: 4px;
  height: auto;
  font-size: 12px;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  display: flex;
}

.modal__container {
  background-color: var(--background--white);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
  display: block;
  position: absolute;
}

.field-label-4 {
  color: var(--neutral--brown);
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.div-block-8 {
  flex: 1;
}

.text-field-3 {
  border: 1px solid var(--neutral--brown);
  color: var(--neutral--brown);
  background-color: #0000;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-11 {
  width: 50%;
}

.close_button {
  color: var(--neutral--brown);
  font-size: 3rem;
  text-decoration: none;
  position: absolute;
  inset: 1.3rem 1.3rem auto auto;
  transform: rotate(45deg);
}

.service_link_direct {
  background-color: var(--secondary--accent);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: none;
}

.arrow_icon {
  width: 15px;
  height: 15px;
}

.installation_guide_modal {
  z-index: 10000;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--background--white);
  justify-content: flex-start;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 2px #3c2a1a29;
}

.guide_wrapper_left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.guide_heading {
  color: var(--neutral--brown);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.guide_paragraph {
  font-size: 13px;
  line-height: 150%;
}

.guide_img_div {
  background-image: url('../images/Installation_guide_img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.guide_button {
  border: 0px solid var(--neutral--brown);
  background-color: var(--accent--secondary);
  color: var(--neutral--brown);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 145px;
  padding: 12px 0;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.guide_button:hover {
  box-shadow: 0 2px 20px 10px #3c2a1acc;
}

.close_play {
  border: 0px solid var(--neutral--brown);
  background-color: var(--secondary--accent);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 26px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 110%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close_play:hover {
  box-shadow: 0 2px 5px 2px #0003;
}

.x_text {
  color: var(--neutral--brown);
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section_snap {
  flex-flow: column;
  margin-top: 15vh;
  display: flex;
}

.section_hero.hero {
  background-color: #faf7f6;
  justify-content: center;
  height: 85vh;
  margin-top: 15vh;
  display: flex;
}

.section_hero.services {
  background-color: var(--background--white);
  padding-top: 136px;
  padding-bottom: 136px;
}

.section_hero.installation {
  padding-top: 36px;
  padding-bottom: 0;
}

.section_hero.pricing {
  background-color: #faf7f6;
  flex-flow: column;
  padding-top: 125px;
  padding-bottom: 125px;
  font-size: 30px;
  display: block;
}

.section_hero.testimonial {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 125px;
  display: block;
}

.section_hero.get_started {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 125px;
  display: flex;
}

.section_hero.footer {
  background-color: #faf7f6;
  justify-content: center;
  padding: 30px 0 60px;
  display: flex;
}

.section_snapper.hero {
  background-color: #faf7f6;
  justify-content: center;
  height: 85vh;
  margin-top: 0;
  display: flex;
  position: static;
}

.section_snapper.services {
  background-color: var(--background--white);
  padding-top: 136px;
  padding-bottom: 136px;
}

.section_snapper.installation {
  padding-top: 36px;
  padding-bottom: 0;
}

.section_snapper.pricing {
  background-color: #faf7f6;
  flex-flow: column;
  padding-top: 125px;
  padding-bottom: 125px;
  font-size: 30px;
  display: block;
}

.section_snapper.pricing:hover {
  border-width: 0;
}

.section_snapper.testimonial {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 125px;
  display: block;
}

.section_snapper.testimonial:hover {
  border-width: 0;
}

.section_snapper.get_started {
  background-color: var(--background--white);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 125px;
  display: flex;
}

.section_snapper.footer {
  background-color: #faf7f6;
  justify-content: center;
  padding: 30px 0 60px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav_container {
    flex-flow: row;
  }

  .nav__link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--primary--yellow);
    flex-flow: row;
    margin-left: 0;
    padding: 20px;
    display: flex;
    position: absolute;
    left: auto;
  }

  .nav-button-wrap {
    display: none;
  }

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

  .hero_heading {
    font-size: 28px;
  }

  .popup_div {
    left: 345px;
  }

  .services__grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .icon-3 {
    color: var(--neutral--brown);
    font-size: 38px;
  }

  .icon-3:focus {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary--yellow);
  }

  .section_hero.services, .section_snapper.services {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo_brand.w--current {
    background-position: 50% 100%;
  }

  .navbar {
    align-items: center;
    height: 12vh;
  }

  .section.hero {
    height: 88vh;
  }

  .section.services, .section.pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.testimonial {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section.get_started {
    padding-bottom: 100px;
  }

  .section.footer {
    display: block;
  }

  .container.hero {
    flex-flow: column;
  }

  .container.get_started {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 20px;
  }

  .container.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .hero_div-1 {
    width: auto;
  }

  .hero__heading {
    font-size: 45px;
  }

  .div-block {
    max-width: none;
    display: none;
  }

  .div-socials {
    display: none;
  }

  .hero__image-block {
    flex-flow: column;
    width: 65%;
    display: flex;
  }

  .hero_block_image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: center;
    height: auto;
    padding: 30px 20px;
  }

  .hero_heading {
    width: 50%;
    font-size: 25px;
  }

  .hero_block3 {
    flex-flow: row;
    width: 40%;
  }

  .hero__text-block {
    flex-flow: column;
    width: 60%;
    display: flex;
  }

  .hero_block-text {
    font-size: 30px;
  }

  .text-block {
    line-height: 135%;
  }

  .div-block-4 {
    align-self: flex-start;
    width: 30px;
    height: 30px;
  }

  .hero_block4 {
    flex: 1;
    align-self: auto;
    height: auto;
  }

  .popup_div {
    left: auto;
  }

  .hero_block__image2 {
    width: 35%;
  }

  .services__grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services_image {
    width: auto;
    height: 242px;
  }

  .services_image._3 {
    height: 242px;
  }

  .services__title {
    font-size: 18px;
  }

  .installation__heading {
    align-self: auto;
  }

  .installation__wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .promotion__video {
    order: 9999;
    width: auto;
    height: 267px;
  }

  .installation__wrapper2 {
    width: auto;
  }

  .installation_paragraph {
    max-width: 70%;
    line-height: 150%;
  }

  .installation_block {
    max-width: 448px;
  }

  .text_exprience {
    font-size: 32px;
  }

  .pricing_cards_wrapper {
    flex-flow: column;
  }

  .pricing_cards_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonial__heading {
    font-size: 32px;
  }

  .testimonial_card_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .form_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .footer_container_left {
    width: auto;
  }

  .footer_description {
    max-width: 340px;
  }

  .footer_links_wrapper {
    width: auto;
    margin-top: 40px;
  }

  .slider {
    align-self: flex-start;
  }

  .div-block-5 {
    width: auto;
    height: 80vh;
  }

  .mask {
    object-fit: fill;
    left: auto;
  }

  .section_hero.hero {
    height: 88vh;
  }

  .section_hero.services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_hero.pricing {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section_hero.testimonial {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section_hero.get_started {
    padding-bottom: 100px;
  }

  .section_hero.footer {
    display: block;
  }

  .section_snapper.hero {
    height: 88vh;
  }

  .section_snapper.services, .section_snapper.pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_snapper.testimonial {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section_snapper.get_started {
    padding-bottom: 100px;
  }

  .section_snapper.footer {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .logo_brand {
    width: 100px;
    height: 36px;
  }

  .logo_brand.w--current {
    background-position: 50%;
    width: 124px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav__link {
    font-size: 14px;
  }

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

  .container.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    padding-left: 10px;
    padding-right: 0;
  }

  .container.services {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .container.installation {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.pricing {
    margin-left: 0;
    margin-right: 0;
  }

  .hero_div-1 {
    display: flex;
  }

  .hero__heading {
    text-align: center;
    font-size: 27px;
    display: block;
  }

  .hero_block_image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_heading {
    width: auto;
    font-size: 20px;
  }

  .hero_block3 {
    width: auto;
  }

  .hero_block4 {
    flex: 0 auto;
    height: 100%;
    min-height: auto;
  }

  .services__heading {
    font-size: 28px;
  }

  .services__grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .services_image {
    min-width: auto;
  }

  .services_image._2 {
    width: auto;
    min-width: 183.573px;
  }

  .promotion__video {
    border-radius: 10px;
  }

  .installation_paragraph {
    max-width: none;
  }

  .installation_block {
    max-width: none;
    padding: 25px 20px;
  }

  .text_exprience {
    font-size: 28px;
  }

  .text_text-2 {
    font-size: 13px;
  }

  .installation_types_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .pricing_cards_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .get_started_heading, .form__description {
    text-align: center;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    position: static;
  }

  .submit-button {
    position: static;
  }

  .copywright_text {
    font-size: 12px;
  }

  .slide-nav {
    bottom: 5%;
    left: -34%;
  }

  .icon-3 {
    font-size: 36px;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 1;
    height: auto;
    margin-top: 5vh;
  }

  .installation_guide_modal {
    flex-flow: column;
    display: none;
  }

  .guide_wrapper_left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .guide_paragraph {
    display: none;
  }

  .guide_img_div {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_hero.hero {
    align-items: flex-start;
  }

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

  .section_snapper.pricing {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-da316d64-e221-9119-9d32-81778cc14a3e-164ff5e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da316d64-e221-9119-9d32-81778cc14a3e-164ff5e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c758098f-28c4-09b1-c9e2-1ebf1af1a0dd-164ff5e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


