.banner {
  margin: 5% 0 0;
  height: 80vh;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}

h1,
h3 {
  margin: 0;
}

.banner-bg {
  position: absolute;
  /* z-index: 0;
  display: flex;
  justify-content: start; */
  /* width:96%; */
  /* margin-left: 5%; */
  width: 100vw;
}

.banner-bg img {
  /* width: calc(100% - 5%); */
  height: 600px;
  width: 100vw;
}

.banner-content {
  position: absolute;
  bottom: 15%;
  right: 5%;
  transform: translate(-15%, -5%);
  z-index: 10;
  color: #fff;
}

.banner-content h1 {
  font-size: 3rem;
}

.developer-section {
  background: #f37529;
  color: #fff;
  display: flex;
  text-align: justify;
}

.developer-section-content {
  flex: 1 1 50%;
  padding: 10% 0 4% 5%;
  line-height:50px
}

.developer-section-image {
  flex: 1 1 50%;
  width: 100%;
  height: 100%;
  padding-top: 4%;
  display: flex;
  justify-content: center;
}

.developer-section-image img {
  width: 80%;
  height: 80%;
}

.developer-section h1 {
  color: #fff;
  font-size: 4rem;
}

.developer-section h3 {
  font-size:40px;
  text-align: left !important;
}

.developer-section p {
  font-size: 20px;
  word-spacing: 0.8rem;
  line-height: 3rem;
  color: #fff;
}

.developer-amenities-section {
  color: white;
  text-align: center;
  margin: 5% 10% 0;
}

.developer-amenities {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5% 0 0;
}

.hr1 {
  margin-top: 2%;
  width: 30%;
}

.icons {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1% 0;
}

.developer-amenities-section h1 {
  font-size: 2rem;
}

.icons p {
  font-size: 1.4rem;
  word-spacing: 0.3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .banner-bg {
    margin: 0;
    width: 100%;
  }

  .banner-bg img {
    width: 100%;
    height: 80vh;
  }

  .banner-content {
    position: absolute;
    bottom: 10%;
    right: 5%;
    transform: translate(-5%, -10%);
  }

  .developer-section-content {
    padding: 0 5%;
  }


  .banner-content h1 {
    font-size: 1.4rem;
  }

  .developer-section {
    padding: 10% 0 0;
    line-height: 4rem;
    flex-direction: column;
  }

  .developer-section h1 {
    font-size: 3rem;
  }

  .developer-section h3 {
    font-size:20px;
    line-height: 3rem;
    margin-bottom: 5%;
    text-align: center;
  }

  .developer-section p {
    margin: 0;
    font-size: 1.1rem;
    word-spacing: normal;
  }

  .developer-amenities-section {
    margin-top: 10%;
  }

  .developer-amenities-section h1 {
    font-size: 1.5rem;
  }

  .developer-amenities .icons img {
    width: 50%;
  }

  .icons {
    width: 100px;
    height: 100px;
    margin: 5% 7% 10%;
  }

  .developer-amenities .icons p {
    font-size: 0.7rem;
  }
}
