@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;200;300;400;500;600;700;800&display=swap");
:root {
  --data-color-primary-dark: #263237;
  --data-color-primary: #4834d4;
  --data-color-success: #6ab04c;
  --data-color-info: #22a6b3;
  --data-color-warning: #f0932b;
  --data-color-danger: #eb4d4b;
  --data-color-text: #0e1111;
  --data-color-white: #ffffff;
  --data-color-text-muted: #95afc0;
  --data-color-border: #e7ebed;
  --data-color-background: #f1f4f9;
  --data-color-disabled: #516262;
}

body {
  font-family: "Inter", sans-serif;
}

section {
  padding: 70px;
}
@media (max-width: 768px) {
  section {
    padding: 50px;
    border-bottom: 1px solid var(--data-color-border);
  }
  section.card-row-section {
    text-align: center;
  }
}

h1 {
  font-family: "Lexend", sans-serif;
  font-size: 60px;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-size: 48px;
}

h3 {
  font-family: "Lexend", sans-serif;
  font-size: 40px;
}

h4 {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
}

h5 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
}

h6 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
  border-radius: 15px;
  margin-bottom: 20px;
}
.icon.small {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}
.icon.small i {
  font-size: 16px;
}
.icon i {
  color: var(--data-color-white);
  font-size: 24px;
}

.list-with-icon {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.list-with-icon.list-column {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.list-with-icon li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.list-with-icon li i {
  color: var(--data-color-success);
}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .mapouter {
    margin-bottom: 20px;
  }
}
.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.addr {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.addr li {
  margin-bottom: 20px;
}
.addr li.addr-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.preloader {
  background-color: var(--data-color-white);
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader img {
  width: 50px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .quotes {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .card-row .list-with-icon li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 14px;
  }
}
.success-icon {
  background-color: var(--data-color-success);
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
  border-radius: 50%;
}
.success-icon i {
  font-size: 50px;
  color: var(--data-color-white);
}

.bg-light {
  height: 70px;
  background-color: var(--data-color-white) !important;
  border-bottom: 1px solid var(--data-color-border);
  padding: 0;
}
@media (max-width: 768px) {
  .bg-light {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}
.bg-light .container {
  height: 100%;
}
.bg-light .navbar-collapse {
  height: 100%;
}
.bg-light .navbar-brand {
  font-size: 30px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  color: var(--data-color-text);
}
.bg-light .navbar-nav {
  height: 100%;
}
.bg-light .navbar-nav .nav-item .nav-link {
  color: var(--data-color-disabled);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.bg-light .navbar-nav .nav-item .nav-link:hover {
  color: var(--data-color-text);
}
.bg-light .navbar-nav .nav-item .nav-link.active {
  color: var(--data-color-text);
  border-bottom: 2px solid var(--data-color-text);
}
@media (max-width: 768px) {
  .bg-light .navbar-nav .nav-item .nav-link.active {
    border-bottom: none;
  }
}

.hero {
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
  width: 100%;
  position: relative;
  margin-top: 15px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 70px;
    box-shadow: 0px 1.2px 1.1px -18px rgba(0, 0, 0, 0.042), 0px 3.3px 3px -18px rgba(0, 0, 0, 0.06), 0px 7.8px 7.2px -18px rgba(0, 0, 0, 0.078), 0px 26px 24px -18px rgba(0, 0, 0, 0.12);
  }
}
.hero .hero-images {
  text-align: center;
}
.hero .hero-images img {
  width: 100%;
}
.hero .hero-content {
  color: var(--data-color-white);
  padding: 100px 50px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .hero-content {
    padding: 30px;
  }
  .hero .hero-content h1 {
    font-size: 35px;
  }
  .hero .hero-content p {
    font-size: 13px;
  }
}
.hero .hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero .hero-img {
    text-align: center;
    position: relative;
  }
}
.hero .hero-img.hero-right-pos {
  right: 50px !important;
}
@media (max-width: 768px) {
  .hero .hero-img.hero-right-pos {
    right: 0 !important;
  }
}
.hero .hero-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .contact {
    margin-top: 20px;
  }
}

.card {
  border-radius: 15px;
  margin-bottom: 20px;
}
.card .card-body {
  padding: 30px;
}
.card .card-body img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .card .card-body img {
    width: 100%;
  }
}

.team-profile {
  margin-bottom: 20px;
  border: 1px solid var(--data-color-border);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.team-profile .team-pict {
  margin-bottom: 15px;
}
.team-profile .team-pict img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.team-profile .team-detail .link-social-media {
  text-decoration: none;
}
.team-profile .team-detail .link-social-media i {
  font-size: 30px;
}

.quote {
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
  padding: 100px;
  border-radius: 15px;
  color: var(--data-color-white);
}

.box {
  background-color: var(--data-color-white);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-flow: wrap;
  margin-bottom: -50px;
}
.box .col-box {
  flex: 0 0 50%;
}

.parallax {
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
}
.parallax .parallax-title {
  color: var(--data-color-white);
  text-align: center;
  margin-bottom: 50px;
}

.wrapper {
  display: flex;
  gap: 15px;
}
.wrapper .item {
  flex: 1;
}
.wrapper .item .card h6 {
  font-size: 16px;
}
.wrapper .item .card p {
  font-size: 13px;
}

.btn {
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Lexend", sans-serif;
}

footer {
  border-top: 1px solid var(--data-color-border);
  padding: 50px 0 0;
}
footer .nav-footer {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer .nav-footer {
    margin-top: 20px;
  }
}
footer .nav-footer li {
  margin-bottom: 10px;
}
footer .nav-footer li a {
  text-decoration: none;
  color: var(--data-color-disabled);
}
footer .nav-footer li a:hover {
  color: var(--data-color-text);
  text-decoration: underline;
}
footer .nav-footer li.nav-footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}
footer .copyright {
  text-align: center;
  margin-top: 50px;
  color: var(--data-color-text-muted);
}

/*# sourceMappingURL=main.css.map */
