.website {
  overflow: hidden;
}

.about-application {
  margin-top: 110px;
  position: relative;
}

.about-application::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 175px;
  background-image: url(../imges/vector8.png);
  bottom: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.text-about h2 {
  font-family: "font_bold";
  font-size: 30px;
  color: #000;
}

.text-about img {
  width: 124px;
}

.p-about {
  width: 85%;
  font-family: "font_medium";
  margin: 20px 0;
}

.p-about p {
  font-size: 20px;
}

.img-about {
  max-width: 88%;
}

.warda {
  position: relative;
  left: 63px;
  width: 120px;
  margin-top: 57px;
}

.app-features {
  background-color: #fffbf2;
}
.titel-feat {
  text-align: center;
  margin-bottom: 55px;
}

.titel-feat h2 {
  font-family: "font_bold";
  font-size: 30px;
  color: #000;
}

.titel-feat img {
  width: 124px;
}

.features {
  display: flex;
  align-items: center;
}

.features h3 {
  color: #000;
  font-family: "font_medium";
  font-size: 20px;
  margin-right: 5px;
}

.features img {
  width: 15%;
}

p.feat {
  width: 100%;
}

.p-feat p {
  font-size: 17px;
  margin: 0;
  line-height: 32px;
  color: #000;
  font-family: "font_medium";
  text-align: justify;
  padding: 8px 0;
  margin-right: 13px;
}

.sub-feat {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.applicatio-screens {
  padding-top: 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.13) 3.65%,
    rgba(202, 171, 102, 0.28) 100%
  );
}

.owl-item.active.center .img-screen-app {
  transform: translateY(-42px) scale(1.2);
}

.img-screen-app {
  transition: all 0.3s linear;
  margin-top: 100px;
}

section.client-opinions {
  width: 100%;
  margin: auto;
  padding: 100px 10%;
  background-image: url(../imges/vector9.png);
  background-repeat: no-repeat;
  background-size: 12%;
  padding-top: 61px;
}

.p-titel p {
  font-size: 17px;
  color: #000;
  width: 46%;
  line-height: 30px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
  font-family: "font_medium";
  margin: 20px auto;
  text-align: center;
}

.sub-opinions {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  transition: all 0.3s linear;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.sub-opinions:hover {
  background-color: #caab66;
  color: #fff;
  border: 1px solid #caab66;

  box-shadow:  0px 1px 10px 0px transparent !important;

}
.sub-opinions:hover p,
.sub-opinions:hover h3,
.sub-opinions:hover h2 {
  color: #fff;
}
.sub-opinions img {
  width: 34% !important;
  margin: 28px auto;
}

.text-opi h3 {
  font-size: 16px;
  margin: 0;
  transition: all 0.3s linear;
  font-family: "font_medium";
  line-height: 34px;
}

.text-opi h2 {
  font-size: 25px;
  font-family: "font_bold";
  transition: all 0.3s linear;

  margin: 0;
  line-height: 42px;
}

.text-opi p {
  line-height: 20px;
  font-size: 12px;
  transition: all 0.3s linear;

  padding-bottom: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
  width: 45px;
  height: 7px;
  transition: all 0.3s linear;
}

.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 7px;
  margin: 3px 1px;
  background: #d6d6d6;
  display: block;
  transition: all 0.3s linear;
  border-radius: 30px;
}

.applicatio-screens .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
}
.page-load {
  padding: 90px 50px;
  background-color: #000;
  min-height: 430px;
  border: 1px solid #fff;
  border-radius: 17px;
}
.img-btn {
  padding-top: 54px;
}

.img-btn img {
  max-width: 35% !important;
}

.btn-text h1 {
  font-size: 66px;
  font-family: "font_bold";
  color: #fff;
}

.btn-text h2 {
  font-size: 18px;
  font-family: "font_medium";
  margin: 0;
  color: antiquewhite;
}

.stand-imgs img {
  max-width: 100%;
}

.stand-imgs {
  position: absolute;
  right: 100px;
  left: -22%;
  top: 140px;
}

.img-headers {
  position: absolute;
  height: auto;
  max-width: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2%;
  top: 0;
  z-index: 2;
}

.accordion {
  padding-top: 20px;
}

.accordion p .active {
  background-color: #fff8f1;
  border-radius: 40%;
}

.common-questions {
  padding-top: 90px;
}

.accordion h3 {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 51px;
  padding: 15px;
  min-height: 55px;
  font-size: 14px;
  font-family: "font_medium";
  line-height: 25px;
  display: flex;
  align-items: center;
  padding-left: 35px;
  position: relative;
  justify-content: space-between;
}

.accordion {
  background-color: #fff8f1;
  border-radius: 51px;
  margin: 10px 0;
  padding-top: 0 !important;
}
.accordion p {
  font-size: 16px;
  display: none;
  padding: 15px 20px 25px;
  line-height: 27px;
}

.accordion ul li {
  display: block;
}

.img-common-questions {
  width: 50%;
  margin: auto;
  padding-bottom: 12px;
}

.arrow {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 20%;
  position: absolute;

  left: 10px;

  cursor: pointer;
}

.arrow img {
  max-width: 63%;
}

section.show-load {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}

section.show-load .col-lg-6 {
  z-index: 2;
}
.show-load::after {
  content: "";
  position: absolute;
  height: 210px;
  background: #caab66;
  bottom: 75px;
  left: 0;
  z-index: 1;
  border-radius: 0 175px 175px 0;
  width: 46%;
}
