* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* footer */

footer {

  bottom: 0px;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  width: 100%;
  color: #fff;
}

.footer-space{
  margin-top: 50px;
}

.footer-small-bottom {
  bottom: 0px;
  
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-img {
  border-style: none;
  vertical-align: middle;
}
.logof {
  vertical-align: middle;
  max-height: 100%;
  opacity: 100%;
}

@media screen and (max-width: 400px) {
  .logof img {
    width: 230.4px;
    height: 60px;
  }
}
@media screen and (min-width: 400px) {
  .logof img {
    width: 318.72px;
    height: 83px;
  }
}

.hover-108:hover {
  transform: scale(1.08);
}
.footer-content h3 {
  width: 100%;
  float: center;

  margin-bottom: 10px;
  line-height: 30px;
  font-family: cursive;
  text-decoration: none;
  font-size: 28px;
  color: #e6f0fd;
  letter-spacing: 2px;
}

.footer-content h4 {
  width: 100%;
  float: center;
  font-family: cursive;
  font-size: 26px;
  color: #e6f0fd;
}

.footer-content p {
  max-width: 500px;
  font-family: Verdana, sans-serif;
  margin: 14px auto;
  line-height: 18px;
  font-size: 15px;
  color: #e6f0fd;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.9rem 0 2.5rem 0;
}

.socials li {
  margin: 0 10px;
}

.socials li:hover {
  transform: scale(1.35);
}
.socials a {
  text-decoration: none;
  color: #fff;
   /*border: 1.8px solid #e6f0fd;
  padding: 6px;
  border-radius: 20%; */
}

.socials a i {
  font-size: 2.5rem; /* 1.1rem*/
  /* width: 40px; */
  transition: color 0.4s ease;
}

.socials a:hover i {
  transform: scale(1.15);
  color: blue;
}

.footer-menu {
  float: center;
  font-family: Verdana, sans-serif;
}

.footer-menu ul {
  display: flex;
}

.footer-menu ul li {
  padding: 7px 16px;
  display: block;
}

.footer-menu ul li a {
  color: #e6f0fd;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: blue;
}

.footer-bottom {
  background: black;
  width: 100%;
  text-align: center;
}

.footer-bottom p {
  float: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottom p a {
  font-family: Arial, Helvetica, sans-serif;
  padding: 14px 16px;
  color: #44bae8;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 600px) {
  .footer-menu ul {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* footer ende */

/*small*/
.footer-menu-back {
  color: #fff;
  border: 1.8px solid #e6f0fd;
  border-radius: 6px;
}
