footer {
 
  background: #5200b2;
  border-radius: 48px 48px 0px 0px;
      margin-top: 24px;
}
.footer1 {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer1 ul {
  display: flex;
}
.footerfanhui {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: none;
  background: none;
  position: fixed;
  right: 100px;
}
.footercom {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer_privacy li {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-right: 60px;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
}

.footerul {
  display: flex;
  align-items: center;
  width: 60%;
  padding-top: 12px;
  justify-content: space-between;
}

.footer_twiter img {
  width: 32px;
  margin-left: 24px;
}
.footer_twiter li {
  margin-left: 12px;
}

.icon-whatsapp:before,
.icon-link:before,
.icon-facebook:before,
.icon-twitter:before,
.icon-reddit:before {
  font-size: 38px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 20px;
  color: #5200b2;
  cursor: pointer;
}
.back-to-top {
    border: none;
    background: none;
    position: fixed;
    right: 100px;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50%;
    bottom: 200px;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.icon-back:before {
  font-size: 40px;
  border-radius: 0px 0px 0px 0px;
  background-color: #fff;
  color: #8823FF ;
  border-radius: 50%;
 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 1120px) {
  .footer1 {
    flex-direction: column;
  }
  .footerul {
    flex-direction: row-reverse;
  }
  .footer_privacy li {
    margin-right: 0;
    margin-left: 12px;
  }
      .footer1 {
     width: 95%;
    }
  .footer_twiter li {
    margin-left: 0px;
}
}
@media (max-width: 768px) {
  .footerul {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;
  }

  .footer1 ul {
    margin: 6px 0;
  }
}
@media (max-width: 765px) {
  .back-to-top {
        right: 10px;
        bottom: 230px;
    }
      .icon-back:before {
        font-size: 30px;
    }
  .footer1 {
    align-items: flex-start;
  }
  .footercom {
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    margin: 8px auto;
  }
  .icon-whatsapp:before,
  .icon-link:before,
  .icon-facebook:before,
  .icon-twitter:before,
  .icon-reddit:before {
    font-size: 26px;
    margin-left: 24px;
    margin-left: 10px;
  }
  .footer_privacy li {
    font-size: 12px;
    line-height: 14px;
    margin-left: 30px;
  }
  .footer_privacy li::marker {
    font-size: 16px;
  }

  .icon-back:before {
    font-size: 28px;
  }
  .footerul {
    flex-direction: column-reverse;
    width: 100%;
  }
  .footerul {
    padding-top: 0px;
  }

  footer {
    border-radius: 16px 16px 0px 0px;
  }
}
