.blockchain-banner-section {
  position: relative;
  overflow: hidden;
}

.blockchain-banner-section .bg-image img {
  max-width: 100%;
}

.blockchain-banner-section .bg-image {
  width: 100%;
  text-align: center;
  position: relative;
  pointer-events: none;
}

.blockchain-banner-section .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(2.11deg, rgba(0, 0, 0, 0) 8.41%, #000000 85.49%);
  transform: rotate(180deg);
  pointer-events: none;
}

.blockchain-banner-section .content {
  position: absolute;
  left: 50%;
  top: 144px;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.blockchain-banner-section h1 {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

.blockchain-banner-section p {
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-top: -25px;
}

.blockchain-slide-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.blockchain-slide-box .blockchain-slide-content {
  padding: 40px 45px;
}

.blockchain-slide-box .small-title {
  padding: 8px 0 0;
}

.blockchain-slide-box .small-title:before {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.blockchain-slide-box p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 32px;
  letter-spacing: -0.03em;
}

.blockchain-slide-box .image-box {
  margin-top: auto;
  width: 100%;
}

.blockchain-slide-box .image-box img {
  width: 100%;
}

.slide-legal {
  background: #100f14;
}

.blockChainSlider .swiper-slide {
  height: unset;
}

.swiper-navigation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 94px;
  height: 42px;
  bottom: 6px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-custom-next,
.swiper-custom-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #838383;
  color: #fff;
}

/* .swiper-button-disabled {
  opacity: 0.6;
} */

.swiper-custom-next:hover,
.swiper-custom-prev:hover {
  border-color: #f05a29;
  color: #f05a29;
}

.company-stats {
  padding: 30px 0 0;
  border: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
}

.company-stats .count {
  font-size: 32px;
}

.company-stats h3 {
  font-size: 20px;
}

.company-stats .icon {
  margin: 0;
}

.company-stats .cutting-circle {
  position: absolute;
}

.company-stats .cutting-circle + .icon img:nth-child(1) {
  opacity: 0;
}

.company-stats:hover .cutting-circle + .icon img:nth-child(1) {
  opacity: 1;
}

.company-stats .icon img:nth-child(2) {
  bottom: 27px;
}

.d-flex:not(:first-child) .company-stats .icon img:nth-child(2) {
  bottom: 0;
}

/* .blockchain-serivces-section2 {
    padding: 110px 0;
} */

.blockchain-serivces-section2 .d-flex:nth-child(1) .services-box,
.blockchain-serivces-section2 .d-flex:nth-child(2) .services-box,
.blockchain-serivces-section2 .d-flex:nth-child(3) .services-box {
  border-bottom: 1px solid #232323;
}

.blockchain-serivces-section2 .d-flex:nth-child(1) .services-box,
.blockchain-serivces-section2 .d-flex:nth-child(2) .services-box,
.blockchain-serivces-section2 .d-flex:nth-child(4) .services-box,
.blockchain-serivces-section2 .d-flex:nth-child(5) .services-box {
  border-right: 1px solid #232323;
}

.blockchain-serivces-section2 .services-box {
  padding: 60px 16px;
  text-align: center;
}

.blockchain-serivces-section2 .services-box h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.4;
}

.blockchain-serivces-section2 .services-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}

.title-with-image {
  background-color: #0c0c0e;
  border-radius: 8px;
  overflow: hidden;
}

.bc-service-limg-section .title-with-image {
  background-color: #101010;
}

.title-with-image .image-box img {
  width: 100%;
}

.title-with-image .section-title {
  padding: 30px;
  margin-bottom: 0;
}

.swiperBlockChainIndustries {
  clip-path: inset(0 -100vw 0 0px);
}

.section-title-with-slider-arrows {
  position: relative;
  padding-right: 110px;
  margin-bottom: 61px;
}

.section-title-with-slider-arrows .slider-arrows {
  position: absolute;
  left: unset;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
  width: 113px;
  height: 44px;
  margin: 0;
}

.section-title-with-slider-arrows h2 {
  max-width: 751px;
}

.slider-arrows .swiper-button-next::after,
.slider-arrows .swiper-button-prev::after {
  display: none;
}

.slider-arrows .swiper-button-next,
.slider-arrows .swiper-button-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #838383;
  color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.slider-arrows .swiper-button-next:hover,
.slider-arrows .swiper-button-prev:hover {
  color: #f05a29;
  border-color: #f05a29;
}

.slider-arrows .swiper-button-next svg,
.slider-arrows .swiper-button-prev svg {
  width: auto;
  height: auto;
}

.blockchain-industry-section .industry-card {
  background-color: #08090b;
  border: 1px solid #212121;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.industry-card-image img {
  width: 100%;
}

.blockchain-industry-section .industry-body {
  padding: 25px 21px;
}

.blockchain-industry-section .industry-body h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.blockchain-industry-section .industry-body p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 1.9;
}

.testimonials-card {
  background: #020202;
  background: linear-gradient(180deg, rgba(14, 20, 20, 0) 0%, #0e1414 100%);
  border: 1px solid #171717;
  border-radius: 16px;
  padding: 30px 24px 29px 34px;
  display: flex;
  gap: 40px;
}

.testimonials-body h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 16px;
}

.testimonials-body {
  min-height: 192px;
}

.testimonials-body p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7;
}

.testimonials-footer {
  display: flex;
  align-items: center;
  margin-top: 64px;
  gap: 24px;
}

.client-profile {
  width: 103px;
  height: 103px;
  border-top: 3px solid #f05a29;
}

.client-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-details h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 31.92px;
  line-height: 1.4;
}

.client-details span {
  font-weight: 300;
  line-height: 1.7;
}

.client-details .stars {
  display: flex;
  margin-top: 5px;
  gap: 5px;
  color: #838383;
}

.left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-col {
  min-width: 400px;
  background-color: #000;
  padding: 25px 28px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.right-col .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}

.right-col p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.73;
  margin-bottom: 82px;
}

.clutch-footer {
  display: flex;
  border-top: 1px solid #3f3f3f;
  margin-top: auto;
  margin-left: -28px;
  margin-right: -28px;
}

.clutch-footer .logo {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.clutch-footer .logo + .logo {
  border-left: 1px solid #3f3f3f;
}

.arrow-list .list-item {
  padding-left: 28px;
  position: relative;
}

.arrow-list .list-item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14"><path id="Path_424" data-name="Path 424" d="M1.5,14a1,1,0,0,1-.707-1.707L6.086,7,.793,1.707A1,1,0,0,1,2.207.293l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,1.5,14Z" transform="translate(-0.5)" fill="%23fff"/></svg>');
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 12px;
}

.arrow-list .list-item:not(:last-child) {
  margin-bottom: 32px;
}

.arrow-list .list-item h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 4px;
  line-height: 1.35;
}

.chatbot-needs-section .arrow-list .list-item h3 {
  font-size: 20px;
}

.chatbot-needs-section .arrow-list .list-item p {
  margin-left: -28px;
}

.arrow-list .list-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(217, 217, 217, 1);
}

.gredient-bg {
  /* background: linear-gradient( 180deg, rgb(0 0 0) 30%, hsl(0deg 0% 28% / 40%) 100%); */
  background: linear-gradient(180deg, rgb(0 0 0) 30%, rgb(71 71 71 / 60%) 100%);
  padding: 62px 32px;
  backdrop-filter: blur(200px);
  border-radius: 8px;
  overflow: hidden;
}

.why-choose-a3-blockchain-section .nav-tabs {
  width: 100%;
  display: flex;
  max-height: 444px;
  overflow: hidden;
  overflow-y: auto;
  border: 0;
  padding-right: 10px;
}

.why-choose-a3-blockchain-section .nav-tabs .nav-item:not(:first-child) {
  margin-top: 16px;
}

.why-choose-a3-blockchain-section .nav-tabs .nav-link {
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.34;
  text-align: left;
  padding: 10px;
}

.why-choose-a3-blockchain-section .nav-tabs .nav-link.active {
  background-color: #f05a29;
  color: #fff;
  border: 0;
}

.blockchain-icon {
  margin-top: 8px;
}

.blockchain-icon img {
  width: 100%;
}

.tab-content {
  max-height: 682px;
  overflow: hidden;
  overflow-y: auto;
}

.tab-content h3 {
  font-size: 20px;
  font-weight: 500;
}

.scrollBodySection h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 1.3;
}

.scrollBodySection {
  padding-left: 50px;
}

.scrollBodySection + .scrollBodySection {
  margin-top: 32px;
}

.scrollBodySection p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.scrollBodySection p + h3 {
  margin-top: 32px;
}

.chatbot-services-section h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
}

.list-design li {
  padding-left: 28px;
  position: relative;
}

.list-design li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14"><path id="Path_424" data-name="Path 424" d="M1.5,14a1,1,0,0,1-.707-1.707L6.086,7,.793,1.707A1,1,0,0,1,2.207.293l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,1.5,14Z" transform="translate(-0.5)" fill="%23fff"/></svg>');
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 12px;
  transition: 0.3s;
}

.list-design li:not(:last-child) {
  margin-bottom: 16px;
}

.bg-chatbox {
  background-image: url(../svg/chatbot-services-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 23px 45px 60px;
}

.section-title .fs-34 {
  font-size: 34px;
  font-weight: 500;
}

.bg-chatbox .image-box {
  text-align: right;
  margin-top: 70px;
}

.chatbot-needs-section .section-title {
  padding-right: 30px;
}

.chatbot-needs-section .section-title {
  position: sticky;
  top: 200px;
}

.chatbot-needs-box {
  border: 2px solid transparent;
  padding: 25px 20px;
  width: 100%;
  transition: 0.3s;
  border-radius: 8px;
}

.chatbot-needs-box:hover {
  background: linear-gradient(360deg, #252525 0%, #000000 100%);
  border-color: rgba(40, 40, 40, 0.8);
}

.chatbot-needs-box h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.3;
  color: rgba(217, 217, 217, 1);
}

.chatbot-needs-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(217, 217, 217, 1);
}

.chatbot-needs-department-section .section-title {
  position: sticky;
  top: 150px;
  max-width: 436px;
}

.chatbot-needs-department-box {
  background: rgba(0, 0, 0, 1);
  padding: 63px;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 8px;
  margin-bottom: 32px;
}

.blockchainBlogSlider {
  overflow: hidden;
}

.chatbot-needs-department-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.chatbot-needs-department-box .icon {
  margin-bottom: 32px;
}

.chatbot-needs-department-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
  color: rgba(196, 196, 196, 1);
}

.col-lg-6 .chatbot-needs-department-box {
  position: sticky;
  top: 150px;
  z-index: 1;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(2) {
  top: 168px;
  z-index: 2;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(3) {
  top: 186px;
  z-index: 3;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(4) {
  top: 204px;
  z-index: 4;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(5) {
  top: 222px;
  z-index: 5;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(6) {
  top: 240px;
  z-index: 6;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(7) {
  top: 258px;
  z-index: 7;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(8) {
  top: 276px;
  z-index: 8;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(9) {
  top: 294px;
  z-index: 9;
}

.col-lg-6 .chatbot-needs-department-box:nth-child(10) {
  top: 312px;
  z-index: 10;
}

.blockchain-faq-section .container {
  max-width: 1099px;
}

.blockchain-faq-section .accordion-button {
  font-size: 22px;
}

.blockchain-faq-section .accordion-body {
  font-size: 16px;
}

.blockchain-faq-section .accordion-button::after {
  display: none;
}

.blog-card {
  background-color: rgba(8, 9, 11, 1);
  border: 1px solid rgba(33, 33, 33, 1);
  padding: 16px;
  border-radius: 8px;
}

.blog-card .blog-image {
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.blog-card .blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
  min-height: 98px;
}

.blog-card h3 a {
  color: #fff;
}

.blog-card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 8px;
}

.blog-card .blog-body {
  padding: 0 8px;
}

.cta-section {
  position: relative;
}

/* .cta-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background: rgba(240, 90, 41, 0.1);
  backdrop-filter: blur(200px);
  z-index: -1;
} */

.cta-section .container {
  max-width: 1020px;
}

.cta-section .circle-effect {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
  /* max-width: 500px; */
  opacity: 1;
  pointer-events: none;
  max-width: 100%;
}

.all-services-list-section h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
}

.all-services-list-section .list-design li {
  width: fit-content;
}

.all-services-list-section .list-design li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.all-services-list-section .list-design li:hover::before {
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="3" height="6" viewBox="0 0 3 6" fill="none"%3E%3Cpath d="M0.5 4.84473L2.5 2.84473L0.5 0.844727" stroke="%23f05a29" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E')
    no-repeat center;
  background-size: contain;
}

.all-services-list-section .list-design li a:hover {
  color: #f05a29;
}

.blockchain-client-testiomails-section,
.blockchain-industry-section {
  overflow: hidden;
}

.sticky-tab {
  position: sticky;
  top: 200px;
}

.blockchain-pharma-tab {
  display: flex;
  flex-wrap: wrap;
}

.blockchain-pharma-tab .nav-tabs {
  display: flex;
  flex-direction: column;
  width: 270px;
  border: 1px solid #484848;
}

.blockchain-pharma-tab .nav-tabs .nav-link {
  width: 100%;
  border-radius: 0;
  padding: 10px 20px;
  min-height: 67px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  border: 0;
}

.blockchain-pharma-tab .nav-tabs .nav-link.active {
  background-color: #f05a29;
  color: #fff;
}

.blockchain-pharma-tab .nav-tabs .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid #484848;
}

.blockchain-pharma-tab .tab-content {
  max-width: 100%;
  width: calc(100% - 270px);
  padding: 30px 45px;
  border: 1px solid #484848;
  border-left: 0;
  overflow: initial;
  max-height: initial;
}

.blockchain-pharma-tab .tab-content .section-title {
  margin-bottom: 16px;
}

.blockchain-pharma-section .swiper-button-next.disabled,
.blockchain-pharma-section .swiper-button-prev.disabled {
  opacity: 0.5;
}

.list-inner {
  display: flex;
  flex-wrap: wrap;
}

.list-inner .list-inner-item {
  width: calc(100% / 3);
  border: 1px solid #403f46;
  border-right: none;
  padding: 16px 25px 16px 8px;
  position: relative;
  /* padding-left: 40px; */
  min-height: 168px;
  background-color: #000;
  overflow: hidden;
}

.list-inner .list-inner-item:last-child {
  border-bottom: 0;
}

.list-inner .list-inner-item:nth-child(3),
.list-inner .list-inner-item:nth-child(6),
.list-inner .list-inner-item:nth-child(9) {
  border-bottom: 1px solid #403f46;
}

.list-inner .list-inner-item:last-child .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #403f46;
  bottom: 0px;
  right: 25px;
}

.list-inner .list-inner-item:nth-child(3) .title::before,
.list-inner .list-inner-item:nth-child(6) .title::before,
.list-inner .list-inner-item:nth-child(9) .title::before {
  display: none;
}

.list-inner .list-inner-item:nth-child(1),
.list-inner .list-inner-item:nth-child(4),
.list-inner .list-inner-item:nth-child(7) {
  padding-left: 8px;
}

.list-inner .list-inner-item:nth-child(2),
.list-inner .list-inner-item:nth-child(3),
.list-inner .list-inner-item:nth-child(5),
.list-inner .list-inner-item:nth-child(6) {
  border-left: 0;
}

.list-inner .list-inner-item:nth-child(4),
.list-inner .list-inner-item:nth-child(5),
.list-inner .list-inner-item:nth-child(6),
.list-inner .list-inner-item:nth-child(7),
.list-inner .list-inner-item:nth-child(8),
.list-inner .list-inner-item:nth-child(8) {
  border-top: 0;
}

.list-inner .list-inner-item:nth-child(3)::after,
.list-inner .list-inner-item:nth-child(6)::after,
.list-inner .list-inner-item:nth-child(9)::after,
.list-inner .list-inner-item:nth-child(3)::before,
.list-inner .list-inner-item:nth-child(6)::before,
.list-inner .list-inner-item:nth-child(9)::before {
  display: none;
}

.list-inner .list-inner-item:nth-child(3),
.list-inner .list-inner-item:nth-child(6),
.list-inner .list-inner-item:nth-child(9) {
  border-right: 1px solid #403f46;
}

/* .list-inner .list-inner-item::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30.006" height="164.758" viewBox="0 0 30.006 164.758"><path id="Union_1" data-name="Union 1" d="M.472-.166,29.535,82.211l-.022.061-.037.1-.13-.046h0l.13.046-29,82.214-.943-.333L28.474,82.211-.472.166Z" transform="translate(0.472 0.167)" fill="%23403f46"/></svg>')
    no-repeat center;
  background-size: cover;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0px;
  width: 30px;
} */

.list-inner .list-inner-item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #403f46;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateX(-50%) rotate(10deg);
}

.list-inner .list-inner-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #403f46;
  position: absolute;
  right: 25px;
  bottom: calc(50% - 7px);
  transform: translateX(-50%) rotate(-10deg);
}

/* .list-inner .list-inner-item::before {
  top: -14px;
  transform: rotate(-35deg);
}

.list-inner .list-inner-item::after {
  bottom: -14px;
  transform: rotate(35deg);
} */

.list-inner .list-inner-item .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;
}

.list-inner .list-inner-item .list-design {
  font-size: 14px;
  font-weight: 300;
}

.list-inner .list-inner-item .list-design {
  font-size: 14px;
  font-weight: 300;
}

.list-inner .list-inner-item .list-design li:not(:last-child) {
  margin-bottom: 25px;
}
