﻿.header1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #2575fc;
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);    
}

.header-inner {
    max-width: 1100px;
    margin: auto;
    display: block
}

nav {
    display: inline-block;
    vertical-align: middle
}

    nav ul {
        list-style: none;
        display: inline-block;
        margin: -4px
    }

    nav li {
        display: inline-block;
        margin: 4px
    }

    nav a {
        display: block;
        padding: 6px 16px;
        border-radius: 40px;
        background: rgba(255,255,255,.25);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none
    }

        nav a:hover {
            background: rgba(255,255,255,.4)
        }

        nav a.active {
            background: #fff;
            color: #2575fc
        }

.color_lightGreen{
    color:#b0f78d;
}
.free-order-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, #4e54c8, #f00);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transform:scale(140%);
    margin-top:20px;
}

    .free-order-btn:hover {
        transform: translate(-3px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    }

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* بخش لوگو */
.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        height: 40px;
        margin-right: 10px;
    }

    .logo span {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

.contact-icons {
    display: flex;
    gap: 15px;
}

    .contact-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: rgba(255,255,255,0.2);
        color: white;
        text-decoration: none;
        border-radius: 50%;
        transition: background-color 0.3s, transform 0.2s;
    }

        .contact-icons a:hover {
            background-color: rgba(255,255,255,0.4);
            transform: scale(1.1);
        }

        .contact-icons a span {
            font-size: 20px;
        }

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background: linear-gradient(120deg,#f6b6d4, #2563eb);
    color: #fff;
    border-radius: 0 0 30px 30px;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
    text-align:center;
}

.hero-text {
    flex: 1 1 300px;
}

.hero-images {
    flex: 1 1 300px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

    .hero-images img {
        width: clamp(50%, 25%, 200px); /* متغیر بر اساس صفحه */
        height: auto;
        border-radius: 16px;
        object-fit: cover;
        animation: float 4s ease-in-out infinite;
    }

        .hero-images img:nth-child(2) {
            animation-delay: 0.5s;
        }

        .hero-images img:nth-child(3) {
            animation-delay: 1s;
        }

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        margin-bottom: 20px;
    }

    .hero-images img {
        width: 80%; /* بزرگ و وسط چین */
    }
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}
.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}
.bg3 {
    animation-duration: 5s;
}
.content {
    background-color: rgba(255,255,255,.7);
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0,0,0,.25);
    margin: 0 10% 0 10%;
    padding: 7vmin;
    text-align: justify;
    /* box-sizing: border-box;
    left: 10%;
    top: 10%;
    position: fixed;
    transform: translate(-50%, -50%);
   */
}
@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}
    /*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/
ul {
    line-height: 2px !important;
}
.faspan {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.fai {
    transform: scale(1.5);
    display: inline-block;
}
.unPrevilaged {
    background-color: #d6fed0;
    color: forestgreen;
    padding: 10px;
    border-radius: 5px;
    border-style: double
}
.bgBlue {
    background-color: #428bca;
    margin-top: 1.5em;
}
.fgWhite {
    color: white;
    font-size: .9em !important
}
    .fgWhite:hover {
        color: yellow
    }
    .fgWhite:visited {
        color: white
    }
    .fgWhite:focus {
        color: white
    }
    .lHcont38 {
        line-height: 38px !important;
    }
    .minH9em {
        min-height: 9em;
    }
    .minH38em {
        min-height: 38em;
    }
    .snapWH {
        width: 18px;
        height: 18px
    }
    .larger {
        font-size: larger;
    }
    .objfitcont {
        object-fit: contain;
    }
    .topLinks {
        width: 16px;
        height: 16px;
        margin-bottom: 5px;
    }
    .cdiv {
        margin-top: 60px;
    }
    #scroll-container {
        /*border: 3px solid black;*/
        border-radius: 5px;
        overflow: hidden;
    }
    #scroll-text {
        text-align: right;
        /* animation properties */
        -moz-transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
        -moz-animation: my-animation 18s linear infinite;
        -webkit-animation: my-animation 18s linear infinite;
        animation: my-animation 18s linear infinite;
    }
    /* for Firefox */
    @-moz-keyframes my-animation {
        from {
        -moz-transform: translateX(-30%);
    }
    to {
        -moz-transform: translateX(100%);
    }
}
/* for Chrome */
@-webkit-keyframes my-animation {
    from {-webkit-transform: translateX(-30%);}
    to {-webkit-transform: translateX(100%);}
}
@keyframes my-animation {
    from {
        -moz-transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    to {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.sbdStyle {
    top: 7px;
    z-index: 10000;
    left: 10px !important;
    position: fixed;   
    max-width:300px;
    overflow:hidden;    
}   
.lightGrey
{
    background-color:#eee
}
.longTitle {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.height500{
    height:300px!important;
}
.word_break {
    word-break: break-word;
}
.smallFSize
{
    font-size:small;
}
.linedTxt{text-decoration:line-through}
.bold{font-weight:bold}
.mxw100{max-width:100%;}
.mxw80{max-width:80%;}
.marginBtm0 {
    margin-bottom:0;
}
.marginTop10{
    margin-top:10px;
}
.margin0{margin:0}
.brdrBtm0{
    border-bottom:0;
}
.paragCls {
    font-size: large;
    text-align: justify;
    border: 1px solid lightgrey;
    padding: 5px;
}
.prdPadMar{
    padding:3px;
    margin:0 0 3px 0;
}
/*.prdPadMar:hover{
    background-color:darkolivegreen;
    color:white;
    border-radius:10px;
}
.prdPadMar:hover a{        
    color:wheat;      
}*/
.flclCls {
    font-weight: bold;
    margin-bottom: 10px;
}
/**/
.field-validation-error {
    color: #f00;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    background-color: #fee;
    outline: 1px solid #ff0000;
}
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}
.myPar {
    white-space: pre-line;       
}
.marginBtm10px {    
    margin-bottom: 10px;
}
*{    
    /*word-break:break-word;*/
    font-family: Pinar;  
    line-height: 28px!important;
    border-radius:8px!important;
}
h1, h2, h3, h4, h5, h6,a,p {
    font-family: Pinar !important;     
}
h1,h2,h3{
    line-height:54px!important;
}
a {    
    font-size:medium!important;
}
@font-face {
    font-family: 'Pinar';
    src: url('../Fonts/Pinar-Bold.eot');
    src: url('../Fonts/Pinar-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Pinar-Bold.woff2') format('woff2'), url('../Fonts/Pinar-Bold.woff') format('woff'), url('../Fonts/Pinar-Bold.ttf') format('truetype'), url('../Fonts/Pinar-Bold.svg#Pinar-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;       
}
.waiting {
    z-index: 4;
    position: fixed;
    right: 10px;
   top:10px;
}
.waitingBtn {
    z-index:10000;
    position: fixed;
    top: 0 !important;
    left: 45%;
    display: none;
}
th,td{
    text-align:center;
}
input[type=checkbox], input[type=radio] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    padding: 10px;
    margin-left: 10px;
}
.rndBorder
{
border-radius:10px;
}
.shad {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.lALink {
    color: white;
    margin: 10px;
    white-space: nowrap;
}
    .lALink:hover {
        background-color:lightyellow;
        color: #4b6db4;
        padding:5px;
        border-radius:10px;
    }
.contentImg {
    display: inline-block;
    position: relative;
}
    .contentImg button {
        position: absolute;
        top: 0;
        right: 0;
    }
        .contentImg button:hover {
            background-color: #9d0c0c;
        }
.mytooltip {
    background-color: dodgerblue;
    color: white;
    border-radius: 40% !important;       
}
table{
    background-color:white;
}
.scrTabDiv {
    overflow-x: auto;
    max-width: 100%;
    display: flex;
}
@keyframes anim1 {
    0% {
        color:transparent;
    }
    10% {
        font-size:32px;
        color:darkblue;    
        left:0;        
    }
    25% {
        color:darkred;
        font-size:48px;
        left:-100px;
    }
    50% {
        color: darkolivegreen;        
        font-size:48px;
        left:150px;
        top:-10%;
    }
    60%{
        top:50%;
    }
    75% {
        left:0;
        color: darkorange;  
        font-size:48px;
    }
    88% {
        left:0;
        color: red;
        font-size: 32px;        
    }
    100%
    {
        color:white;
    }
}
.clrAnim {   
    animation: mymove 5s infinite;
}
@keyframes mymove {
    from {
        color: darkcyan;
        left:1px;
        
    }
    to {
        color:darkred;
        left:295px;
    }    
}
.panel-heading {
    height: 30px;
    padding: 3px;
}
.parent-container {
    display: block;
    /*background: #330936;
    padding: -2em;*/
    /*width:100%; 20em;*/
    /*margin: 0 auto;*/
    /*border-radius: 1.3em;
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);*/
}
.child-container {
    display: block;
    /*background: #fff;*/
    /*padding: 2em;*/
    /*background: radial-gradient(#fff, #e2e2e2, #c6c6c6);*/
    /*margin: 0 auto;*/
    /*border-radius: 1.3em;
    box-shadow: 0 1.2rem 1.4rem -1rem rgba(0, 0, 0, .4);*/
}
.treeview {
    text-align: right;
    /*margin: .1em;*/
    /*padding:0;*/
}
    .treeview ul {
        margin-right: -30px;
    }
    .treeview li {
        /*margin-right: 1em;
        padding: 2px;*/
        list-style: none;
        border-right: 1px dotted #dccdd8;
    }
.treeview li ul    
{
    display: none;
}
.folder {
    width: 15px;
    display: inline-block;
    text-align: right!important;
    cursor: pointer;
    color:#eea846;    
}
.treeview a {
    text-decoration: none;
    color: black;
}
.treeview a:hover
{
    color: grey;
}
@media screen and (min-width: 1024px) {
    .dynWidth{width:70%}
    .noDispLg
    {
        display:none;
    }
}
@media screen and (min-width : 768px) and (max-width : 1023px) {
    .dynWidth {
        width: 90%;
    }
    .noDispSm {
        display: none;
    }
}
@media screen and (min-width : 0px) and (max-width : 767px) {
    .noDispSm{
        display:none;
    }
    .dynWidth {
        width: 98%
    }
    .mHid{
        display:none!important;
    }
    .mobFont {
        margin: 35px !important;
        text-align: right !important;       
    }
    .lALink:hover {
        padding: 0!important;
    }
}
.pLinks {
    color: black;
}
    .pLinks:hover {
        color: grey;
    }
/** {
    box-sizing: border-box
}*/
.mySlides {
    display: none
}
img {
    vertical-align: middle;
}
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
/*.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}*/
.numbertext {
    color:black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;    
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;    
}
    .active, .dot:hover {
        background-color: #717171;
    }
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.contentStyle {
    /*font-size: large;*/
    text-align: right;
    text-justify: distribute-all-lines;
    background-color:white;
    padding: 10px;    
    border-radius:10px;
}
.contentStyleIndex {
    background-color: lightblue;
    padding: 10px;
    border-radius: 10px;
}
.rndBorder {
    border-radius: 10px;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
    .tab button {
        background-color: inherit;
        float: right;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }
        .tab button:hover {
            background-color: #ddd;
        }
        .tab button.active {
            background-color: #ccc;
        }
.tabcontent {
    display: none;
    padding: 26px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.newsLMarginBtm4px {
    margin-bottom: 4px;
    margin-right: -15px
}
.panelPadding4{
    padding:4px;
}
.payamAsli {
    left: 0;
    bottom: 0;
    position: fixed;
}
/*.newLine {
    white-space: pre-line;    
}
.newLine:first-line {
    line-height: 0px;
}*/
.pBorder {
    text-align: justify;
    border: solid 1px black;
    padding: 5px;
    margin-top: 5px;
}
.justify{
    text-align:justify;
}
.white{
    color:darkgreen;
}
.w100{width:100%;}
.bodyStyle{
    background-color:white;
}
.contentImg {
    display: inline-block;
    position: relative;
}
    .contentImg a {
        position: absolute;
        top: 0;
        right: 0;
    }
        .contentImg a:hover {
            background-color: #9d0c0c;
        }
.floatRight {
    float: right;
}
.stkTxt {
    color: white;
    background-color: orangered;
    padding: 0 3px 0 3px;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 12px; /* Place the button 30px from the right */
    z-index: 99000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: darkgreen; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
}
    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
