
.page-section .section-row {
  position: relative;
  z-index: 9;
  max-width: 1660px;
  margin: 0 auto !important;
}

.section1 .desc-box {
  padding: 35px;
  background-color: #476c54;
  max-width: 604px;
}

.section1 .desc-box h3 {
  color: #fff;
  font-size: 32px;
  font-family: 'Lovelace';
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.2;
	word-break: break-word;
}

.section1 .row0 .heading1 h1 {
  font-size: 55px;
  line-height: 1.2;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  color: #476C54;
  position: relative;
}

.section1 .row0 .heading1 h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  width: 80px;
  height: 4px;
  display: block;
  background-color: #476C54;
}

.section1 .row0 .text1 {
  max-width: 550px;
}

.section1 .row3 .wpb_single_image img {
  max-width: 604px;
  width: 100%;
}

.section1 .row4 .column1 .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .row4 .column1 .vc_column-inner .wpb_wrapper {
  padding: 50px;
  background-color: #fff;
}

.section1 .row4 .reservation a {
  font-size: 43px;
  line-height: 1.2;
  font-family: 'Lovelace';
  font-weight: 500;
  color: #476C54;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .row4 .reservation a:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/Arrow-Next-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
  width: 70px;
  height: 11px;
  transition: 0.3s;
}

.section1 .row4 .reservation a:hover:after {
  margin-left: 25px;
}

/*
.section1 .desc-box p:nth-child(2) {
  width: 20%;
  text-align: center;
}

.section1 .desc-box p:nth-child(3) {
  width: 30%;
}*/

.section1 .desc-box p.people {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0px;
  position: relative;
}

.section1 .desc-box .col1 p {
  color: #a2b9ab;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0px;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}

.section1 .desc-box .col1 p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  display: block;
  background-color: #A2B9AB;
}

.section1 .desc-box p:nth-child(3) {
  font-size: 16px;
  padding-left: 15px;
}

.section1 .row1 .img2 {
  position: relative;
}

.section1 .row1 .img2:before {
  content: "";
  position: absolute;
  left: 45%;
  top: -140px;
  width: 20vw;
  height: 100%;
  display: block;
  background-image: url(/wp-content/uploads/2022/03/Shape-32-copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 9;
  pointer-events: none;
}

/** lines **/

.section1 .line-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  pointer-events: none;
}

.section1 .line-holder>.wpb_wrapper {
  max-width: 1666px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}

.section1 .line-holder>.wpb_wrapper .lines {
  position: absolute;
  width: 3px;
  height: 100%;
  display: block;
  background-color: #B4C7BB;
  z-index: 1;
}

.section1 .line-holder>.wpb_wrapper .line1 {
  left: 0;
}

.section1 .line-holder>.wpb_wrapper .line2 {
  left: 20%;
}

.section1 .line-holder>.wpb_wrapper .line3 {
  left: 40%;
}

.section1 .line-holder>.wpb_wrapper .line4 {
  left: 60%;
}

.section1 .line-holder>.wpb_wrapper .line5 {
  left: 80%;
}

.section1 .line-holder>.wpb_wrapper .line6 {
  right: 0;
}

@media (min-width:992px) {
  .section1 .desc-box .col1 {
    width: 100%;
  }
  .section1 .desc-box>.wpb_wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .section1 .desc-box p.people {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .section1 .section-row .column2 {
    padding-left: 10px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .section1 .section-row .column1 {
    padding-right: 10px;
  }
  .section1 .desc-box p {
    margin-bottom: 10px!important;
  }
}

@media (max-width:767px) {
  .section1 .desc-box p {
    margin-bottom: 20px!important;
    margin-top: 10px!important;
  }
  .section1 .row0 .heading1 h1 {
    font-size: 42px;
  }
  .section1 .section-row .column1,
  .section1 .section-row .column2 {
    margin-bottom: 30px;
  }
  .section1 .desc-box h3 {
    margin-bottom: 20px;
  }
  .section1 .row4 .column1 .vc_column-inner .wpb_wrapper {
    padding: 34px;
  }
}

