@import url("https://fonts.cdnfonts.com/css/work-sans");
h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
}

h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 45px;
}

h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.main-banner {
  background-image: url("../image/main-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 90px 0;
}
.main-banner .banner-form {
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-banner .banner-form .btn-primary {
  background-color: #009ef7 !important;
  border-color: #009ef7 !important;
}
.main-banner .banner-form .btn-primary:hover {
  background-color: #0095e8 !important;
  border-color: #0095e8 !important;
}

main .why-choose-us {
  background-color: #001d3d;
}
main .why-choose-us:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("../image/fold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main .why-choose-us .custom-card {
  background-color: #203b58;
  border-radius: 15px;
  box-shadow: 0px 0px 16px 0px rgba(0, 29, 61, 0.79);
  padding: 30px;
}

footer {
  background-color: #001d3d;
}

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