:root,
[data-bs-theme="light"] {
  --bs-link-hover-color: var(--bs-secondary);
  --bs-link-hover-color-rgb: var(--bs-secondary-rgb);
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.img-logo {
  height: 100px;
  width: 100px;
}
@media (min-width: 768px) {
  .img-logo {
    height: 125px;
    width: 125px;
  }
}

.img-flex {
  height: 250px;
  width: 100%;
}
@media (min-width: 992px) {
  .img-flex {
    height: 600px;
    width: 50%;
  }
}

.shadow-style {
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.img-size {
  height: 250px;
}
@media (min-width: 1200px) {
  .img-size {
    height: calc(570px + 5rem);
  }
}

.card-div {
  background: var(--bs-primary);
}

.card-icon {
  color: var(--bs-secondary);
}

.card-icon svg {
  width: 100px;
  height: 100px;
}

.card-text {
  color: var(--bs-light);
  font-weight: 300 !important;
}

.mid-section-padding {
  padding-bottom: 150px;
}

@media (min-width: 1200px) {
  .mid-section-padding {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

.custom-padding {
  padding-top: 175px;
  padding-bottom: 175px;
}

@media (min-width: 1200px) {
  .custom-padding {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.header-padding {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .header-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 900px) {
  .card-div {
    min-width: 300px !important;
  }
}

@media (min-width: 1200px) {
  .card-div {
    min-width: 350px !important;
  }
}

@media (min-width: 1400px) {
  .card-div {
    min-width: 400px !important;
  }
}

#mainNav.scrolled {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: rgba(var(--bs-light-rgb), 0.9);
}

#mainNav.scrolled a {
  color: var(--bs-primary-dark);
}
