.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.wrapper_2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.line {
  width: 100%;
  height: 0.2rem;
  background-color: #707f62;
}

.btn-link {
  position: relative;
  background-color: #F0EFEB;
  padding: 1.5rem 3rem;
  border-radius: 2.8rem;
  border: 2px solid #4d5046;
  font-weight: bold;
  color: #4d5046;
  cursor: pointer;
  text-decoration: none;
  text-shadow: none;
  transition: border 0.5s, color 0.5s, background-color 0.5s;
  text-transform: uppercase;
}

.btn-link:hover {
  border: 2px solid #F0EFEB;
  color: #F0EFEB;
  background-color: #707f62;
}

.link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
}

.color {
  fill: #707f62;
}

.dark-bgc {
  background-color: #707f62;
  color: #F0EFEB;
}

.light-bgc {
  background-color: #F0EFEB;
  color: #4d5046;
}

.border-rb {
  border-right: 0.4rem solid #4d5046;
  border-bottom: 0.4rem solid #4d5046;
}

.border-tl {
  border-top: 0.4rem solid #4d5046;
  border-left: 0.4rem solid #4d5046;
}

.spacer-pad--b {
  padding-bottom: 6rem;
}

.spacer-pad--t {
  padding-top: 6rem;
}

.head-space {
  padding: 10rem 0 3rem 0;
  background: #F0EFEB;
}

.margin {
  margin: 2rem 0rem;
}

.serif,
.serif-s,
.serif-l,
.serif-xl {
  font-family: "Cormorant Garamond", sans-serif;
}

.serif {
  font-size: 3.5rem;
  padding: 2rem 0 2.5rem 0;
  text-align: center;
}

.serif-s {
  font-size: 2.8rem;
  padding-bottom: 2rem;
}

.serif-xl {
  font-size: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}

.text-centered {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .serif {
    font-size: 4rem;
  }
  .serif-s {
    font-size: 3rem;
  }
  .serif-xl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .serif {
    font-size: 4.6rem;
  }
  .serif-s {
    font-size: 3.2rem;
  }
  .serif-xl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .serif {
    font-size: 5rem;
  }
  .serif-s {
    font-size: 3.5rem;
  }
  .serif-xl {
    font-size: 8rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.navbar {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 120px;
  width: 100vw;
  background-color: transparent;
  font-size: 2rem;
  color: #F0EFEB;
  transition: background-color 0.3s, height 0.3s;
  z-index: 10;
}
.navbar-left {
  margin-left: 4rem;
  width: 30%;
  color: #4d5046;
  font-size: 2.1rem;
}
.navbar-right {
  text-transform: uppercase;
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  background-color: #F0EFEB;
  transition: opacity 0.5s;
}
.navbar-right__item {
  text-decoration: none;
  color: #4d5046;
  padding: 2rem;
  margin: 2rem;
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #707f62;
  margin: 6px 4rem;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}

.active {
  background-color: rgba(241, 239, 236, 0.9);
  height: 80px;
}

.show {
  opacity: 1;
}

.off {
  display: flex;
}

.header {
  background-color: #F0EFEB;
  padding: 2em;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  margin: auto;
}
.header__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}
.header__box-img {
  max-width: 250px;
}
.header__box-img img {
  width: 100%;
  height: 100%;
}
.header__box-text {
  width: 80%;
  color: #707f62;
}
.header__box-text h1 {
  text-align: center;
}

.think {
  position: relative;
  height: 500px;
  width: 100%;
  background-color: #707f62;
}
.think .grass-img {
  position: absolute;
  left: 0;
  top: -250px;
  width: 100%;
  height: 300px;
  background-image: url(../img/grass.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.option {
  background-image: url(../img/hosta-s.jpg);
  background-position: center;
  background-size: cover;
  color: #F0EFEB;
  text-align: center;
}
.option-container {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.option-container__box {
  margin-bottom: 2rem;
  max-width: 100%;
  background-color: #F0EFEB;
  color: #4d5046;
  border: 4px solid #4d5046;
}
.option-container__box p {
  padding: 1.2rem;
}
.option-text--start {
  padding-top: 6rem;
}

.entery {
  position: relative;
  padding: 4rem;
}
.entery-box {
  display: flex;
  flex-direction: column;
}
.entery-box__content {
  border-top: 0.4rem solid #4d5046;
  border-left: 0.4rem solid #4d5046;
  border-right: 0.4rem solid #4d5046;
}
.entery-box__content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
  padding: 2rem;
}
.entery-box__content-text p {
  padding-bottom: 2rem;
  text-align: justify;
}
.entery-box__img {
  width: 100%;
}
.entery-box__img img {
  width: 100%;
}

.project {
  position: relative;
  background-color: #F0EFEB;
  color: #4d5046;
  min-height: 1900px;
  padding: 0 2rem;
}
.project-circle1--img {
  bottom: -90px;
  right: -110px;
}
.project-circle1--num {
  top: -70px;
  left: 60px;
}
.project-circle2--img {
  top: -90px;
  left: -110px;
}
.project-circle2--num {
  top: -55px;
  left: 25px;
}
.project-circle3--img {
  bottom: -90px;
  left: -110px;
}
.project-circle3--num {
  top: -75px;
  left: 20px;
}
.project-circle4--img {
  top: -90px;
  right: -110px;
}
.project-circle4--num {
  top: -60px;
  left: 20px;
}
.project-container {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-container__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2rem;
  padding: 2rem;
  height: 320px;
  width: 320px;
  border: 4px solid #4d5046;
  border-radius: 50%;
  background-color: #F0EFEB;
}
.project-container__box-img {
  display: none;
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 4px solid #4d5046;
  z-index: -2;
}
.project-container__box-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.project-container__box-num {
  position: absolute;
  color: #707f62;
  font-family: "Marck Script", serif;
  font-size: 18rem;
}
.project-circle5 {
  background-color: #707f62;
  color: #F0EFEB;
  font-size: 2.2rem;
  padding-top: 8rem;
}
.project-circle5--img {
  bottom: -30px;
  right: -160px;
}
.project-circle5--num {
  top: -30px;
  left: 112px;
  color: #F0EFEB;
}

.addinfo {
  background-color: #707f62;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}
.addinfo__box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F0EFEB;
}
.addinfo__box h3 {
  font-size: 5.5rem;
  padding-bottom: 2rem;
}
.addinfo__box p {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.price {
  background-color: #707f62;
  color: #F0EFEB;
  padding: 4rem 0rem;
}
.price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-box__left {
  text-align: center;
}
.price-box__left-img {
  display: none;
}
.price-box__left-img img {
  width: 100%;
  height: 100%;
}
.price-box__right {
  width: 100%;
}
.price-box__right img {
  width: 100%;
}

.module {
  position: relative;
  padding: 2rem 4rem 2rem 4rem;
}
.module-box {
  display: flex;
  flex-direction: column;
}
.module-box__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
}
.module-box__text p {
  padding-bottom: 1rem;
}
.module-box__text--jst {
  text-align: justify;
}
.module-box__text--big {
  text-align: center;
  font-size: 2rem;
}
.module-box__img {
  display: none;
}
.module-box__img--visible {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.module-box img {
  width: 50%;
  margin-bottom: 1rem;
}
.module .grass-img {
  position: absolute;
  left: 0;
  top: -250px;
  width: 100%;
  height: 300px;
  background-image: url(../img/grass.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.spacer {
  padding-bottom: 300px;
}

.contact {
  padding: 2rem;
  background-color: #707f62;
}
.contact-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact-box__img {
  width: 100%;
  background-color: #F0EFEB;
  border: 4px solid #4d5046;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-box__img img {
  max-height: 25rem;
  max-width: 25rem;
  border-radius: 50%;
}
.contact-box__img a {
  margin: 1rem;
}
.contact-box__text {
  margin-bottom: 4rem;
  height: 200px;
  width: 100%;
  border: 4px solid #4d5046;
  background-color: #F0EFEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #707f62;
  font-size: 1.6rem;
  text-align: center;
}

.contact-box__text a {
  color: #707f62;
}

.contact-box__text--title {
  font-size: 2rem;
  font-weight: bold;
}
.contact-box__text--info {
  margin: 0 1.5rem;
}

.quest {
  padding: 6rem 4rem;
  background: #F0EFEB;
  color: #4d5046;
}

.accordion {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem;
  background-color: #707f62;
  color: #F0EFEB;
  font-size: 1.8rem;
  text-align: left;
  border: none;
  border-radius: 1rem;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
}
.accordion-arrow {
  transition: rotate 0.5s;
}

.activeAccordion,
.accordion:hover {
  background-color: #4d5046;
}

.panel {
  margin: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background: #707f62;
  color: #F0EFEB;
}
.panel p {
  padding: 2rem 2rem;
}

.arrow-rotate {
  rotate: 180deg;
}

.map {
  padding: 4rem 0rem 25rem 0rem;
  background-color: #F0EFEB;
  color: #4d5046;
}
.map-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-box__left {
  margin: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.map-box__left-text {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 1rem;
}
.map-box__left img {
  padding: 2rem;
}
.map-box__right {
  padding: 2rem;
  width: 100%;
}
.map-box__right img {
  width: 100%;
}

.worth {
  background-color: #707f62;
  color: #F0EFEB;
}
.worth h2 {
  padding: 2rem 4rem;
}
.worth__box {
  padding: 2rem 4rem;
}

.footer {
  background-color: #4d5046;
  color: #F0EFEB;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.2rem;
}

.error-site {
  background-color: #F0EFEB;
  color: #4d5046;
}
.error-site__box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-site__box-img {
  max-width: 420px;
}
.error-site__box-img img {
  width: 100%;
}

.privacy {
  background-color: #F0EFEB;
  color: #4d5046;
}
.privacy__box{
    padding: 0 2rem;
}

.privacy__box p {
  padding: 0.8rem 0;
}
.privacy__box-list {
  list-style: decimal;
  list-style-position: inside;
}

@media screen and (min-width: 576px) {
  .header__box-img {
    max-width: 400px;
  }
  .header__box-text {
    width: 68%;
  }
  .contact {
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    font-weight: 400;
    font-size: 1.6rem;
  }
  .navbar-right {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    height: 100%;
    width: 100%;
    background-color: transparent;
    margin-right: 5rem;
    opacity: 1;
  }
  .navbar-right__item {
    margin: 1rem;
    padding: 1rem 0.4rem;
  }
  .container {
    display: none;
  }
  .option-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .option-container__box {
    max-width: 30%;
  }
  .project {
    height: 210vh;
  }
  .project-circle1 {
    top: 0px;
    left: 50%;
  }
  .project-circle2 {
    top: 320px;
    left: 30%;
  }
  .project-circle3 {
    top: 650px;
    left: 190px;
  }
  .project-circle4 {
    top: 980px;
    left: 40% px;
  }
  .project-container__box {
    position: absolute;
  }
  .project-container__box-img {
    display: block;
  }
  .project-circle5 {
    top: 1320px;
    right: 20%;
  }
  .entery-box {
    flex-direction: row;
  }
  .entery-box__content {
    width: 50%;
    border-top: 0.4rem solid #4d5046;
    border-left: 0.4rem solid #4d5046;
    border-bottom: 0.4rem solid #4d5046;
    border-right: 0;
  }
  .entery-box__content-text {
    font-size: 1.8rem;
  }
  .entery-box__img {
    width: 50%;
  }
  .entery-box__img img {
    width: 100%;
    height: 100%;
  }
  .price-box__right {
    width: 80%;
  }
  .module {
    padding: 2rem 4rem;
  }
  .module-box {
    flex-direction: row;
    justify-content: space-around;
  }
  .module-box__text {
    justify-content: center;
    width: 45%;
    font-size: 1.8rem;
  }
  .module-box__text--big {
    text-align: center;
    font-size: 2.4rem;
  }
  .module-box__img, .module-box__img--visible {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 45%;
  }
  .module-box__img-border, .module-box__img--visible-border {
    border: 4px solid #4d5046;
  }
  .module-box__img img, .module-box__img--visible img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .spacer {
    padding-bottom: 300px;
  }
  .contact {
    padding: 2rem 4rem;
  }
  .contact-box {
    flex-direction: row;
  }
  .contact-box__img {
    width: 45%;
  }
  .contact-box__text {
    height: auto;
    width: 45%;
    margin-bottom: 0;
    padding: 2rem;
    font-size: 2rem;
  }
  .contact-box__text--title {
    font-size: 2.2rem;
  }
  .map-box {
    flex-direction: row;
  }
  .map-box__left {
    width: 35%;
  }
  .map-box__right {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .entery-box__content-text {
    font-size: 2rem;
  }
  .price-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .price-box__left {
    width: 45%;
    padding: 4rem;
    text-align: center;
  }
  .price-box__left-img {
    display: block;
  }
  .price-box__left-img img {
    width: 100%;
    height: 100%;
  }
  .price-box__right {
    width: 55%;
  }
  .price-box__right img {
    width: 100%;
  }
  .module-box__text p {
    padding-bottom: 1rem;
  }
  .module-box__text--big {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .price-box__left {
    width: 50%;
  }
  .price-box__right {
    width: 50%;
  }
  .module-box__text--big {
    font-size: 2.6rem;
  }
  .project {
    height: 160vh;
    min-height: 1500px;
  }
  .project-circle1 {
    top: 0px;
    left: 65%;
  }
  .project-circle2 {
    top: 110px;
    left: 35%;
  }
  .project-circle3 {
    top: 400px;
    left: 10%;
  }
  .project-circle4 {
    top: 810px;
    left: 22%;
  }
  .project-circle5 {
    top: 920px;
    right: 20%;
  }
}/*# sourceMappingURL=style.css.map */