a.common-blue-button {text-decoration: none;position: relative;padding: 10px 30px 10px 55px;display: inline-block;line-height: 26px;font-size: 17px;color: #1153ff;}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 2px solid #1153ff;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;background: #1153ff17;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

.content-style{}
.content-style p{color: #565656; font-size: 18px; line-height: 32px;}
.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}
.title-head {
    color: black;
    font-weight: 600;
}
/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}
.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 100px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}

.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
.content{
	    height: 325px;
    overflow: auto;
}
.content h5{
	font-weight: 700;
}
.content-div p {
    color: #424141;
    text-align: center;
}
.shape-image.shape-1 {
    bottom: -169px;
    left: -238px;
}
.shape-image.shape-2 {
    bottom: 0;
    right: 0;
    left: unset;
    width: auto;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}

.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: 1;
  }
.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}
.title-head {
    color: black;
    font-weight: 600;
}
.box-img{
	    box-shadow: 10px 10px 10px black;
    border-radius: 30px 0 30px 0;
    padding: 0;
    background-image: linear-gradient(128deg, #e2bbf7, #b6bcfb);
    text-align: center;
}
/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}

.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}
.fade-in-left {
  animation: fade-in-left 2s ease infinite;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: whiteSmoke;
  box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
	    position: absolute;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}
.fade-out-down {
  animation: fade-out-down 2s ease infinite;
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/*
.bg-color-extra2 {
    background: #ffffff;
    background-image: url(../images/left-right-line-small.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
/*  */
.small-text {color:#2c2b0c;}
.heading{color:#000; font-size:39px; font-weight:700;}
.work-process-section {width: 100%;display: block;padding: 37px 0px 37px;background: rgb(13 110 253 / 4%);background-size: cover;background-position: center;}
.work-process-section .heading-block { width: 100%; display: block; max-width: 600px; margin: 0px auto 60px; text-align: center; }
.work-process-section .heading-block .description { font-size: 16px; color: #666666; margin-bottom: 0px; }
.work-process-block { max-width: 1600px; width: 100%; margin: 0px auto; /* height: 450px; */ }

.work-process-layout1 .work-process-top .number {justify-content: center;display: inline-block;width: 100px;height: 100px;text-align:center;border:5px solid;font-size:26px;font-weight:700;margin-left:40px;margin-bottom: 13px;background-color: #1050f6 !important;border-radius: 50%;position: relative;-webkit-transition: all ease 0.4s;transition: all ease 0.4s;padding: 13px;line-height: 2.3;}
.work-process-layout1 .work-process-top { text-align:center; position:relative }
.work-process-layout1 .work-process-top .shape {-webkit-transition: all ease 0.4s;transition: all ease 0.4s;display:inline-block;position:absolute;left:25px;top:63px;width:100%;height:270px;max-width:270px;-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%);border-radius:10px;z-index:0;-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg);background-color: #0d6efd70;}

.work-process-layout1 .work-process-content {-webkit-transition: all ease 0.4s;transition: all ease 0.4s;border-radius:10px;box-shadow:0px 3px 0px 0px rgba(17,180,245,0.004),0px 3px 50px 0px rgba(17,180,245,0.1);background-color: white;padding:35px 20px;padding-bottom:30px;max-width: 100%;border-bottom:4px solid #0d6efd;position: relative;height: 235px;}
.work-process-layout1 .work-process-content.odd-block { border-color: #d9d675; }
.work-process-layout1 .work-process-content .icon { width: 45px; height: 45px; margin: 0px auto 20px; }
.work-process-layout1 .work-process-content .icon img{ width: 100%; height: 100%; }
.work-process-layout1 .work-process-content .process-title {color: #212121;font-size: 21px;line-height: 30px;transition: all 500ms ease;font-weight: 700;margin-bottom: 12px;}
.work-process-layout1 .work-process-content .text {position: relative;/* font-size: 14px; */line-height: 24px;color: #666666;transition: all 500ms ease;margin-bottom: 0px;}
.work-process-layout1 .vs-work-process:hover .work-process-top .shape {-webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%); clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}
.work-process-layout1 .vs-work-process:hover .work-process-top .number { margin-bottom:0px;  margin-left:0% }

/* CSS */
.button-71 {
  background-color: #f0840d;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 13px 44px;
  }
}
.service-card-6 {
    height: 100%;
}
.service-card-6.bg-color .inner {
    border-color: transparent;
}
.service-card-6 .inner {
    border-radius: 5px;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    border: 1px solid #e8e6f3;
    height: 100%;
}

.bg-card-color-1 .inner {
    background: #afed674a !important;
}
.bg-card-color-2 .inner {
    background: #ffdbe175 !important;
}
.bg-card-color-3 .inner {
    background: #bdbdbd26 !important;
}
.bg-card-color-4 .inner {
    background: #c8ffe942 !important;
}
.bg-card-color-5 .inner {
    background: #e4a7f626 !important;
}
.service-card-6 .inner .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}
.service-card-6 .inner .icon img {
    /* max-height: 98px; */
    width: 100%;
}
.service-card-6 .inner .icon .opacity_image {
    position: absolute;
    transform: translateX(-50%) scale(0.8);
    opacity: 0.8;
    z-index: -1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    left: 50%;
    top: 11%;
}
.service-card-6 .inner .content {
    padding-top: 10px;
}
.service-card-6 .inner .content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    transition: 0.4s;
}
.bg-card-color .inner {
    background: #ffcd1e2e !important;
}
.service-card-6 .inner .content .description {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
}
.mt--30 {
    margin-top: 30px !important;
}

.service-card-6.bg-color .inner {    
    position: relative;
    height: 100%;
}
.service-card-6.bg-color:hover .inner {
    transition: 256ms ease-in-out;  transform: scale(1.02);
}

/* ----------------------------achhivements------------------------------------- */

.achive{position: relative;}
.scroll-animation-all-wrapper {
  position: relative;
  padding: 30px 0;
}
.scroll-animation-all-wrapper::before {
  top: 0;
  left: 0;
}
.scroll-animation-all-wrapper::before, .scroll-animation-all-wrapper::after {
  position: absolute;
  height: 100%;
  width: 300px;
  background: linear-gradient(90deg, #fff 100px, rgba(255, 255, 255, 0));
  z-index: 2;
  content: "";
}
.scroll-animation-wrapper {
  position: relative;
  z-index: 1;overflow: hidden;
}
.scroll-animation.scroll-right-left {
  -webkit-animation: scroll 80s linear infinite;
  -moz-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation {
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}
.rbt-categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.rbt-categori-list a {
  border: 0 none;
  padding: 10px 15px;
  text-transform: capitalize;
  background: white;
  color: #6b7385;
  box-shadow:0px 6px 34px rgb(215 216 222);
  height: 94px;
  border-radius: 9px;
  letter-spacing: inherit;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
}
.links{text-decoration: none;}
.mt--30{margin-top:30px}
.scroll-animation-all-wrapper::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-animation-all-wrapper::before, .scroll-animation-all-wrapper::after {
  position: absolute;
  height: 100%;
  width: 300px;
  background: linear-gradient(90deg, #fff 100px, rgba(255, 255, 255, 0));
  z-index: 2;
  content: "";
}
@-webkit-keyframes scroll {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  to {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }
}

@-moz-keyframes scroll {
  0% {
      -moz-transform: translateX(0);
      transform: translateX(0);
  }

  to {
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
  }

  to {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }
}
.scroll-left-right {
  -webkit-animation: scrollLeft 80s linear infinite;
  -moz-animation: scrollLeft 80s linear infinite;
  animation: scrollLeft 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes scrollLeft {
  0% {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@-moz-keyframes scrollLeft {
  0% {
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -moz-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes scrollLeft {
  0% {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
  }
}

.rbt-categori-list a img{    height: 64px;}


/* Let's */
.subs {
    background-color: #141414;
    padding: 20px 0;
}

.subs h3 {
    color: white
}

.subs p {
    color: white
}

.subs-row .end {
    text-align: right;
}

.let-btb {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    background: #4FBEED !important;
    color: white !important;
    border-radius: 63px;
    padding: 15px 28px;
    line-height: 1;
}
@media screen and (min-width:300px) and (max-width:766px) and (-webkit-min-device-pixel-ratio:1.50)
{
	
	.ser{z-index: 9 !important}
}
.block__62849 .block__16443 {
    background: #fff;
    padding: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    position: relative;
    text-decoration: none;
    height: 100%;
    border-radius: 20px 10px 20px 10px;
    box-shadow: 0px 9px 30px -10px rgb(0 0 0 / 11%);
}
.block__62849 .block__16443 .custom-icon {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 1rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    box-shadow: 0px 1px 10px #00000052;
    padding: 12px;
    border: 11px solid #f8f8f8;
}
.block__62849 .block__16443:hover {
    top: -20px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.block__62849 .block__16443:hover .custom-icon {
    background: transparent;
}
.block__16443 ul{    margin-left: -10px;}
/*-------------------------------------------*/

.icons {
  display: flex;
  height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: top;
  row-gap: 30px;
  justify-content: center;
}
.icon-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25%;
  box-shadow: 0 5px 40px 0 rgba(23, 28, 33, 0.13),
    0 20px 13px 0 rgba(23, 28, 33, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
  transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
  animation-duration: 4s;
  height: 170px;
  margin-left: 0;
  position: relative !important;
  width: 100%;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
    transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
  }
}

.icons .icon {
  width: 154px;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icons .icon img{
    width: 100%
}

.google {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
 
}
.microsoft {
   -webkit-animation-delay: -.9s;
   animation-delay: -.9s;
   -webkit-animation-duration: 4s;
   animation-duration: 4s;
   
   -webkit-transition-delay: .7s;
   transition-delay: .7s;
}
.bitbucket {
   -webkit-animation-delay: -2.2s;
   animation-delay: -2.2s;
   -webkit-animation-duration: 4s;
   animation-duration: 4s;
   -webkit-transition-delay: .2s;
   transition-delay: .2s;
 
}
.digitalocean {
   -webkit-animation-delay: -2.9s;
    animation-delay: -2.9s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
   -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.ubuntu {
  -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.nginx {
   -webkit-animation-delay: -2.9s;
    animation-delay: -2.9s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.github {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.facebook {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.wordpress{
   -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.cloudflare {
     -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.instagram {
     -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.twitter {
     -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.linkedin {
     -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.twitter {
   -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.card-m {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {
  width: 100%;
  height: auto;
}

.card__overlay {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: var(--surface-color);
  transform: translateY(-5%);
  transition: .2s ease-in-out;
  margin: 0 !important;
}

.card-m:hover .card__overlay {
  transform: translateY(-12%);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 20px;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-1%);
  transition: .2s ease-in-out;
  height: 300px;
  box-shadow: 2px 6px 18px #00000014;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       
:root {
  --surface-color: #fff;
  --curve: 40;
}
.card-m:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}

.card__title {
  font-size: 20px;
  margin: 0 0 .3em;
  color: #000000;
  font-weight: 700;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";  
  font-size: .8em; 
  color: #D7BDCA;  
}

.card__status {
  color: #000000;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #000000;
  font-family: "MockFlowFont";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
} 

@media only screen and (max-width: 767px){
    .icons .icon {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}
    .icon-container{
        height:100px
    }
    .card__header{
        height:auto
    }
.rbt-categori-list {
    gap: 10px;
    justify-content: flex-start;

    flex-wrap: wrap;
}
.rbt-categori-list a {
  padding: 10px 10px;
  font-size: 14px;
  height: auto;
  min-width: max-content;
}
.scroll-animation-all-wrapper::before, .scroll-animation-all-wrapper::after {
  width: 100px;
  background: linear-gradient(90deg, #fff 10px, rgba(255, 255, 255, 0));
}
}