
/* section-thirty-two-start */
section.section-thirty-two {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

section.section-thirty-two::before {
  content: "";
  position: absolute;
  top: 60px;
  width: 100%;
  height: 240px;
  background-image: url(../img/home/thirty-two-bg.webp);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}

section.section-thirty-two .head-text {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}

section.section-thirty-two .heading p {
  max-width: 550px;
  margin: 0 auto;
}

.design-process-main {
  padding: 40px 20px;
  border-radius: 16px;
  background: #EDF4F3;
  overflow: hidden;
  height: 350px;
}

.design-process-main-img {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.design-process-main-img-card-img img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.design-process-main-img-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: self-start;
  gap: 15px;
}

.gtco-testimonials .owl-item.active.center p,
.gtco-testimonials .owl-item.active.center span {
  color: #fff !important;
}

.design-process-main-name-text {
  background: #126bfb;
  padding: 16px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.gtco-testimonials .owl-item.active.center .design-process-main-name-text {
  background: #fff;
  color: #126bfb;
}

.design-process-main-img-card-heading p {
  color: #000 !important;
  font-size: 26px;
  font-weight: 600;
}

.design-process-main-img-card-heading span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.design-process-main-text {
  /* padding: 20px; */
  color: #000;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.design-process-main-text p {
  font-size: 16px !important;
  color: #000 !important;
}

.gtco-testimonials {
  position: relative;
  height: 550px;
}

.gtco-testimonials .owl-carousel .owl-stage {
  display: flex;
  gap: 30px;
}

.gtco-testimonials .owl-nav button img {
  /* transform: rotate(180deg); */
  width: 60px;
}

.gtco-testimonials .owl-nav button.owl-next img {
  transform: rotate(180deg);
  width: 60px;
}

.gtco-testimonials .owl-carousel .owl-nav button.owl-prev,
.gtco-testimonials .owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  margin: 40px 15px;
}

.gtco-testimonials .owl-nav {
  text-align: center;
}

.gtco-testimonials .owl-stage-outer {
  padding: 20px 0;
}

.gtco-testimonials .owl-theme .owl-nav {
  margin-top: 0;
}

.gtco-testimonials .owl-nav {
  display: block;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .active {
  /* opacity: 0.8; */
  transition: all 0.3s;
  /* margin: 20px 0px; */
}

.gtco-testimonials .center {
  opacity: 1;
  /* margin: 20px; */
  border-radius: 24px;

}

.gtco-testimonials .owl-item.active.center .design-process-main::after {
  opacity: 1;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  margin: inherit;
  border-radius: 15.103px;
  /* box-shadow: 3px 5px 49.1px 11px rgba(7, 164, 221, 0.49); */
  /* background: #ECEBFD; */
  background: #126bfb;
  /* top: 10px; */
  width: 100%;
  /* height: 240px; */
  background-image: url(../img/home/desig-color3.png);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.gtco-testimonials .owl-item.active.center .design-process-main::before {
  display: none;
}

.design-process-main::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/desig-color1.png);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
    height: 100%;
  }

  .gtco-testimonials .center {
    margin: 0px;
  }

  .gtco-testimonials .owl-nav {
    position: relative;
    top: 0rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-process-main {
    height: 300px;
  }

  .gtco-testimonials .owl-carousel .owl-stage {
    gap: 10px;
  }
}

@media (min-width: 991.98px) and (max-width: 1200.98px) {
  .design-process-main {
    height: 430px;
  }
}

.owl-carousel1 .owl-nav button.owl-next,
.owl-carousel1 .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel1 button.owl-dot {
  outline: 0;
}

/* section-thirty-two-end */
/*  section 8 start */
.step-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1000px;
}

.step-number {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  min-width: 80px;
  font-family: "Urbanist";
}

.step-box {
  max-width: 700px;
  line-height: 1.6;
}

.step-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.gradient-border.odd .step-box::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 50px;
  width: 35px;
  height: 35px;
  border-right: 3px solid #0f62f9;
  border-bottom: 3px solid #0f62f9;
  background-color: black;
  transform: rotate(45deg);
  background: #000;
}

.gradient-border.even .step-box::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  width: 35px;
  height: 35px;
  border-right: 3px solid #0f62f9;
  border-bottom: 3px solid #0f62f9;
  background-color: black;
  transform: rotate(45deg);
  background: #000;
}

.gradient-border {
  padding: 3px;
  /* thickness of the border */
  border-radius: 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.gradient-border.odd {
  background: linear-gradient(333deg, #0f62f9, transparent 70%);
}

.gradient-border.even {
  background: linear-gradient(90deg, #0f62f9, transparent 70%);
}

.inner-content {
  background-color: black;
  border-radius: 17px;
  padding: 20px 30px;
}

section.section-eight {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0b0b0b;
}

section.section-eight h2 {
  max-width: 900px;
  margin: 0 auto;
}
section.section-eight a.pages-link-crypto-all {
    color: #5ac8fa !important;
    text-decoration: underline; 
}

.process-sec {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 70px;
}

.gradient-border.odd.last .step-box::after {
  display: none;
}

section.bg-black h2,
section.bg-black p,
section.bg-black .heading-sub {
  color: #fff;
}

section.section-eight p.para {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.section-eight {
    padding: 40px 0;
  }

  .step-container {
    flex-direction: column;
  }

  .gradient-border.even .step-container {
    flex-direction: column-reverse;
  }

  .gradient-border.even .step-container .step-number {
    text-align: right;
    width: 100%;
  }
}
