
 html {
     scroll-behavior: smooth;
     scroll-padding-top: 80px;
}


body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FEF8F4;
    color: #333;
}

h1 {
  font-size: 72px;
  margin: 0;
  padding: 0;
}

h2 {
  color: #60442F;
  font-size: 40px;

}

h3 {
    color: #60442F;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
}

.hero h2 {
  color: #FFBB88;
  font-size: 32px;
  margin: 0;
  padding: 10px 0;
}

p {
    font-family: "Abhaya Libre", serif;
    font-size: 20px;
    color: #5F3D24;
    line-height: 31px;

}

.container {
  max-width: 970px;
  margin: auto;
  padding: 80px 0
}

.line {
  position: relative;
}


.line::after {
  content: url(../images/line.svg);
  position: absolute;
  top: 10px;;
  left: -50px;
}

.flex {
  display: flex;
  gap: 40px;
}

.bg-white {
  background: #fff;
}

.hero {
    background: url('../images/kupola.webp') center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    color: white;
}

.hero-content {
    margin: auto;
    max-width: 970px;
    width: 100%;
}

.hero-content p {
    font-size: 22px;
    max-width: 700px;
    margin: 20px 0 30px;
    line-height: 31px;
    color: white;
}
.btn {
    display: inline-block;
    padding: 14px 32px;
    background: #FFBB88;
    color: #5F3D24;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.slider-section .container {
    padding: 20px 0;
}

.slider img {
    width: 100%;
    height: auto;
}

.benefit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 0 10px;
}

.slider-section {
  background: url("../images/bg.svg") repeat-x;

}

.slider-section img {
  height: 270px;
  object-fit: cover;

}



.slick-prev:before {
  content: url(../images/arrow-left.svg)!important;
}

.slick-prev {
  left: -40px!important
}

.slick-next {
  right: -40px!important
}

.slick-next:before {
  content: url(../images/arrow-right.svg)!important;
}

.slick-next {
  right: -40px!important
}

.benefit {
    width: 38%;
}

.benefit img {
    margin-bottom: 10px;
}

.contact form {
    max-width: 500px;
    margin: 0 auto;
}

.contact input,
.contact textarea {
    width: 90%;
    padding: 20px 18px;
    margin: 10px 0;
    border: 1px solid #E3CFC2;
    font-size: 14px;
    font-family: Montserrat
}

.contact textarea {

  height: 130px;
}

.contact .container {
    background: #fff;
    padding: 80px;
    max-width: 810px;
    box-shadow: 0px 4px 44px rgba(243, 230, 221, 0.6);
}


.contact h2 {
    color: #60442F;
    font-size: 40px;
    padding: 0;
    margin: 0 0 20px;
}

.content-con {
  width: 50%;
}

button.btn {
    border: 0;
    width: 100%;
    font-weight: 600;
    font-family: 'Montserrat';
}

.content-con {
  width: 50%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    width: 100%;
    border: 0;
}

footer {
    text-align: center;
    padding: 20px 0;
    font-family: Montserrat;

}

footer p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;

}




.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    padding: 20px;
    font-weight: 700;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    padding: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 30px;
    max-width: 390px;
}

div#wpcf7-f6-o1 {
    width: 50%;
}

@media (max-width: 768px) {

  h1 {
      font-size: 40px;
      margin: 0;
      padding: 0;
  }

  .hero {

    height: 100%;
  }

  .hero h2 {
    color: #FFBB88;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

.hero-content p {
    font-size: 18px;
    max-width: 700px;
    margin: 20px 0 30px;
    line-height: 28px;
    color: white;
}

.hero-content {
    margin: auto;
    max-width: 970px;
    width: 100%;
    padding: 80px 40px;
}


div#wpcf7-f6-o1 {
    width: 100%;
}



.flex {
    display: flex
;
    gap: 40px;
    flex-direction: column;
}

.container {
    max-width: 970px;
    margin: auto;
    padding: 40px 40px;
}


.benefit-list {
    flex-direction: column;
}

.benefit {
    width: 90%;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px!important;
    line-height: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #60442f!important;
}

button.slick-next.slick-arrow {
    display: none!important;
}


.content-con {
    width: 100%;
}
.contact .container {
    background: #fff;
    padding: 80px 40px;
  }
  form {
    width: 100%;
}

}


@media (min-width: 756px) and (max-width: 1100px) {

  .container {
    max-width: 970px;
    margin: auto;
    padding: 80px 40px;
}

.hero-content {
    margin: auto;
    max-width: 970px;
    padding: 0 40px;
    width: 100%;
}

h1 {
    font-size: 54px;
    margin: 0;
    padding: 0;
}

.hero h2 {
    color: #FFBB88;
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
}


}
