/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

     @font-face {
     font-family: Vazir;
     font-style: normal;
     font-weight: normal;
     src: url('../fonts/Vazir.eot');
     src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/Vazir.woff2') format('woff2'), 
     url('../fonts/Vazir.woff') format('woff'), 
     url('../fonts/Vazir.ttf') format('truetype');
     font-display: swap; /* از FOIT جلوگیری می‌کند */
     size-adjust: 98%; /* ممکن است نیاز به تنظیم داشته باشد */

    }

    @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Vazir-Bold.woff2') format('woff2'), 
    url('../fonts/Vazir-Bold.woff') format('woff'), 
    url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-display: swap; /* از FOIT جلوگیری می‌کند */
    size-adjust: 98%; /* ممکن است نیاز به تنظیم داشته باشد */

    }

    body{
    font-family: 'Vazir', Tahoma, Arial, sans-serif;
    font-weight: normal;    /* اضافه کردن این خط برای کاهش جابجایی */
    line-height: 1.5;       /* ارتفاع خط ثابت */
   
    height: auto;
    background-color:  #ffffff;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {   font-size: 3.5rem;     }
    }

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
	    .MyMenu {
			display:block;
			width:100%;
			padding:.25rem 1rem;
			clear:both;
			font-weight:400;
			text-decoration:none;
			}
		.MyMenu:focus,.MyMenu:hover{color:#1e2125;background-color:#a0a0a0}
		
        .offcanvas {
            position: fixed;
            bottom: 0;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            max-width: 230px;
            visibility: hidden;
            background-color: <?php echo $MainColor1; ?>;
            background-clip: padding-box;
            outline: 0;
            transition: transform .3s ease-in-out
        }

        @media (prefers-reduced-motion:reduce) {
            .offcanvas {
                transition: none
            }
        }

        .offcanvas-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 1rem
        }

        .offcanvas-header .btn-close {
            padding: .5rem .5rem;
            margin: -.5rem -.5rem -.5rem auto
        }

        .offcanvas-title {
            margin-bottom: 0;
            line-height: .5
        }

        .offcanvas-body {
            flex-grow: 1;
            text-align: right;
            padding: .2rem .2rem;
            overflow-y: auto;
        }

        .offcanvas-start {
            top: 0;
            left: 0;
            right: 0;
            width: 230px;
            transform: translateX(-100%)
        }

        .offcanvas-end {
            top: 0;
            right: 0;
            width: 230px;
            border-left: 1px solid rgba(0, 0, 0, .2);
            transform: translateX(100%)
        }

        .offcanvas-top {
            top: 0;
            right: 0;
            left: 0;
            height: 30vh;
            max-height: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            transform: translateY(-100%)
        }

        .offcanvas-bottom {
            right: 0;
            left: 0;
            height: 30vh;
            max-height: 100%;
            border-top: 1px solid rgba(0, 0, 0, .2);
            transform: translateY(100%)
        }

        .offcanvas.show {
            transform: none
        }
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
.containerMenu {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {  transform: translate(0, 11px) rotate(-45deg);}

.change .bar2 {opacity: 0;}

.change .bar3 {  transform: translate(0, -11px) rotate(45deg);}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/*
h1 {
	 
    text-align: center;
    color: #fff;
    text-shadow: 
        0 0 5px #0ff,
        0 0 10px #0ff,
        0 0 20px #0ff,
        0 0 40px #0ff;
    animation: pulsate 1.5s infinite alternate;
    font-size: 3.5rem;
}

@keyframes pulsate {
    from {
        text-shadow: 
        0 0 5px #0ff,
        0 0 10px #0ff,
        0 0 20px #0ff,
        0 0 40px #0ff;
    }
    to {
        text-shadow: 
        0 0 10px #0ff,
        0 0 20px #0ff,
        0 0 30px #0ff,
        0 0 50px #0ff,
        0 0 70px #0ff;
    }
}
*/

h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #0ff;
    animation: pulsate-light 2s infinite alternate;
    font-size: 3.5rem;
}

@keyframes pulsate-light {
    from {
        text-shadow: 0 0 5px #0ff;
        opacity: 0.8;
    }
    to {
        text-shadow: 0 0 20px #0ff;
        opacity: 1;
    }
}

.Efect1 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #ffbe0b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


.Efect3 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #2d2d2d;
    position: relative;
    display: inline-block; /* برای اینکه underline فقط به اندازه متن باشد */
}

.Efect3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    border-radius: 10px;
}


.Efect5 {
    font-size: 4rem;
    text-align: center;
    color: #f5f5f5;
    text-shadow: 
        3px 3px 0px #ccc,
        6px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.Efect5:hover {
    text-shadow: 
        4px 4px 0px #ccc,
        8px 8px 0px rgba(0,0,0,0.2);
    transform: translateY(-5px); /* کمی بالا می پرد هنگام هاور */
}



.Efect6 {
    font-size: 5rem;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 2px #000; /* Stroke برای مرورگرهای وبکیت */
    text-stroke: 2px #000; /* استاندارد جدید */
    letter-spacing: 4px;
    transition: 0.3s;
}

.Efect6:hover {
    color: #000; /* روی هاور داخل حروف پر می شود */
}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

.Logo1 {
    /* اندازه و موقعیت اولیه */
   /* width: 120px;*/
    height: auto;
    transform-origin: center;     /* برای متمرکز کردن ترنسفورمیشن */
    animation: pulse 6s infinite; /* انیمیشن */
}

@keyframes pulse {
    0%   {        transform: scale(1);        /* اندازه نرمال */              }
    50%  {        transform: scale(1.1);      /* اندازه ۱۰٪ بزرگتر */         }
    100% {        transform: scale(1);        /* بازگشت به اندازه نرمال */    }
}


.Logo2 {
    height: auto;
    transform-origin: center;
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
    0%  {        transform: scale(1);    }
    15% {        transform: scale(1.1);        /* بزرگ شدن */    }
    30% {        transform: scale(1);        /* کوچک شدن به اندازه اصلی */    }
    45% {        transform: scale(0.9);        /* کمی کوچکتر شدن (انقباض) */    }
    60% {        transform: scale(1);        /* بازگشت به حالت نرمال */    }
}


.Logo3 {
    /*width: 120px;*/
    height: auto;
    transform-origin: center;
    animation: pulseWithGlow 2s infinite;
}

@keyframes pulseWithGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);        /* بدون سایه */
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);        /* یک هاله نور (میتوانید رنگ را عوض کنید) */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
.product {
   
    /* آماده‌سازی برای انیمیشن */
    opacity: 0; /* در ابتدا مخفی هستند */
    transform: translateY(100px); /* 50px به سمت پایین جابجا شده‌اند */
    transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

/* این کلاس با جاوااسکریپت اضافه خواهد شد */
.product.show {
    opacity: 1;
    transform: translateY(0); /* به موقعیت اصلی خود بازمی‌گردند */
}

.product1 {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.product1.show {
  opacity: 1;
  transform: translateY(0);
}

.product2 {
  opacity: 0;
  transform: scale(0.4) translateY(30px);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}

.product2.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.product3 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.product3.show {
  opacity: 1;
  transform: translateY(0);
}

/* افکت تأخیر پویا */
.product3:nth-child(1) { transition-delay: 0.1s; }
.product3:nth-child(2) { transition-delay: 0.2s; }
.product3:nth-child(3) { transition-delay: 0.3s; }
.product3:nth-child(4) { transition-delay: 0.4s; }
/* می‌توانید تا n افزایش دهید یا با JS تولید کنید */
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
    .Alarm{
	   background-color: red;	
	   color: white;	
	}
	/*
	.tem1{
	   background-color:<?php echo $MainColor1; ?>;	
	   color:<?php echo $FontColor1; ?>;	
	}
	.tem1revers{
	   background-color:<?php echo $FontColor1; ?>;	
	   color:<?php echo $MainColor1; ?>;	
	}
	.tem1color{
	   color:<?php echo $FontColor1; ?>;	
	}
	.tem1bg{
	   background-color:<?php echo $MainColor1; ?>;	
	}
    .tem1colorr{
	   color:<?php echo $MainColor1; ?>;	
	}
	.tem1bgr{
	   background-color:<?php echo $FontColor1; ?>;	
	}
	*/
	
	/***********************************************************************/
/***********************************************************************/
/***********************************************************************/



