@font-face {
    font-family: "droid-bold";
    font-style: normal;
    font-weight: 4000;
    src: url(../font/droidkufi/DroidKufi-Bold.eot);
    src: url(../font/droidkufi/DroidKufi-Bold.eot?#iefix)
            format("embedded-opentype"),
        url(../font/droidkufi/DroidKufi-Bold.woff2) format("woff2"),
        url(../font/droidkufi/DroidKufi-Bold.woff) format("woff"),
        url(../font/droidkufi/DroidKufi-Bold.ttf) format("truetype");
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
}

header .navbar .navbar-nav .nav-item {
    padding: 6px 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
    padding: 7px 11px;
}

.download-section .header {
    /* top: -38px !important; */
    font-size: 26px;
}

.properties-section .header {
    /* top: -20px !important; */
    font-size: 26px;
}
.swiper-wrapper {
    height: auto;
}

@media (max-width: 768px) {
    .q-section .off-project-swiper .swiper-button-prev1 {
        top: 50% !important;
    }
    .q-section .off-project-swiper .swiper-button-next1 {
        top: 50% !important;
    }
}

/** Static pages **/

.static-page-header {
    margin-top: 95px;
    height: 100px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 2px solid #000000;
}

.static-page-header .container h1 {
    color: #000000;
    font-weight: bold;
    font-size: 25px;
}

.static-page-body {
    background: white;
    min-height: 400px;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.static-page-body *:not(.fa) {
    font-family: droid;
    line-height: 35px;
}

.accordion-button {
    font-size: 18px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: rgb(230, 230, 230);
    font-weight: bold;
}

.accordion-button:not(.collapsed):after {
    fill: white;
}

.accordion-button {
    border-color: #cccccc !important;
    text-align: right;
}

.accordion-body {
    background: #f5f5f5;
    font-family: droid !important;
    line-height: 35px;
}

.faq-accordion-body * {
    background: #f5f5f5;
    font-family: droid !important;
    line-height: 35px;
}

.accordion-button::after {
    color: white !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.main-item {
    font-weight: bolder;
    font-family: droid-bold;
    color: #000000;
    font-size: 20px;
}

html[dir="rtl"] .dropdown-menu {
    left: 0 !important;
}

.tiktok-icon {
    background-color: #fe2c55;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 30px;
    position: relative;
    top: 2px;
}

.tiktok-icon img {
    width: 20px;
    height: 17px;
}

/* Current Release Info && Statistics */

.color-primary {
    color: #725b1f;
}
.color-primary:hover {
    color: #9a7e37;
}

.modal-header.colored {
    background: #725b1f;
    color: white;
}

.modal-header.colored button {
    color: white;
}

.release-modal * {
    font-size: 15px;
}

.release-desc {
    font-weight: bolder;
}

.release-features {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.release-date {
    color: #494949;
    font-size: 14px;
}

.release-date span {
    color: #725b1f;
    font-weight: bold;
}

.feature-order {
    padding: 5px 10px;
    margin: 0 10px;
    background: #725b1f;
    color: white;
    border-radius: 10px;
}

.release-features div {
    border-radius: 5px;
    padding: 10px;
    background-color: #f7f7f7;

    color: rgb(61, 61, 61);
    text-align: justify;
    font-size: 14.5px;
    align-items: stretch;
    display: flex;
}

.release-features div span {
    line-height: 31px;
}

.feature-order {
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
}

.statistics-section {
    height: 400px;
    display: flex;
    background-image: url(../img/banner-bg.webp);
    background-repeat: no-repeat;
    /* background-position: bottom center; */
    box-shadow: 0px 11px 13px #000 inset;
    background-size: cover;
    border-top: 10px solid #725b1f;
    justify-content: center;
    align-items: center;
}

.stat-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 30px;
}

.stat-icon {
    margin: 0px 0 30px 0;
    color: #9c9c9c;
}

.stat-icon i {
    font-size: 40px;
}

.stat-number {
    margin-top: 10px;
    font-size: 35px;
    font-weight: bolder;
    color: #9c9c9c;
    text-shadow: 0 4px 8px #000;
    font-family: monospace;
}

.stat-title {
    margin-top: 20px;
    font-size: 18px;
    color: #bda43c;
    text-shadow: 0 4px 8px #000;
    text-align: center;
}

@media (max-width: 700px) {
    .statistics-section {
        height: auto;
        flex-direction: column;
        align-items: stretch;
        padding: 20px 30px;
    }
    .stat-block {
        background: #c4c4c412;
        margin: 10px 20px;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .stat-number {
        margin-top: 0;
        text-shadow: 0 2px 4px #000;
    }

    .stat-title {
        margin-top: 10px;
        font-size: 16px;
        text-shadow: 0 2px 4px #000;
    }
}

.download-link {
    background: #7a652f;
    min-height: 38px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.download-link a {
    font-family: sans-serif;
    color: white;
    font-weight: 400;
}

.dropdown-item {
    font-size: 15px;
    padding: 0.35rem 1rem;
}
