body {
  margin: 0;
  background-color: #FFFFFF;
  font-family: "Big Shoulders", "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
}

div.page {
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
}

section.hero-home {
  color: #151515;
  background-image: url("../img/img/mobile/Hero-mobile.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 72%;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 768px) {
  section.hero-home {
    background-image: url("../img/img/tablet/Hero-tablet.jpg");
    background-position: left;
    padding-top: 20%;
    width: 50%;
    padding-left: 30%;
  }
}
@media (min-width: 1024px) {
  section.hero-home {
    background: url("../img/img/desktop/Hero-desktop.jpg"), linear-gradient(to right, #151515 0%, #151515 50%, #FFFFFF 50%, #FFFFFF 100%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: row;
    padding: 10% 5%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.hero-home div.hero {
    width: 50%;
    position: relative;
    padding-left: 50%;
    padding-bottom: 25%;
  }
}
@media (min-width: 1024px) {
  section.hero-home div.hero {
    padding-left: 10%;
    padding-bottom: 20%;
  }
}
section.hero-home h1.title {
  font-family: "Big Shoulders", sans-serif;
  font-size: 3.7rem;
  width: 80%;
  margin: 0;
  line-height: 0.9;
}
@media (min-width: 768px) {
  section.hero-home h1.title {
    padding-left: 50%;
  }
}
@media (min-width: 1024px) {
  section.hero-home h1.title {
    color: #FFFFFF;
    padding-left: 10%;
    font-size: 5rem;
    width: 60%;
  }
}
section.hero-home p.description {
  width: 80%;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 160;
  color: #444444;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  section.hero-home p.description {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  section.hero-home p.description {
    font-size: 1.5rem;
  }
}
section.hero-home a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #151515;
}
section.hero-home a.button-primary {
  left: 0;
  color: #FFFFFF;
  width: 260px;
  font-size: 20px;
}
section.hero-home a span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
section.hero-home a div {
  width: 65px;
  height: 72px;
  background-image: url(../img/icon/gold-rigth.svg);
  background-repeat: no-repeat;
}
section.hero-home a:hover {
  background-color: #D5966C;
  color: #151515;
}
section.hero-home a:hover div {
  background-image: url(../img/icon/black-rigth.svg);
}

a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #151515;
}
a.button-secondary {
  position: fixed;
  top: 0;
  left: 0;
  color: #FFFFFF;
  width: 260px;
  font-size: 20px;
}
@media (min-width: 768px) {
  a.button-secondary {
    left: 10%;
  }
}
@media (min-width: 1024px) {
  a.button-secondary {
    left: 20%;
  }
}
a span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
a div {
  width: 65px;
  height: 72px;
  background-image: url(../img/icon/gold-left.svg);
  background-repeat: no-repeat;
}
a:hover {
  background-color: #D5966C;
  color: #151515;
}
a:hover div {
  background-image: url(../img/icon/black-left.svg);
}

section.hero-location {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/img/mobile/Map-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  section.hero-location {
    background-image: url("../img/img/tablet/Map-tablet.jpg");
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  section.hero-location {
    background-image: url("../img/img/desktop/Map-desktop.jpg");
    height: 70vh;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

section.gallery {
  display: flex;
  flex-direction: column;
  padding: 10% 5%;
  gap: 20px;
}
section.gallery div.hero-gallery img {
  width: 100%;
}
@media (min-width: 768px) {
  section.gallery div.hero-gallery img {
    content: url("../img/img/tablet/Gallery-tablet.jpg");
  }
}
@media (min-width: 1024px) {
  section.gallery div.hero-gallery img {
    content: url("../img/img/desktop/Gallery-desktop.jpg");
  }
}
section.gallery div.hero-gallery h3.gallery {
  line-height: 0.9;
  font-size: 45px;
  margin: 0;
  width: 60%;
  padding-top: 5%;
}
@media (min-width: 768px) {
  section.gallery div.hero-gallery h3.gallery {
    width: 60%;
    padding-top: 10%;
  }
}
@media (min-width: 1024px) {
  section.gallery div.hero-gallery h3.gallery {
    padding-top: 15%;
    width: 65%;
    font-size: 5rem;
  }
}
section.gallery div.hero-gallery p.gallery {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 160;
}
@media (min-width: 768px) {
  section.gallery div.hero-gallery p.gallery {
    font-size: 1rem;
    width: 60%;
    font-weight: 150;
  }
}
@media (min-width: 1024px) {
  section.gallery div.hero-gallery p.gallery {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  section.gallery div.hero-gallery {
    width: 95%;
    display: flex;
    flex-direction: row-reverse;
  }
  section.gallery div.hero-gallery img {
    width: 60%;
  }
}
section.gallery div.body-gallery {
  padding-top: 2%;
}
section.gallery div.body-gallery img {
  width: 100%;
}
section.gallery div.body-gallery div.footer-gallery {
  background-color: #151515;
  color: #FFFFFF;
  padding: 5%;
}
section.gallery div.body-gallery div.footer-gallery h3.footer-gallery {
  width: 70%;
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.9;
}
@media (min-width: 1024px) {
  section.gallery div.body-gallery div.footer-gallery h3.footer-gallery {
    font-size: 3rem;
    width: 100%;
    padding: 0;
  }
}
section.gallery div.body-gallery div.footer-gallery p.footer-gallery {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 150;
}
@media (min-width: 768px) {
  section.gallery div.body-gallery div.footer-gallery p.footer-gallery {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  section.gallery div.body-gallery div.footer-gallery p.footer-gallery {
    font-size: 1.2rem;
    width: 85%;
  }
}
@media (min-width: 768px) {
  section.gallery div.body-gallery {
    display: grid;
    width: 95%;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto auto;
    gap: 25px;
  }
  section.gallery div.body-gallery img:nth-child(1) {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/3;
    -o-object-fit: cover;
       object-fit: cover;
    content: url("../img/img/tablet/Gallery3-tablet.jpg");
  }
  section.gallery div.body-gallery img:nth-child(2) {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    -o-object-fit: cover;
       object-fit: cover;
    content: url("../img/img/tablet/Gallery2-tablet.jpg");
  }
  section.gallery div.body-gallery div.footer-gallery {
    width: 90%;
    padding: 20% 5%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  section.gallery div.body-gallery div.footer-gallery h3 {
    font-size: 1.8rem;
  }
  section.gallery div.body-gallery div.footer-gallery p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  section.gallery div.body-gallery div.footer-gallery {
    padding: 25% 5%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  section.gallery div.body-gallery div.footer-gallery {
    padding: 10% 5%;
  }
}
@media (min-width: 1024px) {
  section.gallery div.body-gallery {
    gap: 45px;
    grid-template-columns: 3fr 2fr;
  }
  section.gallery div.body-gallery img:nth-child(1) {
    content: url("../img/img/desktop/Gallery3-desktop.jpg");
  }
  section.gallery div.body-gallery img:nth-child(2) {
    content: url("../img/img/desktop/Gallery2-desktop.jpg");
  }
}

section.propertys-location {
  margin: 0;
  padding: 15px;
  background-color: #151515;
  display: flex;
  flex-direction: column;
}
section.propertys-location h1.h1-location {
  font-family: "Big Shoulders", sans-serif;
  margin-top: 10px;
  color: #FFFFFF;
}
section.propertys-location h3 {
  margin: 0px, 5px;
  color: #D5966C;
}
section.propertys-location p {
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 150;
  margin: 0;
}
section.propertys-location p:last-child {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section.propertys-location {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10%;
    gap: 10%;
  }
}
@media (min-width: 1024px) {
  section.propertys-location {
    gap: 40%;
    padding: 10%;
  }
}

footer {
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer p {
  font-family: "Outfit", sans-serif;
  font-weight: 150;
  margin: 0;
  padding: 0;
}
footer p:nth-child(1) {
  width: 110px;
}
footer img {
  width: 110px;
}
@media (min-width: 768px) {
  footer img {
    width: 130px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  footer img {
    width: 160px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  footer {
    gap: 20%;
    font-size: 18px;
  }
}

footer.location-footer {
  background-color: #D5966C;
  color: #151515;
}
footer.location-footer p:nth-child(1) {
  background-image: url("../img/icon/moderngallery-black.svg");
  background-repeat: no-repeat;
}

footer.home-footer {
  background-color: #151515;
  color: #FFFFFF;
}
footer.home-footer p:nth-child(1) {
  background-image: url("../img/icon/moderngallery-white.svg");
  background-repeat: no-repeat;
}/*# sourceMappingURL=styles.css.map */