/* section-one-start */
.section-one-text {
  padding: 10px 0px;
}

@media (max-width: 1199.98px) {
  .section-one-img {
    text-align: center;
  }
}

.section-one {
  padding-bottom: 30px;
}

/* section-one-end */


section.bg-black {
  background: #000;
}

section.bg-black h2,
section.bg-black p,
section.bg-black .heading-sub {
  color: #fff;
}


/* teck stack section start */
.Our-Tech-Stack-desktop {
  height: auto !important;
  padding-top: 0 !important;
  background: linear-gradient(136deg, #0f62f9, transparent 70%);
  border-radius: 20px;
  padding: 3px;
  border-radius: 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .teck-bg-black {
  display: flex;
  align-items: center;
  /* background-color: black; */
  background: linear-gradient(150deg,
      black 40%,
      rgba(1, 59, 153, 0),
      rgba(2, 99, 255, 0.3));
  border-radius: 17px;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .Tech-Stack-top {
  flex-wrap: wrap;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .Tech-Stack-top {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.eye-catching-left-inner.tablinks h3 {
  font-size: 18px !important;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: left;
}

.common-for-four-section h3 {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .Tech-Stack-top .eye-catching-left-inner.tablinks {
  padding: 15px 20px;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: 100%;
}

.eye-catching-left-inner.tablinks:first-child.active {
  border-radius: 15px 8px 8px 0px;
  background: linear-gradient(90deg,
      #0263ff 0%,
      rgba(1, 59, 153, 0) 100%) !important;
}

.eye-catching-left-inner.tablinks:last-child.active {
  border-radius: 0px 8px 8px 15px;
  background: linear-gradient(90deg,
      #0263ff 0%,
      rgba(1, 59, 153, 0) 100%) !important;
}

.eye-catching-left-inner.tablinks.active {
  background: linear-gradient(90deg,
      #0263ff 0%,
      rgba(1, 59, 153, 0) 100%) !important;
}

.Tech-Stack-bottom {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.robust-security.common-for-four-section.Robust-Security-section.Tech-Stack-To-Develop-Crypto-Trading-Bot .tabcontent {
  display: none;
}

.Tech-Stack-left-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
}

.Tech-Stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  margin: 30px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #ddf1fd;
  padding: 25px 20px;
  height: 130px;
  justify-content: center;
}

.Our-Tech-Stack-mobile {
  display: none !important;
}

.bg-color {
  background: linear-gradient(180deg, #fff 0%, #e6f0ff 50%, #fff 100%);
  z-index: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .Our-Tech-Stack-mobile {
    display: block !important;
  }

  .Our-Tech-Stack-desktop {
    display: none !important;
  }

  .accrd-panel-head h3 {
    font-size: 20px;
  }

  .Tech-Stack {
    width: 110px;
    margin: 15px;
    height: 120px;
  }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .Tech-Stack {
    margin: 18px;
  }

  .Tech-Stack-To-Develop-Crypto-Trading-Bot .teck-bg-black {
    align-items: flex-start;
  }
}


/* section 9 end */

/* section user-dashboard start */


.dsh-img img {
  border-radius: 20px;
  object-fit: contain;
}

.logo-dsh {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.user-dashbox:hover .logo-dsh path {
  fill: url(#grad1);
}

.logo-dsh::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -8px;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 20%;
  z-index: -1;
}

.user-dashbox-cnt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
}

.user-dashbox {
  border-radius: 20px;
  backdrop-filter: blur(2px);
  padding: 35px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.user-dashbox::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(270deg, #0263ff00 15.1%, #0263ff1f 50%, #0263ff24 85.42%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
}

.user-dashbox:hover {
  border-radius: 20px;
  background: #0263FF;
  backdrop-filter: blur(2px);
}

.user-dashbox:hover .logo-dsh::before {
  border: 0.9px solid #0263FF80;

}

.user-dashbox:hover h3,
.user-dashbox:hover p {
  color: #fff;
}

.user-dashbox h3 {
  color: #0263FF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.user-dashbox p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.section-userdashboard .title-userdash {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.dsh-img {
  position: sticky;
  top: 26%;
}

@media (min-width: 991px) and (max-width: 1299.98px) {
  .dsh-img {
    top: 200px;
  }

}

@media (max-width: 991.98px) {
  .section-userdashboard .title-userdash {
    position: unset;
  }

  .user-dashbox-cnt {
    flex-direction: column;
    gap: 20px;
  }

}

@media (max-width: 1515.98px) {
  .user-dashbox {
    padding: 20px 28px;
  }

  .user-dashbox h3 {
    font-size: 22px;
  }

  .user-dashbox p {
    font-size: 15px;
    line-height: 1.6;
  }

  .user-dashbox .mt-3 {
    margin-top: 0.7rem;
  }

}


/* section user-dashboard end */



/* section-fifteen-start */
section.section-fifteen {
  padding-bottom: 60px;
}

.featues-bg {
  position: relative;
  z-index: 1;
}

.features-card1 {
  border-radius: 17px;
  background: #0263ff;
  margin-top: 15px;
  overflow: hidden;
}

.features-card1-heading {
  padding: 20px;
}

.features-card1-heading h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.features-card1-heading p {
  font-size: 18px;
  padding-top: 15px;
}

.features-card2 {
  display: flex;
  border-radius: 17px;
  background: #fff;
  overflow: hidden;
  margin-top: 15px;
  align-items: center;
}

.features-card2 h3 {
  color: #000;
}

.features-card2 p {
  color: #000 !important;
}

.features-card3 h3 {
  color: #000;
}

.features-card3 p {
  color: #000 !important;
}

.features-card3 {
  border-radius: 17px;
  background: #fff;
  margin-top: 15px;
  overflow: hidden;
}

.features-card4 {
  background: #0263ff;
  overflow: hidden;
}

.features-card4 h3 {
  color: #fff;
}

.features-card4 p {
  color: #fff !important;
}

.features-card-img {
  text-align: end;
  width: 100%;
}

.features-card-img22 img {
  height: 210px;
  object-fit: contain;
}

.features-card4 img,
.features-card6 img {
  width: 300px;
  height: 240px;
}

.features-crds-inne {
  height: 95%;
  padding: 20px;
  text-align: center;
}

.features-crds {
  height: 95%;
  padding: 20px;
  text-align: center;
}

section.section-fifteen.bg-black .col-sm-12.col-md-4.col-lg-4.col-xl-4,
section.section-fifteen.bg-black .col-sm-12.col-md-6.col-lg-6.col-xl-6 {
  padding: 0 6px;
}

section.bg-fea .container {
  border-radius: 18px;
  background: #191919;
  padding: 38px 0;
}

.driv-nft {
  justify-content: center;
  column-gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.driv-bx {
  /* background-color: #fff;
  border-radius: 10px; */
  padding: 10px;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-in-out;
}

.driv-cnt {
  place-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}

.driv-nft-card {
  width: 300px;
  padding: 10px 20px;
  border-radius: 10px;
  background: transparent;
}

.driv-nft-card,
.driv-nft-card:hover h3 {
  transition: all 0.5s ease-in-out;
}

.driv-nft-card:hover {
  transform: scale(1.02);
  background: #0263ff;
}

.driv-nft-card:hover svg path {
  fill: #fff;
}

.driv-nft-card:hover h3 {
  color: #fff;
}

.driv-nft-card h3 {
  color: #D0D0D0;

}

@media (max-width: 768.98px) {
  .features-card2 {
    flex-direction: column;
  }

  .driv-nft-card h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .features-card1-heading p {
    font-size: 16px;
  }

  .features-card1-heading h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) and (max-width: 1440.98px) {
  .features-card1-heading p {
    font-size: 16px;
  }

  .features-card1-heading h3 {
    font-size: 22px;
  }

  .features-card3-h {
    /* height: 360px; */
  }
}

.card-num {
  position: relative;
}

.num-span-2 span {
  color: #0263ff;
}

.num-span-1 span {
  color: #ffffff;
}

.num-span-1 span,
.num-span-2 span {
  font-size: 85px;
  font-weight: 900;
}

.num-span-2 span::before,
.num-span-1 span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: attr(data-num);
  opacity: 0.05;
}

/* section-fifteen-end */


/* section 4 start */

section.section-four h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

section.section-four p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

section.section-four .talk-to-experts.text-start {
  margin-bottom: 30px;
}

section.section-four .banner-button {
  text-align: left;
}

section.section-four .banner-button a.btn {
  border-radius: 10px;
  border: 1.4px solid #99c5fb;
  background: linear-gradient(319deg,
      #93d2f3 -1.9%,
      rgba(147, 210, 243, 0) 17.34%,
      #93d2f3 87.36%),
    #0070f5;
  background-blend-mode: soft-light, normal;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5),
    0px 0px 16px 0px rgba(0, 84, 184, 0.32);
  padding: 8px 25px;
  font-size: 18px;
}

@media screen and (max-width: 767.98px) {
  .standout-img {
    width: 100%;
    padding: 10px 0 40px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .standout-img {
    width: 60%;
    margin: 0 auto;
  }

  section.section-four .row:nth-child(2) {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  section.section-four p.para {
    max-width: none !important;
  }
}

.standout-img {
  text-align: center;
}

section.section-four::before {
  content: "";
  bottom: 0px;
  right: 0%;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: linear-gradient(160deg,
      rgba(0, 0, 0, 0.55) 36.04%,
      rgba(46, 86, 253, 0.55) 86.1%);
  stroke-width: 1px;
  stroke: #000;
  filter: blur(300px);
}

section.section-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.standout-icons-bg {
  border-radius: 9px;
  background: #0263ff;
  padding: 10px;
  text-align: center;
}

/* section 4 end */


/*  secion 6 start */

section.section-six p.para {
  border-left: 4px solid #0263ff;
  padding-left: 20px;
  line-height: 1.3;
}

section.section-six {
  padding-bottom: 60px;
}

.benefits-img {
  text-align: center;
}

.benefits-img img {
  width: 300px;
}

section.section-six .row {
  row-gap: 30px;
}

.benefit-card-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(../img/home/benefit-card-1.webp);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.benefits-cardset {
  position: relative;
  z-index: 1;
  padding: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.benefits-cardset.bot-bor {
  border-radius: 11.081px;
  border-bottom: 6.926px solid #0263ff;
  background: #fff;
}

.benefit-card-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/benefit-card-2.webp);
  background-size: 100% 100%;
  z-index: -1;
}

.benefit-card-2 h3,
.benefit-card-2 p {
  color: #fff;
}

.benefits-cardset h3 {
  font-size: 20px;
  font-weight: 700;
  min-height: 40px;
}

.benefits-cardset p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

  .benefits-cardset p,
  section.section-six p.para {
    font-size: 16px !important;
  }
}

/*  section 6 end */


/* section 10 start */
section.section-ten p.para {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 20px;
}

.why-we-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.why-we-content p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.why-we {
  padding: 50px 10px;
  position: relative;
}

.why-we:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 240px;
  transform: translate(-50%, -50%);
  background-image: url(../img/home/logo-bg.webp);
  z-index: -1;
  background-position: right;
  background-repeat: no-repeat;
}

.why-we h3 {
  font-size: 24px;
  line-height: 1.5;

}

.why-we img {
  margin-top: 5px;
}

.why-we p {
  font-size: 18px;
  line-height: 1.5;

}

@media screen and (max-width: 991.98px) {
  .why-we h3 {
    font-size: 22px;

  }

  .why-we p {
    font-size: 16px;

  }

  .why-we:after,
  section.faq-sec .left-side:after {
    display: none;
  }

  section.section-ten {
    overflow: hidden;
  }
}

/* section 10 end */

/* section 5 start */

section.section-five {
  background: #0263ff;
  padding-bottom: 100px;
}

section.section-five .heading {
  padding-bottom: 0;
}

section.section-five .heading h2 {
  line-height: 1.2;
  color: #fff;
}

section.section-five .heading p.heading-sub,
section.section-five .heading h2 span {
  color: #fff;
}

section.section-five p.right-para {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.section-five .container {
  padding-bottom: 20px;
}

.card {
  background: linear-gradient(135deg, #b452d1, #8b4ad6);
  color: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 350px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.card-icon {
  margin-bottom: 15px;
}

.card-icon img {
  width: 32px;
  height: 32px;
}

.card h3 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}

.card p {
  font-size: 16px;
  line-height: 1.6;
}

/* caroseal secion start */
.owl-carousel .owl-item img {
  width: auto !important;
}

.item .profitable {
  padding: 30px;
  border-radius: 16px;
  height: 330px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.item .profitable.rose-bg {
  background: url(../img/home/rose-bg.webp);
}

.item .profitable.blue-bg {
  background: url(../img/home/blue-bg.webp);
}

.item .profitable.red-bg {
  background: url(../img/home/red-bg.webp);
}

.item .profitable.pale-blue-bg {
  background: url(../img/home/pale-blue-bg.webp);
}

.profitable-img {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.profitable h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.profitable p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
}

.owl-carouel-sec {
  position: relative;
  bottom: 80px;
}

button.owl-dot span {
  width: 20px !important;
  height: 7px !important;
}

button.owl-dot.active span {
  width: 50px !important;
  background: #0263ff !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
}

/* caroseal secion end */

@media screen and (max-width: 767px) {
  section.section-five p.right-para {
    font-size: 18px;
  }
}

/* section 5 end */

/* cta start  */

.cta-crypto-exchange a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-crypto-exchange h2 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  /* max-width: 500px; */
  margin-bottom: 20px;
}

.cta3-crypto-exchange {
  background-image: url(../img/common-cta-bg-after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 60px 0;
  position: relative;
  /* margin-top: 20px; */
}

.cta3-crypto-exchange img {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 30px;
  height: 490px;
}

.cta-crypto-exchange p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.cta-crypto-exchange-button {
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .cta-crypto-exchange h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {


  .cta2-crypto-exchange {
    background: url(../img/home/cta-bg-crypto.webp);
  }
}

@media screen and (max-width: 576px) {
  .cta-crypto-exchange h2 {
    font-size: 30px;
  }

  .cta-crypto-exchange-button {
    flex-direction: column;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .talk-to-experts {
    margin: 25px 0;
  }

  section.cta-crypto-exchange.cta3-crypto-exchange {
    background-image: none;
    background-color: #0263ff;
  }

}

@media (min-width: 1440.98px) and (max-width: 2560.98px) {
  .cta-crypto-exchange h2 {
    max-width: 750px;
  }

  .cta-crypto-exchange img {
    right: 150px;
  }

  .cta-crypto-exchange h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1199.98px) {
  .cta-crypto-img {
    display: none;
  }

  .cta-crypto-exchange p {
    text-align: center;
  }

  .cta-crypto-exchange h2 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .cta-crypto-exchange-button {
    justify-content: center;
  }
}


/* trd-bot-sec5 start  */

.trd-bot-sec5 {
  padding: 80px 0px;
  padding-bottom: 0px;
}

div#trd-bot-sec5-row {
  justify-content: center;
  row-gap: 20px;
}

.trd-bot-sec5-card h3 {
  color: #161C2D;
  font-size: 24px;
}

.trd-bot-sec5-card p {
  color: #161C2D;
  font-size: 16px;
}

.trd-bot-sec5-card {
  position: relative;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 400px;
}

.trd-bot-sec5-card:hover {
  background-color: #0263ff;
  border-radius: 15px 15px 15px 0px;
  padding-right: 20px;
  padding-top: 20px;
}

.trd-bot-sec5-card-inner {
  background-color: #fff;
  padding: 20px;
  height: 100%;

}

.trd-bot-sec5-card:hover .clp {

  transform: translate(0);

}

.trd-bot-sec5-card:hover svg path {
  transition: all 0.5s ease-in-out;
}

.trd-bot-sec5-card:hover svg path {
  fill: #0263ff;

}

.trd-bot-sec5-img img {
  filter: grayscale(100);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.trd-bot-sec5-card:hover .trd-bot-sec5-img img {
  filter: grayscale(0);
  opacity: 1;
}

.clp {
  position: absolute;
  top: -3px;
  right: -3px;
  clip-path: ellipse(120px 118px at 98% 3%);
  background-color: #0263ff;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
  transform: translate(120px, -130px);
}

.card-num {
  position: relative;
}

.num-span {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  padding: 0px 18px;
}

@media (max-width: 1199px) {
  .trd-bot-sec5-card-inner {
    padding: 10px;
  }

  .clp {
    clip-path: ellipse(110px 107px at 101% -3%);
  }

  .num-span {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    padding: 0px 18px;
  }

  .trd-bot-sec5-card:hover {
    border-radius: 10px 15px 10px 0px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .trd-bot-sec5-card {
    height: 420px;
  }

}

@media (min-width: 1199px) and (max-width: 1440px) {

  .trd-bot-sec5-card {
    height: 430px;
  }


}

@media (max-width: 767px) {
  .trd-bot-sec5-card h3 {
    font-size: 20px
  }

  .trd-bot-sec5-card {
    height: auto !important;
  }
}

@media (max-width: 991px) {

  .trd-bot-sec5-card {
    height: 390px;
  }

}

/* trd-bot-sec5 end  */
/* use case setion start  */

.use-case {
  padding-top: 80px;
  padding-bottom: 80px;
}

.use-case-card {
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  box-shadow: inset -3px -4px 8px rgba(255, 255, 255, 0.08),
    -5px 0px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.use-case-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.123) 0%,
      rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  transition:
    width 0.6s ease,
    height 0.6s ease,
    opacity 0.6s ease;
}

.use-case-card:hover {
  transform: scale(1.05);
}

.use-case-card:hover::before {
  width: 250%;
  height: 250%;
  opacity: 1;
}

.use-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.384) 0%, transparent 40%, transparent 90%, rgba(255, 255, 255, 0.349) 100%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
}

.use-case-img {
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  box-shadow: inset -3px -4px 8px 0px rgba(255, 255, 255, 0.08), -5px 0px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.use-case-img:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.384) 0%, transparent 40%, transparent 90%, rgba(255, 255, 255, 0.349) 100%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
}

.use-case-card:hover .use-case-img {
  background: rgba(20, 20, 20, 0.466);
}

.use-case-card h3 {
  font-size: 24px;
}

.use-case-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

div#use-case-contain {
  justify-content: center;
  row-gap: 30px;
}

@media (max-width: 768.98px) {
  .use-case {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

/* use case setion end  */

