@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700;800&family=Lora:ital@0;1&family=Varela&family=Varela+Round&display=swap");

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  line-height: 1.9;
}
:root {
  --tg-theme-primary: #5751e1;
  --tg-theme-secondary: #ffc224;
  --tg-common-color-blue: #050071;
  --tg-common-color-blue-2: #282568;
  --tg-common-color-dark: #1c1a4a;
  --tg-common-color-black: #06042e;
  --tg-common-color-dark-2: #4a44d1;
  --tg-body-color: #6d6c80;
  --tg-heading-color: #161439;
  --tg-theme-primary: #5751e1;
  --tg-theme-secondary: #ffc224;
  --tg-common-color-blue: #050071;
  --tg-common-color-blue-2: #282568;
  --bs-paper-bg: #fff;
  --bs-primary: #446ba6;
  --bs-light-primary: #d3e3fd;
  --bs-royal: #0066cc;
}
/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800 !important;
} */

h5 {
  font-size: 30px;
}
h2 {
  font-family: "hellix-bold";
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  color: #0e2a4b;
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 800;
}

img {
  /* height: 100%; */
  width: 90%;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 2;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(17, 7, 254, 0.7), rgba(0, 224, 254, 0.7));
  z-index: -1;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero-section {
  min-height: width 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  /* padding: 10px 10px; */
  transition: all 0.4s ease;
}
.btn-main {
  background: linear-gradient(to right, #00e0fe, #1107fe);
  border-radius: 60px;
  border: none;
  font-weight: 900;
  color: #fff;
}
.btn-main {
  background: linear-gradient(to right, #00e0fe, #1107fe);
  border-radius: 900px;
  border: none;
  font-weight: 10;
  color: #fff;
}
.btn:hover {
  color: #fff;
  transform: translateY(-4px);
}

.header {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.navbar {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
  background: -webkit-linear-gradient(#0cd1eb, #1008f5);
  /* -webkit-background-clip: text ; */
  -webkit-text-fill-color: transparent;
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro .divider {
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #00e0fe, #1107fe);
  margin: 20px auto;
}
.Service .Service-img {
  transition: transform 0.2s;
  position: relative;
}

.Service .Service-img:hover {
  transform: scale(
    1.25
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.Service .Service-img .icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(to right, #00e0fe, #1107fe);

  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.Service .Service-img .icon i {
  font-size: 36px;
}
.bg-background {
  background: linear-gradient(
    270deg,
    #4162e7 0%,
    color-mix(in srgb, #4162e7 52%, white 48%) 100%
  );
  box-shadow: 0 4px 10px rgba(23, 39, 101, 0.3);
  color: #fff;
}
.bg-secondary {
  background: linear-gradient(
    270deg,
    #4197e7 0%,
    color-mix(in srgb, #4197e7 52%, white 48%) 100%
  );
  box-shadow: 0 4px 10px rgba(23, 39, 101, 0.3);
  color: #000000;
}

.card-header-background {
  background-color: var(--bs-royal) !important;
}
.header-title {
  color: #fff;
}

.table-header-background {
  background-color: var(--bs-light-primary);
}

.primary-backgroud {
  background-color: rgb(240, 244, 247); /* #cfe9fc */
}

.button-submit {
  background-color: #446ba6 !important;
  border-color: #446ba6 !important;
  color: #fff !important;
}
.button-submit:hover {
  background-color: #fff !important;
  border-color: #446ba6 !important;
  color: #446ba6 !important;
}
.secondary-btn-background {
  background-color: rgb(86, 95, 115); /* #565f73 */
}
.button-contrast {
  background-color: #ffffff !important;
  color: #446ba6 !important;
}
.button-contrast:hover {
  border-color: #446ba6 !important;
  color: #446ba6 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}
.bg-label-primary {
  background-color: color-mix(
    in sRGB,
    var(--bs-paper-bg) 84%,
    var(--bs-primary)
  ) !important;
  color: var(--bs-primary) !important;
}
.view-more {
  --bs-badge-border-width: 0;
  --bs-badge-border-color: var(--bs-primary);
  --bs-badge-bg-color: var(--bs-primary);
  border: var(--bs-badge-border-width) var(--bs-border-style)
    var(--bs-badge-border-color);
  background-color: var(--bs-badge-bg-color);
  line-height: 1.375;
}

.primary-btn {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
.primary-outline-btn {
  background-color: transparent !important;
  color: var(--bs-royal) !important;
  border-color: var(--bs-royal) !important;
}
.primary-outline-btn:hover {
  background-color: var(--bs-royal) !important;
  color: #fff !important;
  border-color: var(--bs-royal) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
.bg-light-primary {
  background-color: rgba(236, 254, 255, 1) !important;
}
.bottom-border {
  border-bottom: 1px solid var(--bs-primary);
}
.bordered {
  border: 1px solid var(--bs-royal) !important;
}
.primary-text {
  color: var(--bs-royal) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.bg-lighter {
  background-color: #ebf5ff !important;
}

.border-bg {
  border-color: var(--bs-primary) !important;
  border: 1px;
}
.card-header-light-bg {
  background-color: #ebf5ff !important;
}
.total-lable {
  color: var(--bs-primary) !important;
}
.success-bg {
  background-color: #008000 !important;
}
.info-bg {
  background-color: #002039 !important;
}
.danger-bg {
  background-color: #9b0000 !important;
}
.warning-bg {
  background-color: #fdd20e !important;
}
.small-header-bg {
  background-color: #2f5573 !important;
}
.small-header-title {
  color: var(--bs-royal) !important;
  font-weight: bold;
}
input,
input::placeholder,
input::-webkit-input-placeholder,
textarea,
textarea::placeholder,
textarea::-webkit-input-placeholder,
select,
select option:first-child {
  color: var(--bs-primary) !important;
}

label,
.label {
  font-weight: bold;
}
