.footer{

    min-height: 700px;
    max-height: 700px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;    background-position: bottom center;
    background-position-y: 100px;
    background-size: cover;
}



.footer__top{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.1fr .9fr .9fr .9fr;
  align-items: start;
  padding-bottom: 26px;
}

.footer__brand img{
  display:block;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.35));
}

.footer__col h4{
font-family: "Poppins", sans-serif;
font-weight: 700;
font-weight: Bold;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 20px;
  color: #ffffff;
}
.footer__col ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__col p{
font-family: "Poppins", sans-serif;
font-weight: 400;

font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #8A8F98;

}

.footer__toTop{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 8px auto 16px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #2a3340;
  background: rgba(20,26,34,.55);
  color: #e9eef6;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.footer__toTop:hover{ transform: translateY(-2px); }

.footer__social{
  z-index: 1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 18px;
  margin: 10px 0 18px;
}
.footer__social a{
  display:grid; place-items:center;
}

.footer__links{
  position: relative; z-index:1;
  display:flex; justify-content:center; gap: 32px;
  margin: 2px 0 14px;
  margin-top: 40px;
}
.footer__links a{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
footer{
      background-image: url(../img/footerbcg.webp) ;
      background-position: center;
      background-repeat: no-repeat;
}
.footer__links a:hover{ color:#ffffff; text-decoration:underline; }

.footer__copy{
  position: relative; z-index:1;
  text-align:center;
font-family: "Poppins", sans-serif;
font-weight: 400;

font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
margin-top: 40px;
}

@media (max-width: 980px){
  .footer__top{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  .footer__top{ grid-template-columns: 1fr; }
  .footer__links{ gap:16px; flex-wrap:wrap; }
}
.footer{
  position: relative;
}
body{
  position: relative;
}
body::after{

      content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 1313px;
    height: 1393px;
    background-image: url(../img/a1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.footer__toTop{
  padding: 0px;
  border: 0px;
  background-color: unset !important;
}
@media (max-width:768px){
  .footer{
max-height: unset;
  }

}
.footer .btn{
  background: unset;
  width: unset;
  height: unset;
  margin-bottom: 50px;
}
.footer__social{
  margin-top: 100px;
}


@media (max-width:768px){

.footer__brand img{
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.footer__col p{
  font-size: 14px;
  line-height: 20px;
}
.footer__top{
  justify-content: center;
    text-align: center
}
.footer__links{
  flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;  font-size: 14px;
  line-height: 20px;
  a{
    font-size: 14px;
  line-height: 20px;
  }
}
.footer__copy{
      font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer__social{
  margin-top: 40px;
}
}