.footer {
  width: auto;
  background: #191818;
  color: #ffffff;
  padding: 70px 4.17%;
  min-height: 229px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.footer-left img {
  width: 141px;
  height: 28px;
}
.footer-follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10px;
}

.footer-follow-us h5 {
  font-weight: normal !important;
  font-size: 15px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 15px;
}
.footer-social-icons a img {
  width: 24px;
  height: 24px;
}
.footer-subscribe {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-subscribe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-subscribe h5 {
  font-weight: 900;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.22px;
  color: #ffffff;
  padding-bottom: 5px;
}
.footer-subscribe p {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.subscribe-form input[type="email"] {
  all: unset;
  padding: 10px;
  padding-top: 32px;
  padding-right: 0;
  border-bottom: 0.5px solid #fffcfc;
  background: transparent;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
  width: 100%;
}
.subscribe-form input[type="email"]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
  opacity: 1;
}
.subscribe-form input[type="email"]:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
  opacity: 1;
}
.subscribe-form input[type="email"]::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
  opacity: 1;
}
.subscribe-form input[type="email"]::placeholder {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
  opacity: 1;
}
.subscribe-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.subscribe-checkbox label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 385px;
}

.subscribe-checkbox label a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 385px;
  text-decoration: underline;
}
.subscribe-checkbox input {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  min-height: 19px;
  -webkit-box-shadow: 0px 2px 3px #00000029;
  box-shadow: 0px 2px 3px #00000029;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.subscribe-checkbox input:checked::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  color: #fff;
  width: 100%;
  background: #fff;
  width: 13.5px;
  height: 14px;
  margin: 0.8px;
}
.subscribe-form button {
  width: 110px;
  height: 30px;
  max-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #00000029;
  box-shadow: 0px 2px 3px #00000029;
  border: 0.5px solid #ffffff;
  font-weight: 900;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  font-family: "Almoni", sans-serif;
  color: #ffffff;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: auto;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-links {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}
.footer-links h5 {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-links a {
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-links a:hover {
  color: #ffffff;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 14px;
  color: #ccc;
}
.footer-bottom p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  direction: ltr;
  text-align: end;
}
.footer-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.develop-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
.develop-by a {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 42px;
}
.footer-policy a {
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}
.line {
  width: 0.5px;
  background: #ffffff;
}
.footer-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .footer {
    display: none;
  }
  .footer-social-icons {
    gap: 10px;
  }
  .footer-social-icons a img {
    width: 17px;
    height: 17px;
  }
  .footer-mobile-link-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .footer-mobile-list-item.active .footer-mobile-link-list {
    max-height: 500px;
  }
  .footer-mobile-accordion-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .footer-mobile-list-item.active .footer-mobile-accordion-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 48px;
    width: auto;
    background: #191818;
    min-height: 229px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 88px;
  }
  .footer-container-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }
  .footer-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-mobile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .footer-mobile-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-right: 10px;
  }
  .footer-mobile-link-list a {
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
  }
  .footer-mobile-list-item {
    width: 100%;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
  }
  .footer-mobile-list-item:nth-last-child(1) {
    border-bottom: none;
  }
  .footer-mobile-list-item-title {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-mobile-list-item-title h5 {
    margin: 0 !important;
  }
  .footer-mobile-list-item-title h5 {
    margin: 0 !important;
  }
  .footer-mobile-accordion-icon {
    width: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer-subscribe h5 {
    font-size: 18px;
  }
  .footer-subscribe p {
    font-size: 13px;
  }
  .subscribe-form button {
    margin-right: auto;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom ul {
    margin: 0;
  }
}
/*# sourceMappingURL=footer.css.map */
