﻿@font-face {
    font-family: RaviRegular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/RaviFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: RaviBold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/RaviFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: RaviBlack;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/RaviFaNum-ExtraBlack.woff2') format('woff2');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: RaviRegular !important;
    background-color: white !important;
    direction: rtl !important;
    padding-top: 20px;
}

main{
    min-height:70vh;
    margin-bottom:70px;
}

#divHead {
    border-bottom: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    padding-bottom: 6px;
    padding-top: 7px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    height: 43px;
}

#divHeadIcons {
    display: flex;
    max-width: 130px;
}
.divHeadIcon{
    width:50%
}
.navbar-brand{
    margin-right:0!important
}
.navbar {
    border-style: none !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
    padding-top: 2px !important
}
.navbar-collapse{
    direction:rtl!important
}

.navbar-toggler{
    padding-right:5px!important
}

.blackFont {
    font-family: RaviBlack !important;
}

.boldFont {
    font-family: RaviBold !important;
}

p {
    white-space: normal;
}

.menuIcon {
    max-height: 30px !important
}

.indexIcon {
    max-height: 30px !important
}

.hIndex {
    font-size: 2.4rem !important;
    background: -webkit-linear-gradient(#2e2e2e, #919191);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indexTagA {
    padding: 12px;
    border-radius: 15px;
    margin: 2px !important;
}

.indexTagASpan {
    font-size: 1.2rem !important;
}

.navbar-toggler{
    border-style:none!important;
    padding-left:0!important
}

.navbar-toggler:focus {
    border-style: none !important;
    box-shadow:none!important
}
    .navbar-toggler:hover {
        border-style: none !important;
    }

.tagAIndex {
    color: white;
    text-decoration: none;
    font-family: RaviBold !important;
}

    .tagAIndex:hover {
        color: white;
        text-decoration: none;
    }


@media (max-width: 570px) {
    .navbar-nav {
        margin-top: 15px;
        padding-right:5px!important
    }
}

.btn-primary {
    background-color: #044eb4 !important;
    border-color: #044eb4 !important
}

.oneIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(9, 121, 102, 1) 0%, rgba(0, 204, 136, 1) 100%);
}

.twoIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(0, 86, 140, 1) 0%, rgba(8, 148, 255, 1) 100%);
}

.threeIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(184, 101, 0, 1) 0%, rgba(255, 148, 8, 1) 100%);
}

.fourIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(184, 31, 0, 1) 0%, rgba(255, 8, 8, 1) 100%);
}

.fiveIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(64, 0, 138, 1) 0%, rgba(123, 8, 255, 1) 99%);
}

.sixIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(29, 143, 0, 1) 0%, rgba(41, 222, 0, 1) 99%);
}

.sevenIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(143, 0, 136, 1) 0%, rgba(222, 0, 174, 1) 99%);
}

.eightIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(0, 96, 115, 1) 0%, rgba(0, 158, 176, 1) 99%);
}

.nineIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(115, 4, 0, 1) 0%, rgba(176, 0, 0, 1) 99%);
}

.tenIndexDiv {
    background: #1f2400;
    background: linear-gradient(90deg,rgba(31, 36, 0, 1) 0%, rgba(0, 2, 69, 1) 0%, rgba(0, 66, 189, 1) 99%);
}

.elevenIndexDiv {
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(109, 0, 163, 1) 0%, rgba(234, 83, 237, 1) 100%);
}


@media (min-width: 576px){
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:0!important
    }
}

@media (max-width: 570px){
    .navbar-nav{
        margin-top:0px!important
    }
}
#spanCountAlarm {
    font-weight: bold;
    color: crimson;
    margin-left: 8px;
    font-size: large;
    margin-right: 8px;
}
#spanCountDollar {
    font-weight: bold;
    color: goldenrod;
    margin-left: 8px;
    font-size: large;
}

.btn-info{
    color:#fff!important
}

a {
    text-decoration: none;
    color: #082adb
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    padding-top: 250px;
    text-align: center;
    background-color: black;
    opacity: 0.5;
}

.indexTagASpanCount{
    font-size:1.2rem
}

.rowMaxWidth500 {
    max-width: 500px;
    margin: 0 auto;
}

.rowBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 5px;
    padding: 10px;
}

#divPlaneOne {
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    color: white;
    background: #318cf5;
    background: radial-gradient(circle,rgba(49, 140, 245, 1) 0%, rgba(48, 57, 179, 1) 100%);
    font-size: x-large
}

#divPlaneTwo {
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    color: white;
    background: #965d00;
    background: radial-gradient(circle, rgba(150, 93, 0, 1) 0%, rgba(191, 128, 0, 1) 100%);
    font-size: x-large
}

#divPlaneThree {
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    color: black;
    background: #dedede;
    background: radial-gradient(circle,rgba(222, 222, 222, 1) 0%, rgba(122, 122, 122, 1) 100%);
    font-size: x-large
}

#divPlaneFour {
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    color: black;
    background: #ffe500;
    background: radial-gradient(circle,rgba(255, 229, 0, 1) 0%, rgba(252, 191, 70, 1) 100%);
    font-size: x-large
}

.custom-navbar {
    background-color: rgba(14, 60, 52, 0.5); /* سبز شفاف */
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.navbar-nav{
    padding-right:0!important
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    /*background-color: white;*/ /* یا رنگ دلخواه */
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    animation: slideDown 0.4s ease-in-out;
    max-width: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* فاصله برای جلوگیری از پرش */
.sticky + * {
    margin-top: 80px; /* تنظیم کن با توجه به ارتفاع navbar */
}

#imgWall {
    background-image: url(/imgs/walls/main.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top:-150px;
}

.navbar-light .navbar-nav .nav-link{
    color:white!important
}
.footer-20192 {
    position: relative;
    color: #fff;
    padding: 2rem 0;
    background-color: #02221d;
}

    .footer-20192 .container {
        position: relative;
    }

    .footer-20192 h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 1.5;
    }

    .footer-20192 .links li {
        margin-bottom: 10px;
        line-height: 1.5;
        display: block;
    }

        .footer-20192 .links li a {
            color: #666873;
        }

            .footer-20192 .links li a:hover {
                color: #fff;
            }

    .footer-20192 .social li {
        display: inline-block;
        position: relative;
    }

        .footer-20192 .social li a {
            position: relative;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-block;
            margin: 0;
            padding: 0;
            background-color: #869d99;
            color: #fff;
        }

            .footer-20192 .social li a > img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height:30px;
            }

    .footer-20192 .footer-logo {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0rem;
    }

    .footer-20192 .copyright {
        color: #666873;
    }

    .footer-20192 .cta {
        box-shadow: -20px -20px 0 0 rgba(0, 0, 0, 0.2);
        padding: 20px;
        background-color: #869d99;
        top: -50px;
        position: relative;
    }

        .footer-20192 .cta h2,
        .footer-20192 .cta h3 {
            line-height: 1.5;
        }

        .footer-20192 .cta h3 {
            font-size: 20px;
        }

.list-unstyled{
    padding-right:0!important
}

.right-panel {
    position: fixed;
    top: 0;
    right: -300px; /* مخفی شده در ابتدا */
    width: 300px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1050; /* بالاتر از مودال‌های بوت‌استرپ */
    background-color: rgba(14, 60, 52, 0.8);
}

    .right-panel.show {
        right: 0;
    }

.nav-linkMobile {
    color: white !important;
    font-size: large;
}
.navbar-navMobile{
    line-height:40px
}

/* === Primary === */
.btn-primary {
    background-color: #02221d !important;
    border-color: #02221d !important;
    color: #ffffff !important;
}

    .btn-primary:hover {
        background-color: #034035 !important;
        border-color: #034035 !important;
    }

/* Outline Primary */
.btn-outline-primary {
    color: #02221d !important;
    border-color: #02221d !important;
}

    .btn-outline-primary:hover {
        background-color: #02221d !important;
        color: #ffffff !important;
    }

/* === Secondary === */
.btn-secondary {
    background-color: #034035 !important;
    border-color: #034035 !important;
    color: #ffffff !important;
}

    .btn-secondary:hover {
        background-color: #046c54 !important;
        border-color: #046c54 !important;
    }

/* Outline Secondary */
.btn-outline-secondary {
    color: #034035 !important;
    border-color: #034035 !important;
}

    .btn-outline-secondary:hover {
        background-color: #034035 !important;
        color: #ffffff !important;
    }

/* === Success === */
.btn-success {
    background-color: #046c54 !important;
    border-color: #046c54 !important;
    color: #ffffff !important;
}

    .btn-success:hover {
        background-color: #05977a !important;
        border-color: #05977a !important;
    }

/* Outline Success */
.btn-outline-success {
    color: #046c54 !important;
    border-color: #046c54 !important;
}

    .btn-outline-success:hover {
        background-color: #046c54 !important;
        color: #ffffff !important;
    }

/* === Danger === */
.btn-danger {
    background-color: #b03a3a !important;
    border-color: #b03a3a !important;
    color: #ffffff !important;
}

    .btn-danger:hover {
        background-color: #a02e2e !important;
        border-color: #a02e2e !important;
    }

/* Outline Danger */
.btn-outline-danger {
    color: #b03a3a !important;
    border-color: #b03a3a !important;
}

    .btn-outline-danger:hover {
        background-color: #b03a3a !important;
        color: #ffffff !important;
    }

/* === Warning === */
.btn-warning {
    background-color: #d8a23f !important;
    border-color: #d8a23f !important;
    color: #212529 !important;
}

    .btn-warning:hover {
        background-color: #c89128 !important;
        border-color: #c89128 !important;
    }

/* Outline Warning */
.btn-outline-warning {
    color: #d8a23f !important;
    border-color: #d8a23f !important;
}

    .btn-outline-warning:hover {
        background-color: #d8a23f !important;
        color: #212529 !important;
    }

/* === Info === */
.btn-info {
    background-color: #3a8c8c !important;
    border-color: #3a8c8c !important;
    color: #ffffff !important;
}

    .btn-info:hover {
        background-color: #2f6f6f !important;
        border-color: #2f6f6f !important;
    }

/* Outline Info */
.btn-outline-info {
    color: #3a8c8c !important;
    border-color: #3a8c8c !important;
}

    .btn-outline-info:hover {
        background-color: #3a8c8c !important;
        color: #ffffff !important;
    }

/* === Light === */
.btn-light {
    background-color: #e3f1ee !important;
    border-color: #e3f1ee !important;
    color: #02221d !important;
}

    .btn-light:hover {
        background-color: #d4e7e3 !important;
        border-color: #d4e7e3 !important;
    }

/* Outline Light */
/*.btn-outline-light {
    color: #02221d !important;
    border-color: #e3f1ee !important;
}

    .btn-outline-light:hover {
        background-color: #e3f1ee !important;
        color: #02221d !important;
    }*/

/* === Dark === */
.btn-dark {
    background-color: #011712 !important;
    border-color: #011712 !important;
    color: #ffffff !important;
}

    .btn-dark:hover {
        background-color: #000d0a !important;
        border-color: #000d0a !important;
    }

/* Outline Dark */
.btn-outline-dark {
    color: #011712 !important;
    border-color: #011712 !important;
}

    .btn-outline-dark:hover {
        background-color: #011712 !important;
        color: #ffffff !important;
    }

/* === Link === */
/*.btn-link {
    color: #3ac6aa !important;
}

    .btn-link:hover {
        color: #2fa88f !important;
        text-decoration: underline !important;
    }*/
