﻿@import url('Site.css');
@import url('Font.css');
@import url('Color.css');
@import url('Responsive.css');

body {
    direction: rtl;
    font-weight: normal;
    text-align: justify;
    font-family: IRANSans, Tahoma, Arial;
    background: var(--grey-lighten-3);
}

a {
    text-decoration: none !important;
    outline: none !important;
}

button {
    outline: none !important;
}

.glass-purple {
    box-shadow: 0px 20px 20px -17px var(--deep-purple-lighten-1);
}

.circle-glass-purple {
    box-shadow: 0px 0 20px -8px rgb(79 46 229 / 99%);
}

.row-center {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row [class*="col-"] {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 3em;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.btn {
    padding: 8px 20px;
}

html:not(:focus-within) {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 11px var(--deep-purple-accent-3);
}

.panel-title {
    margin-top: 5px;
    font-size: 15px;
    font-family: 'YekanType';
}

.panel-heading {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.panel-primary {
    margin-top: 3em;
    border-color: transparent;
    border-radius: 20px;
}

    .panel-primary > .panel-heading {
        filter: none;
        color: #fff;
        padding: 20px;
        background-image: none;
        background-repeat: no-repeat;
        background-color: var(--deep-purple-accent-4);
        border-color: var(--deep-purple-accent-4);
    }

.panel-info {
    border-color: var(--deep-purple-lighten-3);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .panel-info > .panel-heading {
        filter: none;
        padding: 15px;
        background-image: none;
        color: var(--dark-purple);
        background-repeat: no-repeat;
        background-color: var(--deep-purple-lighten-2) !important;
        border-color: var(--deep-purple-lighten-2);
    }

        .panel-info > .panel-heading > .panel-title {
            font-size: 12px;
        }

.path-color a {
    color: var(--deep-purple-accent-3);
}

.panel-footer {
    padding: 20px;
    background-color: var(--deep-purple-lighten-3);
    border-top: 1px solid var(--deep-purple-lighten-3);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-control {
    height: 45px;
    padding: 20px 12px;
    font-size: 12px;
    line-height: 2;
    color: var(--grey-darken-2);
    border: 1px solid var(--White);
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 10px 4px rgb(226 210 255 / 36%);
    box-shadow: inset 0px 0px 10px 4px rgb(226 210 255 / 36%);
}

label {
    display: inline-block;
    margin-top: 5px;
    font-weight: 100;
    color: var(--grey-darken-2);
}

.form-control:focus {
    border-color: var(--deep-purple-accent-2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(138 87 234 / 48%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(138 87 234 / 48%);
}

.btn-primary {
    color: #fff;
    background-color: var(--deep-purple-accent-4);
    border-color: var(--deep-purple-accent-4);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:visited,
    .btn-primary:checked {
        background-color: var(--deep-purple-accent-3) !important;
        border-color: var(--deep-purple-accent-3);
        box-shadow: none;
    }

.btn-info {
    color: #fff;
    background-color: var(--deep-purple-accent-1);
    border-color: var(--deep-purple-accent-1);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info:visited,
    .btn-info:checked {
        background-color: var(--deep-purple-accent-1) !important;
        border-color: var(--deep-purple-accent-1);
        filter: brightness(0.9);
        box-shadow: none;
    }

.btn-default {
    color: var(--deep-purple-accent-1);
    background-color: var(--deep-purple-lighten-3);
    border-color: var(--deep-purple-lighten-3);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default:visited,
    .btn-default:checked {
        color: var(--deep-purple-lighten-1);
        background-color: var(--deep-purple-lighten-3) !important;
        border-color: var(--deep-purple-lighten-3);
        box-shadow: none;
    }

input[type=checkbox] {
    filter: hue-rotate(60deg)
}

#grid tr td a span {
    font-size: medium;
    color: var(--deep-purple-accent-1);
}

.table-responsive tr a span {
    font-size: medium;
    color: var(--deep-purple-accent-1);
}

.titles {
    width: 75%;
}

    .titles h1,
    .titles h2,
    .titles h3,
    .titles h4 {
        color: var(--grey-darken-3);
        font-family: YekanType;
        font-size: 18px;
        padding-bottom: 2rem;
        line-height: 2;
    }

        .titles h1 span,
        .titles h2 span,
        .titles h3 span,
        .titles h4 span {
            color: var(--deep-purple-accent-2);
        }

        .titles h1 a,
        .titles h2 a,
        .titles h3 a,
        .titles h4 a {
            font-size: 12px;
            color: var(--deep-purple-accent-3);
            font-family: 'IRANSans';
            background: var(--grey-lighten-1);
            padding: 5px 10px;
            border-radius: 50px;
        }

            .titles h1 a i,
            .titles h2 a i,
            .titles h3 a i,
            .titles h4 a i {
                font-size: 14px;
                vertical-align: middle;
            }

.text-overflow,
.text-overflow p,
.text-overflow > p > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.links {
    line-height: 30px;
    margin-right: -40px;
    list-style: none;
}

    .links li {
        font-size: 14px;
    }

        .links li a {
            color: var(--grey-darken-2);
        }

            .links li a:hover,
            .links li a:focus,
            .links li a:active,
            .links li a:visited {
                color: var(--grey-darken-3);
            }

            .links li a img {
                width: 60px;
                border-radius: 50px;
                border: 2px solid var(--deep-purple-accent-1);
                margin-left: 5px;
            }

.header-area {
    padding: 2em;
    font-size: 10px;
    margin-bottom: 2em;
    border-radius: 40px 15px;
    font-family: 'YekanType';
    background: rgb(229 217 247 / 9%);
    color: var(--deep-purple-lighten-1);
    box-shadow: inset 0px 7px 0px 0px var(--deep-purple-lighten-1), inset 0px -7px 0px 0px var(--deep-purple-lighten-1);
}

/*************************/
/**********Navbar*********/
/*************************/
.navigationwrape .container-fluid {
    padding-top: 1rem;
}

.navigationwrape > .navbar-default {
    background-color: var(--black);
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

    .navigationwrape > .navbar-default .navbar-nav > li > a {
        padding: 20px;
        font-size: 15px;
        color: var(--White);
        font-family: IRANSansBold;
    }

        .navigationwrape > .navbar-default .navbar-nav > li > a:hover,
        .navigationwrape > .navbar-default .navbar-nav > li > a:focus {
            color: var(--deep-purple-accent-3);
            background: var(--deep-purple-lighten-3);
            border-radius: 10px;
        }

    .navigationwrape > .navbar-default .navbar-nav > li:first-child a:hover {
        background: no-repeat;
    }

.navbar-nav {
    float: none;
}

#navbarSub .navbar-nav {
    float: right;
}

.navbar {
    min-height: 50px;
    margin-top: -.5em;
    margin-bottom: 0;
    z-index: 900;
    border-radius: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.navbar-header > a.active,
.navbar-header > .navbar-brand:hover {
    color: var(--deep-purple-accent-2);
    background-color: transparent;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}

.navbar-brand > img {
    display: block;
    width: 100px;
}

.navigationwrape > .dropdown-menu {
    background: #141b25 !important;
    border-top: none;
    padding: 0;
    border-bottom: none;
    border-top: none;
    min-width: 200px;
    border-left: none;
    border-right: none;
}

    .navigationwrape > .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .navigationwrape > .dropdown-menu > li > a {
        color: #fff;
        font-size: 14px;
        padding: 8px 20px 8px 28px;
        position: relative;
    }

        .navigationwrape > .dropdown-menu > li > a:hover {
            color: #fff;
            background: #374464;
        }

    .navigationwrape > .dropdown-menu > li:hover > a:before {
        color: #fff;
    }

.navigationwrape > .navbar-default .navbar-nav > li > a > i {
    font-size: 20px;
    color: var(--deep-purple-accent-3);
}

.fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*************************/
/**********Header*********/
/*************************/
.top-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('../Images/Background.jpg');
    background-position: center center;
    background-size: cover;
    display: flex;
    border-radius: 0 0 85% 85% / 30%;
}

    .top-header div.intro {
        max-width: 800px;
        width: 100%;
        margin: auto;
        padding: 12em 1em 18em;
    }

    .top-header div h1 {
        color: #fff;
        text-align: center;
        font-family: YekanType;
    }

        .top-header div h1 span {
            color: var(--deep-purple-accent-2);
        }

    .top-header div p {
        line-height: 3rem;
        margin-top: 2em;
        color: var(--White);
    }

    .top-header div a.glass-purple {
        color: var(--White);
        background: var(--deep-purple-accent-3);
        font-size: 2rem !important;
        border-radius: 2em !important;
    }

        .top-header div a.glass-purple:hover {
            color: var(--White);
            background: var(--deep-purple-accent-4);
        }

header {
    transform-origin: 50% 0%;
}

    header > .header::before {
        content: '';
        background: var(--overlay);
        position: absolute;
        inset: 0;
        translate: 0 100%;
    }

[href='#read'] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    translate: -50% 0;
    width: 48px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: var(--grey-lighten-1);
}

    [href='#read'] svg {
        width: 75%;
    }

.reader {
    --thick: 0px;
    outline: var(--thick) dashed var(--accent);
    outline-offset: calc(var(--thick) * -1);
    height: calc( ((var(--ppc) * var(--content-length) + (var(--pad) * var(--buffer))) * 1px) + 100vh );
}

/*section:not(.reader) {
    place-items: center;
}*/

@supports (animation-timeline: scroll()) {
    header {
        -webkit-animation: scale-down both ease-in;
        animation: scale-down both ease-in;
        animation-timeline: view();
        animation-range: exit-crossing;
    }

    @-webkit-keyframes scale-down {
        to {
            scale: 0.8 0.8;
        }
    }

    @keyframes scale-down {
        to {
            scale: 0.8 0.8;
        }
    }
}

/*************************/
/***********About*********/
/*************************/
.content {
    /*place-items: right;*/
}

.aboutbox {
    text-align: center;
}

    .aboutbox .about-icon {
        width: 100px;
        height: 100px;
        background-color: var(--deep-purple-accent-2);
        margin: 20px auto;
        border-radius: 25px;
    }

        .aboutbox .about-icon i.fa {
            line-height: 100px;
            color: #ffffff;
            font-size: 35px;
            transition: all 0.3s ease 0s;
        }

    .aboutbox:hover .about-icon i.fa {
        transform: rotateY(180deg);
    }

    .aboutbox .title {
        color: var(--grey-darken-3);
        border-bottom: 1px solid var(--deep-purple-accent-2);
        display: block;
        line-height: 30px;
        margin: 0 auto 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
        font-family: YekanType;
    }

        .aboutbox .title:before,
        .aboutbox .title:after {
            background: var(--deep-purple-accent-2);
            border-radius: 100%;
            bottom: -5px;
            content: "";
            height: 10px;
            margin: 0 0 0 -5px;
            position: absolute;
            left: 50%;
            transition: all 0.4s ease 0s;
            width: 10px;
        }

        .aboutbox .title:before {
            right: 50%;
            margin: 0 -5px 0 0;
        }

    .aboutbox:hover .title:before {
        right: 100%;
    }

    .aboutbox:hover .title:after {
        left: 100%;
    }

    .aboutbox .description {
        color: grey;
        padding: 0 15px;
        font: 14px;
        line-height: 27px;
        transition: all 300ms ease 0s;
    }

@media screen and (max-width:1000px) {

    .aboutbox {
        margin-bottom: 30px;
    }
}

/*************************/
/********Category*********/
/*************************/
.category {
    font-family: 'YekanType';
    font-weight: bold;
}

    .category a {
        color: var(--grey-darken-3);
    }

        .category a:hover {
            text-decoration: none;
            color: var(--deep-purple-accent-2);
        }

        .category a div.circle-glass-purple {
            width: 80px;
            height: 80px;
            position: relative;
            color: var(--deep-purple-accent-1);
            display: inline-block;
            border-radius: 50%;
            line-height: 95px;
            border: 2px solid var(--deep-purple-accent-1);
        }

        .category a div i {
            font-size: 30px;
        }

        .category a div img {
            width: 40px;
            margin: auto;
            display: flex;
            margin-top: 20px;
        }

        .category a h5 {
            margin-top: 2rem;
        }

/*************************/
/*********Product*********/
/*************************/
.background-product {
    padding: 0em 1rem;
}

.product-card {
    position: relative;
    width: 100%;
    border-radius: 25px;
    padding: 20px 30px 30px 30px;
    background: var(--grey-lighten-2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    overflow: hidden;
    margin-bottom: 1em;
}

    .product-card .logo-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-card .logo-cart img {
            width: 60px !important;
            object-fit: cover;
        }

        .product-card .logo-cart i {
            font-size: 27px;
            color: var(--c9);
            cursor: pointer;
            transition: color 0.3s ease;
        }

            .product-card .logo-cart i:hover {
                color: #333;
            }

    .product-card .main-images {
        position: relative;
    }

        .product-card .main-images img {
            position: relative;
            width: 100% !important;
            top: 10px;
            z-index: -1;
            border-radius: 20px;
            transition: opacity 0.5s ease;
        }

            .product-card .main-images img.active {
                opacity: 1;
            }


    .product-card .main-images-new img {
        position: relative;
        width: 80% !important;
        transform: none;
        right: 0;
        display: flex;
        margin: 0px auto;
        top: 10px;
        z-index: -1;
    }

    .product-card .shoe-details {
        margin-top: 30px;
    }

        .product-card .shoe-details .shoe_name {
            font-weight: bold;
            color: var(--grey-darken-3);
        }

        .product-card .shoe-details p {
            font-size: 12px;
            font-weight: 400;
            color: #333;
            text-align: justify;
            margin-top: 10px;
            line-height: 2;
        }

    .product-card .button {
        position: relative;
        height: 50px;
        width: 100%;
        border-radius: 25px;
        margin-top: 10px;
        overflow: hidden;
    }

        .product-card .button .button-layer {
            position: absolute;
            height: 100%;
            width: 300%;
            left: -100%;
            background: var(--deep-purple-accent-4);
            transition: all 0.4s ease;
            border-radius: 25PX;
        }

        .product-card .button:hover .button-layer {
            left: 0;
        }

        .product-card .button button {
            position: relative;
            height: 100%;
            width: 100%;
            background: none;
            outline: none;
            border: none;
            font-size: 15px;
            color: #fff;
        }

    .product-card .show-button {
        position: relative;
        height: 50px;
        width: 100%;
        border-radius: 25px;
        margin-top: 30px;
        overflow: hidden;
        text-align: center;
        padding-top: 15px;
        background: var(--deep-purple-accent-2);
        font-weight: bold;
    }

        .product-card .show-button .show-button-layer {
            position: absolute;
            height: 100%;
            width: 300%;
            left: -100%;
            background: none;
            transition: all 0.4s ease;
            border-radius: 25PX;
        }

        .product-card .show-button:hover .show-button-layer {
            left: 0;
        }

        .product-card .show-button a {
            position: relative;
            height: 100%;
            width: 100%;
            background: none;
            outline: none;
            border: none;
            font-size: 15px;
            color: var(--White);
            font-family: YekanType;
        }

/*************************/
/********Carousel*********/
/*************************/
.owl-products .item,
.owl-offers .item {
    margin: 0 0.5rem 0 2rem;
}

.our-offers {
    position: relative;
    margin-top: 0px;
}

    .our-offers .owl-dots {
        text-align: center;
        margin-top: 40px;
    }

        .our-offers .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            background-color: #ff695f;
            border-radius: 50%;
            opacity: 0.3;
            margin: 0px 5px;
        }

        .our-offers .owl-dots .active {
            opacity: 1;
            width: 10px;
            height: 10px;
        }

    .our-offers .owl-nav {
        position: absolute;
        top: 42%;
        width: 100%;
    }

        .our-offers .owl-nav .owl-prev {
            position: absolute;
            left: 20px;
        }

        .our-offers .owl-nav .owl-next {
            position: absolute;
            right: 0;
        }

        .our-offers .owl-nav .owl-prev span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-prev span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-prev span:after {
                width: 30px;
                height: 30px;
                background-color: var(--deep-purple-accent-2);
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f104';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

        .our-offers .owl-nav .owl-next span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-next span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-next span:after {
                width: 30px;
                height: 30px;
                background-color: var(--deep-purple-accent-2);
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f105';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

/*************************/
/*********why-us*********/
/*************************/
.why-us h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1em;
}

.why-us img {
    width: 100%;
    max-width: 170px;
    display: flex;
    margin: auto;
    cursor: pointer;
    filter: drop-shadow(2px 3px 2px var(--grey-lighten-1));
}

    .why-us img:hover {
        filter: brightness(0.7);
    }

.why-us p {
    text-align: center;
    font-family: 'IRANSansBold';
    font-size: 18px;
}
/*************************/
/***********Order*********/
/*************************/

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.result {
    text-align: center;
    border-radius: 1.5em;
    padding-bottom: 15px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.msg-title {
    padding-top: 20px;
    color: var(--deep-purple-accent-1);
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 45px;
    text-align: center;
}

.msg-text p {
    line-height: 2;
    color: var(--grey-darken-2);
}

/*************************/
/***********BLog**********/
/*************************/
.blog-bg {
    background: var(--grey-lighten-3);
    padding: 2em 2.5em;
}

section .blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

    section .blog .card:nth-child(1) .box .icon .iconBox {
        background: var(--deep-purple-accent-1);
    }

    section .blog .card:nth-child(2) .box .icon .iconBox {
        background: var(--deep-purple-accent-2);
    }

    section .blog .card:nth-child(3) .box .icon .iconBox {
        background: var(--deep-purple-accent-3);
    }

    section .blog .card:nth-child(4) .box .icon .iconBox {
        background: var(--deep-purple-accent-4);
    }

    section .blog .card ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem;
    }

        section .blog .card ul li {
            text-transform: uppercase;
            background: var(--deep-purple-lighten-1);
            color: var(--dark-purple);
            font-size: 0.8rem;
            padding: 0.5rem 0.8rem 0.3rem;
            border-radius: 0.188rem;
        }

        section .blog .card ul .tag {
            color: var(--dark-purple);
        }

    section .blog .card .content {
        padding: 0.938rem 0.625rem;
    }

        section .blog .card .content h3 {
            text-transform: capitalize;
            font-family: 'IRANSansBold';
            font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
        }

        section .blog .card .content p {
            margin: 0.625rem 0 1.25rem;
            color: #565656;
        }

    section .blog .card-inner {
        position: relative;
        width: inherit;
        border-radius: 1.25rem;
        border-bottom-left-radius: 0;
        overflow: hidden;
    }

        section .blog .card-inner .box {
            width: 100%;
            height: 100%;
            background: #fff;
            border-radius: 1.25rem;
            overflow: hidden;
        }

            section .blog .card-inner .box .imgBox {
                inset: 0;
            }

                section .blog .card-inner .box .imgBox img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            section .blog .card-inner .box .icon {
                position: absolute;
                bottom: -0.375rem;
                left: -0.375rem;
                width: 6rem;
                height: 6rem;
                background: var(--grey-lighten-3);
                border-top-right-radius: 50%;
            }

                section .blog .card-inner .box .icon:hover .iconBox {
                    transform: scale(1.1);
                }

                section .blog .card-inner .box .icon::before {
                    position: absolute;
                    content: "";
                    bottom: 0.375rem;
                    right: -1.25rem;
                    background: transparent;
                    width: 1.25rem;
                    height: 1.25rem;
                    border-bottom-left-radius: 1.25rem;
                    box-shadow: -0.313rem 0.313rem 0 0.313rem var(--grey-lighten-3);
                }

                section .blog .card-inner .box .icon::after {
                    position: absolute;
                    content: "";
                    top: -1.25rem;
                    left: 0.375rem;
                    background: transparent;
                    width: 1.25rem;
                    height: 1.25rem;
                    border-bottom-left-radius: 1.25rem;
                    box-shadow: -0.313rem 0.313rem 0 0.313rem var(--grey-lighten-3);
                }

                section .blog .card-inner .box .icon .iconBox {
                    position: absolute;
                    inset: 0.625rem;
                    background: #282828;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: 0.3s;
                }

                    section .blog .card-inner .box .icon .iconBox span {
                        color: #fff;
                        font-size: 1.5rem;
                    }


/*************************/
/**********Footer*********/
/*************************/
.footer-back {
    background: var(--black);
    padding: 8em 0 0;
    border-radius: 85% 85% 0 0 / 30%;
    margin-top: 2em;
}

.footer-col {
    color: var(--White);
}

    .footer-col h5 {
        margin-bottom: 2.5rem;
        font-family: 'YekanType';
        color: var(--deep-purple-accent-2);
    }

    .footer-col p {
        line-height: 2;
    }

    .footer-col > .pages > li > a > i,
    .footer-col > p > i,
    .footer-col > .contact > i {
        vertical-align: middle;
        color: var(--deep-purple-accent-1);
    }

    .footer-col .pages {
        margin-right: -40px;
    }

    .footer-col > .pages > li {
        list-style: none;
    }

        .footer-col > .pages > li > a {
            color: var(--White);
            line-height: 2;
        }

            .footer-col > .pages > li > a:hover {
                color: var(--deep-purple-lighten-1);
            }

    .footer-col .tags a {
        display: inline-block;
        padding: 4px 10px;
        margin-bottom: 7px;
        margin-left: 4px;
        border-radius: 4px;
        font-size: 12px;
        border: 1px solid var(--deep-purple-lighten-3);
        color: var(--White);
    }

    .footer-col .contact a {
        border: 1px solid #000;
        color: var(--White);
        line-height: 2;
    }

    .footer-col > .social {
        margin-right: -40px;
    }

        .footer-col > .social > li {
            display: inline-block;
        }

            .footer-col > .social > li > a {
                height: 35px;
                width: 35px;
                display: block;
                position: relative;
                margin-top: 1rem;
            }

                .footer-col > .social > li > a img {
                    width: 28px;
                    display: flex;
                    margin: auto;
                }

.end-footer {
    padding: 2em;
    margin-top: 2em;
    border-top: 1px solid var(--deep-purple-accent-4);
}

#copyright {
    color: var(--White);
}

    #copyright > i {
        color: var(--deep-purple-lighten-3);
        vertical-align: middle;
        margin-left: 5px;
    }

    #copyright > a {
        color: var(--deep-purple-accent-1);
    }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    border: 2px solid var(--White);
}

    .whatsapp-icon:hover {
        transform: scale(1.1);
    }

    .whatsapp-icon img {
        width: 36px;
        height: 36px;
    }

/* سبک‌دهی لیست شماره‌ها */
.whatsapp-numbers {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 10px 0;
    display: none;
    min-width: 200px;
    direction: ltr;
}

    .whatsapp-numbers::after {
        content: '';
        position: absolute;
        top: 100%;
        right: 20px; /* موقعیت فلش نسبت به راست */
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        margin-top: -1px; /* برای همسانی با مرز */
    }

    .whatsapp-numbers.show {
        display: block;
    }

    .whatsapp-numbers a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        text-align: right;
        direction: rtl;
    }

        .whatsapp-numbers a:hover {
            background-color: #f0f0f0;
        }
