.footer {
  background-color: var(--color-Primary1);
  text-align: center;
  padding: 90px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer::after{
  content: "";
  background-image: url(../images/bg3.png);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
  display: block;
  background-position: 0;
  animation: bg 690s linear infinite;
  height: 30000px;
}
.footer > .main-container > p {
  color: var(--color-white);
  text-align: center;
  margin: 25px auto;

  width: 65%;
}
.footer .btn-download {
  justify-content: center;
}

.end-page {
  color: var(--color-white);
  padding: 25px 0;
  border-top: 1px solid #ffffff16;
  margin-top: 50px;
}
.end-page a,
.end-page p {
  color: var(--color-white);
  font-size: 24px;
}
.end-page .main-container > a i {
  font-size: 19px;
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  color: var(--color-Primary3);
}
.end-page .main-container > a:hover {
color: var(--color-Primary3);
}
.end-page .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.soc-media ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.soc-media ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: var(--color-white);
  justify-content: center;
  background-color: var(--color-Primary2);
  font-size: 19px;
}
.soc-media ul li a:hover {
  background-color: var(--color-Primary3);

}

.remove-mune {
  position: absolute;
  top: 30px;
  right: 30px;
}

.remove-mune span {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);

  transition-delay: 0.8s;
}

.remove-mune span::after {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.6s linear;
}

.remove-mune span::before {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.2s linear;

  transition-delay: 0.6s;
}

.menu_responsive.active .remove-mune span::before {
  transform: rotate(90deg) translateY(-50%);
}

.menu_responsive.active .remove-mune span {
  transform: rotate(45deg);
}

.element_menu_responsive ul li {
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.4s;
  display: block;
  opacity: 0;
}
.menu_responsive {
  transition-delay: 1s;
}
.menu_responsive.active {
  transition-delay: 0.3s;
}

.menu_responsive.active .element_menu_responsive ul li {
  transform: translateY(0%);
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) {
  transition-delay: 0.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) {
  transition-delay: 0.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) {
  transition-delay: 0.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) {
  transition-delay: 1s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) {
  transition-delay: 1.2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) {
  transition-delay: 1.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) {
  transition-delay: 1.6s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(8) {
  transition-delay: 1.8s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(9) {
  transition-delay: 2s;
  opacity: 1;
}
