* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}
.bg-dark {
  background-color: #343a40 !important;
}
.icon {
  color: white;
}
.navbar .nav-link {
  transition: 0.3s;
}

.navbar .nav-link:hover {
  text-transform: uppercase;
  background-color: indianred !important;
  color: white !important;
  border-radius: 18%;
  transform: scale(0.8);
}
.myitem {
  transition: 0.5s ease;
  color: white;
  font-size: 1.1rem;
}
.myitem:hover {
  text-transform: uppercase;
  background-color: indianred !important;
  color: white !important;
}
.carousel-inner img {
  filter: brightness(40%);
}
.carousel-caption {
  bottom: 15%;
}
.icons {
  color: #969aa2;
  transition: 0.2s ease;
}
.myh:hover {
  color: indianred;
  cursor: pointer;
}
.lead {
  letter-spacing: 0.2rem;
}
.mybtn {
  background-color: indianred;
  color: white;
  border: none;
  transition: 0.5s ease;
}
.mybtn:hover {
  background-color: indianred;
  color: white;
  border: none;
  transform: scale(1.2);
}
.mycard p {
  position: absolute;
  width: 90%;
  height: 96%;
  top: 2%;
  left: 5%;
  opacity: 0;
  background-color: rgba(201, 92, 92, 0.9);
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  transition: 0.3s ease;
  text-transform: capitalize;
  padding: 2rem;
}
.mycard p:hover {
  opacity: 1;
  transform: scale(0.9);
}
.myicon {
  font-size: 6rem;
}

.face:hover,
.twi:hover {
  color: rgb(39, 39, 239);
}
.whats:hover {
  color: green;
}
.yt:hover {
  color: red;
}

.footerbox a,
.footerbox li {
  margin: 1rem 0;
  color: white;
  text-decoration: none;
}

.footerbox a:hover,
.footerbox li:hover {
  color: indianred;
  cursor: pointer;
}
.footerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
/* about us */
.firstSection {
  height: 65vh;
  background-image: url(media/about-us-page-heading.jpg);
  background-position: center;
  background-size: cover;
}
.myh1 {
  font-size: 3rem !important;
}
.about .icons {
  transition: 0.9s ease;
  color: white;
}
.about .icons:hover {
  color: black !important;
  background-color: rgb(244, 243, 243);
  border: none;
}
.map {
  border: 0.3rem solid white;
  outline-color: whitesmoke;
  outline-style: inset;
  outline-width: 0.5rem;
  outline-offset: 0.4rem;
}
.sectionone {
  position: relative;
  height: 65vh;
  background-image: url(media/products-background.jpg);
  background-size: cover;
}
.sectionone div {
  background-color: rgba(0, 0, 0, 0.6);
}
.productcard {
  width: 85%;
  transition: 0.5s ease;
}
.productcard:hover {
  cursor: pointer;
  outline-color: #434b53;
  outline-width: 0.5rem;
  outline-offset: 0.4rem;
  transform: scale(1.05);
  background-color: #434b53;
}
.productcard:hover img {
  border: #434b53 solid 0.3rem;
  outline-color: #434b53;
  outline-width: 0.5rem;
  outline-offset: 0.4rem;
}
.productcard:hover .card-title {
  color: white;
}

.login {
  background-color: #f3f3f3;
  border-radius: 1rem;
  padding: 2rem;
}
.forgetpass {
  transition: 0.2s ease !important;
}
.forgetpass:hover {
  transform: scale(1.1) !important;
  text-decoration: underline !important;
  color: rgb(3, 3, 152) !important;
  cursor: pointer;
}
.myinput {
  border: 0.2rem solid white;
  outline-color: whitesmoke;
  outline-style: inset;
}

.textColor {
  color: indianred;
}
