:root {
  --bs-font-sans-serif: "Ubuntu", sans-serif;
  --bs-body-color: #e2e2e2;
  --bs-heading-color: #fff;
  --bs-purple: #b290e6;
  --bs-purple-10: #a082cf;
  --bs-purple-rgb: 178, 144, 230;
  --bs-blue: #2b0045;
  --bs-blue-rgb: 43, 0, 69;
}

body {
  min-height: 100vh;
  background: radial-gradient(65% 80% at 50% 50%, #623f86 0%, #131022 100%);
}
main {
  position: relative;
}

.btn {
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.btn.btn-lg {
  font-size: 18px;
  padding: 14px 25px;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(270deg, #fd7e14 0%, #d63384 100%);
  background-repeat: no-repeat;
}
.rounded-8 {
  border-radius: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}
.text-purple {
  color: var(--bs-purple);
}
.text-blue {
  color: var(--bs-blue);
}
.bg-opacity-05 {
  --bs-bg-opacity: 0.05;
}
.group-toggle {
  border: 2px solid #fff;
  border-radius: 50px;
}
.group-toggle .btn {
  border: none;
  border-radius: 50px !important;
  color: #fff;
}
.group-toggle .btn:first-child {
  margin-left: -1px;
}
.group-toggle .btn:last-child {
  margin-right: -1px;
}
.group-toggle .btn.active {
  background: #fff;
  color: #2b0045;
}
.bordered {
  border-radius: 6px;
  border: 1px solid #262626;
  box-shadow: 0 2px 32px 0px rgba(0, 0, 0, 0.6);
}

.navbar {
  background: rgba(22, 18, 39, 0.8);
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--bs-purple);
}
.btn-white {
  background: #fff;
  color: var(--bs-blue);
}
.btn-white:focus,
.btn-white:hover,
.btn-white.active {
  background: var(--bs-purple);
  color: #fff;
}

.btn-white-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-outline:focus,
.btn-white-outline:hover,
.btn-white-outline.active {
  color: var(--bs-blue);
  background: #fff;
}
.btn-purple {
  background: var(--bs-purple);
  color: #fff;
}
.btn-purple:focus,
.btn-purple:hover,
.btn-purple.active {
  background: var(--bs-purple-10);
}
.btn-blue {
  color: #fff;
  background: var(--bs-blue);
}
.btn-grad {
  transition: 0.4s ease-in-out;
  background-size: 200% auto;
  border: none;
}
.btn-grad:hover {
  background-position: right center;
}
.btn-grad.otp {
  background-image: linear-gradient(
    to right,
    #ffa000 0%,
    #ff008d 51%,
    #ffa000 100%
  );
}

.text-grad-otp {
  background: linear-gradient(to right, #ffa000 0%, #ff008d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-grad-btp {
  background: linear-gradient(90deg, #00b2ff 20%, #d804f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page-header {
  position: relative;
}
.page-header.home {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-header.page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.parallax-layer {
  width: 100%;
  height: 100%;
}
#layer-1 img {
  position: absolute;
  top: -4px;
  right: 26px;
  width: 25%;
  transform: rotate(+3deg);
}
#layer-2 img {
  position: absolute;
  bottom: 0px;
  right: 49px;
  width: 25%;
}
#layer-3 img {
  position: absolute;
  top: 70px;
  left: 5px;
  width: 25%;
  transform: rotate(-2deg);
}
.panel img {
  border: 2px solid rgba(158, 158, 158, 0.15);
  border-radius: 8px;
  box-shadow: 0px 30px 34px rgba(0, 0, 0, 0.55);
}
.accordion-features .accordion-item,
.accordion-features .accordion-button {
  background: none;
  box-shadow: none;
}
.accordion-features .accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(var(--bs-purple-rgb), 0.35);
  padding: 0 15px;
}
.accordion-features .accordion-button {
  padding: 10px 0;
}
.accordion-features .accordion-body {
  padding: 10px 0;
  border-top: 1px solid rgba(var(--bs-purple-rgb), 0.35);
}

.accordion-features .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-features .accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-features .accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-features .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-features .accordion-item.active {
  background: rgba(32, 22, 49, 0.3);
}
#accordion-faq .accordion-button {
  font-size: 18px;
}
.page-header.home #intro {
  margin-bottom: 45px;
}
.version {
  font-size: 14px;
}
.page-header.home h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}
section.content {
  padding: 80px 0;
  position: relative;
}
section.section-dl {
  padding: 100px 0;
}
section.section-dl p {
  line-height: 1.6;
}
#dl1 {
  background-image: url("../assets/img/dl-bg1.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-title {
  font-size: 2rem;
  font-weight: 400;
}
.sub-title {
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 75%;
}
.content h4 {
  font-size: 28px;
  font-weight: 400;
}
.info-box h2,
.info-box h3 {
  font-weight: 400;
  font-size: 22px;
}
#pricing-table .info-box h3::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}
.price {
  font-size: 27px;
}
.price > span.period {
  font-size: 16px;
}
#pricing-table .info-box {
  font-size: 14px;
}
#pricing-table .popular {
  position: absolute;
  background: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding: 8px 20px;
  border-radius: 20px;
  top: -18px;
  color: var(--bs-blue);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.features-table td,
.features-table th,
.features-table tr,
.features-table thead {
  border-color: rgba(255, 255, 255, 0.15);
}
.features-table > :not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.glass-box {
  border-radius: 0.5rem;
  background: rgba(32, 22, 49, 0.3);
  /*background: rgba(255, 255, 255, 0.015);*/
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  padding: 25px 20px;
  position: relative;
}
#pricing-table .glass-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-wave {
  position: absolute;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}
#wave-1 {
  top: 0;
  left: 0px;
  height: 368px;
  background-image: url("../assets/img/bg-wave-1.svg");
}
#wave-2 {
  top: 190px;
  left: 0px;
  height: 298px;
  background-image: url("../assets/img/bg-wave-2.svg");
}
#wave-3 {
  bottom: -200px;
  left: 0px;
  height: 670px;
  background-image: url("../assets/img/bg-wave-3.svg");
}
.pricing #wave-1 {
  top: 140px;
}
.pricing #wave-2 {
  top: 350px;
}

.feature-home {
  padding: 1rem 1.25rem;
  background: #201c2c;
  height: 100%;
}
.feature-home h3 {
  font-size: 1rem;
  font-weight: 400;
}
.swiper-slide {
  width: auto !important;
  max-width: 480px;
}
#timeline {
  position: relative;
  display: block;
}
#timeline:before {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  content: "";
  background: #bbb8bf;
}
.timeline-content {
  position: relative;
  padding: 2px 10px;
}
.timeline-content:before {
  position: absolute;
  height: 17px;
  width: 17px;
  border: none;
  background: #fff;
  top: 4px;
  left: -20px;
  border-radius: 50%;
  content: "";
  z-index: 10;
}
.timeline-content:after {
  position: absolute;
  height: 31px;
  width: 31px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  top: -3px;
  left: -27px;
  border-radius: 50%;
  content: "";
  z-index: 9;
  transition: background 0.8s ease;
}
.timeline-content-left:before {
  right: -21px;
  left: auto;
}
.timeline-content-left:after {
  right: -28px;
  left: auto;
}
.timeline-content:hover:after {
  background: rgba(255, 255, 255, 0.4);
}
.timeline-content h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
  font-weight: 500;
}
.swiper-slide img {
  opacity: 0.1;
  transition: opacity 0.8s ease;
}
.swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.showcase-info {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  background-size: 22px;
  transition: 0.2s background-color ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 1);
}
.logo-footer {
  width: 220px;
}
footer .nav-link {
  color: #fff;
}
#footer-content {
  position: relative;
}
#footer-content:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #00b2ff 20%, #d804f2 100%);
}
a.wappler-badge {
  position: fixed;
  display: inline-block;
  z-index: 999;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
  color: #111;
  font-weight: 500;
  background-color: #e7e7e7;
  border-radius: 4px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none !important;
  width: auto;
  height: auto;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 10%),
    0 1px 3px rgb(0 0 0 / 10%);
  cursor: pointer;
}
@media (min-width: 576px) {
}
@media (max-width: 767px) {
  #timeline:before {
    left: 19px;
  }
  .timeline-content {
    padding: 0 30px;
    margin: 15px 0;
  }
  .timeline-content:before {
    left: -4px;
  }
  .timeline-content:after {
    left: -11px;
  }
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .page-header h1 {
    font-size: 4.5rem;
  }
  .swiper-slide {
    max-width: 500px;
  }

  .showcase-info {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }

  .page-header.home h1 {
    font-size: 5.5rem;
  }
  .swiper-slide {
    max-width: 700px;
  }
  #layer-1 img {
    position: absolute;
    top: 135px;
    right: -50px;
  }

  #layer-2 img {
    position: absolute;
    bottom: -40px;
    right: 190px;
  }
  #layer-3 img {
    position: absolute;
    top: 305px;
    left: -50px;
  }
  .section-title {
    font-size: 2.5rem;
  }

  .showcase-info {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .page-header.home h1 {
    font-size: 6.5rem;
  }
  .swiper-slide {
    max-width: 900px;
  }
  #layer-1 img,
  #layer-2 img,
  #layer-3 img {
    width: auto;
  }
  .showcase-info {
    max-width: 900px;
  }
}

@media (min-width: 1400px) {
  .swiper-slide {
    max-width: none;
  }

  .showcase-info {
    max-width: 1140px;
  }
}
.alert-announcement {
  background-image: linear-gradient(
    to right,
    #ffa000 0%,
    #ff008d 51%,
    #ffa000 100%
  );
  border-radius: 0;
  color: #fff;
}
