@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;1,200;1,900&display=swap");
.top-banner p {
  font-size: 14px;
}
.top-banner span {
  color: gray;
  margin-left: 2px;
  margin-right: 2px;
}

.social-media {
  align-content: center;
  font-size: 14px;
}
.social-media i {
  padding: 0px 9px 0px;
}
.social-media span {
  color: gray;
  margin-left: 2px;
  margin-right: 2px;
}

.content {
  width: 100%;
  padding: 60px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--main-color);
  transform: translateY(110%);
  transition: all 0.35s ease;
}
.content p {
  font-size: 16px;
  font-weight: 600;
}
.content p a {
  text-decoration: none;
  color: white;
}

.product-card1 {
  min-width: 10rem;
  min-height: 15rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/src/img/605941.jpg");
  background-size: cover;
  background-position: center;
}

.product-card1:hover .content {
  transform: translateY(20%);
}

.product-card2 {
  min-width: 10rem;
  min-height: 15rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/src/img/NEW SYSTEM-1.jpg");
  background-size: cover;
  background-position: center;
}

.product-card2:hover .content {
  transform: translateY(20%);
}

.product-card3 {
  min-width: 10rem;
  min-height: 15rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/src/img/3.jpg");
  background-size: cover;
  background-position: center;
}

.product-card3:hover .content {
  transform: translateY(20%);
}

.product-card4 {
  min-width: 10rem;
  min-height: 15rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/src/img/605941.jpg");
  background-size: cover;
  background-position: center;
}

.product-card4:hover .content {
  transform: translateY(20%);
}

.product-card5 {
  min-width: 10rem;
  min-height: 15rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/src/img/NEW FLAIR FOR WEB.jpg");
  background-size: cover;
  background-position: center;
}

.product-card5:hover .content {
  transform: translateY(20%);
}

.manual-system p {
  color: rgb(9, 181, 194);
  font-size: 22px;
  font-weight: 600;
}

.manual-system-desc p {
  text-align: justify;
  color: rgb(73, 72, 72);
}

.contactus {
  margin-left: 50px;
  margin-top: 50px;
}
.contactus p {
  font-size: 14px;
  float: right;
}/*# sourceMappingURL=style.css.map */