@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&family=Poppins:wght@100;200;300;400;600;700;800&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/3/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.v2.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/theme-color/brand.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/pro-agent-bundle/ps.css");

/* Your Custom CSS */
:root {
  --primary-brand-color: #000000;
  --primary-rgb-brand-color: 0, 0, 0;
  --secondary-brand-color: #222222;
  --heading-font: "Poppins", sans-serif;
  --alt-heading-font: "Cinzel", serif;
  --text-font: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h5 span,
h2 span {
  font-weight: 200 !important;
}
.custom-top {
  min-height: unset !important;
}
#home-bodycontent .cover-overlay {
  opacity: 0.5 !important;
}
#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
}
#home-bodycontent #testimonials-carousel {
  border-top: 10px solid var(--secondary-brand-color);
  border-bottom: 10px solid var(--secondary-brand-color);
}
@media only screen and (min-width: 992px) {
  #header .nav-primary > li > a {
    font-size: 0.7rem !important;
  }
}
#about-agent img {
  max-width: 280px;
  max-height: 280px;
}

body.header-transparent #header .logo.primary {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#home-bodycontent .cover-title {
  max-width: 1140px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.25s ease;
  top: 60%;
}
#home-bodycontent .cover-title-inner {
  opacity: 1;
}
#home-bodycontent .hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left !important;
  max-width: unset !important;
}
#home-bodycontent .hero-wrapper h1 {
  letter-spacing: 2.9px;
  text-align: left !important;
  font-size: 3.5rem !important;
  font-weight: 200 !important;
  letter-spacing: 15px;
  font-family: var(--alt-heading-font) !important;
}
#home-bodycontent .hero-wrapper span:not(.fw-600) {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 15px;
  text-align: left !important;
}
#home-bodycontent .hero-wrapper a.btn {
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #fff;
  margin-bottom: 2rem;
}
.information-bar {
  display: none !important;
}
#home-bodycontent #horizontal-search {
  max-width: unset !important;
  padding-top: 1rem !important;
  margin-top: 0rem !important;
  background-color: #e2e3e4;
}
#home-bodycontent #selling,
#home-bodycontent #market-report {
  background-color: var(--primary-brand-color) !important;
  color: #fff;
  border-top: 15px solid var(--secondary-brand-color);
  border-bottom: 15px solid var(--secondary-brand-color);
}
#home-bodycontent #selling a.btn,
#home-bodycontent #market-report a.btn {
  border-color: #fff !important;
  color: #fff !important;
}
div#section .section-content.left {
  align-items: flex-start;
}
#section .section-content.left {
  text-align: left !important;
}
#section .section-content.left a.btn {
  margin-right: auto !important;
  border-color: #000 !important;
  color: #000 !important;
}
#section .section-content.left a.btn:hover {
  background-color: #222222 !important;
  color: #fff !important;
}
@media only screen and (max-width: 850px) {
  #section .section-content.left {
    text-align: center !important;
  }
  #section .section-content.left a.btn {
    margin: 0 auto !important;
  }
}
#featured-areas,
#home-bodycontent #section {
  background-color: #e2e3e4 !important;
}
#featured-areas a img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
#home-bodycontent #horizontal-search .location-form-group {
  width: 80%;
  padding-right: 0;
}
#home-bodycontent #horizontal-search .location-form-group input {
  min-height: 32px;
}
#home-bodycontent #horizontal-search #more-options,
#home-bodycontent #horizontal-search form ~ .row {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-bodycontent #horizontal-search .location-form-group {
    width: 100%;
    padding-left: 0;
  }
  #home-bodycontent #horizontal-search {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #home-bodycontent .form-group.col-xs-12.col-md-2.col-lg-2 {
    width: 100% !important;
    margin: 0 auto !important;
    display: inline-block;
  }
}
