.title-center {
  margin-bottom: 55px;
  color: var(--color-Primary1);
  text-align: center;
}
.title-center h2,
.title-start h2 {
  color: var(--color-Primary1);
  font-size: 22px;
  font-family: "font_medium";
}
.title-center p {
  width: 50%;
  margin: 10px auto;
}
.title-start {
  margin-bottom: 25px;
  color: var(--color-Primary1);
}

.img-features {
  display: flex;
  width: 122px;
  margin-right: auto;
  justify-content: center;
}

.img-features img {
  width: 60px !important;
  object-fit: contain;
  object-fit: contain;
}

.sub-app-features {
  background-color: var(--color-white);
  box-shadow: 0 4px 7px #0000002e;
  margin: 10px 5px;
  padding: 25px;
  border-radius: 10px;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.text-features {
  margin: 30px 0 0;
}
.text-features h2 {
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: var(--color-Primary1);
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-app-features p {
  font-size: 14px;
  line-height: 20px;
}
.sub-app-features::after {
  content: "";
  top: 0;
  position: absolute;
  width: 40%;
  height: 130px;
  background-repeat: no-repeat;
  z-index: -2;
  left: 25px;
  background-size: contain;
  background-image: url(../images/bgf.png);
}
.sub-app-features::before {
  content: "";
  top: 0;
  position: absolute;
  width: 40%;
  height: 130px;
  transform: translateY(-100%);
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s linear;
  left: 25px;
  background-size: contain;
  background-image: url(../images/bgf2.png);
}

.sub-app-features:hover::before {
  transform: translateY(0%);
}

.owl-dots button span {
  margin: 2px !important ;
  width: 8px !important;
  height: 8px !important;
  transition: all 0.3s linear !important;
  background-color: #ffe7c8 !important;
}
.img-features img {
    height: 71px;
}
.owl-dots button.active span {
  background-color: var(--color-Primary2) !important;
  width: 45px !important;
}

.text-aboutus p {
  width: 80%;
}

.img-additional-features {
  justify-content: center;
  background-color: #fef0de;
  border-radius: 60px;
  display: flex;
  align-items: center;
  height: 425px;
}
.img-additional-features img {
  width: 85%;
  height: 90%;
  object-fit: contain;
}
.text-additional-features h2 {
  color: var(--color-Primary1);
  font-size: 22px;
  margin-bottom: 55px;
}

.text-additional-features ul li {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 15px;
}

.imges-additional-features {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.text-additional h3 {
  font-size: 16px;
  color: var(--color-Primary2);
}

.text-additional p {
  margin-top: 10px;
  font-size: 15px;
}

.slider-additional-features {
  background-color: var(--color-Primary3);
}
.slider-additional-features {
  background-color: #e7f2e3;
  padding: 50px 8%;
  border-radius: 45px;
}
.sub-slider-additional {
  margin: 35px 0;
  transition: all 0.3s linear;
}
.owl-item.center .sub-slider-additional {
  transform: translateY(-30px);
}
#slider-ratings {
  background-repeat: no-repeat;
  background-size: 60% 102%;
  background-image: url(../images/bg2.png);
  background-position: center;
}
.sub-ratings {
  border-radius: 20px;

  padding: 25px;
  margin: 10px 5px;
  background-color: var(--color-white);
  box-shadow: 0 2px 6px #0000002e;
}
.user-retings h2 {
  color: var(--color-Primary1);
  font-size: 16px;
}
.sub-ratings p {
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
  line-height: 20px;
  background-color: #fef0de;
}
.user-retings {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img-user-retings {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* start style front team */

.img-team {
  position: relative;
  width: 90px;
  margin: auto;
  height: 90px;
}

.img-team::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%235D9F44FF' stroke-width='5' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100px;
}

.name-team {
  text-align: center;
  padding: 30px 0 0;
}

.name-team h3 {
  color: #f5a445;
  font-size: 20px;
}

.name-team h4 {
  font-size: 17px;
}

.sub-team {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 45px 20px;
  width: 100%;
  min-height: 180px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.silder-app-team .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5d9f44;
  width: 45px;
  height: 7px;
  transition: all 0.3s linear;
}

.silder-app-team .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 3px 1px;
  background: #d6d6d6;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.sub-team {
  margin: 3px;
}

.bg-load-app {
  background-color: #fef0de;
  height: auto;
  position: relative;
  z-index: 1;
}

.bg-load-app::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Vector.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: right;
  width: 100%;
  background-size: cover;
  min-height: 250px;
}

.text-load-app {
  margin: 90px 0;
}

.text-load-app h2 {
  color: #5d9f44;
  font-size: 30px;
}

.text-load-app p {
  padding: 15px 0;
  font-size: 17px;
}

.img-mobil {
  width: 70%;
  margin: auto;
}

.load-app .links-download a {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}
.load-app .links-download a img {
  filter: brightness(0) invert(1);
}
.load-app .links-download a:hover {
  background-color: var(--color-Primary2);
}

.title-page {
  margin: 0px 0;
  text-align: center;
}
.title-page h2 {
  color: var(--color-white);
  font-size: 30px;
}
.title-page p {
  color: var(--color-white);
  font-size: 17px;
  margin: 15px 0;
}

.header-page {
  z-index: 1;
  min-height: 350px !important;
}
.header-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: bottom center;
  height: 100%;
  background-image: url(../images/bg-header.png);
  opacity: 0.8;
  z-index: -1;
}
.sub-info-contactus {
  background-color: var(--color-white);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 2px 6px #0000002e;
  margin: 10px 5px;
  text-align: center;
  min-height: 220px;
}
.sub-info-contactus h2 {
  color: var(--color-Primary1);
  font-size: 22px;
}
.sub-info-contactus p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

.icon-contactus {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.info-contactus-page a {
  color: #5d9f44 !important;
}
.ctm-btn {
  background-color: var(--color-Primary1);
  color: var(--color-white);
  padding: 8px 35px;
  border-radius: 35px;
  border: none;
  padding-bottom: 15px;
  min-width: 150px;
  height: 50px;
  display: inline-block;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.3s linear;
}

.ctm-btn:hover {
  background-color: var(--color-Primary2);
}

.model-popup {
  padding: 90px 40px;
  z-index: 1;

  position: relative;
}
.model-popup::after {
  background-color: var(--color-Primary1);
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  z-index: -2;
}

.model-popup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 79%;
  background-position: bottom center;
  z-index: -1;
  background-image: url(../images/bg-model.png);
}

.modal-dialog {
  width: 75%;
  max-width: 75%;
  margin: 1.75rem auto;
}

.text-popup h2 {
  color: var(--color-Primary2);
}

.text-popup p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 30px;
}

.text-popup .links-download a {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}
.text-popup .links-download a img {
  filter: brightness(0) invert(1);
}
.text-popup .links-download a:hover {
  background-color: var(--color-Primary2);
}

.img-user-retings img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.text-load-app {
    margin: 90px auto;
    width: 90%;
}