body {
    font-family: 'Segoe UI', sans-serif;
    scroll-behavior: smooth;
    margin:0;
    position: relative;
    min-height:100vh;;
    font-family: 'Vazirmatn', sans-serif;




}


@font-face{
font-family: 'Vazir';
src: url('../fonts/vazir.woff2') format('woff2'),
     url('../fonts/vazir.woff') format('woff');
font-weight: normal;
font-style: normal;
}


body::before{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    filter:blur(8px);
    z-index:-1;
}


.top-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.roginteb {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.h1{
    font-size: clamp(0.45rem,1.5vw,3rem);
    text-align: center;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    padding: 8px 18px !important;
    border-radius: 30px;
    color: white !important;

}

.logo{
    height:80px;
    transition: all .4s ease;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.4));
}
.logo_1{
    height:60px;
    transition: all .4s ease;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.4));
}

.logo:hover,
.logo_1:hover{
    transform: scale(1.1) rotate(-2deg);
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.9));
}


.logo{
    animation: slideLeft 1s ease forwards;
}

.logo_1{
    animation: slideRight 1s ease forwards;
}






.floating-social{
position:fixed;
bottom:110px;
left:25px;
display:flex;
flex-direction:column;
gap:12px;
z-index:9999;
}

.social-btn{
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:white;
text-decoration:none;
box-shadow:0 6px 20px rgba(0,0,0,0.2);
transition:0.3s;
}

.social-btn:hover{
transform:scale(1.1);
}

.whatsapp{
background:#25D366;
}

.instagram{
background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}





.support-container{
    position: fixed;
    bottom: 30px;
    left: 25px;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.support-btn{
    width:40px;
    height:40px;
    background:linear-gradient(135deg,#f10000,#6366f1);
    border-radius:50%;
    /* #f10000,#6366f1 */
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgb(255, 255, 255);
    font-size:26px;
    cursor:pointer;
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
    transition:0.3s;
}

/* popup box */
.support-box{
    margin-left:12px;
    background:white;
    padding:15px 18px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    opacity:0;
    transform:translateX(-20px);
    pointer-events:none;
    transition:0.35s;
    min-width:180px;
}

.support-box p{
    margin:0;
    font-weight:bold;
    margin-bottom:8px;
}

.support-box a{
    display:block;
    text-decoration:none;
    color:#333;
    margin-top:5px;
    font-size:14px;
}

/* hover effect */
.support-container:hover .support-box{
    opacity:1;
    transform:translateX(0);
    pointer-events:auto;
}

.support-container:hover .support-btn{
    transform:scale(1.1);
}











.call-btn{
background:linear-gradient(90deg,#00c6ff,#0072ff);;
color:white;
padding:6px 18px;
border-radius:20px;
margin-left:15px;
font-size:14px;
font-weight:500;
text-decoration:none;
transition:0.3s;
}


.navbar-nav{
align-items:center;
}

.call-btn{
display:inline-flex;
align-items:center;
justify-content:center;
height:32px;
line-height:1;
position:relative;
top:0;
}


.galaxy-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

/* ================= BACKGROUND EFFECTS ================= */

.nav-nebula {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0,255,255,0.08), transparent 40%),
              radial-gradient(circle at 80% 50%, rgba(255,0,255,0.05), transparent 45%);
  filter: blur(40px);
  animation: navNebulaMove 15s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes navNebulaMove {
  from { transform: translateX(0px) scale(1); }
  to { transform: translateX(40px) scale(1.1); }
}

.nav-scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.02) 1px,
    transparent 4px,
    transparent 8px
  );
  opacity: 0.12;
  z-index: 1;
}

/* ================= CONTENT LAYER ================= */

.nav-content {
  position: relative;
  z-index: 2;
}

/* ================= LINKS ================= */

.nav-link {
  color: #fff !important;
  margin: 0 12px;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
  padding: 6px 0;
}

/* hologram underline */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #00f7ff, #ff00ff);
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0,247,255,0.5);
}

.nav-link:hover {
  color: #00f7ff !important;
  transform: translateY(-2px);
}

.nav-link:hover::after {
  width: 100%;
}

/* ================= ACTIVE STATE ================= */

.nav-link.active {
  color: #00f7ff !important;
}

.nav-link.active::after {
  width: 100%;
}

/* ================= BUTTON ================= */

.call-btn {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0,198,255,0.2);
}

.call-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0,198,255,0.5);
}

/* ================= FLOAT IN ANIMATION ================= */

.nav-advanced .nav-item {
  opacity: 0;
  transform: translateY(-10px);
  animation: navFade 0.6s ease forwards;
}

.nav-advanced .nav-item:nth-child(1) { animation-delay: 0.1s; }
.nav-advanced .nav-item:nth-child(2) { animation-delay: 0.2s; }
.nav-advanced .nav-item:nth-child(3) { animation-delay: 0.3s; }
.nav-advanced .nav-item:nth-child(4) { animation-delay: 0.4s; }
.nav-advanced .nav-item:nth-child(5) { animation-delay: 0.5s; }
.nav-advanced .nav-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes navFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.products-section{
background:transparent;
}

.product-title{
font-weight:700;
font-size:34px;
color:#1c1c1c;
}


.product-filter{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.filter-btn{
border:none;
padding:10px 22px;
border-radius:30px;
background:#f2f2f2;
font-weight:500;
transition:0.3s;
}

.filter-btn:hover{
background:#0d6efd;
color:white;
}

.filter-btn.active{
background:#0d6efd;
color:white;
}


.product-card{
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.35s;
height:100%;
}

.product-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

.product-item{
display:block;
}

.product-image{
overflow:hidden;
height:200px;
display:flex;
align-items:center;
justify-content:center;
}

.product-image img{
width:100%;

transition:0.4s;
}

.product-card:hover img{
transform:scale(1.08);
}


.product-info{
padding:20px;
text-align:center;
}

.product-info h5{
font-weight:600;
margin-bottom:8px;
}

.product-info p{
font-size:14px;
color:#777;
}


.product-actions{
list-style:none;
padding:0;
margin-top:10px;
}

.product-actions li{
display:inline-block;
}

.product-btn{
display:inline-block;
padding:10px 20px;
border-radius:30px;
background:linear-gradient(45deg,#00c6ff,#0072ff);
color:white;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.product-btn:hover{
opacity:0.85;
transform:scale(1.05);
}

.product-image{
height:220px;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
background:#f8f8f8;
}

.product-image img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}

.product-card{
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.35s;
height:100%;
display:flex;
flex-direction:column;
}


/* MODAL BACKGROUND */
.product-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
animation:fadeIn 0.3s ease;
}

/* MODAL BOX */
.modal-content{
background:white;
width:80%;
max-width:900px;
border-radius:15px;
padding:20px;
position:relative;
animation:slideUp 0.4s ease;
}

/* IMAGE */
.modal-img{
width:100%;
height:400px;
object-fit:cover;
border-radius:10px;
margin-bottom:20px;
}

/* TEXT */
.modal-info h2{
margin-bottom:10px;
}

.modal-info p{
color:#555;
line-height:1.6;
}

/* CLOSE BUTTON */
.close-btn{
position:absolute;
top:10px;
right:15px;
font-size:30px;
cursor:pointer;
}

footer{
font-family:'Vazirmatn', sans-serif !important;
}



.galaxy-footer {
  position: relative;
  background: #000;
  overflow: hidden;
  color: white;
  padding: 80px 40px 30px;
  font-family: Arial, sans-serif;
}

/* ================= NEBULA ================= */
.nebula {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0,255,255,0.08), transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(255,0,255,0.06), transparent 45%);
  filter: blur(60px);
  animation: nebulaMove 18s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes nebulaMove {
  from { transform: scale(1) translateY(0); }
  to { transform: scale(1.2) translateY(-40px); }
}

/* ================= STARS ================= */
.stars::before,
.stars2::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(white 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.2;
  animation: moveStars 80s linear infinite;
}

.stars2::before {
  opacity: 0.12;
  animation-duration: 140s;
}

@keyframes moveStars {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

/* ================= SCANLINE ================= */
.scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.02) 1px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0.15;
  z-index: 1;
}

/* ================= RINGS ================= */
.ring {
  position: absolute;
  border: 1px solid rgba(0,255,255,0.2);
  border-radius: 50%;
  animation: rotate 25s linear infinite;
  z-index: 0;
}

.ring1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.ring2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-duration: 40s;
}

.ring3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 60%;
  animation-duration: 18s;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ================= CONTENT ================= */
.footer-glass {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left, .footer-links, .footer-social {
  min-width: 200px;
}

.brand {
  font-size: 28px;
  color: #00f7ff;
  text-shadow: 0 0 15px rgba(0,247,255,0.6);
}

/* ================= LINKS ================= */
.footer-links a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin: 6px 0;
  transition: 0.3s;
  position: relative;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 0;
  height: 100%;
  background: rgba(0,255,255,0.1);
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00f7ff;
  transform: translateX(5px);
}

.footer-links a:hover::before {
  width: 100%;
}

/* ================= SOCIAL ================= */
.icons span {
  display: inline-block;
  font-size: 20px;
  margin: 6px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  transition: 0.3s;
  cursor: pointer;
}

.icons span:hover {
  background: rgba(0,247,255,0.2);
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0,247,255,0.5);
}

/* ================= BOTTOM ================= */
.bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  color: #555;
}

/* ================= REVEAL ON SCROLL ================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


/* ANIMATION MOVEMENT */
@keyframes moveStars {
  from { transform: translate(0,0); }
  to { transform: translate(-800px,-600px); }
}

/* ANIMATION MOVEMENT */
@keyframes moveStars {
  from { transform: translate(0,0); }
  to { transform: translate(-800px,-600px); }
}


/* ANIMATIONS */
@keyframes fadeIn{
from{opacity:0;}
to{opacity:1;}
}

@keyframes slideUp{
from{transform:translateY(50px); opacity:0;}
to{transform:translateY(0); opacity:1;}
}


.icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.icons a {
    font-size: 28px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.icons a:hover {
    transform: translateY(-4px);
}

.social-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}


























.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
    top: 0;
    left: 0;
}

.carousel-caption {
    z-index: 10;
}

.carousel-item img {
    height: 650px;
    object-fit: cover;
}

.section-padding {
    padding: 80px 0;
}

.card-hover {
    transition: all 0.4s ease;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.stats-section {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: white;
    text-align: center;
    align-items: center; 

}
.stat-number {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;

}

.cta-section {
    background: #111;
    color: white;
    text-align: center;
    padding: 60px 0;
}

.cta-btn {
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 30px;
}





.galaxy-footer {
  position: relative;
  background: #000;
  overflow: hidden;
  color: white;
  padding: 80px 40px 30px;
  font-family: Arial, sans-serif;
}

/* ================= NEBULA ================= */
.nebula {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0,255,255,0.08), transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(255,0,255,0.06), transparent 45%);
  filter: blur(60px);
  animation: nebulaMove 18s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes nebulaMove {
  from { transform: scale(1) translateY(0); }
  to { transform: scale(1.2) translateY(-40px); }
}

/* ================= STARS ================= */
.stars::before,
.stars2::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(white 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.2;
  animation: moveStars 80s linear infinite;
}

.stars2::before {
  opacity: 0.12;
  animation-duration: 140s;
}

@keyframes moveStars {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

/* ================= SCANLINE ================= */
.scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.02) 1px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0.15;
  z-index: 1;
}

/* ================= RINGS ================= */
.ring {
  position: absolute;
  border: 1px solid rgba(0,255,255,0.2);
  border-radius: 50%;
  animation: rotate 25s linear infinite;
  z-index: 0;
}

.ring1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.ring2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-duration: 40s;
}

.ring3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 60%;
  animation-duration: 18s;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ================= CONTENT ================= */
.footer-glass {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left, .footer-links, .footer-social {
  min-width: 200px;
}

.brand {
  font-size: 28px;
  color: #00f7ff;
  text-shadow: 0 0 15px rgba(0,247,255,0.6);
}

/* ================= LINKS ================= */
.footer-links a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin: 6px 0;
  transition: 0.3s;
  position: relative;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 0;
  height: 100%;
  background: rgba(0,255,255,0.1);
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00f7ff;
  transform: translateX(5px);
}

.footer-links a:hover::before {
  width: 100%;
}

/* ================= SOCIAL ================= */
.icons span {
  display: inline-block;
  font-size: 20px;
  margin: 6px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  transition: 0.3s;
  cursor: pointer;
}

.icons span:hover {
  background: rgba(0,247,255,0.2);
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0,247,255,0.5);
}

/* ================= BOTTOM ================= */
.bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  color: #555;
}

/* ================= REVEAL ON SCROLL ================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


/* ANIMATION MOVEMENT */
@keyframes moveStars {
  from { transform: translate(0,0); }
  to { transform: translate(-800px,-600px); }
}

/* BOTTOM */
.bottom {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  opacity: 0.6;
}



#productViewer{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
color:white;
display:flex;
align-items:center;
justify-content:center;
transform:translateY(100%);
transition:0.5s ease;
z-index:9999;
}

#productViewer.active{
transform:translateY(0);
}

.viewer-content{
display:flex;
gap:60px;
width:80%;
max-width:1200px;
}

.viewer-image img{
width:450px;
border-radius:15px;
}

.viewer-info{
max-width:500px;
}

#closeViewer{
position:absolute;
top:30px;
right:40px;
font-size:30px;
background:none;
border:none;
color:white;
cursor:pointer;
}





@media (max-width: 768px) {

  /* HEADER */
  .top-header .row {
    flex-direction: row;
  }

  .logo, .logo_1 {
    height: 40px;
  }

  .h1 {
    font-size: 14px;
    padding: 6px 10px !important;
  }

  /* PRODUCTS → STACK VERTICALLY */
  .product-item {
    flex: 0 0 100%;
    max-width: 50%;
  }

  .product-card {
    margin-bottom: 15px;
  }

  /* FILTER → SIMPLE DROPDOWN BUTTON */
  .filter-menu {
    width: 100%;
  }

  .filter-toggle {
    width: 90%;
  }

  /* SOCIAL BUTTONS SMALLER */
  .floating-social {
    bottom: 90px;
    left: 10px;
  }

  .social-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  /* SUPPORT BUTTON */
  .support-container {
    left: 10px;
    bottom: 20px;
  }

}






