.back-to-top {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #37475a;
}
.footer-list-1 {
  display: flex;
  padding: 47px 47px 80px;
  justify-content: space-evenly;
}
.footer-1st {
  background-color: #232f3e;
}
.st-list,
.nd-list,
.rd-list,
.th-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.st-list-heading,
.nd-list-heading,
.rd-list-heading,
.th-list-heading {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
}
.footer-1st p {
  font-size: 1.4rem;
  color: #dddddd;
}
.hr2 {
  margin: 20px 0;
  height: 1px;
  background-color: #3a4553;
}
/* BUTTON SECTION  */

.english {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
}
.english img {
  height: 50px;
  width: 100px;
  margin-right: 67px;
}
.united-state img {
  width: 18px;
  height: 12px;
  margin: 0%;
  border: 1px solid rgba(155, 25, 25, 0.539);
}
.universe {
  display: flex;
  gap: 11px;
  font-size: 1.3rem;
  color: #ffffffd4;
  border: 1px solid #ffffffa6;
  padding: 6px 25px 6px 8px;
  border-radius: 2px;
}
.usd-us-dollor {
  font-size: 1.3rem;
  color: #ffffffd4;
  display: flex;
  gap: 5px;
  border: 1px solid #ffffffa6;
  padding: 6px 25px 6px 8px;
  border-radius: 2px;
}
.united-state {
  font-size: 1.3rem;
  color: #ffffffd4;
  display: flex;
  gap: 5px;
  border: 1px solid #ffffffa6;
  padding: 6px 25px 6px 8px;
  border-radius: 2px;
}

/* LAST FOOTER  */
.footer-last {
  background-color: #131a22;
  padding: 37px 0;
}
.footer-list-2 {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  gap: 50px;
  justify-content: center;
  padding: 37px 0;
}
.footer-list-2-h {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 102px;
  height: auto;
}
.footer-list-2-h div {
  color: #dddddd;
}
.footer-list-2-h p {
  color: #999999;
}
.last-para {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 1.2rem;
  color: #dddddd;
}
.last-line {
  text-align: center;
  line-height: 23px;
  font-size: 1.2rem;
  color: #dddddd;
}
