@font-face {
  font-family: "Segoe";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/segoeui.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/segoeuil.ttf") format("truetype");
}
html,
body,
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}
ul,
ol {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1333px;
  padding: 0 20px;
  margin: 0 auto;
}
.fw-container {
  padding: 0;
}
.np {
  padding: 0;
}
.mt1 {
  margin-top: 2rem;
}
.mt2 {
  margin-top: 4rem;
}
.mt3 {
  margin-top: 6rem;
}
.mb1 {
  margin-bottom: 2rem;
}
.mb2 {
  margin-bottom: 4rem;
}
.mb3 {
  margin-bottom: 6rem;
}
.grid-2-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .grid-2-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas:
      "top"
      "bottom";
  }
}
.fh-section {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .fh-section {
    height: unset;
  }
}
h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
p {
  margin-bottom: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
}
ul {
  font-size: 1.8rem;
  font-weight: 300;
}
strong {
  font-weight: 400;
}
body {
  font-family: "Segoe", sans-serif;
  font-size: 1.8rem;
  color: #2e2e2e;
}
.header {
  background-image: url("../images/gallery/gal12.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .header {
    background-position: 80% 50%;
  }
}
.header .header-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: right;
  padding: 20px;
  font-size: 2.6rem;
  color: white;
}
@media only screen and (max-width: 768px) {
  .header .header-container {
    font-size: 1.7rem;
  }
}
.header .header-container h1,
.header .header-container h2 {
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.about-section {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section .ls {
  background: url("../images/gallery/gal17.jpg") no-repeat 28% 50%;
}
@media only screen and (max-width: 768px) {
  .about-section .ls {
    background-size: cover;
    background-position: center center;
    grid-area: bottom;
    height: 30vh;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.about-section .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .about-section .rs {
    grid-area: top;
  }
}
.about-section .wrapper {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.outdoor-section {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .outdoor-section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.outdoor-section .rs {
  background: url("../images/gallery/gal2.jpg") no-repeat 65% 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .outdoor-section .rs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 30vh;
  }
}
.outdoor-section .ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .outdoor-section .ls {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.outdoor-section .wrapper {
  padding: 30px;
  background-color: #fff;
}
.info-section {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-section .ls {
  background: url("../images/gallery/gal21.jpg") no-repeat 70% 35%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .info-section .ls {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 30vh;
  }
}
.info-section .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-section .wrapper {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info-section li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1.8rem;
}
.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.contact-section .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-section .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contact-section .price-wrapper p {
  margin-left: 18rem;
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .price-wrapper p {
    margin-left: 0;
  }
}
.contact-section .contact-icons img {
  width: 30px;
}
.contact-section .contact-icons a:last-child {
  margin-left: 10px;
}
.contact-section .contact-icons a:last-child img {
  height: 30px;
}
/*# sourceMappingURL=style.min.css.map */
