.footer {
  background-color: #F5F9FF;
  overflow: hidden;
  position: relative;
  padding-top: 125px;
  padding-bottom: 15px !important;
}

.end-page {
  width: 100%;
}

.sub-footer {
  text-align: center;
  padding: 0 50px;
}

.logo-footer {
  width: 200px;
  margin: auto;

}

.footer::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 25px;
  top: 20px;
  right: 80px;
  transition: all .8s linear;
  background-color: var(--color-Primary3);
}

.footer::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 25px;
  top: 49px;
  transition: all .8s linear;
  transition-delay: .3s ;
  right: 0px;
  background-color: var(--color-Primary2);
}

.footer:hover::after {
  width: 40%;
}
.footer:hover::before {
  width: 30%;
}
.sub-footer {
  position: relative;
}
.sub-footer::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 25px;
  bottom: 20px;
  left: 0px;
  transition: all .3s linear;
  background-color: var(--color-Primary3);
}
.sub-footer::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 25px;
  bottom: -10px;
  transition: all .3s linear;
  transition-delay: .3s;
  left: 0px;
  background-color: var(--color-Primary2);
}
.footer:hover .sub-footer::after {
  width: 25%;
}
.footer:hover .sub-footer::before {
  width: 15%;
}
.sub-footer p {
  color: var(--color-Primary1);
  width: 50%;
  margin: 35px auto;
  font-size: 19px;
}

.element-footer ul {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.element-footer ul li a {
  font-size: 18px;
  position: relative;
}

.element-footer ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  right: -15px;
  transition: all .3s linear;
  bottom: 0;
  height: 35px;
  background-color: #bfe0ee;
}

.element-footer ul li a::after {
  content: "";
  position: absolute;
  transition: all .3s linear;
  width: 6px;
  right: -24px;
  top: -5px;
  height: 35px;
  background-color: var(--color-Primary2);
}

.element-footer ul li a:hover::after {
  transform: translateY(10px);
}

.element-footer ul li a:hover::before {
  transform: translateY(-10px);

}

.end-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #B99D6F;
}

.end-page {
  margin-top: 70px;
}

.end-page .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.end-page a:hover {
  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;
}

.policy-container{
    display: flex;
    align-items: center;justify-content: center;
    gap: 30px;
}
