@import "https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap";

/* src/styles.scss */
body {
  margin: 0;
  background: #fff;
  font-family: "Mona Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@font-face {
  font-family: "FONTSPRING DEMO - Span";
  src: url("./media/FONTSPRINGDEMO-SpanRegular.eot");
  src:
    url("./media/FONTSPRINGDEMO-SpanRegular.eot?#iefix") format("embedded-opentype"),
    url("./media/FONTSPRINGDEMO-SpanRegular.woff2") format("woff2"),
    url("./media/FONTSPRINGDEMO-SpanRegular.woff") format("woff"),
    url("./media/FONTSPRINGDEMO-SpanRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans Expanded";
  src: url("./media/MonaSansExpanded-Bold.eot");
  src:
    url("./media/MonaSansExpanded-Bold.eot?#iefix") format("embedded-opentype"),
    url("./media/MonaSansExpanded-Bold.woff2") format("woff2"),
    url("./media/MonaSansExpanded-Bold.woff") format("woff"),
    url("./media/MonaSansExpanded-Bold.ttf") format("truetype"),
    url("./media/MonaSansExpanded-Bold.svg#MonaSansExpanded-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.founder {
  padding: 90px 0px;
}
@media (max-width: 991px) {
  .founder {
    padding: 25px 0px;
  }
}
.founder h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2%;
  color: #003870;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .founder h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.founder .about-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .founder .about-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.founder .about-content .founder-img {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #003870;
}
.founder .about-content .founder-img img {
  width: 100%;
  transition: all 0.5s;
  height: 500px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.founder .about-content .about-founder h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #003870;
  margin-top: 0;
  font-weight: 600;
}
.founder .about-content .about-founder p {
  font-size: 16px;
  line-height: 24px;
  color: #003870;
  text-align: justify;
}
.founder .about-content .about-founder p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .founder .about-content .about-founder p {
    font-size: 14px;
  }
}
.founder:hover .about-content .founder-img img {
  transform: scale(1.08);
}
.gallery {
  padding: 90px 0px 90px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 25px 0px;
  }
}
.gallery h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2%;
  color: #003870;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .gallery h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.gallery .gallery-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .gallery .gallery-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery .gallery-slider .gallery-img {
  overflow: hidden;
}
.gallery .gallery-slider .gallery-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s;
  cursor: pointer;
}
.gallery .gallery-slider .gallery-img img:hover {
  transform: scale(1.2);
}
.gallery .pagination ul {
  text-align: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.gallery .pagination ul li a {
  font-size: 14px;
  color: #003870;
  font-weight: 400;
  text-decoration: none;
}
.gallery .pagination ul li a i {
  font-weight: 400;
}
.gallery .pagination ul li a.active {
  font-weight: 700;
}
.ng-image-slider .ng-image-slider-loader {
  display: none !important;
}
.home .hero .custom-loader {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}
.custom-loader .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top-color: #3f51b5;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
