body {
  background-color: #fff;
}
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  min-width: 80px;
  display: grid;
  place-items: center;
  height: 100%;
  z-index: 6;
  cursor: pointer;
  transition: 0.3s linear;
  border: 0px solid #000;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.serial {
  text-align: center;
  z-index: 10;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
.serial .actives {
  border-radius: 50%;
}
.serial i {
  color: #00000025;
  font-size: 0.8rem;
  cursor: pointer;
  margin-inline: 0.5rem;
}
.serial .actives {
  border-radius: 50%;
  background-color: #00000048;
}
.prev i,
.next i {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0, 0.25);
}
.x {
  overflow: hidden;
  position: relative;
}
.mslide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.5s ease-in-out;
  height: 100%;
  padding-bottom: 1rem;
  background-attachment: fixed;
}
.mslide .per-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mslide .per-slide .inner {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mslide .per-slide .inner > div {
  position: relative;
  font-family: Poppins;
  display: flex;
  flex-direction: column;
  place-content: center;
  transform: translateY(120%);
  transition-delay: 0.5s;
  transition: 1s ease-in-out;
  opacity: 0;
  height: 100%;
  width: 100%;
  gap: 1.5rem;
  flex: 1;
}
.mslide .per-slide .inner > div img {
  transition-delay: 1.5s;
  transition: 0.3s linear;
  position: absolute;
  backface-visibility: hidden;
  transform: translateZ(0);
  width: 45%;
  left: 30%;
  z-index: -1;
}
.mslide .per-slide .inner div h1 {
  font-family: Poppins;
  font-size: 3rem;
  font-weight: 800;
}
.mslide .per-slide .inner div p {
  font-family: Poppins;
  font-size: 1.05rem;
  font-weight: 400;
  max-width: 500px;
  color: #000;
}
.mslide .per-slide .inner div button {
  font-family: Poppins;
  font-size: 1.15rem;
  font-weight: 700;
  width: auto;
  padding: 0.5rem 2rem;
  display: inline-block;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  transform-origin: top;
}
.mslide .per-slide .inner div button:active {
  box-shadow: 0 0 0 0 black !important;
}
.mslide .per-slide .inner > img {
  flex: 1.5;
  width: 100%;
  max-width: 650px;
  max-height: calc(100vh - 320px);
  backface-visibility: hidden;
  transform: scale(0) translateZ(0);
  transition: 0.5s ease-in-out;
  object-fit: scale-down;
  transition-delay: 0.5s;
}
.abt_us {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  width: 100%;
  background-color: #ebeaea;
  background-attachment: scroll;
  z-index: 1;
}
.abt_us .back {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #f1f1f1;
  z-index: -1;
  transform: skewY(-2deg);
}
.abt_us .back::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ebeaea;
  z-index: -1;
  /* transform: skewY(-3deg); */
}
.abt_us .back2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #f1f1f1;
  z-index: -1;
  transform: skewY(-2deg);
}
.abt_us .back2::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ebeaea;
  z-index: -1;
  /* transform: skewY(-3deg); */
}
.abt_us .inner {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  justify-items: end;
}
.abt_us .inner .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.abt_us .inner .txt {
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 1.5rem;
  height: auto;
}
.abt_us .inner .title h2 {
  font-family: Poppins;
  font-weight: 700;
  margin: 0;
  color: #4a4445;
  font-size: 1.45rem;
}
.abt_us .inner .p {
  font-family: Poppins;
  color: #000000;
  padding-top: 0.5rem;
  margin: 0;
  line-height: 1.9;
}
.abt_us .inner .p p {
  text-align: justify;
  margin-bottom: 0;
}
.abt_us .inner .button {
  margin-top: 0.6rem;
}
.abt_us .inner .button button {
  font-family: Poppins;
  position: relative;
  color: #000000;
  background-color: transparent;
  border: 2px solid #f2b22f;
  display: inline-block;
  padding: 0.4rem 3rem;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.abt_us .inner .button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  width: 150%;
  height: 150%;
  background-color: #f2b22f;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
.abt_us .inner .button button:hover {
  color: #fff;
  box-shadow: 3px 3px 3px 3px #00000013;
}
.abt_us .inner .button button i {
  padding-left: 0.5rem;
  transition: 0.25s ease-in-out;
  transition-delay: 0.1s;
}
.abt_us .inner .button button:hover i {
  color: #ffeac1;

  transform: translateX(50%);
}
.abt_us .inner .button button:hover::before {
  transform: translateX(0);
}
.abt_us .inner .txt .image {
  display: none;
}
.abt_us .inner .txt h3 {
  font-size: 1.7rem;
  font-family: Poppins;
  font-weight: 700;
  color: #4a4445;
  padding-block: 0.8rem;
  /* text-shadow: 2px 2px 0px #c4babb; */
}
.abt_us .inner .image {
  width: 100%;
  max-width: 550px;
  padding-left: 1rem;
  transform: translateX(15px);
  display: grid;
  place-items: center;
}
.abt_us .inner .image img {
  object-fit: cover;
}

.brand {
  display: grid;
  place-items: center;
}
.titleh2 {
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  color: #4a4445;
  font-size: 2.5rem;
  position: relative;
}
.titleh2::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  width: 60%;
  height: 3px;
  background-color: #f2b22f;
  transition: 0.25s linear;
  transform-origin: left;
}
.titleh2:hover::before {
  transform: scaleX(150%) translateX(-50%);
}
.logos {
  width: 75%;
  margin: 0;
  padding-top: 1.5rem;
  display: grid;
  place-items: center;
  place-content: center;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.logos .arow {
  display: grid;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-items: center;
  place-content: center;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
  gap: 1rem;
}
.logos .arow div {
  width: 100%;
  background-color: #fff;
  border: 0;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  box-shadow: 1px 1px 4px 2px #00000025;
  padding: 1rem;
  height: 100%;
  border-radius: 15px;
  transition: 0.25s ease-in-out;
}
.logos .arow div:hover {
  transform: rotateX(10deg) rotateY(10deg);
  perspective: 100px;
}
.logos .arow div img {
  height: 100%;
  width: min(150px, 100%);
  max-height: 120px;
  object-fit: scale-down;
}

@media only screen and (max-width: 840px) and (min-width: 555px) {
  .logos .arow div:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 1300px) {
  .mslide .per-slide .inner > div {
    flex: 2;
    gap: 0.25rem;
    background-size: 150px;
  }
  .mslide .per-slide .inner div h1 {
    font-size: 2.5rem;
  }
  .mslide .per-slide .inner div p {
    font-size: 1.1rem;
  }
  .mslide .per-slide .inner > img {
    flex: 1;
    width: 100%;
    max-width: 450px;
    max-height: 100%;
  }
  .mslide .per-slide .inner div button {
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 700;
    width: auto;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transform-origin: top;
  }
  .titleh2 {
    font-size: 1.8rem;
  }
  .abt_us .inner .title h2 {
    font-size: 1.3rem;
  }
  @media only screen and (max-aspect-ratio: 12 / 10) {
    .mslide .per-slide .inner > div {
      text-align: center;
    }
    .mslide .per-slide .inner {
      flex-direction: column-reverse;
      align-items: center;
      width: 95%;
      justify-content: center;
    }
    .mslide .per-slide .inner > div {
      flex: unset;
      gap: 0.25rem;
      text-align: center;
      background-size: 150px;
    }
    .mslide .per-slide .inner div p {
      max-width: unset;
    }
    .mslide .per-slide .inner > img {
      max-width: 40vh;
      height: inherit;
      flex: unset;
    }
    .abt_us .inner .title {
      align-items: center;
      justify-content: center;
    }
    .abt_us .inner {
      width: 100%;
      margin: auto;
      padding: 1.2rem;
      display: flex;
      flex-direction: column;
    }
    .abt_us .inner .txt {
      display: grid;
      justify-content: center;
      grid-template-rows: none;
    }
    .abt_us .inner .txt .p {
      padding-top: 0.9rem;
    }
    .abt_us .inner .txt .p {
      padding-top: 0.9rem;
    }
    .abt_us .inner .txt .image {
      display: block;
      width: 100%;
      max-width: 450px;
      padding: 1rem 0 0 0;
      margin: auto;
      transform: translateX(5px);
    }
    .abt_us .inner > .image {
      display: none;
    }
    .abt_us .inner .button {
      margin: auto;
    }
    @media only screen and (max-height: 750px) {
      .mslide .per-slide .inner div h1 {
        font-size: 1.85rem;
        text-align: center;
      }
      .mslide .per-slide .inner div p {
        font-size: 0.9rem;
        text-align: center;
      }
      .mslide .per-slide .inner div button {
        font-family: Poppins;
        font-size: 0.8rem;
        font-weight: 700;
        width: auto;
        padding: 0.4rem 1.2rem;
      }
    }
  }
}
@media only screen and (max-width: 510px) {
  .abt_us .inner .title img {
    width: 70px !important;
  }
  .abt_us .inner .title {
    gap: 0.25rem;
  }
  .abt_us .inner .title h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 356px) {
  .abt_us .inner .title img {
    width: 90px !important;
  }
  .abt_us .inner .title {
    gap: 0.1rem;
  }
  .abt_us .inner .title h2 {
    font-size: 1.2rem;
  }
  .abt_us .inner .title {
    flex-direction: column;
  }
}
@media only screen and (max-width: 326px) {
  .abt_us .inner .title {
    gap: 0.1rem;
  }
  .abt_us .inner .title h2 {
    font-size: 1.15rem;
  }
}
.aos {
  opacity: 0;
  translate: -50% 0;
  transition: 0.75s ease-in;
}
.visible {
  opacity: 1;
  translate: 0% 0;
  transition: 0.75s ease-out;
}
