html {
  font-size: 10px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  letter-spacing: -0.015em;
}

::-moz-selection {
  background: #a8f600;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #a8f600;
  color: #ffffff;
  text-shadow: none;
}

footer .footer-contact-comp {
  padding: 10rem 0;
}
footer .footer-contact-comp .footer-contact-comp-text-wrap {
  font-size: 1.6rem;
  margin-block-end: 5rem;
}
footer .footer-contact-comp .footer-contact-comp-text-wrap i {
  color: #a8f600;
  margin-right: 1.5rem;
}
footer .footer-contact-comp a {
  color: #ffffff !important;
  font-size: 9rem;
  position: relative;
  padding-bottom: 3rem;
}
footer .footer-contact-comp a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  height: 8px;
  width: 100%;
  transition: 0.4s all ease;
}
footer .footer-contact-comp a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  height: 8px;
  width: 0%;
  transition: 1.2s all ease;
  -webkit-transition: 1.2s all ease;
  -moz-transition: 1.2s all ease;
  -ms-transition: 1.2s all ease;
  -o-transition: 1.2s all ease;
}
footer .footer-contact-comp a:hover:after {
  width: 100%;
}
footer .footer-contact-comp a:hover:before {
  width: 0;
}
footer .footer-contact-comp a:hover i {
  rotate: 0deg;
}
footer .footer-contact-comp a i {
  color: #a8f600;
  rotate: -45deg;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
footer .footer-main-comp {
  padding: 10rem 0 8rem 0;
  position: relative;
}
footer .footer-main-comp:before {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(90deg, transparent 50%, hsla(0, 0%, 100%, 0.5) 0);
  background-size: 12px 100%;
  left: 0;
  right: 0;
  top: 0;
}
footer .footer-main-comp:after {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(90deg, transparent 50%, hsla(0, 0%, 100%, 0.5) 0);
  background-size: 12px 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .footer-main-comp .footer-main-comp-cols h4 {
  opacity: 0.5;
  margin-block-end: 1.5rem;
  font-size: 1.8rem;
}
footer .footer-main-comp .footer-main-comp-cols p {
  font-size: 1.8rem;
}
footer .footer-main-comp .footer-main-comp-cols a {
  color: #ffffff;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
}
footer .footer-main-comp .footer-main-comp-cols .footer-a-hover {
  position: relative;
}
footer .footer-main-comp .footer-main-comp-cols .footer-a-hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
footer .footer-main-comp .footer-main-comp-cols .footer-a-hover:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
footer .footer-main-comp .footer-main-comp-cols .footer-social-list .footer-social-list-item {
  line-height: 2;
}
footer .footer-main-comp .footer-main-comp-cols .footer-social-list .footer-social-list-item a i {
  margin: 0.4rem;
}
footer .footer-main-comp .footer-main-comp-cols .footer-social-list .footer-social-list-item a .fa-arrow-right {
  rotate: -45deg;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
footer .footer-main-comp .footer-main-comp-cols .footer-social-list .footer-social-list-item a:hover .fa-arrow-right {
  rotate: 0deg;
}
footer .footer-main-comp .footer-main-comp-cols .footer-social-list .footer-social-list-item a:hover {
  color: #a8f600;
}
footer .footer-back-to-top-comp .btn {
  font-size: 2.2rem;
}/*# sourceMappingURL=footer.css.map */