footer {
  width: 100%;
  background: #2870B3;
  display: flex;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  margin-top: 100px;
}
.footer-head {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.news {
  width: 40%;
  min-width: 450px;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.news h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.news > div {
  width: 70%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 36px;
}
.news input {
  width: 90%;
  height: 100%;
  background-color: #fff;
  outline: none;
  border: none;
  border-radius: 36px 0 0 36px;
  font-size: 18px;
  font-weight: 400;
  color: #0a142f;
  padding-left: 20px;
}
.fa-telegram {
  font-size: 25px;
  color: #1696BB;
  cursor: pointer;
  text-align: center;
}
.social {
  width: 15%;
  min-width: 200px;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.social span i {
  color: #fff;
  font-size: 20px;
}
.footer-body {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.footer-body > div {
  margin: 0 20px;
}
.footer-body > div:first-child {
  width: 260px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-body > div:first-child h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  color: #ffffffbb;
}
.footer-body .hand {
  width: 60px;
  height: 60px;
}
.footer-body > div:first-child h1 span:last-child {
  color: #fff;
}
.footer-body .contact-info {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 200px;
  font-size: 16px;
  font-weight: 400;
}
.footer-body .contact-info span:first-child {
  color: #fff;
  margin-right: 10px;
}
.footer-body .contact-info span:last-child {
  color: #fff;
}
.footer-body > div:nth-child(2) {
  width: 500px;
  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:nth-child(2) h2,
.footer-blog h1 {
  font-size: 18px;
  font-weight: 500;
  color: #dbdbdb;
}
.footer-body > div:nth-child(2) a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffbb;
}
footer .our {
  width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-body > div:nth-child(2) > 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;
}
@media (max-width: 650px) {
  .news,
  .social {
    width: 100%;
    min-width: 100%;
  }
  .news{
          flex-direction: column;
  }
  .news > div{
          width: 90%;
    border-radius: 10px;
    background: #316596;
  }
.news input{
        background: #316596;

}
.social{
        background: #316596;
    width: 90%;
    min-width: 90%;
   height: 75px;
    margin: 50px auto;
        border-radius: 10px;

}
    .footer-body > div:nth-child(2){
            order: -1;
    }
}
@media (max-width: 920px) {
  .footer-body > div:first-child {
    align-items: center;
  }
  .footer-body > div:nth-child(2) {
    width: 100%;
    justify-content: space-evenly;
  }
  .footer-body > div:nth-child(2) > div {
    width: 45%;
  }
  .footer-body > div:first-child h1 {
    justify-content: center;
  }
}
