﻿body {
    direction: rtl;
    text-align: right !important;
    font-family: 'anjoman','Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #000
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #292c2f;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 500px;
    transition: all .3s;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    background-color: black;
}

.accordion-item {
    color: white;
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

/* signupinput */

.signupinput {
    border-radius: 0px;
    background-color: #212529;
    color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
}

/* fastsignupinput */

.fastsignupinput {
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    border: var(--bs-border-width) solid var(--bs-border-color);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
}

/* sidebar */

.sidebar {
    background-color: #212529;
    color: white;
    padding: 20px;
    margin-right: 30px;
}

    .sidebar a {
        color: white;
        text-decoration: none;
        margin: 10px 0;
    }

        .sidebar a:hover {
            color: #0d6efd;
        }

    .sidebar .profile-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .sidebar .profile-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .sidebar .menu-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

/* section */
#section {
    background-color: #000;
}

/* profilenav */

#profilenav {
    background-color: #000;
}

/* ranking */

#ranking {
    background-color: #171717;
}

/* gallery */

#gallery {
    background-color: #000;
}

/* general */

.btn {
    box-shadow: none !important;
}

.btn-theme {
    background-color: #ff9900;
    color: #fff;
    border-radius: 0;
}

    .btn-theme:hover, .btn-theme:active, .btn-theme:focus {
        background-color: #de8602;
        color: #fff;
    }

.my-35 {
    margin-top: 35vh;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
    margin-left: 0 !important;
}

@media (max-width:1200px) {
    ul.navbar-nav.ms-auto.mb-2.mb-xl-0 {
        position: fixed;
        background-color: #000;
        min-height: 100vh;
        min-width: 100vw;
        right: 0;
        top: 0;
        padding-top: 20px;
        z-index: 999;
    }

        ul.navbar-nav.ms-auto.mb-2.mb-xl-0 li.nav-item {
            font-size: 30px;
            margin-top: 50px;
        }
}

/* shadow */

.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    box-shadow: #000 0 0 85px 75px;
    z-index: 1;
}

.bot-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    box-shadow: #000 0 0 85px 85px;
    z-index: 1;
}

/* navbar */



.navbar-theme {
    height: 60px;
    z-index: 2;
}

.dropdown-menu {
    text-align: right;
    background-color: #171717;
}

    .dropdown-menu[data-bs-popper] {
        right: 0;
    }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: #171717;
}

.nav-link.active {
    font-family: 'anjoman-bold';
}

button.navbar-toggler.btn[aria-expanded="true"] svg.close {
    display: none;
}

button.navbar-toggler.btn[aria-expanded="false"] svg.open {
    display: none;
}

/* hero */

#hero {
    margin-top: -60px;
    padding-top: 60px;
    background: url('../img/Banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    #hero {
        background-position: top left -380px;
    }
}

/* footer */

#footer {
    background-color: #171717;
    direction: ltr;
}

/* news */

#news {
    background-color: #000;
}

/* newsCard */

.newsCard {
    background-color: #171717;
    color: #fff
}

/* iranMap */

.iranMap {
    background-color: #000;
}
