@charset "UTF-8";
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus, .navbar-toggler:active {
  border: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  .navbar-nav {
    padding: 1rem 0rem;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #000;
    padding: 0.5rem 0rem;
    line-height: 1;
  }
}

.navbar-nav .nav-link {
  font-size: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
  }
}

.navbar-nav .nav-link:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #62745F;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .navbar-nav .nav-link:after {
    display: none;
  }
}

.navbar-nav .nav-link:hover {
  color: #62745F;
  opacity: 1;
}

.navbar-nav .nav-link:hover:after {
  width: 80%;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  outline: none;
  border: none;
}

#nav-icon1:hover, #nav-icon1:focus, #nav-icon1:active, #nav-icon2:hover, #nav-icon2:focus, #nav-icon2:active, #nav-icon3:hover, #nav-icon3:focus, #nav-icon3:active, #nav-icon4:hover, #nav-icon4:focus, #nav-icon4:active {
  outline: none;
  border: none;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  margin-top: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* MOBILE */
#Project .dropdown .btn {
  padding: 10px 40px 10px 20px;
  border: 1px solid #62745F;
  color: #62745F;
  text-transform: uppercase;
  border-radius: 40px;
  line-height: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  font-weight: 500;
  width: 100%;
}

#Project .dropdown .btn.no-after {
  padding: 10px 20px;
}

#Project .dropdown .btn.no-after:after {
  display: none;
}

#Project .dropdown .btn:after {
  content: url("../img/arrow-up-filter.svg");
  color: white;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

#Project .dropdown .btn:hover, #Project .dropdown .btn.active {
  background-color: #62745F;
  color: white;
}

#Project .dropdown .btn.active:after {
  content: url("../img/arrow-down-filter.svg");
}

#Project .dropdown-menu {
  width: 100%;
}

#Project .dropdown-menu .mobile .nav-item {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#Project .dropdown-menu .mobile .nav-item button {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 0;
  background-color: white;
  color: #000;
  border-color: #E6E6E6;
}

#Project .dropdown-menu .mobile .nav-item button::after {
  display: none;
}

#Filter.nav-tabs {
  border: none;
}

#Filter .nav-item {
  margin: 0 1rem;
}

#Filter .nav-item:first-of-type {
  margin-left: 0;
}

#Filter button {
  padding: 10px 40px 10px 20px;
  border: 1px solid #62745F;
  color: #62745F;
  text-transform: uppercase;
  border-radius: 40px;
  line-height: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  font-weight: 500;
}

#Filter button.no-after {
  padding: 10px 20px;
}

#Filter button.no-after:after {
  display: none;
}

#Filter button:after {
  content: url("../img/arrow-down-filter.svg");
  color: white;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

#Filter button:hover, #Filter button.active {
  background-color: #62745F;
  color: white;
}

#Filter button.active:after {
  content: url("../img/arrow-up-filter.svg");
}

/* Subcategories */
#SecondFilter {
  margin-top: 1rem;
  padding: 1rem 2rem;
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  #SecondFilter {
    padding: 0;
  }
}

#SecondFilter.nav-tabs {
  border: none;
}

#SecondFilter .nav-item {
  margin: 0 .5rem;
}

#SecondFilter .nav-item:first-of-type {
  margin-left: 0;
}

@media (max-width: 767px) {
  #SecondFilter .nav-item:first-of-type {
    margin: .5rem auto;
  }
}

@media (max-width: 767px) {
  #SecondFilter .nav-item {
    margin: .5rem auto;
  }
}

#SecondFilter button {
  padding: 10px 20px 10px 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 40px;
  line-height: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  font-weight: 500;
}

#SecondFilter button:hover, #SecondFilter button.active {
  background-color: #62745F;
  border-color: #62745F;
  color: white;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-bottom: 60px;
  color: #000;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none;
  color: #000;
  opacity: .7;
}

ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

.title {
  text-transform: uppercase;
  font-weight: 600;
}

/* SECTION */
#Hero .title {
  font-weight: 300;
  font-size: 50px;
}

@media (max-width: 767px) {
  #Hero .title {
    font-size: 30px;
  }
}

#Hero .title strong {
  font-weight: 600;
}

#Nature {
  padding: 4rem;
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  #Nature .title {
    font-size: 27px;
  }
}

#Nature .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  #Nature .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  #Nature .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

#Nature .points .line {
  width: 200px;
  height: 1px;
  margin: 0 2rem;
  background-color: black;
}

@media (max-width: 767px) {
  #Nature .points .line {
    width: 100px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  #Nature .points .line {
    width: 100px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#Nature .points div {
  position: relative;
  font-size: 22px;
}

#Nature .points div:before {
  content: '•';
  position: absolute;
  left: 50%;
  top: -30px;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
  #Nature .points div:before {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  #Nature .points div:before {
    display: none;
  }
}

#Nature .points div p {
  position: relative;
  margin: 0;
}

#Location .text {
  padding: 3rem;
  background-color: #F6F6F6;
  position: relative;
  margin-top: -5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  #Location .text {
    padding: 2rem;
    margin: unset;
  }
}

@media (min-width: 1439px) {
  #Location .text {
    margin-left: 4rem;
  }
}

@media (max-width: 767px) {
  #Location .text br {
    display: none;
  }
}

#Location .text p {
  margin-bottom: 2rem;
}

#Location .text .btn {
  font-size: 12px;
  font-weight: 500;
}

#Location .btn {
  padding: 10px 40px 10px 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 40px;
  line-height: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
}

#Location .btn:after {
  content: url("../img/arrow.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000;
  position: absolute;
  right: 15px;
  top: 5px;
}

#Location .btn:hover {
  opacity: .7;
}

#ViewMore {
  padding: 4rem;
  margin-top: 4rem;
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  #ViewMore {
    padding: 1rem;
  }
}

#ViewMore p {
  font-size: 38px;
}

@media (max-width: 767px) {
  #ViewMore p {
    font-size: 28px;
  }
}

#ViewMore a p {
  font-size: 18px;
  font-weight: 700;
}

#ViewMore .project {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#ViewMore .project:hover {
  opacity: .7;
}

#Contact p {
  font-size: 1rem;
}

#Contact small {
  font-size: 13px;
  font-weight: 300;
}

#BTT {
  text-transform: uppercase;
  position: fixed;
  right: 150px;
  bottom: 50px;
  z-index: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  display: none;
}

#BTT img {
  padding-top: .4rem;
}

#BTT p {
  margin: 0;
  margin-right: 10px;
  float: left;
  font-size: 1.5rem;
  font-weight: 300;
}

#BTT:hover {
  cursor: pointer;
  opacity: .7;
}

@media (max-width: 767px) {
  #BTT {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem auto;
    opacity: 0;
  }
}

.swiper {
  width: 100%;
  height: 454px;
}

@media (max-width: 767px) {
  .swiper {
    height: 200px;
  }
}

.swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper .swiper-slide:nth-child(2) img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.nav-buttons-swiper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.nav-buttons-swiper div {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0 .5rem;
}

.nav-buttons-swiper div:hover {
  opacity: .6;
}

.nav-buttons-swiper .swiper-button-next-unique:after {
  content: url("../img/next.svg");
}

.nav-buttons-swiper .swiper-button-prev-unique:after {
  content: url("../img/prev.svg");
}

.features {
  font-weight: 300;
}

.features li {
  margin: 0.2rem 0;
}

#Layout .title {
  margin-bottom: 2rem;
}
/*# sourceMappingURL=main.css.map */