﻿/* ========================
   Reset & Base
======================== */
.class .class-img, .contact .contact-form, .img-magnifier-container, .inner-addon, .navbar, .sidebar .sidebar-widget .category-widget, .sidebar .sidebar-widget .recent-post, .sidebar .sidebar-widget .search-widget, .sidebar .sidebar-widget .tab-post, .single .comment-form, .top-bar, html {
    position: relative
}

.service .service-icon:after, .service .service-icon:before {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block
}

.box-header-title, .details, .preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.color, .value-button {
    vertical-align: middle
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all
}

a {
    color: #ffffff;
    text-decoration: none !important
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.top-bar .social a, .top-bar .text:last-child {
    border-right: 1px solid rgba(255,255,255,.15)
}

    .top-bar .social a:first-child, .top-bar .text {
        border-left: 1px solid rgba(255,255,255,.15)
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #e59309
}

html {
    font-size: 14px;
    min-height: 100%
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit
}

.required:after {
    content: " *";
    color: red
}

body {
    direction: rtl;
    font-family: IRANYekanWebRegular !important;
    overflow-x: hidden;
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgba(0, 0, 0, 0.9)) !important;
}

@font-face {
    font-family: IRANYekanWebRegular;
    src: url("font/iranyekanwebregularfanum.woff") format("woff")
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 2.5rem
}

.top-bar {
    height: 35px;
    background: #343148
}

    .top-bar .top-bar-left {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .top-bar .top-bar-right {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .top-bar .text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 35px;
        padding: 0 10px;
        text-align: center
    }

        .top-bar .text i {
            font-size: 13px;
            color: #fff;
            margin-right: 5px
        }

        .top-bar .text h2 {
            color: #eee;
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 1px;
            margin: 0
        }

        .top-bar .text p {
            color: #eee;
            font-size: 14px;
            font-weight: 400;
            margin: 0 0 0 5px
        }

    .top-bar .social {
        display: flex;
        height: 35px;
        font-size: 0;
        justify-content: flex-end
    }

        .top-bar .social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 100%;
            font-size: 16px;
            color: #fff
        }

            .top-bar .social a:hover {
                color: #e59309;
                background: #fff
            }

.navbar {
    transition: .5s;
    z-index: 999
}

    .navbar.nav-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0,0,0,.3)
    }

    .navbar .navbar-brand {
        margin: 0;
        color: #fff;
        font-size: 45px;
        line-height: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: .5s
    }

        .navbar .navbar-brand span {
            color: #343148;
            text-transform: lowercase;
            transition: .5s
        }

    .navbar.nav-sticky .navbar-brand span, .page-header a:hover, .product-section .owl-item.center .product-section-text h4, .product-section .owl-item.center .product-section-text p {
        color: #fff
    }

    .navbar .navbar-brand img {
        max-width: 100%;
        max-height: 40px
    }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    padding: 10px 10px 8px;
    color: #fff
}

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover {
        background: rgba(256,256,256,.1);
        transition: none
    }

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #e5e5e5;
    direction: rtl;
    text-align: right
}



.main-layout {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgba(0, 0, 0, 0.9)) !important;
    overflow: hidden
}

    .main-layout .container-fluid, .product-section .container, .sidebar .tab-post .tab-content .container {
        padding: 0
    }

    .main-layout .main-layout-image {
        position: relative;
        text-align: right
    }

        .main-layout .main-layout-image img {
            max-width: 100%;
            max-height: 80%
        }

    .main-layout .main-layout-text {
        position: relative;
        padding-left: 75px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }

        .main-layout .main-layout-text h1 {
            text-align: right;
            color: #676566;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .main-layout .main-layout-text p {
            color: #343148;
            font-size: 18px;
            margin-bottom: 25px
        }

    .main-layout .main-layout-btn .btn {
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000;
        background: #f0f1f6;
        border-radius: 20px;
        transition: .3s
    }

        .discount .discount-text .btn:hover, .main-layout .main-layout-btn .btn:hover {
            color: #343148;
            background: #fff
        }

        .class .class-meta p:first-child, .main-layout .main-layout-btn .btn:first-child, .size {
            margin-right: 10px
        }

.navbar {
    background: #6b6b6c !important
}

    .navbar .navbar-brand span {
        color: #fff
    }

    .navbar a.nav-link {
        padding: 5px
    }

    .navbar .dropdown-menu {
        box-shadow: none
    }

.main-layout .main-layout-text {
    padding: 0 15px
}

    .main-layout .main-layout-text h1 {
        font-size: 35px
    }

    .main-layout .main-layout-text p {
        font-size: 16px
    }

    .main-layout .main-layout-text .btn {
        padding: 12px 30px;
        letter-spacing: 1px
    }


@media (max-width:767.98px) {
    .main-layout .main-layout-text h1 {
        font-size: 30px;
        font-weight: 600
    }

    .main-layout .main-layout-text p {
        font-size: 14px
    }

    .main-layout .main-layout-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px
    }
}

@media (max-width:575.98px) {
    .main-layout .main-layout-text h1 {
        font-size: 25px;
        font-weight: 600
    }

    .main-layout .main-layout-text p {
        font-size: 14px
    }

    .main-layout .main-layout-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0
    }
}

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px;
    text-align: center;
    background: #f7cac9
}

    .page-header h2 {
        position: relative;
        color: #343148;
        font-size: 60px;
        font-weight: 700
    }

    .page-header a {
        position: relative;
        padding: 0 12px;
        font-size: 22px;
        color: #343148
    }

        .page-header a::after {
            position: absolute;
            content: "/";
            width: 8px;
            height: 8px;
            top: -2px;
            right: -7px;
            text-align: center;
            color: #343148
        }

        #file-uploade, #file-uploade3, #file-uploader, .discount .section-header p::after, .like-product, .loadMore-comment, .myDiv, .mySlides, .page-header a:last-child::after {
            display: none
        }

.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto 45px
}

    .header-main-page, .section-header p {
        display: inline-block;
        margin: 0 30px 5px;
        padding: 0 10px;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        background: #fff
    }

        .header-main-page::after, .section-header p::after {
            position: absolute;
            content: "";
            height: 2px;
            top: 11px;
            right: -30px;
            left: -30px;
            background: #f7cac9;
            z-index: -1
        }

    .section-header h2 {
        margin: 0;
        position: relative;
        font-size: 40px;
        font-weight: 700
    }

.blog, .contact, .section-header-home-page {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .section-header-home-page .section-header-home-page-img {
        position: relative;
        height: 100%
    }

        .class .class-img img, .section-header-home-page .section-header-home-page-img img {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .home-page-services, .product-title, .section-header-home-page .section-header-home-page-text p {
        font-size: 16px
    }

    .section-header-home-page .section-header-home-page-text a.btn {
        position: relative;
        margin-top: 15px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #f7cac9;
        background: #343148;
        border-radius: 0;
        transition: .3s
    }

        .blog .owl-nav .owl-next:hover, .blog .owl-nav .owl-prev:hover, .contact .contact-form .btn:hover, .price .price-item.featured-item .price-action a:hover, .section-header-home-page .section-header-home-page-text a.btn:hover, .sidebar .tab-post .nav.nav-pills .nav-link.active, .sidebar .tab-post .nav.nav-pills .nav-link:hover, .single .comment-form .btn:hover, .team .team-social a:hover {
            color: #343148;
            background: #f7cac9
        }

.service {
    position: relative;
    width: 100%;
    padding: 10px 0 15px
}

    .service .service-item {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
        border: 1px solid rgba(0,0,0,.07);
        border-radius: 12px;
        transition: .3s
    }

    .service .service-icon, .service .service-icon:after, .service .service-icon:before {
        width: 80px;
        height: 80px;
        border-radius: 50%
    }

    .service .service-icon {
        position: relative;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .service .service-icon i {
            position: relative;
            font-size: 50px;
            color: #343148;
            z-index: 3
        }

        .service .service-icon:before {
            content: "";
            position: absolute;
            z-index: 0;
            background: #f7cac9;
            animation: 2s ease-out infinite pulse-border
        }

        .service .service-icon:after {
            content: "";
            position: absolute;
            z-index: 1;
            background: #f7cac9;
            transition: .2s
        }

.blog .pagination .page-item.active .page-link, .blog .pagination .page-link:hover, .class .class-wrap:hover .class-teacher a, .discount .discount-text .btn, .portfolio #portfolio-filter li.filter-active, .portfolio #portfolio-filter li:hover, .price .price-action a:hover, .price .price-item.featured-item .price-action a, .price .price-item.featured-item .price-header, .single .related-slider .owl-nav .owl-next:hover, .single .related-slider .owl-nav .owl-prev:hover, .single .single-tags a:hover, .single .tag-widget a:hover {
    background: #343148;
    color: #f7cac9
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s
}

.service .service-item p {
    margin: 0;
    font-size: 16px
}

.class, .portfolio {
    position: relative;
    padding: 45px 0 15px
}

    .class #class-filter, .portfolio #portfolio-filter {
        padding: 0;
        margin: -15px 0 25px;
        list-style: none;
        font-size: 0;
        text-align: center
    }

        .class #class-filter li, .portfolio #portfolio-filter li {
            cursor: pointer;
            display: inline-block;
            margin: 5px;
            padding: 6px 12px;
            color: #343148;
            font-size: 14px;
            font-weight: 400;
            border-radius: 0;
            background: 0 0;
            border: 1px solid #343148;
            transition: .3s
        }

            .blog .blog-item a.btn:hover, .class #class-filter li.filter-active, .class #class-filter li:hover, .footer .copyright p a:hover, .footer .footer-social a:hover i, .price .price-item.featured-item h2, .product-section .owl-item.center .product-section-text h3 {
                color: #f7cac9
            }

    .class .class-item, .portfolio .portfolio-item {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        transition: .3s
    }

    .blog .blog-img, .class .class-wrap, .sidebar, .team .team-img img {
        position: relative;
        width: 100%
    }

    .class .class-text {
        position: relative;
        padding: 30px 30px 25px;
        border-right: 1px solid rgba(0,0,0,.07);
        border-bottom: 1px solid rgba(0,0,0,.07);
        border-left: 1px solid rgba(0,0,0,.07)
    }

        .class .class-text h2, .product-section .product-section-text h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px
        }

    .class .class-teacher {
        position: relative;
        height: 40px;
        margin-top: -50px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        border-radius: 40px
    }

        .class .class-teacher img {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            background: #f7cac9
        }

        .class .class-teacher h3 {
            width: calc(100% - 95px);
            font-size: 15px;
            font-weight: 600;
            margin: 0 0 0 15px;
            white-space: nowrap;
            overflow: hidden
        }

        .class .class-teacher a {
            width: 40px;
            height: 40px;
            padding: 0 0 3px 1px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            font-weight: 100;
            color: #343148;
            background: #f7cac9;
            border-radius: 40px;
            transition: .3s
        }

    .class .class-meta {
        position: relative;
        display: flex;
        align-items: center
    }

        .class .class-meta p {
            margin: 0;
            font-size: 14px
        }

            .class .class-meta p i {
                margin-right: 5px;
                color: #343148
            }

.discount {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: linear-gradient(rgba(247,202,201,.7),rgba(247,202,201,.7)) center/contain no-repeat fixed,url(../img/discount-bg.png) center/contain no-repeat fixed
}

    .discount .container {
        max-width: 750px;
        text-align: center
    }

    .discount .section-header {
        margin-bottom: 20px
    }

        .discount .section-header p {
            color: #343148;
            background: 0 0
        }

        .discount .section-header h2 span {
            color: #f32b56;
            font-size: 50px
        }

    .discount .discount-text p {
        color: #454545
    }

    .discount .discount-text .btn {
        margin-top: 10px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 0;
        transition: .3s
    }

.price {
    position: relative;
    width: 100%;
    padding: 35px 0 15px
}

    .price .price-item {
        position: relative;
        margin-bottom: 30px
    }

    .price .price-body, .price .price-footer, .price .price-header {
        position: relative;
        width: 100%;
        text-align: center;
        background: #fff;
        overflow: hidden
    }

    .price .price-header {
        padding: 30px;
        background: #f7cac9;
        color: #343148
    }

    .price .price-status {
        margin-top: -30px;
        text-align: right
    }

        .price .price-status span {
            position: relative;
            display: inline-block;
            height: 30px;
            right: -30px;
            padding: 7px 10px;
            text-align: center;
            color: #343148;
            font-size: 14px;
            line-height: 14px;
            background: #f7cac9
        }

    .price .price-title h2 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase
    }

    .price .price-prices h2 {
        font-size: 45px;
        font-weight: 700;
        margin-left: 10px
    }

        .price .price-prices h2 small {
            position: absolute;
            font-size: 18px;
            font-weight: 400;
            margin-top: 9px;
            margin-left: -12px
        }

        .price .price-prices h2 span {
            margin-left: 1px;
            font-size: 18px;
            font-weight: 400
        }

    .price .price-body {
        padding: 25px 0 20px;
        border: 1px solid rgba(0,0,0,.07);
        border-bottom: none
    }

    .price .price-description ul, .sidebar .category-widget ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .price .price-description ul li {
            padding: 7px;
            border-bottom: 1px solid rgba(0,0,0,.07)
        }

            .footer .footer-menu p:last-child, .price .price-description ul li:last-child {
                border: none
            }

    .price .price-action {
        border: 1px solid rgba(0,0,0,.07);
        border-top: none
    }

        .price .price-action a.btn {
            margin-bottom: 30px;
            padding: 12px 20px;
            color: #343148;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            border-radius: 0;
            background: #f7cac9;
            transition: .3s
        }

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px
}

    .team .team-item {
        position: relative;
        margin-bottom: 30px;
        padding: 15px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.07)
    }

    .team .team-img {
        position: relative;
        overflow: hidden
    }

    .team .team-social {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s
    }

        .team .team-social a {
            position: relative;
            margin: 100px 3px 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 40px;
            font-size: 16px;
            color: #f7cac9;
            background: #343148;
            opacity: 0
        }

    .team .team-item:hover .team-social {
        background: rgba(256,256,256,.5)
    }

        .team .team-item:hover .team-social a:first-child {
            opacity: 1;
            margin-top: 0;
            transition: .3s
        }

        .team .team-item:hover .team-social a:nth-child(2) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .1s
        }

        .team .team-item:hover .team-social a:nth-child(3) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .2s
        }

        .team .team-item:hover .team-social a:nth-child(4) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .3s
        }

    .team .team-text {
        position: relative;
        padding: 25px 15px 10px;
        text-align: center;
        background: #fff
    }

        .team .team-text h2 {
            font-size: 18px;
            font-weight: 600
        }

        .blog .blog-meta p:last-child, .copyright-text, .footer .footer-social a:last-child i, .single .comment-form form .form-group:last-child, .single .single-bio-text p, .team .team-text p {
            margin: 0
        }

.product-section {
    position: relative;
    padding: 15px 0
}

    .product-section .product-section-item {
        position: relative;
        margin: 0 15px;
        text-align: center
    }

    .product-section .product-section-img {
        position: relative;
        margin-bottom: 15px;
        z-index: 1
    }

    .product-section .product-section-item img {
        margin: 0 auto;
        width: 120px;
        padding: 13px;
        border-radius: 100px;
        border: 1px solid rgba(0,0,0,.07);
        background: #fff;
        transition: .5s
    }

    .product-section .product-section-text {
        position: relative;
        margin-top: -70px;
        padding: 75px 25px 25px;
        text-align: center;
        background: #fff;
        border: 1px solid rgba(0,0,0,.07)
    }

    .product-section .product-section-item p {
        font-size: 16px;
        color: #666
    }

    .product-section .product-section-text h4 {
        color: #666;
        font-size: 14px;
        margin-bottom: 0
    }

    .product-section .owl-item.center img {
        border-color: transparent
    }

    .product-section .owl-dot.active, .product-section .owl-item.center .product-section-text {
        background: #343148
    }

    .product-section .owl-dots {
        margin-top: 15px;
        text-align: center
    }

    .product-section .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #f7cac9
    }

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px
}

.blog .blog-item {
    position: relative;
    margin: 0 15px
}

.blog .blog-page .blog-item {
    margin: 0 0 30px
}

.blog .blog-img img, .single .comment-img img, .single .post-item .post-img img, .single .single-bio-img img {
    width: 100%
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.07);
    border-left: 1px solid rgba(0,0,0,.07)
}

    .blog .blog-text h2 {
        font-size: 22px;
        font-weight: 600
    }

    .blog .blog-text p {
        margin-bottom: 10px
    }

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s
}

    .blog .blog-item a.btn i {
        margin-left: 5px
    }

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px
}

    .blog .blog-meta p {
        margin: 0 10px 0 0;
        font-size: 13px
    }

    .blog .blog-meta i {
        margin-right: 5px
    }

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0;
    display: flex
}

    .blog .owl-nav .owl-next, .blog .owl-nav .owl-prev {
        margin-left: 15px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #f7cac9;
        background: #343148;
        font-size: 22px;
        transition: .3s
    }

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148
}

.blog .pagination .disabled .page-link {
    color: #999
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

.portfolio img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12)
}

.contact .container {
    max-width: 900px
}

.contact .contact-item {
    text-align: center;
    margin-bottom: 30px
}

    .contact .contact-item i {
        width: 50px;
        height: 50px;
        padding: 12px 0;
        font-size: 25px;
        color: #343148;
        margin-bottom: 15px;
        border: 1px solid #f7cac9;
        border-radius: 50px
    }

    .contact .contact-item h2 {
        font-size: 25px;
        font-weight: 700
    }

.contact .contact-form input {
    height: 45px;
    padding: 15px;
    background: 0 0;
    border-radius: 0
}

.contact .contact-form textarea {
    height: 150px;
    padding: 15px;
    background: 0 0;
    border-radius: 0
}

.contact .contact-form .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #f7cac9;
    background: #343148;
    border-radius: 0;
    transition: .3s
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.single {
    position: relative;
    padding: 45px 0
}

    .single .single-content {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden
    }

        .single .single-content img {
            margin-bottom: 20px;
            width: 100%
        }

    .single .single-tags {
        margin: -5px -5px 41px;
        font-size: 0
    }

        .single .single-tags a, .single .tag-widget a {
            margin: 5px;
            display: inline-block;
            padding: 7px 15px;
            font-size: 14px;
            font-weight: 400;
            color: #666;
            border: 1px solid #ddd
        }

    .single .comment-form form, .single .single-bio {
        padding: 30px;
        background: #f3f6ff
    }

    .single .single-bio {
        margin-bottom: 45px;
        display: flex
    }

    .single .single-bio-img {
        width: 100%;
        max-width: 100px
    }

    .single .single-bio-text {
        padding-left: 30px
    }

        .single .single-bio-text h3, h2, h3 {
            font-size: 20px;
            font-weight: 700
        }

    .single .single-related {
        margin-bottom: 45px
    }

        .single .comment-form h2, .single .single-comment h2, .single .single-related h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px
        }

    .single .related-slider {
        position: relative;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .single .related-slider .post-item {
            margin: 0 15px
        }

    .single .post-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }

        .single .post-item .post-img {
            width: 100%;
            max-width: 80px
        }

        .single .post-item .post-text {
            padding-left: 15px
        }

            .single .post-item .post-text a {
                font-size: 16px;
                font-weight: 400
            }

        .single .post-item .post-meta {
            display: flex;
            margin-top: 8px
        }

            .single .post-item .post-meta p {
                display: inline-block;
                margin: 0;
                padding: 0 3px;
                font-size: 14px;
                font-weight: 300;
                font-style: italic
            }

                .single .post-item .post-meta p a {
                    margin-left: 5px;
                    font-size: 14px;
                    font-weight: 300;
                    font-style: normal
                }

    .single .related-slider .owl-nav {
        position: absolute;
        width: 90px;
        top: -55px;
        right: 15px;
        display: flex
    }

        .single .related-slider .owl-nav .owl-next, .single .related-slider .owl-nav .owl-prev {
            margin-left: 15px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #343148;
            background: #f7cac9;
            font-size: 16px;
            transition: .3s
        }

    .sidebar .sidebar-widget, .single .single-comment {
        position: relative;
        margin-bottom: 45px
    }

    .single .comment-list {
        list-style: none;
        padding: 0
    }

    .single .comment-child {
        list-style: none
    }

    .single .comment-body {
        display: flex;
        margin-bottom: 30px
    }

    .single .comment-img {
        width: 60px
    }

    .single .comment-text {
        padding-left: 15px;
        width: calc(100% - 60px)
    }

        .single .comment-text h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 3px
        }

        .single .comment-text span {
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 5px
        }

.footer .copyright p a, .footer .footer-info h3, .footer .footer-menu p {
    color: #fff;
    font-weight: 600
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #343148;
    background: #ddd;
    border-radius: 0
}

    .single .comment-text .btn:hover {
        background: #f7cac9
    }

.single .comment-form input, .single .comment-form textarea {
    border-radius: 0
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #f7cac9;
    background: #343148
}

@media(max-width:991.98px) {
    .sidebar {
        margin-top: 45px
    }
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700
}

    .sidebar .sidebar-widget .widget-title::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #f7cac9
    }

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0
}

    .sidebar .search-widget input:focus {
        box-shadow: none
    }

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #f7cac9;
    background: 0 0;
    border-radius: 0;
    border: none;
    transition: .3s
}

    .sidebar .search-widget .btn:hover {
        color: #343148
    }

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #f7cac9;
    background: #343148;
    border-radius: 0
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0;
    background: 0 0
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px
}

    .sidebar .category-widget ul li:last-child {
        margin-bottom: 0
    }

    .sidebar .category-widget ul li a {
        display: inline-block;
        line-height: 23px
    }

    .sidebar .category-widget ul li::before {
        position: absolute;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #f7cac9;
        left: 1px
    }

    .sidebar .category-widget ul li span {
        display: inline-block;
        float: right
    }

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden
}

    .sidebar .image-widget img {
        max-width: 100%;
        transition: .3s
    }

        .sidebar .image-widget img:hover {
            transform: scale(1.1)
        }

.footer {
    position: relative;
    margin-top: 45px;
    background: url(../img/4303412.jpg) 0 0/100% auto no-repeat #000;
    overflow: auto
}

    .footer .footer-info {
        position: relative;
        width: 100%;
        text-align: center
    }

        .footer .footer-info .footer-logo {
            display: inline-block;
            color: #f7cac9;
            font-size: 60px;
            line-height: 60px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 45px
        }

            .footer .footer-info .footer-logo span {
                color: #fff;
                text-transform: lowercase
            }

        .footer .footer-info h3 {
            margin-bottom: 15px;
            font-size: 20px
        }

    .footer .footer-menu {
        width: 100%;
        display: flex;
        justify-content: center
    }

        .footer .footer-menu p {
            font-size: 20px;
            line-height: 20px;
            padding: 0 10px;
            border-right: 1px solid #fff
        }

    .footer .footer-social {
        position: relative;
        margin-top: 5px
    }

        #pagination-demo li, .footer .footer-social a, .footer-links.inline li {
            display: inline-block
        }

            .footer .footer-social a i {
                margin-right: 15px;
                font-size: 20px;
                color: #fff;
                transition: .3s
            }

    .footer .copyright {
        margin-top: 60px;
        padding: 0 30px
    }

        .footer .copyright .row {
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid rgba(256,256,256,.1)
        }

        .footer .copyright p {
            margin: 0;
            color: #fff
        }

        .footer .copyright .col-md-6:last-child p {
            text-align: right
        }

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none
}

@media (max-width:767.98px) {
    .page-header h2 {
        font-size: 35px
    }

    .page-header a {
        font-size: 18px
    }

    .section-header h2 {
        font-size: 30px
    }

    .section-header-home-page .section-header-home-page-img {
        margin-bottom: 30px;
        height: auto
    }

    .footer .copyright .col-md-6:last-child p, .footer .copyright p {
        margin: 5px 0;
        text-align: center
    }

    .footer {
        position: relative;
        margin-top: 45px;
        background: url(../img/4303412.jpg) no-repeat #000;
        overflow: auto
    }
}

.add-to-cart, .like, .orange {
    background: #ff9f1a
}

img {
    max-width: 100% !important;
}

.details, .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.colors, .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}

    .preview-thumbnail.nav-tabs li {
        width: 30%
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0
        }

.tab-content {
    overflow: hidden
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }

@media screen and (min-width:997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 2.5rem
    }
}

.colors, .price, .product-feature-title, .product-title, .sizes {
    text-transform: UPPERCASE;
    font-weight: 700
}

    .checked, .price span {
        color: #ff9f1a
    }

.price, .product-description, .product-title, .rating, .sizes, .vote {
    margin-bottom: 1px
}

.size:first-of-type {
    margin-left: 40px
}

.color {
    display: inline-block;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}

    .color:first-of-type {
        margin-left: 20px
    }

.add-to-cart, .like {
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

    .add-to-cart:hover, .like:hover {
        background: #b36800;
        color: #fff
    }

.not-available {
    text-align: center;
    line-height: 2em
}

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff
    }

.green {
    background: #85ad00
}

.blue {
    background: #0076ad
}

.tooltip-inner {
    padding: 1.3em
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.img-magnifier-glass {
    position: absolute;
    border-radius: 50%;
    cursor: none;
    width: 100px;
    height: 100px
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px
    }

.gear .bar:before, .gear:before {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc
}

    .rate:not(:checked) > label:before {
        content: '★ '
    }

.rate > input:checked ~ label {
    color: #ffc700
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #deb217
}

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
    color: #c59b08
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50% !important;
    max-width: 1200px
}

.close {
    color: #d81148 !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700
}

    .close:focus, .close:hover {
        color: #999;
        text-decoration: none;
        cursor: pointer
    }

.cursor, .enamad, .value-button:hover {
    cursor: pointer
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.box-header-title {
    padding-bottom: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

    .box-header-title:after {
        content: "";
        background-color: #ef394e;
        margin-top: 8px;
        height: 2px;
        width: 70px;
        border-radius: 1px
    }

.comment-message-box {
    width: 50% !important;
    background-color: #f1f1f4 !important;
    border-radius: 10px !important;
    margin-right: 50px !important
}

@media screen and (max-width:996px) {
    .preview {
        margin-bottom: 20px
    }

    .comment-message-box {
        width: 100% !important;
        background-color: #dadbdf !important;
        border-radius: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width :1920px) {
    .carousel-mobile, .product-image-mobile {
        visibility: hidden;
        display: none
    }
}

@media screen and (max-width :906px) {
    .product-image-desktop {
        visibility: hidden;
        display: none
    }

    .product-image-mobile {
        visibility: visible;
        display: block
    }
}

.discount-price, .without-discount {
    width: 15%;
    font-weight: 300;
    letter-spacing: 0;
    display: inline-flex;
    font-size: 1rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 26px;
    border-radius: 20px;
    padding: 4px 6px 1px;
    color: #fff
}

#pagination-demo {
    display: inline-block;
    margin-bottom: 1.75em
}

#parallelogram {
    width: 130px;
    height: auto;
    background: #00f;
    margin-right: 50px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg)
}

a.sort-search:active, a.sort-search:hover {
    background-color: #ece9e9;
    color: #000
}

.discount-price {
    background-color: #ff9c47;
    margin-bottom: 3px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.without-discount {
    margin-bottom: -5px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.product-name, .value-button {
    display: inline-block;
    text-align: center
}

.value-button {
    margin: 0;
    width: 40px;
    height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0
}

form #input-wrap {
    margin: 0;
    padding: 0
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    float: left;
    width: 80%
}

form.example button {
    float: left;
    width: 10%;
    padding: 6px;
    background: #fa1e3d;
    color: #fff;
    font-size: 17px;
    border: 1px solid #fa1e3d;
    border-left: none;
    cursor: pointer
}

    form.example button:hover {
        background: #e53f64
    }

form.example::after {
    content: "";
    clear: both;
    display: table
}

.menu-item-sort-search a {
    text-decoration: none
}

    .menu-item-sort-search a:hover {
        background: #d8d8db;
        opacity: .8;
        border-radius: 20px
    }

.menu-item-sort-search .active {
    background-color: #468efa;
    color: #fff;
    border-radius: 20px
}

.product-name {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #535353
}

@media screen and (max-width :768px) {
    .carousel-desktop {
        visibility: hidden;
        display: none
    }

    .carousel-mobile {
        visibility: visible;
        display: block
    }
}

.multi-image-product {
    border: 2px solid rgb(245 123 146)
}

    .multi-image-product img {
        width: 100%;
        height: 100px
    }

.main-image-product {
    width: 100%;
    height: 300px
}

.modal-content-product {
    width: 70% !important
}

.main-image-slider-product {
    width: 80%;
    height: 300px
}

.image-mobile, .image-slider-responsive-product {
    width: 285px;
    height: 285px
}

.image-slider-button-responsive-product {
    border: none;
    background-color: #fff;
    height: 14%;
    margin-top: 150px;
    width: 5%
}

    .image-slider-button-responsive-product i {
        color: #000
    }

.product-feature {
    color: #686868
}

.price-product {
    font-size: 20px
}

.buy-button-product {
    color: #fff !important;
    background-color: #ff9c47 !important;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff
}

.rate-score-product {
    color: #f6fa09 !important;
    margin-top: -10px
}

.rate-total-score-product {
    color: #81858b !important
}

.rate-count-score-product {
    color: #c0c2c5 !important
}

.dis-like-product {
    font-size: 1.75em;
    color: red;
    display: none
}

.like-product, .share-product {
    color: #424750;
    font-size: 1.75em
}

.remove-book-mark-product {
    display: none;
    color: #00bfd6;
    font-size: 1.75em
}

.add-book-mark-product {
    display: none;
    color: #424750;
    font-size: 1.75em
}

.usp-product {
    color: #b7b5b5
}

    .usp-product i {
        font-size: 1.45em;
        color: #b7b5b5
    }

.account-profile-title, .category-title, .description-product {
    display: inline-block;
    border-bottom: 3px solid #e59309;
    padding-bottom: 2px
}

.comment-details-product {
    color: #a1a3a8;
    font-size: 12px
}

.suggest-comment-button-product {
    color: #fff !important;
    background-color: #ff003b !important;
    font-size: 1rem !important;
    line-height: 1.571 !important;
    font-weight: 700 !important;
    border: 1px solid #fff !important;
    border-radius: 6px !important
}

.comment-message-product {
    width: 90%;
    height: 250px
}

    .comment-message-product::placeholder {
        color: #c8c8c8;
        opacity: 1;
        padding-right: 15px;
        padding-top: 20px
    }

.send-comment-button-product {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff;
    width: 22%
}

ul.pagination-product {
    display: inline-block;
    padding: 0;
    margin: 0
}

    ul.pagination-product li {
        display: inline;
        color: #fff !important;
        float: right;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #e59309 !important
    }

        ul.pagination-product li.active {
            background-color: #2b2b2b !important
        }

        ul.pagination-product li a {
            color: #fff !important
        }

.background-color-about-us {
    background-color: #ffb575
}

.background-color-card-about-us, .background-color-card-contact-us {
    background-color: #fff
}

.color-icon-about-us span i, .color-icon-contact-us span i {
    color: #aeb5b3
}

.main-image-about-us, .main-image-contact-us {
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: auto;
    opacity: .9
}

.multi-image-about-us span img, .multi-image-contact-us span img {
    width: 10%
}

.background-color-contact-us {
    background-color: #f2e6e6
}

.social-image-contact-us span img {
    width: 15%
}

.background-color-search {
    background-color: #f1f1f4
}

.item-value-incress-decress-cart form a, .remove-item-cart {
    color: #777 !important
}

.item-value-number-cart {
    color: #0fabc6 !important;
    width: 25%;
    text-align: center
}

.discount-item-cart span {
    color: #ef394e;
    font-size: 14px
}

.continue-buy-button {
    color: #fff !important;
    background-color: #ff003b !important;
    font-size: 1rem !important;
    line-height: 1.571 !important;
    font-weight: 700 !important;
    border: 1px solid #fff !important;
    width: 52% !important
}

.product-code-cart {
    padding-left: 45px
}

.header-home-page {
    direction: rtl;
    justify-content: initial;
    color: #696768 !important
}

.cart-section-header-home-page {
    width: 40px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative
}

.cart-buy-header-home-page, .cart-buy-number-home-page, .search-header-home-page {
    text-align: center;
    display: inline-block;
    text-decoration: none
}

.gear .bar, .gear .bar:before, .gear:after, .gear:before {
    position: absolute
}

.cart-buy-header-home-page {
    background-color: #fb910a;
    border: none;
    color: #fff;
    padding: 7px;
    font-size: 17px
}

.cart-buy-number-home-page {
    background-color: #ececec;
    border: 2px solid #f57b92;
    color: #f57b92;
    padding: 9px;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    top: 27px
}

.search-header-home-page {
    background-color: #fb910a;
    border: none;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    margin: 4px 2px
}

.search-input-header-home-page {
    background-color: #ececec;
    border-radius: 25px;
    border: 4px solid #fff;
    width: 243px;
    height: 40px
}

@media (max-width:768px) {
    .carousel-inner .carousel-item > div {
        display: none
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block
        }

    .product-discount-card {
        padding-top: 20px
    }

    .product-price-card {
        padding-bottom: 75px
    }

    .product-code-cart {
        padding-right: 45px
    }

    .search-input-header-home-page {
        border-radius: 25px;
        border: 2px solid #999e92;
        width: 230px;
        height: 40px
    }

    .search-cart-section {
        padding-top: 20px !important
    }
}

.title-section-home-page {
    padding-left: 0 !important;
    padding-top: 100px !important
}

.business-name-home-page {
    color: #f57b92 !important;
    font-size: 85px !important;
    text-align: end !important
}

.slogan-business-home-page {
    color: #696768 !important
}

    .slogan-business-home-page span {
        color: #fb7f97 !important
    }

.more-info-btn-home-page {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6f6d6e;
    background-color: #fff;
    border: 1px solid #999e92;
    border-radius: 20px;
    transition: .3s
}

.category-section-home-page {
    padding-left: 50px !important
}

.category-section-first-row-image-home-page {
    width: 100%;
    height: 250px
}

.category-section-second-row-image-home-page {
    width: 100%;
    height: 200px
}

.show-more-discount-button-home-page {
    background-color: #fff !important;
    border-radius: 5px;
    padding: 9px 16px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700
}

.chart, .spanId {
    font-weight: 300
}

.discount-section-home-page {
    background: linear-gradient(rgb(244 66 140 / 81%),rgba(246,96,153,.5))
}

.brand-section-home-page {
    border-radius: 25px;
    border: 2px solid #eceeeb
}

.weblog-image-section-home-page {
    width: 100%;
    height: 400px
}

.weblog-header-title-section-home-page {
    color: #676566 !important
}

.carousel-control-button {
    color: #000 !important;
    border: none;
    background-color: #fff !important;
    height: 14%;
    margin-top: 150px;
    width: 5%
}

.footer-section {
    text-align: center;
    color: #665757;
    border-radius: 25px 25px 0 0;
    background: #ddd8d8;
    padding: 20px;
    width: 50%
}

.gear, .gear:after, .gear:before {
    border-radius: 50%
}

@media (max-width:481px) {
    .footer-section {
        width: 90%
    }
}

.first-box-page {
    position: relative;
    min-height: 100vh
}

@media (max-width:991.98px) {
    .title-section-home-page {
        padding: 0 15px !important
    }

    .business-name-home-page {
        text-align: start !important
    }

    .category-section-home-page {
        padding: 0 !important
    }

    .first-box-page {
        padding-top: 0 !important
    }
}

:root {
    --main-color: #eaeaea;
    --stroke-color: black
}

.loading h1, .loading h2 {
    margin-top: 0;
    opacity: 0;
    background: #eaeaea;
    text-align: center !important
}

.error-title-page, .site-footer .copyright-text, .site-footer .social-icons, .social-icons a, .spanId {
    text-align: center
}

.error-title-page {
    margin-top: 75px
}

.gears-box {
    margin-top: 70px
}

.chart, .gear, .gears {
    position: relative;
    margin: 0 auto
}

.gears {
    width: auto;
    height: 0
}

.gear {
    z-index: 0;
    width: 120px;
    height: 120px;
    background: #fb910a
}

    .gear:before {
        z-index: 2;
        content: "";
        background: #eaeaea
    }

    .gear:after {
        left: 25px;
        top: 25px;
        z-index: 3;
        content: "";
        width: 70px;
        height: 70px;
        border: 5px solid #f57b92;
        box-sizing: border-box;
        background: #eaeaea
    }

    .gear.one {
        left: -130px;
        -webkit-animation: 2s linear infinite anticlockwiseErrorStop
    }

    .gear.two {
        top: -75px;
        -webkit-animation: 2s linear infinite anticlockwiseError
    }

    .gear.three {
        top: -235px;
        left: 130px;
        -webkit-animation: 2s linear infinite clockwiseError
    }

    .gear .bar {
        left: -15px;
        top: 50%;
        z-index: 0;
        width: 150px;
        height: 30px;
        margin-top: -15px;
        border-radius: 5px;
        background: #fb910a
    }

        .gear .bar:before {
            z-index: 1;
            content: "";
            border-radius: 2px;
            background: #eaeaea
        }

        .gear .bar:nth-child(2) {
            transform: rotate(60deg);
            -webkit-transform: rotate(60deg)
        }

        .gear .bar:nth-child(3) {
            transform: rotate(120deg);
            -webkit-transform: rotate(120deg)
        }

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@-webkit-keyframes clockwiseError {
    0%,100% {
        -webkit-transform: rotate(0)
    }

    20%,60% {
        -webkit-transform: rotate(30deg)
    }

    40% {
        -webkit-transform: rotate(25deg)
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0%,100% {
        -webkit-transform: rotate(0)
    }

    20%,60% {
        -webkit-transform: rotate(-30deg)
    }
}

@-webkit-keyframes anticlockwiseError {
    0%,100% {
        -webkit-transform: rotate(0)
    }

    20%,60% {
        -webkit-transform: rotate(-30deg)
    }

    40% {
        -webkit-transform: rotate(-25deg)
    }
}

.loading .gear.one, .loading .gear.three {
    -webkit-animation: 3s linear infinite clockwise
}

.loading .gear.two {
    -webkit-animation: 3s linear infinite anticlockwise
}

.trust-symbol img {
    max-width: 78px;
    max-height: 84px
}

.site-footer {
    background-color: #2c2929 !important;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: .5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px
    }

    .footer-links a, .site-footer a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover, .site-footer a:hover {
            color: #36c;
            text-decoration: none
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

    .social-icons li.title {
        margin-right: 15px;
        text-transform: uppercase;
        color: #96a2b2;
        font-weight: 700;
        font-size: 13px
    }

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

    .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
        color: #fff;
        background-color: #29aafe
    }

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@@media (max-width:767px) {
    margin-right: 0;
    font-weight: 600
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px
}

.filelabel .title, .filelabel i {
    color: grey;
    transition: color .2s;
}

.filelabel:hover {
    border: 2px solid #1665c4
}

    .filelabel:hover .title, .filelabel:hover i {
        color: #1665c4
    }

.chart {
    width: 165px;
    height: 165px;
    font-family: 'Titillium web'
}

.loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat #f9f9f9
}

.canvasId {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.spanId {
    color: #555;
    display: block;
    line-height: 165px;
    width: 165px;
    font-size: 40px;
    margin-left: 5px
}

.google-search-preview {
    text-align: left;
    max-width: 500px;
    border-radius: 4px;
    border: 4px solid #f4f4f4;
    padding: 12px;
    font-family: Arial,Helvetica,sans-serif;
    pointer-events: none
}

.google-description-format, .google-title-format, .google-url-format {
    font-family: arial,sans-serif !important
}

.google-url-format {
    color: #202124;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3
}

.google-title-format {
    color: #1a0dab;
    line-height: 1.3;
    margin-bottom: 3px;
    font-size: 20px;
    padding-top: 5px
}

.ads-title, .create-ads-rules, .google-description-format, .portfolio-details-text {
    font-size: 14px
}

.input-seo-url {
    width: 350px;
    text-align: left !important
}

.progress {
    margin: 10px;
    width: 300px
}

.codeToTextRatio {
    font-size: 30px !important
}

.brokenLinkTitle, .organizationSchemaTitle {
    font-size: 25px !important
}

.province-ads-ul {
    list-style-type: none;
    font-size: 14px !important
}

.province-ads {
    font-size: 14px !important;
    display: inline-block !important;
    color: #555
}

.footer-card-ads {
    font-size: 12px;
    color: #848484
}

.about-us-layout, .breadcrumb-ads, .price-disount-text {
    font-size: 12px
}

.ads-details-description {
    white-space: pre-wrap;
    line-height: initial
}

.card-body-title, .category-search-content {
    font-size: 16px;
    font-weight: 700
}

.card-body-image {
    aspect-ratio: 610/380;
    width: 100%;
    height: 100%
}

.article-font, .article-font a, .article-font div, .article-font p, .article-font span, .article-font strong {
    direction: rtl !important;
    font-family: IRANYekanWebRegular !important
}

.card-category-image {
    aspect-ratio: auto 240/240
}

.card-advertising-image, .card-portfolio-image, .card-product-image {
    width: 100%;
    height: 100%;
    aspect-ratio: auto 240/240
}

.price-disount {
    font-size: 20px;
    color: #ac9b9b
}

.faq-schema {
    direction: ltr !important
}

.comment-rule-title {
    color: #0094ff
}

.comment-rule-text {
    color: #858484
}

.category-page-text, .product-short-description {
    line-height: 2
}

.product-tag-color {
    color: #a2a0a0
}

.category-order-button, .payment-without-login-checkout {
    background-color: #fb910a;
    color: #fff
}

.filelabelcart {
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border .3s;
    cursor: pointer;
    text-align: center;
    margin: 0
}

.share-icon-box {
    width: 50%
}

.share-icon {
    font-size: 23px
}

.share-divider-icon {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.weblog-card {
    flex-direction: row !important;
}

.btn-warning {
    background-color: #e59309 !important;
    border-color: #f59e0b;
}

.text-warning {
    color: #e59309 !important;
}

.img-weblog {
    width: 300px;
    height: 300px;
    aspect-ratio: auto 240/240;
}

.card-header-style {
    background-color: #312e2e;
    color: white;
}

.card-footer-style {
    background-color: #312e2e;
    color: white;
}

.account-profile-header-menu {
    background-color: #7822ff;
    color: white;
    border-radius: 25px !important;
}

.ads-details-card {
    background-color: white;
    border-radius: 25px
}

.ads-details-button {
    background: #7822ff;
    color: white;
}

    .ads-details-button:hover {
        background: #fdce2b;
        color: white;
    }

.ads-details-passage {
    line-height: 2rem;
}

.ads-details-title-section {
    color: #7822ff;
    font-size: 18px;
}


.ads-details-font-size {
    font-size: 26px;
}

.ads-details-main-box {
    border-radius: 25px;
    background-color: #7822ff;
    font-size: 16px !important;
    color: white;
}

    .ads-details-main-box:hover {
        border-radius: 25px;
        background-color: #fdce2b;
        font-size: 16px !important;
        color: white;
    }

.ads-details-main-title {
    font-size: 25px;
    text-align: center;
}

.ads-details-main-image {
    border-radius: 25px;
}

.ads-details-social-network {
    background-color: white;
    border: 1px solid #7822ff;
    border-radius: 25px;
    color: white;
}

.ads-details-info-section {
    background: #ececec;
    border-radius: 25px
}

.sidebar-menu {
    background-color: #7822ff;
}

.sidebar-menu-logo {
    width: 100px;
}

.sidebar-menu-position {
    position: fixed !important;
}

@media (min-width:992px) {
    .sidebar-menu-position {
        position: fixed !important;
        padding-right: 10px !important;
    }
}

@media (max-width:1024px) {
    .sidebar-menu {
        display: none;
    }
}

.sidebar-menu-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sidebar-menu-icon {
    font-size: 30px;
    font-weight: bold
}


.mobile-menu {
    display: block;
}

@media (min-width:768px) {
    .mobile-menu {
        display: none;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/img/menu-icon.svg) !important;
}


.home-page-card {
    background-color: white;
    border-radius: 25px
}

.home-page-title {
    color: #7822ff;
    font-weight: bold;
}

.home-page-slogan {
    color: #7822ff;
    font-weight: bold;
    font-size: 20px
}

.home-page-hr {
    height: 3px;
    border-width: 0;
    color: #7822ff;
    background-color: #7822ff
}

.home-page-website-name {
    font-weight: bold;
    font-size: 30px;
    color: white !important;
}

    .home-page-website-name:hover {
        font-weight: bold;
        font-size: 32px;
        color: #f9b53a !important;
    }

.home-page-link {
    font-weight: bold;
    font-size: 20px;
    color: white !important;
}

    .home-page-link:hover {
        font-weight: bold;
        font-size: 22px;
        color: #f9b53a !important;
    }

.home-page-link-dark {
    font-weight: bold;
    font-size: 20px;
    color: black !important;
}

    .home-page-link-dark:hover {
        font-weight: bold;
        font-size: 22px;
        color: white !important;
    }

.home-page-box-1 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(255,209,85,1) 12%, rgba(255,150,81,1) 96%);
}

.home-page-box-2 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(60,215,156,1) 0%, rgba(57,190,184,1) 91%);
}

.home-page-box-3 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(158,99,228,1) 50%, rgba(118,80,201,1) 96%);
}

.home-page-box-4 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(224,73,140,1) 50%, rgba(200,80,152,1) 96%);
}

.home-page-box-5 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(78,185,239,1) 50%, rgba(88,166,228,1) 96%);
}

.home-page-box-6 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(123,204,255,1) 0%, rgba(74,118,236,1) 60%);
}

.home-page-box-7 {
    border-radius: 25px;
    background: rgb(193,126,254);
    background: linear-gradient(106deg, rgba(193,126,254,1) 0%, rgba(237,123,254,0.9976365546218487) 71%);
}

.home-page-box-8 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(247,119,157,1) 0%, rgba(255,153,116,1) 71%);
}

.home-page-box-9 {
    border-radius: 25px;
    background: linear-gradient(106deg, rgba(133,224,212,1) 0%, rgba(36,193,169,1) 71%);
}

#contact-img {
    background-image: url('/img/تماس.svg');
    width: 75px;
}

    #contact-img:hover {
        background-image: url('/img/تماس زرد.svg');
        width: 85px;
    }

.advertising-media {
    width: 300px;
    height: auto;
}

.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider {
    flex: 1;
    position: relative;
}

.slide {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

    .slide.active {
        opacity: 1;
        display: block;
    }

    .slide img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .slide h2 {
        font-size: 24px;
        margin: 10px 0;
    }

    .slide p {
        color: #555;
    }


@media (max-width:768px) {
    .mobile-silder {
        display: none;
    }
}

.indicators {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

    .indicator.active {
        background-color: #333;
    }

.header-site {
    background-color: #7822ff;
    color: white;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

    .remove:hover {
        background: white;
        color: black;
    }

.upload-img-box {
    padding: 10px;
    border: 2px solid red;
}

.img-ads {
    width: 300px;
    height: 200px;
    aspect-ratio: auto 240/240;
}

.social-icon-ads {
    width: 50px;
}

.icon-time-section {
    padding-top: 15px;
    background-color: #ece3f9;
    padding-bottom: 15px;
}

.icon-time-work {
    width: 65px;
}

.map-section {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    border: 3px solid #934afc;
}

.login-text {
    font-size: 30px;
    font-weight: bold;
    color: #7822ff;
}

.background-login-page {
    background-color: #1f1f1f;
}

.background-login-card {
    background-color: #2b2b2b;
}

.logo-login-image {
    width: 300px;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon i {
        position: absolute;
        right: 0;
        padding: 12px;
        pointer-events: none;
        color: #21cdc0;
    }

.card-img-ads {
    border-radius: 1em !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    text-decoration: none !important;
}

.file-upload {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #14cf70;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
    color: black;
    text-align: center;
}

.title-ads-home-page {
    font-weight: bold;
    color: #6300ff;
    font-size: 18px;
}

.menu-option {
    background-color: #cbc3c3;
    border-radius: 50px;
    padding: 9px;
    color: white;
}
.slogan{
    font-size:48px;
    text-align:center;
    line-height:5rem;
}
.slogan-describe {
    text-align:center;
    color: #73818c;
}
.search-input{
    border-radius:50px;
}

.section-white{
    background-color:#fff;
}
.section-title {
    font-size: 30px;
    text-align: center;
    line-height: 5rem;
}
.section-text {
    color: #73818c;
}
.check-icon {
    color: #02b887;
}
.section-gray {
    background-color: #fdfdfe;
}
footer {
    background: #374b5c;
    padding: 45px;
    width: 100%;
    border-radius: 15px;
    color: white;
}

.input-footer {
    outline: none;
    border: 2px solid #e96774;
    background: #c82333;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    height: 40px;
}

    .input-footer:focus {
        color: white;
    }

    .input-footer::placeholder {
        color: white;
    }

.mt-10 {
    margin-top: 10%;
}

.div-insta-footer {
    background: linear-gradient(45deg, #ffb73d 0%, #c47067 40%, #9d23e4 100%);
    border-radius: 100%;
}

.div-tel-footer {
    background: linear-gradient(to right, #1c92d2, #f2fcfe);
    border-radius: 100%;
}

.div-what-footer {
    background: linear-gradient(45deg, #E5FFCC, #1EBEA5, #00E676, #D0E9EA, #EDF8F5, #ffffff);
    border-radius: 100%;
}

.w-33 {
    width: 33%;
}

.pad-10p {
    padding: 10px;
}

.h-50 {
    height: 50% !important;
}

.text-white2 {
    color: #ffffff;
}

    .text-white2:hover {
        color: #dfdfdf;
    }

li {
    list-style: none;
}

.seach-button-style {
    background-color: #312e2e !important;
    border: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background-color: #363333; /* bg-neutral-950 */
    color: #e5e5e5; /* text-gray-100 */
    line-height: 1.6;
}

/* ========================
   Header
======================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4); /* bg-black/40 */
    backdrop-filter: blur(10px); /* backdrop-blur-md */
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,0.1); /* border-white/10 */
}

    header .container {
        max-width: 1120px; /* max-w-7xl */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
    }

    header h1 {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }

    header nav a {
        font-size: 0.875rem;
        margin: 0 1rem;
        color: #e5e5e5;
        text-decoration: none;
        transition: color 0.3s;
    }

        header nav a:hover {
            color: #f59e0b; /* amber-400 */
        }

    header div a {
        font-size: 0.875rem;
        color: #d4d4d8; /* text-gray-300 */
        text-decoration: none;
        margin-left: 0.5rem;
        transition: color 0.3s;
    }

        header div a:hover {
            color: #f59e0b; /* amber-400 */
        }

        header div a.register {
            background-color: #f59e0b;
            color: #000;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-weight: 600;
            transition: background-color 0.3s;
        }

            header div a.register:hover {
                background-color: #fbbf24; /* amber-400 */
            }

/* ========================
   Hero Section
======================== */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    overflow: hidden;
}

    .hero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.6;
    }

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.9));
    }

    .hero .hero-content {
        position: relative;
        z-index: 10;
        max-width: 640px;
    }

    .hero h2 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .hero p {
        color: #d4d4d8;
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .hero .buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .hero .buttons a {
            padding: 0.75rem 2rem;
            border-radius: 9999px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

            .hero .buttons a.primary {
                background-color: #f59e0b;
                color: #000;
            }

                .hero .buttons a.primary:hover {
                    background-color: #fbbf24;
                }

            .hero .buttons a.secondary {
                border: 1px solid #f59e0b;
                color: #f59e0b;
            }

                .hero .buttons a.secondary:hover {
                    background-color: #f59e0b;
                    color: #000;
                }

/* ========================
   Features Section
======================== */
section#features {
    padding: 6rem 1.5rem;
    background-color: #1f1f1f; /* bg-neutral-900 */
    text-align: center;
}

    section#features h3 {
        font-size: 2.25rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    section#features .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
        gap: 2.5rem;
    }

    section#features .feature-card {
        background-color: #2b2b2b; /* bg-neutral-800 */
        border-radius: 1rem;
        padding: 2rem;
        box-shadow: 0 10px 15px rgba(245,158,11,0.1);
        transition: all 0.3s;
    }

        section#features .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 25px rgba(245,158,11,0.2);
        }

.feature-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f59e0b;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: #a1a1aa;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* ========================
   Demo Section
======================== */
section#demo {
    padding: 6rem 1.5rem;
    background: linear-gradient(to bottom, #1f1f1f, #0f0f0f);
    text-align: center;
}

    section#demo h3 {
        font-size: 2.25rem;
        font-weight: bold;
        margin-bottom: 2.5rem;
    }

    section#demo .demo-card {
        max-width: 768px;
        margin: 0 auto;
        background-color: #2b2b2b;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    }

        section#demo .demo-card img {
            width: 100%;
            display: block;
        }

        section#demo .demo-card .demo-body {
            padding: 1.5rem;
        }

        section#demo .demo-card h4 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        section#demo .demo-card p {
            color: #a1a1aa;
            font-size: 0.875rem;
        }

/* ========================
   Pricing Section
======================== */
section#pricing {
    padding: 6rem 1.5rem;
    background-color: #1f1f1f;
    text-align: center;
}

    section#pricing h3 {
        font-size: 2.25rem;
        font-weight: bold;
        margin-bottom: 2.5rem;
    }

    section#pricing .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    section#pricing .pricing-card {
        background-color: #2b2b2b;
        border-radius: 1rem;
        padding: 2rem;
        border: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s;
    }

        section#pricing .pricing-card:hover {
            border-color: rgba(245,158,11,0.4);
        }

.pricing-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f59e0b;
    margin-bottom: 1rem;
}

.pricing-card p {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    color: #a1a1aa;
}

.pricing-card ul {
    list-style: none;
    margin-bottom: 2rem;
}

    .pricing-card ul li {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

/* ========================
   Footer
======================== */
footer {
    background-color: rgba(0,0,0,0.9);
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: #a1a1aa;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ========================
   Responsive
======================== */
@media (max-width:768px) {
    header nav {
        display: none;
    }

    .hero h2 {
        font-size: 2.25rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero .buttons {
        flex-direction: column;
    }

    section#features .features-grid,
    section#pricing .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/* Pricing Section */
#pricing {
    padding: 6rem 1.5rem;
    background-color: #111; /* دارک */
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #fff;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.pricing-card {
    background-color: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 2rem;
    width: 300px;
    color: #ddd;
    transition: all 0.3s ease;
}

    .pricing-card:hover {
        border-color: #f59e0b;
        box-shadow: 0 10px 30px rgba(245,158,11,0.2);
        transform: translateY(-5px);
    }

.pricing-card-highlight {
    background-color: #f59e0b;
    color: #000;
    transform: scale(1.05);
}

.pricing-card h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.pricing-card .sub {
    color: #aaa;
    margin-bottom: 1rem;
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

    .pricing-card ul li {
        margin-bottom: 0.5rem;
    }

.btn-primary {
    background-color: #f59e0b;
    color: #000;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-primary:hover {
        background-color: #d97706;
    }

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-black:hover {
        background-color: #222;
    }

.btn-secondary {
    border: 1px solid #f59e0b;
    color: #f59e0b;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-secondary:hover {
        background-color: #f59e0b;
        color: #000;
    }

@media(max-width:768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
}
.card {
    background-color: #2b2b2b;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #312e2e !important;
    border-radius: .25rem;
}
.text-dark {
    color: #a59a9a !important;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #ffffff;
    color:#000;
}
.btn-dark {
    background-color: #343a40 !important;
}

.stickers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

/* هر استیکر */
.sticker {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.05);
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* اندازه تصویر QR برای چاپ (قابل تنظیم) */
    .sticker img.qr {
        width: 140px;
        height: 140px;
        object-fit: contain;
        background: white; /* برای خوانایی اسکن */
        padding: 6px;
        border-radius: 8px;
    }

    /* عنوان میز */
    .sticker .title {
        margin-top: 10px;
        font-weight: 600;
        color: #ffd86b; /* هایلایت */
    }
@media print {
    .controls {
        display: none;
    }

    .sticker {
        page-break-inside: avoid;
        -webkit-print-color-adjust: exact;
    }
}
.text-primary {
    color: #f59e0b !important;
}