body {
    background-color: #F6F8FB;
    font-family: VazirRegular;
    text-align: right;
}

.rtl { direction: rtl !important;}

h1 {font-size: 48px;}

h2 {font-size: 36px;}

h3 {font-size: 28px;}

h4 {font-size: 24px;}

h5 {font-size: 18px;}

p {font-size: 16px;} 

a{color: #000000 !important; text-decoration: none !important; font-size: 18px;}

.rtl {direction: rtl;} .ltr{direction: ltr;}

.gap-25{gap: 25px;}

.gap-5 {gap: 5px;}

.Transfotm5{transform: translateY(5px);}

.BorderRedius100{border-radius: 100px;}

.BorderRedius25{border-radius: 25px;}

.Logo{width: 200px;}

nav {
  display: flex;
  justify-content: center; 
  gap: 20px;
  align-items: center; 
  transform: translateY(20px);
}

.NavBtns{display: flex; justify-content: center; gap: 12px;}

.VideoFrame {
  position: relative;    
  width: 100%;
  height: 100vh;         
  overflow: hidden;     
}

.bg-video {
  position: absolute;    
  inset: 0;               
  width: 100%;
  height: 100%;
  object-fit: cover;     
  z-index: 0;           
  pointer-events: none;   
}

.VideoData {
  transform: translateY(300px);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 2;
}

nav.container {
  position: relative;
  z-index: 3;
}

.VideoFrame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  pointer-events: none;
}

@keyframes fadeOut {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(10px); }
}
.fade-out {
  animation: fadeOut 0.4s forwards;
}

@keyframes dropIn {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.drop-in {
  animation: dropIn 0.5s forwards;
}

.BrandsInCoap{
}

.BrandsInCoapData h2{
  text-align: right;
}

.BrandsInCoap div{
  display: flex; justify-content: space-between;
  align-items: center;
}

.Triler{
  width: 100%;
  max-width: 500px;
}

.Triler2{
  width: 100%;
  max-width: 500px;
  height: 250px;
}

.BrandsInCoapData {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.BrandsInCoapData img{
  width: 110px;
  height: 70px;
}

#brand-container{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.AboutNavBtns{
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 25px;  
  transform: translateY(300px);
}

.AboutNavBtns div{
  width: 20px; height: 20px;
  border-radius: 100px;
  background-color: #FAAE1C;
  opacity: 0.5; cursor: pointer;
  transition: ease-in-out 0.25s;
}

.AboutNavBtns .Active{
  transform: scale(1.04); opacity: 1;
}

.AboutData div{display: none;} .AboutData .Active{display: block;}

.IranMap{display: flex; justify-content: space-between;
  align-items: center;}

.IranMap img {
  width: 100%;
}

.IranMapData{
  border-radius: 20px;
  width: 500px;
}

.IranMapData h2{text-align: center;}

.IranMapIcons {display: flex; justify-content: center; gap: 50px;}


.BorderRight{border-right: #65308F 2px solid; padding-right: 50px;}
.BorderLeft{border-left: #65308F 2px solid; padding-left: 50px;}

.LogoTudidNow{
  position: absolute;
  right: 0;
}

.TudidAppSecon{
  position: absolute;
  right: 25px;
  transform: translateY(-25px);
}

.TudidNowLogo{
  width: 150px;
}

.TudidAppImg{
  background-image: url(../images/Home/TudidApp.jpg);
  background-repeat: no-repeat;
}

.TudidBtns{
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  align-items: end;
  left: 10px;  
}

.TudidBtns div{
  background-color: #65308F;
  opacity: 0.5; cursor: pointer;
  width: 30px; height: 20px;
  border-radius: 100px;
}

.TudidBtns .Active{
  opacity: 1; width: 50px;
}



.TudidDatas > div { display: none; }
.TudidDatas > div.Active { display: block; }


.footerLogo{width: 200px;} .ArrowDown{width: 50px;}

.ActiviteNew {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  transform: translateY(0) scale(1);
}

/* هاله‌ی سکسی */
.ActiviteNew::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 180deg,
    #FAAE1C,
    #65308F,
    #4004a0,
    #ffbb3d
  );
  filter: blur(60px);
  opacity: 0;
  transition: opacity .5s ease, transform .5s ease;
  transform: rotate(0deg);
  z-index: -1;
}

.ActiviteNew:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 45px rgba(155, 6, 145, 0.35);
  backdrop-filter: blur(6px);
}

.ActiviteNew:hover::before {
  opacity: 1;
  transform: rotate(160deg);
}


.FAQCo {
  background-color: #CACACA;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.6s ease;
}

/* دو لایه بک‌گراند */
.FAQCo::before,
.FAQCo::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  right: 0;
  z-index: 1;
  transition: width 0.45s ease;
}

/* لایه اول - FAAE1C */
.FAQCo::before {
  background: #FAAE1C;
  transition: width 0.40s ease;
}

/* لایه دوم - 65308F */
.FAQCo::after {
  background: #65308F;
  transition: width 0.65s ease; /* دیرتر → دو لایه‌ای واقعی */
}

.FAQCo:hover::before {
  width: 100%;
}

.FAQCo:hover::after {
  width: 100%;
}

/* نوشته‌ها در هاور سفید بشن */
.FAQCo:hover h5 {
  color: #fff;
  z-index: 2;
}





/**************************************************/

.LogoHeaderForm{
  width: 100%;
  max-width: 120px;
}

.form input , textarea , .select {
  width: 100%;
  padding: 15px;
  border: #65308F 1px solid;
  border-radius: 25px;
  font-size: 18px;
}

.ErrorMassage{
  color: #c40202;
}

.ErrorMassage{
  display: none;
}

.NameSirnameContiner , .StateAvailable{
  display: flex; justify-content: center; gap: 25px;
}

@media (max-width :  575px) {
  .PhoneNumContainer , .NameSirnameContiner , .StateAvailable{
    flex-direction: column;
  }
}

.dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #65308F;
  width: 100%;
  border-radius: 25px;
  max-height: 0;
  text-align: right;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  color: #ffffff;
}
.dropdown.show {
  max-height: 150px; /* ارتفاع کافی برای سه گزینه */
  opacity: 1;
}
.dropdown div {
  padding: 10px;
  cursor: pointer;
}
.dropdown div:hover {
  background-color: #FAAE1C;
  color: #000000;
}
.dropdown-container {
  position: relative; /* برای قرارگیری dropdown زیر input */
  display: inline-block;
  width: 100%;  
  cursor: pointer;
}

.Active img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.TudidNowSectionRight{

  display: flex; justify-content: center; align-items: flex-end;

}

