:root {
  --white: white;
  --black: #1c1c1c;
  --orange: #f3a92c;
  --gainsboro: #e6e6e6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ramaraja, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

a {
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 20px;
}

.brand {
  margin-top: 10px;
  margin-left: 40px;
}

.home-hero {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.home-hero-info {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 90vh;
  display: flex;
}

.home-hero-image {
  width: 60%;
  height: 90vh;
}

.home-hero-cta {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.home-hero-cta.dark {
  background-color: var(--black);
}

.home-hero-cta.hide {
  display: none;
}

.navbar {
  background-color: #0d0d0dcc;
  transition: background-color .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero-heading {
  color: var(--white);
  margin-bottom: 0;
}

.hero-text {
  color: var(--white);
  text-align: center;
  max-width: 500px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block {
  background-color: var(--orange);
  width: 350px;
  height: 2px;
}

.button {
  background-color: var(--orange);
  color: #181818;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border-style: solid;
  border-width: 3px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .5s;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--orange);
  color: var(--white);
  background-position: 90%;
  margin-top: 0;
  padding-right: 60px;
  position: static;
}

.background-video {
  width: 100%;
  height: 90vh;
}

.video-button {
  background-color: var(--orange);
  color: #181818;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border-style: solid;
  border-width: 3px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .5s;
}

.video-button:hover {
  border-color: var(--white);
  background-color: var(--orange);
  color: var(--white);
  background-position: 90%;
  margin-top: 0;
  padding-right: 60px;
  position: static;
}

.section {
  background-image: url('../images/grey-background.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  width: 50%;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-4 {
  padding-top: 100px;
}

.div-block-5 {
  border: 4px solid var(--black);
  border-radius: 40px;
  width: 300px;
  height: 500px;
  margin-bottom: -530px;
  margin-left: -30px;
}

.photo {
  background-image: url('../images/outside-home.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 400px;
  height: 500px;
}

.div-block-6 {
  z-index: 500;
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 240px;
  margin-top: 400px;
  margin-left: -500px;
  padding-left: 30px;
  display: flex;
  position: relative;
  box-shadow: -1px 3px 7px 4px #00000080;
}

.normal-button {
  border: 3px solid var(--orange);
  background-color: var(--orange);
  color: #181818;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  margin-top: 20px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.normal-button:hover {
  border-color: var(--white);
  background-color: var(--orange);
  color: var(--white);
  background-position: 90%;
  padding-right: 60px;
  position: static;
}

.normal-button.right-pad {
  margin-right: 20px;
}

.normal-button.left-pad {
  margin-left: 10px;
}

.normal-button.no-top-padding {
  margin-top: 0;
}

.paragraph {
  max-width: 600px;
}

.section-2 {
  max-width: 1400px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-8 {
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-9 {
  background-color: var(--gainsboro);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding-left: 20px;
  padding-right: 100px;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/screen-shot-2018-12-18-at-2.42.32-PM.png');
  background-position: 50%;
  background-size: cover;
  width: 640px;
  height: 480px;
  margin-left: -50px;
  box-shadow: -6px 6px 9px 1px #0000004d;
}

.section-3 {
  text-align: center;
}

.section-4 {
  z-index: 100;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.home-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding-top: 20px;
  display: flex;
  box-shadow: 3px 3px 9px 1px #0003;
}

.home-wrapper.one {
  background-image: url('../images/trinity16_facade.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.home-wrapper.two {
  background-image: url('../images/home13.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-wrapper.three {
  background-image: url('../images/home5.jpg');
}

.home-wrapper.four {
  background-image: url('../images/home1.jpg');
}

.home-wrapper.five {
  background-image: url('../images/home2.jpg');
}

.home-wrapper.six {
  background-image: url('../images/5d88d42c08e53ec47d0215a5_image1.jpg');
}

.community-tag {
  background-color: var(--orange);
  border-radius: 5px;
  margin-left: 20px;
  padding: 5px 20px;
  transition: background-color .3s;
}

.community-tag:hover {
  background-color: #e89200;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
}

.bedroom-tag {
  margin-left: 20px;
}

.home-details {
  background-image: linear-gradient(to top, #000000e6, #0000);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tag {
  color: var(--white);
  margin-bottom: 0;
}

.tag.price {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.slider {
  background-color: #0000;
  flex-wrap: wrap;
  max-width: 1400px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  width: 50%;
  height: 450px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav {
  display: none;
}

.left-arrow, .right-arrow {
  width: 100px;
}

.section-5 {
  background-image: url('../images/grey-background.jpg');
  background-position: 0%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/business-opportunity.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 600px;
  height: 400px;
}

.paragraph-3 {
  max-width: 600px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}

.footer-link {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.heading-2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.nav-link {
  color: var(--white);
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--orange);
}

.div-block-14 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 10px;
}

.heading-3 {
  margin-top: 0;
}

.paragraph-6 {
  margin-bottom: 0;
}

.grey-button {
  border: 3px solid var(--orange);
  background-color: var(--orange);
  color: #181818;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.grey-button:hover {
  background-color: var(--orange);
  color: var(--white);
  background-position: 90%;
  border-color: #e6e6e6;
  margin-top: 0;
  padding-right: 60px;
  position: static;
}

.link-block {
  text-decoration: none;
  display: block;
}

.paragraph-7 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 60px;
}

.preloader {
  z-index: 100000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-6 {
  background-image: url('../images/resident-image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-6.hide {
  display: none;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.avalon-image {
  background-image: url('../images/avalon-community.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: fixed;
  inset: 0%;
}

.resident-button {
  z-index: 500;
  background-color: var(--orange);
  color: #181818;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 45px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.resident-button:hover {
  background-color: var(--orange);
  color: var(--white);
  background-position: 90%;
  padding-right: 60px;
  position: static;
}

.avalon-luxury-image {
  background-image: url('../images/avalon-luxury.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-7 {
  height: 100vh;
}

.background-video-2 {
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-8 {
  text-align: center;
  margin-top: 40px;
}

.paragraph-8 {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.feature-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100vw;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.feature-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 95vh;
  display: flex;
}

.feature-image.solar {
  background-image: url('../images/solar-panel.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-image.hospital {
  background-image: url('../images/semi-private-double_resize.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-image.school {
  background-image: url('../images/teacher-and-elementary-school-class-foreground-in-pu84wz9.jpg');
}

.feature-image.business {
  background-image: url('../images/business-center.jpg');
}

.feature-image.fitness {
  background-image: url('../images/fitness.jpg');
}

.feature-image.shopping {
  background-image: url('../images/screen-shot-2018-12-18-at-2.42.32-PM.png');
}

.feature-image.jobs {
  background-image: url('../images/carpenter-working-man-cutting-plank-by-circular-sa-p549v7e.jpg');
}

.feature-image.small-business {
  background-image: url('../images/young-female-media-creative-using-smartphone-in-an-pm4yvlt.jpg');
}

.feature-image.food {
  background-image: url('../images/close-up-of-vegetables-on-farm-p9hfkb6.jpg');
}

.feature-image.transport {
  background-image: url('../images/businessman-wearing-earphones-and-reading-text-mes-tnql25l.jpg');
}

.feature-image.homeowners {
  background-image: url('../images/happy-young-couple-taking-financial-advice-at-home-w7zmsfr.jpg');
}

.feature-image.financing {
  background-image: url('../images/young-woman-shaking-hands-with-a-financial-adviser-pcpy4wp.jpg');
}

.feature-text {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-16 {
  background-image: linear-gradient(to top, #000c, #0000), url('../images/1a3c12fb3e9bee6ef997cf294a2e6214.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 400px;
  margin-right: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 6px 6px 9px 1px #0000004d;
}

.feature-heading {
  color: var(--white);
}

.section-9 {
  background-image: url('../images/inside-home.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: 40px;
}

.heading-4 {
  color: #c4c4c4;
  text-transform: uppercase;
  max-width: 450px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.horizontal-feature-section {
  height: 400vh;
  padding-top: 60px;
  position: relative;
}

.horizontal-scroll-wrapper {
  width: 100vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  align-items: center;
  width: 700%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-17 {
  background-color: var(--orange);
  transform-origin: 0%;
  width: 100%;
  height: 10px;
}

.section-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-19 {
  width: 50%;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.paragraph-9 {
  color: var(--white);
  margin-top: -10px;
}

.link-block-2 {
  background-color: var(--black);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #121212;
}

.section-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/architect-with-compass-measuring-blueprint-pmlwf3z.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-20 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-20.reverse {
  flex-direction: row-reverse;
}

.div-block-21 {
  background-color: var(--orange);
  transform-origin: 0%;
  width: 200px;
  height: 400px;
  position: relative;
}

.home-image {
  transform-origin: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 40vw;
  height: 50vh;
  margin-left: -100px;
  position: relative;
}

.home-image.one {
  background-image: url('../images/trinity16_facade.png');
}

.home-image.two {
  background-image: url('../images/home13.jpeg');
}

.home-image.three {
  background-image: url('../images/home5.jpg');
}

.home-image.four {
  background-image: url('../images/home3.jpg');
}

.home-image.five {
  background-image: url('../images/home1.jpg');
}

.home-image.six {
  background-image: url('../images/home2.jpg');
}

.home-image.seven {
  background-image: url('../images/5d88d42c08e53ec47d0215a5_image1.jpg');
}

.home-image.eight {
  background-image: url('../images/home4.jpg');
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 20px;
  width: 300px;
  margin-top: 100px;
  margin-left: -100px;
  padding: 20px 30px;
  position: relative;
  box-shadow: 3px 3px 10px #0003;
}

.paragraph-10 {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}

.div-block-24 {
  border: 1px solid #0000001a;
  width: 15vw;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.amenity-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 15vw;
}

.amenity-image.hospital {
  background-image: url('../images/semi-private-double_resize.jpg');
}

.amenity-image.school {
  background-image: url('../images/teacher-and-elementary-school-class-foreground-in-pu84wz9.jpg');
}

.amenity-image.shopping {
  background-image: url('../images/shopping-center.jpg');
}

.amenity-image.movie {
  background-image: url('../images/empty-auditorium-hall-with-red-chairs_t20_jzobwp.jpg');
}

.amenity-image.business {
  background-image: url('../images/business-center.jpg');
}

.amenity-image.incubator {
  background-image: url('../images/young-female-media-creative-using-smartphone-in-an-pm4yvlt.jpg');
}

.amenity-image.recreation-center {
  background-image: url('../images/kids-trampoline-and-soft-cubes-on-playground-jve7523.jpg');
}

.div-block-26 {
  text-align: center;
  height: 100px;
  padding-top: 30px;
}

.heading-6 {
  margin-top: 0;
  font-size: 20px;
}

.section-12 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section-13 {
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.div-block-27 {
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
}

.div-block-28 {
  background-color: var(--gainsboro);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.section-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-29 {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  background-color: var(--orange);
  background-image: url('../images/business-cover.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.business-image {
  background-image: linear-gradient(to top, #000, #0000 28%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  height: 200px;
  margin: 20px;
  display: flex;
}

.business-image.hotel {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/hotel-room.jpg');
  padding-left: 10px;
  padding-right: 10px;
}

.business-image.restaurant {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/restaurant.jpg');
}

.business-image.bar {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/bar.jpg');
}

.business-image.coffee {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/coffee.jpg');
}

.business-image.fast-food {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/fast-food.jpg');
}

.business-image.hardware {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/hardware.jpg');
}

.business-image.salon {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/salon.jpg');
}

.business-image.dealership {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/car-sales-automobile-in-sales-salon-market-place_t20_9lobna.jpg');
}

.business-image.theater {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/empty-auditorium-hall-with-red-chairs_t20_jzobwp.jpg');
}

.business-image.supermarket {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/supermarket.jpg');
}

.business-image.internet {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/network.jpg');
}

.business-image.pharmacy {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/shelves-with-medicine-in-a-pharmacy_t20_krxvl2.jpg');
}

.business-image.game {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/game-shop.jpg');
}

.business-image.bookstore {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/bookstore.jpg');
}

.business-image.boutique {
  background-image: linear-gradient(to top, #000, #0000 28%), url('../images/boutique.jpg');
}

.section-15 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-7 {
  color: var(--white);
}

.section-16 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
}

.contact-number-wrapper {
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  display: flex;
}

.section-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border: 3px solid #000;
  padding: 15px 40px;
  transition: all .5s;
}

.button-2:hover {
  border-color: var(--white);
  color: var(--white);
  background-position: 90%;
  padding-right: 60px;
}

.lightbox-link {
  color: var(--black);
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.lightbox-link:hover {
  border-color: var(--white);
  color: var(--white);
  background-position: 90%;
  padding-right: 60px;
}

.paragraph-11 {
  margin-bottom: 0;
}

.paragraph-12 {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}

.div-block-33 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.paragraph-13 {
  color: var(--white);
  text-align: center;
}

.div-block-35 {
  background-color: #1c1c1c0a;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block-35.price {
  background-color: #f3a92c1a;
}

.home-price-tag {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.div-block-36 {
  background-color: #f3a92c21;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.heading-9 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-14 {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link {
  color: var(--orange);
  text-decoration: none;
}

.heading-10 {
  color: #c7c7c7;
  font-size: 16px;
}

.div-block-37 {
  text-align: center;
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-11 {
  text-align: center;
  width: 100%;
}

.paragraph-15 {
  color: var(--white);
  font-weight: 600;
}

.section-18 {
  text-align: center;
}

.heading-12 {
  margin-bottom: 0;
}

.form-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.field-label {
  text-align: left;
}

.form {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-field {
  background-color: var(--gainsboro);
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 50px;
}

.text-field::placeholder {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.text-field.big {
  min-height: 100px;
}

.div-block-38 {
  width: 40%;
  margin: 10px;
}

.div-block-38.big {
  width: 90%;
}

.div-block-39 {
  width: 100%;
}

.contact-form-section {
  text-align: center;
  margin-top: 60px;
}

.select-field {
  background-color: var(--gainsboro);
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.contact-email-wrapper {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 0;
}

.heading-13 {
  margin-top: 0;
}

.div-block-40 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-17 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-18 {
  max-width: 500px;
}

.image {
  max-height: 500px;
}

.bold-text {
  color: var(--orange);
  font-weight: 400;
}

.link-2 {
  text-decoration: none;
}

.error-message {
  color: var(--orange);
  background-color: #0000;
  width: 100%;
  font-family: Poppins, sans-serif;
}

.div-block-42 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.avalon-background-video {
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.background-video-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button {
  transition: filter .2s;
}

.play-button:hover {
  filter: brightness(1000%);
}

.image-2 {
  max-height: 500px;
}

.avalon-vision-video {
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-19 {
  height: 50vh;
  display: none;
}

.div-block-43 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.heading-14 {
  color: var(--white);
  font-size: 50px;
}

.icon-2 {
  color: var(--orange);
}

.city-of-avalon-video {
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.city-of-avalon-video.center {
  flex-direction: column;
  align-items: center;
}

.avalon-header {
  height: 50vh;
}

.avalon-video {
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-20 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-20 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section-21 {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.numbers-wrapper {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: -10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 60px;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.heading-17 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-22 {
  margin-top: 40px;
  margin-bottom: 0;
}

.section-22 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.background-video-4 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-46 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-5 {
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.background-video-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph-23 {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .home-hero-info {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .home-hero-cta {
    order: 1;
  }

  .navbar {
    background-color: #0d0d0dcc;
  }

  .background-video {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .section {
    flex-wrap: wrap;
  }

  .div-block-2 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 200px;
  }

  .div-block-3 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .paragraph {
    max-width: 900px;
  }

  .section-2 {
    flex-wrap: wrap-reverse;
    padding-top: 40px;
  }

  .div-block-7, .div-block-8 {
    justify-content: center;
    width: 100%;
  }

  .div-block-9 {
    text-align: center;
    align-items: center;
    padding-right: 20px;
  }

  .div-block-10 {
    height: 350px;
    margin-bottom: -25px;
    margin-left: 0;
  }

  .slider {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .slide {
    width: 100%;
  }

  .section-5 {
    background-repeat: no-repeat;
    flex-wrap: wrap-reverse;
    margin-top: 0;
    padding-bottom: 60px;
  }

  .div-block-12 {
    align-items: flex-start;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .link-block {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-wrapper {
    flex-wrap: wrap;
  }

  .feature-image {
    width: 100%;
    height: 60vh;
  }

  .feature-text {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-4 {
    max-width: none;
  }

  .horizontal-scroll-content {
    align-items: flex-start;
    height: auto;
  }

  .section-10 {
    flex-wrap: wrap;
  }

  .heading-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    width: 100%;
  }

  .div-block-20 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .home-image {
    width: 60vw;
  }

  .div-block-24 {
    width: 30%;
  }

  .amenity-image {
    height: 200px;
  }

  .section-13 {
    height: 400px;
  }

  .div-block-27 {
    flex-wrap: wrap;
  }

  .div-block-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-14 {
    flex-wrap: wrap-reverse;
    height: 800px;
  }

  .div-block-29 {
    width: 100%;
    height: 300px;
  }

  .div-block-30 {
    background-position: 100%;
    width: 100%;
  }

  .section-16 {
    height: 350px;
  }

  .contact-number-wrapper {
    width: 100%;
    height: 400px;
  }

  .section-17 {
    flex-wrap: wrap;
  }

  .paragraph-13, .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-email-wrapper {
    width: 100%;
    height: 400px;
  }

  .menu-button {
    z-index: 1000;
  }

  .menu-button.w--open {
    background-color: #0d0d0dcc;
  }

  .icon {
    color: var(--white);
    font-size: 40px;
  }

  .nav-menu {
    background-color: #0d0d0dcc;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero {
    height: auto;
  }

  .home-hero-cta {
    flex-wrap: wrap;
    align-content: center;
    height: 120px;
    min-height: 100px;
  }

  .hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    height: 750px;
  }

  .div-block-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .div-block-5 {
    display: none;
  }

  .photo {
    width: 90vw;
  }

  .div-block-6 {
    margin-top: -140px;
    margin-left: 0;
  }

  .section-2 {
    padding-top: 60px;
  }

  .div-block-10 {
    width: 90%;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 95%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-7 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .section-6 {
    height: auto;
    min-height: 100vh;
  }

  .feature-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
  }

  .feature-image {
    width: 100%;
    height: 400px;
  }

  .feature-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 35px;
  }

  .horizontal-feature-section {
    height: auto;
  }

  .horizontal-scroll-content {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .div-block-17 {
    display: none;
  }

  .div-block-20 {
    flex-wrap: wrap;
    padding-left: 10px;
  }

  .home-image {
    width: 100vw;
    height: 400px;
    margin-left: 0;
  }

  .div-block-23 {
    margin-top: -40px;
    margin-left: 0;
  }

  .div-block-24 {
    width: 80%;
  }

  .amenity-image {
    height: 250px;
  }

  .section-13 {
    flex-wrap: wrap-reverse;
    height: auto;
  }

  .div-block-28 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-14 {
    height: 700px;
  }

  .div-block-38 {
    width: 90%;
  }

  .image-3 {
    display: none;
  }

  .div-block-45 {
    flex-direction: column;
    display: flex;
  }

  .avalon-video {
    height: 600px;
  }

  .heading-15 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-21 {
    flex-wrap: wrap;
    min-height: 800px;
  }

  .numbers-wrapper {
    width: 100%;
  }

  .div-block-46 {
    width: 95%;
  }

  .heading-18 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .brand.w--current {
    margin-top: 15px;
    margin-left: 10px;
  }

  .home-hero-cta {
    align-content: center;
  }

  .home-hero-heading {
    text-align: center;
    font-size: 30px;
  }

  .div-block {
    width: 95%;
  }

  .button {
    font-size: 16px;
  }

  .video-button {
    width: 90%;
    margin-left: auto;
    font-size: 16px;
  }

  .div-block-6 {
    width: 90%;
  }

  .normal-button {
    font-size: 16px;
  }

  .normal-button.left-pad {
    margin-left: 0;
  }

  .div-block-10 {
    height: 300px;
    margin-bottom: 0;
  }

  .home-wrapper {
    height: 300px;
  }

  .slider, .slide {
    height: 400px;
  }

  .left-arrow, .right-arrow {
    margin-bottom: 75px;
  }

  .div-block-13 {
    height: 350px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2, .heading-3 {
    font-size: 30px;
  }

  .grey-button {
    font-size: 16px;
  }

  .paragraph-7 {
    text-align: center;
    margin-right: 10px;
  }

  .resident-button {
    font-size: 16px;
  }

  .feature-wrapper {
    justify-content: flex-start;
  }

  .feature-image {
    width: 100%;
    height: 300px;
  }

  .heading-4 {
    text-align: center;
    font-size: 25px;
  }

  .horizontal-scroll-content {
    align-items: flex-start;
  }

  .paragraph-9 {
    text-align: center;
  }

  .home-image {
    height: 300px;
  }

  .section-14 {
    height: auto;
  }

  .div-block-29 {
    height: auto;
    padding: 20px 10px;
  }

  .div-block-30 {
    height: 500px;
  }

  .business-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-41 {
    flex-flow: column wrap;
  }

  .image-3 {
    display: none;
  }

  .paragraph-19 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .city-of-avalon-video {
    height: 50vh;
  }

  .section-22 {
    padding-top: 0;
  }
}


