body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
}

:root {
  --main-color: #4f2396;
  --violent-color: #ccb3f4;
  --light-color: #f9f9f9;
  --orange-color: #f69554;
}

body {
  font-family: mediam !important;
}

@font-face {
  font-family: mediam;
  src: url("../../assets/fonts/ge-dinkum-light-bold.ttf");
}
@font-face {
  font-family: boldd;
  src: url("../../assets/fonts/GEDinkum-Bold-1.ttf");
}

/* handel loder   */

/* From Uiverse.io by andrew-demchenk0 */

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: spin 4s linear infinite;
  margin-top: 350px !important;
}

@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}

.pyramid-loader .wrapper .side {
  width: 70px;
  height: 70px;
  /* you can choose any gradient or color you want */
  /* background: radial-gradient( #4f2396 10%, #F028FD 70%, #2BDEAC 120%); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.pyramid-loader .wrapper .side1 {
  transform: rotateZ(-30deg) rotateY(90deg);
  background: conic-gradient(#2bdeac, #f028fd, #d8cce6, #4f2396);
}

.pyramid-loader .wrapper .side2 {
  transform: rotateZ(30deg) rotateY(90deg);
  background: conic-gradient(#2f2585, #d8cce6, #f028fd, #2bdeac);
}

.pyramid-loader .wrapper .side3 {
  transform: rotateX(30deg);
  background: conic-gradient(#2f2585, #d8cce6, #f028fd, #2bdeac);
}

.pyramid-loader .wrapper .side4 {
  transform: rotateX(-30deg);
  background: conic-gradient(#2bdeac, #f028fd, #d8cce6, #2f2585);
}

.pyramid-loader .wrapper .shadow {
  width: 60px;
  height: 60px;
  background: #8b5ad5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotateX(90deg) translateZ(-40px);
  filter: blur(12px);
}

/* END loder   */

@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}
/* end handel loader  */
.header {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/images/home.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .header {
    background: none;
  }
}
.header .mopile {
  animation: upDown 2s infinite ease-in-out;
}
.updown {
  animation: upDown 2s infinite ease-in-out;
}
.header .text-box {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.header .text-box h1 {
  color: var(--main-color);
  font-weight: bold;
}
.header .text-box h2 {
  color: black;
  font-weight: bold !important;
  margin-right: 60px;
}
.header .text-box p {
  font-weight: bold !important;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.action {
  margin-top: 150px !important;
}
.action .counter {
  font-size: 36px;
  color: var(--main-color);
  font-weight: bold;
}
.action p {
  font-weight: bold;
  font-size: 18px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
}
.action p img {
  width: 20px !important;
}
Aplication p {
  font-family: mediam !;
}

.Aplication .title {
  margin: 80px 0 !important;
}
.Aplication .title p {
  color: var(--orange-color) !important;
  font-family: boldd !important;
  font-size: 30px !important;
}
.Aplication .line {
  width: 300px;
  height: 5px;
  border-radius: 10px;
  background-color: var(--violent-color);
  margin: auto;
}
.Aplication .clintGroup {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.Aplication .clintGroup img {
  width: 15px !important;
}
.Aplication .clintGroup p {
  font-size: 18px !important;
  font-family: boldd;
  color: var(--main-color) !important;
  margin: 0 !important;
}
.Aplication .discription {
  font-family: boldd !important;
  font-size: 18px;
}

.manyCompanies {
  margin-top: 60px !important;
  width: 100%;
  height: 177vh;
  background-image: url("../../assets/images/menyCompany.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 95%,
    80% 86%,
    77% 86%,
    25% 96%,
    0% 89%
  ); */
  overflow: hidden;
}
.curvebg {
  background-image: url("../../assets/images/curve.png");
}

.card p {
  font-family: boldd !important;
}
.manyCompanies .group-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border-bottom-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
}
.manyCompanies .text-box {
  width: 100%;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center !important; */
}
.manyCompanies .text-box span {
  font-family: boldd;
  font-size: 22px;
}
.manyCompanies .text-box p {
  font-family: 15px;
}
.manyCompanies .vido {
  width: 50% !important;
  height: 400px;
  border-radius: 20px;
  margin: auto !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 150px !important;
}

.footer {
  margin-top: 400px I !important;
  width: 100% !important;
  height: 500px;
  background-image: url("../../assets/images/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-brand {
  width: 117px !important;
  height: 93px !important;
  /* animation: clip 8s linear infinite;
  -webkit-animation: clip 8s linear infinite; */
}

.navbar-nav {
  gap: 12px !important;
}

.nav-item {
  background-color: var(--light-color) !important;
  border-radius: 150px !important;
  -webkit-border-radius: 150px !important;
  -moz-border-radius: 150px !important;
  -ms-border-radius: 150px !important;
  -o-border-radius: 150px !important;
  padding: 10px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.nav-item a {
  color: var(--main-color) !important;
  font-weight: bold !important;
}
.nav-item.active,
.nav-item:hover {
  background-color: var(--main-color) !important;

  border-radius: 150px !important;
}
.nav-item.active a,
.nav-item:hover a {
  color: #fff !important;
}

@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
    clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
    clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 10px !important;
  border-radius: 10px !important;
  background-color: #4f2396 !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
} /*# sourceMappingURL=style.css.map */

/* Home */
.contact-btn {
  background-color: #4f2396;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 30px;
  color: #fff;
  border-radius: 40px;
  border: none !important;
  transition: 0.5s;
}
/* button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */
/* Footer */
footer .foot {
  background-color: #4f2396;
  padding-right: 6em;
  color: #fff;
  max-width: 100% !important;
}
footer .svg {
  width: 100%;
}
.arrow {
  stroke-width: 0.3px;
  stroke: yellow;
}
.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  fill: #4f2396;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4f2396;
  stroke-width: 0.5;
  opacity: 0.6;
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  filter: url(#goo);
}
#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: 0.6;
}
#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
footer .download-btn {
  padding: 9px 25px;
  border-radius: 40px;
}
footer .down-text {
  font-size: 7px;
  text-align: end;
}
footer .sec-icon a {
  width: 35px;
  height: 35px;
  color: #4f2396;
  background-color: #fff;
  border-radius: 50%;
}
footer .sec-icon a:hover {
  color: #4f2396;
  background-color: #fff;
}
footer .line {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* Contact Us */

.countact-us {
  margin-top: 100px !important;
}
.countact-us span {
  font-size: 14px;
  margin: 10px 0 !important;
}
.countact-us h2 {
  font-family: boldd;
  color: var(--main-color);
}
.countact-us h3 {
  font-family: boldd;
}
.countact-us .bg {
  background-image: url("../../assets/icons/Triangle.png");
  background-repeat: no-repeat;
  background-position: bottom !important;
  background-size: 50%;
}
.countact-us .bg2 {
  background-image: url("../../assets/icons/Oval.png");
  background-repeat: no-repeat;
  background-position: bottom !important;
}
.countact-us form .input-container {
  position: relative;
  margin: 20px;
  min-width: 100% !important;
}
.countact-us form .input-container label {
  position: absolute;
  top: -10px;
  right: 10px;
  background: white;
  padding: 0 5px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.countact-us form .input-container input,
.countact-us form textarea {
  /* width: 90%; */
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.countact-us form .input-container input::-moz-placeholder {
  color: gray;
  font-size: 14px;
}
.countact-us form .input-container input::placeholder {
  color: gray;
  font-size: 14px;
}
.countact-us form .w100 {
  width: 100% !important;
}
.countact-us form button {
  margin-right: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 20px !important;
  font-size: 20px;
  color: white;
  font-family: boldd;
  border-radius: 15px;
  border: none !important;
  outline: none;
  background-color: var(--main-color);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.countact-us form button img {
  margin-top: 7px;
}

@media (max-width: 678px) {
  .input-container input,
  textarea {
    width: 100% !important;
  }
} /*# sourceMappingURL=style.css.map */
/* Footer Wave Animation */
.wave {
  animation: wave 3s linear infinite; /* Continuous animation */
  fill: #4f2396; /* Base color */
}

@keyframes wave {
  0% {
    transform: translateX(0); /* Start position */
  }
  100% {
    transform: translateX(-100%); /* End position (shifts entire wave left) */
  }
}

#wave2 {
  animation: wave 5s linear infinite reverse; /* Moves in reverse for layering */
  opacity: 0.6; /* Slightly transparent */
}

#wave3 {
  animation: wave 7s linear infinite; /* Slower wave */
  opacity: 0.3; /* More transparent for depth */
}

.gooeff {
  filter: url(#goo);
  /* Keeps the gooey effect */
  -webkit-filter: url(#goo);
}


@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }

  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.twiter {
  animation: vibrate 5s infinite linear !important;
  -webkit-animation: vibrate 5s infinite linear !important;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }

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

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

  60% {
    transform: translate(10px, 10px);
  }

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

  100% {
    transform: translate(0);
  }
}
@media (max-width: 678px) {
  .foot {
    padding-right: 10px !important;
  }
  .blog-card img:not(button img) {
    width: 100% !important;
  }
  .companiesDirectory {
    margin-top: 50px !important;
  }
  .action {
    margin-top: 34px !important;
  }

  .manyCompanies .vido {
    width: 77% !important;
    height: 315px;
  }
  .manyCompanies {
    height: 106vh;
  }
  .manyCompanies .group-img {
    margin-top: -50px !important;
  }
}
@media (max-width: 376px) {
  .manyCompanies .vido {
    height: 166px !important;
  }
}
.foot a {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
 
}
.foot a:hover,
.foot p:hover {
  color: #00bcd4 !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -7px !important;
}


/* adding privcy text  */
.privacy-content{
  min-height: 100vh ;
  /* background-image: url("../../assets/images/Bitmap\ 1.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  background-attachment: fixed;
}
.privacy-content img{
  width: 40px;
  height: 40px;

}
.collectionInfo{
  font-weight: bold;
}
.collectType{
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 5px;
  font-weight: 600;
}
.collectType img {
  margin-top: 2px;
  width: 15px;
  height: 15px;
}
.informationTitle{
  text-align: start;
  margin: 5px 0;
}
.informationTitle span{
  font-weight: 600;
  margin-top: 5px;

}
.moreInfo li{
  list-style: none;
}
*{
  transition: 0.8s !important;
}

.discription{
  text-align: start ;
}


.xicon{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.xicon svg{
  width: 20px;
  height: 20px;
  fill: #4f2396 !important;
}


.btnhover:hover{
  background-color: #8b5ad5 !important;
  transform: translateY(-5px) ;
}

.card-des {
  font-size: 12px !important;
  margin:3px 0 !important;
  font-weight: 700 !important;
}

.googlePlay{
  background: #ffa060  !important;
  color: white  !important;
  border: none  !important;
  padding: 10px  !important;
  border-radius: 17px  !important;
}