body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg-light-blue {
  background-color: #0c4098;
}
.ai-banner {
  padding-block: 90px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.ai-banner .background-overlay {
  background-image: url(../assets/images/ai/ai-bg-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.51;
  mix-blend-mode: lighten;
  position: absolute;
  inset: 0;
}
.business-revolution-section {
  background-image: url(../assets/images/ai/ai-services-background.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
}
.business-revolution-section .background-overlay {
  background-size: auto;
  background-position: bottom;
}
.ai-container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ai-banner .main-section {
  padding-inline: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.ai-banner .main-section .content-section {
  width: 80%;
  padding-inline: 20px;
  text-align: center;
}
.content-section .heading-block {
  margin-bottom: 40px;
}
.heading-block .banner-heading {
  padding: 0;
  margin-top: 0 !important;
}
.content-section .heading-block .main-headings {
  position: relative;
  animation: bannerHeadingAnimation 0.74s ease-in;
}
@keyframes bannerHeadingAnimation {
  from {
    left: 20px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.content-section .banne-image {
  width: 75%;
  margin-inline: auto;
}
.content-section .banne-image img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.ai-banner .main-section .counter-section {
  width: 44%;
  padding-inline: 20px;
}
.counter-section .counter-width {
  max-width: 340px;
  width: 100%;
  margin-left: auto;
}
.counter-section .counter-block {
  background-color: #0044b640;
  border: 1px solid #5c7dff;
  border-radius: 12px;
  padding: 64px 12px;
}
.counter-block .counter {
  text-align: center;
  margin-bottom: 28px;
  border-bottom: 1px solid #5c7dff;
}
.counter .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0px 0px 30px 0px;
}
.counter .countdown {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
}
.counter .countdown .countdown-timer {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #0044b6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown .countdown-unit {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  color: #e5dede;
}
.counter .progress-block {
  width: 100%;
  text-align: center;
  position: relative;
}
.progress-block .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 32px;
}
.progress-block .progress-bar {
  width: 100%;
  height: 14px;
  border-radius: 5px;
  background-color: #0044b680;
  position: relative;
  overflow: visible;
  margin-bottom: 110px;
}
.progress-bar .progress {
  height: 14px;
  background-color: #0044b6;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  animation: progress 1s linear;
  width: 60%;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
.progress-bar .notes {
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: absolute;
  top: 0;
}
.progress-bar .notes .item-note {
  position: relative;
}
.notes .item-note:nth-child(1) {
  margin-left: 0;
}
.notes .item-note:nth-child(2) {
  margin-left: 10%;
}
.notes .item-note:nth-child(3) {
  margin-left: 19%;
}
.progress-bar .notes .item-note::before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  border-left: 1px solid #5c7dff;
}
.notes .item-note .note-text {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 500;
}
.counter-block .purchase-token-btn {
  width: 220px;
  height: 58px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3772ff;
  border-radius: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.counter-block .purchase-token-btn:hover {
  background-color: #fff;
  color: #3772ff;
}
.plateform-section {
  width: 100%;
  padding: 90px 0px;
  border-top: 1px solid #5c7dff;
}
.plateform-section .plateform-container {
  position: relative;
  display: flex;
  align-items: center;
}
.plateform-container .content-section {
  width: 50%;
  padding-inline: 20px;
}
.content-section .content-block {
  max-width: 526px;
  width: 100%;
}
.content-block .plateform-header {
  padding-inline: 10px;
  margin-bottom: 40px;
}
.ai-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 36px;
}
.ai-title span {
  width: 72px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin-right: 4px;
}
.content-block .plateform-crypto {
  padding-left: 20px;
}
.content-block .plateform-crypto .crypto-items {
  margin-left: 24px;
}
.plateform-crypto .crypto-items .crypto-item {
  position: relative;
  padding-bottom: 60px;
  text-align: left;
}
.plateform-crypto .crypto-items .crypto-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  border-left: 2px dashed #3772ff;
}
.plateform-crypto .crypto-items .crypto-item:last-child::before {
  display: none;
}
.crypto-item .item-content .description {
  margin: 0;
}
.crypto-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  background-color: #3772ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -24px;
}
.crypto-item .icon img {
  width: 24px;
  height: 24px;
}
.crypto-items .crypto-item .item-content {
  padding-left: 50px;
}
.crypto-item .item-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 0;
}
.crypto-item .item-content.description {
  padding-left: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #dcd4e0;
}
.plateform-container .image-section {
  max-width: 650px;
  display: flex;
  justify-content: center;
  padding-inline: 20px;
  margin-inline: auto;
}
.plateform-container .image-section img {
  width: 100%;
}
.whychoose-section {
  padding-inline: 30px;
}
.whychoose-section .main-headings {
  margin-bottom: 48px;
  max-width: 960px;
  margin-inline: auto;
}
.features-section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.features-section .feature-card {
  padding: 24px 16px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  border: 1px solid rgb(237, 253, 254);
  box-shadow: rgba(169, 160, 160, 0.5) 1px 0px 4px 2px;
}
.feature-card .sub-headings {
  color: #01358d;
  transition: all 0.5s ease-in-out;
}
.feature-card .container-text {
  color: #666;
  transition: all 0.5s ease-in-out;
}
.features-section .feature-card:hover {
  background-color: #0044b6;
  transition: all 0.4s ease;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, 0.11);
  transition: all 0.5s ease-in-out;
}
.features-section .feature-card:hover .sub-headings {
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.features-section .feature-card:hover .container-text {
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.features-section .feature-card .container-text {
  min-height: 96px;
}
.features-section .feature-card .icon {
  margin-bottom: 15px;
}
.feature-card .icon svg {
  fill: #01358d;
  stroke: #01358d;
  transition: all 0.5s ease-in-out;
}
.feature-card .icon svg:last-child {
  fill: none !important;
}
.feature-card:hover .icon svg {
  fill: #fff;
  stroke: #fff;
  transition: all 0.5s ease-in-out;
}
.features-section .feature-card .icon img {
  width: 50px;
}
.feature-card .feature-title {
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 10px 0 15px 0;
}
.innovation-section {
  max-width: 1230px;
  width: 100%;
  margin-inline: auto;
}
.innovation-section .main-headings {
  padding-inline: 20px;
}
.innovation-section .innovation-container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 20px;
  max-width: 1024px;
  margin-inline: auto;
}
.innovation-container .innovation-item {
  padding: 16px;
  padding-top: 26px;
  border-radius: 12px;
  border: 1px solid #edfdfe;
  box-shadow: rgba(169, 160, 160, 0.5) 1px 0px 4px 2px;
}
.innovation-item .item-detail {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.innovation-item .item-detail .icon {
  width: 24px;
}
.innovation-item .item-detail .icon svg {
  fill: #01358d;
}
.innovation-item .item-detail .sub-headings {
  margin-top: 0 !important;
}
.allocation-bg-overlay {
  background-image: url(../assets/images/ai/Background-cricle.png);
  background-position: 100% 120%;
  background-repeat: no-repeat;
  opacity: 0.73;
  position: absolute;
  inset: 0;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.allocation-section {
  padding-inline: 10%;
}
.allocation-section .allocation-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
.allocation-header .buynow-btn {
  width: auto;
  display: inline-flex;
  align-items: center;
  background-color: #3772ff;
  border-radius: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 38px 16px 38px;
  text-decoration: none;
}
.allocation-header .buynow-btn:hover {
  background-color: #fff;
  color: #3772ff;
}
.allocation-section .allocation-block {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}
.allocation-block .allocation-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
}
.allocation-tabs .tab {
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #fff;
  padding: 0px 0px 3px 0px;
  background-color: transparent;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.allocation-tabs .tab:hover {
  border-color: #f9556d;
  color: #f9556d;
}
.allocation-block .allocation-graph-section {
  margin-top: 30px;
  background-color: #0044b6;
  padding-block: 80px;
  border-radius: 30px;
}
.allocation-graph-section .allocation-graph-container {
  padding-inline: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.graph-items {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allocation-graph-container .graph {
  max-width: 371px;
  width: 100%;
}
.allocation-graph-container .graph img {
  width: 100%;
}
.allocation-graph-container .graph-progress-section {
  width: 50%;
}
.graph-progress-section .progress-section {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.progress-section .container-text {
  font-weight: 500;
  margin-bottom: 14px;
}
.progress-section .progress-bar {
  height: 10px;
  width: 80%;
  position: relative;
  border-radius: 8px;
}
.progress-section:nth-child(1) .progress-bar {
  background-color: #3d88fb1f;
}
.progress-section:nth-child(2) .progress-bar {
  background-color: #5637c81f;
}
.progress-section:nth-child(3) .progress-bar {
  background-color: #00d89e1f;
}
.progress-section:nth-child(4) .progress-bar {
  background-color: #acdf351f;
}
.progress-section:nth-child(5) .progress-bar {
  background-color: #9116cd1f;
}
.progress-section:nth-child(6) .progress-bar {
  background-color: #fc33521f;
}
.progress-section:nth-child(7) .progress-bar {
  background-color: #ff9b5c1f;
}
.progress-section .fill-progress {
  height: 10px;
  position: relative;
  border-radius: 8px;
}
.graph-progress-animation {
  width: 0%;
  transition: 0.75s all ease;
}

.progress-section:nth-child(1) .graph-progress-animation.active {
  background-color: #ff9b5c;
  width: 30%;
}
.progress-section:nth-child(2) .graph-progress-animation.active {
  background-color: #fc3352;
  width: 20%;
}
.progress-section:nth-child(3) .graph-progress-animation.active {
  background-color: #9116cd;
  width: 19%;
}
.progress-section:nth-child(4) .graph-progress-animation.active {
  background-color: #5637c8;
  width: 16%;
}
.progress-section:nth-child(5) .graph-progress-animation.active {
  background-color: #3d88fb;
  width: 14%;
}
.progress-section:nth-child(6) .graph-progress-animation.active {
  background-color: #00d89e;
  width: 14%;
}
.use-cases-section {
  max-width: 1230px;
  width: 100%;
  margin-inline: auto;
}
.use-cases-section .main-headings {
  padding-inline: 20px;
}
.use-cases-section .use-cases-container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 20px;
}
.use-cases-container .use-case {
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
}
.use-case-item-one {
  background-image: linear-gradient(180deg, #a234fd 0%, #a234fd 100%);
  border-radius: 12px;
  padding: 2px;
}
.use-case-item-two {
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
  border-radius: 12px;
  padding: 2px;
}
.use-case-item-three {
  background-image: linear-gradient(45deg, #ffa200 0%, #e10419 100%);
  border-radius: 12px;
  padding: 2px;
}
.use-case-item-four {
  background-image: linear-gradient(
    90deg,
    #7512a2 0%,
    #ff31ab 49%,
    #ff6f05 100%
  );
  border-radius: 12px;
  padding: 2px;
}
.use-case .use-case-details {
  display: flex;
  align-items: center;
  gap: 8px;
}
.use-case-details .detail {
  width: calc(100% - 74px);
}
.use-case-details .use-case-diagram {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.use-case-details .diagram-one {
  background-image: linear-gradient(180deg, #a234fd 0%, #a234fd 100%);
}
.use-case-details .diagram-two {
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.use-case-details .diagram-three {
  background-image: linear-gradient(45deg, #ffa200 0%, #e10419 100%);
}
.use-case-details .diagram-four {
  background-image: linear-gradient(
    90deg,
    #7512a2 0%,
    #ff31ab 49%,
    #ff6f05 100%
  );
}
.use-case-diagram svg {
  animation: shake-and-pause 2s ease-in-out infinite;
  animation-fill-mode: forwards;
}
@keyframes shake-and-pause {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.use-case-details .detail .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #666;
}
.raod-map-gap {
  padding-inline: 30px;
}
.raod-map-gap .container-text {
  max-width: 640px;
  margin-inline: auto !important;
}
.token-details-section {
  padding-inline: 30px;
}
.token-details-section .ai-title {
  margin-bottom: 20px;
}
.token-details-section .token-details {
  margin-top: 50px;
  margin-bottom: 40px;
  display: grid;
  row-gap: 30px;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.token-details .token-details-items {
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
}
.token-details-items .container-text {
  position: relative;
  z-index: 1;
}
.token-details .token-details-items:hover::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, #5c7dff 0%, #a45cff00 90%);
  width: 100%;
}
.token-details .token-details-items:nth-child(1) {
  background-image: linear-gradient(90deg, #5c7dff 0%, #a45cff00 90%);
}
.token-details .token-details-items::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #5c7dff 0%, #a45cff 100%);
}
.token-details .token-details-items:nth-child(1):before {
  display: none;
}
.token-details-items .token-title {
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
.token-details-items .container-text {
  margin: 0;
}
.token-details-section .token-divider-section {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.token-divider-section .divider-item {
  width: 20%;
}
.divider-item .divider {
  padding-block: 20px;
  display: flex;
  align-items: center;
}
.divider-item:first-child .divider {
  padding-left: 48%;
}
.divider-item:last-child .divider {
  padding-right: 48%;
}
.divider .divider-dot {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-item:first-child .divider-dot {
  display: inline-block;
  margin-top: 3px;
}
.divider-item:last-child .divider .divider-dot {
  display: block;
}
.divider-item:last-child .divider .divider-dot span {
  float: right;
  margin-right: -8px;
}
.divider-item:nth-child(1) .divider-dot::before {
  display: none;
}
.divider-item:last-child .divider-dot::after {
  display: none;
}
.divider .divider-dot::before {
  content: "";
  display: block;
  flex-grow: 1;
  border: 3px dashed #0044b6;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
}
.divider .divider-dot::after {
  content: "";
  display: block;
  flex-grow: 1;
  border: 3px dashed #0044b6;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
}
.divider .divider-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0c4098;
  display: inline-block;
}
.ai-services-section {
  background-image: url(../assets/images/ai/ai-services-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ai-services-section .services-header {
  width: 70%;
  margin-inline: auto;
  text-align: center;
  padding-bottom: 40px;
}
.services-header .header-shape {
  display: block;
  width: 45px;
  height: 10px;
  margin: auto;
  margin-bottom: 14px;
  border-radius: 40px;
  background-color: #f9556d;
}
.services-header .container-title {
  margin-bottom: 8px;
}
.ai-services-section .ai-services-container {
  width: 100%;
  max-width: calc(100% - 60px);
  margin-inline: auto;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.ai-services-container .services-columns {
  width: 25%;
  flex: 0 0 auto;
}
.our-services .services-button {
  font-size: 16px;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 0;
  right: 0;
  text-decoration: none;
  background-color: #f9556d;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
.our-services .services-button:hover {
  box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.4);
  background-color: #ef4060;
}
.our-services .ai-services-icon {
  margin-top: 24px;
  width: 116px;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.our-services .ai-services-icon::before {
  border-radius: 0px 0px 75px 75px;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 0;
  bottom: 0;
}
.our-services:hover .ai-services-icon::before {
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.our-services:hover .ai-services-icon {
  background-image: linear-gradient(90deg, #0044b6 0%, #a6c8ff 100%);
  transition: 0.3s ease-in-out;
}
.our-services .ai-services-icon svg {
  stroke: #01358d;
  position: relative;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.our-services:hover .ai-services-icon svg {
  stroke: #fff;
  fill: #fff;
}
.our-services .sub-headings {
  padding-top: 20px;
}
.ai-services-container .ai-services-image {
  width: 50%;
}
.ai-services-image .service-image {
  height: 743px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.ai-services-image .service-image svg {
  position: absolute;
  width: 100%;
}
.ai-services-image .service-image img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.token-details-section .bonus-card-items {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.bonus-card-items .card {
  max-width: 20%;
  width: 100%;
  background-color: #0c4098;
  box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, 0.11);
  border: none;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.bonus-card-items .card:hover {
  background-color: #0044b6;
}
.bonus-card-items .card .container-text {
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdce7;
  padding-bottom: 3px;
  font-weight: 500;
}
.bonus-card-items .card .bonus {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.bonus-card-items .card .price {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.stratgy-section {
  background-image: url(../assets/images/ai/stratgy&plan-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.stratgy-heading {
  max-width: 960px;
  margin-inline: auto !important;
}
.stratgy-section .ai-title {
  margin-bottom: 20px;
}
.stratgy-section .road-map {
  box-sizing: border-box;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.stratgy-section .road-map::before {
  content: "";
  display: table;
}
.stratgy-section .road-map::after {
  content: "";
  display: table;
  clear: both;
}
.road-map .road-map-wrapper {
  padding: 0 27.5px;
}
.road-map-wrapper .timeline-row {
  position: relative;
}
.road-map-wrapper .timeline-row:not(:last-child) {
  margin-bottom: 95px;
  position: relative;
}
.road-map-wrapper .timeline-row:nth-of-type(odd):before {
  position: absolute;
  top: 68px;
  left: 13%;
  width: 75%;
  height: 0;
  content: "";
  border-bottom: 3px dashed #0044b6;
}
.road-map-wrapper .timeline-row:nth-of-type(odd):last-child:before {
  width: 73%;
}
.road-map-wrapper .timeline-row:nth-of-type(odd):after {
  position: absolute;
  top: 67px;
  right: -50px;
  width: 20%;
  height: calc(100% + 94px);
  content: "";
  border: 3px dashed #0044b6;
  border-left: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.road-map-wrapper .timeline-row:nth-of-type(odd):last-child:after {
  display: none;
}
.road-map-wrapper .timeline-row:nth-of-type(even):before {
  position: absolute;
  top: 68px;
  left: 13%;
  width: 73%;
  height: 0;
  content: "";
  border-bottom: 3px dashed #0044b6;
}
.road-map-wrapper .timeline-row:nth-of-type(even):after {
  position: absolute;
  top: 68px;
  left: 0;
  width: 13%;
  height: calc(100% + 93px);
  content: "";
  border: 3px dashed #0044b6;
  border-right: 0;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.timeline-row .timeline-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.timeline-row:nth-child(even) .timeline-items {
  flex-direction: row-reverse;
  justify-content: space-around;
}
.timeline-item .timeline-date {
  text-align: center;
  margin-bottom: 80px;
}
.timeline-date .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #3772ff;
  text-transform: uppercase;
  width: fit-content;
  margin-inline: auto;
  height: 30px;
}
.timeline-date .date::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 50%;
  bottom: -60px;
  width: 41px;
  height: 41px;
  background-color: #3772ff;
  border-radius: 50%;
  margin-left: -20.5px;
  background-image: url(../assets/images/svg/checked-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.timeline-not-done .date::before {
  background-image: none;
}
.timeline-date .date::after {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 900;
  left: 50%;
}
.timeline-not-done .date::before {
  border: 2.5px solid #0c4098;
  background-color: transparent;
}
.timeline-not-done .date::after {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #0044b6;
  box-sizing: border-box;
  border-radius: 50%;
  bottom: -52px;
  margin-left: -11.5px;
}
.timeline-item .timeline-info {
  background-color: #0044b6;
  box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  max-width: 158px;
  min-height: 104px;
}
.timeline-info .timeline-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}
.timeline-info .timeline-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timeline-info .timeline-content li {
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  color: #fff;
}
.documentation-section {
  max-width: calc(100% - 100px);
  margin-inline: auto;
}
.documentation-container {
  background-color: #0c4098;
  padding: 90px 75px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.documentation-container .document-content {
  width: 50%;
}
.document-content .container-text {
  margin-top: 36px;
  padding-right: 60px;
  margin-bottom: 0;
}
.document-content .ai-bullets {
  padding-right: 60px;
  padding-left: 12px;
  list-style: none;
}
.document-content .ai-bullets li {
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
}
.ai-bullets li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: linear-gradient(180deg, #5c7dff 0%, #a45cff 100%);
}
.document-content .documentation-items {
  margin-top: 44px;
  margin-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.documentation-items .document-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 47%;
}
.document-item .checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3772ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document-item .container-text {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.documantaion-button {
  display: inline-block;
  position: relative;
  width: 154px;
}
.documantaion-button .button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  border-radius: 28px;
  background-color: #3772ff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}
.documantation-dropdown {
  width: 100%;
  position: absolute;
  background-color: #3772ff;
  transition: all 0.4s ease;
  z-index: 1;
  display: none;
}
.documantation-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.documantation-dropdown ul .language-item {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-top: 1px solid #dcdce7;
}
.documantation-dropdown ul .language-item:hover {
  background-color: #5c7dff;
}
.documantation-dropdown ul .language-item a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documantaion-button:hover .button {
  border-radius: 28px 28px 0 0;
}
.documantaion-button:hover .documantation-dropdown {
  display: block !important;
}
.document-image-section {
  width: 50%;
  display: flex;
  justify-content: center;
}
.document-image-section .document-image {
  padding: 10px;
  max-width: 100%;
  margin-inline: center;
  text-align: center;
}
.document-image-section .document-image img {
  width: 100%;
}
.ai-advisor-section {
  max-width: 100%;
  padding-inline: 30px;
  border-top: none !important;
  padding-bottom: 0 !important;
}
.ai-advisor-section .advisors-list {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.advisors-list .advisor {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.advisor .advisor-img {
  width: 100%;
  position: relative;
}
.advisor .advisor-img img {
  width: 100%;
  border-radius: 5px;
}
.advisor .advisor-img .mask {
  background: linear-gradient(
    0deg,
    rgba(16, 19, 31, 0.9) 0%,
    rgba(16, 19, 31, 0) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 120px;
  border-radius: 5px;
}
.advisor .advisor-info {
  margin: 0;
  text-align: left;
  max-width: 100%;
  height: auto;
  padding: 0 12px 25px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.advisor .advisor-info .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.advisor .advisor-info .sub-title {
  color: #d3d4e0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}
.advisor-info .rectangle {
  height: 2px;
  width: 44px;
  background-color: #3772ff;
}
.advisor .list-icon {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 0 12px 24px 12px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.advisor .list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.advisor .list-icon ul .item {
  display: inline-block;
  margin-right: 8px;
}
.advisor .list-icon ul .item a {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.advisor .list-icon ul .item a:hover {
  background-image: linear-gradient(180deg, #5c7dff 0%, #a45cff 100%);
}
.advisor .list-icon ul .item a img {
  width: 18px;
  height: 18px;
}
.advisors-list .advisor:hover .advisor-info {
  bottom: 50px;
}
.advisors-list .advisor:hover .list-icon {
  bottom: 0;
}
.about-us-section {
  border: none !important;
}
.about-us-section {
  padding-inline: 20px;
}
.about-us-section .about-us-header {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-inline: auto;
  width: 70%;
  text-align: center;
}
.about-us-header .header-title {
  margin-bottom: 30px;
}
.header-title .about-us-widget {
  background-color: #01358d1c;
  padding: 8px 10px;
  border-radius: 30px;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 16px;
  margin-inline: auto;
}
.about-us-widget .briefcase-icon {
  width: 16px;
  height: 16px;
}
.about-us-widget .briefcase-icon img {
  width: 100%;
}
.about-us-widget .container-title {
  position: relative;
  top: 1px;
  line-height: 16px;
}
.about-us-header .video-section {
  width: 50%;
}
.about-us-header .video-section .video {
  width: 214px;
  height: 214px;
  margin-left: auto;
}
.about-us-section .about-us-items {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.about-us-items .about-us-item {
  width: 33%;
  background-color: #9baac424;
  text-align: left;
  padding: 1px;
  margin: 0px;
  border-radius: 15px;
  border: 1px solid #01358d;
  transition: all 250ms ease;
  cursor: pointer;
  position: relative;
}
.about-us-items .about-us-item:nth-child(2) {
  top: 30px;
}
.about-us-items .about-us-item:nth-child(3) {
  top: 60px;
}
.item-content-parent {
  overflow: hidden;
  margin-top: 30px;
}
.about-us-items .about-us-item .item-content {
  padding: 0px 28px;
  transition: all 250ms ease;
}
.about-us-item .item-content .about-us-icon {
  width: 60px;
  height: 60px;
}
.about-us-item .item-content .about-us-icon img {
  width: 100%;
}
.about-us-item .item-content .about-us-details {
  transition: all 550ms ease;
}
.architecture-framework {
  width: 100%;
  background-image: url(/assets/images/png/doted-bg.png);
}
/* Animation */
.bottom-animation {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.75s all ease;
}
.bottom-animation.active {
  transform: translateY(0);
  opacity: 1;
}
.progress-animation {
  width: 0%;
  transition: 0.75s all ease;
}
.progress-animation.active {
  width: 60%;
}
@media (min-width: 1024px) {
  .plateform-header .main-headings {
    font-size: 43px;
  }
  .about-us {
    padding-bottom: 150px;
  }
  .about-us-item:hover .item-content {
    transform: translateY(-60px);
  }
}
@media (max-width: 1023px) {
  .ai-banner .main-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    width: 80%;
    margin-inline: auto;
  }
  .content-section .heading-block {
    text-align: center;
  }
  .ai-banner .main-section .content-section,
  .ai-banner .main-section .counter-section {
    width: 100%;
  }
  .counter-section .counter-width {
    margin: auto;
  }
  .counter-section .counter-width {
    max-width: 420px;
  }
  .plateform-section .plateform-container {
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
  }
  .plateform-container .content-section,
  .plateform-container .image-section {
    width: 100%;
  }
  .content-section .content-block {
    max-width: 100%;
  }
  .content-block .plateform-header {
    padding-inline: 30px;
  }
  .content-block .plateform-crypto {
    padding-left: 40px;
    padding-right: 20px;
  }
  .image-section img {
    margin: 0 auto;
  }
  .features-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-section .feature-card .sub-headings {
    min-height: auto;
  }
  .features-section .feature-card .container-text {
    min-height: 72px;
  }
  .allocation-section {
    padding-inline: 30px;
  }
  .allocation-graph-section .allocation-graph-container {
    flex-wrap: wrap;
    gap: 48px;
  }
  .graph-items,
  .allocation-graph-container .graph-progress-section,
  .progress-section .progress-bar {
    width: 100%;
  }
  .token-details-section .token-details {
    grid-template-columns: repeat(2, 1fr);
  }
  .token-details-section .token-divider-section {
    display: none;
  }
  .token-details-section .bonus-card-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .use-cases-section .use-cases-container,
  .innovation-section .innovation-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .bonus-card-items .card {
    max-width: 25%;
  }
  .stratgy-section .road-map {
    max-width: calc(100% - 60px);
  }
  .documentation-container {
    flex-wrap: wrap;
    gap: 40px;
  }
  .documentation-container .document-content,
  .document-image-section {
    width: 100%;
  }
  .document-image-section .document-image img {
    width: auto;
    margin-inline: auto;
  }
  .ai-advisor-section .advisors-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advisors-list .advisor {
    width: 48%;
  }
  .ai-banner .main-section .content-section {
    padding-block: 0;
  }
  .stratgy-heading {
    max-width: 100%;
  }
  .ai-services-section .ai-services-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ai-services-container .services-columns {
    width: 100%;
  }
  .services-columns .our-services {
    max-width: 560px;
    text-align: center;
    margin-inline: auto;
  }
  .our-services .ai-services-icon {
    margin-inline: auto;
  }
  .ai-services-container .ai-services-image {
    width: 100%;
  }
  .ai-services-image .service-image {
    max-width: 320px;
    margin-inline: auto;
    height: auto;
    margin-top: 40px;
  }
  .ai-services-image .service-image img {
    margin-bottom: 40px;
  }
  .ai-services-image .service-image svg {
    height: 400px;
  }
  .about-us-section .about-us-items {
    flex-wrap: wrap;
    gap: 24px;
  }
  .about-us-items .about-us-item {
    width: 100%;
  }
  .item-content-parent {
    margin: 0;
  }
  .about-us-items .about-us-item:nth-child(2),
  .about-us-items .about-us-item:nth-child(3) {
    top: 0;
  }
  .about-us-items .about-us-item .item-content {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .ai-banner {
    padding-block: 70px;
  }
  .ai-banner .main-section {
    width: 100%;
    padding-inline: 0;
  }
  .content-section .banne-image {
    width: 100%;
  }
  .whychoose-section {
    padding-inline: 20px;
  }
  .whychoose-section .ai-title {
    text-align: center;
  }
  .features-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-section .feature-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .innovation-item .item-detail .container-text {
    min-height: 120px;
  }
  .allocation-section {
    padding-inline: 30px;
  }
  .allocation-block .allocation-graph-section {
    padding-block: 40px;
  }
  .allocation-graph-section .allocation-graph-container {
    padding-inline: 20px;
  }
  .token-details-section,
  .allocation-section {
    padding-inline: 20px;
  }
  .token-details-section .token-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .bonus-card-items .card {
    max-width: 40%;
  }
  .stratgy-section .road-map {
    max-width: 100%;
  }
  .raod-map-gap {
    padding-inline: 20px;
  }
  .road-map-wrapper .timeline-row::before {
    display: none;
  }
  .road-map-wrapper .timeline-row::after {
    display: none;
  }
  .timeline-item {
    position: relative;
  }
  .road-map-wrapper .timeline-row:not(:last-child) {
    margin-bottom: 0;
  }
  .timeline-row .timeline-items {
    display: block;
  }
  .timeline-item::before {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    content: "";
    border-left: 3px dashed #0044b6;
  }
  .timeline-row:last-child .item:last-child .timeline-item::before {
    height: 75%;
  }
  .timeline-item:first-child:before {
    top: 60px;
  }
  .timeline-item .timeline-date {
    text-align: left;
    margin-bottom: 41px;
    width: fit-content;
    padding-top: 40px;
  }
  .timeline-item .timeline-date::before {
    position: absolute;
    top: 78px;
    left: 20px;
    width: 260px;
    content: "";
    border-bottom: 3px dashed #0044b6;
  }
  .timeline-date .date {
    margin-left: 100px;
  }
  .timeline-date .date::before {
    left: -80px;
    bottom: -30px;
  }
  .timeline-not-done .date::after {
    left: -81px;
    bottom: -21px;
  }
  .timeline-item .timeline-info {
    width: fit-content;
    margin-left: 100px;
    max-width: 208px;
  }
  .documentation-section {
    max-width: 100%;
    padding-inline: 20px;
  }
  .documentation-container {
    padding: 40px;
  }
  .document-image-section .document-image img {
    width: 100%;
  }
  .ai-advisor-section {
    padding-inline: 20px;
  }
  .features-section .feature-card .container-text {
    min-height: auto;
  }
  .ai-services-section .services-header,
  .about-us-section .about-us-header {
    width: 100%;
  }
  .services-header .container-title {
    padding-inline: 20px;
  }
  .services-header .main-headings {
    padding-inline: 20px;
  }
  .ai-services-section .ai-services-container {
    max-width: calc(100% - 40px);
  }
  .about-us-header .header-title {
    width: 100%;
    text-align: center;
  }
  .header-title .about-us-widget {
    margin-inline: auto;
  }
  .about-us-items .about-us-item .item-content {
    padding: 16px 16px 0;
  }
  .about-us-header .video-section {
    display: none;
  }
}
@media (max-width: 576px) {
  .plateform-section {
    padding-block: 70px;
  }
  .content-block .plateform-header {
    padding-inline: 0;
  }
  .content-block .plateform-crypto {
    padding-inline: 0px;
  }
  .crypto-items .crypto-item .item-content {
    padding-left: 36px;
  }
  .plateform-crypto .crypto-items .crypto-item {
    padding-bottom: 32px;
  }
  .bonus-card-items .card {
    max-width: 420px;
  }
  .features-section .feature-card {
    padding: 12px;
  }
  .use-cases-section .use-cases-container,
  .innovation-section .innovation-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .road-map .road-map-wrapper {
    padding: 0;
  }
  .timeline-date .date {
    margin-left: 80px;
  }
  .timeline-item .timeline-date::before {
    width: 240px;
  }
  .timeline-date .date::before {
    left: -60px;
  }
  .timeline-not-done .date::after {
    left: -61px;
  }
  .timeline-item .timeline-info {
    margin-left: 60px;
  }
  .documentation-container {
    padding: 20px;
  }
  .document-image-section .document-image {
    padding: 0;
  }
  .advisors-list .advisor {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
  .document-content .container-text {
    padding: 0;
  }
  .document-content .ai-bullets {
    padding-right: 0;
  }
  .documentation-items .document-item {
    width: 100%;
  }
  .innovation-item .item-detail .container-text {
    min-height: auto;
  }
}
@media (max-width: 866px) and (min-width: 846px) {
  .innovation-container .innovation-item {
    height: 143px;
  }
}
