/*
  9. Footer css
*/
@media only screen and (max-width: 991px) {
  .footer__section {
    padding-bottom: 7rem;
  }
}

.main__footer {
  border-bottom: 1px solid #dddddd;
  padding: 6rem 0 2rem;
}

@media only screen and (min-width: 992px) {
  .main__footer {
    padding: 6.5rem 0 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .main__footer {
    padding: 7rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .main__footer {
    padding: 8rem 0;
  }
}

@media only screen and (max-width: 1365px) {
  .main__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .main__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 0 3.5rem;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1449px) {
  .footer__widget--width {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer__widget--width {
    width: 31.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget--width {
    width: 31%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget--width {
    width: 47%;
  }
}

.social__title {
  font-size: 1.8rem;
  font-weight: 400;
}

.social__shear--list {
  margin-right: 1.3rem;
}

.social__shear--list:last-child {
  margin-right: 0;
}

.social__shear--list__icon {
  color: var(--ofwhite-color);
}

.footer__widget {
  margin-right: 0rem;
}

@media only screen and (max-width: 1365px) {
  .footer__widget {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.footer__widget:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget:nth-child(3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget:nth-child(2) {
    margin-right: 0;
  }
}

.footer__widget--title {
  margin-bottom: 2rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.8rem;
}

@media only screen and (min-width: 992px) {
  .footer__widget--title {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .footer__widget--title {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--title {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}

.footer__widget--title::before {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 6rem;
  background: #909090;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer__widget--title::before {
    display: none;
  }
}

.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__widget--title__arrowdown--icon {
    display: block;
  }
}

.footer__widget.active {
  padding-bottom: 3.5rem;
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer__widget--menu__text {
  color: var(--ofwhite-color);
  line-height: 3rem;
}

.footer__widget--menu__wrapper .footer__widget {
  margin-right: 3rem;
}

@media only screen and (min-width: 1600px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 4rem;
  }
}

.footer__widget--menu__wrapper .footer__widget:last-child {
  margin-right: 3rem;
}

@media only screen and (max-width: 767px) {
  .footer__widget--menu__wrapper .footer__widget:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
  color: var(--white-color);
}

.footer__widget--button > * {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .footer__widget--button {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--inner {
    display: none;
  }
}

.footer__bottom {
  padding: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .footer__bottom {
    padding: 2.5rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .copyright__content {
    margin-bottom: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .copyright__content {
    text-align: center;
    margin-bottom: 1.5rem !important;
  }
}

.copyright__content--link:hover {
  text-decoration: underline;
}

.footer__payment {
  line-height: 1;
}

.footer__social--icon__svg {
  width: 2.5rem;
  margin-right: 1rem;
}