.title-center {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

.title-center h2,
.title-start h2 {
  font-size: 28px;
  color: var(--color-title);
  display: inline-block;
  position: relative;
  font-family: "font_medium";
}

.title-start {
  text-align: start;
  margin-bottom: 30px;
  margin-top: 40px;
}
.title-center h2::after,
.title-start h2::after {
  content: "";
  position: absolute;
  width: 40px;
  background-color: var(--color-main);
  height: 40px;
  top: -5px;
  right: -20px;
  opacity: 0.1;
  animation: title 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
  border-radius: 5px;
  z-index: -1;
}
.title-center p,
.title-start p {
  color: var(--bg-2);
  font-size: 26px;
  margin-top: 20px;
}

.title-center h2::before,
.title-start h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -5px;
  z-index: -1;
  right: -20px;
  background-image: url(/assets/images/title.png);
  animation: title2 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0.6;
  border-radius: 5px;
  background-size: contain;
}

@keyframes title {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes title2 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.img-aboutus-index {
  width: 100%;
  position: relative;
  padding-left: 50px;
}
.img-aboutus-index > img {
  width: 66%;
  margin: auto;
  display: block;
}

.bg-img-aboutus-index {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.bg-img-aboutus-index2 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  height: 100%;
}
.bg-img-aboutus-index2 object {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.bg-img-aboutus-index object {
  width: 100%;
  height: 100%;
}

.main-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sub-features {
  width: calc(50% - 7.5px);
  padding: 20px;
  border: 1px solid #ededed;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 3px 3px #ededed6c;
}
.sub-features::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 44%;
  height: 100%;
  background-image: url(/assets/images/bgf.png);
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.img-sub-features {
  width: 70px;
  height: 70px;
}

.img-sub-features img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.text-sub-features h2 {
  color: var(--color-title);
  font-size: 21px;
  margin: 10px 0;
  font-family: "font_medium";
}

.text-sub-features p {
  line-height: 26px;
  font-size: 17px;
}

.sub-features:nth-child(odd) {
  transform: translateY(-35px);
}
.sub-features:nth-of-type(2),
.sub-features:nth-of-type(3) {
  background-color: #debe7e1e;
}
.img-slider {
  margin: 50% 0 20px;
}
.img-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s linear !important;
}
.owl-item.center .img-slider {
  margin: 40% 0 20px;
}
.owl-item.center .img-slider img {
  transform: scale(1.3) translateY(-30px);
  transition: all 0.3s linear;
}
.slider-app {
  background: linear-gradient(
    180deg,
    rgba(10, 187, 181, 0) 3.65%,
    #0abbb5 100%
  );
}

.owl-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: transparent !important;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fff !important;
}
.main-clinet-index {
  width: 60%;
  margin: auto;
  padding: 40px 0;
}

.img-clinet-index {
  width: 180px;
  height: 180px;
  margin: auto;
}
.img-clinet-index img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sub-clinet-index {
  text-align: center;
}

.title-clinet-index h2 {
  color: var(--color-title);
  font-size: 22px;
  font-family: "font_medium";
}

.title-clinet-index h3 {
  color: var(--bg-2);
  margin-top: 5px;
}

.text-clinet-index p {
  padding: 40px;
  position: relative;
}

.text-clinet-index p::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 0;
}

.text-clinet-index p::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  transform: scale(-1);
  bottom: 0px;
  background-image: url(../images/11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.main-clinet-index {
  width: 60%;
  z-index: 1;
  margin: auto;
  padding: 80px 0;
  position: relative;
}

.main-clinet-index::after {
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;

  background-size: contain;
  background-image: url(../images/bgc.png);
}

.owl-theme .owl-nav {
  position: absolute;
  margin-top: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav button {
  color: transparent !important;
  width: 50px !important;
  align-items: center;
  display: flex !important;
  height: 50px !important ;
  border-radius: 50% !important;
  background-color: transparent !important;

  position: relative !important;
}
.owl-theme .owl-nav button:hover {
  background-color: transparent !important;
}
button.owl-prev {
  transform: translateX(90px);
}

button.owl-next {
  transform: scaleX(-1) translateX(90px);
}
.owl-theme .owl-nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  transform: translateY(-50%);
  background-image: url(../images/arrow.png);
}
.owl-theme .owl-nav button::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  border-radius: 50%;
  background-color: #0abbb598;
  height: 40px;
  transform: translateY(-50%);
}

.clinet-index {
  position: relative;
}
.clinet-index::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bgc2.png);
  width: 30%;
  height: 70%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.clinet-index::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/bgc2.png);
  width: 30%;
  height: 70%;
  z-index: -1;
  transform: scale(-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 1px -125px;
}
/* loding repon */

.shine {
  background: #f6f7f8f1;
  background-image: linear-gradient(
    to right,
    #f6f7f8f1 0%,
    #edeef1 20%,
    #f6f7f8f1 40%,
    #f6f7f8f1 100%
  );
  background-repeat: no-repeat;
  background-size: 800px 100%;
  display: inline-block;
  position: relative;
  color: transparent !important;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0.6;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.main-download-app-section {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}

.main-download-app-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 70%;
  border-radius: 20px;
  background-color: var(--color-main);
}

.text-download-app {
  padding-top: 25%;
}

.text-download-app h2 {
  font-size: 45px;
  line-height: 55px;
  color: var(--color-white);
  font-family: "font_medium";
}
.text-download-app p {
  color: var(--color-white);
  font-size: 26px;
  margin: 20px 0;
  line-height: 40px;
}

.sub-text-download-app {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.sub-text-download-app img {
  width: 190px;
}

.contactus-index {
  margin-top: 90px;
}

.btn-contactus {
  text-align: end;
}

.img-contactus-inde {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: end;
  position: relative;
  text-align: end;
}

.img-contactus-inde img {
  width: 90%;
}

.img-contactus-inde .bg-img-aboutus-index,
.img-contactus-inde .bg-img-aboutus-index2 {
  right: -50px;
}

.form-contactus-index {
  padding-bottom: 25px;
}
