a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}
menu,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.listing,
.listing * {
  box-sizing: border-box;
}
.linkObject {
  cursor: pointer;
  transition: .3s ease;
 }
 
 .linkObject:hover {
   transform: scale(1.1);
 }
.listing {
  background: #ebeee5;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  height: 900px;
  max-width: 2024px;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}
.nav {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0px 0px 1px 0px;
  padding: 24px var(--9, 72px) 24px var(--9, 72px);
  display: flex;
  flex-direction: row;
  row-gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 96px;
  position: relative;
  overflow: hidden;
}
.nav-content {
  display: flex;
  flex-direction: row;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  max-width: 2024px;
  position: relative;
}
.logo {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 265px;
  position: relative;
}
.image-6 {
  flex-shrink: 0;
  max-width: 265px;
  min-height: 30px;
  position: relative;
  object-fit: cover;
}
.frame-6 {
  background: #ffffff;
  padding: 12px 48px 12px 48px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.contact-me {
  color: #000000;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.frame-1171275465 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.frame-499 {
  background: var(--grey-100, #f5f5f5);
  border-radius: 100px;
  padding: 12px 24px 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.ellipse-1 {
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.status-active {
  background: #32b86d; /* Green for Active */
}

.status-pending {
  background: #f1c40f; /* Yellow for Pending */
}

.status-other {
  background: #e74c3c; /* Red for Others */
}

.statusText {
  color: #000000;
  text-align: left;
  font-family: var(
    --typography-h6-font-family,
    "CircularXx-Medium",
    sans-serif
  );
  font-size: var(--typography-h6-font-size, 20px);
  line-height: var(--typography-h6-line-height, 160%);
  letter-spacing: var(--typography-h6-letter-spacing, 0.15px);
  font-weight: var(--typography-h6-font-weight, 500);
  position: relative;
}
._6971-queenferry-circle {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 90px;
  line-height: 98px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
._4-450-000 {
  color: #ffffff;
  text-align: center;
  font-family: "MontserratAlternates-SemiBold", sans-serif;
  font-size: 58px;
  letter-spacing: -0.03em;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.gallery {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.image {
  align-self: stretch;
  flex-shrink: 0;
  min-width: 320px;
  max-height: 700px;
  position: relative;
  object-fit: cover;
}
.frame-1171275464 {
  margin: -7px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.image2 {
  flex: 1;
  min-width: 320px;
  position: relative;
  object-fit: cover;
}
.image3 {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 1px 0px 1px;
  flex: 1;
  min-width: 320px;
  position: relative;
  object-fit: cover;
}
.about-property {
  padding: 72px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  row-gap: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  min-height: 900px;
  position: relative;
}
.about-property2 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 300px;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  position: relative;
}
.propertyDesc {
  color: #ffffff;
  text-align: left;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 670px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.button-1 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.documents {
  color: #000000;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}
.button-2 {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.button-1 a,
.button-2 a {
  padding: 12px 24px 12px 24px;
}
.get-brochure {
  color: #ffffff;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}
.video {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.video-iframe {
  height: 100%;
}
.immerse-in-the-grandeur {
  color: #000000;
  text-align: center;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 96px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 320px;
}
.image4 {
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  align-self: stretch;
  flex-shrink: 0;
  height: 580px;
  min-width: 288px;
  position: relative;
  object-fit: cover;
}
.property-features {
  padding: 150px 72px 150px 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.property-features2 {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 288px;
}
.frame-2609640 {
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: row;
  gap: 90px;
  row-gap: 64px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 288px;
  position: relative;
}
.item-1 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
}
.label {
  color: #ffffff;
  text-align: center;
  font-family: "Stardom-Regular", sans-serif;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bedrooms {
  color: #7e7e7e;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-2 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
}
.frame-2609562 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.bathrooms {
  color: #7e7e7e;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-3 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
}
.parking {
  color: #7e7e7e;
  text-align: center;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
}
.built-in {
  color: #7e7e7e;
  text-align: center;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-5 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 302px;
  min-width: 280px;
  position: relative;
}
.lot-size-sqft {
  color: #7e7e7e;
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lot-size-sqft-span {
  color: #7e7e7e;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
}
.lot-size-sqft-span2 {
  color: #7e7e7e;
  font-family: "CircularXx-Italic", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-style: italic;
}
.item-6 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
}
.square-feet-sqft {
  color: #7e7e7e;
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-feet-sqft-span {
  color: #7e7e7e;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 500;
}
.square-feet-sqft-span2 {
  color: #7e7e7e;
  font-family: "CircularXx-Italic", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-style: italic;
}
.key-features {
  background: #000000;
  padding: 0px 72px 150px 72px;
  display: flex;
  flex-direction: column;
  gap: var(--8, 64px);
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.key-features2 {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 288px;
}
.container {
  display: flex;
  flex-direction: column;
  gap: var(--4, 32px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features .row-1 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.features .row-2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* Styles for item blocks */
.features .item-1,
.features .item-2,
.features .item-3,
.features .item-4,
.features .item-5,
.features .item-6 {
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px;
  padding: var(--5, 40px);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1;
  height: 250px;
  min-width: 288px;
  position: relative;
}

/* Styles for labels */
.features .label2 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 40px;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider {
  padding: 0px 0px 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.mainslide {
  align-self: stretch;
  flex-shrink: 0;
  height: 780px;
  min-width: 320px;
  position: relative;
  object-fit: cover;
}
.slider-switcher {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 287px;
  position: relative;
}
.slider-dots {
  flex-shrink: 0;
  width: 287px;
  height: 30px;
  position: static;
}
._01 {
  color: #000000;
  text-align: left;
  font-family: "CircularXx-Book", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 150%;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 0px;
}
._14 {
  color: #000000;
  text-align: left;
  font-family: "CircularXx-Book", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 150%;
  font-weight: 400;
  position: absolute;
  left: 268px;
  top: 0px;
}
.full {
  background: rgba(56, 56, 56, 0.2);
  border-radius: 2px;
  width: 189px;
  height: 2px;
  position: absolute;
  left: 52px;
  top: 15px;
}
.fill {
  background: #000000;
  border-radius: 2px;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 52px;
  top: 15px;
}
.map {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.the-next-move-is-yours {
  color: #000000;
  text-align: center;
  font-family: "Gloock-Regular", sans-serif;
  font-size: 64px;
  letter-spacing: -1.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 320px;
}
.map2 {
  align-self: stretch;
  flex-shrink: 0;
  height: 683px;
  min-width: 320px;
  position: relative;
  object-fit: cover;
}
.data {
  background: linear-gradient(to left, #171617, #171617);
  padding: var(--8, 64px) 0px var(--8, 64px) 0px;
  display: flex;
  flex-direction: row;
  gap: 63px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  min-height: 580px;
  position: relative;
}
.agent-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 414px;
  height: 414px;
  min-width: 320px;
  position: relative;
  object-fit: cover;
}
.agent-info {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  min-width: 288px;
  position: relative;
  max-width: 100%;
}
.title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.david-elson {
  text-align: left;
  font-family: "Stardom-Regular", sans-serif;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -2.22px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sales-representative {
  color: rgba(255, 255, 255, 0.54);
  text-align: left;
  font-family: "CircularXx-Book", sans-serif;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}
.frame-306 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.x {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.instagram-with-circle-svgrepo-com-1 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.tiktok {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.youtube-round-svgrepo-com-1 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.group {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.linkedin-round-svgrepo-com-5 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.vector {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.phone-email {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.phone2 {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
._14745374634 {
  color: #ffffff;
  text-align: left;
  font-family: "CircularXx-Regular", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.email {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.email2 {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.david-elliman-com {
  color: #ffffff;
  text-align: left;
  font-family: "CircularXx-Regular", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}
.footer {
  background: #000000;
  padding: 40px 72px 40px 72px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275476 {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.logo2 {
  display: flex;
  flex-direction: row;
  gap: 138px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.disclaimer{
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  font-family: var(
    --content-body1-font-family,
    "CircularXx-Regular",
    sans-serif
  );
  font-size: var(--content-body1-font-size, 16px);
  line-height: var(--content-body1-line-height, 24px);
  letter-spacing: var(--content-body1-letter-spacing, 0.15px);
  font-weight: var(--content-body1-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.powered-by-rechat {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.rechatSlider img {
  width: 100%;
  max-height: 700px;
  object-fit: cover; 
  object-position: center; 
}
.splide__list li {
  margin-right: 10px !important;
}
.splide__slide {
  width: auto !important;
  height: auto !important;
  max-width: 100vw;
  max-height: 100vh;
}
.splide__list, .splide__track {
  width: 100% !important;
  height: auto !important;
  padding-right: 0 !important;
}
.splide__image {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.splide__pagination li {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}

.splide__pagination__page {
  width: 30px !important;
  border-radius: 3px !important;
  height: 5px !important;
  margin: 5px !important;
   background: #888 !important; 
}
 .splide__pagination__page.is-active
{
  background: #000 !important;
  border:solid 1px #aaa !important;
  transform: scale(1.3) !important;
}

.splide--draggable>.splide__track>.splide__list> .is-active {
  margin-right: 10px !important;
}

.rechatSlider
{
  /* padding-bottom: 30px; */
  margin-bottom: 3em !important;
} 

/* .videoPlayer {
  height: 700px;
  width: 100%;

} */
@media only screen and (max-width: 1024px) {
  .about-property2 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 768px) {
  /* .videoPlayer {
    height: 300px;
  } */

  ._6971-queenferry-circle {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -0.5px;
    padding: 0 32px 0 32px;
  }

  ._4-450-000 {
    font-size: 68px;
    letter-spacing: -0.5px;
  }

  .about-property {
    row-gap: 40px;
    min-height: 700px;
  }

  .about-property2 {
    text-align: left;
    font-size: 68px;
    letter-spacing: -1.5px;
  }

  .content {
    align-items: center;
  }

  .immerse-in-the-grandeur {
    font-size: 68px;
    letter-spacing: -1.5px;
    min-width: 320px;
  }

  .property-features {
    padding: 150px 16px 150px 16px;
    position: relative;
  }
  .property-features2 {
    font-size: 68px;
    letter-spacing: 0px;
  }
  .key-features {
    padding: 0px 16px 150px 16px;
  }
  .key-features2 {
    font-size: 68px;
  }
  .the-next-move-is-yours {
    font-size: 68px;
    min-width: 320px;
  }
  .footer {
    padding: 72px 72px 40px 72px;
  }

  .image {
    height: unset;
    min-height: unset;
  }
}

@media only screen and (max-width: 564px) { 

  .nav {
    padding: 10px 10px;
  }

  .nav-content {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .tours-out {
    height: 300px;
  }

  .image {
    height: unset;
    min-height: unset;
  }

  .actions {
    justify-content: center;
  }

  .frame-6 {
    padding: 8px 28px 8px 28px;
  }

  .agent-image {
    max-width: 100%;
  }

  .data{
    width: 100%;
    padding: 0px 10px 40px;
  }

  ._6971-queenferry-circle {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.5px;
    padding: 0 16px 0 16px;
    min-width: 320px;
  }

  ._4-450-000 {
    font-size: 48px;
    letter-spacing: -0.5px;
  }

  .about-property {
    padding: 16px;
  }
  .about-property2 {
    text-align: left;
    font-size: 48px;
    letter-spacing: -1.5px;
  }
  .content {
    align-items: center;
  }
  .video {
    padding: 64px 16px 64px 16px;
  }
  .immerse-in-the-grandeur {
    font-size: 48px;
    letter-spacing: -1.5px;
    min-width: 288px;
  }
  .property-features {
    padding: 150px 16px 150px 16px;
    position: relative;
  }
  .property-features2 {
    font-size: 48px;
    letter-spacing: 0px;
  }
  .key-features {
    padding: 0px 16px 150px 16px;
  }
  .key-features2 {
    font-size: 48px;
  }
  .the-next-move-is-yours {
    font-size: 48px;
    min-width: 320px;
  }
  .footer {
    padding: 72px 72px 40px 72px;
  }
}


@media only screen and (max-width: 430px) {
  .about-property{
    padding: 10px 10px 30px;
  }
  .david-elliman-com {
    font-size: 22px;
  }
  .frame-1171275476 {
    align-items: center;
  }
}

@media only screen and (max-width: 320px) {
  .image-6 {
    width: 210px;
  }

  .logo {
    width: 210px;
    align-items: center;
  }
}

.link {
  transition: .3s ease;
  cursor: pointer;
}
.link:hover {
  transform: scale(1.1);
}

.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  max-width: 2400px;
  position: relative;
  width: 100%;
}
.frame-2085664017 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 1280px; */
  max-width: 1280px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.get-in-touch {
  text-align: left;
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.frame-2085664016 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.frame-2085664027 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider3 {
  flex-shrink: 0;
  width: 396px;
  height: 500px;
  position: relative;
  object-fit: contain;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.team-name {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sarah-sanders {
  text-align: left;
  font-size: 42px;
  letter-spacing: -2.5px;
  font-weight: 400;
  position: relative;
}
.sales-representative {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-867-5309 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.emailEmail {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sarah-adler-associates-com {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.license {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._01234567 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.vector-148 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}
.office {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-367-2389 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.address {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1234-maplewood-lane-springfield-ca-90210 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-20856640262 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.instagram-line {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.tiktok-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.facebook-circle-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.twitter-x-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.linkedin-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.youtube-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}


@media (max-width: 480px) {
    .slider3 {
        width: 300px;
        height: 350px;
    }
    .get-in-touch {
        font-size: 54px;
        text-align: center;
    }

    .frame-1171275523 {
        max-width: 90%;
    }
    .frame-20856640262 {
        gap: 15px;
    }

    .vector-148 {
        width: 280px;
    }
}

@media print {
    .agent-light {
        page-break-inside: avoid !important;
        padding: 0;
    }

    .slider3 {
        height: 350px;
        width: 300px;
    }

    .frame-20856640262 {
        display: none;
    }

    .get-in-touch {
        text-align: center;
    }

    .frame-2085664016 {
        flex-direction: column;
        align-items: center;
    }
}


