/*
Theme Name: Iman Diba Academy
Theme URI: https://amozeshavaz.com
Author: MSB Web
Author URI: https://msbweb.ir
Description: قالب رسمی آکادمی آواز ایمان دیبا
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: iman-diba-academy
*/

body {
  font-family: 'Vazirmatn', sans-serif;
  background: #fdfdfd;
  margin: 0;
  padding: 0;
  color: #333;
}
header#hero {
    position: relative;
    background-image: url(https://amozeshavaz.com/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #f7d976;
    padding: 1rem 0rem 0px 0.5rem;
    text-align: center;
    overflow: hidden;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0 0 50px #f7d976;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
header#hero canvas#bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
header#hero > div.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
header#hero .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.logo {
  width:80px;
  height:80px;
  margin: 0 auto;
  filter: drop-shadow(0 0 12px #f7d976);
}

header#hero .logo {
  width: 80px;
  height: 80px;
  margin-bottom: 0.8rem;
  filter: drop-shadow(0 0 12px #f7d976);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header#hero h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
header#hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  color: #fff8dc;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
.btn {
  background-color: #b8860b; /* طلایی */
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Vazirmatn', sans-serif;
  box-shadow: 0 0 10px #f7d976;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover {
  background-color: #f7d976;
  color: #000;
  box-shadow: 0 0 20px #b8860b;
}
.container {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
}
h1,
h2,
h3 {
  color: #b8860b;
}
.form-group {
  margin-bottom: 1rem;
}
input[type='text'],
input[type='tel'],
input[type='email'] {
  width: 97%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Vazirmatn', sans-serif;
}
.success-box {
  background: #e9ffe9;
  border: 1px solid #38a169;
  padding: 1rem;
  border-radius: 10px;
  color: #22543d;
}
.bio {
  margin-top: 2rem;
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 10px;
  text-align: justify;
}
footer {
  background: linear-gradient(90deg, #f7d976, #b8860b);
  color: #1a1a1a;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.6);
  border-radius: 20px 20px 0 0;
}
footer .social-icons {
  margin: 1rem 0 0.5rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
footer .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  color: #b8860b;
  font-size: 18px;
  line-height: 32px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(184, 134, 11, 0.8);
  text-decoration: none;
}
footer .social-icons a:hover {
  background: #b8860b;
  color: #fff;
  box-shadow: 0 0 15px #f7d976;
}
footer a {
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: underline;
}

/*ویدیو استایل هنرجویان*/
.video-slider {
direction: rtl;
}
.video-item {
padding: 10px;
box-sizing: border-box;
}
.video-item video {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 4px 20px rgb(229 193 87);
}

/*لودینگ*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111; /* رنگ تیره برای حس موسیقیایی */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-top: 6px solid #ff2d75; /* رنگ صورتی متناسب با فضای موسیقی */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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