:root {
  --background: #f1f4f6;
  --darkBackground: #d3dde7;
  --white: #ffffff;
  --active: #ff5d38;
  --color_15: 39, 36, 67;
  --alpha-lineColor: 1;
  --lineColor: var(--color_15);
  --second-card: #f4f2ff;
  --whatsapp: #25d366;
}

*::-webkit-scrollbar {
  width: 9px;
  height: 8px;
  background-color: black;
}

*::-webkit-scrollbar-thumb {
  background: var(--active);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /* //transform: translateX(300px); */
  }

  to {
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    background-color: var(--white);
    color: var(--white);
  }

  to {
    background-color: var(--active);
    color: var(--white);
  }
}

@-webkit-keyframes expand {
  0% {
    top: -1rem;
  }

  100% {
    top: 0.2rem;
  }
}

.in-view {
  animation: fadeInRight 1s ease-in-out;
}

a {
  text-decoration: none;
  display: block;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-family: "poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins", sans-serif;
}
body {
  background-color: var(--background);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

.Our-Client {
  display: grid;
  justify-items: center;
  background-color: white;
  margin: 0 2rem;
}

.Our-Studies {
  background-color: var(--second-card);
}

.Our-Studies div {
  margin: 0rem 0rem 2rem 0rem;
}
.Our-Studies div img {
  border-radius: 0rem !important;
  width: 11rem !important;
}

.Our-Client div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1rem 0rem;
  justify-content: center;
}

.Our-Client h2 {
  text-align: center;
  font-size: 3rem;
  text-align: center;
  font-size: 50px;
  font: var(normal normal normal 50px/1.4em "suez one", serif);
  color: rgb(39, 36, 67);

  padding: 2rem 3rem;
}

.Our-Client div img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  padding: 0.7rem;
  border: 1px solid #9d949452;
  background-color: transparent;
  cursor: pointer;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.step-name {
  text-align: center;
  padding: 1rem;

  display: grid;
  line-height: 1.6em;
  font-size: 18px;
  padding: 1rem 5rem;
}

.stepper-item.completed .step-counter {
  background-color: var(--active);
  color: var(--white);
}

.stepper-item.completed .step-counter:hover {
  background-color: var(--white);
  color: var(--active);
  cursor: pointer;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--active);
  color: var(--white);
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

#funny_imag_2 {
  position: absolute;
  position: absolute;
  bottom: -16rem;
  left: 3rem;
  height: 25rem;
}

.menu-mobile {
  background: var(--white);
  display: none;
  padding: 6rem 0rem;
  align-content: flex-start;
  position: absolute;
  min-height: 100%;
  width: 100vw;
  z-index: 20;
  overflow: hidden;
  inset: 0;
  overscroll-behavior: contain;
  position: fixed;
  overflow: hidden;
}

.menu-mobile a {
  padding: 1rem;
  text-decoration: none;
  color: rgb(32, 31, 31);
  font-weight: bold;
}

.menu-mobile a:hover {
  color: var(--white);
  background-color: var(--active);
}

.foot_detailer {
  margin: 3rem 0rem 0rem 0rem;
}

.detail {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 33% 1fr;
}

.detail div {
  padding: 1rem;
}
.detail div:nth-child(2) {
  background: var(--active);
  margin: 1.5rem;
  color: var(--white);
}

.detail div h1 {
  width: 100%;
  text-align: center;
}
.detail div img {
  height: 100%;
  width: 100%;
}

.detail div p {
  padding: 3rem 2rem;
  line-height: 2em !important;
  font-size: 18px;
  letter-spacing: 0em;
  color: white;
  font: normal normal bold 18px/1.4em roboto-thin, roboto, sans-serif;

  height: 100%;
  width: 100%;
  display: flex;
}

.whatsapp {
  border-radius: 50%!important;
  height: 4rem;
  width: 4rem!important;
  position: fixed!important;
  right: 1rem!important;
  bottom: 1rem!important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
  background: var(--whatsapp)!important;
  cursor: pointer;
  z-index: 999!important;
}
.whatsapp-icon {
    height: 2rem!important;
    width: 2rem!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    top: 0!important;
    bottom: 0!important;

}
.cls-1{fill:#ffffff;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;}


.service-detail ul{
    display: grid;
    width: auto;
    grid-template-columns:1fr 1fr;
    list-style: inside;
    padding: 1rem 2rem;
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
   

}


.service-detail ul li {
    margin: 0.5rem 0rem;
}

/* ...............Mobile....................... */

@media only screen and (max-width: 920px) {
  .Our-Client {
    margin: 0rem !important;
  }
  .Our-Client h2 {
    font-size: 30px;
  }

  .Our-Client div img {
    height: 5rem !important;
    width: 5rem !important;
  }

  .in-view {
    animation: none !important;
  }

  #funny_imag_2 {
    display: none;
  }

  .detail {
    grid-template-columns: 1fr;
  }

  p {
    font-size: 1.2rem;
  }
  .service-detail ul{
    grid-template-columns: 1fr!important;
    list-style: none;
    font-size: 1rem;

}
}

.page-wrapper {
  display: none;
}

.emailMessage {
  color: red;
}
