@charset "utf-8";

/* CSS Document */
.icon-flag,
.icon-chart {
  float: left;
  width: 46px;
  height: 59px;
  margin-right: 5px
}

.about-section {
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 50px;
  margin-bottom: 20px;
  direction: rtl;
  font-family: 'Cairo', 'Amiri', sans-serif;

}

.about-left {
  position: relative;
  float: right;
  min-height: 500px;
  width: 48%;
  padding-right: 2%
}

.about-right {
  width: 50%;
  float: left;
  padding-right: 0%;
  height: auto;
  min-height: 450px;
  position: relative
}

.about-left::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 70%;
  border-radius: 200px;
  border: 10px double var(--secondary-color);
  top: 40%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.makebottom {
  position: absolute;
  width: auto;
  bottom: 2%
}

.about-left .image1 {
  /*      clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);*/
  width: 40%;
  height: 420px;
  z-index: 1;
  position: absolute;
  right: 15%;
  border-radius: 200px;
}

.about-left .image2 {
  width: 40%;
  height: 420px;
  z-index: 1;
  position: absolute;
  left: 0%;
  border-radius: 200px;
  top: 80px
}


.vertical-text {
  background: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);

  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid var(--white);

  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */

  text-align: center;
  z-index: 2;
}

.vertical-text span h5 {
  font-size: 30px;
  line-height: 0;
  margin-bottom: 0px;
  margin-top: 0px
}

/* Text inside */
.vertical-text span {
  font-size: 16px;
  font-family: "cairo", sans-serif;
  color: var(--white);
  line-height: 1.3;
}

.vertical-text {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

.vertical-text::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  z-index: -1;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.7);
    opacity: 1;
  }

  80%,
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.counter-value {
  display: inline-block;
}

/* Hover animation */

.about-left .circlepark {
  position: absolute;
  top: 0px;
  left: 0px;
  animation: topToBottom 4000ms ease-in-out infinite;
  animation-delay: 500ms;
}

.exp-box {
  position: absolute;
  bottom: 2%;
  right: 20%;
  background: #63ab45;
  color: #fff;
  padding: 25px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  width: 30%;
  height: 100px
}

.exp-box img {
  float: left
}

.exp-box span {
  font-size: 26px
}

.about-right .abouthold {
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  font-size: 22px;
  line-height: 0px;
  margin-top: 5px;
  width: 150px;
  height: 35px;
  text-align: center;
  overflow: hidden;
  background-color: var(--third-color);
  display: flex;
  align-items: center;
  /* vertical center */
  border-radius: 50px;
  font-family: 'Cairo', 'Amiri', sans-serif;

}

.about-right .abouthold h6 {
  line-height: 0px;
  padding-top: 0px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
  color: var(--white)
}

.plan-i-wcu {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: var(--white);
  color: var(--third-color);
  text-align: center;
  border-radius: 50px;
  margin-left: 5px;
  float: right
}

.about-right .abouthold h6 {
  font-family: 'Cairo', 'Amiri', sans-serif;
  line-height: 0px;
  padding-top: 0px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
  color: var(--secondary-color)
}

.about-features {
  /*      display:table-row;*/
  margin: 20px 0;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  margin-bottom: 50px
}

.serv1 {
  width: 45%;
  float: right;
  position: relative;
  /* required for pseudo-element */
}

/* Vertical border with spacing */
.serv1::before {
  content: "";
  position: absolute;
  top: 20%;
  /* start 10% from top */
  bottom: 20%;
  /* end 10% from bottom */
  right: 0;
  /* border on left side */
  width: 1px;
  /* border thickness */
  background-color: var(--secondary-color);
}

.serv2 {
  float: right;
  width: 72%;
}

.servsvg {
  border-radius: 50%;
  float: right;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  /* border-radius: 50%; */
  display: inline-flex;
  margin-bottom: auto;
  margin-top: 5%;
  background-color: var(--secondary-color);
  margin-right: 10px;
  margin-left: 1%
}

.servsvg img {
  transition: all 0.4s ease-in-out;
  width: 40px;
  filter: brightness(0) invert(1)
}

.about-features .pp {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}

/*
    .about-features div {
      flex: 1;
      margin-left: 20px;
    }

    .about-features div:last-child {
      margin-right: 0;
    }
*/

.about-features h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #111;
}

.btn-discover {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
  margin-right: 10px
}



.about-two__element-one {
  position: absolute;
  left: 0;
  bottom: 5%;
  animation: topToBottom 4000ms ease-in-out infinite;
  z-index: -1;
  animation-delay: 500ms;
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ---------- Animation Styles ---------- */
.about-right p {
  font-family: 'Cairo', 'Amiri', sans-serif;

  font-size: 19px;
  color: rgb(89, 89, 89);
  font-weight: 400
}

.about-right h2 {
  font-family: 'Cairo', 'Amiri', sans-serif;
  line-height: 34px;
  font-size: 30px;
  color: rgb(29, 35, 31);
  font-weight: 800
}

.about-right h6,
.about-right h2 {
  opacity: 0;
}

.about-right h6.show {
  animation: fadeInRight 1s forwards;
}

.about-right h2.show {
  animation: slideInLeft 1s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media(max-width:992px) {
  .about-left .image1 {
    /*      clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);*/
    width: 45%;
    height: 320px;
    z-index: 1;
    position: absolute;
    right: 3%;
    border-radius: 200px;
  }

  .about-left .image2 {
    width: 45%;
    height: 320px;
    z-index: 1;
    position: absolute;
    left: 0%;
    border-radius: 200px;
    top: 50px
  }

  .vertical-text {
    top: 40%;
    right: 3%;
  }

  .serv1 {
    width: 99%;
  }

  .about-left {
    float: none;
    min-height: 400px;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 10px
  }

  .about-right {
    width: 95%;
    float: none;
    padding-left: 5%;
    height: auto;
    min-height: 590px;
  }

}