﻿/*------------------------------------------------------------------
Project:    Tapsi Personal Portfolio
Version:    1.0
Primary use:    pxdraft

[Table of contents]

1. Body
2. Header
3. Footer
4. Blog
5. Section
6. Home Banner
7. About
8. Services
9. Portfolio
10. Testimonial
11. Contact Us

-------------------------------------------------------------------*/
@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../vendor/bootstrap/icons/bootstrap-icons.css";
@import "../vendor/owl-carousel/css/owl.carousel.min.css";
@import "../vendor/magnific/magnific-popup.css";
@import "../vendor/font-awesome/css/all.min.css";
@import url("../../../../css2");

:root {
    --bs-heading-color: var(--px-heading);
}

:root,
[data-bs-theme=light] {
    --px-theme: #0788FF;
    --px-theme-2: #9900FF;
    --px-bg: #fff;
    --px-text: #666666;
    --px-heading: #0A0911;
    --px-white: #fff;
    --px-gray: rgba(11, 11, 19, 0.1);
    --px-gray-bg: #f7f7ff;
    --px-rounded: 16px;
    --px-g: linear-gradient(90deg, var(--px-theme) 0%, var(--px-theme-2) 100%), var(--px-white);
}

[data-bs-theme=dark] {
    --px-bg: #10101a;
    --px-text: #7F8287;
    --px-heading: #fff;
    --px-gray: rgba(255, 255, 255, 0.1);
    --px-gray-bg: #0b0b13;
}

.logo-light {
    display: none;
    width: 73px;
    border-radius: 59px;
}

[data-bs-theme=dark] .logo-light {
    display: block;
}

.farsi {
    font-family: "body-font";
}

.logo-dark {
    display: block;
    width: 73px;
    border-radius: 59px;
}

[data-bs-theme=dark] .logo-dark {
    display: none;
}

.header-left-fixed {
    position: fixed;
    top: 0;
    left: -85%;
    width: 50%;
    padding: 3%;
    bottom: 0;
    background-color: var(--px-theme);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 11111;
    transition: cubic-bezier(0.68, -0.26, 0.37, 1.32) all 0.65s;
}

    .header-left-fixed.menu-open-desk {
        left: 0;
    }

    .header-left-fixed .main-menu {
        margin: 0;
        padding: 0 0 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style: none;
        -ms-flex: 1;
        flex: 1;
    }

        .header-left-fixed .main-menu li + li {
            padding-top: 25px;
        }

        .header-left-fixed .main-menu a {
            font-size: 40px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
            color: var(--px-heading);
            -webkit-text-stroke: 1px var(--px-heading);
            -webkit-text-fill-color: var(--px-theme);
        }

.main-header {
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: var(--px-bg);
    transition: ease-in-out padding 0.65s;
}

.fixed-header .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--px-gray);
}

.main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.theme-btn .dropdown-toggle {
    background-color: var(--px-bg);
    color: var(--px-heading);
    border: 1px solid var(--px-gray) !important;
    border-radius: var(--px-rounded);
    padding: 10px 18px;
    line-height: 1;
}

    .theme-btn .dropdown-toggle:after {
        display: none;
    }

.theme-btn .dropdown-menu {
    border: none;
    padding: 10px;
}

.theme-btn .dropdown-item {
    border-radius: 5px;
    font-size: 14px;
}

    .theme-btn .dropdown-item:active, .theme-btn .dropdown-item.active {
        background-color: var(--px-theme);
        color: var(--px-white);
    }

.toggler-menu {
    background-color: var(--px-bg);
    color: var(--px-heading);
    border: 1px solid var(--px-gray) !important;
    border-radius: var(--px-rounded);
    padding: 10px 25px;
    line-height: 1;
    position: relative;
    margin-left: 15px;
}

    .toggler-menu span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 17px;
        box-shadow: 0 0 0 1px currentColor, 0px -7px 0 1px currentColor, 0 7px 0 1px currentColor;
        height: 0;
    }

.header-top-fixed {
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    transition: ease-in-out padding 0.65s;
}

@media (max-width: 1200px) {
    .header-top-fixed {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.fixed-header .header-top-fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--px-gray);
    background-color: var(--px-bg);
}

.header-top-fixed .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-top-fixed .main-menu {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

    .header-top-fixed .main-menu li {
        margin: 0 5px;
    }

    .header-top-fixed .main-menu a {
        padding: 6px 15px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 30px;
        color: var(--px-heading);
        font-weight: 600;
    }

        .header-top-fixed .main-menu a:hover, .header-top-fixed .main-menu a.active {
            background: var(--px-g);
            color: var(--px-white);
        }

@media (max-width: 1200px) {
    .header-top-fixed .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--px-bg);
        border-top: 1px solid var(--px-gray);
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        display: none;
    }

        .header-top-fixed .main-menu li {
            margin: 5px 0;
        }
}

@media (max-width: 1200px) {
    .header-top-fixed.menu-open .main-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer {
    position: relative;
    background-color: var(--px-bg);
    border-top: 1px solid var(--px-gray);
}

    .footer .footer-info {
        text-align: center;
        margin-top: -50px;
    }

        .footer .footer-info .footer-avatar {
            width: 100px;
            height: 100px;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            border-radius: 50%;
        }

            .footer .footer-info .footer-avatar img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 50%;
            }

        .footer .footer-info h6 {
            margin: 15px 0 0;
        }

    .footer .social-link {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }

        .footer .social-link li {
            margin: 0 5px;
        }

        .footer .social-link a {
            width: 40px;
            height: 40px;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: linear-gradient(90deg, var(--px-theme) 0%, var(--px-theme-2) 100%), var(--px-white);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            color: var(--px-white);
            border-radius: 10px;
            transition: ease all 0.35s;
            border: none;
        }

            .footer .social-link a:hover {
                color: var(--px-white);
                background-size: 200% 100%;
            }

    .footer .copyright {
        font-size: 12px;
        margin: 0 0 40px;
        text-align: center;
    }

.px-btn {
    padding: 15px 35px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--px-theme);
    color: var(--px-theme-text);
    text-decoration: none;
    border-radius: 10px;
    transition: ease all 0.35s;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border: none;
    background: linear-gradient(90deg, var(--px-theme) 0%, var(--px-theme-2) 100%), var(--px-white);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--px-white);
}

    .px-btn i {
        margin-left: 10px;
    }

    .px-btn:hover {
        color: var(--px-white);
        background-size: 200% 100%;
    }

.gray-bg {
    background-color: var(--px-gray-bg);
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

/* ----------------------
*   Loading
---------------------------*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.load-circle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

    .load-circle span {
        display: inline-block;
        width: 64px;
        height: 64px;
    }

        .load-circle span:after {
            content: " ";
            display: block;
            width: 46px;
            height: 46px;
            margin: 1px;
            border-radius: 50%;
            -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite;
        }

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Section
---------------------*/
.section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 1200px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-heading {
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--px-gray);
    position: relative;
}

    .section-heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 50px;
        background: linear-gradient(90deg, var(--px-theme) 0%, var(--px-theme-2) 100%), var(--px-white);
    }

    .section-heading h3 {
        margin: 0;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 700;
    }

    .section-heading h4 {
        margin: 0;
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 700;
    }

/* Modal
-------------------------------*/
.mfp-bg {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.px-modal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: var(--px-bg);
    position: relative;
    border: 3px solid var(--px-gray);
}

@media (max-width: 1200px) {
    .px-modal {
        padding: 18px;
    }
}

.px-modal .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--px-gray-2);
    color: var(--px-text);
    z-index: 1;
    opacity: 1;
}

.px-modal .about-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.px-modal .about-content .col-4 {
    color: var(--px-heading);
}

.single-project-box h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--px-gray);
}

/* Background
-------------------------------*/
body {
    background-color: var(--px-bg);
    color: var(--px-text);
    font-family: "DM Sans", sans-serif;
    --bs-body-font-weight: 400;
    --bs-body-font-size: 1rem;
    --bs-body-line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* ----------------------
*   owl 
---------------------------*/
.owl-dots {
    text-align: center;
    font-size: 0px;
    padding-top: 35px;
}

    .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: top;
        width: 10px;
        height: 10px;
        background: transparent;
        border: 1px solid var(--px-text);
        transition: ease all 0.55s;
        border-radius: 8px;
        margin: 0 4px;
    }

        .owl-dots .owl-dot.active {
            background: var(--px-theme);
            width: 20px;
        }

.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 35px;
        background: var(--px-theme);
        color: var(--px-theme-text);
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        pointer-events: auto;
        transition: ease all 0.35s;
    }

        .owl-nav .owl-next:hover,
        .owl-nav .owl-prev:hover {
            background: var(--px-theme-text);
            color: var(--px-theme);
        }

    .owl-nav .owl-next {
        right: 0px;
    }

@media (min-width: 1201px) {
    .owl-nav .owl-next {
        right: -50px;
    }
}

.owl-nav .owl-prev {
    left: 0px;
}

@media (min-width: 1201px) {
    .owl-nav .owl-prev {
        left: -50px;
    }
}

/* ------------------------
*   Home Banner
---------------------------*/
.home-section {
    padding-top: 140px;
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    .home-section {
        padding-top: 120px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .home-section {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

.home-section .bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.home-section .hs-left h1 {
    font-size: 90px;
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .home-section .hs-left h1 {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .home-section .hs-left h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .home-section .hs-left h1 {
        font-size: 50px;
    }
}

.home-section .hs-left h1 span {
    -webkit-text-stroke: 1px var(--px-heading);
    -webkit-text-fill-color: transparent;
}

.home-section .hs-banner {
    margin-top: 50px;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .home-section .hs-banner {
        margin-top: 30px;
    }
}

/* ------------------------
*   About
---------------------------*/
.about-text {
    padding-bottom: 30px;
}

.about-banner {
    overflow: hidden;
    border-radius: var(--px-rounded);
}

.about-count {
    margin: 0;
    padding: 0;
}

    .about-count .counter {
        font-size: 100px;
        line-height: 0.9;
        color: var(--px-heading);
        text-align: center;
    }

@media (max-width: 991px) {
    .about-count .counter {
        font-size: 85px;
    }
}

@media (max-width: 767px) {
    .about-count .counter {
        font-size: 70px;
    }
}

.about-count li + li {
    border-top: 1px solid var(--px-gray);
    padding-top: 15px;
    margin-top: 15px;
}

.about-count h6 {
    font-size: 18px;
    font-weight: 600;
}

.about-count p {
    margin: 0;
}

/* ------------------------
*   Skill
---------------------------*/
.skill-section .skill-row {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--px-gray);
    padding: 17px;
    border-radius: var(--px-rounded);
    background: var(--px-bg);
}

    .skill-section .skill-row + .skill-row {
        margin-top: 20px;
    }

.skill-section .skill-icon {
    width: 40px;
    height: 40px;
    background: var(--px-g);
    color: var(--px-white);
    font-size: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.skill-section .skill-col {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

    .skill-section .skill-col h6 {
        margin: 0 0 10px;
    }

.skill-section .skill-bar {
    width: 100%;
    height: 7px;
    position: relative;
    background: var(--px-gray);
}

    .skill-section .skill-bar .skill-bar-in {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: var(--px-theme);
        transition: ease all 0.35s;
        width: 0px;
    }

.aducation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .aducation-box li {
        border: 1px solid var(--px-gray);
        padding: 25px 20px;
        border-radius: var(--px-rounded);
        background: var(--px-bg);
        position: relative;
    }

        .aducation-box li + li {
            margin-top: 20px;
        }

    .aducation-box span {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 16px;
        color: var(--px-white);
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        line-height: 1;
        background: var(--px-g);
    }

    .aducation-box p {
        margin: 0;
    }

    .aducation-box .icon {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 50px;
        color: var(--px-heading);
        opacity: 0.1;
    }

/* ------------------------
*   Services
---------------------------*/
.feature-box-01 {
    background: var(--px-gray-bg);
    padding: 40px 12%;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--px-rounded);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    transition: ease all 0.35s;
    position: relative;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .feature-box-01:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        height: 0px;
        width: 100%;
        background: var(--px-g);
        z-index: -1;
        transition: ease all 0.35s;
    }

    .feature-box-01 .icon {
        width: 100px;
        height: 100px;
        background: var(--px-g);
        color: var(--px-white);
        font-size: 45px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
    }

    .feature-box-01 .feature-content {
        padding-top: 16px;
        text-align: center;
    }

        .feature-box-01 .feature-content h5 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 6px;
        }

        .feature-box-01 .feature-content p {
            margin: 0;
        }

    .feature-box-01:hover {
        top: -5px;
    }

        .feature-box-01:hover:after {
            height: 100%;
            top: auto;
            bottom: 0;
        }

        .feature-box-01:hover .icon {
            background: var(--px-white);
            color: var(--px-theme);
        }

        .feature-box-01:hover .feature-content h5 {
            color: var(--px-white);
        }

        .feature-box-01:hover .feature-content p {
            color: var(--px-white);
            opacity: 0.85;
        }

/* ------------------------
*   Portfolio
---------------------------*/
.portfolio-row {
    background: var(--px-bg);
    padding: 40px;
    border: 1px solid var(--px-gray);
    border-radius: var(--px-rounded);
}

@media (max-width: 1200px) {
    .portfolio-row {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .portfolio-row {
        padding: 20px;
    }
}

.portfolio-row + .portfolio-row {
    margin-top: 40px;
}

.portfolio-img {
    border-radius: var(--px-rounded);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--px-gray);
}

    .portfolio-img img {
        object-fit: cover;
        width: 100%;
       /* height: 390px;*/
        object-position: center;
        aspect-ratio:1;
    }

    .portfolio-img .gallery-link {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background: var(--px-g);
        color: var(--px-white);
        font-size: 18px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
    }

.portfolio-text h6 {
    font-weight: normal;
    background: var(--px-gray);
    color: var(--px-heading);
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: var(--px-rounded);
    margin: 0 0 20px;
}

.portfolio-text h5 {
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 20px;
}

.portfolio-text .btn-bar {
    padding-top: 15px;
}

/* ------------------------
*   Testimonials
---------------------------*/
.testimonials-box {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--px-gray);
    padding: 20px;
    border-radius: var(--px-rounded);
}

    .testimonials-box .t-lead {
        width: 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        /* height: 140px; */
        /* border-radius: var(--px-rounded); */
        overflow: hidden;
    }

    .testimonials-box .t-text {
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
    }

    .testimonials-box h5 {
        font-size: 22px;
        font-weight: 600;
    }

    .testimonials-box p {
        font-size: 14px;
        font-weight: 200;
    }

    .testimonials-box h6 {
        font-size: 15px;
        margin: 0;
        display: none;
    }

    .testimonials-box span {
        font-size: 12px;
        display: none;
    }

@media(max-width:750px) {
    .testimonials-box {
        flex-direction: column;
    }

        .testimonials-box .t-lead {
            height: auto;
            width: 100%;
            overflow: unset;
        }

        .testimonials-box .t-text {
        }

        .testimonials-box h5 {
        }

        .testimonials-box p {
        }

        .testimonials-box h6 {
        }

        .testimonials-box span {
        }
}

/* ------------------------
/* Contact
---------------------------*/
.contact-form {
    padding: 40px;
    border: 1px solid var(--px-gray);
    border-radius: 16px;
    background-color: var(--px-bg);
}

@media (max-width: 991px) {
    .contact-form {
        padding: 30px;
    }
}

.contact-form .contact-head {
    padding-bottom: 20px;
}

    .contact-form .contact-head h4 {
        font-size: 32px;
        max-width: 500px;
    }

@media (max-width: 991px) {
    .contact-form .contact-head h4 {
        font-size: 25px;
    }
}

.contact-form .contact-head p {
    font-size: 17px;
}

@media (max-width: 991px) {
    .contact-form .contact-head p {
        font-size: 15px;
    }
}

.contact-form .form-label {
    font-size: 12px;
}

.contact-form .form-control {
    background-color: var(--px-bg);
    border: 1px solid var(--px-gray);
    box-shadow: none;
    padding: 0.675rem 0.75rem;
}

.contact-info h3 {
    margin-bottom: 30px;
}

.contact-info .google-map {
    background-color: var(--px-bg);
    border: 1px solid var(--px-gray);
    padding: 10px;
    border-radius: var(--px-rounded);
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info li {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--px-gray);
    padding: 20px;
    background: var(--px-bg);
    border-radius: var(--px-rounded);
}

    .contact-info li + li {
        margin-top: 20px;
    }

.contact-info .text {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

    .contact-info .text label {
        font-weight: 600;
        font-size: 17px;
        color: var(--bs-heading-color);
    }

    .contact-info .text p {
        margin: 0;
        font-size: 15px;
    }

        .contact-info .text p span {
            display: block;
            width: 100%;
            font-weight: 600;
        }

.contact-info .icon {
    width: 60px;
    height: 60px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--px-bg);
    color: var(--px-heading);
    border: 1px solid var(--px-gray);
    font-size: 20px;
}

.blog-single-wrapper {
    clear: both;
    max-width: 850px;
    margin: 0px auto;
    margin-top: 170px;
    direction: rtl;
    text-align: right;
    color: black;
    padding: 19px;
}

.post-title {
    color: black;
    font-weight: 1000;
    text-align: center;
}

.blog-single-img img {
    border-radius: 20px;
    max-width: 600px;
    display: block;
    margin: 0px auto;
    margin-bottom: 40px;
    transition: all 0.2s ease 0s;
}

    .blog-single-img img.gray {
        filter: grayscale(1);
    }

    .blog-single-img img:hover {
        filter: grayscale(0);
    }


ul.comment {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-right: 0px !important;
}

li.comment-list {
    background-color: #f2f2f294;
    margin-bottom: 15px;
    border-bottom: 0px;
    border: 1px solid #cdcdcd !important;
    padding: 15px;
    border-radius: 12px;
}

.comment-content-top {
}

.comment .para-content p {
    margin: 0;
    font-weight: 200;
    font-size: 14px;
}


html[data-bs-theme=dark] li.comment-list {
    background-color: #181818;
    border: 2px solid #3c3c4f !important;
}

html[data-bs-theme=dark] .comment-content-top {
    color: white !important;
}

html[data-bs-theme=dark] .comment .para-content p {
    color: white;
}

h6.comment-name {
    font-size: 13px;
    color: grey;
}

@media (max-width:750px) {
    .header-top-fixed .container {
        justify-content: space-between !important;
    }

    .home-section .bg-icon {
        left: 50%;
        display: block;
        width: fit-content;
        height: fit-content;
        margin-left: 0px;
        right: 0;
        top: 10px;
        bottom: 0;
    }

    #home {
        padding-top: 126px;
    }
}


.news-block {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

[data-bs-theme=dark] .news-block {
    border-bottom: 1px solid #4b4b4b;
}

.ib-bottom {
}

.news-block .inner-box {
    display: flex;
}

    .news-block .inner-box a {
    }



        .news-block .inner-box a img {
            border-radius: 23px;
            filter: brightness(1.2);
            aspect-ratio: 1 / 0.6;
            object-fit: cover;
            object-position: center;
        }

    .news-block .inner-box .post-meta {
        padding: 0px;
        margin: 0px;
    }

        .news-block .inner-box .post-meta li {
            list-style: none;
            margin-left: 19px;
            margin-top: 14px;
            color: gray;
            padding-bottom: 0px;
        }

    .news-block .inner-box h3 {
        padding-left: 17px;
        font-weight: 900;
        color: black;
        /* flex: 12; */
    }

        .news-block .inner-box h3 a {
            color: black;
        }

[data-bs-theme=dark] .inner-box h3 a {
    color: #ebebeb;
}

.news-block .inner-box .read-more {
    float: right;
    /* display: inline; */
    width: fit-content;
    right: 0;
    background-color: black;
    color: white;
    padding: 8px 29px;
    border-radius: 5px;
    font-size: 13px;
    font-style: italic;
}

.image {
    width: 346px;
}

.lower-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.blog-description {
    flex: 1;
    font-size: 14px;
    font-weight: 200;
}



@media(max-width:750px) {


    .news-block {
    }

    .ib-bottom {
    }

    .news-block .inner-box {
        flex-direction: column;
    }

        .news-block .inner-box a {
        }



            .news-block .inner-box a img {
                aspect-ratio: unset;
                max-height: 70vh;
                max-width: 80vw;
                margin: 0px auto;
                display: block;
            }

        .news-block .inner-box .post-meta {
        }

            .news-block .inner-box .post-meta li {
            }

        .news-block .inner-box h3 {
        }

            .news-block .inner-box h3 a {
            }

        .news-block .inner-box .read-more {
        }

    .image {
        width: 90%;
        margin: 0px auto;
    }

    .lower-content {
    }


    .blog-description {
    }

    .blog-single-img img {
        width: 95%;
        margin: 0px auto;
        margin-bottom: 30px;
        border-radius: 5px;
        filter: unset
    }
}


.post-content * img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto !important;
}

.post_portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px !important;
}

    .post_portfolio .port_box {
        width: 32%;
        aspect-ratio: 1 / 0.95;
        border: 4px solid #292929;
        display: flex;
        flex-direction: column;
        border-radius: 0px;
        overflow: hidden;
        padding: 3px;
        transition: all 0.3s ease 0s;
        /* opacity: 0.75; */
        cursor: pointer;
    }

        .post_portfolio .port_box:hover {
            /*transform: rotateY(180deg);*/
            opacity: 1;
            border-color:powderblue
        }

        .post_portfolio .port_box img {
            margin: 0px;
            aspect-ratio: 1 / 0.7;
            object-fit: cover;
            object-position: top;
        }

        .post_portfolio .port_box h4 {
            text-align: center;
            flex: 1;
            margin: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
        }

.port_modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: white;
    overflow: auto;
    padding-bottom: 30px;
    display: none;
}

    .port_modal .modal_head {
        width: 90vw;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        vertical-align: middle;
        padding: 18px 0px;
    }

        .port_modal .modal_head p {
            margin: 0px;
        }

        .port_modal .modal_head i {
            font-size: 25px;
            background-color: #c2c2c2;
            width: 35px;
            height: 35px;
            text-align: center;
            border-radius: 8px;
            align-items: center;
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

    .port_modal .modal_body {
        width: 90vw;
        margin: 0px auto;
        margin-top: 20px;
    }

        .port_modal .modal_body .modal_img {
            border-radius: 15px;
            width: 100% !important;
        }

blockquote {
    font-style: italic;
    background-color: #f3f3f3;
    padding: 34px;
    position: relative
}

    blockquote:after {
        content: "،";
        position: absolute;
        font-size: 250px;
        top: -100px;
        left: -23px;
        font-family: arial;
        font-weight: 900;
        color: #e1e1e1;
    }

@@media(max-width:750px) {
    blockquote:after {
        display: none;
    }
}

.post_detail_content, .post_detail_content p {
    font-weight: 300;
    font-size: 17px;
    line-height: 39px;
    direction: ltr;
    text-align: left;
}

[data-bs-theme=dark] .post_detail_content * {
    color: #e7e7e7;
}

[data-bs-theme=dark] blockquote {
    color: #e7e7e7;
    background-color: #1e1e2b;
}

[data-bs-theme=dark] .post-title, [data-bs-theme=dark] .date {
    color: #e9e9e9;
}


.squar_post {
    margin-top: 50px;
    border: 2px solid #e5e5e5;
    padding: 7px;
}

    .squar_post .sp_image {
    }

        .squar_post .sp_image img {
        }

    .squar_post h4 {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        margin-top: 15px;
    }

[data-bs-theme=dark] .squar_post {
    border-color: #3c3c4f;
}

.squar_post .sp_image {
}

    .squar_post .sp_image img {
    }

[data-bs-theme=dark] .squar_post h4 {
}


[data-bs-theme=dark] .swal2-popup {
    background-color: #272727;
}


[data-bs-theme=dark] .swal2-html-container {
    color: #dbdbdb;
}


pre {
    background-color: #dadabc7a;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    padding: 15px;
    border-radius: 11px;
}




[data-bs-theme=dark] pre {
    background-color: #3a3a57;
}



html[data-bs-theme=dark] .comment-form label {
    color: #c1c1c1;
}


.squar_post .sp_image img {
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}


.port_modal #modal-image {
    max-width: fit-content;
    max-height: 85vh;
    display: block;
    margin: 0px auto;
}