/* .sticky-top {
  transition: all 0.3s ease-in;
  height: 100px;
}

.stuck .sticky-top {
  height: 60px;
} */

/*Font css configuration*/
@font-face {
  font-family: "Azalea";
  src: url("../fonts/Azalea.6f5c6c0cc44d.woff");
}

.urbanist-bold {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/*form section*/
