*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#cCarousel {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.arrow {
  width: 64px !important;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  z-index: 1;
  background-image: url(../images/arrow-about-customer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

 #prev, #prev2 , #prev3 {
    background-image: url(../images/arrow-perv-about-customer.svg);
    background-repeat: no-repeat;
}


#carousel-vp, #carousel-vp2, #carousel-vp3 {
  width: 1200px;
  position: relative;
  height: 488px;
  display: flex;
  align-items: center;
  margin: auto;
  overflow: hidden;
  gap: 2rem;

}
#carousel-vp2{
  height: 233px;

}
#carousel-vp3{
  height: 480px;

}

@media (max-width: 770px) {
  #carousel-vp {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp {
    width: 250px;
  }
}

#cCarousel #cCarousel-inner, #cCarousel-inner2, #cCarousel-inner3{
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  height: 488px;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 35px;
  left: 0px;
}
#cCarousel-inner2{
  height: 233px;
  gap: 14px;
}
#cCarousel-inner3{
  height: 480px;
  gap: 20px;
}

.cCarousel-item{
    width: 376px;
    height: 488px;
    position: relative;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
}
.cCarousel-item2{
  width: 290px;
    height: 233px;
    padding: 20px 16px;
    border-radius: 24px;
    box-sizing: border-box;
    background: #F5F5F5;
}

.cCarousel-item3{
  width: 386px;
    height: 480px;
    border-radius: 24px;
    box-sizing: border-box;
    background: #F9FAFB;
}

.cCarousel-item > video {
  width: 376px;
  height: 488px;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;

}

.about-customr-video-play{
  margin: 0;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-customr-video-play-img:hover > path{
  fill: #00A0A8;
  transition: 0.4s;
}

.about-customer-video-title{
  margin: 0;
  padding: 0;
  padding: 5px 22px;
  background: white;
  border-radius: 24px;
  position: absolute;
  font-size: 18px;
  font-weight: 32px;
  font-weight: 600;
  color: #1D2049;
  bottom: 24px;
  left: 24px;
}


.customer-opinion-item-link{
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  color: #00A0A8;
  font-weight: 600;
}


/* free tial carousel  */
html,
body {
  height: 100%;
}


.center {
  align-items: center;
  display: flex;
  /* flex-direction: column; */
  /* height: 100%; */
  justify-content: center;
}

.wrapper {
  display: flex;
  grid-gap: 1em;
  overflow: hidden;
  /* width: 55em; */
}
.wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}

.card {
  width: 552px;
 background: transparent;
}
.card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: block;
  width: 17.5em;
}
.card > .content {
  background: transparent;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  /* text-align: center; */
}

.free-tial-item-title{
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  color: #00A0A8;
  text-transform: uppercase;
}
.free-tial-item-desc{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
  color: #1D2049;
  font-weight: 400;
}



.map {
margin-top: 32%;
box-sizing: border-box;
}
.map > button {
  all: unset;
  background: #00A0A8;
  opacity: 0.4;
  cursor: pointer;
  margin: 0 0.125em;
  /* position: relative; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 24px;
  height: 8px;
  width: 100px;
}
.map > button.active {
  background: #00A0A8;
  opacity: 1;

}

/* parters section  */

/* body {
  align-items: center;
  background: #E3E3E3;
  display: flex;
  height: 100vh;
  justify-content: center;
} */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
