@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  --blue: #0b3d91;
  --green: #008a60;
  --accent-green: #00a676;
  --white: #fbf9f9;
}

body {
  font-family: "Inter", sans-serif;
  background-image: url("bg1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(11, 61, 145, 0.82), rgba(0, 138, 96, 0.78));
  z-index: -1;
}

.container {
  /* background-color: rgb(254, 254, 254, 0.8); */
  padding-top: 2vw;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  max-width: 900px;
}

.pricing-header {
  background: linear-gradient(120deg, #0b3d91, #008a60);
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(11, 61, 145, 0.3);
  color: #fbf9f9;
}

.privButton {
  text-decoration: none;
  color: azure;
}

.privButton :hover {
  text-decoration: none;
  color: azure;
}

@media (min-width: 768px) {
  
}

.pricing-header {
  max-width: 900px;
}

.enav {
  max-width: 900px;
  /* background-color: rgb(206, 215, 206); */
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}

.card-deck .card {
  min-width: 280px;
  max-width: 600px;
  background-color: rgba(0, 138, 96, 0.35);
  border: 1px solid rgba(0, 166, 118, 0.4);
  color: #fbf9f9;
}

.card-deck .card .card-header {
  background: linear-gradient(120deg, rgba(11, 61, 145, 0.4), rgba(0, 138, 96, 0.4));
  border-bottom: 1px solid rgba(0, 166, 118, 0.4);
  color: #fbf9f9;
}

.card-deck .card p {
  color: #fbf9f9;
}

.card-deck .card .btn-light:hover {
  color: inherit;
}

.card-deck {
  justify-content: center;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proapp {
  background-color: transparent;
}

.btn-primary-custom {
  background-color: #008a60;
  border-color: #008a60;
  color: #fbf9f9;
}

.btn-primary-custom:hover {
  background-color: #00a676;
  border-color: #00a676;
  color: #fbf9f9;
}


@media screen and (max-width: 576px) {
  .custom-header {
    font-size: 1.8rem;
    font-weight: 300;
  }

  .custom-lead {
    font-size: 1rem;
    font-weight: 300;
  }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
  .custom-header {
    font-size: 2.5rem;
    font-weight: 300;
  }

  .custom-lead {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

@media screen and (min-width: 993px) {
  .custom-header {
    font-size: 3rem;
    font-weight: 300;
  }

  .custom-lead {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
