@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --bs-primary: #52009e;
  --bs-primary-rgb: 82, 0, 158;
  --bs-primary-dark: #40017a;
  --bs-secondary: #001d9e;
  --bs-secondary-rgb: 0, 30, 160;
  --bs-secondary-dark: #001883;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9rem;
  line-height: normal;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a:hover,
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-secondary-dark);
  text-decoration: underline;
}

.card a:hover {
  text-decoration: none;
}

a.active {
  color: var(--bs-primary) !important;
}

.nav-link {
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 .1rem;
  padding: .5rem 1.5rem !important
}

footer .nav-link {
  color: #000000;
}

.hero-bg .nav-link {
  color: #ffffff !important;
}

.navbar-light {
  padding-top: 15px;
}

.menu .nav-link:hover,
.menu .active .nav-link {
  background: rgb(var(--bs-primary-rgb), 1);
  text-decoration: none;
  color: #fff;
}


footer .nav-link:hover {
  text-decoration: none;
}

.hero-bg {
  background: url(../images/1440x619ada.jpg) no-repeat center center;
  background-size: cover;
}

.hero-bg .navbar {
  background: transparent;
}

.hero-bg .menu-items {
  margin-top: 15px;
}

.hero .btn-lg {
  font-size: 0.9375rem;
  padding: 14px 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  line-height: normal;
}

.hero .fill-blue {
  fill: var(--bs-primary);
}

.hero .lead {
  color: #869ab8 !important;
  font-size: 1.3125rem;
  font-weight: 400;
}

.hero .left:hover {
  box-shadow: 0 0 0 rgba(22, 28, 45, 0);
  transition: box-shadow .25s ease, transform .25s ease;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-dark);
}

.btn-primary:hover{
  border-color: var(--bs-primary-dark) !important;
  background-color: var(--bs-primary-dark) !important;
  text-decoration: none;
}

.btn-primary:active {
  border-color: var(--bs-secondary) !important;
  background-color: var(--bs-secondary) !important;
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary-dark);
  --bs-btn-hover-bg: var(--bs-secondary-dark);
}

.btn:hover {
  text-decoration: none;
}

.hero-art {
  top: 0px;
  height: 335px;
  left: 0;
}

.h-100vh {
  height: calc(100vh - 88px)
}

.fs-7 {
  font-size: 0.85rem;
}

.content svg {
  fill: #000000;
  opacity: 0.4 !important;
}

.content a {
  color: #000000;
}

.link-more:hover .bi {
  margin-left: 10px !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 87, 211, 0.1) !important;
}

.widget-icon {
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

.sr-icon {
  top: 8px;
  left: 13px;
}

.ps-4-5 {
  padding-left: 35px;
}

.vertical-align {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical-align-home {
  margin: 0;
  position: absolute;
  top: 38%;
}

.image-wrapper {
  height: 420px;
  background-size: cover;
  object-fit: cover;
  background-position: 0 0;
  transition: background-position 800ms;
}

#items .card a {
  color: #ffffff;
  transition: color 400ms;
}

#items .card a:hover {
  color: #ff9900;
}

#items .card a:hover .image-wrapper {
  background-position: -300px 0px;
}

.overlay {
  background-image: linear-gradient(#ffffff00, #00000085);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
}