@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
body {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  color: #081359;
}

p {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #081359;
}

button, a.btn {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 50em !important;
}

.btn {
  padding: 8px 20px !important;
}

.btn.btn-sm {
  padding: 5px 14px !important;
  font-size: 12px;
}

.btn-primary {
  background-color: #081359;
  border-color: #081359;
  color: white !important;
}

.btn-primary:hover {
  background-color: #060c39;
  border-color: #060c39;
}

.btn-outline-primary {
  color: #081359;
  border-color: #081359;
}

.btn-outline-primary:hover {
  color: white !important;
  background-color: #081359;
  border-color: #081359;
}

.navbar-brand img {
  width: 75px;
  height: 100%;
  object-fit: contain;
}

nav {
  display: contents;
}

nav a {
  color: #081359 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 1.5px !important;
}

.nav .btn.btn-sm {
  font-weight: 700 !important;
  font-size: 12px !important;
}

.homepage h1 {
  color: white;
}
.homepage .parallax {
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(21, 25, 53, 0.4);
}
.homepage .top-section .parallax {
  background-image: url("/img/header.jpg");
}
.homepage .top-section .hdr-info {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
}
.homepage .top-section .hdr-info h1 {
  font-weight: 800;
}
.homepage .top-section .hdr-info .dtl {
  font-size: 24px;
  margin-bottom: 40px;
}
.homepage .scrollover {
  background-color: white;
  padding: 80px 20px;
}
.homepage .service-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.homepage .providers {
  text-align: center;
}
.homepage .providers .designBlockImageContainer img {
  max-width: 350px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
.homepage .adlt-section .parallax {
  background-image: url("/img/adult-bg.jpg");
}
.homepage .adlt-section .adlt-info {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
}
@media (min-width: 992px) {
  .homepage .adlt-section .adlt-info {
    width: 100%;
    max-width: 1320px;
  }
}
.homepage .adlt-section .adlt-info h2 {
  color: white !important;
  margin-bottom: 20px;
}
.homepage .adlt-section .adlt-info p {
  margin-bottom: 20px;
}
.homepage .scc-section .parallax {
  background-image: url("/img/sick-bg.jpg");
}
.homepage .scc-section .scc-dtl {
  color: white !important;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
}
.homepage .scc-section .scc-dtl h2 {
  color: white !important;
}

footer {
  background-color: #081359;
  color: white;
  padding: 80px 20px;
}

/*# sourceMappingURL=pfp-styles.css.map */
