@charset "UTF-8";
.footer {
  padding-top: 142px;
  background-color: #001d21;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
.footer .left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.footer .left-img img {
  width: 100%;
  height: 100%;
}
.footer .right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
.footer .right-img img {
  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: #550000;
}
.footer .social-link a:hover {
  background-color: #550000;
}
.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 {
  margin-bottom: 10px;
}
.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: #550000;
  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: 1400px) {
  .footer .footer-gallery .gallery-item {
    flex: 0 0 30%;
  }
}
@media (max-width: 1200px) {
  .footer .footer-gallery .gallery-item {
    flex: 0 0 30%;
  }
}
@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;
}

.progress-wrap::after {
  color: #550000;
}
.progress-wrap svg.progress-circle path {
  stroke: #550000;
}

.loader:after {
  border-top-color: #550000;
  border-right-color: #550000;
  border-bottom-color: #550000;
}/*# sourceMappingURL=footer-1.css.map */