@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500;
}

html,
main {
  background: #dad2ff;
}

.navbar-brand .navbar-brand-item {
  height: 75px;
}

@media (max-width: 991.98px) {
  .navbar-brand .navbar-brand-item {
    height: 60px;
  }
}

.header-static {
  height: auto;
}

.header-static {
  background: #493d9e;
  /* padding: 5px 0; */
}

.header-static.sticky {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  position: fixed;
  z-index: 11;
  width: 100%;
}

.header-static.sticky .navbar-brand .navbar-brand-item {
  height: 60px;
}

.navbar-nav .nav-link {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

footer .nav-link:hover,
footer .nav-link:focus {
  color: #493d9e;
}

.navbar-nav {
  margin: 0 auto;
}

.btn {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}

.btn-primary {
  background: #493d9e;
  border-color: #493d9e;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #322783 !important;
  border-color: #322783 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #000;
  border-color: #000;
}

.text-primary {
  color: #493d9e !important;
}

.lead {
  font-weight: 500;
  color: #222;
  font-size: 1.1rem;
}

.text-bg-primary {
  background: #e7e4fe !important;
  color: #322783 !important;
  font-weight: 600 !important;
}

.bg-primary {
  background: #493d9e !important;
}

.form-select {
  background-color: #fff;
}

.form-control,
.form-select {
  border-radius: 20px !important;
}

.features .card ul li {
  color: #222;
  list-style-type: circle;
}

.form-control:focus,
.form-control:active,
.form-select:focus,
.form-select:active {
  border-color: #493d9e;
}

.nav-link-secondary {
  list-style-type: none;
}

header.fixed-top+main {
  padding-top: calc(1.5rem + 100px);
  padding-bottom: 50px;
}

.vstack .card-body {
  flex: none;
}

.language-dropdown ul {
  min-width: 160px !important;
  padding: 0 !important;
}

.language-dropdown ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  font-weight: 500;
}

.language-dropdown ul li:last-of-type {
  border-bottom: 0;
}

.language-dropdown ul li a {
  color: var(--bs-body-color);
}

.language-dropdown ul li a:hover {
  color: #493d9e;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item .nav-link {
    color: #222;
  }

  .navbar-brand {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  footer {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .signup-box img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-brand .navbar-brand-item {
    margin: 0 auto;
    display: block;
  }

  .header-static {
    padding: 10px 0;
  }

  .navbar-expand-lg .navbar-collapse {
    top: 106%;
  }
}

/* Added by Tanmaya */
.glightbox-clean .gdesc-inner {
  padding: 15px 15px;
}