@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
.text-primary {
  color: #312340 !important;
}

.text-primary2 {
  color: #410c76 !important;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  overflow: hidden;
  /* Hide scrollbars */
  background-color: #222222;
  font-family: "Inter", sans-serif !important;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-980 {
  max-width: 980px;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}

@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    width: calc(100% - 17px);
  }
}

.navbar {
  padding: 15px 0;
}

.navbar .nav-link {
  color: black;
  font-size: 20px;
  position: relative;
  padding: 0;
  margin: 8px 16px;
}

.navbar .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: black;
  -webkit-transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  border-radius: 4px;
}

.navbar .nav-link:hover::before {
  width: 100%;
}

.navbar .active {
  position: relative;
}

.navbar .active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 3px;
  background-color: black;
  border-radius: 4px;
}

.navbar-open-menu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 100px 60px;
}

.navbar-open-menu .nav-link {
  color: white;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 0;
  margin: 12px 0;
}

.navbar-open-menu .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: white;
  -webkit-transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  border-radius: 4px;
}

.navbar-open-menu .nav-link:hover::before {
  width: 100%;
}

.navbar-open-menu .active {
  position: relative;
}

.navbar-open-menu .active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 3px;
  background-color: white;
  border-radius: 4px;
}

.navbar-open {
  -webkit-transform: scale(0.835) translateX(-300px) translateZ(0) !important;
  transform: scale(0.835) translateX(-300px) translateZ(0) !important;
  height: 1000px !important;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.close-wrap-outer {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50px;
  right: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
}

.close-wrap .close-line {
  height: 100%;
  width: 2px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  -webkit-transition: margin 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease;
}

.close-wrap .close-line1 {
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}

.close-wrap .close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

.close-wrap-active .close-line1 {
  -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  transform: translateY(0px) translateX(0px) rotate(45deg);
}

.close-wrap-active .close-line2 {
  -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
  transform: translateY(0px) translateX(0px) rotate(-45deg);
}

.heading-1 {
  font-size: 54px;
  font-weight: 500 !important;
}

.fs-40 {
  font-size: 40px;
  font-weight: 500 !important;
}

.heading-2 {
  font-size: 34px;
  font-weight: 500 !important;
}

.heading-3 {
  font-size: 24px;
  font-weight: 500 !important;
}

.heading-4 {
  font-size: 18px;
}

.para-1 {
  font-size: 18px;
}

.para-2 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.btn-primary {
  background-color: #410c76;
  border-color: #410c76;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: opacity, -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
}

.btn-primary:hover {
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  background-color: #410c76;
  border-color: #410c76;
}

.btn-primary:focus {
  background-color: #410c76;
}

.btn-primary-alt {
  background-color: #edefe0;
  border-color: #edefe0;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.45s, color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s, color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #888;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
}

.btn-primary-alt:hover {
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  color: white;
  border-color: #410c76;
  background-color: #410c76;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.btn-link {
  color: #410c76;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  position: relative;
}

.btn-link img {
  position: relative;
  bottom: 1px;
  opacity: 0;
}

.btn-link:hover img {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-link:hover {
  color: #410c76;
}

.back-to-home {
  width: 120px;
}

.back-to-home svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.my-150 {
  margin: 150px 0;
}

.white-link {
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  cursor: pointer;
}

.white-link:hover {
  color: white;
}

.footer {
  background-color: #120b16;
  padding: 70px 0 10px;
}

.footer ul {
  max-width: 200px;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer .privacy-policy {
  color: rgba(255, 255, 255, 0.5);
  width: 540px;
  max-width: 100%;
}

.site-content {
  position: relative;
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  overflow-y: scroll;
  height: 100vh;
  background-color: white;
}

.bg-alt {
  background-color: #eef0e2;
}

.line {
  width: 70%;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.line span {
  position: absolute;
  font-size: 3rem;
  line-height: 4.2rem;
}
/*# sourceMappingURL=global.css.map */