:root {
  --cdn-white: #ffffff;
  --cdn-green: #80ab9e;
  --cdn-brightgreen: #9bd5c3;
  --cdn-defulat: #0d0d0d;
}

.cdn-blockchain-wrapper {
  font-family: "Jost", sans-serif;
  color: var(--cdn-white);
  background: var(--cdn-defulat);
  line-height: 1.6;
}
.container {
  padding: 0 80px;
}
a {
  text-decoration: none !important;
}
.footer-copyright a {
  color: #f3285f;
}
.cdn-blockchain-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: var(--cdn-green);
  margin-bottom: 0;
}

.cdn-heading {
  font-size: 50px;
  font-weight: 700;
  color: #9bd5c3;
}

.cdn-space {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cdn-top-space {
  padding-top: 60px;
}
.cdn-topbottom-space {
  padding: 60px 0;
}
.cdn-bottom-space {
  padding-bottom: 60px;
}

.cdn-space-remove {
  padding: 0;
}

.cdn-spaceb-remove {
  padding-top: 0;
}

.cdn-spaceb-remove {
  padding-bottom: 0;
}

.cdn-space-pad {
  padding: 20px 0px;
}

.cdn-top-padding {
  padding-top: 20px;
}

.cdn-bottom-padding {
  padding-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
.cdn-btn {
  background-color: transparent;
  border: 2px solid var(--cdn-brightgreen);
  transition: all 0.1s ease-in !important;
  color: var(--cdn-brightgreen);
  text-decoration: none;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  width: max-content;
  text-transform: capitalize;
}
.cdn-btn:hover {
  color: var(--cdn-white);
  box-shadow: 0 -3px 30px 0 var(--cdn-brightgreen);
  background: radial-gradient(
    50% 96.07% at 50% 52.84%,
    rgba(23, 38, 35, 0) 23.44%,
    var(--cdn-brightgreen) 100%
  );
}

/* .cdn-btn {
  border: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  color: var(--cdn-defulat);
  transition: 0.3s;
  box-shadow: 0 8px 35px #00e3a566;
  background-color: #00E3A5;
  font-size: 16px;
  font-weight: 500;
  max-width: 220px;
  width: 100%;
  height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 32px;
  margin-top: 20px;

}
.cdn-btn:before {
  top: 0;
  left: 0;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  transition: .2s ease-in-out;
  background-color: var(--cdn-defulat);
}
.cdn-btn:after {
  top: 0;
  left: 50%;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  transition: .2s ease-in-out;
  background-color: var(--cdn-defulat);
}
.cdn-btn span {
  display: block;
}
.cdn-btn span:before {
  bottom: 0;
  height: 0;
  left: 25%;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  transition: .2s ease-in-out;
  background-color: var(--cdn-defulat);
}
.cdn-btn span:after {
  bottom: 0;
  left: 75%;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  transition: .2s ease-in-out;
  background-color: var(--cdn-defulat);
}
.cdn-btn:hover {
  color: #00E3A5;
  background-color:#00E3A5;
}
.cdn-btn:hover:before, .cdn-btn:hover:after {
  height: 100%;
}
.cdn-btn:hover span:before, .cdn-btn:hover span:after {
  height: 100%;
} */
.cta-inner {
  z-index: 1;
  padding: 60px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  background-color: var(--cdn-brightgreen);
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  box-shadow: 0 0 40px 0px #00000073;
}
.cta-inner h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 600px;
  color: #9bd5c3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--- Header-banner ---*/
.cdn-header-banner {
  width: 100%;
  background: url(../img/hero-img-new.svg) bottom center no-repeat;
  background-size: cover;
}

.cdn-header-image {
  position: relative;
  z-index: 3;
}

.cdn-header-image .cdn-left-icon {
  left: 37.8%;
  margin-left: -1px;
  animation: jumping 1s linear 0s infinite alternate;
}

.cdn-header-image-icon {
  position: absolute;
  top: 32%;
  width: 30px;
}

.cdn-header-image .cdn-right-icon {
  right: 50%;
  margin-right: -5px;
  margin-top: 5px;
  animation: jumping 1s linear 0.5s infinite alternate;
}

@keyframes jumping {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-25px);
  }
}

@media (max-width: 991px) {
  .cdn-header-banner {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .cdn-header-banner .hero-img {
    text-align: center;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .cdn-header-banner {
    text-align: center;
  }

  .cdn-heading {
    font-size: 32px;
  }
}

/* ---services-sec--- */

.cdn-services-sec {
  width: 100%;
  background: url(../img/chain-banner.png) top center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.clients-slider.swiper {
  background: rgb(9 29 24 / 61%);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 40px 0px #0d0d0d;
}

.cd-service-card {
  background: rgb(9 29 24 / 61%);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 40px 0px #0d0d0d;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cdn-services-sec:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #0d0d0d57;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* ---end--- */

/* cdn-dream-project */
.cdn-title-sec {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cdn-case-content h2 {
  margin: auto auto 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0px;
  color: var(--cdn-brightgreen);
  font-weight: 500;
  background-image: linear-gradient(to right, #22342f, #0d0d0d0f);
}

.cdn-case-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 24px;
  width: 3px;
  background: var(--cdn-brightgreen);
  bottom: 0;
  border-radius: 5px;
}

.cdn-case-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--cdn-green);
}

.cdn-point-content ul {
  padding: 0;
  list-style: none;
}

.cdn-point-content h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #9bd5c3;
}

.cdn-point-content h6:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--cdn-brightgreen);
  bottom: 0;
}

.cdn-point-content ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  color: var(--cdn-green);
}

.cdn-point-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  background: var(--cdn-brightgreen);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: auto;
}

/* end */
/* web3 arsenal css start */
.web3-arsenal-container {
  width: 100%;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
.web3-arsenal-heading {
  text-align: center;
  width: 100%;
}

.web-arsenal-main {
  margin-top: 40px;
  padding-bottom: 30px;
  background: rgb(9 29 24 / 61%);
  padding: 40px;
  box-shadow: 0 5px 40px 0px #0d0d0d;
  border-radius: 12px;
}
.web-arsenal-cart h3 {
  color: #fff;
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.web-arsenal-sub-heading {
  color: #fff !important;
  font-size: 18px;
  opacity: 0.7;
}
.cdn-features {
  width: 100%;
  background: url(../img/slider-shape-2.png) bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* .web-arsenal-main img {
  border-radius: 12px;
} */
.web-arsenal-main-view {
  margin-top: 46px;
}
.cdn-features:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #0d0d0d57;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.cdn-music-sec {
  position: relative;
}

.cdn-music-sec:before {
  content: "";
  position: absolute;
  background: url(../img/music-bg.png) center center no-repeat;
  background-size: cover;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes FocuS {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.cdn-video-sec {
  width: 100%;
  background: url(../img/blockchian-bg.png) bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cdn-blockchain-sec {
  width: 100%;
  background: url(../img/blockchain-bg.png) bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cdn-blockchain-sec:before {
  position: absolute;
  content: "";
  background: hsl(171deg 41% 3% / 95%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(1 px);
  backdrop-filter: blur(1px);
}

/* .cdn-jump{
  animation: cdnjumping 1.5s linear .3s infinite alternate;
}
@keyframes cdnjumping{
  0% {
    transform: translateY(5px);
  }
  100% {
  transform: translateY(-25px);
  }
} */

.cdn-secure ul {
  list-style: none;
  padding: 0;
}
.cdn-secure-top ul {
  list-style: none;
  padding: 0;
}
.cdn-secure-top ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cdn-points {
  justify-content: center;
}

.cdn-secure ul li {
  font-size: 21px;
  color: var(--cdn-brightgreen);
  background-image: linear-gradient(to right, #22342f, #0d0d0d0f);
  margin-bottom: 10px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 40px;
}

.cdn-secure ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: var(--cdn-brightgreen);
  top: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: -1;
}
.cdn-secure ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #22342f;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cdn-secure ul li:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.cdn-blockchian-platform {
  width: 100%;
  background: url(../img/bloackchainplaform.jpg) bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cdn-blockchian-platform:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: hsl(171deg 41% 3% / 92%);
  bottom: 0;
  top: 0;
}

.cdn-blockchain-platform {
  padding: 15px 20px;
  background: rgb(11 23 20 / 40%);
  min-height: 240px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 26%);
  position: relative;
  z-index: 9;
}

.cdn-blockchain-platform:before {
  content: "";
  position: absolute;
  background: var(--cdn-brightgreen);
  width: 100%;
  height: 3px;
  z-index: -1;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/* .cdn-t {
  margin-top: -38px;
} */

.cdn-b-content {
  padding-top: 15px;
}

.cdn-table-dark {
  background: rgb(11 23 20 / 40%);
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 26%);
  color: var(--cdn-white);
}

.cdn-table-dark thead {
  background: #9bd5c3;
}

.cdn-table-dark thead th {
  padding: 15px 20px;
  font-size: 20px;
  color: #1d3a31;
  font-weight: 500;
  border: 1px solid #040b0b;
}

.cdn-table-dark tbody td {
  font-size: 18px;
  padding: 15px 20px;
  color: var(--cdn-green);
  border-color: #1d3a31;
}

.cdn-proces-table {
  border-radius: 5px;
  border-color: #1d3a31;
  color: #1d3a31;
  border-width: 1px;
}
.cdn-heading1 {
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #9bd5c3;
}
@media screen and (max-width: 768px) {
}

/*-------- Blockchain Platform ---------*/

.submenu-content .menu-right-wrap .submenu {
  padding-left: 0;
}
.submenu-content .menu-right-wrap .submenu li a {
  font-size: 14px;
}
.cdn-blockchain-last {
  width: 100%;
  background: url(../img/blockchain-last.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px 0;
}
.cdn-blockchain-last:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: hsl(180deg 49% 3% / 90%);
  bottom: 0;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.cdn-solution-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid transparent;
  background: rgb(255 255 255 / 5%);
  box-shadow: 0px 5px 0px 0px rgb(55 179 206 / 15%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 130px;
  border: 2px solid var(--cdn-brightgreen);
  margin: 0 auto;
  border-radius: 10px;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 5px 0;
  color: #80ab9e;
  font-weight: 400;
}
.cdn-solution-icon img {
  width: 64px;
  height: 64px;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #3f564f;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9bd5c3;
}
@media (max-width: 1400px) {
  .cdn-header-image .cdn-left-icon {
    left: 44.3%;
  }
  .cdn-header-image .cdn-right-icon {
    right: 41%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  /* web arsenal mobile view css*/
  .web-arsenal-img-mobile {
    width: 30% !important;
  }
  .cdn-blockchain-wrapper p {
    margin-top: 10px;
  }
  .web-arsenal-heading {
    margin-top: 25px;
  }
  .web-arsenal-main-view {
    margin-top: 10px;
  }
  .js-img-mobile {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .cdn-blockchain-platform {
    margin-bottom: 50px;
  }
  .cdn-secure ul {
    flex-wrap: wrap;
    grid-gap: 12px;
  }
  .cd-service-card {
    padding: 15px;
  }
  .cta-inner {
    padding: 20px;
  }
  .cdn-header-image .cdn-right-icon {
    right: 39%;
  }
  .cdn-header-image .cdn-left-icon {
    left: 41.5%;
  }
  .cdn-secure-top ul {
    flex-wrap: wrap;
  }
  .cdn-secure ul li {
    display: block;
  }
  .cdn-btn {
    width: 100%;
  }
  .cdn-secure-top ul li {
    display: block;
  }
  /* web arsenal mobile view css*/
  .web-arsenal-img-mobile {
    width: 30% !important;
  }
  .cdn-blockchain-wrapper p {
    margin-top: 10px;
  }
  .web-arsenal-heading {
    margin-top: 25px;
  }
  .web-arsenal-main-view {
    margin-top: 10px;
  }
  .web-arsenal-main {
    padding: 28px;
  }
  .js-img-mobile {
    margin-top: 10px;
  }
}
