@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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");

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", serif;
}
.accent {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.gold-color {
  color: #e8b237;
}
.bg-gold {
  background-color: #e8b237;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.hero {
  background: url("../assets/images/hero.jpg") no-repeat center center;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.btn-gold {
  background-color: #e8b237;
  color: #000;
  border: 1px solid #e8b237;
  cursor: pointer;
  text-decoration: none;
}
.btn-gold:hover {
  background-color: transparent;
  border: 1px solid #e8b237;
  color: #e8b237;
}
.btn-outline-gold {
  background-color: transparent;
  color: #e8b237;
  border: 1px solid #e8b237;
  cursor: pointer;
}
.btn-outline-gold:hover {
  background-color: #e8b237;
  color: #000;
}
.border-gold {
  border: 1px solid #e8b237;
}
.iti {
  display: block !important;
}

.range-container {
  position: relative;
}

input[type="range"] {
  width: 100%;
  margin: 20px 0 0 0;
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"] + label {
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 110px;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Chrome & Safari */
input[type="range"]::-webkit-slider-runnable-track {
  background: #e8b237;
  border-radius: 4px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e8b237;
  margin-top: -7px;
  cursor: pointer;
}

/* Firefox */
input[type="range"]::-moz-range-track {
  background: #e8b237;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e8b237;
  margin-top: -7px;
  cursor: pointer;
}

/* IE */
input[type="range"]::-ms-track {
  background: #e8b237;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgb(232, 178, 55);
  margin-top: -7px;
  cursor: pointer;
}
.card-image-container,
.image-card-inner {
  position: relative;
  overflow: hidden;
}
.card-image-container {
  clip-path: polygon(
    50px 0%,
    /* cut top-left */ 100% 0%,
    100% calc(100% - 50px),
    /* before bottom-right cut */ calc(100% - 50px) 100%,
    /* bottom-right cut */ 0% 100%,
    0% 50px
  );
  border-radius: 20px;
}
.location-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
.card-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 178, 55, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.house-card:hover .card-image-hover {
  opacity: 1;
}
.rof-bg {
  background: linear-gradient(
    135deg,
    rgba(56, 100, 5, 0.75) -25%,
    rgba(12, 41, 27, 0.75) 100%
  ) !important;
}
.avik-bg {
  background: linear-gradient(
    135deg,
    rgba(139, 8, 103, 0.75) 25%,
    rgba(223, 113, 193, 0.75) 100%
  ) !important;
}
.m2k-bg {
  background: linear-gradient(
    135deg,
    rgba(51, 77, 38) 25%,
    rgba(232, 178, 55, 0.75) 100%
  ) !important;
}
.cta {
  position: relative;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-image: url("./images/bgimage10.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.cta .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(232, 178, 55, 0.8),
    rgba(204, 137, 0, 0.8)
  );
  pointer-events: none;
}
.cta .content {
  position: relative;
  z-index: 1;
}
.cta .col-md-4:not(:last-child) {
  border-right: 1px solid #fff;
  border-bottom: none;
}
@media (max-width: 768px) {
  .cta .col-md-4:not(:last-child) {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}
.dislaimer {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
a {
  text-decoration: none;
}
.gold-gradient {
  background: linear-gradient(
    135deg,
    rgb(232, 178, 55),
    rgb(204, 137, 0)
  );
}
