﻿@import "https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
.md-custom-code,
#app,
main {
  background-color: rgba(0, 0, 0, 0) !important;
}
.mg-container {
  max-width: 100% !important;
  width: 100% !important;
}
.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.visible-after-animation {
  opacity: 1 !important;
}
[class*="fade-"] {
  opacity: 0;
  will-change: opacity, transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards !important;
}
[class*="fade-"].fade-in,
[class*="fade-"][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(
    --anim-easing,
    cubic-bezier(0.25, 0.1, 0.25, 1)
  );
  animation-fill-mode: forwards !important;
}
.fade-in {
  animation-name: fadeIn;
}
.fade-up,
.fade-up-active {
  animation-name: fadeUp;
}
.fade-down,
.fade-down-active {
  animation-name: fadeDown;
}
.fade-left,
.fade-left-active {
  animation-name: fadeLeft;
}
.fade-right,
.fade-right-active {
  animation-name: fadeRight;
}
.fade-scale,
.fade-scale-active {
  animation-name: fadeScale;
}
.fade-scale-up,
.fade-scale-up-active {
  animation-name: fadeScaleUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.delay-100 {
  --anim-delay: 0.1s;
}
.delay-200 {
  --anim-delay: 0.2s;
}
.delay-300 {
  --anim-delay: 0.3s;
}
.delay-400 {
  --anim-delay: 0.4s;
}
.delay-500 {
  --anim-delay: 0.5s;
}
.delay-800 {
  --anim-delay: 0.8s;
}
.delay-1000 {
  --anim-delay: 1s;
}
.duration-300 {
  --anim-duration: 0.3s;
}
.duration-500 {
  --anim-duration: 0.5s;
}
.duration-800 {
  --anim-duration: 0.8s;
}
.duration-1000 {
  --anim-duration: 1s;
}
.duration-1500 {
  --anim-duration: 1.5s;
}
.duration-2000 {
  --anim-duration: 2s;
}
.ease-linear {
  --anim-easing: linear;
}
.ease-in {
  --anim-easing: cubic-bezier(0.42, 0, 1, 1);
}
.ease-out {
  --anim-easing: cubic-bezier(0, 0, 0.58, 1);
}
.ease-in-out {
  --anim-easing: cubic-bezier(0.42, 0, 0.58, 1);
}
.ease-bounce {
  --anim-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (prefers-reduced-motion: reduce) {
  [class*="fade-"] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important;
  }
  .fade-in,
  [class*="fade-"][class$="-active"] {
    opacity: 1;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lazy.fade-in {
  opacity: 1;
}
body {
  margin: 0;
  padding: 0;
}
body #cherieYoung {
  width: 100%;
  opacity: 1 !important;
}
body #cherieYoung #neptune {
  width: 100%;
  position: relative;
}
body #cherieYoung #neptune h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: -10px;
  line-height: 95%;
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune h2 {
    font-size: 3rem;
  }
}
@media (max-width: 800px) {
  body #cherieYoung #neptune h2 {
    font-size: 2.5rem;
  }
}
body #cherieYoung #neptune h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
}
#neptune
  > section.featured-lifestyles
  > div
  > div.featured-tiles
  > a
  > span
  > h2 {
  background: rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  z-index: 0;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  body #cherieYoung #neptune h2 {
    font-size: 2rem;
  }
}
body #cherieYoung #neptune h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 800px) {
  body #cherieYoung #neptune h3 {
    font-size: 1rem;
  }
}
body #cherieYoung #neptune p {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  /* text-align: center; */
  margin-bottom: 0;
  margin-top: 0;
}
body #cherieYoung #neptune .background-content {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune .background-content {
    background-size: cover;
  }
  body #cherieYoung #neptune .background-content iframe {
    display: none !important;
  }
}
body #cherieYoung #neptune .hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 320px) {
  body #cherieYoung #neptune .hero {
    height: 110vh;
  }
}
body #cherieYoung #neptune .hero .bottom-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.5);
  gap: 30px;
}
body #cherieYoung #neptune .hero .bottom-cta a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .hero .bottom-cta a {
    text-align: left !important;
    width: 100% !important;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px !important;
    font-size: 0.8rem;
  }
}
body #cherieYoung #neptune .hero .bottom-cta a:first-of-type {
  width: 60%;
  border-right: 1px solid #fff;
  text-align: center;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .hero .bottom-cta {
    flex-direction: column;
    gap: 0px;
  }
}
body #cherieYoung #neptune .hero .hero-content .hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 30px;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .hero .hero-content .hero-cta {
    flex-direction: column;
    gap: 10px;
  }
}
body #cherieYoung #neptune .hero .hero-content .hero-cta a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
body #cherieYoung #neptune .hero .hero-content .hero-cta a:hover {
  background-color: rgb(15, 159, 172);
}
body #cherieYoung #neptune .hero .hero-content .hero-cta a:hover span {
  color: #000;
  transition: 0.5s;
}
body #cherieYoung #neptune .hero .hero-content .hero-cta a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .hero .hero-content .hero-cta a {
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body #cherieYoung #neptune .welcome {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .welcome {
    padding: 30px 0;
  }
}
body #cherieYoung #neptune .welcome .welcome-content {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 60px;
  padding: 0 30px;
}
body #cherieYoung #neptune .welcome .welcome-content h1 {
  padding-bottom: 15px;
}
body #cherieYoung #neptune .welcome .welcome-content h1,
body #cherieYoung #neptune .welcome .welcome-content p {
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
body #cherieYoung #neptune .welcome .welcome-content div {
  width: 50%;
}
body #cherieYoung #neptune .welcome .welcome-content img {
  width: 100%;
}
body #cherieYoung #neptune .welcome .welcome-content .toggle-button {
  font-family: "Poppins", sans-serif;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(15, 159, 172);
  color: #000;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  margin: 1rem 0;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}
body #cherieYoung #neptune .welcome .welcome-content .toggle-button::after {
  content: "▼";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 0.75em;
}
body #cherieYoung #neptune .welcome .welcome-content .toggle-button:hover {
  background-color: rgb(15, 159, 172);
  color: #000;
}
body
  #cherieYoung
  #neptune
  .welcome
  .welcome-content
  .toggle-button.expanded::after {
  transform: rotate(180deg);
}
body #cherieYoung #neptune .welcome .welcome-content .read-more {
  overflow: hidden;
  transition:
    height 0.5s ease,
    opacity 0.5s ease;
  height: 0;
  opacity: 0;
  width: 100%;
}
body #cherieYoung #neptune .welcome .welcome-content .read-more p {
  margin-bottom: 1rem;
}
body #cherieYoung #neptune .welcome .welcome-content .read-more.expanded {
  height: auto;
  opacity: 1;
}
body #cherieYoung #neptune .welcome .welcome-content .welcome-cta {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 2rem;
  gap: 30px;
  width: 100%;
}
body #cherieYoung #neptune .welcome .welcome-content .welcome-cta a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
body #cherieYoung #neptune .welcome .welcome-content .welcome-cta a:hover {
  background-color: rgb(15, 159, 172);
}
body #cherieYoung #neptune .welcome .welcome-content .welcome-cta a:hover span {
  color: #000;
  transition: 0.5s;
}
body #cherieYoung #neptune .welcome .welcome-content .welcome-cta a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 1000px) {
  body #cherieYoung #neptune .welcome .welcome-content .welcome-cta {
    justify-content: center;
  }
}
@media (max-width: 786px) {
  body #cherieYoung #neptune .welcome .welcome-content .welcome-cta {
    flex-direction: column;
    gap: 10px;
  }
  body #cherieYoung #neptune .welcome .welcome-content .welcome-cta a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    max-width: 200px;
  }
}
@media (max-width: 1200px) and (min-width: 801px) {
  body #cherieYoung #neptune .welcome .welcome-content .welcome-cta {
    margin-right: -50vw;
    width: fit-content;
  }
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .welcome .welcome-content {
    flex-direction: column;
    gap: 30px;
  }
  body #cherieYoung #neptune .welcome .welcome-content div:last-of-type {
    width: 100%;
    order: 1;
  }
  body #cherieYoung #neptune .welcome .welcome-content div:first-of-type {
    width: 100%;
    order: 2;
  }
}
body #cherieYoung #neptune .featured-lifestyles,
body #cherieYoung #neptune .featured-areas {
  padding-bottom: 2px;
  background-color: #fff;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-header,
body #cherieYoung #neptune .featured-areas .featured-content .featured-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-header
  h1,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-header
  h1 {
  color: #000;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles,
body #cherieYoung #neptune .featured-areas .featured-content .featured-tiles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 2px;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile.large,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile.large {
  width: 99%;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile {
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 33%;
  box-sizing: border-box;
  align-self: stretch;
  /* min-height: 360px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 500px;
}
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile {
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 33%;
  box-sizing: border-box;
  align-self: stretch;
  /* min-height: 360px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 500px;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile-small {
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 24%;
  box-sizing: border-box;
  align-self: stretch;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 600px;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile:hover::before,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile:hover::before {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile::before,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 800px) {
  body
    #cherieYoung
    #neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile::before,
  body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile::before {
    display: none;
  }
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  img,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 11;
  /* margin-top: -0.5rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
}
/* #neptune > section.featured-areas > div > div.featured-tiles > div:nth-child(3) > span > h2{
  margin-bottom: 20px!important;
} */
@media (max-width: 1200px) {
  body
    #cherieYoung
    #neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    flex: 0 0 49%;
    min-height: 500px;
  }
  /* body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile:last-child {
    flex: 0 0 100%;
    min-height: 400px;
  } */
}
@media (max-width: 800px) {
  body
    #cherieYoung
    #neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    flex: 0 0 100%;
    min-height: 350px;
  }
}
/* @media (max-width: 600px) {
  body
    #cherieYoung
    #neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    min-height: 350px;
  }
} */
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span
  .link-group,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .link-group {
  /* flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 5px;*/
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(194px, 32%));
  gap: 5px;
  width: 100%;
  justify-content: center;
}
#cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link {
  margin-top: 20px;
}
#cherieYoung
  #neptune
  > .featured-areas
  > div
  > div.featured-tiles
  > div
  > span
  > div.link-group {
  margin-top: 20px;
  flex-wrap: wrap !important;
  display: flex !important;
  justify-content: center !important;
  width: 90% !important;
  gap: 5px;
}
@media (max-width: 450px) {
  #neptune
    > section.featured-areas
    > div
    > div.featured-tiles
    > div:nth-child(2)
    > span
    > div.link-group {
    width: 95% !important;
  }
}
#neptune
  > section.featured-areas
  > div
  > div.featured-tiles
  > div:nth-child(2)
  > span
  > h2,
#neptune
  > section.featured-areas
  > div
  > div.featured-tiles
  > div:nth-child(5)
  > span
  > h2 {
  margin-bottom: 40px;
}
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link,
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link {
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 12px;
  border-radius: 15px;
  transition: 0.3s;
  font-size: 20px;
  text-align: center;
  height: fit-content;
}
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link:hover {
  background-color: rgba(15, 159, 172, 1);
}
body #cherieYoung #neptune .home-worth,
body #cherieYoung #neptune .sold-listings {
  padding: 10vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .home-worth,
  body #cherieYoung #neptune .sold-listings {
    padding: 0;
  }
}
body #cherieYoung #neptune .home-worth .banner-content,
body #cherieYoung #neptune .sold-listings .banner-content {
  border: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px;
  transition: 0.5s;
}
body #cherieYoung #neptune .home-worth .banner-content img,
body #cherieYoung #neptune .sold-listings .banner-content img {
  width: 100px;
}
body #cherieYoung #neptune .home-worth .banner-content:hover,
body #cherieYoung #neptune .sold-listings .banner-content:hover {
  border: 2px solid rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .home-worth .banner-content,
  body #cherieYoung #neptune .sold-listings .banner-content {
    gap: 30px;
    padding: 30px 15px;
    width: 100%;
  }
}
body #cherieYoung #neptune .home-worth .banner-content a,
body #cherieYoung #neptune .sold-listings .banner-content a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .home-worth .banner-content a,
  body #cherieYoung #neptune .sold-listings .banner-content a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 200px;
  }
}
body #cherieYoung #neptune .home-worth .banner-content a:hover,
body #cherieYoung #neptune .sold-listings .banner-content a:hover {
  background-color: rgb(15, 159, 172);
}
body #cherieYoung #neptune .home-worth .banner-content a:hover span,
body #cherieYoung #neptune .sold-listings .banner-content a:hover span {
  color: #000;
  transition: 0.5s;
}
body #cherieYoung #neptune .home-worth .banner-content a span,
body #cherieYoung #neptune .sold-listings .banner-content a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
body #cherieYoung #neptune .stats {
  padding: 8vw 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .stats {
    padding: 50px 15px;
  }
}
body #cherieYoung #neptune .stats .stats-content {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
body #cherieYoung #neptune .stats .stats-content > h1 {
  width: 100%;
}
body #cherieYoung #neptune .stats .stats-content > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 30px;
}
body #cherieYoung #neptune .stats .stats-content .stat {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune .stats .stats-content .stat {
    width: 50%;
  }
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .stats .stats-content .stat {
    width: 100%;
  }
}
body #cherieYoung #neptune .stats .stats-content a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .stats .stats-content a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 250px;
  }
}
body #cherieYoung #neptune .stats .stats-content a:hover {
  background-color: #0f9fac;
}
body #cherieYoung #neptune .stats .stats-content a:hover span {
  color: #000;
  transition: 0.5s;
}
body #cherieYoung #neptune .stats .stats-content a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
body #cherieYoung #neptune .socials {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
body #cherieYoung #neptune .socials h1 {
  padding-top: 30px;
  color: #000;
}
body #cherieYoung #neptune .socials h3 {
  color: #000;
}
body #cherieYoung #neptune .socials .social-feed {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body #cherieYoung #neptune .contact {
  padding: 4vw 30px;
  /* background-color: rgba(0, 0, 0, 0.3); */
}
body #cherieYoung #neptune .contact .contact-content {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .contact .contact-content {
    flex-direction: column;
    gap: 30px;
  }
}
body #cherieYoung #neptune .contact .contact-content > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
@media (max-width: 800px) {
  body #cherieYoung #neptune .contact .contact-content > div {
    width: 100% !important;
  }
  body #cherieYoung #neptune .contact .contact-content > .contact-info {
    display: none;
  }
}
body
  #cherieYoung
  #neptune
  .contact
  .contact-content
  .contact-info
  img:first-of-type {
  max-width: 100px;
  margin-bottom: 10px;
}
body
  #cherieYoung
  #neptune
  .contact
  .contact-content
  .contact-info
  img:last-of-type {
  max-width: 700px;
  width: 100%;
}
body #cherieYoung #neptune .contact .contact-content .contact-info a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
body
  #cherieYoung
  #neptune
  .contact
  .contact-content
  .contact-form
  .contact-form-inject {
  width: 100%;
}
body #cherieYoung #neptune .buyer-seller {
  /* background-image: url('https://cdn.lofty.com/image/fs/508869918698733/website/132673/cmsbuild/202558__f3955b34151342ba-jpeg.webp'); */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
body #cherieYoung #neptune .buyer-seller::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
body #cherieYoung #neptune .buyer-seller .buyer-seller-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
  gap: 30px;
  z-index: 1;
  position: relative;
}
body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: calc(33% - 60px);
  text-align: center;
}
body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  img {
  max-width: 100px;
}
body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  h2 {
  margin-top: 10px;
  color: #fff;
}
body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  p {
  color: #fff;
  margin-top: 30px;
}
body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  a {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #010101;
  border: 1px solid #010101;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 45px 8px 45px;
  transition: 0.5s;
  margin-top: 25px;
  font-weight: 400;
}

body
  #cherieYoung
  #neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  a:hover {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #000;
}

@media (max-width: 1200px) {
  body
    #cherieYoung
    #neptune
    .buyer-seller
    .buyer-seller-content
    .buyer-seller-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  body #cherieYoung #neptune .buyer-seller .buyer-seller-content {
    flex-direction: column;
    gap: 0px;
  }
}

/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
.black {
  color: #000 !important;
}
.md-header.layout6 .header-container {
  background: linear-gradient(
    180deg,
    rgba(25, 25, 25, 0.7) 1.31%,
    rgba(25, 25, 25, 0.0001) 100%
  );
}
.md-hero.layout3 .media-content-v2 {
  margin-top: 210px;
}
@media (max-width: 800px) {
  .md-hero.layout3 .media-content-v2 {
    margin-top: -15px;
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .md-hero.layout3 .media-content-v2 {
    display: none;
  }
}
.md-header.layout6 .header-container .head-menu > .menu-item,
.md-header.layout6 .header-container .head-account > .menu-item {
  margin: 0 25px;
}
.md-hero.layout3 .media-content-v2 .media-content-box {
  max-width: 800px;
  width: 90% !important;
}
header.md-header.layout6:not(.transparent) .header-container {
  background: #009ca6;
}
.md-hero.layout11 .banner {
  align-items: center;
}
@media (max-width: 800px) {
  .banner {
    align-items: flex-end;
  }
}
.md-hero.layout11 .media-content-v2 .media-content-box {
  position: absolute;
}
.info-form2 .submit-content .submit-box .submit {
  color: #fff;
}
.md-header.layout6
  .header-container
  .head-menu
  > .menu-item
  a:not(.icon-more)::before,
.md-header.layout6
  .header-container
  .head-account
  > .menu-item
  a:not(.icon-more)::before {
  background-color: #ef3a87;
}
div.md-hero.layout11.banner-with-search-group.mg-bg
  > div
  > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to
  > div.media-content-box
  > div
  > div.tab-header
  > ul
  > li.option.active {
  border-radius: 15px 15px 0px 0px;
  margin: 0;
}
.search-bar.layout3
  .search-by-section
  .search-category
  .keyword-submit:hover::after {
  display: none;
}
.banner .single-picture {
  background-attachment: fixed;
}
.md-header.layout6 .header-container .line-wrap {
  border: none;
}
#cherieYoung #neptune #about {
  padding-top: 60px;
  margin-bottom: 30px;
  gap: 5%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 1200px) {
  #cherieYoung #neptune #about {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  #cherieYoung #neptune #about {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #cherieYoung #neptune #about {
    padding-top: 20px;
  }
}
#cherieYoung #neptune #about .inner {
  padding: 0px 40px;
  max-width: 90%;
}
@media (max-width: 800px) {
  #cherieYoung #neptune #about .inner {
    padding: 0px 20px;
  }
}
#cherieYoung #neptune #about .lenders {
  max-width: 55%;
  /* filter: invert(1); */
  margin-bottom: 0px;
  min-width: 200px;
}
#cherieYoung #neptune #about h2 {
  color: #000;
}
#cherieYoung #neptune #about h2::after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#cherieYoung #neptune #about p {
  text-align: left !important;
  line-height: 1.8;
}
#cherieYoung #neptune #about > div.half-banner.text-holder > div > a.btn {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 15px;
  font-weight: 500;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  padding: 15px;
  line-height: 1;
}
#cherieYoung #neptune #about > div.half-banner.text-holder > div > a.btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
#cherieYoung #neptune #about .half-banner {
  width: 45%;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  justify-content: center;
  display: flex;
}
@media (max-width: 1200px) {
  #cherieYoung #neptune #about .half-banner {
    width: 100%;
  }
  #cherieYoung #neptune #about .half-banner:nth-child(2) {
    display: none;
  }
}
#cherieYoung #neptune #design-container #about .logo-filter {
  max-width: 45%;
}
.video-responsive {
  height: auto;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
}
@media (max-width: 800px) {
  .video-responsive {
    min-height: 300px;
  }
}
@media (min-width: 800px) {
  #design-container #about.photo-holder .video-responsive {
    padding-right: 60px;
    padding-bottom: 50px;
  }
}
.disclaimer-wrap.opt-in .disclaimer-content {
  font-family: "Poppins", sans-serif;
}
.md-form.layout3 .info-form2 .input-content .v-input.message textarea,
.md-form.layout3
  .info-form2
  .input-content
  .basic-info
  .basic-info-input
  input {
  color: #000;
}
.md-form.layout3 .info-form2 .input-content .v-input.message textarea:focus,
.md-form.layout3
  .info-form2
  .input-content
  .basic-info
  .basic-info-input
  input:focus {
  border-color: #000;
}

div.md-hero.layout3.banner-with-search-group.mg-bg
  > div
  > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to
  > div.media-content-box
  > div {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  z-index: 0;
  border-radius: 15px;
  padding: 25px 55px 25px 25px;
}
@media (max-width: 800px) {
  div.md-hero.layout3.banner-with-search-group.mg-bg
    > div
    > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to
    > div.media-content-box
    > div {
    padding: 25px;
  }
}
.search-bar.layout3 .search-by-section .search-category .keyword .search-input {
  background-color: rgba(255, 255, 255, 0.1);
}
.search-bar.layout3
  .search-by-section
  .search-category
  .keyword
  .search-input::placeholder {
  color: #fff;
  font-weight: 500;
}
.search-bar.layout3 .search-by-section .search-category .keyword .search-input {
  border-radius: 10px 0 0 10px;
  color: #fff;
  border: rgba(255, 255, 255, 0.34) solid 1px;
  height: 75px;
}
.search-bar.layout3 .search-by-section .search-category .keyword {
  height: 75px;
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit {
  position: relative;
  padding-left: 15px;
  width: 155px;
  transition: all 0.2s ease;
  height: 75px;
}
.keyword-submit::before {
  content: "";
  border-bottom: 37px solid transparent;
  border-left: 30px solid #0f9fac;
  border-top: 38px solid transparent;
  height: 0px;
  position: absolute;
  right: -60px;
  top: 0;
  width: 30px;
  z-index: 2;
  transition: all 0.2s ease;
}
.search-bar.layout3
  .search-by-section
  .search-category
  .keyword-submit:hover::before {
  /* border-bottom: 30px solid #EF3A87; */
  border-left: 30px solid #ef3a87;
  /* border-top: 30px solid #EF3A87; */
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit:hover {
  background-color: #ef3a87 !important;
}
@media (max-width: 800px) {
  .search-bar.layout3 .search-by-section .search-category {
    flex-direction: column;
  }
  .search-bar.layout3 .search-by-section .search-category .keyword {
    width: 100%;
  }
  .search-bar.layout3
    .search-by-section
    .search-category
    .keyword
    .search-input {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .search-bar.layout3 .search-by-section .search-category .keyword-submit {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .search-bar.layout3
    .search-by-section
    .search-category
    .keyword-submit::before {
    display: none;
  }
}
header.md-header.layout6:not(.transparent) .header-container #info_banner {
  display: none;
}
header.md-header.layout6:not(.transparent) .header-container .head-menu {
  align-items: center;
}
.md-header.layout6 .header-container .head-menu {
  flex-wrap: wrap;
}
.md-header.layout6 .header-container .head-menu > .menu-item {
  height: 46px;
}
#info_banner {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  #info_banner {
    display: none;
  }
}
#info_banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#info_banner p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-right: 38px;
  color: #fff;
}
#info_banner.cy-custom p span {
  color: #00adb6;
  font-weight: bold;
}
#info_banner.cy-custom .btn-alt {
  background: #00adb6;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  position: relative;
  transition: 300ms ease all;
  overflow: hidden;
}
@media (max-width: 600px) {
  .md-header.layout6 {
    height: 83px;
    background-color: #00adb6;
  }
  div.md-hero.layout3.banner-with-search-group.mg-bg
    > div
    > div.single-picture {
    background-size: contain !important;
    background-position: center 0 !important;
    background-attachment: local;
  }
}

@media (max-width: 767px) {
}
@media (max-width: 600px) {
}

@media (max-width: 600px) {
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
}

@media (max-width: 992px) {
}
@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////adjustment code/////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
.md-header.fashion .header-container .logo img {
  filter: invert(1);
}
.inner header {
  height: 90vh;
}
#page293625 > div.inner > header > img {
  display: none !important;
}
header {
  background: url(https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/3avesgroup.com/images/hero2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
header:before {
  display: none;
}
#home188879 > header > div.container > div.header.js-site-header{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2))!important;
}
.container {
  width: 100% !important;
  padding: 0 15px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2))!important;
}
header > div.intro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  translate: -50% -50%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  height: auto;
}
@media (max-width: 767px) {
  header > div.intro {
    translate: -50% -20%;
    padding: 0;
  }
}

/* .intro__title{
  color: #fff;
} */
.intro__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.intro__button {
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
.intro__button:hover {
  filter: invert(1);
}
.intro__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #fff;
}
.page,
.container-fluid {
  padding: 0 !important;
}
.row:after,
.row:before {
  display: none;
}
.si-form {
  margin-top: 10px !important;
}
.dNtlyB,
.eapps-instagram-feed-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 32px 0;
}
@media (max-width: 1200px) {
  .dNtlyB,
  .eapps-instagram-feed-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  .dNtlyB,
  .eapps-instagram-feed-title {
    font-size: 2rem;
  }
}
body
  #cherieYoung
  #neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile.wide,
body
  #cherieYoung
  #neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile.wide {
  flex: 0 0 calc(50% - 1px);
  max-width: calc(50% - 1px);
}
@media (max-width: 900px) {
  body
    #cherieYoung
    #neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile.wide,
  body
    #cherieYoung
    #neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile.wide {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-height: 810px) {
  .home header {
    min-height: 100vh;
  }
}
@media (max-height: 600px) {
  .home header {
    min-height: 130vh;
  }
}
.content,
.content__container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
#pageComponent671251 > div > p:nth-child(1),
#pageComponent671251 > div > p:nth-child(4),
#pageComponent671251 > div > p:nth-child(5),
#pageComponent671251 > div > p:nth-child(7),
#pageComponent671251 > div > p:nth-child(8) {
  margin: 0 !important;
}
#home188879 > header > div.container > div.intro {
  display: none;
}
.intro__title {
  font-size: 36px;
  text-transform: none;
  margin: 15px 0;
}
.intro__title span {
  font-size: 40px;
  text-transform: none;
}
.intro__button {
  flex: none;
}
