@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: black;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-color: white !important;
  position: relative;
}

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

h4 a {
  color: #9576cc;
  transition: .2s;
}

h4 a:hover {
  color: #ff5ffd;
}

/* scss stuff */
/* header */
.navlogo {
  width: 100px;
  height: auto;
}

.bg-custom {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(157, 117, 204, 0.25)),
    color-stop(73.96%, rgba(157, 117, 204, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(157, 117, 204, 0.25) 0%,
    rgba(157, 117, 204, 0) 73.96%
  );
}

.dashbtn {
  font-family: "Poppins", sans-serif;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: inline-block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  z-index: 1;
  padding: 10px 28px !important;
  color: white !important;
  margin-right: 2em;
  margin-top: 0.5em;
  background: linear-gradient(131.2deg, #c769c5 26.32%, #9576cc 77.57%);
}

.dashbtn:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}

@media (min-width: 768px) {
  .headerWidth {
    width: 95% !important;
  }
  .navlogo {
    width: auto;
    height: auto;
  }
}

/* Landing */
#landing {
  width: 95%;
  margin: auto;
  z-index: 1;
  padding: 0;
}

#landing h1 {
  text-align: center;
}

#landing p {
  text-align: center;
  margin-top: 0.75em;
}

.button-group {
  text-align: center;
  margin-bottom: 2em;
}

.landingBox {
  background: linear-gradient(
    93.87deg,
    rgba(216, 183, 106, 0.15) 0%,
    rgba(255, 95, 253, 0.15) 27.6%,
    rgba(161, 109, 255, 0.15) 100%
  );
  border-radius: 15px;
  padding: 5em 0.5em;
}

.learnbtn {
  font-family: "Poppins", sans-serif;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: inline-block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  z-index: 1;
  padding: 10px 28px !important;
  margin-top: 0.5em;
  background-color: white !important;
  color: black;
  width: 150px;
}

.learnbtn:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.buybtn {
  font-family: "Poppins", sans-serif;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: inline-block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  z-index: 1;
  padding: 10px 28px !important;
  color: white !important;
  margin-top: 0.5em;
  margin-right: 1em !important;
  background: linear-gradient(131.2deg, #c769c5 26.32%, #9576cc 77.57%);
  width: 150px;
}

.buybtn:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.landingPhone {
  width: 90%;
}

.phoneContainer {
  text-align: center;
}

@media (min-width: 768px) {
  #landing {
    width: 90%;
    margin: auto;
    z-index: 1;
    padding: 1em 0 3.5em 0;
  }
  #landing h1 {
    text-align: left;
    max-width: 600px;
  }
  #landing p {
    text-align: left;
    max-width: 600px;
    margin-top: 0.75em;
  }
  .button-group {
    text-align: left;
  }
  .gradient-text {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(26.32%, #c769c5),
      color-stop(77.57%, #9576cc)
    );
    background: linear-gradient(90deg, #c769c5 26.32%, #9576cc 77.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .landingPhone {
    width: 100%;
  }
  .phoneContainer {
    text-align: left;
  }
  .landingBox {
    background: linear-gradient(
      93.87deg,
      rgba(216, 183, 106, 0.15) 0%,
      rgba(255, 95, 253, 0.15) 27.6%,
      rgba(161, 109, 255, 0.15) 100%
    );
    border-radius: 15px;
    padding: 5em 0 5em 1.5em;
  }
}

@media (min-width: 1200px) {
  .landingText {
    padding: 90px 0;
  }
}

/* About */
#about {
  width: 90%;
  margin: auto;
  padding-top: 4.5em;
}

#about h1 {
  font-weight: 600;
}

.aboutTextContainer {
  margin-bottom: 3em;
  width: 100%;
  text-align: center;
}

.aboutImageContainer {
  text-align: left;
}

.aboutImageContainer2 {
  text-align: right;
}

.aboutImage {
  border-radius: 10px;
}

.row-spacing {
  padding-bottom: 70px;
}

.row-spacing-last {
  margin-bottom: 0;
}

.VisibleDesktop {
  display: none;
}

@media (max-width: 991px) {
  .aboutImage {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .row-spacing {
    padding-bottom: 150px;
  }
  #about {
    width: 90%;
    margin: auto;
    padding: 3em 0 4em 0;
  }
  #about h1 {
    font-weight: 600;
    font-size: 32px;
  }
}

@media (min-width: 1000px) {
  .aboutTextContainer {
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    max-width: 800px;
  }
  .aboutImageContainer {
    text-align: right;
    position: relative;
    right: -80px;
  }
  .aboutImageContainer2 {
    text-align: right;
    position: relative;
    left: -120px;
  }
  .aboutImageContainer2 {
    text-align: left;
  }
  .VisibleDesktop {
    display: block;
  }
  .VisibleMobile {
    display: none;
  }
}

/* Features */
#features {
  width: 100%;
  z-index: 1;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

#features .sub-text {
  opacity: 0.8;
}

.feature-container {
  border-radius: 20px;
  min-height: 380px;
  margin-bottom: 2em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding-top: 1em;
  background-color: white;
  border: solid 2px rgba(0, 0, 0, 0.05);
}

.feature-container:hover {
  cursor: pointer;
  color: black;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.line {
  width: 70px;
  height: 5px;
  margin: 1.25em auto;
  background: linear-gradient(
    93.87deg,
    #f2ce77 0%,
    #ff5ffd 27.6%,
    #a16dff 100%
  );
  border-radius: 15px;
}

.feature-text {
  font-size: 1em;
  font-weight: 400;
}

.feature-body {
  margin: 0 30px 20px 30px;
}

.feature-icon {
  width: 80px;
  height: auto;
}

#features .row {
  padding-top: 2em;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #features {
    width: 100%;
    z-index: 1;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .feature-container {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .features-top-container {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .feature-container {
    min-height: 415px;
  }
}
@media (min-width: 1500px) {
  #features .row {
    padding-top: 2em;
    width: 90%;
    margin: 0 auto;
  }
}

/* Pricing */
#pricing {
  width: 86%;
  margin: 0 auto;
  padding-top: 25px;
}

@media (min-width: 768px) {
  #pricing {
    margin: 0 auto;
  }
}

#pricing .sub-text {
  opacity: 0.8;
}

.pricingCard {
  border-radius: 20px;
  min-height: 450px;
  margin-top: 30px !important;
  background-color: white;
  border: solid 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.pricingCard2 {
  border-radius: 20px;
  min-height: 450px;
  margin-top: 10px !important;
  margin-bottom: 50px !important;
  background-color: white;
  border: solid 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (min-width: 768px) {
  .pricingCard {
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pricingCard2 {
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  #pricing {
    width: 100%;
    margin: 0 auto;
  }
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 2rem !important;
}

#pricing h4 {
  font-weight: 400 !important;
  opacity: 0.8;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol,
ul {
  padding-left: 0 !important;
}

/* .custom-list ul li:before {
    content: '\2713'!important;
    color: #2cba6c;
    margin-right: 10px;
    margin-left: -14px;
    font-size: 1.2em!important;
    } */
.checkout-btn {
  text-align: center !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  border-radius: 10px !important;
  background: linear-gradient(131.2deg, #c769c5 26.32%, #9576cc 77.57%);
  width: 100%;
  padding: 10px 30px !important;
  margin-bottom: 1em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.checkout-btn:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

/* FAQ */
#faq {
  width: 100%;
  z-index: 1;
  max-width: 100%;
  padding-top: 40px;
}

.sectionHeader {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sectionHeader {
    width: 90%;
    margin: 0 auto;
  }
  .accordionWidth {
    width: 90%;
    margin: 0 auto;
  }
}

.accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.125) !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  color: #a77fc6 !important;
  background-color: rgba(167, 127, 198, 0.15) !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='%23A77FC6'><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;
}

.aHover {
  color: #a77fc6;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-decoration: none;
}

.aHover:hover {
  color: white !important;
  -webkit-box-shadow: inset 0 -1.5em 0 0 #a77fc6;
  box-shadow: inset 0 -1.5em 0 0 #a77fc6;
}

/* Footer */
#footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(166, 114, 202, 0)),
    color-stop(73.96%, rgba(166, 114, 202, 0.25))
  );
  background: linear-gradient(
    180deg,
    rgba(166, 114, 202, 0) 0%,
    rgba(166, 114, 202, 0.25) 73.96%
  );
}

.footer {
  padding-bottom: 50px;
  padding-top: 100px;
  margin: auto;
  width: 90%;
}

.footer-text {
  font-size: 0.9em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin-bottom: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-text:hover {
  color: black;
}

.footer-header {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
  font-weight: 600;
  margin-bottom: 1em;
}

.footer-header:hover {
  color: black;
}

.foot-left {
  text-align: left;
  padding-bottom: 0.5em;
}

.foot-right {
  text-align: right;
  padding-bottom: 0.5em;
}

.logo-foot {
  color: black !important;
  text-decoration: none;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 22px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .grid-container {
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -ms-grid;
    display: grid;
  }
  .footer {
    width: 100%;
  }
}

/* Success */
#success {
  width: 90%;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 2em;
}

.success-container {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  background: black;
  -webkit-backface-visibility: hidden;
  /* border: solid 2px rgba(0, 0, 0, 0.05); */
}

.success-container:hover {
  cursor: pointer;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
}

.successIMG {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.65;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
}

.successIMG:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

@media (max-width: 768px) {
  .successIMG {
    opacity: 0.8;
  }
}

#success .col {
  padding: 0 !important;
}
/*# sourceMappingURL=main.css.map */
