footer{
background-color: #072100;
}
.socialDiv{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer-div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}
.social{
  border-radius: 45px;
  width: 36px;
  height: 36px;
  border: 1px solid white;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerMenu{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
}
.footerMenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footerMenu li{
  color: #afada5!important;
  font-size: 14px;
  white-space: nowrap;
  list-style: unset;
}
.footerMenu li a{
  color: #afada5!important;
  font-size: 17px;
  font-family: Playfair-Regular,sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.footerMenu li::after{
  color: #afada5!important;
  font-size: 14px;
  content: '/';
  padding-left: 17px;
}
.footerMenu li:last-child:after{
  color: #afada5!important;
  font-size: 14px;
  content: '';
}
.line1,.line{
    background: #afada5;
    height: 1px;
    width: 100%;
    opacity: .5;
}
.line1{
  width: 83%;
}
.copyright{
  color: #afada5!important;
  font-size: 15px;
  font-family: SourceSans3-Regular,sans-serif;
  font-weight: 400;
}
.footerLinks{
  justify-content: space-between;
}
.circle{
  width: 6px;
  height: 6px;
  background-color: #afada5;
  border-radius: 40px;
}
footer .support-btn,
footer .support-btn:hover,
footer .support-btn:active,
footer .support-btn:focus{
  color:#afada5 ;
}