* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-family: "Poppins", "sans-serif";
  color: #fff;
  letter-spacing: 0.5px;
}

#hero {
  min-height: 75vh;
  background-image: url("../images/pic1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#contact {
  background-image: url("../images/pic1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#features .price_modal_btn:hover {
  transform: scale(1.1);
  opacity: 0.7;
  transition: all 1s ease;
}

@media (max-width: 600px) {
  #hero {
    min-height: 100vh;
  }
  #hero img {
    height: 250px;
    width: auto;
  }
  #about .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
