/*====================>>>    home page start    <<<======================= */

.heroSection {
  height: 100vh;
  background-image: url("../img/hero-bg.jpg") ;
  background-size: cover;
  padding: 0px;
}

.heroSection a {
  color: white;
  background: #34b7a7;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  text-decoration: none;
}

.heroSection a:hover {
  color: white;
  background: #27897e;
}

.heroSection h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.heroSection p {
  margin: 10px 0 0 0;
  font-size: 24px;
  color: var(--heading-color);
}
