* {
  margin: 0;
  padding: 0;
}

:root {
  --black: #000;
  --white: #fff;
  --background: #1e1e1e;
  --outfit: "Outfit", serif;
}

body {
  font-family: var(--outfit);
  background: var(--background);
  background: rgb(110, 101, 92);
  background: linear-gradient(
    87deg,
    rgba(110, 101, 92, 1) 3%,
    rgba(23, 28, 32, 1) 100%
  );
  position: relative;
}

body::before {
  content: "";
  background-image: url("../img/bodybg.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1440px;
}

a {
  text-decoration: none;
}

.header {
  background: linear-gradient(
    90deg,
    rgba(85, 84, 84, 0.2) 4.76%,
    rgba(86, 85, 85, 0.2) 14.36%,
    rgba(92, 90, 88, 0.2) 54.26%,
    rgba(33, 36, 39, 0.2) 119.09%
  );
  backdrop-filter: blur(15.300000190734863px);
}

.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 102px;
}

.flex-header .logo h3 {
  height: 63px;
}

.flex-header .about-arrow {
  max-width: 485px;
}

.flex-header .about-arrow p {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  margin-bottom: 0;
  text-decoration: none;
}

.flex-header .header-btns a {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4.8px;
  background: linear-gradient(90deg, #6e655c 0%, #d3c1b0 48.27%, #797065 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-header .pipe {
  color: var(--white);
  padding: 0 29px;
}

.main-banner {
  height: 100vh;
  display: flex;
  align-items: center;
}

.main-logo {
  display: flex;
  justify-content: center;
}

.scroll-down {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.scroll-down .scroll-text {
  opacity: 0.7;
  background: linear-gradient(180deg, #d3c1b0 -18.04%, #796f65 80.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
}

.logoNscroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 190px;
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  width: 100%;
}

.header {
  display: none;
}

.headerShow {
  display: block;
}

.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #797065 0%, #d4c3b1 48.27%, #6d645b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subheading {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  word-wrap: break-word;
  text-align: justify;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-46 {
  margin-bottom: 46px;
}

.py-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-100 {
  margin-top: 100px;
}

.prestige-img {
  position: relative;
}

.prestige-img::after {
  content: "";
  background: radial-gradient(
    86.47% 86.32% at 50% 28.47%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.77) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.register-interest {
  transform: translate(22px, -135px) !important;
}

.register-form {
  border-radius: 56px;
  background: radial-gradient(
    176.55% 122.11% at 110.79% -26.8%,
    rgba(112, 121, 124, 0.67) 0%,
    rgba(100, 98, 95, 0.67) 44.9%,
    rgba(58, 57, 58, 0.67) 100%
  );
  box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15.149999618530273px);
  padding: 45px 65px;
}

.register-form label,
.contactForm label {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
}

.register-form input,
.contactForm input {
  fill: linear-gradient(90deg, #6e655c 0%, #ccbcab 47.5%, #796f65 100%);
  stroke-width: 1px;
  stroke: #6e655c;
  background: none;
  border: none;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    #6e655c 0%,
    #ccbcab 47.5%,
    #796f65 100%
  );
  color: var(--white);
  height: 40px;
}

.contactForm input[type="radio"] {
  margin: 10px;
  accent-color: #796f65; /* Modern browsers support accent-color for radio and checkbox styling */
  width: 20px; /* Adjust the size */
  height: 20px;
  cursor: pointer; /* Change cursor to pointer on hover */
}

/* Optional: Add hover effect */
.contactForm input[type="radio"]:hover {
  border: 2px solid #c5b5a5; /* Highlight border on hover */
}

/* Optional: Checked state */
.contactForm input[type="radio"]:checked {
  accent-color: linear-gradient(
    90deg,
    #797065 0%,
    #d4c3b1 48.27%,
    #6d645b 100%
  );
}

.register-form input:active,
.contactForm input:active {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    #6e655c 0%,
    #ccbcab 47.5%,
    #796f65 100%
  );
}

.register-form input:focus,
.contactForm input:focus {
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    #6e655c 0%,
    #ccbcab 47.5%,
    #796f65 100%
  );
  color: var(--white);
}

.register-form input:-internal-autofill-selected {
  background-color: transparent !important;
}

.register-form input::placeholder {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
}

.register-form button,
.contactForm button {
  border-radius: 58px;
  border: 1px solid #6e655c;
  box-shadow: 0px 0px 21.6px var(--sds-size-depth-800) rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #d3c1b0 -18.04%, #796f65 80.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline-flex;
  padding: 12px 24px;
  letter-spacing: 7px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.formleft {
  padding: 60px 0 0 40px;
}

.blackzigzag {
  position: relative;
  padding: 115px 0 190px;
}

.blackzigzag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--black);
  border: 1px solid #000; */
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: -11;
}

.heading-linear {
  background: linear-gradient(180deg, #d3c1b0 -18.04%, #796f65 80.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 9.6px;
}

.slick-slide {
  margin-right: 20px; /* Adjust spacing between slides */
  position: relative;
}

.slick-list {
  overflow: visible; /* Ensures the next slide is visible */
}

.slick-track {
  display: flex; /* Ensures proper alignment */
}

/* Style for arrows */
.slick-prev,
.slick-next {
  top: 120% !important;
  border-radius: 66px;
  border: 1px solid #797065 !important;
  width: 47.466px !important;
  height: 47.466px !important;
  padding: 10px !important;
}

.zigzag .slick-prev {
  left: 40% !important;
}

.zigzag .slick-next {
  right: 47% !important;
}

.mt-200 {
  margin-top: 200px;
}

.zigzag .slick-slide::before,
.zigzag_Right .slick-slide::before,
.zigzag_full .slick-slide::before,
.fullImg .slick-slide::before {
  content: "";
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.64%, #000 100%); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 43.64%,
    rgb(0 0 0 / 65%) 100%
  );
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.zigzag_Text .slick-prev {
  left: 37% !important;
}

.zigzag_Text .slick-next {
  right: 45% !important;
}

.zigzag_Right .slick-dots li button {
  border-radius: 12px;
  background: linear-gradient(
    168deg,
    #796f65 -10.05%,
    #d3c1b0 57.57%,
    #796f65 125.18%
  );
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.zigzag_Right .slick-dots li.slick-active button {
  border-radius: 8px;
  background: #5b5b5b;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.zigzag_Right .slick-dots li {
  width: auto;
}

.zigzag_full .slick-prev {
  left: 44% !important;
}

.zigzag_full .slick-next {
  right: 47% !important;
}

.zigzag_Right .slick-prev {
  transform: translate(0, -120%);
  left: 40%;
}

.zigzag_Right .slick-next {
  transform: translate(0, -120%);
  right: 40%;
}

.visinory .zigzag_Right .slick-prev,
.visinory .zigzag_Right .slick-next {
  transform: translate(0, -210%);
}

.zigzag_full .slick-prev {
  transform: translate(0, -100%);
}

.zigzag_full .slick-next {
  transform: translate(0, -100%);
}

.amenity {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.amenity .amenity-num {
  text-align: end;
  width: 200px;
}

.amenity .amenity-num p span.bigNumber {
  background: linear-gradient(180deg, #d3c1b0 -18.04%, #796f65 80.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Outfit;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 19.2px;
}

.amenity .amenity-num p span.timeinminute {
  background: linear-gradient(180deg, #d3c1b0 -18.04%, #796f65 80.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.amenityDesc {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5.4px;
}

.amenityDescWidth {
  width: 280px;
}

.flextitle {
  display: flex;
  justify-content: space-between;
}

.flextitle a {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
}

.flexradio label {
  color: #ccbcab;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.flexradio span {
  color: #ccbcab;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  display: flex;
  align-items: center;
}

.flexradio {
  display: flex;
  align-items: center;
  gap: 60px;
}

.arrowForm {
  position: relative;
  background: #252629;
  height: 900px;
}

.arrowForm::before {
  content: "";
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 43.64%,
    rgba(0, 0, 0, 0.6) 100%
  );
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: -1; */
}

.scroll-down img {
  animation: wheelAnimation 1s infinite;
}

/* Wheel animation */
@keyframes wheelAnimation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.whitelayer {
  position: relative;
}

.whitelayer::before {
  content: "";
  background-image: url(../img/harmony-white.png);
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.visinory {
  position: relative;
  padding-bottom:150px;
}

.visinory::before {
  content: "";
  background-image: url(../img/visinorybg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pinbg {
  position: relative;
}

.pinbg::before {
  content: "";
  background-image: url(../img/footerbg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_Form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  z-index: 99999;
}
