@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");

body,
a,
div,
p,
li {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}
.bowlby {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
strong {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.bold-orange{
font-color:#E05929 !important;
}

.hero-section {
  margin: 0 auto;
}
.hero-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-out;
}
.hero-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.hero-item {
  box-shadow: 0px 0px 21px #ccc !important;
  padding: 16px;
  transition: all 0.4s ease-in;
}
.hero-item:hover {
  box-shadow: 0px 0px 21px #333 !important;
  transition: all 0.4s ease-in;
}
.hero-item:hover img {
  transform: scale(1.2);
  transition: all 0.4s ease-in;
}

.hide-inner-input input {
  display: none;
}

.mt-12{
margin-top: 1.5rem !important;
}
