@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;

  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: black;
}
h2 {
  margin: 0;
  padding: 0;
}
#hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 730px;
  align-items: center;
  background: linear-gradient(135deg, seagreen, lightblue);
}
#hero-hdr-wrap {
  display: flex;
  flex-direction: row;
  width: 90%;
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
}
#hero-hdr-logo {
  display: flex;
  width: 104px;
  align-items: end;
  padding-bottom: 5px;
}
#hero-hdr-txt-left {
  display: flex;
  width: 50%;
  height: 75px;
  align-items: end;
  padding-bottom: 16px;
  font-size: 24px;
  margin-left: 15px;
}
#hero-hdr-txt-right {
  display: flex;
  width: 50%;
  justify-content: right;
  align-items: end;
  padding-bottom: 16px;
  font-size: 24px;
}
#hero-mid-wrap {
  display: flex;
  width: 90%;
  flex-direction: row;
}
#hero-mid-text {
  display: flex;
  width: 45%;
  font-size: 24px;
  align-items: center;
  margin-right: 150px;
}
#hero-mid-slideshow {
  display: flex;
  width: 55%;
  aspect-ratio: 5 / 3;
  margin-top: 50px;
  border-radius: 20px 0px 20px 20px;
  overflow: hidden;
}
.hero-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#body-props-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#body-props-hdr {
  display: flex;
  width: 90%;
  height: 125px;
  align-items: end;
  border-bottom: 1px solid #ffffff;
}
.properties-wrap {
  display: flex;
  flex-direction: row;
  width: 90%;
  border-bottom: 1px solid #ffffff;
}
.listing-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 12px;
}
.listing-price-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.listing-details-wrap {
  display: flex;
  margin-left: 40px;
}
.listing-col1 {
  display: flex;
  width: 200px;
}
picture img {
  width: 270px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.listing-col2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 50px;
}
.listing-col3 {
  display: flex;
  width: 50%;
  align-items: center;
}
.go-btn {
  background-color: seagreen;
  border: 0px;
  border-radius: 30px;
  font-size: 24px;
  height: 50px;
  width: 200px;
  cursor: pointer;
}
.go-btn:hover {
  background-color: lightgreen;
  transition: 0.7s;
}
#footer {
  display: flex;
  flex-direction: column;
  background-color: #383838;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #f2f2f2;
  font-size: 10px;
  justify-content: center;
}
#footer-links {
  display: flex;
  height: 50px;
  width: 100%;
  margin-top: 25px;
  justify-content: center;
  font-size: 14px;
}
#footer-content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#footer-logo-wrap {
  display: flex;
  width: 120px;
}
#footer-logo {
  display: flex;
}
#footer-disclaimer {
  display: flex;
  width: 880px;
  border-left: 1px solid white;
  padding-left: 20px;
}
/*-----MOBILE----------------------------------------*/
@media (max-width: 600px) {
  #hero {
    height: 650px;
  }
  #hero-hdr-wrap {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
    align-items: center;
  }
  #hero-hdr-txt-left {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: end;
    justify-content: center;
    font-size: 18px;
    margin-left: 15px;
  }
  #hero-hdr-txt-right {
    display: flex;
    width: 90%;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  #hero-mid-wrap {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
  #hero-mid-text {
    display: flex;
    width: 90%;
    font-size: 16px;
    align-items: center;
    margin-right: 0px;
  }
  #hero-mid-slideshow {
    display: flex;
    width: 90%;
    aspect-ratio: 5 / 3;
    margin-top: 50px;
    border-radius: 20px 0px 20px 20px;
    overflow: hidden;
  }
  .properties-wrap {
    display: flex;
    flex-direction: column;
    width: 90%;
    border: 0;
  }
  .listing-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .listing-col1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .listing-col2 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    font-size: 24px;
  }
  .listing-price-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
  }
  .listing-col3 {
    display: flex;
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
  }
  picture img {
    width: 100%;
    height: auto;
  }
  #footer {
    margin-top: 55px;
  }
  #footer-content-wrap {
    flex-direction: column;
    width: 100%;
  }
  #footer-logo-wrap {
    width: auto;
    justify-content: center;
    margin-bottom: 20px;
  }
  #footer-disclaimer {
    width: 90%;
    border-left: none;
    padding-left: 0;
  }
}
