@font-face{
  src: url('../fonts/IBMPlexSansArabic-Regular.ttf');
  font-family: 'IBM' ;
}
@font-face{
  src: url('../fonts/aeoniktrial-regular.otf');
  font-family: 'aeoniktrial' ;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}
.footer__content{
  margin-right: 30px ;
  margin-left: 30px ;
}
.footer__content_edit {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .footer__content_edit {
    flex-direction: row;
  }
}
.apps_content{
  position: relative;
}
.apps__img{
  position: absolute;
  top: 0 ;
  inset-inline-end: 0;
}
*{
  margin: 0;
  padding: 0;
  font-family: 'IBM' , sans-serif ;
}
html {
  scroll-behavior: smooth;
}
.hero_bg{
  position: absolute;
  z-index: -25;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover ;
}
@keyframes bounceFade {
  0%, 100% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.animate-bounce-fade {
  animation: bounceFade 2s ease-in-out infinite alternate;
}

.sponser {
  margin: 20px 0;
}

.sponser_img {
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
}

.sponser_img:first-child {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.sponser_img:last-child {
  border-end-end-radius: 0.5rem;
  border-start-end-radius: 0.5rem;
}
section{
  margin:30px;
  border-radius: 24px;
  overflow: hidden;
}
.line-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  pointer-events: none;
}

.word {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: white;
}




.app_links,
.qr_codes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  min-height: 50px;
  position: relative;
}

.app_links a {
  display: block;
  transition: transform 0.3s ease;
}

.app_links a:hover {
  transform: scale(1.05);
}

.app_links img,
.qr_codes img {
  width: auto;
}

.fade-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}

.fade-slide.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  position: static;
}

.placeholder-img {
  display: flex;
  align-items: center;
  justify-content: center;
}


.qr-placeholder {
  width: 100px;
  height: 100px;
}

.mobile-placeholder {
  width: 300px;
  height: 500px;
  margin: 0 auto;
}

html[dir="rtl"] .liner {
  rotate: 330deg !important;
}
.count__content{
  min-height: 200px !important ;
  width: 380px !important;
  align-items: start !important;
}
.count__text{
  justify-content: start !important; 
}

.about-text{
  padding-inline-start: 40px !important;
  margin-top: 15px !important;
}
@media (max-width: 1023px) {
  .about-text{
    margin-top: 40px !important;
  }
}
.app_links__qr{
  padding-bottom: 15px;
}
.input__dev{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

@keyframes revealWord {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
