@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaProRegular.woff") format("woff"), url("../fonts/SofiaProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro Extra';
  src: url("../fonts/SofiaPro-ExtraLight.eot");
  src: url("../fonts/SofiaPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-ExtraLight.woff") format("woff"), url("../fonts/SofiaPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro Ultra';
  src: url("../fonts/SofiaPro-UltraLight.eot");
  src: url("../fonts/SofiaPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-UltraLight.woff") format("woff"), url("../fonts/SofiaPro-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Sofia Pro';
  color: #333333;
  font-size: 1.5vw;
  font-family: 'Sofia Pro';
}


.absolute-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

  width: 100vw;
  height: 100vh;
}


/*applicant css*/
/* header */

.navbar {
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  height: 5rem;
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: space-around; */
}

.logo{
  width: 10vw;
  height: 4.5vh;
}

.links{
  display: flex;
  justify-content: flex-end;
}

.active{
  color: var(--highlight);
}

.links{
  font-size: 17px;
}

.links a {
  display: block;
  color: #f2f2f2;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
}

.navbar a:hover {
  color: var(--highlight);
}

header nav, .header-container{
  display: none;
}

/* Home */

.home{
  width: 100%;
  height: 100vh;
  background-image: url('../img/cover-paint.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
}

.home-address{
  
  height: 60vh;
  background-attachment: fixed;

  color: white;
  font-weight: 100;
}

.home-address h1{
  margin-top: 45rem;
}

.home-address p{
  margin-top: -3rem;
  font-size: 2rem;
}

.home-tagline{
  background-color: white;
  color: #3c3431;
  height: 40vh;
  text-align: center;
}

.tagline-container{
  width: 40%;
  margin: 0 auto;
  padding: 3rem;
}

.tagline-container h1{
  font-size: 4rem;
  font-weight: 900;
}

.tagline-container p{
  font-size: 1.8rem;
}

/* second sec */
.second{
  height: 100vh;

}

.top-col{
  height: 70vh;
  padding: 0;
}

.left-section{
  background-color: #f1f1f1;
  height: 70vh;
  margin: 0;
  color: black;
  padding: 8rem 5rem;
}

.left-section h1{
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 900;
}

.left-section p{
  font-size: 1.8rem;
}

.right-section{
  background-image: url(../img/cover-hash.jpg);
  background-repeat: no-repeat; 
  background-size: cover;
  height: 70vh;
  margin: 0;
}

.bot-col{
  height: 30vh;
}

.bot-container{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  
}

.bot-col h1{
  margin-top: 10rem;
  font-size: 4rem;
  font-weight: 900;
}

.bot-col p{
  font-size: 1.8rem;
}

/* third sec */
.third{
  height: 100vh;
  background-color: #f1f1f1;
}

.agents{
  margin: 2rem 0;
}

.third-container{
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
}

.third-container .card{
  display: flex;
  flex-direction: column;
  margin: 0;
}

.profile-pic-shane{
  background-image: url('../img/shane.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  height: 25rem;
  width: 35rem;
}

.profile-pic-diana{
  background-image: url('../img/diana.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  height: 25rem;
  width: 35rem;
}

.profile-details{
  background-color: white;
  font-size: 1.3rem;
  width: 35rem;
  padding: 2rem;
}

.profile-details h1{
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.profile-pos{
  padding-bottom: 0;
  margin: 0;
}

.profile-desc{
  text-align: left;
 
}

.profile-desc h1{
  margin-top: 5rem;
  font-size: 2rem;
}

.profile-desc p{
  font-size: 1.4rem;
}

/* fourth */
.fourth{
  height: 70vh;
  background-color: white;
  padding-bottom: 5rem;
}

.fourth-container{
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
}

.fourth .content{
  margin-top: 4rem;
}

.fourth .title h1{
  font-weight: 900;
  font-size: 4rem;
}


.fourth .title p{
  margin-top: 2rem;
  font-size: 1.8rem;
}

.fourth .content-details p{
  font-size: 1.8rem;
  width: 30rem;
} 

.fourth .content-details h1{
  font-size: 10rem;
  /* font-weight: 800; */
} 

.fourth .content-details .reduce{
  font-size: 4rem;
  font-weight: 900;
} 

.fourth .content{
  text-align: left;
}

/* fifth */
.fifth{
  background-color: #f1f1f1;
  height: 100vh;
}

.fifth-container{
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
}

.fifth .title h1{
  font-size: 4rem;
  font-weight: 900;
}

.fifth .title p{
  margin-top: 2rem;
  font-size: 1.8rem;
}

.fifth .cards{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fifth .card{
  background-image: url('../img/house.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  height: 30rem;
  width: 35rem;
  margin: 2rem 0;
}

.fifth .space{
  height: 20rem;
}

.fifth .card-details{
  background-color: white;
  color: black;
  padding:1rem;
}

.fifth .card-details p{
  font-size: 1.5rem;
}

.fifth .card-details .price{
  margin-bottom: 0;
}

.fifth .card-details span{
  font-size: 1.5rem;
  margin-right: 1rem;
}

/* seventh */
.seventh{
  height: 60vh;
}

.seventh .popcorn{
  background-image: url('../img/cover-pop.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  width: 50%;
  height: 100%;
}

.seventh-details{
  padding: 8rem 6rem ;
}

.seventh-details h1{
  font-size: 4rem;
  font-weight: 900;
}

.seventh-details p{
  font-size: 1.8rem;
  margin-top: 2rem;
}

/* eighth sec */

.eighth{
  height: 80vh;
  background-color: #f1f1f1;
}

.eighth-container{
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
}

.eighth h1{ 
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 8rem;
}

.eighth .flex{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
} 

.eighth .item{
  width: 20rem;
  height: auto;

} 

.eighth .item-title {
  text-align: center;
}

.eighth .item-title i{
  font-size: 10rem;
}

.eighth .item-title span{
  font-size: 1.8rem;
} 

.eighth .item .item-desc{
  text-align: left;
  font-size: 1.3rem
}

/* footer */

footer{
  height: auto;
}

.footer-container{
  width: 60%;
  margin: 0 auto;
}

footer p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 10rem 0;
}

footer .bottom{
  background-image: url('../img/footer.png');
  background-repeat: no-repeat; 
  background-size: cover;
  height: 30vh;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-logo{
  background-image: url('../img/logo-province.png');
  background-repeat: no-repeat;
  background-size: cover; 
  margin: 2rem 0;
  height: 5rem;
  width: 18rem;
}

footer .name{
  font-weight: 900;
  margin-top: 3rem;
}






