button {
  transition: 0.5s ease;
}

.blck-btn {
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #000;
}
.blck-btn.cent {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.blck-btn.cent:hover {
  background-color: transparent;
  color: #000;
}

.cta-sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.cta-sec p {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.cta-sec .blck-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #000;
}
.cta-sec .blck-btn:hover {
  background-color: transparent;
  color: #000;
}

.cryp-ban {
  position: relative;
}

.container-large {
  max-width: 1600px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

span.curve-vector {
  position: relative;
  color: #7F82D5;
}
span.curve-vector::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 70px;
  height: 22px;
  background: url("https://assets.clarisco.com/assets/cryptocurrency-img/vector.png") no-repeat center/contain;
  margin: 0 auto;
}

.dis-cryp-sec .row {
  gap: 75px 3%;
  max-width: 1218px;
  width: 100%;
  margin: 60px auto 0;
  padding-bottom: 50px;
  justify-content: center;
}
.dis-cryp-sec .row .col {
  width: 31%;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dis-cryp-sec .row .col .card {
  width: 100%;
  padding: 54px 30px !important;
  border-radius: 20px;
}
.dis-cryp-sec .row .col .card:hover .img-wrap {
  transform: scale(0.6) translateY(-139px);
}
.dis-cryp-sec .row .col .card .img-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.dis-cryp-sec .row .col .card .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 122px;
  height: 128px;
  margin: 0 auto 60px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.dis-cryp-sec .row .col .card .content-items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center !important;
  background: linear-gradient(135deg, #7F82D5 0%, #6c6eb3 100%);
  padding: 17px 14px 30px 14px;
  transform: translateY(calc(100% - 80px));
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: calc(100% - 98px);
  border-radius: 20px 20px 0 0 !important;
}
.dis-cryp-sec .row .col .card .content-items * {
  color: #fff;
}
.dis-cryp-sec .row .col .card .content-items b {
  opacity: 1;
  font-size: 15px;
  display: block;
  line-height: 23px;
}
.dis-cryp-sec .row .col .card .content-items p {
  opacity: 0;
  font-size: 13px;
  margin-top: 5px;
}
.dis-cryp-sec .row .col .card:hover .content-items {
  transform: translateY(0);
}
.dis-cryp-sec .row .col .card:hover .content-items p {
  opacity: 1;
}

.white-lab-sec {
  padding: 60px 0;
}
.white-lab-sec .cont-hd {
  max-width: 1313px;
  margin: 0 auto 70px;
}
.white-lab-sec .cont-hd * {
  text-align: center;
}
.white-lab-sec .cont-hd h2 {
  margin-bottom: 26px;
}
.white-lab-sec .cont-hd p {
  color: rgba(0, 0, 0, 0.6);
}
.white-lab-sec img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.build-in-section {
  padding: 60px 0 50px;
}
.build-in-section .build-hd {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  text-align: center;
}
.build-in-section .build-hd h2 {
  margin-bottom: 16px;
}
.build-in-section .build-hd h2 span {
  color: #7F82D5;
}
.build-in-section .build-hd p {
  color: #666;
  margin-bottom: 24px;
  font-size: 14px;
}
.build-in-section .build-hd button {
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
}
.build-in-section .build-row {
  display: flex;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
  margin-top: 30px;
}
.build-in-section .build-row .left-content {
  width: 35%;
}
.build-in-section .build-row .left-content .preview-screen {
  background: url("https://assets.clarisco.com/assets/cryptocurrency-img/tablet.webp") no-repeat;
  width: 100%;
  max-width: 301px;
  height: 455px;
  display: block;
  background-size: 100% 100%;
  position: relative;
}
.build-in-section .build-row .left-content .preview-screen img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
  position: absolute;
  inset: 0;
  width: 271px;
  height: 389px;
  top: 27px;
  left: 15px;
  overflow: hidden;
}
.build-in-section .build-row .feature-grid {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.build-in-section .build-row .feature-item {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
  width: 15.8%;
  cursor: pointer;
  padding: 12px;
  transition: 0.3s ease;
  box-shadow: 0px 0px 5.3px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.build-in-section .build-row .feature-item .icon-wrap {
  background-color: #EAFAFF;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.build-in-section .build-row .feature-item .icon-wrap img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.build-in-section .build-row .feature-item b {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.build-in-section .build-row .feature-item:hover, .build-in-section .build-row .feature-item.active {
  border-color: #8b8ef8;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(139, 142, 248, 0.15);
}

.security-section {
  padding: 80px 0;
}
.security-section .section-heading {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.security-section .section-heading h2 {
  margin-bottom: 16px;
  color: #111;
}
.security-section .section-heading p {
  color: #000;
}
.security-section .security-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 43px;
  margin-bottom: 50px;
}
.security-section .security-cards .security-card {
  width: 31.1%;
  background: #f4f4f4;
  border-radius: 24px;
  padding: 85px 40px;
  text-align: center;
  transition: 0.3s ease;
}
.security-section .security-cards .security-card:hover {
  transform: translateY(-14px);
  box-shadow: 1px 4px 19px rgba(0, 0, 0, 0.205) !important;
}
.security-section .security-cards .security-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  line-height: 20px;
}
.security-section .security-cards .security-card p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.security-section .security-cards .security-card .icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.security-section .security-cards .security-card .icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.revenue-streams-section .revenue-slider .revenue-card .cnt {
  min-height: 160px;
}

.revenue-streams-section {
  padding: 80px 0 0;
  overflow: hidden;
}
.revenue-streams-section .section-heading {
  margin: 0 auto 60px;
}
.revenue-streams-section .section-heading h2 {
  margin-bottom: 15px;
}
.revenue-streams-section .section-heading p {
  color: #000;
}
.revenue-streams-section .revenue-slider .revenue-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 45px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 407px;
}
.revenue-streams-section .revenue-slider .revenue-card b {
  display: block;
  font-size: 33px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 82px;
  text-align: center;
}
.revenue-streams-section .revenue-slider .revenue-card p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}
.revenue-streams-section .revenue-slider .revenue-card .icon-wrap {
  margin-top: 30px;
  background: #F2F1FF;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.revenue-streams-section .revenue-slider .revenue-card .icon-wrap img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.revenue-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.top-clone-scripts {
  padding: 80px 0;
  overflow: hidden;
  display: none;
}
.top-clone-scripts .section-heading {
  max-width: 1150px;
  margin: 0 auto 70px;
  text-align: center;
}
.top-clone-scripts .section-heading h2 {
  margin-bottom: 15px;
}
.top-clone-scripts .section-heading p {
  color: #000;
}
.top-clone-scripts .clone-grid {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.top-clone-scripts .clone-grid .clone-card {
  padding: 20px;
  overflow: hidden;
}
.top-clone-scripts .clone-grid .clone-card .clone-itm {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-clone-scripts .clone-grid .clone-card .clone-itm b {
  font-size: 18px;
  display: block;
  line-height: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  margin: 0;
  color: #000;
}
.top-clone-scripts .clone-grid .clone-card .clone-itm p {
  opacity: 0;
  transform: translateY(100%);
  position: absolute;
  bottom: 20px;
  left: 0;
  top: 135px;
  width: 100%;
  text-align: center;
  transition: 0.4s ease;
  font-size: 13px;
  line-height: 20px;
  padding: 0 20px;
}
.top-clone-scripts .clone-grid .clone-card:hover .clone-itm b {
  transform: scale(0.9) translateY(-147px);
}
.top-clone-scripts .clone-grid .clone-card:hover .clone-itm p {
  opacity: 1;
  transform: translateY(0);
}
.top-clone-scripts .clone-grid .clone-card:hover .clone-icon {
  transform: scale(0.6) translateY(-104px);
}
.top-clone-scripts .clone-grid .clone-card .clone-icon {
  margin-bottom: 20px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-clone-scripts .clone-grid .clone-card .clone-icon img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-clone-scripts .clone-grid .clone-card {
  background: rgba(240, 243, 250, 0.4);
  border: 0.5px solid rgba(127, 130, 213, 0.7);
  border-radius: 35px;
  min-height: 300px;
  width: 26.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  transition: 0.3s ease;
}
.top-clone-scripts .clone-grid .clone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .clone-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .clone-grid {
    grid-template-columns: 1fr;
  }
  .clone-card {
    min-height: 220px;
  }
}
.key-fet-sec .hd-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.key-fet-sec .card {
  transition: 0.3s ease;
}
.key-fet-sec .card:hover {
  transform: translateY(-14px);
  box-shadow: 1px 4px 19px rgba(127, 130, 213, 0.5) !important;
}

.exchange-development-process {
  padding: 0 !important;
}
.exchange-development-process.white-ed .process-right .timeline-line {
  height: 760px;
}
.exchange-development-process .process-wrapper {
  display: flex;
  align-items: center;
}
.exchange-development-process .process-left {
  width: 54%;
  margin-right: 40px;
}
.exchange-development-process .process-left .launch-card {
  margin-top: 40px;
  border: 1px solid rgb(127, 130, 213);
  border-radius: 26px;
  padding: 35px;
}
.exchange-development-process .process-left .launch-card h3 {
  color: rgb(127, 130, 213);
  margin-bottom: 20px;
}
.exchange-development-process .process-left .launch-card .launch-time {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}
.exchange-development-process .process-left .launch-card .launch-time .number {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
}
.exchange-development-process .process-left .launch-card .launch-time .text {
  color: #777;
  margin-bottom: 10px;
}
.exchange-development-process .process-left .launch-card p {
  margin: 0;
}
.exchange-development-process .process-left h2 {
  margin-bottom: 20px;
}
.exchange-development-process .process-left h2 span {
  color: rgb(127, 130, 213);
  position: relative;
}
.exchange-development-process .process-left h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background: url("https://assets.clarisco.com/assets/images/underline.svg") no-repeat center;
  background-size: contain;
}
.exchange-development-process .process-left p {
  color: #777;
  line-height: 1.7;
  max-width: 450px;
}
.exchange-development-process .process-right {
  position: relative;
  width: 46%;
}
.exchange-development-process .process-right .timeline-line {
  position: absolute;
  left: 19px;
  top: 24px;
  bottom: 0;
  height: 615px;
  width: 2px;
  background: #7d7ff5;
}
.exchange-development-process .process-right .timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  gap: 6px;
  padding-left: 0;
}
.exchange-development-process .process-right .step-number {
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-right: 0;
  border: 1px solid #7d7ff5;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.exchange-development-process .process-right .step-number span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.exchange-development-process .process-right .step-card {
  flex: 1;
  border: 1px solid #bfc2ff;
  border-radius: 10px;
  background: #fff;
  padding: 18.4px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.exchange-development-process .process-right .step-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.exchange-development-process .process-right .step-icon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.exchange-development-process .process-right .step-content b {
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.exchange-development-process .process-right .step-content p {
  color: #666;
  display: none;
  font-size: 8px;
  line-height: 12px;
  margin: 0;
}

.testi-sec .slider-nav {
  margin-top: 30px;
}
.testi-sec .test-hd {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.testi-sec .test-hd h2 {
  text-align: center;
  margin: 10px 0 !important;
}
.testi-sec .test-hd p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 10px 0 !important;
  padding: 0;
}
.testi-sec .card .card-body p {
  height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.testi-sec .card .card-body p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #E6EAF9;
  border-radius: 10px;
}
.testi-sec .card .card-body p::-webkit-scrollbar-thumb {
  background: rgb(127, 130, 213);
  border-radius: 10px;
}
.testi-sec .card .card-body p::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
.testi-sec .card .card-body .per-det b {
  display: block;
  text-align: center;
}
.testi-sec .card .card-body .per-det p {
  height: auto;
  margin-bottom: 0;
}

.why-choose-us {
  padding: 80px 0 0;
}
.why-choose-us .why-wrapper {
  display: flex;
  align-items: center;
}
.why-choose-us .why-ai-card {
  border: 1px solid #d8d8ff;
  border-radius: 16px;
  padding: 24px;
  width: 38.5%;
}
.why-choose-us .why-ai-card .ai-header {
  margin-bottom: 50px;
}
.why-choose-us .why-ai-card .ai-header p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.why-choose-us .why-ai-card b {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  display: block;
}
.why-choose-us .why-ai-card ul {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.why-choose-us .why-ai-card ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(127, 130, 213, 0.12);
  padding: 13px 15px;
  border-radius: 13px;
  gap: 10px;
}
.why-choose-us .why-ai-card ul li span.rnd-icn {
  width: 21px;
  height: 25px;
}
.why-choose-us .why-ai-card ul li span.rnd-icn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-us .why-ai-card ul li p {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.why-choose-us .why-ai-card p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.why-choose-us .why-ai-card .ai-search input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16.5px 16px;
  margin-top: 20px;
}
.why-choose-us .why-ai-card .ai-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.31);
}
.why-choose-us .why-ai-card .ai-search input::placeholder {
  color: rgba(0, 0, 0, 0.31);
}
.why-choose-us .why-content {
  width: 60%;
  margin-left: 60px;
}
.why-choose-us .why-content h2 {
  margin-bottom: 15px;
  color: #000;
}
.why-choose-us .why-content h2 span {
  color: rgb(127, 130, 213);
}
.why-choose-us .why-content .subtitle p {
  color: rgba(0, 0, 0, 0.56);
}
.why-choose-us .why-content .why-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.why-choose-us .why-content .why-card {
  border: 1px solid #bfc2ff;
  border-radius: 14px;
  padding: 22px;
  width: 31.4%;
}
.why-choose-us .why-content .why-card .icon-why {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid rgb(108, 108, 108);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.why-choose-us .why-content .why-card .icon-why img {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-us .why-content .why-card strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  color: rgb(0, 0, 0);
  display: block;
}
.why-choose-us .why-content .why-card b {
  font-size: 15px;
  line-height: 19px;
  margin: 4px 0;
  display: block;
  color: rgb(0, 0, 0);
}
.why-choose-us .why-content .why-card p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0;
  padding-top: 2px;
}

.team-section {
  padding: 80px 0;
}
.team-section .profile-circle {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-section .profile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
  -o-object-position: top;
     object-position: top;
}
.team-section .profile-color {
  opacity: 0;
}
.team-section .team-card:hover .profile-color {
  opacity: 1;
}
.team-section .team-card:hover .profile-black {
  opacity: 0;
}
.team-section .profile-initials {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.team-section .section-title {
  text-align: center;
  color: #111;
}
.team-section .section-title span {
  color: rgb(127, 130, 213);
}
.team-section .team-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-section .team-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.3s ease;
  min-height: 460px;
}
.team-section .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.team-section .team-card .profile-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.team-section .team-card .profile-circle.purple {
  background: linear-gradient(135deg, rgb(127, 130, 213), #6a3ff0);
}
.team-section .team-card .profile-circle.blue {
  background: linear-gradient(135deg, #63b4ff, #0066cc);
}
.team-section .team-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  line-height: 26px;
}
.team-section .team-card .role {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.team-section .team-card .experience {
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
}
.team-section .team-card .description {
  color: #000;
  max-width: 285px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .team-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .team-section {
    padding: 60px 0;
  }
  .team-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .team-section .team-card {
    min-height: auto;
  }
}
.case-studies {
  padding: 0 !important;
}
.case-studies .section-tag {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.case-studies .section-title {
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
  color: #111;
}
.case-studies .case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.case-studies .case-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.case-studies .case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.case-studies .case-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.3;
}
.case-studies .case-card .company {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
}
.case-studies .case-card .stats {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.case-studies .case-card .stats li {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.case-studies .case-card .content-block {
  margin-bottom: 18px;
}
.case-studies .case-card .content-block h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}
.case-studies .case-card .content-block p {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
}
.case-studies .case-card .highlights {
  list-style: none;
  padding: 0;
  margin: 10px 0 24px;
}
.case-studies .case-card .highlights li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #111;
  font-weight: 600;
}
.case-studies .case-card .case-btn {
  margin-top: auto;
  display: inline-flex;
  border-color: transparent;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgb(127, 130, 213);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s ease;
}
.case-studies .case-card .case-btn:hover {
  background: rgb(96.28, 100, 202.92);
}

.portfolio-showcase {
  padding: 80px 0;
  overflow: hidden;
}
.portfolio-showcase .portfolio-heading {
  text-align: center;
  margin-bottom: 40px;
}
.portfolio-showcase .portfolio-heading h2 {
  margin-bottom: 10px;
}
.portfolio-showcase .portfolio-heading p {
  color: #666;
}
.portfolio-showcase .portfolio-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1134px;
  width: 100%;
  margin: 0 auto 60px;
}
.portfolio-showcase .portfolio-nav-wrapper .portfolio-nav {
  width: 1035x;
}
.portfolio-showcase .portfolio-nav-wrapper .portfolio-prev,
.portfolio-showcase .portfolio-nav-wrapper .portfolio-next {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-showcase .portfolio-swiper {
  padding-top: 50px;
}
.portfolio-showcase .portfolio-swiper .portfolio-card {
  position: relative;
}
.portfolio-showcase .portfolio-swiper .portfolio-card .portfolio-btn {
  position: absolute;
  inset: 0;
}
.portfolio-showcase .portfolio-swiper .portfolio-card.swiper-slide {
  opacity: 0.5;
}
.portfolio-showcase .portfolio-swiper .portfolio-card.swiper-slide-active {
  opacity: 1;
}
.portfolio-showcase .portfolio-swiper .portfolio-card img {
  max-width: 405px;
  width: 100%;
  height: 518px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  -o-object-position: top;
     object-position: top;
}

.portfolio-nav .swiper-slide {
  width: auto;
}

.portfolio-nav button {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.portfolio-nav .swiper-slide-thumb-active button {
  background: #7F82D5;
  color: #fff;
  border-color: #7F82D5;
}

.portfolio-nav .swiper-slide {
  width: auto;
}

.portfolio-nav button {
  border: 1px solid #d8d8d8;
  background: transparent;
  border-radius: 30px;
  padding: 10px 25px;
  transition: 0.3s;
}

.portfolio-nav .swiper-slide.active button {
  background: #7F82D5;
  color: #fff;
  border-color: #7F82D5;
}

.cryp-banner {
  position: relative;
}
.cryp-banner .cont {
  max-width: 1400px;
  margin: 0 auto;
}
.cryp-banner .col.nwe-toke-min-1 {
  position: relative;
}
.cryp-banner::before {
  background: url("https://assets.clarisco.com/assets/cryptocurrency-img/landing-banner.webp") no-repeat center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  top: -100px;
}
.cryp-banner .curve-text {
  color: #000;
}
.cryp-banner .nwe-toke-min-1 {
  margin: 0 auto;
  width: 100%;
}
.cryp-banner p.ban-desc {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
.cryp-banner .ban-btn {
  margin-top: 30px;
}

.count-sec p {
  color: rgba(0, 0, 0, 0.17);
}
.count-sec p span {
  color: inherit;
}

.cryp-exc-blck {
  padding: 120px 0;
}
.cryp-exc-blck .img-fluid {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cryp-exc-blck .desc-itm {
  max-width: 1313px;
  margin: 20px auto 30px;
  width: 100%;
  text-align: center;
}
.cryp-exc-blck .desc-itm * {
  color: rgba(0, 0, 0, 0.6);
}
.cryp-exc-blck .desc-itm p {
  margin-bottom: 0;
}

.asset-blog-section {
  padding: 80px 0;
}
.asset-blog-section .blog-heading {
  text-align: center;
  margin-bottom: 50px;
  color: #111;
}
.asset-blog-section .blog-heading span {
  color: rgb(127, 130, 213);
}
.asset-blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.asset-blog-section .blog-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.asset-blog-section .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.asset-blog-section .blog-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.asset-blog-section .blog-card .blog-image {
  padding: 8px;
}
.asset-blog-section .blog-card .blog-image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.asset-blog-section .blog-card .blog-content {
  padding: 0 16px 20px;
}
.asset-blog-section .blog-card .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.asset-blog-section .blog-card .blog-meta .blog-category {
  background: rgb(127, 130, 213);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.asset-blog-section .blog-card .blog-meta .blog-date {
  font-size: 11px;
  color: #7a7a7a;
  font-weight: 500;
}
.asset-blog-section .blog-card .blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1b1b1b;
  margin-bottom: 12px;
}
.asset-blog-section .blog-card .blog-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 18px;
}
.asset-blog-section .blog-card .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  transition: 0.3s;
}
.asset-blog-section .blog-card .read-more:hover {
  color: rgb(127, 130, 213);
}

.revenue-streams-section .revenue-slider {
  padding-bottom: 50px;
}

.ben-sec .card {
  transition: 0.3s ease !important;
}
.ben-sec .card:hover {
  transform: translateY(-14px);
  box-shadow: 1px 4px 19px rgba(127, 130, 213, 0.5) !important;
}

.beni-sec .card {
  transition: 0.3s ease !important;
  overflow: hidden;
}

.team-section .team-card:hover,
.case-studies .case-card:hover,
.beni-sec .card:hover {
  transform: translateY(-14px);
  box-shadow: 1px 4px 19px rgba(127, 130, 213, 0.5) !important;
}

.revenue-slider .swiper-wrapper,
.mySwiper2 .swiper-wrapper {
  animation: marquee 30s linear infinite;
}

.revenue-slider:hover .swiper-wrapper,
.mySwiper2:hover .swiper-wrapper {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-250%);
  }
}
.mySwiper2 .swiper-slide {
  flex: 0 0 28%;
}

@media screen and (max-width: 1600px) {
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 30px;
    line-height: 41px;
  }
  .container-large {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1500px) {
  .dis-cryp-sec .row .col {
    width: 30%;
  }
  .why-choose-us .why-content .why-card {
    width: 30.4%;
  }
  .dis-cryp-sec .row {
    gap: 75px 4.7%;
  }
  .top-clone-scripts .clone-grid {
    gap: 25px;
  }
  .top-clone-scripts .clone-grid .clone-card {
    width: 31.4%;
  }
  .exchange-development-process .process-right .step-card {
    padding: 15.4px 20px;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 736px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 585px;
  }
}
@media screen and (max-width: 1400px) {
  .dis-cryp-sec .row {
    gap: 75px 3%;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 554px;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 110px;
    height: 132px;
  }
  .dis-cryp-sec .row .col {
    width: 28.2%;
  }
  .dis-cryp-sec .row .col .card {
    padding: 46px 24px !important;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 100px;
    height: 120px;
  }
  .build-in-section .build-row .feature-grid {
    gap: 37px;
  }
  .security-section .security-cards {
    gap: 25px;
  }
  .security-section .security-cards .security-card {
    padding: 65px 25px;
  }
  .why-choose-us .why-content .why-card strong {
    font-size: 26px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 15px;
  }
  .exchange-development-process .process-right .timeline-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .dis-cryp-sec .row .col {
    width: 31.2%;
    padding: 0;
  }
  .dis-cryp-sec .row {
    gap: 20px 2%;
  }
  .exchange-development-process .process-right .step-card {
    padding: 15px 20px;
  }
  .why-choose-us .why-content .why-card strong {
    font-size: 22px;
  }
  .why-choose-us .why-content .why-card .icon-why {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }
  .why-choose-us .why-content .why-card {
    padding: 16px;
  }
  .why-choose-us .why-content .why-card b {
    margin: 2px 0;
  }
  .why-choose-us .why-content .why-card p {
    margin-bottom: 0;
  }
  .portfolio-showcase {
    padding: 50px 0;
  }
  .portfolio-showcase .portfolio-nav-wrapper {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1200px) {
  .dis-cryp-sec .row .col .card .content-items b {
    opacity: 1;
    font-size: 15px;
    line-height: 19px;
  }
  .exchange-development-process .process-left .launch-card .launch-time .number {
    font-size: 59px;
  }
  .exchange-development-process,
  .top-clone-scripts {
    padding: 49px 0;
  }
  .build-in-section .build-row .feature-grid {
    gap: 20px;
  }
  .build-in-section .build-row .feature-item {
    width: 17.2%;
  }
  .build-in-section .build-hd {
    width: 63%;
  }
  .build-in-section .build-row .left-content .preview-screen img {
    width: 250px;
    height: 380px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 31%;
  }
  .build-in-section .build-row {
    gap: 30px;
  }
  .build-in-section .build-row .feature-grid {
    width: 79%;
  }
  .revenue-streams-section .revenue-slider .revenue-card {
    padding: 38px 22px;
    min-height: 414px;
  }
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 29px;
    line-height: 40px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-icon img {
    width: 142px;
    height: 140px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-itm p {
    top: 158px;
    font-size: 14px;
    line-height: 22px;
  }
  .why-choose-us .why-wrapper {
    flex-direction: column-reverse;
  }
  .why-choose-us .why-ai-card {
    width: 100%;
  }
  .why-choose-us .why-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 70px;
  }
  .build-in-section .container,
  .security-section .container,
  .revenue-streams-section .container,
  .top-clone-scripts .container,
  .exchange-development-process .container,
  .team-section .container,
  .case-studies .container,
  .asset-blog-section .container,
  .portfolio-showcase .container {
    max-width: 100%;
  }
  .case-studies .case-card h3 {
    font-size: 23px;
  }
  .case-studies .case-card .stats {
    margin: 0 0 12px;
  }
  .case-studies .case-card .content-block,
  .case-studies .case-card .stats {
    margin-bottom: 6px;
  }
  .case-studies .case-card .content-block p {
    margin-bottom: 0;
  }
  .portfolio-showcase .portfolio-swiper .portfolio-card img {
    height: 400px;
  }
  .dis-cryp-sec .row .col .card .content-items p {
    font-size: 12px;
    margin-top: 3px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 14px 14px 30px 12px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 12px 20px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 14px;
    line-height: 20px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .dis-cryp-sec .row .col {
    width: 30.2%;
  }
  .white-lab-sec .cont-hd p {
    font-size: 16px;
    line-height: 24px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 17px 20px 28px 20px;
  }
  .dis-cryp-sec .row {
    gap: 40px 25px;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 91px;
    height: 111px;
  }
  .dis-cryp-sec .row .col .card b {
    font-size: 14px;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    margin: 0 auto 18px;
  }
  .build-in-section {
    padding: 50px 0;
  }
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 26px;
    line-height: 36px;
  }
  .top-clone-scripts .section-heading {
    margin-bottom: 40px;
  }
  .team-section .team-grid {
    gap: 19px;
  }
  .team-section .team-card .profile-circle {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
  .team-section .team-card h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .team-section .team-card {
    padding: 33px 30px;
    min-height: 435px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 14px 20px;
  }
  .exchange-development-process .process-right .timeline-line {
    top: 22px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 537px;
  }
  .dis-cryp-sec .container-fluid.col-lg-10 {
    width: 100%;
  }
  .dis-cryp-sec .row .col {
    width: 31.5%;
  }
}
@media screen and (max-width: 1025px) {
  .dis-cryp-sec .row .col {
    width: 30.2%;
    padding: 0;
  }
  .exchange-development-process .process-right .step-card {
    padding: 12px 14px;
  }
  .dis-cryp-sec .row {
    gap: 25px;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 91px;
    height: 111px;
  }
  .dis-cryp-sec .row .col .card b {
    font-size: 14px;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    margin: 0 auto 18px;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 97px;
    height: 116px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 15px 11px 11px 10px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 496px;
  }
  .dis-cryp-sec .row {
    gap: 15px;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 595px;
  }
}
@media screen and (max-width: 991px) {
  .dis-cryp-sec .row {
    margin: 50px auto 0;
  }
  .dis-cryp-sec .row .col {
    width: 32%;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 85px;
    height: 102px;
  }
  .dis-cryp-sec p {
    font-size: 17px;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 70px;
    height: 106px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 17px 18px 18px 18px;
  }
  .dis-cryp-sec .row .col .card .content-items p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .dis-cryp-sec .row .col .card .content-items b {
    font-size: 14px;
    line-height: 21px;
  }
  .dis-cryp-sec .row .col .card:hover .img-wrap {
    transform: translateY(-48px);
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 8px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    height: calc(100% - 73px);
  }
  .build-in-section .build-hd {
    width: 100%;
  }
  .build-in-section .build-row {
    flex-direction: column;
    gap: 45px;
  }
  .build-in-section .build-row .left-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .build-in-section .build-row .left-content .preview-screen img {
    width: 273px;
  }
  .build-in-section .build-row .feature-grid {
    width: 100%;
    justify-content: center;
  }
  .security-section .security-cards .security-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .asset-blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-clone-scripts .clone-grid .clone-card {
    width: 30.4%;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-icon img {
    width: 130px;
    height: 122px;
  }
  .exchange-development-process .process-wrapper {
    flex-direction: column;
  }
  .exchange-development-process .process-left {
    width: 100%;
    margin-right: 0;
  }
  .exchange-development-process .process-right {
    width: 100%;
    margin-top: 60px;
  }
  .why-choose-us .why-content .why-grid {
    gap: 16px;
  }
  .why-choose-us {
    padding: 30px 0 0;
  }
  .case-studies {
    padding: 0 0;
  }
  .case-studies .case-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .case-studies .case-grid {
    gap: 12px;
  }
  .case-studies .section-title {
    margin: 0 auto 44px;
  }
  .case-studies .case-card {
    padding: 24px 14px;
  }
  .portfolio-showcase .portfolio-swiper .portfolio-card img {
    height: 350px;
  }
  .cryp-exc-blck .img-fluid {
    margin-top: 0;
  }
  .cta-sec p {
    font-size: 16px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 881px) {
  .dis-cryp-sec .row .col .card .content-items b {
    font-size: 14px;
  }
  .case-studies .case-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .why-choose-us .why-ai-card .ai-header {
    margin-bottom: 21px;
  }
  .why-choose-us .why-ai-card ul li {
    margin-bottom: 12px;
    gap: 10px;
  }
  .why-choose-us .why-content {
    margin-bottom: 33px;
  }
  .why-choose-us .why-ai-card b {
    font-size: 17px;
    line-height: 21px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    height: calc(100% - 59px);
  }
  .why-choose-us .why-ai-card p {
    font-size: 15px;
    line-height: 22px;
  }
  .why-choose-us .why-ai-card .ai-header p {
    font-size: 17px;
    line-height: 18px;
  }
  .dis-cryp-sec .row .col .card:hover .img-wrap img {
    width: 58px;
    height: 57px;
  }
  .why-choose-us .why-ai-card .ai-search input {
    padding: 11.5px 16px;
  }
  .security-section {
    padding: 51px 0;
  }
  .security-section .security-cards .security-card .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .security-section .security-cards .security-card {
    width: 45.1%;
  }
  .top-clone-scripts .clone-grid .clone-card {
    width: 47.4%;
  }
  .exchange-development-process .process-left .launch-card .launch-time .number {
    font-size: 48px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
  }
  .portfolio-showcase .portfolio-swiper {
    padding-top: 20px;
  }
  .portfolio-showcase .portfolio-swiper .portfolio-card img {
    height: 293px;
    border-radius: 14px;
  }
  .portfolio-nav button {
    padding: 7px 23px;
  }
  .cryp-exc-blck {
    padding: 60px 0;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-itm p,
  .dis-cryp-sec .row .col .card .content-items,
  .dis-cryp-sec .row .col .card .content-items p {
    opacity: 1 !important;
    position: unset;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-icon,
  .top-clone-scripts .clone-grid .clone-card .clone-itm p,
  .top-clone-scripts .clone-grid .clone-card .clone-itm b,
  .dis-cryp-sec .row .col .card .img-wrap,
  .dis-cryp-sec .row .col .card .content-items {
    transform: unset !important;
  }
  .top-clone-scripts .clone-grid .clone-card {
    gap: 3px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-itm b {
    padding-bottom: 10px;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 100px;
    height: auto;
    margin: 0 auto 10px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    background: transparent;
  }
  .dis-cryp-sec .row .col .card .content-items p,
  .dis-cryp-sec .row .col .card .content-items b {
    color: #000;
    padding-top: 12px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    padding: 12px 0 0 0;
  }
  .dis-cryp-sec .row .col .card .content-items p.nw-w-txt-9 {
    margin-bottom: 0;
    padding-top: 0;
  }
  .dis-cryp-sec .row .col .card .img-wrap {
    height: auto;
  }
  .cryp-exc-blck .desc-itm p {
    margin-bottom: 10px !important;
  }
  .dis-cryp-sec .row .col .card .content-items b {
    padding-top: 0;
  }
  .dis-cryp-sec .row .col {
    width: 31%;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 100px;
    height: 90px;
  }
  .dis-cryp-sec .row .col .card .content-items p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .dis-cryp-sec .row .col .card .content-items p.nw-w-txt-9 {
    padding-top: 0;
  }
  .revenue-streams-section .revenue-slider .revenue-card .cnt {
    min-height: 176px;
  }
}
@media screen and (max-width: 768px) {
  .dis-cryp-sec .row .col .card {
    padding: 28px 12px !important;
  }
  .blck-btn {
    padding: 9px 16px;
  }
  .dis-cryp-sec .row .col .card b {
    font-size: 13px;
  }
  .dis-cryp-sec .row {
    gap: 15px;
  }
  .dis-cryp-sec .row {
    margin: 40px auto 0;
  }
  .dis-cryp-sec p {
    font-size: 14px;
  }
  .dis-cryp-sec h2.nw-w-head-1 {
    font-size: 20px;
  }
  .dis-cryp-sec .row .col .card .content-items b {
    font-size: 14px;
    line-height: 22px;
  }
  .dis-cryp-sec .row .col .card .content-items {
    transform: translateY(calc(100% - 66px));
  }
  .asset-blog-section .blog-heading {
    margin-bottom: 26px;
  }
  .asset-blog-section {
    padding: 40px 0;
  }
  .asset-blog-section .blog-card .blog-image img {
    height: 220px;
  }
  .dis-cryp-sec .row .col .card .content-items b {
    font-size: 13px;
    line-height: 19px;
  }
  .security-card {
    width: 100%;
  }
  .build-in-section .build-row .feature-item .icon-wrap img {
    width: 20px;
    height: 21px;
  }
  .build-in-section .build-row .feature-item .icon-wrap {
    width: 36px;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .build-in-section .build-row .feature-item {
    padding: 12px 8px;
  }
  .build-in-section .build-row .feature-grid {
    gap: 12px;
  }
  .build-in-section .build-row .feature-item b {
    font-size: 10px;
    line-height: 13px;
  }
  .white-lab-sec {
    padding: 28px 0;
  }
  .white-lab-sec .cont-hd p {
    font-size: 14px;
    line-height: 24px;
  }
  .security-section .security-cards .security-card {
    padding: 38px 21px;
  }
  .security-section .security-cards .security-card h3 {
    font-size: 17px;
  }
  .security-section .security-cards .security-card p {
    font-size: 13px;
    line-height: 18px;
  }
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 21px;
    line-height: 30px;
  }
  .revenue-streams-section .revenue-slider .revenue-card p {
    font-size: 12px;
  }
  .revenue-streams-section .revenue-slider .revenue-card {
    padding: 30px 22px;
    min-height: 344px;
  }
  .revenue-streams-section .revenue-slider .revenue-card .icon-wrap {
    width: 70px;
    height: 70px;
  }
  .revenue-streams-section .revenue-slider .revenue-card .icon-wrap img {
    width: 35px;
    height: 52px;
  }
  .top-clone-scripts .clone-grid {
    gap: 15px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-icon img {
    width: 110px;
    height: 98px;
  }
  .top-clone-scripts .clone-grid .clone-card {
    min-height: 304px;
  }
  .why-choose-us .why-ai-card ul li p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .why-choose-us .why-ai-card ul li {
    padding: 10px 15px;
  }
  .why-choose-us .why-ai-card ul li {
    margin-bottom: 8px;
    gap: 10px;
  }
  .why-choose-us .why-ai-card {
    padding: 18px;
  }
  .why-choose-us .why-ai-card p {
    font-size: 14px;
    line-height: 21px;
  }
  .why-choose-us .why-ai-card .ai-search input {
    margin-top: 8px;
  }
  .team-section .team-card .profile-circle {
    width: 85px;
    height: 85px;
  }
  .team-section .team-card {
    padding: 27px 19px;
    min-height: 306px;
  }
  .case-studies .case-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .exchange-development-process .process-right .timeline-line {
    top: 31px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 482px;
  }
}
@media screen and (max-width: 650px) {
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 74px;
    height: 89px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 10px 14px;
  }
  .exchange-development-process .process-right .timeline-item {
    margin-bottom: 12px;
  }
  .dis-cryp-sec .row .col .card b {
    font-size: 11px;
  }
  .dis-cryp-sec .row .col .card .icon-cur {
    width: 70px;
    height: 82px;
  }
  .dis-cryp-sec .row .col {
    width: 45.2%;
    padding: 0;
  }
  .dis-cryp-sec .row .col .card:hover .img-wrap {
    transform: translateY(-57px);
  }
  .build-in-section .build-row .left-content .preview-screen {
    max-width: 238px;
    height: 368px;
  }
  .build-in-section .build-row .left-content .preview-screen img {
    width: 217px;
    left: 11px;
    height: 307px;
  }
  .build-in-section .build-row .feature-item b {
    font-size: 9px;
    line-height: 12px;
  }
  span.curve-vector::before {
    bottom: -11px;
  }
  .key-fet-sec #pills-tab .nav-item {
    width: 48%;
    display: flex;
  }
  .build-in-section .build-hd button {
    padding: 10px 16px;
  }
  .white-lab-sec .cont-hd {
    margin: 0 auto 38px;
  }
  .security-section .security-cards .security-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
    line-height: 16px;
  }
  .security-section .security-cards .security-card .icon-wrap {
    width: 73px;
    height: 73px;
    margin: 0 auto 20px;
  }
  .security-section .security-cards .security-card {
    padding: 19px 11px;
  }
  .security-section .security-cards {
    gap: 15px;
  }
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 19px;
    line-height: 27px;
  }
  .revenue-streams-section .revenue-slider .revenue-card .icon-wrap {
    width: 60px;
    height: 60px;
  }
  .revenue-streams-section .revenue-slider .revenue-card .icon-wrap img {
    width: 30px;
    height: 45px;
  }
  .revenue-streams-section .revenue-slider .revenue-card {
    padding: 30px 22px;
    min-height: 303px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-itm p {
    top: 116px;
    font-size: 13px;
    line-height: 20px;
  }
  .why-choose-us .why-content .why-card {
    width: 48.1%;
  }
  .team-section .team-card .profile-circle {
    margin: 0 auto 20px;
  }
  .portfolio-nav button {
    padding: 8px 16px;
    font-size: 14px;
  }
  .portfolio-showcase .portfolio-swiper .portfolio-card img {
    height: 250px;
    border-radius: 14px;
  }
  .portfolio-showcase .portfolio-nav-wrapper .portfolio-prev,
  .portfolio-showcase .portfolio-nav-wrapper .portfolio-next {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 75%;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 618px;
  }
}
@media screen and (max-width: 550px) {
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 653px;
  }
  .cryp-banner::before {
    top: 0;
  }
  body .floating-nav {
    right: 10px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 387px;
  }
}
@media screen and (max-width: 500px) {
  .dis-cryp-sec .row .col {
    width: 42.2%;
    padding: 0;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 658px;
  }
  .revenue-streams-section .revenue-slider .revenue-card {
    padding: 25px 10px;
    min-height: 285px;
  }
  .build-in-section .build-row .feature-item {
    width: 20.2%;
  }
  .key-fet-sec #pills-tab .nav-item {
    width: 100%;
    display: flex;
  }
  .build-in-section .build-row .left-content .preview-screen {
    max-width: 213px;
    height: 310px;
  }
  .build-in-section .build-row .left-content .preview-screen img {
    width: 193px;
    left: 10px;
    height: 259px;
  }
  .security-section .security-cards .security-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px;
  }
  .asset-blog-section .blog-grid {
    grid-template-columns: 1fr;
  }
  .asset-blog-section .blog-card .blog-title {
    font-size: 15px;
  }
  .security-section .security-cards .security-card p {
    font-size: 11px;
    line-height: 16px;
  }
  .top-clone-scripts .clone-grid .clone-card {
    padding: 20px 12px;
  }
  .top-clone-scripts .clone-grid .clone-card .clone-itm p {
    top: 116px;
    font-size: 12px;
    line-height: 17px;
  }
  .exchange-development-process .process-left .launch-card .launch-time .number {
    font-size: 45px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
  }
  .why-choose-us .why-content .why-grid {
    gap: 14px;
  }
  .why-choose-us .why-content .why-card strong {
    font-size: 19px;
    line-height: 31px;
  }
  .why-choose-us .why-content .why-card b {
    font-size: 15px;
    line-height: 21px;
  }
  .why-choose-us .why-content .why-card {
    width: 48.1%;
  }
  .team-section .team-card .description {
    font-size: 14px;
    line-height: 19px;
    max-width: 400px;
  }
  .team-section .team-card h3,
  .team-section .team-card .role {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 2px;
  }
  .case-studies .case-card h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .case-studies .case-grid {
    gap: 10px;
  }
  .case-studies .case-card .content-block h4 {
    font-size: 15px;
  }
  .case-studies .case-card .highlights li {
    font-size: 13px;
  }
  .case-studies .case-card .case-btn {
    padding: 10px 22px;
  }
  .case-studies .case-grid,
  .team-section .team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .cryp-banner h1 {
    font-size: 23px !important;
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .portfolio-nav button {
    padding: 7px 20px !important;
    font-size: 13px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 7px 14px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .exchange-development-process,
  .top-clone-scripts {
    padding: 26px 0;
  }
  .dis-cryp-sec .row .col .card .img-wrap img {
    width: 82px;
  }
  .cta-sec p {
    font-size: 15px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 80%;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 660px;
  }
  .exchange-development-process .process-right .step-icon {
    width: 37px;
    min-width: 37px;
    height: 37px;
  }
  .exchange-development-process .process-right .step-card {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 686px;
  }
  body .floating-nav a {
    padding: 10px 13px;
    font-size: 13px;
  }
  .exchange-development-process .process-left .launch-card h3 {
    margin-bottom: 12px;
  }
  .exchange-development-process .process-left .launch-card .launch-time {
    margin-bottom: 4px;
  }
  body .floating-nav a.float-link {
    padding: 9px 14px;
  }
}
@media screen and (max-width: 472px) {
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 706px;
  }
}
@media screen and (max-width: 450px) {
  .dis-cryp-sec .row .col {
    width: 47.7%;
    padding: 0;
    margin: 0 auto;
  }
  .top-clone-scripts .clone-grid .clone-card {
    width: 100%;
  }
  .why-choose-us .why-content .why-card {
    width: 100%;
  }
  .revenue-streams-section .revenue-slider .revenue-card b {
    font-size: 16px;
    line-height: 23px;
  }
  .revenue-streams-section .revenue-slider .revenue-card p {
    font-size: 11px;
  }
  .exchange-development-process .process-right .timeline-line {
    height: 589px;
  }
  .security-section .security-cards .security-card {
    width: 100%;
  }
  .dis-cryp-sec .row .col .card:hover .img-wrap img {
    width: 58px;
    height: 122px;
  }
  .security-section .security-cards .security-card .icon-wrap {
    width: 65px;
    height: 65px;
  }
  .build-in-section .build-row .feature-item {
    width: 30.2%;
  }
  .white-lab-sec .cont-hd p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 90%;
  }
  .portfolio-nav button {
    padding: 6px 16px !important;
    font-size: 13px;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 660px;
  }
  .exchange-development-process .process-right .step-content b {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 400px) {
  .exchange-development-process .process-right .step-content p {
    line-height: 10px;
  }
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 680px;
  }
  .dis-cryp-sec .row .col {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .exchange-development-process.white-ed .process-right .timeline-line {
    height: 663px;
  }
  .exchange-development-process .process-right .step-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .exchange-development-process .process-right .step-card {
    padding: 8px 10px;
  }
  .exchange-development-process .process-right .timeline-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  .dis-cryp-sec .row .col {
    width: 80%;
  }
  .exchange-development-process .process-right .step-icon {
    width: 35px;
    min-width: 35px;
    height: 32px;
  }
  .exchange-development-process .process-right .timeline-item {
    margin-bottom: 9px;
  }
  .exchange-development-process .process-right .timeline-line {
    top: 39px;
  }
  .exchange-development-process .process-right .step-card {
    gap: 10px;
  }
  .mySwiper2 .swiper-slide {
    flex: 0 0 100%;
  }
}
body.flt-btns {
  position: relative;
}
body.flt-btns .floating-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
body .floating-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
body .floating-nav a {
  background: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: 0.5s ease;
}
body .floating-nav a:hover {
  transform: translateX(-5px);
  background-color: #7b7fe6;
  color: #fff;
}

.ma-top {
  padding-top: 120px !important;
}/*# sourceMappingURL=crypto.css.map */