footer {
  width: 100%;
  background: #1c232b;
  display: flex;
  border-radius: 20px 20px 0 0;
  margin-top: 100px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 25px;
}
.footer-head {
  width: 37%;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 360px;
}
.news {
  width: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #4A4F56;
  padding: 20px;
  border-radius: 28px;
}
.news h4 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.news p{
  font-size: 12px;
  font-weight: 400;
  color: #B9B9B9;
  margin: 10px 0;
}
.news > div {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news input {
  width: 70%;
  height: 100%;
  background-color: #fff;
  outline: none;
  border: none;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 400;
  color: #0a142f;
  padding-left: 20px;
}
.news button{
  width: 25%;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #d62130;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.social {
  width: 100%;
  min-width: 300px;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.social span i {

  color: #4A4F56;
  font-size: 20px;
}
.footer-body {
    min-width: 480px;

  width: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.footer-body > div {
  margin: 20px;
}

.footer-body > div {
  height: 310px;
  display: flex;
  justify-content: space-between;
}
footer .pages {
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-body > div h2,
.footer-blog h1 {
  font-size: 18px;
  font-weight: 500;
  color: #dbdbdb;
}
.footer-body > div a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffbb;
}
footer .our {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-body > div > div {
  position: relative;
}

.footer-blog {
  width: 300px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.footer-blog a {
  width: 95%;
  height: 80px;
  border-radius: 11px;
  border: 1px solid #ffffffbb;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer-blog-image {
  width: 100px;
  height: 63px;
}
.footer-blog-det {
  width: 50%;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-blog-det h3 {
  font-size: 7px;
  font-weight: 500;
  color: #fff;
}
.footer-blog-det p {
  font-size: 6px;
  font-weight: 400;
  color: #fff;
}
.social span i {
  color: #D62130;
  font-size: 25px;
  line-height: 35px;
}
.social span {
  background: #4A4F56;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  .news {
    order: 1;
  }
  .news,
  .social {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1000px) {
  .footer-body ,.footer-head {
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
 
}
.dev {
  font-size: 10px;
  color: #e6e6e6;
  width: 100%;
  height: fit-content;
  text-align: left;
}
.dev  a {
    color: #e6e6e6;
  }