/*===========================================  
Default styling
*===========================================*/
*,
html,
:root {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
/*===========================================  
End of Default styling
*===========================================*/

/*===========================================  
Nav
*===========================================*/
.section__nav {
  height: 8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 18rem;
}

/*===========================================  
End of Nav
*===========================================*/
/*===========================================  
Hero
*===========================================*/
.section__hero {
  height: 60vh;
  display: flex;
  align-items: center;
  /* border-bottom: 2px solid #495057; */
  /* border-top: 2px solid #495057; */
}

.hero__bg {
  background: url("../images/hero-section/Hero-image__bg.jpg") no-repeat center
    center/cover;
  height: 60vh;
  width: 100%;
  z-index: -1;
}

.hero__item {
  width: 44%;
}

.hero__heading {
  font-size: 3.5rem;
  margin-bottom: 5rem;
}

a.hero__button {
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  height: 3rem;
  padding: 2rem 3rem;
}
/*===========================================  
End of Hero
*===========================================*/
/*===========================================  
We Renovate In 
*===========================================*/
.we-renovate-in__heading {
  width: 100%;
  color: #ee5354;
  font-size: 4.2rem;
  margin-bottom: 6rem;
}

.we-renovate-in__location-item {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.we-renovate-in__circle-icon {
  font-size: 1rem;
  line-height: 1;
  color: #ff9f43;
  margin-right: 1rem;
}

.we-renovate-in__location-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #212529;
}

.we-renovate-in__stats-row {
  padding: 8rem 0 4rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 3px solid #ee5354;
}

.we-renovate-in__stats-item {
  width: 33.3333%;
}

.stats-item__statistic-text {
  font-size: 4.8rem;
  color: #ee5354;
  font-weight: 800;
  margin-bottom: 1.3rem;
}

.stats-item__statistic-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}

.we-renovate-in__gallery-row {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0rem;
  padding-right: 0rem;
}

.we-renovate-in__gallery-item {
  width: 24%;
}

.gallery__img {
  width: 100%;
  border: 8px solid #fff;
}
/*===========================================  
End of We Renovate In 
*===========================================*/

/*===========================================  
Services
*===========================================*/

.section__services {
  height: 76vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services__bg {
  background: url("../images/services/services__bg.jpg") no-repeat center
    center/ cover;
  height: 77vh;
  width: 102%;
  z-index: -1;
  filter: blur(6.5px);
  opacity: 0.4;
}

.services__heading {
  width: 100%;
  color: #ee5354;
  font-size: 4.2rem;
  margin-bottom: 6rem;
}

.services__item-container {
  width: 33.333%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.service {
  width: 100%;
  display: flex;
  align-items: center;
}

.service__img-container {
  width: 8rem;
  height: 8rem;
  padding: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9f43;
  border-radius: 10rem;
  margin-right: 2rem;
  margin-left: 3.5rem;
}

.service__img {
  width: 100%;
}

.service__text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
/*===========================================  
End of Services
*===========================================*/

/*===========================================  
Contact Details
*===========================================*/
.contact__details-container {
  width: 45%;
}

.contact__heading {
  width: 100%;
  color: #ee5354;
  font-size: 4.2rem;
  margin-bottom: 6rem;
}

#map {
  width: 100%;
  height: 28rem;
  background-color: #f1f3f5;
  margin-bottom: 5rem;
}

.contact__item {
  margin-bottom: 1.8rem;
  padding: 1.8rem;
}

.contact__icon-container {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.contact__icon {
  font-size: 2.2rem;
  color: #fff;
  background: #ee5354;
  border-radius: 10rem;
  padding: 1rem;
  margin-right: 1.8rem;
}

.contact__icon-text {
  font-size: 1.9rem;
  font-weight: 500;
  color: #ee5354;
}

.contact__text {
  font-size: 1.6rem;
  font-weight: 600;
}

/*===========================================  
End of Contact Details
*===========================================*/

/*===========================================  
Contact Form
*===========================================*/

.contact__form {
  width: 46%;
  /* background-color: #ee5354; */
  margin-left: auto;
}

form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form-group__name {
  margin-bottom: 2rem;
}

.form-group__email {
  margin-bottom: 2rem;
}

.form-group__number {
  margin-bottom: 7rem;
}

.contact__label {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1.7rem;
}

.form-control {
  width: 100%;
  height: 3rem;
  padding: 2.2rem;
  padding: 1.8rem;
  font-size: 1.4rem;
}

.form-control__textarea {
  height: 15.8rem;
  line-height: 1.6;
  min-width: 100%;
  max-height: 15.8rem;
  margin-bottom: 3rem;
}

.checkbox {
  height: 4.5rem;
  width: 10.4rem;
  background: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #868e96;
  margin-bottom: 3rem;
}

.contact__btn {
  width: 100%;
  height: 5rem;
  background-color: #000;
  color: #fff;
  border: none;
}
/*===========================================  
End of Contact Form
*===========================================*/
