@charset "UTF-8";
/*================================================
01: Reset css Style
==================================================*/
/*================================================
// 01: All mixin css Style
==================================================*/
/*================================================
//  02: Responsive Screen
==================================================*/
.footer {
  background-image: url("./../images/home-2/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
.footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./../images/home-2/footer-shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .footer .logo img {
    max-width: 60%;
  }
}
.footer p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0 36px;
}
@media (max-width: 768px) {
  .footer p {
    font-size: 14px;
  }
}
.footer .social-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer .social-link a {
  width: 42px;
  height: 42px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.footer .social-link a i {
  color: #0e59f2;
}
.footer .social-link a:hover {
  background-color: #0e59f2;
}
.footer .social-link a:hover i {
  color: #fff;
}
.footer .footer-title {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .footer .footer-title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.footer .footer-link li a {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .footer .footer-link li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .footer-link li a:hover svg path {
  fill: #0e59f2;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.footer .footer-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer .footer-gallery .gallery-item {
    flex: 0 0 30%;
  }
}
.footer .tiny-footer {
  margin-top: 98px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0823529412);
}
@media (max-width: 768px) {
  .footer .tiny-footer {
    margin-top: 50px;
  }
}
.footer .tiny-footer p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer .tiny-footer p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer .tiny-footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer .tiny-footer ul {
    justify-content: center;
  }
}
.footer .tiny-footer ul li a {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}/*# sourceMappingURL=footer-2.css.map */