footer {
  width: 100%;
  background: linear-gradient(to bottom, #A3EAFF 0%, #1696BB 100%) ;
  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:300px;
  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: 340px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-body > div:first-child h1 {
  width: 100%;
  height: 100px;
  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) {
  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 {
  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;
}
.social span i {
        color: #1696BB;
            font-size: 25px;
    line-height: 35px;
}
.social span{
    background: #fff;
    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: 920px) {
  .footer-body > div:first-child {
    align-items: center;
  }
  .footer-body > div:nth-child(2) {
    justify-content: space-evenly;
  }

  .footer-body > div:first-child h1 {
    justify-content: center;
  }
}
