.slide-img {
  width: 100%;
  height: 100%;
}

.slide-img.nyc-view {
  background-image: url('../images/north.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow {
  z-index: 99;
  display: none;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  z-index: 4;
  background-color: #fff;
  min-height: 100vh;
  padding-top: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.left-arrow {
  z-index: 99;
  display: none;
}

.icon {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.overlay-2 {
  background-color: #0d13164f;
  position: absolute;
  inset: 0%;
}

.overlay-2.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000003b 60%, #000000d9);
}

.slide-nav {
  display: none;
}

.hero-text {
  color: #e5e1df;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Meow Script, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg.inner-pages {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.all-caps {
  color: #e5e1df;
  letter-spacing: 0;
  margin-top: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.image {
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-container {
    width: 80%;
  }

  .hero-text {
    font-size: 80px;
    line-height: 60px;
  }

  .all-caps {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    width: 80%;
  }

  .hero-section {
    min-height: 100vh;
  }

  .hero-text {
    max-width: none;
  }

  .all-caps {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .slide-img {
    height: 60vh;
  }

  .slide-img.nyc-view {
    height: 100%;
  }

  .right-arrow {
    display: none;
  }

  .hero-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section {
    position: relative;
  }

  .left-arrow {
    display: none;
  }

  .overlay-2 {
    background-color: #0d13168a;
  }

  .slide-nav {
    display: none;
  }

  .hero-text {
    font-size: 70px;
    line-height: 70px;
  }

  .hero-slider {
    margin-top: 0;
  }
}


