:root {
  --gradient1: #759b3e;
  --gradient2: #50a667;
  --font-poppins-serif: "Poppins", sans-serif;
  --font-raleway-serif: "Raleway", sans-serif;
  --space-head: 40px;
}
.container.container-80-2k {
  max-width: 80%;
}
.footer .container {
  padding-top: 20px;
}
.footer {
  background: linear-gradient(to right, var(--gradient1), var(--gradient2));
  color: white;
  display: block;
  font-family: var(--font-poppins-serif);
}
.footer h4 {
  font-weight: 600;
  font-family: var(--font-raleway-serif);
}
.footer a {
  color: white;
}
.footer .social-mobile i {
  background: black;
  border-radius: 50%;
  color: white;
  padding: 10px;
  margin: 5px;
  width: 38px;
  height: 38px;
  text-align: center;
}
.count{
    padding: 0%;
}
.count li{
    float: left;
    list-style: none;
}
.count li a {
  margin-left: 2px;
  border: 1px solid #fff;
  padding: 1px 3px;
  font-family: var(--font-raleway-serif);
  font-size: 10px;
  color: white;
}
.footer .seperator {
  width: 100%;
  height: 1px;
  background: white;
  margin: 10px 0px;
}
.footer .copy-right {
    justify-content: center;
    text-align: center;
    padding: 20px 5px;
}