body {
  font-family: "Cairo", sans-serif;
  margin: 0;
  padding: 0;
  background: #ced4da;
}
.start {
  background-color: #22577a;

  height: 119px;
  width: auto;
  display: flex;
  justify-content: center;
}

.navbar {
  overflow: hidden;
  background-color: white;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-align: center;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #22577a;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #22577a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* card */
.product {
  position: relative;
  width: 400px;
  height: 350px;
  background: #f5f5f5;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin: 30px;
}
.product .imgbox {
  height: 100%;
  box-sizing: border-box;
}
.product .imgbox img {
  display: block;
  width: 80%;
  margin: 10px auto 0;
}
.specifice {
  position: absolute;
  width: 100%;
  bottom: -160px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s;
}
.product:hover .specifice {
  bottom: 0px;
}
.specifice h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 100%;
}
.specifice h2 span {
  font-size: 15px;
  color: #363636;
  font-weight: normal;
}
label {
  position: absolute;
  top: 12px;
  right: 25px;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  direction: rtl;
}
ul li {
  list-style: none;
  margin: 5px 5px 0;
  font-size: 13px;
  font-weight: normal;
  color: #363636;
}
ul li:first-child {
  margin-left: 0;
}
ul.details li {
  width: 100%;
  height: 15px;
}
.a {
  display: block;
  padding: 5px;
  color: #fff;
  margin: 10px 0 0;
  background: #363636;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.a:hover {
  background: #22577a;
}
.products {
  display: flex;
  justify-content: center;
}
.container1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
h1 {
  text-align: center;
}
/* footer */
footer {
  position: fixed;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
  header {
    padding-top: 40px;
  }
}

.footer-distributed {
  background-color: #363636;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
}
.footer-center {
  text-align: center;
}

/* .last-a:hover {
  transform: scale(1.5);
} */

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-left {
  text-align: center;
  font-family: "Cairo", sans-serif;
}

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img {
  width: 30%;
}

.footer-distributed h3 span {
  color: white;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  font-family: "Cairo", sans-serif;
  text-align: center;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.last-h1 {
  font-family: "Cairo", sans-serif;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #363636;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: white;
  text-decoration: none;
}

/* Footer Right */
.footer-distributed {
  position: relative;
  font-family: "Cairo", sans-serif;
}
.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #363636;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

span,
p {
  text-align: right;
  font-size: 24px;
}
.fa {
  text-align: right;
}
.footer-img {
  width: 300px;
  display: block;
  margin-left: 50px;
}
img {
  width: 100px;
}
.github {
  width: 70px;
}
.instagram {
  width: 70px;
}
.twitter {
  width: 80px;
}
