
	 body {
  margin: 0;
  font-family: Arial, sans-serif;
  direction: ltr;
  background: #f4f4f4;
  color: #333;

}

		
.header-with-video {
  position: relative;
  overflow: hidden;
  height: 600px; /* ارتفاع هدر رو تنظیم کن */
  display: flex;
			flex-direction: column;
   justify-content: flex-start; /* محتوا رو به بالای هدر می‌چسبونه */
  padding-top: 10px; /* فاصله از بالا برای زیبایی */
  color: #fff;
}
		

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 10; /* شفافیت ویدیو */
}

.navbar {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* رنگ مشکی با شفافیت */
  z-index: 1;
}

.navbar {
  position: relative;
  z-index: 2; /* بالاتر از overlay و ویدیو */
}
.logo.vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	
	
}

.logo.vertical span {
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
	
}

.menu {
  list-style: none;
  display: flex;
  gap: 25px;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
header {
  background-color: #111;
  padding: 15px 30px;
}

		.intro-text {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
  color: #333;
}
		
		.brand-ticker {
  width: 100%;
  overflow: hidden;
  background: #111;
  padding: 10px 0;
}
		

.ticker-track {
  display: flex;
  width: calc 800%;    /* tedade pakhsh shodane logoha*/
  animation: scroll-left 30s linear infinite;
  gap: 60px;
  padding-left: 20%; /* شروع حرکت از بیرون تصویر */
}

.ticker-item {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-size: 1px;
  opacity: 0.8;
}
	
	.ticker-track img {
  height: 60px;
  margin: 0 20px;
  flex-shrink: 0;
  filter: grayscale(100%); /* اختیاری: برای استایل دادن */
  transition: filter 0.3s;
}

.logo-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
	
	

/* انیمیشن حرکت به چپ */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.intro-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 17px;
  line-height: 5.8;
  margin-bottom: 20px;
}
.navbar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.menu {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
}

.menu li a:hover {
  color: #ffcc00;
}
.intro {
  text-align: center;
  padding: 50px 20px;
}

.video-wrapper {
  max-width: 640px;
  margin: 20px auto;
}

video {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 8px;
}
	.logo.vertical {
  display: flex;
  flex-direction: column;
  align-items: center; /* یا center برای وسط‌چین */
  text-decoration: none;
}

.logo.vertical img {
  height: 140px;
  width: auto;
}

.logo.vertical span {
  margin-top: -40px; /*baraye fasele esm az logo*/
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
		
		@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo.vertical {
    align-items: center;
    margin-bottom: 20px;
	  
  }

  .menu {
    flex-direction: column;
    gap: 80px;
  }
}
		
		
		/*baraye logo of brands*/
		
		.ticker-item img {
  height: 30px;
  width: auto;
flex-direction: column;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.ticker-item img:hover {
  opacity: 1;
}

	
	.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.hero-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.hero-video {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.hero-video video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
		@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 40px 20px;
	   align-items: center;
  }

  .hero-text,
  .hero-video {
    max-width: 100%;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 26px;
  }

  .hero-text p {
    font-size: 16px;
  }
}
		/* Animation base styles */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
}

/* Delay for video so they animate با فاصله */
.delay-1 {
  animation-delay: 0.5s;
}

/* Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
		
	.video-grid {
  display: grid;
  grid-template-columns: repeat("auto-fit, minmax(300px, 1fr)");
  gap: 30px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background:#fafafa; /* رنگ پس‌زمینه بسیار ملایم */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.02);
}


.video-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-card video {
  width: 100%;
  height: auto;
  display: block;
}

.video-card p {
  padding: 15px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-align: center;
}	
	.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.hero-section.reverse {
  flex-direction: row-reverse;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.hero-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.hero-video {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.hero-video video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* Responsive: stacked in mobile */
@media (max-width: 768px) {
  .hero-section.reverse {
    flex-direction: column;
	   align-items: center;
  }

  .hero-text, .hero-video {
    max-width: 100%;
    text-align: center;
  }
}	
	  .hero-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  background-color:#E4E4E4; /* پس‌زمینه خیلی روشن */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.10); /* سایه خیلی ملایم */
  border: 1px solid #eee;
}

		
		@media only screen and (max-width: 767px) {
  .studio-banner {
    background-size: cover;
	   align-items: center;
  }
  .studio-banner h2 {
    font-size: 24px;
  }
  .studio-banner p {
    font-size: 15px;
  }
  .studio-banner .overlay {
    padding: 20px;
    text-align: center;
  }
}
		
		.studio-banner {
  position: relative;
  background-image: url('images/studio.jpg'); /* مسیر عکس فضای استودیو */
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.studio-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* شفافیت روی بک‌گراند */
  z-index: 1;
}

.studio-banner .overlay {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 30px;
}

.studio-banner h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.studio-banner p {
  font-size: 17px;
  line-height: 1.8;
  color: #ddd;
}
		
		
		
		.custom-line {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 60px auto 40px;
  width: 80%;
}
	
	
.contact-form {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 15px;
}

.contact-form form button {
  width: 100%;
  padding: 12px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form form button:hover {
  background-color: #444;
}
	
	.about-us {
  padding: 50px 20px;
  background-color: #000;
}

.about-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-item img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px; /* فاصله بین عکس و متن */
  transition: transform 0.3s ease;
}

.about-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.about-item .about-text {
  flex: 1;

  color: #fff;
}

.about-text h3 {
  margin-top: 0;
  font-size: 20px;
  color: #f39c12;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
}



	  
  
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 30px 20px;
  font-family: sans-serif;
}
	
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	 height: auto;
	width: auto
}

.footer-section {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.footer-left p {
  margin: 5px 0;
  font-size: 15px;

}

.footer-center a {
  color: #fff;
  margin: 5px;
  font-size: 20px;
  transition: transform 0.3s ease;

}

.footer-center a:hover {
  transform: scale(1.2);
  color: #f0f0f0;
	}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
	 
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 1px;
	
}

.brand-name {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
	
}

	.copyright{
		
		text-align: center;
		padding: 15px 0;
		font-size: 14px;
		color: #777;
		background-color: #000;
	}
/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-section {
    margin-bottom: 15px;
  }
}
/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .about-item {
    flex-direction: column;
    text-align: center;
    padding: '20x';
}
  .error-message {
    color: red;
    font-size: 0.85em;
    margin-top: 4px;
    display: none !important ;
  }

  .error {
    border-color: red;
  }


	
}