@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monomaniac+One&display=swap");
/* // sass variable */
:root {
  --primary: 103, 61, 230;
  --secondary: 47, 28, 106;
  --gray: 134, 134, 134;
  --white: 255, 255, 255;
  --card-surface: 45, 133, 239;
  --neon: 204, 255, 1;
  --teal: 58, 232, 173;
}
body,
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  margin: 0;
}

a {
  cursor: pointer !important;
}

p {
  margin-bottom: 2px;
}

.v-align-middle {
  align-items: center;
  display: flex;
  justify-content: center;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.font-monomaniac-one {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.app-padding {
  padding: 0 7%;
}
.list-style-none {
  list-style: none;
  margin-bottom: 10px;
}
.list-style-none a :hover {
  text-decoration: underline;
}
.primary-action-btn :hover {
  transform: scale(3);
}
.primary-action-btn {
  border-radius: 8px !important;
  background: rgb(103, 61, 230);
  transition-duration: 125ms;
  background: -moz-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: -webkit-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#673de6",endColorstr="#392280",GradientType=1);
  color: #fff !important;
  text-transform: none !important;
  padding: var(--padding);
  text-decoration: none !important;
  /* padding: var(attr(py))px 20px ; */

  -webkit-box-shadow: 0 12.5px 20.5px -8px #673de6;
  -moz-box-shadow: 0 12.5px 20.5px -8px #673de6;
  box-shadow: 0 12.5px 20.5px -8px #673de6;
}
.section-title-veriant-2 h2,
.section-title h2 {
  font-size: 50px;
  font-weight: 800;
  color: rgb(var(--secondary));
}
.section-title-veriant-2 span,
.section-title span {
  color: rgb(var(--color), 0.8);
  font-family: "Roboto Slab", serif;
}

.section-title .card-subtitle::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background: rgb(var(--color), 0.7);
  position: relative;
  bottom: 4px;
  right: -10px;
  border-radius: 3px;
}

.section-title span::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background: rgb(var(--color), 0.7);
  position: relative;
  bottom: 4px;
  left: -10px;
  border-radius: 3px;
}
.section-title-veriant-2 span::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(var(--color), 0.8);
  position: relative;
  bottom: -2px;
  left: -8px;
}
.text-shadow {
  text-shadow: 2px 2px rgb(var(--secondary), 0.8);
}
.drop-shadow {
  filter: drop-shadow(8px 6px 2px lightgray);
}
/* Nav bar logic */
.navbar .brand-logo {
  position: sticky;
  top: -85px;
}
.navbar .icon {
  color: rgb(var(--primary), 0.8);
  font-size: 30px;
}
#app-footer .nav-text,
.navbar .nav-text {
  font-weight: 500;
}
#app-navbar .nav-link,
#app-header .nav-link {
  font-weight: 500;
  font-size: 18px;
  /* text-decoration: none; */
  color: rgb(var(--primary), 1);
}
#app-header .active-nav-link::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: rgb(var(--primary), 1);
  position: relative;
  bottom: -10;
  left: 0;
  border-radius: 3px;
}

/* loading */
#loading-screen {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: 101101;
  overflow: hidden;
  display: flex;
  align-items: center;

  background: rgb(103, 61, 230);
  background: -moz-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: -webkit-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#673de6", endColorstr="#392280", GradientType=1);
}

#loading-screen .progress {
  height: 4.5px;
  width: 140px;
  background: linear-gradient(rgb(var(--neon, 1)) 0 0),
    linear-gradient(rgb(var(--neon)) 0 0), rgb(var(--white), 0.3);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  animation: progress-7x9cg2 3s infinite;
}

@keyframes progress-7x9cg2 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}

/* dialog */

.--contact-dialog {
  color: #fff;
  border: none;
  background: rgb(103, 61, 230);
  background: -moz-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: -webkit-linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  background: linear-gradient(
    126deg,
    rgba(103, 61, 230, 1) 29%,
    rgba(57, 34, 128, 1) 96%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#673de6",endColorstr="#392280",GradientType=1);
}
/* .--contact-dialog {
  overflow-x:hidden;
  color: rgb(var(--white));
}
.--contact-dialog .bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, rgb(var(--primary)) 50%, rgb(var(--secondary),0.5) 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
  overflow-x: hidden;
}
.--contact-dialog .bg-2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.--contact-dialog .bg-3 {
  animation-duration: 5s;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
} */
