﻿
@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir-font/Vazir-Bold.eot');
    src: url('../fonts/vazir-font/Vazir-Bold.eot') format('FontName-opentype'), url('../fonts/vazir-font/Vazir-Bold.woff') format('woff'), url('../fonts/vazir-font/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir_digits';
    src: url('../fonts/vazir-font/Farsi-Digits/Vazir-FD.eot');
    src: url('../fonts/vazir-font/Farsi-Digits/Vazir-FD.eot') format('FontName-opentype'), url('../fonts/vazir-font/Farsi-Digits/Vazir-FD.woff') format('woff'), url('../fonts/vazir-font/Farsi-Digits/Vazir-FD.ttf') format('truetype');
}

body {
    font-family: vazir_digits,vazir !important;
    margin: 0 auto;
   background-color: #ffffff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.link_top {
    border-radius: 0px;
    text-decoration: none;
    color: #0a08c4 !important;
    background-color: rgb(237 237 237);
    border: 1px solid black;
    padding: 5px;
}

    .link_top:hover {
        color: #0a08c4 !important;
        background-color: rgb(183 205 217) !important;
        box-shadow: 0px 0px 8px 0px #0a08c4;
        text-transform: uppercase;
        text-align: right;
        font-family: vazir;
    }

    .link_top:focus {
        color: #0a08c4 !important;
        background-color: white !important;
        box-shadow: 0px 0px 8px 0px #0a08c4;
        text-transform: uppercase;
        text-align: right;
    }

.dropdown4-content {
    display: block;
    position: absolute;
    background-color: #00c2cb;
    width: 900px;
    max-width: 900px;
    box-shadow: 8px 12px 8px 0px rgba(0,0,0,0.5);
    z-index: 1;
    text-align: right;
    direction: rtl;
    padding: 10px;
}

.dropdown4:hover .dropdown4-content {
    display: block;
    border: 1px solid #000000;
}

.link_top2 {
    color: rgba(0,0,0,0.5);
}

    .link_top2:hover {
        margin-right: 3px;
        color: #0a08c4;
        text-decoration: none;
        text-transform: uppercase;
        text-align: right;
        text-shadow: 1px 1px 0px darkblue, 2px 2px 0px rgb(237 237 237 / 0.62), 3px 3px 0px rgb(237 237 237 / 0.62), 4px 4px 0px rgb(237 237 237 / 0.62);
    }

.link_services {
    height: 160px !important;
    min-height: 160px !important;
}

    .link_services:hover {
        cursor: pointer;
        background-color: #fff;
    }

.effect5 {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .effect5:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

.blink {
    animation: blinker 0.85s linear infinite;
    font-family: vazir_digits;
}

@keyframes blinker {
    80% {
        /*   color:red;
                   opacity:0;*/
    }
}

.div_animate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.p_animate {
    display: inline-block;
    animation: move 25s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-100%, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}


section {
    display: flex;
    justify-content: center;
    align-items: center;
}

    section:nth-child(1) {
        color: #e0ffff;
    }

    section:nth-child(2) {
        color: #42455a;
        background: #e0ffff;
    }

    section:nth-child(3) {
        color: #e0ffff;
    }

    section:nth-child(4) {
        color: #42455a;
        background: #e0ffff;
    }

    section .container {
        margin: 50px;
    }

    section h1 {
        font-size: 3rem;
        margin: 20px;
    }

    section h2 {
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
    }

    section .text-container {
        display: flex;
    }

        section .text-container .text-box {
            margin: 20px;
            padding: 20px;
            background: #00c2cb;
        }

            section .text-container .text-box h3 {
                font-size: 30px;
                text-align: center;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

@media (max-width: 900px) {
    section h1 {
        font-size: 2rem;
        text-align: center;
    }

    section .text-container {
        flex-direction: column;
    }
}

.reveal {
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: 1s all ease;
    background-color: white;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

.pnl_shop {
    box-shadow: 0px 0px 2px #4a4a4a;
    padding: 5px;
    /*transition: 0.1s;*/
    border-radius: 5px;
    box-shadow: 0px 0px 10px #6C6C6C;
    background-color: white;
}

.img_fast:hover {
    background-color: #ffffff;
    cursor: pointer;
}
/*   .pnl_shop:hover {
        background-color: rgba(200, 241, 248, 0.30);
        box-shadow: 0px 0px 10px #09c6d3;
        cursor: pointer;
    }*/
.link_footer {
    color: white;
    font-weight: 600;
}

    .link_footer:hover {
        color: #f7f846;
        padding-right: 10px !important;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
    }

.link_news {
    color: #777;
    font-weight: 300;
    border-bottom: 1px dashed rgb(206 223 233 / 0.74);
    padding-top: 5px;
    padding-bottom: 5px;
}

    .link_news:hover {
        color: #00c2cb;
        background-color: rgb(225 239 247 / 0.46);
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 800;
    }

.pnl_news {
}

    .pnl_news:hover {
        cursor: pointer;
        box-shadow: 0px 0px 5px #808080;
        background-color: rgb(237 237 237 / 0.46);
        color: rgb(237 237 237 / 0.27)
    }

.dot {
    background-color: #808080;
    color: #ffffff;
    padding: 4px;
    font-size: medium;
    margin: 2px;
}

    .dot:hover {
        background-color: #e9e9e9;
        color: #000000;
        padding: 4px;
        font-size: medium;
        margin: 2px;
        cursor: pointer;
    }

.act_dot {
    background-color: #f8f558;
    color: #000000;
    padding: 4px;
    font-size: medium;
    margin: 2px;
    cursor: pointer;
}

.img3 {
    height: 180px;
    border: 2px solid #ffffff;
    width: 200px !important;
    background-color: rgb(237 237 237 / 0.59);
    box-shadow: 0px 0px 10px #808080;
    transition: all .3s ease-in-out;
    overflow: hidden;
    margin-top: 20px;
}

    .img3:hover {
        cursor: pointer;
        transform: rotate(360deg);
        box-shadow: 0px 10px 5px rgba(0,0,0,0.5);
        transform: scale(1.1);
    }

.loading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 20px;
}

/* انیمیشن چرخش برای آیکون بارگذاری */
.loader {
    border: 8px solid #f3f3f3; /* رنگ پس زمینه */
    border-top: 8px solid #3498db; /* رنگ بخش فعال */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

/* انیمیشن چرخش */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }


