
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Urbanist', sans-serif;
}

h1{
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.28px;
  width: 510px;
}

h2{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  text-transform: capitalize;
  padding-left: 2px;
}

h3{
  color: #2E2E2E;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.96px;
}

h3 span{
  color: #2A9D8F;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}

h4{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-transform: capitalize;
}

h5{
  color: #2E2E2E;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  text-transform: capitalize;
}

h6{
  color: #2A9D8F;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  text-transform: capitalize;
}

h6 span{
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-transform: capitalize;
}

p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

#hero {
  padding: 0 20px;
  background: url("../images/hero.png") top center / cover no-repeat;
  color: #fff;
  height: 871px;
}

.hero-header {
  margin: 20px 0px 0px 0px;
  padding-bottom: 20px;
  border-bottom: 0.8px solid #DDD;
  background: rgba(0, 0, 0, 0.00);
  backdrop-filter: blur(2.5px);
}

.hero-menu > li {
  margin-right: 22px;
  margin-top: 10px;
}

.hero-menu > li:last-child {
  margin-right: 0;
}

.hero-menu > li > a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.hero-menu > li > a:hover,
.hero-menu > li.active > a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.hero-content {
  padding:150px 10px 150px 10px;
  text-align: left;
}

.hero-bottom {
  gap: 10px;
  flex-direction: column;
  display: flex;
  width:503px;
  padding: 30px 18px 0px 18px;
}

.btn{
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #fff;
  padding: 12px 18px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;

}

.btn:hover{
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #2A9D8F;
  color: #fff;          
  text-decoration: none; 
}

.btn1{
  margin-top:30px;
}

/* About section */

#about {
  background: url("../images/about-bg.png") top right no-repeat;
  position: relative;
  overflow: hidden;
}

#about p{
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  text-transform: normal;
  padding-right: 79px;
}

#about .img-box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#about .col-lg-6 {
  padding:0px;
}

#about .row {
  display: flex;
  margin:0px;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  padding: 0px;
}

.icon-wrap img {
  width: 42px;
  height: 42px;
}

#about .feature-grid{
  display: flex;
  margin: 0px;
  flex-direction: column;
  align-content: flex-start;
  padding: 0px;
  align-items: flex-start;
}

#about .col-sm-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  gap: 100px;
  padding:40px 0px;
}

#about .card{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  gap: 83px;
  padding: 30px 0px 60px 0px;
}

.about-btn {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #2A9D8F;
  padding: 12px 18px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}

.about-btn:hover {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #1D6D63;
  color:#fff;
  text-decoration: none;
}

.agent-photo {
  width: 721.672px;
  height:850px;
}

/* 3rd section */

#trusted-local {
  background-color: #EAE2D6;                       
  background-image: url('../images/Trusted-bg.png'); 
  background-repeat: no-repeat;                    
  background-position: 0% 130%;                    
  padding: 100px 0;
}

#trusted-local p{
  color: #6D6D6D;
  margin-right:90px;
  margin-bottom: 50px;
}

#trusted-local a{
  text-decoration: none;
}


#trusted-local h3{
  margin: 0px;
}

#trusted-local h4{
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  text-transform: lowercase;
}

#trusted-local h4 span{
  color: #2A9D8F;
}

.lets-find-home-btn{
  margin-top: 55px;
}

.img-fluid{
  padding-left: 80px;
}


/* last section */
#get-listings{
  background:url('../images/get-listings-bg.png') bottom center no-repeat;
  padding:80px 0px;
  text-align:left;
  background-size:cover;
  height: 735px;
}

#get-listings h3{
  color: #FFF;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
  padding-right: 100px;
}

#get-listings p{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  text-transform: normal;
  padding-right: 51px;
}

#get-listings .btn{
  margin-top:20px;
}

/* footer */
#footer {
  background: #2A9D8F url("../images/footer-bg.png") bottom center no-repeat;
  padding: 80px 0px 30px 0px;
}

.social-icons a {
  color: #fff;
  padding: 13px;
  font-size: 18px;
}

#footer p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-top: 100px;
}

#footer .btn{
  margin-top: 30px;
  margin-bottom: 60px;
}

/*  Form */
#leadFormModal .modal-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: none;
}

#leadFormModal .modal-header {
  border: none;
  padding-bottom: 0;
}

#leadFormModal .modal-title {
  font-size: 22px;
  font-weight: bold;
  color: #2E2E2E;
}

#leadFormModal .form-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 25px;
  color: #2E2E2E;
}

#leadFormModal .form-control {
  color: #2E2E2E;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
  height: 44px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 14px;
}

#leadFormModal .form-control:focus {
  border-color: #2A9D8F;
  outline: none;
  box-shadow: 0 0 5px rgba(42, 157, 143, 0.2);
}

#leadFormModal .checkbox {
  margin-bottom: 20px;
}

#leadFormModal .checkbox input[type="checkbox"] {
  margin-top: 1px;
}

#leadFormModal .checkbox label {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
}

#leadFormModal .btn-submit{
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #2A9D8F;
  padding: 12px 18px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}

#leadFormModal .btn-submit:hover {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #1D6D63;
  color:#fff;
  text-decoration: none;
}


/* Tablet */
@media(max-width:1024px){  
  .hero {
    padding: 0px;
  }

  #about {
    padding-top: 100px;
    background: url(../images/about-bg.png) bottom center no-repeat;
    position: relative;
    overflow: hidden;
  }

  #about .row{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  #trusted-local .row{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 12px;
  }

  .img-fluid{
    padding-left: 0px;
    width:100%;
    margin-top: 50px;
  }

  #get-listings{
    padding: 80px 12px;
  }
}


/* Mobile */
@media(max-width:767px){
  .container {
    padding: 0px;
    overflow: hidden;
  }

  h1{
  width: 100%; 
  font-size: 50px;
  }

  h3{
    font-size: 35px;
  }

  h3 span{
    font-size: 35px;
  }

  .hero{
  height: auto;
  }

  .hero-content{
  padding: 50px 10px;
  }

  .hero-bottom{
  width: 100%;
  }
  
  .hero-toggle{
    display:inline-block;
    margin-top: 5px;
  }    

  .hero-header{
    position:relative;
    z-index:10;
    padding: 0px 40px 20px 0px;
  }  

  .hero-menu{
    position:fixed;
    top:60px;
    left:0;
    right:0;
    max-height:0;
    overflow:hidden;
    background:#fff;                             
    z-index:99;
    transition:max-height .35s ease;
    text-align:center;
  }

  .hero-menu.menu-open{
    max-height:320px;
  }        

  .hero-menu li{
    display:block;
    width:100%;
  }

  .hero-menu li a{
    display:block;
    padding:0px;
    font-size:18px;
    color:#000;
    padding: 10px;
  }
  
  .hero-menu li a:hover{
    color:#000;      
  }            

  .hero-toggle{
    display:none;                      
    width:34px;
    height:26px;
    padding:0;
    border:0;
    background:transparent;
  }

  .hero-toggle span{
    display:block;
    width:100%;
    height:2px;
    margin:6px 0;
    background:#fff;                    
    transition:all .3s ease;
  } 

  .hero-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}
  .hero-toggle.open span:nth-child(2){opacity:0;}
  .hero-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

  #about{
    padding: 40px 0px 0px 0px;
  }

  #about p{
    padding: 0px;
  }

  #about .col-sm-6 {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    gap: 30px;
    padding: 30px 0px 0px 0px;
    flex-wrap: wrap;
  }

  #about .feature-grid{
    margin-bottom: 40px;
  }
  .agent-photo {
    width: 100%;
    height: 400px;
  }

  #trusted-local{
    padding: 40px 0px;
  }

  #trusted-local p {
    color: #6D6D6D;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  #get-listings{
    padding: 40px 12px 60px 12px;
    height: auto;
  }

  #get-listings h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1.28px;
    padding-right: 0px;
  }

  #get-listings p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: normal;
    padding-right: 0px;
  }

  #footer{
    background: #2A9D8F url(../images/footer-bg.png) bottom left no-repeat;
    padding: 50px 20px 30px 20px;
  }
}

form img {
  display: none;
}

#submitButton {
  display: block;
  margin: 0 auto;
}

#form-thanks {
  display: none;
}

#loadingGraphic {
  display: none;
  padding: 2px 0 3px; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #2A9D8F;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #2A9D8F;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #2A9D8F;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #2A9D8F;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }