.footer {
  background-color: var(--color-Primary1);
  padding-top: 90px;
  position: relative;
  padding-bottom: 40px;
}
.footer::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  top: 30px;
}
.sub-footer p {
  color: var(--color-white);
  margin: 30px 0;
}

.sco-media ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sco-media ul li a {
  color: var(--color-Primary2);
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-Primary2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.sco-media ul li a:hover {
  background-color: var(--color-Primary2);
  color: var(--color-white);
  transform: rotate(45deg);
}
.sco-media ul li a i {
  transition: all 0.3s linear;
}

.element-footer h2,
.contect-footer h2 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
  font-size: 22px;
  font-family: "font_medium";
}
.element-footer h2::after,
.contect-footer h2::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 0;
  margin: auto;
  animation: colorborder2 1s linear infinite;
  bottom: -1px;
  background-color: var(--color-Primary2);
}

.element-footer h2::before,
.contect-footer h2::before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  margin: auto;
  right: 44px;
  bottom: -1px;
  animation: colorborder2 1s linear infinite;
  animation-delay: 0.3s;
  background-color: var(--color-Primary2);
}
@keyframes colorborder2 {
  0% {
    background-color: var(--color-Primary2);
  }
  50% {
    background-color: var(--color-white);
  }
  100% {
    background-color: var(--color-Primary2);
  }
}

.element-footer ul li {
  margin: 20px 0;
}
.element-footer ul li a {
  padding-right: 25px;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  gap: 10px;
}

.element-footer ul li a:hover {
  color: var(--color-Primary2);
}
.element-footer ul li a:hover::after {
  transform: rotate(360deg);
}
.element-footer ul li a::after {
  content: "";
  position: absolute;
  width: 13px;
  transition: all 0.3s linear;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/star.png);
  background-size: contain;
  top: 8px;
  right: 0;
}
.footer a,
.footer h2 {
  color: var(--color-white);
}

.sco-media ul li a:hover i {
  transform: rotate(-45deg);
}

.logo-footer {
  max-width: 160px;
}
.contect-footer ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}
.contect-footer ul li a i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  justify-content: center;
  font-size: 22px;
  color: var(--color-Primary2);

  background-color: var(--color-white);
}
.contect-footer ul li a span {
  width: calc(100% - 50px);
  display: flex;
  font-size: 18px;
}
.contect-footer ul li a:hover i {
  background-color: var(--color-Primary2);
  color: var(--color-white);
}
.contect-footer ul li a:hover {
  color: var(--color-Primary2);
}
.end-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #ffffffbe;
}
.end-page a {
  color: var(--color-white);
  display: flex;
  gap: 10px;
  align-items: center;
}
.end-page a i {
  color: red;
}
.end-page p {
  color: var(--color-white);
}

.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;
}
