@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

:root {
  --bs-primary: #3057d3;
  --bs-primary-rgb: 48, 87, 211;
  --bs-secondary: #090e36;
  --bs-secondary-rgb: 9, 14, 54;
}

body {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: var(--bs-primary);
}
.overlay {
  background: #000f8bad;
}

[class*="text-underline-"] {
  background: repeat-x left 1em/1em 0.05em;
}

.text-underline-warning {
  background-image: linear-gradient(
    90deg,
    var(--bs-primary-light),
    var(--bs-primary-light)
  );
}

.text-primary {
  color: var(--bs-primary) !important;
}

.menu .nav-link {
  text-decoration: none;
  border-radius: 40px;
  margin: 0 0.1rem;
  padding: 0.5rem 1.5rem !important;
  color: var(--bs-white);
}

.menu .nav-link:hover,
.menu .active .nav-link {
  color: var(--bs-white) !important;
  background: var(--bs-primary) !important;
}

.menu .navbar-toggler {
  border-width: 0;
}


.hero-home {
  background: rgb(var(--bs-secondary-rgb)) url('../assets/images/building.webp') no-repeat;
  background-size: cover;
}

.hero .text-sub {
  color: #c3d100 !important;
}

.hero .btn-lg {
  font-size: 0.9375rem;
  padding: 12px 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
}

.navbar-collapse {
  text-align: right;
}

.g-5 li {
  padding: 0 30px 0;
}

.link-more .bi {
  transition: margin-left 0.2s;
}

.link-more {
  transition: background-color 0.2s;
  background-color: var(--bs-primary-light);
}

.link-more:hover {
  background-color: #ffffff;
  color: #1c1a28;
}

.link-more:hover .bi {
  margin-left: 5px;
}

.text-gray svg {
  color: #999999;
}

.text-gray svg:hover {
  color: #000000;
}

.text-gradient {
  background: linear-gradient(90deg, #1264ff 16%, #004bd6 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-container img {
  border: 1px solid #212529;
  transition: box-shadow .3s;
}

.video-container img:hover {
  box-shadow: 0px 1px 2px 0px rgb(254 0 2 / 70%), 1px 2px 4px 0px rgb(254 0 2 / 60%), 2px 4px 8px 0px rgb(254 0 2 / 50%), 2px 4px 16px 0px rgb(254 0 2 / 56%) !important;
}

.badge-rounded-circle {
  border-radius: 50%;
  display: initial;
  padding: 10px 14px;
  height: fit-content;
}

.four-service:hover {
  box-shadow: none !important;
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: #ffffff;
}

.four-service:hover p,
.four-service:hover svg {
  color: #ffffff !important;
}