body {
    font-family: 'Segoe UI', sans-serif;
    scroll-behavior: smooth;
    margin:0;
    position: relative;
    min-height:100vh;;
    font-family: 'Vazirmatn', sans-serif;
}
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;
}

@font-face{
font-family: 'Vazir';
src: url('../fonts/vazir.woff2') format('woff2'),
     url('../fonts/vazir.woff') format('woff');
font-weight: normal;
font-style: normal;
}


.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);
}


h2{
  color: #0072ff;
}




.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);
}


/* ANIMATIONS */

@keyframes fadeIn{
from{opacity:0;}
to{opacity:1;}
}

@keyframes slideUp{
from{transform:translateY(50px); opacity:0;}
to{transform:translateY(0); opacity:1;}
}

@keyframes pop{
from{
transform:scale(0.7);
opacity:0;
}
to{
transform:scale(1);
opacity: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;
}


.calll-btn{

    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;



    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;
     text-decoration:none;
transition:0.3s;


}

.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;
}



.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);
  }
}






















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); }
}

/* BOTTOM */
.bottom {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  opacity: 0.6;
}

.product-page{
background:#ffffff;
color:#222;
font-family:tahoma, sans-serif;
direction:rtl;
}
.product-page{
background:#fff;
padding:60px 0;
font-family:sans-serif;
direction:rtl;
}

.product-container{
display:flex;
gap:50px;
max-width:1200px;
margin:auto;
}

.product-gallery{
flex:1;
}

.main-image{
width:100%;
border-radius:10px;
}

.thumbnail-row{
display:flex;
gap:10px;
margin-top:10px;
}

.thumbnail-row img{
width:80px;
cursor:pointer;
border-radius:6px;
}

.product-info{
flex:1;
}

.product-title{
font-size:28px;
margin-bottom:20px;
}

.price{
font-size:24px;
color:#e63946;
margin-bottom:15px;
}

.short-desc{
color:#555;
line-height:1.8;
margin-bottom:25px;
}

.buy-btn{
background:black;
color:white;
border:none;
padding:15px 40px;
cursor:pointer;
border-radius:6px;
}

.buy-btn:hover{
background:#333;
}

.product-tabs{
max-width:1200px;
margin:60px auto;
}

.tab-btn{
padding:10px 20px;
margin-left:10px;
border:none;
background:#eee;
cursor:pointer;
}

.tab-btn.active{
background:black;
color:white;
}
/* HERO */

.product-hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 8%;
gap:60px;
flex-direction:row-reverse;
}

.product-title{
font-size:40px;
margin-bottom:15px;
color:#0d6efd;
}

.product-sub{
font-size:16px;
opacity:.8;
margin-bottom:20px;
}

.product-specs{
list-style:none;
padding:0;
}

.product-specs li{
margin:10px 0;
font-size:15px;
}

/* IMAGE */

.hero-product-image{
width:420px;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
transition:.3s;
}

.hero-product-image:hover{
transform:scale(1.05);
}

.hero-product{
background:white;
padding:80px 5%;
}

.hero-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-image img{
width:100%;
max-width:1000px;
height:auto;
object-fit:cover;
border-radius:20px;
}



.hero-text{
max-width:500px;
opacity:0;
transform:translateX(-80px);
animation:slideText 1.2s forwards;
}

.hero-title{
font-size:48px;
font-weight:bold;
margin-bottom:10px;
}

.hero-sub{
font-size:24px;
color:#666;
margin-bottom:20px;
}

.hero-desc{
font-size:16px;
line-height:1.8;
color:#444;
}

@keyframes slideText{
to{
opacity:1;
transform:translateX(0);
}
}

/* SECTION TITLES */

.section-title{
font-size:28px;
text-align:center;
margin-bottom:40px;
color:#222;
}


.features{
padding:80px 5%;
background:#f9f9f9;
}

.feature-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
max-width:1200px;
margin:auto;
}

.feature img{
width:100%;
border-radius:10px;
margin-bottom:15px;
}

.feature h3{
font-size:22px;
margin-bottom:10px;
}

.feature p{
color:#555;
line-height:1.6;
}

.feature{
opacity:0;
transform:translateY(40px);
transition:0.6s;
}

.feature.show{
opacity:1;
transform:translateY(0);
}
/* VIDEO */

.product-video{
padding:70px 8%;
text-align:center;
}

.product-video video{
width:70%;
border-radius:10px;
}


/* INFORMATION */

.product-info{
padding:60px 15%;
text-align:center;
line-height:1.9;
font-size:16px;
color:#444;
}


/* FEATURES */

.product-features{
padding:70px 8%;
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature-card{
background:#ffffff;
padding:25px;
border-radius:10px;
text-align:center;
transition:.3s;
}

.feature-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}


/* EXTRA */

.product-extra{
display:flex;
align-items:center;
gap:60px;
padding:90px 8%;
flex-direction:row-reverse;
}

.product-extra img{
width:420px;
border-radius:12px;
}

.extra-text{
max-width:500px;
}

.green{
  color: #25D366;
  font: 700px;
  
}

.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);
}






.catalog-section{
    background:linear-gradient(to bottom,#f8f9fc,#ffffff);
    padding-top:80px;
    padding-bottom:80px;
}

.catalog-title{
    font-size:48px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.catalog-subtitle{
    color:#666;
    font-size:18px;
}

.catalog-card{
    background:white;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.catalog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.catalog-image{
    height:320px;
    overflow:hidden;
}

.catalog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.catalog-card:hover img{
    transform:scale(1.05);
}

.catalog-content{
    padding:30px;
    text-align:center;
}

.catalog-content h3{
    font-size:30px;
    margin-bottom:12px;
    font-weight:700;
}

.catalog-content p{
    color:#666;
    margin-bottom:25px;
    line-height:1.7;
}

.catalog-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    border-radius:50px;
    background:linear-gradient(45deg,#00c6ff,#0072ff);
    color:white;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.catalog-btn:hover{
    transform:scale(1.05);
    color:white;
    box-shadow:0 10px 25px rgba(0,114,255,0.35);
}

@media(max-width:768px){

    .catalog-title{
        font-size:34px;
    }

    .catalog-image{
        height:240px;
    }

}



@keyframes fadeIn{
from{opacity:0;}
to{opacity:1;}
}

@keyframes slideUp{
from{transform:translateY(50px); opacity:0;}
to{transform:translateY(0); opacity:1;}
}

@keyframes pop{
from{
transform:scale(0.7);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}


/* =========================================
   MOBILE RESPONSIVE VERSION
========================================= */

@media (max-width: 768px){

/* BODY */
body{
overflow-x:hidden;
}

/* TOP HEADER */
.top-header{
padding:10px 5px;
}

.logo{
height:55px;
}

.logo_1{
height:45px;
}

.calll-btn{
font-size:14px !important;
padding:8px 12px !important;
border-radius:15px;
}

/* NAVBAR */
.navbar-nav{
text-align:center;
padding-top:15px;
gap:10px;
}

.nav-link{
margin:8px 0;
font-size:14px;
}

.call-btn{
margin:10px auto;
display:flex;
width:fit-content;
}

/* HERO SECTION */
.hero-product{
padding:40px 20px;
}

.hero-container{
flex-direction:column;
text-align:center;
gap:30px;
}

.hero-image img{
width:100%;
max-width:100%;
height:auto;
border-radius:15px;
}

.hero-text{
max-width:100%;
transform:none;
animation:none;
opacity:1;
}

.hero-title{
font-size:32px;
}

.hero-sub{
font-size:18px;
}

.hero-desc{
font-size:14px;
line-height:1.9;
}

/* FEATURES GRID */
.feature-grid{
grid-template-columns:1fr;
gap:30px;
}

.feature h3{
font-size:20px;
}

.feature p{
font-size:14px;
}

/* VIDEO */
.product-video{
padding:40px 20px;
}

.product-video video{
width:100%;
border-radius:15px;
}

/* PRODUCT INFO */
.product-info{
padding:40px 20px;
font-size:14px;
line-height:2;
}

/* FEATURE CARDS */
.features-grid{
grid-template-columns:1fr;
gap:20px;
}

.feature-card{
padding:20px;
}

/* EXTRA SECTION */
.product-extra{
flex-direction:column;
padding:50px 20px;
text-align:center;
gap:30px;
}

.product-extra img{
width:100%;
max-width:100%;
}

.extra-text{
max-width:100%;
}

/* FOOTER */
.footer-glass{
flex-direction:column;
gap:40px;
text-align:center;
}

.footer-left,
.footer-links,
.footer-social{
width:100%;
}

.brand{
font-size:24px;
}

/* FLOATING SOCIAL */
.floating-social{
left:15px;
bottom:90px;
}

.social-btn{
width:45px;
height:45px;
font-size:20px;
}

/* SUPPORT BUTTON */
.support-container{
left:15px;
bottom:20px;
}

.support-box{
min-width:150px;
padding:12px;
}

/* TITLES */
.section-title{
font-size:24px;
margin-bottom:25px;
}

/* GENERAL IMAGES */
img{
max-width:100%;
height:auto;
}

/* PREVENT SIDE SCROLL */
.container,
.container-fluid,
.row{
margin-left:0 !important;
margin-right:0 !important;
}

}


/* =========================================
   EXTRA SMALL DEVICES
========================================= */

@media (max-width: 480px){

.hero-title{
font-size:26px;
}

.hero-sub{
font-size:16px;
}

.section-title{
font-size:20px;
}

.calll-btn{
font-size:12px !important;
padding:6px 10px !important;
}

.logo{
height:45px;
}

.logo_1{
height:38px;
}

.feature-card h3{
font-size:18px;
}

.feature-card p{
font-size:13px;
}

.bottom{
font-size:10px;
padding:15px;
}

}