/*------- CSS reset -------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  background: #000;
}
::selection {
  background-color: #c2957151;
  color: #fff;
}

.temp-1,
.temp-1 * {
  color: #fff;
  box-sizing: border-box;
}
.temp-1 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.hero {
  padding: var(--5, 40px) 0px var(--5, 40px) 0px;
  display: flex;
  flex-direction: column;
  gap: 300px;
  height: 100vh;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  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.3);
  pointer-events: none;
}

.nav {
  padding: 0px 64px 0px 64px;
  display: flex;
  flex-direction: row;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.logoHeader {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.logoHeader img {
  flex: 1;
  height: 32px;
  position: relative;
  object-fit: cover;
}
.linkObject {
  cursor: pointer;
  transition: .3s ease;
 }
 
 .linkObject:hover {
   transform: scale(1.1);
 }
.right-menu {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}
.mainbutton {
  background: #ffffff;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact-agent {
  color: #000000;
  text-align: left;
  font-family: "CircularXx-Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.address {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.address-text {
  font-family: "gloock";
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 110px;
  line-height: 110%;
  letter-spacing: -2.22px;
  font-weight: 300;
  position: relative;
  flex: 1;
  min-width: 320px;
  max-width: 1300px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.data {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 63px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 800px;
  position: relative;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 112px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.box-2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
._9 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 200;
  position: relative;
}
.bedrooms {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  position: relative;
}
.box-5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
._13 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.bathrooms {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.box-6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
._2 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.garage-spaces {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.box-1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
._1986 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.built-in {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.box-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
._13-404 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.square-feet {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
._2-126 {
  color: #ffffff;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -1.11px;
  font-weight: 400;
  position: relative;
}
.price-sqft {
  color: #a0a0a0;
  text-align: left;
  font-family: "CircularXx-Medium", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.data2 {
  padding: var(--3, 24px) 16px var(--3, 24px) 16px;
  display: flex;
  flex-direction: column;
  gap: 63px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 800px;
  position: relative;
}
.quote-text {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock", sans-serif;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -1.22px;
  font-weight: 400;
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 950px;
}
.data3 {
  padding: var(--10, 80px);
  display: flex;
  flex-direction: row;
  gap: 63px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 800px;
  position: relative;
  background-color: #000;
}
.text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  min-width: 370px;
  position: relative;
}
.video-title {
  height: 145px;
  text-align: left;
  font-family: "Gloock", sans-serif;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -2.22px;
  font-weight: 400;
  position: relative;
}
.video-desc {
  text-align: left;
  font-family: "CircularXx-Thin", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 160%;
  font-weight: 100;
  position: relative;
  width: 100%;
  max-width: 320px;
}
.image {
  flex: 1;
  height: 570px;
  min-width: 320px;
  max-width: 1024px;
  position: relative;
  object-fit: cover;
}
.map {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.map2 {
  align-self: stretch;
  flex-shrink: 0;
  height: 558.72px;
  position: relative;
  object-fit: cover;
}
.about-property {
  padding: var(--10, 80px);
  display: flex;
  flex-direction: column;
  gap: var(--3, 24px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.title {
  padding: 10px;
  text-align: center;
  font-family: "Gloock", sans-serif;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -1.22px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.description {
  color: #ffffff;
  text-align: center;
  font-family: "CircularXx-Thin", sans-serif;
  font-size: 19.999998092651367px;
  line-height: 160%;
  font-weight: 100;
  position: relative;
  width: 100%;
  max-width: 1192px;
}
.overview {
  padding: var(--10, 80px);
  display: flex;
  flex-direction: column;
  gap: var(--5, 40px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title2 {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock", sans-serif;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -1.22px;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 3000px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.overview {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  /* max-width: 2024px; */
  position: relative;
}
.overviewTitle {
  color: #ffffff;
  text-align: center;
  font-family: "Gloock", sans-serif;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.overviewContainer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.overviewItem {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0px 0px 1px 0px;
  padding: 24px 24px 64px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 280px;
  position: relative;
}
.overviewItemTitle {
  color: #ffffff;
  text-align: left;
  font-family: "circularXX-Regular", sans-serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
}
.overviewItemDetail {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
}
.overviewItemDetailKey {
  color: #b3b3b3;
  text-align: left;
  font-family: "circularXX-Medium", sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.overviewItemDetailValue {
  color: #ffffff;
  text-align: left;
  font-family: "circularXX-Medium", sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.data4 {
  padding: 128px 0px 256px 0px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  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: 280px;
  position: relative;
}
.title3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.agent-name {
  padding: 10px 0px;
  font-family: "Gloock", sans-serif;

  padding-right: 5px;
  color: #ffffff;
  text-align: left;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -2.22px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.designation {
  color: rgba(255, 255, 255, 0.54);
  text-align: left;
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[data-type="social-group"] {
  filter: invert(1) !important;
}
.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;
  align-items: center;
  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 a {
  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;
  text-decoration: none;
}
._14745374634:hover{
  text-decoration: underline;
}
.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  a{
  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: none;
  position: relative;
}
.david-elliman-com:hover{
  text-decoration: underline;
}
.footer {
  background: #000000;
  padding: 40px 80px 40px 80px;
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275447 {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  max-width: 100%;
}
.logoFooter {
  display: flex;
  flex-direction: row;
  gap: 138px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.logoFooter img {
  flex-shrink: 0;
  height: 32px;
  position: relative;
  object-fit: cover;
}
.footer-credits {
  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;
}
.rechat-credit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.pw-2 {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.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;
} 

/* media queries */

@media only screen and (max-width: 768px) {
  .hero {
    min-height: 600px;
  }
  .address-text {
    font-size: 68px;
  }
  .quote-text {
    font-size: 68px;
  }

  .text {
    align-items: center;
    justify-content: center;
  }

  .video-title {
    text-align: center;
    align-items: center;
  }

  .video-desc {
    text-align: center;
  }
  .about-property {
    padding: 72px 16px 72px 16px;
  }
  .overview {
    padding: 72px 16px 72px 16px;
    display: flex;
    flex-direction: column;
    gap: var(--5, 40px);
    align-items: stretch;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
}

@media only screen and (max-width: 620px) {
  .agent-info {
    justify-content: center;
    width: 80%;
    padding: 0 10px;
  }
  ._14745374634 {
    font-size: 20px;
  }
  .david-elliman-com {
    font-size: 20px;
  }
}

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

  .contact-section {
    padding: 10px !important;
  }

  .hero {
    min-height: 600px;
  }
  .address-text {
    font-size: 58px;
  }
  .quote-text {
    font-size: 48px;
  }
  /* .right-menu
  {
    display: none;
  } */

  .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 370px;
    position: relative;
  }

  .video-title {
    text-align: center;
    align-items: center;
  }

  .video-desc {
    text-align: center;
  }
  .about-property {
    padding: 72px 16px 72px 16px;
  }
  .overview {
    padding: 72px 16px 72px 16px;
    display: flex;
    flex-direction: column;
    gap: var(--5, 40px);
    align-items: stretch;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .frame-1171275447 {
    align-items: center;
  }

  .x {
    width: 30px;
    height: 30px;
  }
  .instagram-with-circle-svgrepo-com-1 {
    width: 40px;
    height: 30px;
  }
  .tiktok {
    width: 30px;
    height: 30px;
  }
  .youtube-round-svgrepo-com-1 {
    width: 30px;
    height: 30px;
  }
  .linkedin-round-svgrepo-com-5 {
    width: 30px;
    height: 30px;
  }
  .vector {
    width: 30px;
    height: 30px;
  }
}


@media only screen and (max-width: 480px) {
  .nav {
    justify-content: center;
  }

  .mainbutton {
    padding: 6px 14px 6px 14px;
  }
  .contact-agent {
    font-size: 14px;
  }
}

/* lead capture form */

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px;
  gap: 60px;
  flex-wrap: wrap;
  width: 100%;
}

.contact-text {
  flex: 1;
  min-width: 280px;
}

.contact-text h1 {
  font-size: 64px;
  margin-bottom: 20px;
  color: #E6E6F2;
}

.contact-text p {
  font-size: 18px;
  line-height: 1.6;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  border: 1px solid #999;
  padding: 12px;
  font-size: 16px;
  color: #E6E6F2;
  width: 100%;
}

.contact-form textarea {
  resize: none !important;
  height: 120px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-status {
  color: #ccc;
  font-size: 14px;
  opacity: 0;
  transition: .3s ease;
}

.contact-form .submit-btn {
  background-color: #fff;
  color: #12121E;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  width: 86px;
  height: 36px;
}

.contact-form .submit-btn:hover {
  color: #fff;
}

.contact-form .submit-btn:disabled {
  background-color: #666;
  color: #888;
  cursor: not-allowed;
}

.contact-form .submit-btn.success {
  background-color: #666;
  color: transparent;
  position: relative;
  pointer-events: none;
}

.contact-form .submit-btn.success::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}

.contact-form input.error,
.contact-form textarea.error {
  border-color: #d00;
  color: #d00;
}

.error-message {
  color: #d00;
  font-size: 13px;
  margin-top: 4px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #E6E6F2 !important;
  border: 1px solid #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.contact-form .note {
  height: 120px !important;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid #fff;
  color: #fff;
}

.contact-form input:not(:placeholder-shown),
.contact-form textarea:not(:placeholder-shown) {
  border: 1px solid #fff;
}

/* lead capture form end */