.rtl{
    direction: rtl;
}

nav{
    z-index: 2;
    position: relative;
}

.NavLogo{
    width: 100px;
    border-radius: 15px;
}

.btnNav{
    width: 150px;
    height: auto;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    border: none;
    background-color: #00DBCC;
    font-weight: bold;
}

.slider{
    transform: translateY(-108px);
    z-index: 1;
}

.slide1Image1{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slide1 {
    position: relative;
}

.centeralMaker{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered-text {
    background-color: rgba(255, 255, 255, 0.3); /* رنگ با شفافیت */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(8px); /* برای سازگاری Safari */
    padding: 25px 50px;
    border-radius: 10px;
}

.SliderBtn{
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background-color: #00A99D;
    border: none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

/* ریسپانسیو برای سایزهای متوسط (تا 1400px) */
@media (max-width: 1400px) {
    nav ul {
      gap: 15px;
    }
  
    .btnNav {
      padding: 6px 14px;
      font-size: 14px;
    }
  
    .NavLogo {
      max-width: 90px;
    }
  }

.WhiteBold {
    color: white;
    font-weight: bold;
}
  
.AboutNavbar {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: absolute; /* فقط داخل سکشن */
    top: 50%;
    left: 0; /* فاصله از لبه‌ی چپ نمایشگر */
    transform: translateY(-50%);
    z-index: 1000; /* همیشه روی همه چیز دیده بشه */
  }
  
  .AboutDots {
    background-color: #00A99D;
    color: #00A99D;
    width: 20px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .AboutDots.active {
    background-color: #333;
    transform: scale(1.5);
  }

.aboutApp {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.aboutSlides {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease;
}

.aboutSlide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-shrink: 0;
}

.AboutDots.active {
  background: #008177;
  color: #008177;
}


.aboutImage{
    width: 100%;
    max-width: 550px;
}

.securite{
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.secouImage{
    width: 100%;
}

.card-sec{
    border: #00A99D 1px solid;
    border-radius: 25px;
    padding: 20px;
}

.backup{
    width: 100%;
}

.backup-btn{
    background-color: #00A99D;
    width: 500px;
    border-radius: 100px;
    border: none;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.CliamReward{
    background-color: #000;
    overflow: hidden;
}

.cashRainleft{
    position: absolute;
    width: 100%;
    max-width: 299px;
    transform: scaleX(-1);
    left: 0;
}

.cashRainright{
    position: absolute;
    width: 100%;
    max-width: 299px;
    right: 0;
}

.RewardImage{
    width: 100%;
    max-width: 649px;
}

footer{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(../images/home/FooterPattern.jpg);
    background-size: cover;       /* تصویر کل فوتر رو پر کنه */
    background-position: center;  /* تصویر وسط قرار بگیره */
    background-repeat: no-repeat; /* از تکرار تصویر جلوگیری کنه */
    padding: 40px 20px;           /* فاصله بالا و پایین بیشتر برای جذابیت */
    color: #fff;                  /* متن سفید برای کنتراست با تصویر */
    text-align: center;           /* متن وسط چین */
}

.DownloadList img{
    width: 150px;
}

.DownloadList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 400px;
}

.footerLogo{
    width: 150px;
    border-radius: 25px;
}

.FooterNavbar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 400px;
}

.FooterNavbar a{
    color: #ffffff;
    text-decoration: none;
}

.footerDiscription{
    width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.footerDiscription p{
    text-align: right;
}

.brand-slider .owl-stage {
    display: flex !important;
    justify-content: center; /* وسط‌چین افقی */
    align-items: center;     /* وسط‌چین عمودی */
}

.brand-slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.FAQdiv{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.ImageFAQ{
  width: 100%;
  max-width: 550px;
}

.faq{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.QoustionBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 10px 30px;
    background-color: #D9D9D9;
    border-radius: 100px;
    width: 100%;
}

.Qoustion{
    transform: translateY(3px);
}

.Answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
    background-color: #00A99D;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  
  .Answer.open {
    max-height: 500px;
    padding: 15px 30px;
    color: #ffffff;
  }
  
  .toggleBtn {
    width: 100%;
    max-width: 20px;
    transition: transform 0.3s ease;
  }
  
  .QoustionBox.active {
    border-radius: 25px 25px 0 0; /* گردی فقط بالا بمونه */
    background-color: #008177;
    color: #fff;
  }

.CenterNav{
  gap: 50px;
}

@media (max-width : 1400px) {
  .CenterNav{
    gap: 25px;
  }
}

@media (max-width: 992px) {

  .Res992{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cashRainleft , .cashRainright{
    display: none;
  }

  .FAQdiv{
    flex-direction: column;
  }

  .aboutImage{
    width: 200px;
  }

  .aboutSlide{
    flex-direction: column;
    height: auto;
  }

  nav.NavigitorBar {
      display: none !important;
  }

  .slider{
    transform: translateY(0px);
    z-index: 1;
  }
}

@media (max-width : 768px) {
  .footerDiscription{
    display: none;
  }
}

@media (max-width : 400px) {
  .Qoustion{
    font-size: 14px;
  }

  .Answer{
    font-size: 14px;
  }
}