@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

h1 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.2;
}

section {
  padding: 80px 0;
}

.btn-theme {
  border-radius: 8px;
  background-color: #376BFB;
  border: 1px solid #376BFB;
  color: #FFF;
  transition: 0.4s all;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.btn-theme:hover {
  border: 1px solid #376BFB;
  background-color: transparent;
  color: #fff;
}

header {
  padding: 10px 0;
}
header .site-branding img {
  height: 50px;
  width: auto;
}

.hero-section {
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
}
.hero-section h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-section p {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-us img {
  width: 100%;
  border-radius: 12px;
}
.about-us p {
  color: #1D1D1D;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.partner-box {
  background: #376BFB;
}
.partner-box h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.partner-box p {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.partner-box a.btn-mail {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #fff;
  padding: 15px 35px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.4s all;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.partner-box a.btn-mail:hover {
  background: transparent;
  color: #fff;
}
.partner-box a.btn-mail:hover i {
  color: #FFF;
}
.partner-box a.btn-mail i {
  font-size: 25px;
  color: #000;
  transition: 0.4s all;
}

footer {
  padding: 20px 0;
}
footer .copyright {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
footer .location {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: end;
}
footer .location i {
  font-size: 23px;
  color: #000;
}

@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  header .site-branding img {
    height: 35px;
  }
  .hero-section {
    min-height: 70dvh;
  }
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-us p {
    font-size: 18px;
    line-height: 26px;
  }
  .partner-box h1 {
    font-size: 32px;
  }
  .partner-box p {
    font-size: 18px;
    line-height: 26px;
  }
  .partner-box a.btn-mail {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
    gap: 5px;
  }
  .partner-box a.btn-mail i {
    font-size: 23px;
  }
  footer {
    padding: 20px 0;
  }
  footer .copyright {
    font-size: 14px;
    text-align: center;
  }
  footer .location {
    font-size: 14px;
    justify-content: center;
  }
  footer .location i {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */