@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;500;700&family=Poppins:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
.nav > .nav-header {
  display: inline;
}
.nav > .nav-btn {
  display: none;
}
.nav > .nav-links {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  float: right;
  color: #000000;
	transition: all 0.3s ease-in-out;
}
.nav > .nav-links > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #000000;
	  transition: all 0.2s ease-in-out;
}
.nav .nav-links .active {
font-weight: 700;
}
.nav > .nav-links > a:hover {
  font-weight: 700;
}
.nav > #nav-check {
  display: none;
}
.logo {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  color: #403F48;
}
@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label > span {
    border-top: 2px solid #FFFFFF;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #1F1F1F;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: white;
    height: 0px;
/*    transition: all 0.3s ease-in-out;*/
    overflow-y: hidden;
    top: 82px;
    left: 0px;
    text-align: center;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: 275px;
    overflow-y: auto;
  }
  .prioritizing {
    background-image: none;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: 'Poppins', sans-serif;
  padding: 0 9%;
  background-color: white;
}
main {
  max-width: 130rem;
  margin: 0 auto;
  padding: 4rem 15%;
  min-height: 95vh;
  z-index: 1;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.terms, .privacy, .cookies {
  padding: 0% 20%;
}
#hero {
  min-height: 500px;
}
#hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  align-self: self-end;
}
#hero h8 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
#abt1 h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  align-self: self-end;
}
#abt1 h8, #abt3 h8 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
#abt2 h1, #abt3 h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
#abt3 h1 {
  align-self: self-end;
}
#abt2 h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
#StairliftCarousel h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 26px;
  align-self: self-end;
}
#StairliftCarousel h8 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.light-green {
  background: #DDDDCC;
}
.green-border {
  width: auto;
  height: auto;
  background: white;
  clear: both;
  border: 30px solid #B7B7A4;
}
#StairliftCarousel button {
  height: 430px;
}
.btn {
  padding: 5px;
  background: #A7A7A7;
  border-radius: 50px;
}
#StairliftCarousel .carousel-control-next, #StairliftCarousel .carousel-control-prev {
  width: auto !important;
  position: relative !important;
}
#StairliftCarousel .carousel-control-prev {
  justify-content: left !important;
}
#StairliftCarousel .carousel-control-next {
  justify-content: right !important;
}
/*
#AboutCarousel {
	max-width: fit-content;
}
*/
#stairs .container {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
}
#stairs .container h2 {
  position: relative;
  width: 23rem;
  color: hotpink;
  margin: 20px 0;
}
#stairs .container h2::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 2px;
  right: 5px;
  background-color: hotpink;
  bottom: 0;
}
#stairs .accordion {
  width: 100%;
  padding: 0 5px;
  border-bottom: 2px solid black;
  cursor: pointer;
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
#stairs .accordion i {
  color: black;
  transition: all 0.5s ease-in;
}
#stairs .accordion .fa-minus {
  display: none;
}
#stairs .active, #stairs .accordion:hover {
  background-color: #272727;
  color: white;
  transition: all 0.5s ease-in;
  border: 2px solid #dddddd;
}
#stairs .active .fa-minus {
  display: block;
}
#stairs .active .fa-plus {
  display: none;
}
#stairs .accordion h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  color: #001733;
  padding-left: 5px;
  font-family: 'Playfair Display', serif;
}
#stairs .active i, #stairs .active h5, #stairs .accordion:hover i, #stairs .accordion:hover h5 {
  color: white;
}
.about {
  background: #FFE9D6;
}
.about h2 {
  align-self: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}
#stairs .panal {
  padding: 0 15px;
  border-left: 1px solid #4A4A4A;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.5s ease-in;
  max-height: 0;
}
form button {
  transition: all 0.3s ease-in-out;

}
form button:hover {

  background-color: #B7B7A4;
  color: white;
}
footer {
  position: static;
  bottom: 0;
  width: 100%;
  height: auto;
  background: white;
  clear: both;
  border-top: 20px solid #6B705C;
  border-bottom: 20px solid #6B705C;
}
footer a {
  text-decoration: none;
  color: #000000;
}
/*
h2 {
  font-size: 44px;
}
*/
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}
.cookies h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  align-self: auto;
}
h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  align-self: self-end;
}
.title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
h7 {
  font-size: 14px;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 26px;
}
/*
h8 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
*/
#validationModal {
  display: none;
}
@media (max-width: 1024px) {
  h8 {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact {
  background-image: url("assets/image_11.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
}
.home {
  background-image: url("assets/image-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
}
.prioritizing {
  background-image: url("assets/image_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  min-height: 500px;
}
.recommendations {
  max-width: 960px;
}
/* Carousel*/