:root {
    --font-color: #646464;
    --gold-color: #be9956;
    --red-color: #570007;
    --font-size-base: 16px;
    --padding-default: 1rem;
    --defalt-radios: 1rem;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Thin-FD-WOL.woff2') format('woff2');
    font-weight: 100;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Light-FD-WOL.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Regular-FD-WOL.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Medium-FD-WOL.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Bold-FD-WOL.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'vazir1';
    src: url('../font/vazir/Vazir-Black-FD-WOL.woff2') format('woff2');
    font-weight: 900;
}
body,html
{
    direction: rtl;
    text-align: right;
    font-family: vazir1;
    font-weight: 500;
    overflow-x: hidden;
    width: 100%;
}
body
{
    background-color: #dedbcc;
    /*background-image: url("../images/back1.png");*/
    width: 100%;
    min-height: 300vh;
    background-size: 100% ;
    background-position: top;
    background-repeat: no-repeat;
    font-size: var(--font-size-base);
}

.top-page
{
    width: 100%;
    height: auto;
}

.top-part
{
    position: relative;
    .back-img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -3;
    }
    .back-img img
    {
        width: 100%;
    }
    .nav-link
    {
        color: var(--font-color);
        font-weight: 600;
        font-size: 20px;
    }
    .nav-link:hover
    {
        color: black;
    }
    .navbar-nav {
        width: 100%;
        justify-content: space-around;
    }

    .logo-title {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .s-logo
    {
        width: 150px;
    }
    .logo-part {
        display: flex;
        justify-content: flex-start;
        grid-gap: 60px;
        margin-bottom: 15px;
    }
    .logo-part .title
    {
        align-self: center;
        color: var(--gold-color);
        font-weight: 600;
        font-size: 25px;
    }
    .search-part {
        display: flex;
        grid-gap: 20px;
        margin-bottom: 15px;
    }
    .input-frame
    {
        position: relative;
        height: max-content;
    }
    .input-search
    {
        border-color: var(--gold-color);
        outline: none!important;
        box-shadow: none!important;
        min-width: 300px;
        border-radius: var(--defalt-radios);
    }
    .btn-gold
    {
        color: black;
        border-color: var(--gold-color);
        background-color: #f0e9e2;
        font-weight: bolder;
        border-radius: var(--defalt-radios);
    }
    .dropdown {
        position: absolute;
        height: 80%;
        left: 10px;
        top: 10%;
    }

    .cat-btn {
        background-color: var(--red-color);
        border: none;
        height: 100%;
        border-radius: 15px;
        color: white;
        font-size: 13px;
        padding: 0 12px;
        border-radius: var(--defalt-radios);
    }
}

.online-price-part .price-item {
    position: relative;
    background-color: #ffffff5e;
    padding: 25px 30px;
    border-radius: 45px 0 0 45px;
    display: flex;
    justify-content: space-between;
    border: 7px solid #ffffff8a;
    border-right: none;
    box-shadow: 0 0 7px 6px #ffffff80;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.price-img {
    width: 100%;
    position: relative;
    transform: translateY(-10%);
    padding: 0px 40px 20px 20px;
}

.app-down-part
{
    margin-top: 33%;
}
.app-down-part .title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 4rem;
    margin-top: 20%;
    margin-bottom: 20px;
}
.app-down-part .btn-div {
    width: 180px;
    margin: 0 auto;
}
.red-btn {
    box-shadow: -2px 1px 2px 3px var(--gold-color);
    background: var(--red-color);
    border: none !important;
    color: white;
    border-radius: 40px;
    padding: 17px 27px;
    margin-bottom: 20px;
    transition: all 300ms;
}
.red-btn:hover
{
    box-shadow: 0 0 0 0 var(--gold-color);
    background: var(--red-color);
    transform: translateY(-3px);
    color: var(--gold-color);
}

.wheel-img
{
    width: 100%;
}
.how-deal .content
{
    padding-right: 5rem;
    color: var(--font-color);
    line-height: 2rem;
    text-align: justify;
}

.how-deal .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.how-deal .btn-transparent
{
    background: transparent;
    color: var(--font-color);
    border: 2px solid var(--font-color);
    border-radius: 25px;
}

.gold-box-img
{
    width: 100%;
}
.table-box {
    padding: 15px;
    background: linear-gradient(to left,#eae6db,#f0ece1);
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 15px;
    flex-wrap: wrap;
}
.table-box .title
{
    color: var(--gold-color);
    display: flex;
    justify-content: flex-start;
    grid-gap: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.table-box .price-part {
    width: 100%;
    flex: 0 0  calc(50% - 10px);
}
.table-box .price-part-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    margin-bottom: 5px;
}

.price-part-item.brown-bottom-border
{
    border-bottom: 3px solid #b08e87;
}
.table-box .pos
{
    color: #22b573;
}
.table-box .neg
{
    color: #d6155b;
}

.table-box .white-back {
    background: #ffff;
    border-radius: 20px;
}
.table-box .calculate-part {
    border: 3px solid #cfad85;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    grid-gap: 25px;
    flex: 0 0  calc(50% - 10px);
}
.calculate-part .title {
    color: var(--red-color);
    font-weight: bolder;
    text-align: left;
    width: max-content;
    margin: 0 auto;
}

.calculate-part .cl-input
{
    border: 1px solid var(--gold-color);
    border-radius: 15px;
    text-align: center;
}

.calculate-part .calc-btn
{
    background: #60a55b;
    box-shadow: -1px 2px 3px #a3a188;
    border-radius: var(--defalt-radios);
    color: white;
    padding-right: 20px;
    padding-left: 20px;
}

.why-sepehr
{
    position: relative;
    margin-top: 5%;
    .back1 {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        transform: translateY(-30%);
    }
}
.why-sepehr .title
{
    font-size: 20px;
    color: black;
    text-align: center;
    font-weight: 600;
}
.why-sepehr .text-red
{
    color: var(--red-color);
    font-weight: 900;
    font-size: 30px;
}
.why-sepehr .items {
    display: flex;
    justify-content: space-between;
    background: url("../images/gold-dowm.webp");
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 100%;
    font-size: 20px;
    color: var(--font-color);
}
.why-sepehr .items >div
{
    flex: 0 0 40%;
}
.why-sepehr .icon {
    width: 70px;
    height: 70px;
}
.why-sepehr .icon img
{
    width: 100%;
    object-fit: contain;
}
.why-sepehr .content {
    display: flex;
    grid-gap: 15px;
    margin-bottom: 25px;
}

.why-sepehr .text
{
    align-self: center;
}

.why-sepehr .left-part
{
    direction: ltr;
    text-align: left;
}

.posts
{
    margin-top: 4%;
    margin-bottom: 4%;
    overflow-x: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}
.posts .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    color: var(--red-color);
    border-bottom: 5px solid var(--red-color);
    padding: 0 25px;
    margin-bottom: 40px;
}

.mySwiper {
    overflow: visible; /* مهم → اجازه می‌ده آیتم‌ها بیرون بیان */
}

.swiper-slide {
    background: #eee;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    height: auto;
    transition: transform 0.3s ease, z-index 0.3s;
    border-radius: 10px;
    box-shadow: 0 2px 10px #e6d99c;
    border: 3px solid #e6d99c;
}

.swiper-slide-active {
    transform: scale(1.08) !important;
    z-index: 10;
    box-shadow: 0 2px 15px #e6d99c;
    border: 3px solid #e6d99c;
}

.posts .slid-pic
{
    width: 100%;
    object-fit: contain;
    margin-bottom: 30%;
}
.posts .read-more-btn
{
    background-color: #9b815c;
    color: #f8e6c7;
    border: #9b815c;
    font-weight: bolder;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer
{
    margin-top: 10%;
    position: relative;
    .back {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        transform: translateY(-52%);
    }
}
.circle-part {
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 40px 20px;
}
.circle-part .namad
{
    position: relative;
    z-index: 1;
}
.circle-part .circle-back
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    aspect-ratio: 1;
    background-color: #FFFFFF8E;
    border: 1px black solid;
    border-radius: 50%;
    z-index: 0;
}

footer .bottom-part {
    padding: 40px 15px 0;
    background-color: #3e0204;
}

footer .org-link-title
{
    color: var(--gold-color);
    font-weight: bolder;
    font-size: 18px;
}
footer .link-list
{
    color: #FFFFFFDB;
    margin-top: 15px;
}
footer .link-list li
{
    margin-bottom: 5px;
}

footer .address-part
{
    color: white;
    align-self: end;
}

footer .social-part
{
    direction: ltr;
    text-align: left;
    width: 100%;
    color: white;
    align-self: end;
}

footer .view-report
{
    text-align: left;
    color: white;
    margin-top: 10px;
    .items {
        width: max-content;
        text-align: center;
        float: left;
        clear: both;
        padding-left: 10px;
    }
}

footer .footer-image
{
        width: 100%;
        margin-top: 15px;
}

.copyright-footer {
    width: max-content;
    color: black;
    background: white;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
}
.hand-img
{
	width : 100%;
}

@media (max-width: 992px) {
    body{
        font-size: 14px;
    }
    .top-part .input-search {

        font-size: 14px;
        min-width: 240px;
    }
    .top-part  .btn-gold {
        font-size: 14px;
    }
    .online-price-part .price-item {
        padding: 20px 25px;
        border: 4px solid #ffffff8a;
        border-right: none;
        box-shadow: 0 0 7px 6px #ffffff80;
        font-size: 15px;
        font-weight: 600;
    }
    .app-down-part .title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 3rem;
        margin-top: 10%;
        margin-bottom: 20px;
        text-align: center;
    }
    .how-deal .content {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        color: var(--font-color);
        line-height: 2rem;
        text-align: justify;
    }
    .table-box .price-part {
        width: 100%;
        flex: 0 0 100%;
    }
    .table-box .calculate-part {
        flex: 0 0 100%;
    }
    .why-sepehr .items > div {
        flex: 0 0 49%;
    }
    .posts .read-more-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .posts .slid-pic {
        margin-bottom: 100px;
    }
    .circle-part {
        width: 85%;
        grid-gap: 12px;
        padding: 20px 20px 5px 20px;
    }
    footer .address-part {
        align-self: start;
    }
    footer .social-part {
        direction: rtl;
        text-align: right;
        width: 100%;
        color: white;
        align-self: center;
    }
    footer .view-report {
        text-align: center;
        color: white;
        margin-top: 10px;
    }
    .gold-box-img {
        width: 40%;
        margin: 0 auto;
        display: block;
    }
	
	.why-sepehr .items {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
}
.copyright-footer {
	font-size: 11px;
}
.hand-img
{
	width : 100%;
}
}