@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  background: var(--black);
}
footer .footer-wrapper {
  background: var(--gray-sec);
}
footer .footer-wrapper .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  padding: 20px 0;
  width: var(--container);
  list-style: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-top li {
  display: flex;
  gap: 14px;
  align-items: center;
}
footer .footer-wrapper .footer-top li svg, footer .footer-wrapper .footer-top li img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: var(--primary);
  filter: invert(52%) sepia(95%) saturate(1600%) hue-rotate(158deg) brightness(88%) contrast(101%);
}
footer .footer-wrapper .footer-top li .content {
  text-align: left;
}
footer .footer-wrapper .footer-top li .content p {
  margin: 0;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}
footer .footer-wrapper .footer-top li .content span {
  font-size: 12px;
  color: var(--text);
}
footer .footer-wrapper-bottom {
  background: var(--black);
}
footer .footer-wrapper-bottom .footer-middle {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle {
    padding: 40px 0;
  }
}
footer .footer-wrapper-bottom .footer-middle .container {
  display: grid;
  grid-template-columns: 21% 16% 26% 31%;
  gap: 40px;
  max-width: var(--container);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    grid-template-columns: 20% 13% 26% 31%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    grid-template-columns: 1fr;
  }
}
footer .footer-wrapper-bottom h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  color: #ffffff;
}
footer .footer-wrapper-bottom .colA .logo {
  display: inline-block;
  width: 200px;
  background: #ffffff;
  margin-bottom: 24px;
}
footer .footer-wrapper-bottom .colA .logo img {
  width: 100%;
  display: block;
}
footer .footer-wrapper-bottom .colA .contact-info {
  list-style: none;
  margin-bottom: 24px;
}
footer .footer-wrapper-bottom .colA .contact-info li {
  margin-bottom: 16px;
}
footer .footer-wrapper-bottom .colA .contact-info li .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
footer .footer-wrapper-bottom .colA .contact-info li p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
footer .footer-wrapper-bottom .colA .contact-info li a {
  color: rgba(255, 255, 255, 0.85);
}
footer .footer-wrapper-bottom .colA .contact-info li a:hover {
  color: var(--primary);
}
footer .footer-wrapper-bottom .colA .social {
  display: flex;
  gap: 14px;
  list-style: none;
}
footer .footer-wrapper-bottom .colA .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transition: all 0.2s ease;
}
footer .footer-wrapper-bottom .colA .social a svg {
  width: 18px;
  height: 18px;
}
footer .footer-wrapper-bottom .colA .social a:hover {
  background: var(--primary);
  border-color: var(--primary);
}
footer .footer-wrapper-bottom .colB ul {
  list-style: none;
}
footer .footer-wrapper-bottom .colB ul li {
  margin-bottom: 10px;
}
footer .footer-wrapper-bottom .colB ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}
footer .footer-wrapper-bottom .colB ul a:hover {
  color: #ffffff;
}
footer .footer-wrapper-bottom .colC .blog-list {
  list-style: none;
}
footer .footer-wrapper-bottom .colC .blog-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
footer .footer-wrapper-bottom .colC .blog-list li:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper-bottom .colC .blog-list li img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
footer .footer-wrapper-bottom .colC .blog-list li .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .footer-wrapper-bottom .colC .blog-list li .content a {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}
footer .footer-wrapper-bottom .colC .blog-list li .content a:hover {
  color: var(--primary);
}
footer .footer-wrapper-bottom .colC .blog-list li .content span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
footer .footer-wrapper-bottom .colD .desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}
footer .footer-wrapper-bottom .colD .form {
  --inputsize: 46px;
  --labelbefore: rgba(255, 255, 255, .55);
  --labelafter: rgba(255, 255, 255, .8);
  --borderbefore: rgba(255, 255, 255, .3);
  --color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 18px;
}
@media only screen and (max-width: 540px) {
  footer .footer-wrapper-bottom .colD .form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-wrapper-bottom .colD .form .sbmt {
    width: 100%;
  }
}
footer .footer-wrapper-bottom .colD .form .form-group {
  flex: 1;
}
footer .footer-wrapper-bottom .colD .form .form-group input {
  color: #ffffff !important;
}
footer .footer-wrapper-bottom .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  background: #171717;
}
footer .footer-wrapper-bottom .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-bottom .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
footer .footer-wrapper-bottom .footer-bottom .container .copyright {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-wrapper-bottom .footer-bottom .container .copyright a {
  color: var(--white, #fff);
  font-weight: 700;
  text-decoration: none;
  font-size: inherit;
  transition: color 0.25s ease;
}
footer .footer-wrapper-bottom .footer-bottom .container .copyright a:hover {
  color: var(--primary);
}/*# sourceMappingURL=footer.css.map */