@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Heebo" !important;
}

.navbar {
  background-color: #456FB3 !important;
  position: sticky;
  top: 0;
}

.navbar .container-fluid {
  padding: 10px 1rem;
}

.navbar .logo {
  width: 100px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .btn-download {
  background-color: #4ACAE7 !important;
  border: none;
  padding: 10px;
  font-weight: bold;
}

.navbar-nav .btn-download:hover {
  background-color: #4ACAE7 !important;
}

.navbar-nav .btn-download img {
width: 25px;
}

.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: #cba506 !important;
}

section {
  padding: 3rem 10px;
}

section h5.title {
  color: #456FB3;
}

section .sub-title {
  margin-bottom: 1.5rem;
}

section:nth-of-type(1) {
  background-color: #f0f5f6;
}

#about-us .main-content p {
  max-width: 600px;
  margin: auto;
}

section:nth-of-type(2) .grid-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  margin: auto;
  gap: 1.5rem;
  max-width: 1000px;
}

section:nth-of-type(2) .grid-content > div {
  display: flex;
  flex-direction: column;
  background: #f5f4f5;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 1.5rem;
}

section:nth-of-type(2) .grid-content .title {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

section:nth-of-type(2) .grid-content img {
  width: 200px;
  height: 100px;
}

section:nth-of-type(2) .grid-content > div {
  display: flex;
}

footer {
  padding: 1rem 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 15px;
}

footer > div {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

footer .copyright{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}

footer .tnc {
  display: flex;
  gap: 1rem;
}

@media only screen and (max-width: 850px) {
  footer {
    position: static !important;
  }
}
