/*Footer - Style*/

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 105px 0px 60px 0px;
}

.footer__column-1 {
  width: 38%;
  padding-right: 30px;
}

.footer__widget-logo {
  height: 100%;
  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__widget-logo-widget {
  padding-right: 30px;
  max-width: 400px;
  margin-bottom: 30px;
}

.footer__widget-logo-widget p,
.footer__widget-logo-widget ul,
.footer__widget-logo-widget li {
  color: #363940;
  font-size: 14px;
  line-height: 1.5;
}

.footer__widget-logo-widget p {
  margin-bottom: 16px;
}

.footer__widget-logo-widget .widget_media_image {
  margin-bottom: 25px;
}

.footer__widget-logo-widget a {
  text-decoration: none;
  color: var(--clr-primary);
}

.footer__widget__social-media {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__widget__social-media li:not(:last-of-type) {
  margin-right: 11px;
}

.footer__widget__social-media li a {
  display: block;
}

.footer__widget__social-media li img {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.footer__column-2 {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__widget-menu {
  margin-bottom: 10px;
}

.footer__widget-menu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.footer__widget-menu ul li {
  margin-top: 36px;
}

.footer__widget-menu ul li a {
  text-decoration: none;
  color: #363940;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 1.25;
}

.footer-copyright__menu li a:hover {
  color: var(--clr-primary);
}

.footer__widget-menu .widget-title {
  margin: 0;
  font-weight: 700;
  color: #0d0e11;
  font-size: 16px;
  line-height: 1.25;
}

.footer-copyright {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding: 22px 0px 50px 0px;
  font-weight: 500;
}

.footer-copyright__top {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(109, 109, 109, 0.35);
  font-size: 14px;
  line-height: 1.72;
  gap: 50px;
}

.footer-copyright__menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright__menu ul li:not(:last-of-type) {
  margin-right: 26px;
}

.footer-copyright__menu ul li a {
  text-decoration: none;
  color: rgba(109, 109, 109, 0.35);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.footer-copyright__menu ul li:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  border-right: 1px solid #e1e1e1;
  height: 18px;
  width: 1px;
}
.footer-copyright__menu ul li a:hover {
  color: var(--clr-primary);
}

.footer-copyright__bottom {
  color: rgba(109, 109, 109, 0.35);
  font-size: 11px;
  line-height: 1.32;
  font-weight: 400;
}

.footer-copyright__bottom p {
  margin: 0;
}

/*Footer Responsive*/

@media only screen and (max-width: 1440px) {
  .footer__widget-menu ul li {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 1366px) {
  .footer__top {
    margin: 80px 0px 40px 0px;
  }
  .footer__widget-menu ul li {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__top {
    margin: 60px 0px 20px 0px;
  }

  .footer-copyright {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__column-1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 70px;
  }

  .footer__column-2 {
    width: 100%;
  }

  .widget-logo figure {
    margin-bottom: 0;
  }
  .footer__widget-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__widget__social-media {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__widget-logo-widget {
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer__widget-logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__widget-logo-widget {
    max-width: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright__top {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .footer__column-2 {
    gap: 0;
  }
  .footer__widget-menu {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .footer__widget-menu:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__top {
    margin-top: 55px;
    margin-bottom: 0;
  }

  .footer-copyright {
    margin-top: 0;
  }

  .footer__widget-logo img {
    width: 119px;
    max-width: 100%;
  }

  .footer-copyright {
    padding: 14px 0px 30px 0px;
  }

  .footer-copyright__bottom {
    font-size: 10px;
  }

  .footer-copyright__top {
    margin-bottom: 33px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }

  .footer-copyright__menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__widget-logo-widget p,
  .footer__widget-logo-widget ul,
  .footer__widget-logo-widget li {
    font-size: 12px;
  }

  .footer__widget-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__widget__social-media {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15px;
  }

  .footer__widget-logo-widget p {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 414px) {
  .footer-copyright__top {
    font-size: 12px;
  }
}
