*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100vw;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  padding-bottom: 2rem;
  line-height: 1.5;
  overflow-x: hidden;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none !important;
  background: none;
  color: inherit;
  text-decoration: none;
}

p {
  font-family: "Albert Sans", sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.container-fluid {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    max-width: 96%;
  }
}

@media screen and (max-width: 7066px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 6066px) {
  html {
    font-size: 62px !important;
  }
}
@media screen and (max-width: 5066px) {
  html {
    font-size: 58px !important;
  }
}
@media screen and (max-width: 4066px) {
  html {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 3566px) {
  html {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 3066px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 2140px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px !important;
  }
}
header {
  background: transparent;
  backdrop-filter: blur(3px);
  position: relative;
}
header .navbar-toggler-icon {
  filter: invert(1);
}
header .header-logo {
  height: 2.2rem;
  width: auto;
}
header .nav-link {
  font-size: 0.95rem;
  padding: 0.6rem 1rem !important;
  color: #ffffff !important;
}
header .navbar-toggler {
  border: none;
  box-shadow: none !important;
  padding: 0;
}
header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../../assets/images/cancel.png");
  background-size: 1.2rem;
}
header.whitebg {
  background: #f9fafc;
}
header.whitebg .navbar-toggler-icon {
  filter: invert(0);
}
header.whitebg .nav-link {
  font-size: 0.95rem;
  padding: 0.6rem 1rem !important;
  color: #000 !important;
}

.footer-block .footer-box {
  position: relative;
  background-color: #090722;
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-block .footer-box {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 520px) {
  .footer-block .footer-box {
    padding: 0rem 1rem;
  }
}
.footer-block .footer-box .top,
.footer-block .footer-box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-block .footer-box .top,
  .footer-block .footer-box .bottom {
    padding: 1rem 0.2rem;
  }
}
.footer-block .footer-box .top {
  border-bottom: 0.05rem solid #727272;
}
.footer-block .footer-box .top .footer-logo {
  height: 2.1rem;
}
@media screen and (max-width: 520px) {
  .footer-block .footer-box .top .footer-logo {
    height: 2rem;
  }
}
.footer-block .footer-box .top .social-links-list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.footer-block .footer-box .top .social-links-list .social-links-item {
  display: block;
  padding: 0.2rem;
}
.footer-block .footer-box .top .social-links-list .social-links-item svg {
  height: 1.2rem;
  width: 1.2rem;
}
.footer-block .footer-box .bottom h6 {
  color: #d0d5df;
  font-weight: 300;
  font-size: 0.9rem;
  margin: 0;
}
@media screen and (max-width: 520px) {
  .footer-block .footer-box .bottom h6 {
    font-size: 0.85rem;
  }
}

.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding: 10rem 0 6rem;
    min-height: auto;
  }
}
.hero-section .hero-overlay {
  display: none;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent linear-gradient(314deg, #b1c1ff 0%, #9fdcff 29%, #c0baff 66%, #b9c9ff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9607843137), transparent);
}
.hero-section .hero-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: invert(1);
  opacity: 0.5;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.hero-section .hero-content h1 {
  font-size: 3.2rem;
  max-width: 40rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .hero-section .hero-content h1 {
    font-size: 2.2rem;
    max-width: 28rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 375px) {
  .hero-section .hero-content h1 {
    font-size: 1.8rem;
    max-width: 28rem;
    padding: 0 1rem;
  }
}
.hero-section .hero-content .logo-box h6 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 520px) {
  .hero-section .hero-content .logo-box h6 {
    font-size: 0.85rem;
  }
}
.hero-section .hero-content .logo-box img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 520px) {
  .hero-section .hero-content .logo-box img {
    height: 3.2rem;
  }
}
.hero-section .hero-content .coming-soon {
  font-size: 2rem;
  background: transparent -webkit-linear-gradient(314deg, #b1c1ff 0%, #9fdcff 29%, #c0baff 66%, #b9c9ff 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(314deg, #92a5ef 0%, #6ebbe8 29%, #a29bee 66%, #6479c0 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

.modular-blockchain-section {
  position: relative;
  padding: 0 0 4rem;
}
.modular-blockchain-section .modular-blockchain-img {
  max-height: 30rem;
  max-width: 100%;
  margin: auto;
}
.modular-blockchain-section .content-block h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.modular-blockchain-section .content-block p {
  font-size: 0.9rem;
  color: #000000;
}

.idle-blockchain-section {
  position: relative;
  padding: 4rem 0;
  background-color: rgba(163, 97, 229, 0.7254901961);
  border-radius: 2rem;
}
.idle-blockchain-section::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.7490196078) 0%, #ffffff 19%, #ffffff 53%, #ffffff 80%, rgba(255, 255, 255, 0.6117647059) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  inset: 0;
  z-index: 0;
  box-shadow: 0 0 2rem 1rem rgba(255, 255, 255, 0.1490196078) inset;
}
.idle-blockchain-section .content-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.idle-blockchain-section .content-block .top {
  position: relative;
}
.idle-blockchain-section .content-block .top h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.idle-blockchain-section .content-block .top p {
  font-size: 0.9rem;
  color: #000000;
  max-width: 40rem;
  margin: auto;
}
.idle-blockchain-section .content-block .bottom h5 {
  font-weight: 400;
  font-size: 1.2rem;
}
.idle-blockchain-section .content-block .bottom h2 {
  font-size: 2rem;
  background: transparent -webkit-linear-gradient(314deg, #b1c1ff 0%, #9fdcff 29%, #c0baff 66%, #b9c9ff 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(314deg, #92a5ef 0%, #6ebbe8 29%, #a29bee 66%, #6479c0 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

.future-modular-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
}
.future-modular-section .future-modular-block {
  background: transparent linear-gradient(237deg, #b1c1ff 0%, #9fdcff 29%, #c0baff 66%, #b9c9ff 100%) 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  border-radius: 3rem;
  padding: 3rem;
}
.future-modular-section .future-modular-block::before {
  content: "";
  position: absolute;
  inset: 0.15rem;
  background: #ffffff;
  border-radius: 3rem;
}
@media screen and (max-width: 520px) {
  .future-modular-section .future-modular-block {
    padding: 1.8rem;
    gap: 2rem;
  }
}
.future-modular-section .future-modular-block .header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.future-modular-section .future-modular-block .header .future-modular-logo {
  height: 4rem;
}
@media screen and (max-width: 520px) {
  .future-modular-section .future-modular-block .header .future-modular-logo {
    height: 2.8rem;
  }
}
.future-modular-section .future-modular-block .header p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .future-modular-section .future-modular-block .header p {
    font-size: 1.3rem;
    margin: 0;
  }
}
.future-modular-section .future-modular-block .modular-list {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-modular-section .future-modular-block .modular-list {
    flex-direction: column;
  }
}
.future-modular-section .future-modular-block .modular-list .modular-item {
  padding-left: 2rem;
  position: relative;
}
.future-modular-section .future-modular-block .modular-list .modular-item::before {
  content: "";
  background: transparent linear-gradient(237deg, #b1c1ff 0%, #9fdcff 29%, #c0baff 66%, #b9c9ff 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.6rem;
  border-radius: 3rem;
}
.future-modular-section .future-modular-block .modular-list .modular-item h4 {
  color: #212121;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.future-modular-section .future-modular-block .modular-list .modular-item p {
  color: #2b2b2b;
  font-size: 0.93rem;
  margin-bottom: 0;
}

.app-dapp-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
}
.app-dapp-section .header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.app-dapp-section .header h6,
.app-dapp-section .header h5 {
  font-weight: 400;
}
.app-dapp-section .header h1 {
  font-weight: 700;
}

.box1 {
  grid-area: box1;
}

.box2 {
  grid-area: box2;
}

.box3 {
  grid-area: box3;
}

.box4 {
  grid-area: box4;
}

.box5 {
  grid-area: box5;
}

.app-dapp-grid-container {
  display: grid;
  grid-template-areas: "box1 box2 box2" "box3 box4 box5";
  gap: 0.8rem;
  padding: 0.8rem;
}
@media screen and (max-width: 991px) {
  .app-dapp-grid-container {
    grid-template-areas: "box2 box2" "box1 box3" "box4 box5";
  }
}
@media screen and (max-width: 767px) {
  .app-dapp-grid-container {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5" "box6";
    padding: 0;
  }
}
.app-dapp-grid-container .app-dapp-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6c3ff2;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.app-dapp-grid-container .app-dapp-item.box1 .content-box {
  text-align: left;
  align-items: flex-start;
}
.app-dapp-grid-container .app-dapp-item img {
  height: auto;
  max-width: 40rem;
  width: 100%;
  display: table;
  margin: auto;
}
.app-dapp-grid-container .app-dapp-item .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.app-dapp-grid-container .app-dapp-item .content-box h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.app-dapp-grid-container .app-dapp-item .content-box p {
  font-size: 0.85rem;
}

.paralax-section {
  position: relative;
  padding: 4rem 0;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../assets/images/secure-simplify-bg.png");
  background-size: cover;
  background-position: center;
}
.paralax-section h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .paralax-section h6 {
    font-size: 1rem;
  }
}
.paralax-section h2 {
  font-size: 2.3rem;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .paralax-section h2 {
    font-size: 1.8rem;
  }
}

.core-feature-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
  background-image: url("../../../assets/images/core-feature-bg.jpg");
  background-size: cover;
  background-position: center;
}
.core-feature-section .header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.core-feature-section .header h1 {
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(165, 161, 252, 0.2745098039);
  text-transform: uppercase;
  opacity: 1;
  -webkit-text-stroke: 1px #a5a1fc;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .core-feature-section .header h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .core-feature-section .header h1 {
    font-size: 2.5rem;
  }
}

.box1 {
  grid-area: box1;
}

.box2 {
  grid-area: box2;
}

.box3 {
  grid-area: box3;
}

.box4 {
  grid-area: box4;
}

.box5 {
  grid-area: box5;
}

.box6 {
  grid-area: box6;
}

.core-feature-grid-container {
  display: grid;
  grid-template-areas: "box1 box2 box3" "box1 box5 box3" "box1 box5 box3" "box4 box5 box6";
  gap: 1.5rem;
  padding: 0.8rem;
  max-width: 60rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .core-feature-grid-container {
    grid-template-areas: "box1 box2" "box3 box4" "box5 box6";
  }
}
@media screen and (max-width: 580px) {
  .core-feature-grid-container {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5" "box6";
  }
}
.core-feature-grid-container .core-feature-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(165, 161, 252, 0.3450980392);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  position: relative;
}
.core-feature-grid-container .core-feature-item img {
  height: auto;
  max-width: 8rem;
  width: 100%;
  display: table;
  margin: auto;
}
.core-feature-grid-container .core-feature-item .content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.core-feature-grid-container .core-feature-item .content-box h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #928dff;
}
.core-feature-grid-container .core-feature-item .content-box p {
  font-size: 0.85rem;
  color: #7b7b7b;
}

.how-its-work-section {
  position: relative;
  padding: 4rem 0;
  overflow-x: hidden;
}
.how-its-work-section .header {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  max-width: 44rem;
  margin: 1rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .how-its-work-section .header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin: 1rem auto 2rem;
  }
}
.how-its-work-section .header h1 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .how-its-work-section .header h1 {
    font-size: 2rem;
  }
}
.how-its-work-section .header h6 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .how-its-work-section .header h6 {
    font-size: 1rem;
  }
}
.how-its-work-section .video-box {
  max-width: 46rem;
  position: relative;
  margin: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.how-its-work-section .video-box video {
  width: 100%;
}
.how-its-work-section .video-box .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
  padding: 1rem;
}
.how-its-work-section .video-box .play-btn svg {
  height: 3rem;
  width: 3rem;
  color: #fff;
}
.how-its-work-section .video-box .play-btn.play {
  inset: auto 0 0 auto;
  transition: 0.5s all ease;
}
.how-its-work-section .video-box .play-btn.play svg {
  height: 1.8rem;
  width: 1.8rem;
  color: #fff;
}

.supporters-section {
  position: relative;
  padding: 4rem 0;
}
.supporters-section .header {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 44rem;
  margin: 0rem auto 3rem;
  flex-direction: column;
}
.supporters-section .header h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .supporters-section .header h1 {
    font-size: 2rem;
  }
}
.supporters-section .header h6 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .supporters-section .header h6 {
    font-size: 1rem;
  }
}
.supporters-section .supporters-list {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  max-width: 74rem;
  margin: auto;
}
.supporters-section .supporters-list .supporters-items-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .supporters-section .supporters-list .supporters-items-group {
    gap: 2rem;
  }
}
.supporters-section .supporters-list .supporters-items-group .supporters-items {
  max-width: 20rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .supporters-section .supporters-list .supporters-items-group .supporters-items {
    max-width: 100%;
  }
}
@media screen and (min-width: 1094px) {
  .supporters-section .supporters-list .supporters-items-group .supporters-items:nth-child(1) {
    margin-top: 4rem;
    padding-bottom: 1.5rem;
  }
  .supporters-section .supporters-list .supporters-items-group .supporters-items:nth-child(2) {
    margin-top: 25rem;
    padding-bottom: 4rem;
  }
  .supporters-section .supporters-list .supporters-items-group .supporters-items:nth-child(5) {
    margin-top: 6rem;
    padding-bottom: 2rem;
  }
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box {
  max-width: 26rem;
  position: relative;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .supporters-section .supporters-list .supporters-items-group .supporters-items .video-box {
    max-width: 100%;
  }
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box video {
  width: 100%;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
  padding: 1rem;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box .play-btn svg {
  height: 3rem;
  width: 3rem;
  color: #fff;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box .play-btn.play {
  inset: auto 0 0 auto;
  transition: 0.5s all ease;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .video-box .play-btn.play svg {
  height: 1.8rem;
  width: 1.8rem;
  color: #fff;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .content-box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.supporters-section .supporters-list .supporters-items-group .supporters-items .content-box p {
  font-size: 0.9rem;
}

.newhero-section {
  position: relative;
  background-image: url("../../../../assets/images/landing-new/hero-bg.png");
  background-color: #070707;
  padding: 4rem 0;
  padding-top: 8rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.newhero-section .content-box {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .newhero-section .content-box {
    max-width: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .newhero-section .content-box {
    max-width: 22rem;
  }
}
.newhero-section .content-box h3 {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .newhero-section .content-box h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .newhero-section .content-box h3 {
    font-size: 2rem;
  }
}
.newhero-section .content-box p {
  color: #a6a2b3;
  font-size: 1.2rem;
  max-width: 40rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .newhero-section .content-box p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .newhero-section .content-box p {
    font-size: 0.9rem;
  }
}
.newhero-section .content-img {
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  margin: auto;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 991px) {
  .newhero-section .content-img {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .newhero-section .content-img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .newhero-section .content-img {
    max-width: 20rem;
  }
}

.proofofsql-section {
  position: relative;
  background: transparent linear-gradient(180deg, #f9fafc 0%, #f1f5f8 100%) 0% 0% no-repeat padding-box;
  padding: 4rem 0;
}
.proofofsql-section .content-box {
  text-align: left;
}
.proofofsql-section .content-box h6 {
  color: #8c4fe0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.15rem;
}
.proofofsql-section .content-box h3 {
  color: #212121;
  text-transform: capitalize;
  font-weight: 600;
}
.proofofsql-section .content-box p {
  color: #2b2b2b;
}
.proofofsql-section .content-img {
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .proofofsql-section .content-img {
    padding: 0;
  }
}

.infinite-possibility-section .infinite-possibility-img {
  width: 100%;
}

.usecase-section {
  position: relative;
  padding: 3rem 0;
  overflow-x: hidden;
}
.usecase-section .usecase-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 5rem;
  max-width: 60rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .usecase-section .usecase-block {
    flex-direction: column;
    gap: 3rem;
  }
}
.usecase-section .usecase-block .usecase-logo-box {
  width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.usecase-section .usecase-block .usecase-logo-box h3 {
  font-weight: 800;
}
.usecase-section .usecase-block .usecase-list-box {
  width: calc(100% - 12rem);
}
@media screen and (max-width: 991px) {
  .usecase-section .usecase-block .usecase-list-box {
    width: 100%;
  }
}
.usecase-section .usecase-block .usecase-list-box ul {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.usecase-section .usecase-block .usecase-list-box ul li {
  position: relative;
  padding-left: 1.2rem;
}
.usecase-section .usecase-block .usecase-list-box ul li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: 0.5rem;
  background: transparent linear-gradient(180deg, #fa979a 0%, #efb6b8 100%) 0% 0% no-repeat padding-box;
  border-radius: 56px;
}
.usecase-section .usecase-block .usecase-list-box ul li h6 {
  font-weight: 600;
}
.usecase-section .usecase-block .usecase-list-box ul li p {
  font-size: 0.93rem;
}

section.db-architech-section {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 524px) {
  section.db-architech-section {
    padding: 2rem 0;
  }
}
section.db-architech-section .content-box .db-architech-tab {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  border: none;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 524px) {
  section.db-architech-section .content-box .db-architech-tab {
    gap: 0.4rem;
  }
}
section.db-architech-section .content-box .db-architech-tab li {
  max-width: 16rem;
}
section.db-architech-section .content-box .db-architech-tab li .nav-link {
  border: 1px solid #efb6b8;
  border-radius: 14px;
  position: relative;
  text-align: left;
  color: #070707;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 524px) {
  section.db-architech-section .content-box .db-architech-tab li .nav-link {
    text-align: center;
  }
}
section.db-architech-section .content-box .db-architech-tab li .nav-link h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 524px) {
  section.db-architech-section .content-box .db-architech-tab li .nav-link h5 {
    margin: 0;
    font-size: 0.9rem;
  }
}
section.db-architech-section .content-box .db-architech-tab li .nav-link p {
  font-size: 0.85rem;
  margin: 0;
}
@media screen and (max-width: 524px) {
  section.db-architech-section .content-box .db-architech-tab li .nav-link p {
    display: none;
  }
}
section.db-architech-section .content-box .db-architech-tab li .nav-link.active {
  background: transparent linear-gradient(116deg, #6c2ac6 0%, rgba(140, 79, 224, 0.4431372549) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #8c4fe0;
  color: #fff;
  border-radius: 14px;
}
section.db-architech-section .content-box .db-architech-tab li .nav-link.active::before {
  content: "";
  background: #6c2ac6 0% 0% no-repeat padding-box;
  opacity: 0.74;
  filter: blur(50px);
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  height: 2rem;
  width: 90%;
  margin: auto;
}

.comingsoon-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comingsoon-section {
    padding: 10rem 0 6rem;
  }
}
.comingsoon-section .hero-video {
  position: fixed;
  inset: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
