/* $header-img: "../../resources/imgs/hero-img.svg"; */
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  color: #091638;
}

h6 {
  font-size: 18px;
  margin: 0;
}

h5 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #e4e4e4;
  cursor: pointer;
  /* border-bottom: 1px solid #555; */
}

button {
  background-color: #328C4F;
  border-radius: 5px;
  border: 2px solid #328C4F;
  padding: 14px 17px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  transition: border-color 0.4s, background-color 0.4s;
}

button:hover {
  cursor: pointer;
  background-color: #4AB46C;
  border-color: #4AB46C;
}

input[type="text"], input[type="email"] {
  padding: 14px;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

input[type="text"]::placeholder, input[type="email"]::placeholder {
  opacity: 0.5;
}

/* label{
  display: inline-block;
  text-align: right;
  margin-bottom: 15px;  
  font-weight: normal;
  color: $header-color;
} */
.mng-lstng-btn {
  border: 2px solid #328C4F;
  background-color: transparent;
  color: #328C4F;
  transition: color 0.4s, border-color 0.4s;
}

.mng-lstng-btn:hover {
  border-color: #4AB46C;
  color: #4AB46C;
  background-color: transparent;
}

/* $header-img: "../../resources/imgs/hero-img.svg"; */
@media screen and (max-width: 1700px) {
  header .header-hero {
    flex: 90%;
  }
  header .header-hero .header-dots {
    top: 160px;
    left: 530px;
  }
  header .header-hero .header-socials {
    margin-left: 450px;
  }
  header .header-hero .header-chat {
    bottom: 7%;
    right: 7%;
  }
  header .header-base {
    left: 40px;
    top: 180px;
    width: 715px;
  }
  header .header-base .header-base-container > .base-features > .base-button a {
    width: 603px;
  }
  header .header-logo {
    flex: 10%;
    margin: 49px 50px 100px;
    width: 400px;
  }
  header .header-logo img {
    margin-right: 0;
    width: 400px;
  }
  .hero-nav li {
    margin-left: 20px;
  }
  .hero-nav .search-nav {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .why-us {
    margin-right: 50px;
  }
  .why-us .why-us-child .why-us-left .left-head .green-box {
    height: 400px;
    width: 280px;
  }
  .why-us .why-us-child .why-us-left .left-head img {
    left: 100px;
    top: 60px;
    width: 380px;
    height: 286px;
  }
  .why-us .why-us-child .why-us-right .social-links .social-links-child {
    margin-right: 40px;
  }
  .about p {
    margin: 50px;
  }
  .listings {
    overflow: hidden;
    margin: 90px 100px;
    width: 90%;
  }
  .testimonials {
    margin: 135px 100px 50px 100px;
  }
  .faq {
    margin: 135px 100px 50px 100px;
  }
  footer {
    margin: 90px 100px;
  }
  footer .footer-first .footer-nav li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1415px) {
  header .header-hero .header-socials {
    margin-left: 420px;
  }
  header .header-hero .header-chat {
    right: 100px;
    bottom: 90px;
  }
  header .header-logo {
    margin: 49px 50px;
  }
  header .header-logo img {
    width: 300px;
  }
  header .header-base h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  header .header-base .header-base-container > .base-features .header-title {
    font-size: 20px;
  }
  header .header-base .header-base-container > .base-features .header-title span {
    font-size: 25px;
  }
  header .header-base .header-base-container > .base-features .header-features label, header .header-base .header-base-container > .base-features .header-features label > span {
    font-size: 16px;
  }
  header .header-base .header-base-container > .base-features .base-button a {
    width: 603px;
  }
  .hero-nav > li {
    margin-left: 15px;
  }
  .why-us {
    margin-right: 20px !important;
  }
  .why-us .why-us-child .why-us-right .social-links .social-links-child {
    margin-right: 30px;
  }
  footer {
    margin: 90px 50px;
  }
}

@media screen and (max-width: 1310px) {
  header {
    display: block;
  }
  header .menu-nav {
    display: block;
  }
  header .header-logo {
    margin: 0;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
    transition: 0.5s;
  }
  header .header-logo .menu {
    display: block;
  }
  header .header-hero {
    margin-top: 110px;
    border: 1px solid transparent;
    height: 90vh;
  }
  header .header-hero nav .center .hero-nav {
    display: none;
  }
  header .header-hero .header-dots {
    display: none;
  }
  header .header-hero .header-chat {
    display: none;
  }
  header .header-hero .header-socials {
    display: none;
  }
  header .header-base {
    top: 5%;
    left: 2%;
    transition: 0.5s;
    height: 850px;
    background-color: rgba(252, 252, 252, 0.95);
  }
  header .header-base .header-base-container {
    display: block;
    width: 100%;
  }
  header .header-base .header-base-container .base-call {
    float: right;
    margin: 0;
    transform: scaleX(-1);
    margin-right: 15px;
  }
  header .header-base .header-base-container .base-call h1 span {
    margin: 0;
  }
  header .header-base .header-base-container .base-call .mobile-header-chat-btn {
    display: block;
  }
  header .header-base .header-base-container .base-call .mobile-header-chat-btn a img {
    width: 55px;
  }
  header .header-base .header-base-container .base-features {
    margin-top: 0;
    margin-left: 20px;
    padding-right: 10%;
    height: 700px;
  }
  header .header-base .header-base-container .base-features .mobile-header-btn {
    display: inline-block;
  }
  header .header-base .header-base-container .base-features .mobile-header-mng-listing-btn {
    display: inline-block;
  }
  header .header-base .header-base-container .base-features .header-features label {
    font-size: 20px;
  }
  header .header-base .header-base-container .base-features .header-features label i {
    margin-right: 15px;
  }
  header .header-base .header-base-container .base-features .header-features span {
    font-size: 20px;
  }
  header .header-base .header-base-container .base-features .base-button {
    display: none;
  }
  header .header-base .header-base-container .base-features p {
    margin: 10px 0 10px 0;
  }
  .why-us {
    margin-right: 20px !important;
  }
  .why-us .why-us-child .why-us-left .why-paragraph {
    width: 400px;
  }
  footer .footer-first .footer-nav li {
    margin-left: 20px;
  }
  footer .footer-note .footer-socials {
    margin: 80px auto;
  }
}

@media screen and (max-width: 1220px) {
  .mobile-header-socials {
    display: block;
  }
  .why-us .why-us-child .why-us-left .left-head .green-box {
    width: 70%;
  }
  .why-us .why-us-child .why-us-left .left-head img {
    left: 10%;
    top: 60px;
    width: 100%;
    height: 70%;
    border-radius: 20px;
  }
  .why-us .why-us-child .why-us-left .why-paragraph {
    width: 80%;
  }
  .about {
    margin: 180px 50px;
  }
  .testimonials {
    overflow: hidden;
  }
  footer {
    margin: 90px 10px;
  }
  footer .footer-first .footer-logo {
    float: none;
    width: 400px;
    margin: 0 auto;
  }
  footer .footer-first .footer-logo img {
    width: 100%;
    height: 100%;
  }
  footer .footer-first .footer-btn {
    float: none;
    display: block;
    position: relative;
    top: 120px;
    left: 50%;
    transform: translateX(-15%);
  }
  footer .footer-first .footer-nav {
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-first .footer-nav li {
    margin-left: 50px;
  }
  footer .footer-note {
    margin-top: 150px;
  }
}

@media screen and (max-width: 800px) {
  p {
    line-height: 150%;
  }
  header .header-logo img {
    width: 350px;
  }
  header .header-base {
    width: 95%;
  }
  header .header-base .header-base-container .base-features h1 {
    font-size: 30px;
    margin-right: 70px;
  }
  header .header-base .header-base-container .base-features h1 span {
    font-size: 30px;
  }
  header .header-base .header-base-container .base-features .header-features label {
    font-size: 17px;
  }
  header .header-base .header-base-container .base-features .header-features label i {
    margin-right: 15px;
  }
  header .header-base .header-base-container .base-features .header-features span {
    font-size: 17px;
  }
  .why-us {
    display: none;
  }
  .mobile-why-us {
    display: block;
    margin: 50px 5px;
    text-align: center;
    color: #091638;
  }
  .mobile-why-us p {
    font-size: 25px;
  }
  .mobile-why-us p span {
    color: #3ba55d;
    font-weight: 600;
  }
  .mobile-why-us .why-us-img {
    margin-bottom: 80px;
    position: relative;
    z-index: -1;
  }
  .mobile-why-us .why-us-img .top-text {
    position: relative;
    top: 90px;
    left: 5%;
    font-size: 20px;
    color: #FFFFFF;
    width: 300px;
  }
  .mobile-why-us .why-us-img .top-text span {
    font-weight: bold;
    color: #FFFFFF;
  }
  .mobile-why-us .why-us-img .green-box {
    margin-left: -5px;
    background-color: #328C4F;
    border: 1px solid #328C4F;
    height: 484px;
    width: 399px;
    background-image: url("../../resources/imgs/green-rectangle.svg");
    z-index: 0;
  }
  .mobile-why-us .why-us-img img {
    border-radius: 20px;
    z-index: 1;
    position: absolute;
    left: 5%;
    top: 30%;
    width: 431px;
    height: 337px;
  }
  .mobile-why-us .list-your-home-btn {
    margin: 60px auto 0 auto;
  }
  .mobile-why-us .model-lst > div {
    text-align: left;
    border: 1px solid #F3F3FA;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px;
  }
  .mobile-why-us .model-lst > div h6 {
    font-size: 22px;
  }
  .mobile-why-us .model-lst > div h6 i {
    margin-right: 20px;
  }
  .mobile-why-us .model-lst > div p {
    margin: 20px 0 0 40px;
    font-size: 20px;
    line-height: 130%;
  }
  .mobile-why-us .social-links {
    margin-top: 50px;
  }
  .mobile-why-us .social-links .share-us {
    color: #328C4F;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 50px;
    font-family: 'Merriweather';
    margin-right: 20px;
  }
  .mobile-why-us .social-links .social-links-child {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    background-color: #F6F6F6;
    padding: 1px;
    color: #000000;
    margin: 20px 30px 20px 0;
  }
  .mobile-why-us .social-links .social-links-child a {
    color: #000000;
  }
  .mobile-why-us .why-paragraph {
    justify-content: center;
    margin: 30px auto;
  }
  .mobile-why-us .why-paragraph p {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #091638;
  }
  .mobile-why-us .why-paragraph p span {
    color: #091638;
    font-family: sans-serif;
    font-weight: 700;
  }
  .about {
    background-color: #328C4F;
    margin: 0;
    padding: 50px 0;
  }
  .about h2, .about p {
    color: #FFFFFF;
  }
  .about p {
    font-size: 20px;
    margin: 20px 30px;
  }
  .about .about-btn {
    display: none;
  }
  .about .about-fsbo {
    display: block;
  }
  .about .about-fsbo .about-col img {
    filter: brightness(0) invert(1);
  }
  .about .about-fsbo .about-col p {
    padding: 0px 50px 30px 50px;
  }
  .listings {
    display: none;
  }
  .mobile-listings {
    display: block;
    color: #091638;
    text-align: center;
    margin: 50px 10px;
  }
  .mobile-listings .listings-btn-ghost {
    margin: 30px auto;
  }
  .mobile-listings .listings-btn-ghost .btn-ghost {
    background-color: #FFFFFF;
    color: #328C4F;
    border: 2px solid #328C4F;
    padding-right: 50px;
    padding-left: 50px;
  }
  .mobile-listings .listings-subheading {
    font-size: 20px;
    margin: 30px 50px;
  }
  .mobile-listings .items-list {
    margin: 20px 0;
    text-align: left;
  }
  .mobile-listings .items-list .sold-item {
    box-shadow: 2px 4px 20px 7px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 20px;
  }
  .mobile-listings .items-list .sold-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .mobile-listings .items-list .sold-item h5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .mobile-listings .items-list .sold-item p {
    font-weight: 700;
    color: #3ba55d;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .mobile-listings .items-list .sold-item span {
    color: #141B2D;
    font-size: 20px;
  }
  .testimonials {
    margin: 50px 20px;
    text-align: center;
  }
  .testimonials .testimonials-lst {
    display: block;
  }
  .testimonials .testimonials-lst .testimonial-flex {
    margin: 0 auto;
  }
  .testimonials .testimonials-lst .testimonial-flex .test-child {
    padding: 30px;
  }
  .faq {
    margin: 50px 20px;
    text-align: center;
  }
  .subscription {
    padding: 70px 0 0 0;
    display: block;
    text-align: center;
  }
  .subscription .subscription-icon {
    margin: 0 auto;
  }
  .subscription .subscription-subheading {
    font-size: 20px;
  }
  .subscription .subscription-form input[type="submit"], .subscription .subscription-form input[type="email"] {
    width: 100%;
    margin: 20px auto 50px auto;
  }
  .subscription .subscription-form input[type="email"] {
    margin: 0 auto;
    font-size: 20px;
  }
  footer .footer-first .footer-btn {
    top: 0px;
    margin-top: 30px;
  }
  footer .footer-first .footer-nav {
    display: none;
  }
  footer .footer-first .footer-btn {
    transform: translateX(-20%);
  }
  footer .footer-note {
    margin: 0 20px;
  }
  footer .footer-note .row p {
    font-size: 20px;
  }
  footer .footer-note .footer-socials {
    margin-bottom: 30px;
  }
  footer .footer-note .footer-socials .soc {
    display: inline-block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  header .menu-nav li {
    width: 70%;
  }
  header .header-logo {
    width: 100%;
  }
  header .header-logo img {
    width: 250px;
  }
  header .header-logo .menu {
    width: 50px;
    margin-right: 0;
  }
  header .header-logo .menu button i {
    width: 30px;
  }
  header .header-base {
    width: 95%;
  }
  header .header-base .header-base-container .base-features p {
    font-size: 17px;
  }
  header .header-base .header-base-container .base-features p span {
    font-size: 17px;
  }
  header .header-base .header-base-container .base-features p i {
    margin-right: 5px;
    background-size: 70%;
    background-repeat: no-repeat;
  }
  header .header-base .header-base-container .base-features h1 {
    font-size: 25px;
  }
  header .header-base .header-base-container .base-features h1 span {
    font-size: 25px;
  }
  header .header-base .header-base-container .base-features .mobile-header-btn button, header .header-base .header-base-container .base-features .mobile-header-mng-listing-btn button {
    font-size: 14px;
    padding: 10px 12px;
  }
  header .header-base .header-base-container .base-features .header-features label {
    font-size: 15px;
  }
  header .header-base .header-base-container .base-features .header-features label i {
    margin-right: 15px;
  }
  header .header-base .header-base-container .base-features .header-features span {
    font-size: 15px;
  }
  .mobile-why-us p {
    font-size: 20px;
  }
  .mobile-why-us .welcome-paragraph {
    margin: 20px;
  }
  .mobile-why-us .why-us-img .green-box {
    height: 430px;
  }
  .mobile-why-us .why-us-img img {
    top: 36%;
    left: 5%;
    width: 90%;
    height: auto;
  }
  .mobile-why-us .model-lst > div h6 {
    font-size: 130%;
  }
  .mobile-why-us .model-lst > div p {
    font-size: 100%;
  }
  .mobile-why-us .why-paragraph {
    margin: 30px 20px;
  }
  .about .about-fsbo .about-col p {
    padding: 0px 10px 30px 10px;
  }
  .mobile-listings {
    margin: 50px 5px;
  }
  .mobile-listings .listings-subheading {
    font-size: 20px;
    margin: 30px 10px;
  }
  .testimonials {
    margin: 50px 5px;
  }
  .testimonials .testimonials-lst {
    display: block;
  }
  .testimonials .testimonials-lst .testimonial-flex {
    margin: 0 auto;
  }
  .testimonials .testimonials-lst .testimonial-flex .test-child {
    padding: 30px 15px;
    text-align: left;
  }
  .testimonials .testimonials-lst .testimonial-flex .test-child h5, .testimonials .testimonials-lst .testimonial-flex .test-child .test-location {
    text-align: center;
  }
  footer .footer-first .footer-logo img {
    width: 75%;
    height: auto;
  }
  footer .footer-first .footer-btn {
    left: 0%;
    transform: translateX(0%);
  }
  footer .footer-note .row p {
    font-size: 15px;
  }
  footer .footer-note .footer-socials .soc {
    display: inline-block;
    width: 100px;
    margin: 15px auto;
  }
  footer .footer-note .footer-socials .make-a-call {
    position: relative;
    left: -30px;
  }
}

@media screen and (max-width: 330px) {
  header .header-logo img {
    width: 200px;
  }
  header .header-base .header-base-container .base-features h1 {
    font-size: 20px;
  }
  header .header-base .header-base-container .base-features h1 span {
    font-size: 20px;
  }
  header .header-base .header-base-container .base-features .header-features label {
    font-size: 12px;
  }
  header .header-base .header-base-container .base-features .header-features span {
    font-size: 12px;
  }
  .mobile-header-socials .mobile-socials span {
    font-size: 15px;
    margin-right: 5px;
  }
}

@media screen and (max-height: 800px) {
  header {
    height: 155vh;
  }
  header .header-hero {
    height: 140vh;
  }
  header .header-base {
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.07);
  }
  header .header-base .header-base-container .base-features {
    height: 650px;
  }
}

@media screen and (max-height: 560px) {
  header {
    height: 200vh;
  }
  header .header-hero {
    height: 190vh;
  }
}

@media screen and (max-height: 400px) {
  header {
    height: 220vh;
  }
  header .header-hero {
    height: 200vh;
  }
}

@media screen and (max-height: 375px) {
  header {
    height: 250vh;
  }
  header .header-hero {
    height: 230vh;
  }
}
