.footer {
  background-image: linear-gradient(to right, #264653, #2D9194);
  padding: 50px 0 0;
}

.logo-footer img {
  max-width: 120px;
}


.info-footer p {
  color: var(--color-white);
  margin: 20px 0;
  width: 90%;
}

.media-footer ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media-footer ul li a {
  color: #374151;
  background-color: var(--color-white);
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: flex;
  z-index: 1;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: all .3s linear;

}


.media-footer ul li a::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background-color: var(--color-Primary2);
  right: 50%;
  z-index: -1;
  top: 50%;
  transform: translate(50%, -50%) scale(0);
  border-radius: 50%;
  transition: all .2s linear;
}

.media-footer ul li a:hover::after {
  transform: translate(50%, -50%) scale(1);

}

.media-footer ul li a:hover {
  color: var(--color-white);
}

.element-footer h2 {
  color: var(--color-white);
  font-size: 20px;
  margin-bottom: 25px;
}




.element-footer ul li {
  transition: all .3s linear;
}

.element-footer ul li a {
  margin: 25px 0;
  padding-right: 10px;
  display: block;
  position: relative;
  font-size: 16px;
  transition: all .3s linear;
  color: var(--color-white);

}

.element-footer ul li a::after {
  content: "";
  position: absolute;
  width: 5px;
  transition: all .3s linear;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-white);
  right: 0;
  top: 10px;
}

.element-footer ul li a:hover {
  color: var(--color-Primary2);
  transform: translateX(-10px);
}


.element-footer ul li a:hover::after {
  background-color: var(--color-Primary2);
}


.newsletter h2 {
  color: var(--color-white);
  font-size: 25px;
  font-family: 'font_bold';
}

.newsletter p {
  color: var(--color-white);
  margin: 15px 0;
}


.end-page p {
  color: var(--color-gray);
  font-size: 17px;
}

.end-page a {
  display: flex;
  gap: 10px;
  color: var(--color-Primary1);
  align-items: center;
}



.end-page {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  padding: 20px 5%;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 75px;
}

.end-page a i {
  color: red;
}

.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;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(10) {
  transition-delay: 2.2s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(11) {
  transition-delay: 2.4s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(12) {
  transition-delay: 2.6s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(13) {
  transition-delay: 2.8s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(14) {
  transition-delay: 3s;
  opacity: 1;
}