* {
  padding: 0px;
  margin: 0xp;
}
/* start of navbar editing*/
.bg-light {
  background-color: White !important;
}
.navbar-brand {
  color: Red !important;
  font-size: 25px;
}
.navbar-brand:hover {
  color: black !important;
  transition: ease-in-out 0.5s !important;
}
a.nav-link {
  font-size: 22px;
  color: black !important;
}
a.nav-link:hover {
  color: red !important;
  transition: all ease-in-out 0.5s !important;
}
/* the end of navbar editing*/

/*main image Div*/

.main {
  background-color: #cccccc;
  height: 93.3vh;
  background-image: url("images/maybe2.jpg");
  background-size: cover;
  background-position: top;
}
/*End of main img div*/

/*start of company */
.company {
  margin-top: 80px;
  margin-bottom: 80px;
}
.company:hover {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.Hcompany {
  margin-bottom: 60px;
}
.product {
  margin-top: 80px;
  margin-bottom: 80px;
}
/*.product:hover {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}*/
.Hproduct {
  margin-bottom: 60px;
}
.space {
  margin-top: 20px;
}
/* end of company */

/*Features start */

.Features {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px;

  background-image: url("images/test.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.Features:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.5s;
}
.hFeatures {
  margin-bottom: 60px;
}
.card {
  margin: auto;
}

.fab,
.far,
.fa,
.fas {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.black {
  color: black;
  font-size: 22px;
}
/* end of Features*/
span {
  color: black;
  font-size: 30px;
}

/* Maps*/
.maps {
  width: 100vh;
}
iframe {
  width: 100%;
}
.maps {
  margin: 20px auto;
  height: 100vh;
  width: 100vh;
}
.card {
  margin-bottom: 20px;
}
.card:hover {
  border-color: black;
  transition: ease-in-out 0.5s;
  transform: scale(1.05);
  border-width: 2px;
}
/*end ofmaps*/

/* begin of footer*/
.footer {
  width: 100%;
  height: 6vh;
  background-color: black;
  color: white;
}

/* end of footer*/
.radi {
  width: 200px;
  height: 100px;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 3rem;
  text-decoration: none;
  padding-top: 20px;
}
.pad {
  padding-top: 10px;
}
.gmail {
  font-size: 22px;
  text-decoration: underline;
}
