.box-white-wrap4 {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  align-content: center;
  background: rgb(0 0 0 / 0%);
  box-shadow: 2px 1px 14px 1px rgba(90, 75, 124, .2);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 2rem;
}

.icon-round {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #020a13;
  z-index: 5;
  margin-bottom: 24px;
}

.hero-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  font-family: var(--title-font);
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 500ms ease;
}

.hero-btn li:hover {
  background: linear-gradient(349deg, rgba(0, 17, 64, 1) 0%, rgba(3, 8, 19, 0.2721463585434174) 11%);
  border-radius: 10px;
}

.box-white-wrap4:hover {
  transform: scale(1.03);
}

.btn-bg-img {
  border-radius: 25px;
  background-image: url("../img/Your-Leading-Blockchain-Development-Company-Section-Image.png");
  background-size: cover;
}

.line-hero {
  margin-left: 5%;
  width: 90%;
  height: 2px;
  background-color: #08f;
}

/* hero video */
.video {
  z-index: -2 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  /* opacity: 50% !important;   */
  pointer-events: none;
}

.bg-gradient-1 {
  border-radius: 15px;
  padding: 80px 50px;
  background: linear-gradient(280deg, #89c7fb, #c8d5f9 62.02%, #f9f9f4)
}

/* text animation */
/* From Uiverse.io by JkHuger */
.box {
  width: 307px;
  height: 50px;
}

.content {
  display: box;
  position: sticky;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #1a73e8;
}

.content__box {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}

.content__box:before {
  content: '[';
  left: 0;
}

.content__box:after {
  content: ']';
  position: absolute;
  right: 0;
}

.content__box:after,
.content__box:before {
  position: absolute;
  top: -2px;
  color: #1a73e8;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.content__box__text {
  display: inline;
  margin: 0;
}

.content__box__list {
  margin-top: 0;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.content__box__list__item {
  line-height: 40px;
  margin: 0;
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

.r-50-nft {
  border: 1px solid black;
  padding: 15px 15px;
  border-radius: 100%;
  width: 25%;
}

.feature-box .inner-box-db {
  align-content: center;
  background: rgb(0 0 0 / 0%);
  box-shadow: 2px 1px 14px 1px rgba(90, 75, 124, .2);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff4d;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 2rem;


  --g: 4px;
  /* the gap */
  --b: 12px;
  /* border thickness*/
  --c: #1a73e8;
  /* the color */

  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg, var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg, var(--_c)) repeat-y;
  background: var(--_g1) var(--_p, 25%) 0, var(--_g2) 0 var(--_p, 125%),
    var(--_g1) var(--_p, 125%) 100%, var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b), var(--b) 200%;
  cursor: pointer;
  filter: grayscale(50%);
  transition: 0.3s;

}

img:hover {
  --_p: 75%;
  filter: grayscale(0%);
}

/* pricing-style-three */

.pricing-style-three {
  position: relative;
}

.pricing-style-three .pricing-box-two .pricing-table {
  height: 374px;
  background: #fff;
  box-shadow: 0px 10px 50px 0px #0000000F;

}

.pricing-style-three .pricing-box-two .pricing-table .table-header p {
  color: var(--title-color);
}

.pricing-style-three .pricing-box-two .pricing-table .table-header .theme-btn {
  width: auto;
  padding: 15px 68px;
}

.pricing-style-three .pricing-box-two .pricing-table .feature-list li {
  text-align: center;
  padding: 0px;
}

.pricing-style-three .pricing-box-two .pricing-table .feature-list li:before {
  display: none;
}

.pricing-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: -250px;
  width: 100%;
  height: 1409px;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing-style-two.home-5 .pricing-box-two.active-box .pricing-table {
  background: #1C1B2B;
  border-color: #1C1B2B;
}

.pricing-box-two.active-box .pricing-table .table-header h3,
.pricing-box-two.active-box .pricing-table .table-header p,
.pricing-box-two.active-box .pricing-table .table-header h2,
.pricing-box-two.active-box .pricing-table .feature-list li {
  color: #fff;
}

.pricing-box-two.active-box .pricing-table .theme-btn:hover {
  color: var(--theme-color);
  background: #fff;
}

.pricing-box-two.active-box .pricing-table .theme-btn:before {
  background: #fff;
}

.pricing-style-two.home-5 .pricing-box-two .pricing-table {
  border-radius: 10px;
  height: 176px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
}

.pricing-style-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: -300px;
  width: 1065px;
  height: 1424px;
  background-repeat: no-repeat;
}

.pricing-style-two .pattern-layer .pattern-2 {
  position: absolute;
  right: -117px;
  bottom: -400px;
  width: 907px;
  height: 1424px;
  background-repeat: no-repeat;
} 

.bg-50 {
  background: rgb(15, 18, 27);
  background: linear-gradient(22deg, rgba(15, 18, 27, 1) 27%, rgba(224, 29, 31, 1) 90%);

}

.box-game {
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle),
      #213,
      #112 5%,
      #112 60%,
      #213 95%);
  border: solid 5px transparent;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

.box-game:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.teg-img-bgimg {
  background-image: url("../img/gradient_shape_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.img-box-home {
  border: 1px solid #eeeeee;
  height: 90px;
  width: 200px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

/* img vert move */
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*  */
.inner_wrap {
  position: relative;
  padding: 10px 40px;
}

.feature-block-smallbox {
  position: 0%;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4.361701965332031px 92.33999633789062px 0px #0000000F;
  padding: 40px 20px;
  margin-bottom: 10px;
  transition: all 500ms ease;
  width: 250px;
}

.feature-block-hero .inner-box:hover {
  transform: translateY(-10px);
}

.feature-block-hero .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 24px;
}

.feature-block:nth-child(2) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(3) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(4) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(2) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block:nth-child(3) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block:nth-child(4) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block-hero .inner-box h5 {
  position: relative;
  display: block;

}

.feature-block-hero .inner-box h5 a {
  display: inline-block;
  color: var(--title-color);
}

.feature-block-hero .inner-box h5 a:hover {
  color: var(--theme-color);
}


/* box hero */
.feature-block-hero .inner-box {
  position: 0%;
  display: block;
  background: #fff;
  box-shadow: 0px 4.361701965332031px 92.33999633789062px 0px #0000000F;
  padding: 40px 20px;
  margin-bottom: 10px;
  transition: all 500ms ease;
  width: 250px;

}

.feature-block-hero .inner-box:hover {
  transform: translateY(-10px);
}

.feature-block-hero .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 24px;
}

.feature-block:nth-child(2) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(3) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(4) .feature-block-hero .inner-box .icon-box {
  color: #1a73e8
}

.feature-block:nth-child(2) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block:nth-child(3) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block:nth-child(4) .feature-block-hero .inner-box .icon-box:before {
  background: #1a73e8;
}

.feature-block-hero .inner-box h5 {
  position: relative;
  display: block;
}

.feature-block-hero .inner-box h5 a {
  display: inline-block;
  color: var(--title-color);
}

.feature-block-hero .inner-box h5 a:hover {
  color: var(--theme-color);
}

.border-Left-hero {
  border-left: 5px solid #1a73e8;
}

.border-Left-hero h1 {
  font-size: 50px;
}

.bg-web3 {
  background-image: url("../img/web3_section_image_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.box-white-wrap4-tow {
  width: 600px;
  border-radius: 10px;
  border: 2px solid #e9ecef;
  align-content: center;
  background: rgb(0 0 0 / 0%);
  box-shadow: 2px 1px 14px 1px rgba(90, 75, 124, .2);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 2rem;
}

/* glassmorphic */
.feature-block-hero-glassmorphic {
  box-shadow: 0px 0px 10px white;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  color: #fff;
  height: 200px;
  width: 240px;
  padding: 20px;
}

.feature-block-hero-glassmorphic:hover {
  transform: translateY(10px);
}

/* slider box  */
.slider-bgimg-1 {
  background-image: url("../img/01_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-2 {
  background-image: url("../img/02_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-3 {
  background-image: url("../img/04_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-4 {
  background-image: url("../img/05_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-5 {
  background-image: url("../img/01_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-6 {
  background-image: url("../img/02_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-7 {
  background-image: url("../img/03_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-8 {
  background-image: url("../img/04_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-9 {
  background-image: url("../img/05_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-10 {
  background-image: url("../img/01_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-11 {
  background-image: url("../img/02_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-12 {
  background-image: url("../img/03_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-13 {
  background-image: url("../img/04_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-14 {
  background-image: url("../img/05_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-15 {
  background-image: url("../img/01_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bgimg-1 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-2 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-3 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-4 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-5 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-6 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-7 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-8 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-9 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-10 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-11 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-12 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-13 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-14 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}

.slider-bgimg-15 h3 {
  color: white;
  margin-top: 20%;
  padding-bottom: 5%;
}


.box-one-img {
  position: 0%;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  transition: all 500ms ease;
  width: 100px;
}

/* contact us */
.contact-social-link a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.80);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
}

.contact-social-link:hover {
  background-color: #1a73e8;
  border-radius: 50%;
}

.box-white-hover {
  height: 285px;
  width: 366px;
  border-radius: 10px;
  align-content: center;
  background: rgb(0 0 0 / 0%);
  box-shadow: 2px 1px 14px 1px rgba(90, 75, 124, .2);
  background-color: #fff;
  border: 1px solid #100e0e;
}

.box-white-hover:hover {
  height: 285px;
  width: 366px;
  border-radius: 10px;
  border: 2px solid #e9ecef;
  align-content: center;
  box-shadow: 2px 1px 14px 1px rgba(90, 75, 124, .2);
  background-color: #08f;
  border: 1px solid #faeeee;

  h4 {
    color: white;
  }
  p {
    color: #e2ece9;
  }
}

.box-one-img-block {
  width: 250px;
  height: 250px;
  background-color: white;
  border-radius: 10px;
}

.img-box-two {
  width: 110px;
  height: 110px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.img-box-two:hover {
  transform: scale(1.09);
}

.i-t-box {
  width: 270px;
  height: 140px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#text-hover-blue {
  color: white;
}

#text-hover-blue:hover {
  color: #1a73e8;
}

.blockchain-box-img {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.mw-box-img {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.mw-box-img:hover {
  transform: scale(1.09);
}

.num-box {
  h1 {
    color: #08f;
  }
}

.slider-box {
  height: 130px;
  width: 100px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.icon-box-one{
  background-color: #1a73e8;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #060d17;
  z-index: 1;
  margin-bottom: 24px;
}