@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin: 0;
  color: white;
  overflow-x: hidden;
  background-color: #111317 !important;
  scroll-behavior: smooth !important;
}

html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  overflow-y: scroll; scroll-behavior: smooth;
}

nav {
  margin: 0 auto;
  background-color: transparent;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navlogo {
  width: 100px;
  height: auto;
}

.dashbtn {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  display: inline-block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  z-index: 1;
  padding: 10px 24px !important;
  color: #111317 !important;
  background-color: white !important;
  border-radius: 5px !important;
}

.dashbtn:hover {
  cursor: pointer;
  background-color: #fce04e !important;
}

.nav-link {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #7a7a9a !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.nav-link:hover {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #ffffff !important;
}

.headerWidth {
  padding: 10px 0 !important;
  width: 90% !important;
}

@media (min-width: 768px) {
  .navlogo {
    width: 180px;
    height: auto;
    padding-right: 50px;
  }

  nav {
    margin: 0 auto;
  }

  .headerWidth {
    padding: 15px 0 !important;
    width: 80% !important;
  }
}

/* Landing */
#landing {
  position: relative;
}

.landingText {
  text-align: center;

  max-width: 1000px;
  margin: 25px auto 0 auto;
  z-index: 2;
}

#landing h1 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 58px !important;
  margin: 0;
  color: white;
  z-index: 2;
}

#landing h2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #fce04e;
  margin: 0 0 10px 0;
  z-index: 2;
}

#landing p {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #bfc1cc;

  margin: 20px auto 40px auto;
  max-width: 800px;
  z-index: 2;
}

.landingContent {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

/* .background {
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
  } */

.landingRow {
  position: relative;
  margin: 30px auto 0 auto !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  max-width: 800px;
  z-index: 3;
}

.phoneImg {
  width: 100%;
  height: auto;
}

.learnButton {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: inline-block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  z-index: 1;
  padding: 8px 25px !important;
  color: #dcdaff !important;
}

.learnButton:hover {
  cursor: pointer;
  color: white !important;
}

/* Background Stuff */

.circleShadow1 {
  position: absolute;

  top: 20px;
  left: -50px;

  width: 200px;
  height: 200px;
  background: rgba(252, 223, 78, 0.075);
  filter: blur(70px);
  z-index: -2;
}

.circleShadow2 {
  position: absolute;

  bottom: 250px;
  right: -50px;

  width: 200px;
  height: 200px;
  background: rgba(48, 234, 212, 0.07);
  filter: blur(70px);
  z-index: -2;
}

.backgroundRectangle1 {
  box-sizing: border-box;

  position: absolute;
  width: 85px;
  height: 25px;
  left: 150px;
  top: 140px;

  border: 0.5px solid rgba(252, 224, 78, 0.09);
  z-index: -1;

  animation: animation1 5s infinite;
}

@keyframes animation1 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(50px) translateY(70px) scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundRectangle2 {
  box-sizing: border-box;

  position: absolute;
  width: 18px;
  height: 18px;
  right: 100px;
  top: 260px;

  border: 0.5px solid #30ead496;
  z-index: -1;

  animation: animation2 7s infinite;
}

@keyframes animation2 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-30px) translateY(50px) scale(1.5);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle1 {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 210px;
  top: 137px;
  border-radius: 50%;

  background: #fce04e;
  z-index: -1;

  animation: animation3 11s infinite;
}

@keyframes animation3 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(90px) translateY(-90px) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle2 {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 140px;
  top: 320px;

  border-radius: 50%;

  background: rgba(48, 234, 211, 0.26);
  z-index: -1;

  animation: animation4 10s infinite;
}

@keyframes animation4 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50px) translateY(100px) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle3 {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 160px;
  top: 380px;
  border-radius: 50%;

  background: #fce04e;
  z-index: -1;

  animation: animation5 6.5s infinite;
}

@keyframes animation5 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(130px) translateY(100px) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle4 {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 120px;
  top: 30px;
  border-radius: 50%;

  background: rgba(48, 234, 211, 0.26);
  z-index: -1;

  animation: animation6 8s infinite;
}

@keyframes animation6 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(150px) translateY(0) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle5 {
  position: absolute;
  width: 9px;
  height: 9px;
  right: 350px;
  top: 270px;
  border-radius: 50%;

  background: #30ead3;
  z-index: -1;

  animation: animation7 4.5s infinite;
}

@keyframes animation7 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(150px) translateY(100px) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.backgroundCircle6 {
  position: absolute;
  width: 6px;
  height: 6px;
  right: 150px;
  top: 500px;
  border-radius: 50%;

  background: #30ead3;
  z-index: -1;

  animation: animation8 4s infinite;
}

@keyframes animation8 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(0) translateY(100px) scale(2);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #landing {
    width: 90%;
    margin: 0 auto;
  }

  .landingText {
    text-align: center;

    max-width: 1000px;
    margin: 20px auto 0 auto;
  }

  #landing h1 {
    font-size: 28px !important;
    margin: 0;
  }

  #landing h2 {
    font-size: 15px !important;
    margin: 0 0 10px 0;
  }

  #landing p {
    font-size: 13px !important;
    margin: 10px auto 0 auto;
    max-width: 800px;
  }

  .backgroundRectangle1 {
    display: none;
  }
  .backgroundRectangle2 {
    display: none;
  }
  .backgroundCircle1 {
    display: none;
  }
  .backgroundCircle2 {
    display: none;
  }
  .backgroundCircle3 {
    display: none;
  }
  .backgroundCircle4 {
    display: none;
  }
  .backgroundCircle5 {
    display: none;
  }
  .backgroundCircle6 {
    display: none;
  }

  .landingContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
  }
}

/* Features */

#features {
  margin: 150px auto 50px auto;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#features h1 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  margin: 0;
  color: white;
}

#features h2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fce04e;
  margin: 0 0 6px 0;
}

.featureContent {
  width: 80%;
  margin: 0 auto;
  min-height: 650px;
}

.features-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 15px;
  width: 100%;
  height: 100%;
}

.featureContainer {
  background: rgb(26, 28, 33);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 50px;
  border: transparent 1px solid;
  transition: 0.2s;
  z-index: 99;
}

.featureContainer:hover {
  border: #fce04e 1px solid;
  cursor: pointer;
}

.featureHeading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.featureHeading img {
  width: auto;
  height: 20px;
}

.featureHeading h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 !important;

  color: #ffffff;
}

.featureContainer p {
  font-weight: 450;
  font-size: 15px;
  line-height: 30px;
  color: #bfc1cc;
  margin: 0;
}

.backgroundLines1 {
  position: absolute;
  z-index: 0;

  height: auto;
  width: 500px;

  left: 0px;
  top: 400px;
}

.backgroundLines2 {
  position: absolute;
  z-index: 0;

  height: auto;
  width: 500px;

  right: 0px;
  top: 200px;
}

@media (max-width: 768px) {
  #features {
    width: 90%;
    margin: 40px auto 40px auto;
    min-height: 800px;
  }

  #features h1 {
    font-size: 28px !important;
    margin: 0;
  }

  #features h2 {
    font-size: 15px !important;
    margin: 0 0 6px 0;
  }

  #features p {
    font-size: 13px !important;
    margin: 10px auto 0 auto;
    line-height: 25px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
    height: auto;
  }

  .featureContainer {
    background: rgb(26, 28, 33);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    padding: 50px 40px;
    border: transparent 1px solid;
    transition: 0.2s;
    z-index: 99;
}
}

/* Faq*/

#faq {
  width: 80%;
  margin: 0 auto 0 auto;
  text-align: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  background-attachment: fixed;
}

#faq h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 23px;
  color: #ffffff;
  margin: 20px 0 50px 0;
}

#faq h2 {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 11px;

  color: #fce04e;
}

#faq p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}

.questionsStyle {
  background: -webkit-linear-gradient(180deg, #198cc6, #cda9f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-text {
  max-width: 700px;
  margin: 20px auto 20px auto;
}

.faqContainer {
  width: 100%;
  margin: 0 auto;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.accordion-header {
  margin: 0 !important;
}

.well {
  margin: 0;
}

.accordion-item {
  background: rgba(26, 28, 33, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  padding: 25px 0;
  width: 100%;
}

.accordion-button {
  text-align: left;
  padding: 0px 20px 0 20px !important;
  font-size: 15px !important;
  line-height: 24px;

  background-color: transparent !important;
  border: none !important;
}

.accordion-button:hover {
  cursor: pointer;
}

.accordion-body {
  text-align: left;
  color: #bfc1cc !important;
  padding: 5px 20px 10px 20px !important;
  margin: 0 !important;
}

.accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: transparent !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faqText {
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;

  margin: 0 !important;
}

@media (max-width: 768px) {
  #faq {
    width: 90%;
  }

  .faqContainer {
    width: 100%;
    margin: 0 auto 80px auto;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .featureContent {
    width: 100%;
    margin: 0 auto;
    min-height: 650px;
  }

  .backgroundLines1 {
    display: none;
  }

  .backgroundLines2 {
    display: none;
  }
}

/* Footer */
footer {
  background: rgba(26, 28, 33, 0.8);
  backdrop-filter: blur(6px);
  padding-top: 50px;
  z-index: 1;
  width: 100%;
  margin-top: 100px;
  position: relative;
  height: 100%;
}

#footer {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

footer p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 35px;
  margin-bottom: 0;

  color: #bfc1cc;
}

.footerNav {
  display: flex;
  flex-direction: row !important;
  gap: 15px;
  justify-content: space-between;
}

#footer ul {
  list-style: none;
}

#footer li {
  display: inline;
}

#footer .navbar-nav {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}

.navText {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: fit-content;
  padding-top: 20px;
}

.footerGrid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footerText {
  width: 30%;
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px;
}

.footerSocials {
  gap: 10px;
  display: flex;
}

.footerSocials img {
  width: auto;
  height: 20px;
}

.returnTop {
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.returnTop {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #ffffff !important;
}

.returnTop img {
  width: auto;
  height: 12px;
}

.logoBackground {
  position: absolute;
  z-index: 0;

  height: 225px;
  width: 450px;

  margin: auto;
  left: 0;
  right: 0;
  text-align: center;

  bottom: 0px;
}

.footerRectangle1 {
  box-sizing: border-box;

  position: absolute;
  width: 10px;
  height: 10px;
  right: 200px;
  top: 140px;

  border: 0.5px solid #fce04e;
  z-index: 1;

  animation: animation9 11s infinite;
}

@keyframes animation9 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(50px) translateY(70px) scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.footerRectangle2 {
  box-sizing: border-box;

  position: absolute;
  width: 13px;
  height: 13px;
  right: 100px;
  top: 160px;

  border: 0.5px solid #7c7e88;
  z-index: 1;

  animation: animation10 7s infinite;
}

@keyframes animation10 {
  0% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-30px) translateY(50px) scale(1.5);
  }
  100% {
    transform: translateX(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  footer {
    width: 100%;
  }
  #footer {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #footer p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 25px;
  }

  .footerGrid {
    display: inline-block;
  }

  #footer .navbar-nav {
    display: flex;
    flex-direction: column;
  }

  #footer .d-flex {
    margin-top: 8px !important;
  }

  .footerText {
    width: 100%;
  }

  .footerNav {
    display: flex;
    flex-direction: column !important;
    gap: 15px;
    justify-content: space-between;
  }
  .logoBackground {
    display: none;
  }
}
