@import url(font.css);

:root {
    --main-color: #ff8904;
    --main-color-500: #ff6900;
    --secondary-color: #595d61;
    --text-color: #595d61;
    --text-color-600: #4a5565;
    --light-color: #ffffff;
    --border-color-light: #e7e7e7;
    --gray-pg: #adadad;
}

html,
body {
    transition: all 0.6s ease;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: auto;
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    color: var(--main-color) !important;
    transition: all 0.2s ease;
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong {
    font-family: 'IRANsans';
}

@media (min-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}

header.haeder {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(-90deg, #fff 0, #dbdcdd);
    position: absolute;
    top: 0;
}

.desktop-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
}

.logo {
    width: 110px;
    text-align: right;
    display: flex;
    justify-content: flex-start;
}

.logo a img {
    width: 55px;
    height: auto;
}

ul.nav-ul-pgsi {
    display: flex;
    height: 100px;
    padding: 0;
    margin: 0;
    align-items: center;
}

ul.nav-ul-pgsi li.nav-li-pgsi {
    list-style: none;
    padding-left: 20px;
    font-family: IRANsans;
}

li.nav-li-pgsi a {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 200;
}

li.nav-li-pgsi a:hover,
li.nav-li-pgsi a:hover svg,
li.nav-li-pgsi a:hover i {
    color: var(--main-color);
}

li.nav-li-pgsi svg,
li.nav-li-pgsi i {
    color: var(--text-color);
    vertical-align: middle;
}

.navbar-pgsi {
    width: 100%;
}

.top-header-btn-pgsi {
    display: flex;
}

a.btn-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-family: 'IRANSans';
    font-size: 15px;
    color: var(--text-color);
    font-weight: 200;
}

a.btn-head svg,
a.btn-head i {
    font-size: 17px;
}

a.btn-head span {
    padding: 5px;
}

.dropdown-section {
    width: 100%;
    height: calc(100vh - 100px);
    background: var(--light-color);
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    height: calc(100vh - 100px);
    display: none;
    z-index: 9999;
}

ul.d-down {
    margin: 50px 0;
    padding: 0;
    border-left: 1px solid;
    border-color: var(--border-color-light);
    height: 100vh;
}

ul.d-down li.nav-li-pgsi a {
    line-height: 30px;
}

ul.d-down li.nav-li-pgsi {
    padding: 6px;
}

ul.d-down li.nav-li-pgsi a svg {
    vertical-align: middle;
    margin-top: -3px;
}

.more-box {
    width: 100%;
    height: 100vh;
    background-color: #f7f7f8;
    position: absolute;
    padding: 35px 15px;
}

h4.tt-more-box {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-color);
}

.content-mb {
    text-align: center;
    width: 23rem;
}

.content-mb span {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-color);
}

.search-form {
    position: absolute;
    width: 100%;
    background: var(--light-color);
    left: 0;
    right: 0;
    top: 100px;
    height: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    z-index: 99999;
}

.search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

form.relative {
    padding: 0;
    border-bottom: 1px solid #d8d7d7;
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0;
}

form.relative input {
    width: 100%;
    border: 0;
    color: var(--text-color);
    padding: 30px;
}

form.relative input:focus,
form.relative input:focus-visible {
    outline: 0;
}

form.relative input::placeholder {
    color: #b1acac;
}

form.relative button {
    border: 0;
    background: transparent;
    color: #bababa;
    font-size: 23px;
}


section.slider {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    top: 0px;
    margin-bottom: 150px;
}

section.slider img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    bottom: 0;
}

section.about-pg {
    text-align: center;
    padding: 120px 5px 30px;
}

.title-pg h2 {
    color: var(--text-color-600);
    font-size: 30px;
}

.des span {
    color: var(--text-color-600);
    font-size: 20px;
    font-weight: 100;
}

.des {
    padding: 15px;
}

a.btpg-light {
    font-size: 17px;
    border: 2px var(--text-color-600) solid;
    padding: 11px 50px;
}

a.btpg-light:hover {
    color: var(--main-color-500);
    border: 2px var(--main-color-500) solid;
}

section.blog {
    margin: 35px 0;
}

a.cart-blog {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.cart-content {
    margin-bottom: 25px;
}

.cart-content h3 {
    font-size: 22px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}

.cart-content span {
    font-size: 17px;
    color: var(--text-color-600);
    font-weight: 200;
    line-height: 30px;
    padding-bottom: 10px;
}

.img-cart-blog {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.img-cart-blog img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: all 0.6s ease;
}

.img-cart-blog:hover img {
    transform: scale(1.04);
}

a.cart-blog .btn-cart-blog {
    width: 55px;
    height: 55px;
    background: #6a7282;
    display: flex;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
}

.border-bottom-pg {
    border-bottom: 1px var(--gray-pg) solid;
    width: 70%;
    max-width: 500px;
    height: 2px;
    margin: 20px auto;
}

a.btpg-orange {
    font-size: 1.15rem;
    border: 0px;
    padding: 17px 50px;
    background-color: var(--main-color);
    color: var(--light-color);
}

a.btpg-orange:hover {
    color: var(--main-color-500);
    background-color: var(--main-color-500);
    color: var(--light-color) !important;
}

.c-ttl h3 {
    font-size: 1.4rem;
    color: var(--text-color-600);
    font-weight: 500;
    line-height: 2.2rem;
    margin: 40px auto;
}


.post-blog {
    direction: rtl;
    font-family: inherit;
    background-image: linear-gradient(-90deg, #fff 0, #dbdcdd);
    padding: 50px 0;
}

.post-blog .one-post {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.post-blog .one-post:focus-visible {
    box-shadow: 0 0 0 3px rgba(227, 7, 20, .35), 0 10px 24px rgba(0, 0, 0, .15);
}

.post-blog .one-post-image {
    position: relative;
    isolation: isolate;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #111;
}

.post-blog .one-post-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform .6s ease;
}

.post-blog .one-post-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 73%) 0%, rgb(0 0 0 / 48%) 35%, rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
    transition: opacity .3s ease;
    opacity: 1;
}

.post-blog .one-post:hover .one-post-image img {
    transform: scale(1.06);
}

.post-blog .one-post:hover .one-post-image::after {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .post-blog .one-post-image img {
        transition: none;
    }
}

.post-blog .post-content-one {
    position: absolute;
    right: 15px;
    bottom: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    color: #fff;
    text-align: right;
    max-width: calc(100% - 32px);
    align-content: flex-start;
}

.post-blog .one-post-label {
    display: inline-block;
    background: #000000a6;
    color: #fff;
    font-size: .85rem;
    line-height: 1;
    padding: .5rem .8rem;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    font-weight: 300;
}

.post-blog .post-content-one>span {
    display: inline-block;
    font-size: .85rem;
    color: rgba(255, 255, 255, .85);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .15);
    padding: .2rem .5rem;
    border-radius: 6px;
}

.post-blog .one-post-ttl {
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

@media (max-width: 576px) {
    .post-blog .post-content-one {
        right: 12px;
        bottom: 12px;
    }

    .post-blog .one-post-ttl {
        font-size: 1.05rem;
    }
}

.post-blog .one-post-image,
.post-blog .one-post-image img {
    border-radius: 0;
}

h2.ttl-larg {
    font-size: 1.7rem;
    color: var(--secondary-color);
    padding: 30px 0;
}

a.text-post {
    background: #fff;
    display: block;
    margin-bottom: 15px;
    height: 31.5%;
    transition: all 1s;
    cursor: pointer;
}

a.text-post:hover {
    background: #fff;
    box-shadow: var(--gray-pg) 0px 2px 15px;
}

.text-post-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px;
    cursor: pointer;
}

.text-post-content .one-post-label {
    display: inline-block;
    background: var(--bs-gray-500);
    color: var(--bs-black);
    font-size: .85rem;
    line-height: 2;
    padding: .2rem .9rem;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    font-weight: 400;
    margin: 15px 0;
}

.text-post-content h3 {
    font-size: 1rem;
    color: var(--bs-gray-700);
    transition: all 1s;
}

a.text-post:hover>.text-post-content h3 {
    color: var(--main-color);
}

.text-post-content span {
    font-size: 0.75rem;
    color: var(--gray-pg);
}

.text-post:hover>.text-post-content h3,
.text-post:hover>.text-post-content span {
    color: var(--bs-gray-700);
}

.map {
    box-shadow: var(--gray-pg) 0px 1px 15px;
    margin: 85px auto;
    padding: 0 25px;
}

.map img {
    width: 100%;
    max-width: 500px;
}

.text-map {
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 55px;
}

footer {
    background-image: linear-gradient(-90deg, #fff 0, #dbdcdd);
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    margin: 100px auto 0;
    position: relative;
    bottom: 0;
}

.khabarnameh {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin: auto;
    padding: 60px 20px;
    align-items: center;
    justify-content: center;
}

.khabarnameh h3 {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--text-color);
    display: contents;
}

.khabarnameh form {
    display: flex;
    margin-right: 15px;
    width: 45%;
}

form.khabarnameh-form input {
    width: 90%;
    padding: 5px 15px;
    border: 0;
    background: transparent;
    border-bottom: 1px #7a7a7a solid;
    margin: 0 5px;
}

form.khabarnameh-form button {
    border: 1px #959595 solid;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 1.3rem;
    color: #959595;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 25px;
}

.main-footer {
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    padding: 40px 0;
}

.nav-footer {
    position: relative;
}

span.footer-ttl {
    font-size: .95rem;
    font-weight: 500;
    color: var(--text-color);
    padding: 20px 0;
}

.nav-footer ul {
    padding: 0;
    list-style: none;
    margin-top: 11px;
}

.nav-footer ul li {
    font-size: .90rem;
    line-height: 2rem;
    color: #585858;
}

.social-media {
    position: relative;
}

.social-media ul {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    list-style: none;
    margin-top: 40px;
}

.social-media ul li {
    padding: 25px 10px;
    font-size: 23px;
    color: var(--text-color);
}

.copyright {
    text-align: right;
    color: var(--text-color);
    font-size: 14px;
    line-height: 3rem;
    padding: 25px 0;
}

.relative-icon {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 999;
}

.relative-icon a {
    width: 50px;
    height: 50px;
    background: #bdbdbd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-color);
    font-size: 25px;
    margin: 5px;
    transition: all 0.5s;
    box-shadow: 0px 2px 10px #bdbdbd;
}

.relative-icon a:hover {
    color: var(--light-color) !important;
    background-color: var(--text-color-600);
}

.orange {
    background-color: var(--main-color) !important;
    color: var(--light-color) !important;
}

.orange:hover {
    background-color: var(--main-color-500) !important;
}

.relative-icon {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.relative-icon.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


#go-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    color: var(--text-color);
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    z-index: 9999;
}

#go-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.image-large-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 800px;
}

.content-single-post {
    width: auto;
    min-height: 500px;
    background: #ffffff;
    position: relative;
    margin: -280px 75px 0;
    padding: 85px;
}

.content-single-post span {
    font-family: 'IRANSans';
    font-size: 17px;
    color: inherit;
}

.dropdown-section.active {
    display: block;
}


.nav-li-pgsi.has-dropdown>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-li-pgsi .chev {
    transition: transform .25s ease;
    font-size: .9em;
    vertical-align: middle;
}

.nav-li-pgsi.open .chev {
    transform: rotate(180deg);
}

.dropdown-section {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-section.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header.haeder {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: transform .35s ease, background-color .25s ease, box-shadow .25s ease;
    will-change: transform;
}

header.haeder.header-hidden {
    transform: translateY(-100%);
}

header.haeder.header-scrolled {
    background-image: linear-gradient(-90deg, #fff 0, #dbdcdd);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

header.haeder.force-visible {
    transform: translateY(0) !important;
}

body.has-fixed-header {
    padding-top: 100px;
}

.dropdown-section .dd-col {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.dropdown-section .dd-col.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.submenu-col {
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.submenu-col.active {
    display: block;
    opacity: 1;
}

.submenu-col {
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.submenu-col.active {
    display: block;
    opacity: 1;
}

.d-down>li>ul.dd-down {
    display: none;
}

ul.dd-down {
    margin: 20px 0;
    padding: 0;
    border-left: 1px solid;
    border-color: var(--border-color-light);
    height: 100vh;
}

ul.dd-down li {
    padding: 7px;
}

.dropdown-section {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    height: calc(100vh - 100px);
}

.dropdown-section .row {
    height: 100%;
    align-items: stretch;
}

.dropdown-section .col-md-3 {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

ul.d-down {
    margin: 0;
    padding: 12px 0;
    border-left: 1px solid var(--border-color-light);
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


.d-down>li>ul.dd-down {
    display: none;
}

.submenu-col {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.submenu-col.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dropdown-section {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    height: calc(100vh - 100px);
}

.dropdown-section .row {
    height: 100%;
    align-items: stretch;
}

.dropdown-section .col-md-3 {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

ul.d-down {
    margin: 0;
    padding: 12px 0;
    border-left: 1px solid var(--border-color-light);
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.d-down>li>ul.dd-down {
    display: none;
}

.submenu-col {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

.submenu-col.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-li-pgsi>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chev-wrap {
    display: inline-flex;
    transition: transform .25s ease;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.nav-li-pgsi.is-open>a .chev-wrap {
    transform: rotate(180deg);
}

.search-form {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 999999;
}

.search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.hero-slider {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    margin-top: 65px;
}

.slides {
    position: absolute;
    inset: 0;
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 700ms ease;
    background-blend-mode: overlay;
}


.slide.is-active {
    opacity: 1;
}

.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.35) 55%,
            rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
}

.slider-controls {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    z-index: 3;
    direction: rtl;
}

.control-item {
    background: transparent;
    border: 0px;
    padding: 10px 12px 12px;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.control-item:hover {
    transform: translateY(-2px);
}

.progress {
    position: relative;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.33);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: var(--main-color);
}

.control-title {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.slide-content p {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.6;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.slide-btn {
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border: 2px #fff solid;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.slide-btn:hover {
    border: 2px var(--main-color) solid;
}


/* mobile navbar */
.mnav-toggle {
    position: relative;
    top: -2px;
    right: 0;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    z-index: 1400;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.mnav-icon {
    position: relative;
    width: 18px;
    height: 15px;
    display: inline-block;
}

.mnav-label {
    font-size: 12px;
    color: var(--text-color);
    font-weight: 200 !important;
    line-height: 1;
    font-weight: 500;
}


.mnav-icon .bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--text-color);
    border-radius: 1px;
    transition: transform .25s ease, opacity .2s ease;
    transform-origin: center;
}

.mnav-icon .bar:nth-child(1) {
    top: 0;
}

.mnav-icon .bar:nth-child(2) {
    top: 7px;
}

.mnav-icon .bar:nth-child(3) {
    bottom: 0;
}

.mnav-toggle.is-active .mnav-icon .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mnav-toggle.is-active .mnav-icon .bar:nth-child(2) {
    opacity: 0;
}

.mnav-toggle.is-active .mnav-icon .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


header.haeder {
    z-index: 1000;
}


.mnav-overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    z-index: 999;
}

.mnav-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.mnav-panel {
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s, transform .28s, visibility .28s;
    z-index: 999;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}

.mnav-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.mnav-lock {
    overflow: hidden;
}

.mnav-list {
    list-style: none;
    padding: 10px 8px 14px;
    margin: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mnav-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 10px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.85rem;
}

.mnav-item>a:hover {
    background: #f6f7f9;
}

.mnav-sub {
    list-style: none;
    margin: 0;
    padding: 0 8px 6px 0;
    overflow: hidden;
    height: 0;
    transition: height .28s ease;
    border-right: 2px solid #eee;
    margin-right: 12px;
}

.mnav-chev {
    display: inline-flex;
    margin-right: 8px;
    transition: transform .25s;
    color: #666;
}

.mnav-item.is-open>a .mnav-chev {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .mnav-toggle {
        display: none;
    }
}

@media (max-width:991px) {
    .desktop-view {
        display: none;
    }
}

@media (max-width:768px) {
    a.btn-head {
        padding: 17px 10px;
        font-size: 12px;
    }

    .text-map {
        margin-right: -5px;
        margin-top: 10px;
    }

    .text-map h3 {
        font-size: 20px;
    }

    .text-map h4 {
        font-size: 16px;
    }

    .relative-icon {
        background: #fff;
        box-shadow: 0px 6px 25px rgb(51 51 51 / 18%);
        border-radius: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
    }

    .relative-icon a:last-child {
        display: none;
    }

    .logo {
        width: 50px;
    }

    .logo a img {
        width: 50px;
    }

    .slider-controls {
        display: none;
    }

    .slide-content p {
        font-size: 1.5rem;
        margin: 30px;
    }

    .slide {
        max-height: 400px;
    }


}

.mobile-nav {
    display: flex;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.col-one {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.col-two {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.text-map {
    margin-right: -5px;
}

@media (max-width:768px) {
    .hero-slider {
        min-height: 75vh;
    }

    .title-pg h2 {
        font-size: 18px;
    }

    .des span {
        font-size: 14px;
        font-weight: 200;
    }

    a.btpg-light {
        font-size: 15px;
        padding: 6px 35px;
    }

    .cart-content h3 {
        font-size: 17px;
        font-weight: 500;
    }

    .cart-content span {
        font-size: 15px;
        font-weight: 300;
    }

    .c-ttl h3 {
        font-size: 1.1rem;
    }

    a.btpg-orange {
        font-size: 0.85rem;
        padding: 12px 35px;
        display: flex;
        justify-content: center;
    }

    h2.ttl-larg {
        font-size: 1.2rem;
        color: var(--secondary-color);
        padding: 30px 0;
    }

    .khabarnameh {
        flex-direction: column;
        padding: 40px 10px;
    }

    .khabarnameh form {
        width: 100%;
    }

    form.khabarnameh-form button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        padding: 21px;
    }

    .khabarnameh h3 {
        font-size: 0.95rem;
        font-weight: 500;
        color: var(--text-color);
        margin-bottom: 27px;
        display: block;
    }

    .copyright {
        text-align: center;
        line-height: 2rem;
    }

    .social-media ul {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 0;
    }

    .social-media ul li {
        padding: 10px;
        font-size: 23px;
        color: var(--text-color);
    }

    .social-media {
        position: relative;
        margin-bottom: 80px;
    }

}

@media (max-width:992px) {
    section.about-pg {
        padding: 50px 5px 30px;
    }
}

.nl-msg {
    position: absolute;
    margin-top: 10px;
    padding: 10px 50px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(8px);
    transition: all .35s ease;
    width: 36%;
    top: -10px;
}

.nl-msg.show {
    opacity: 1;
    transform: translateY(0)
}

.nl-msg.success {
    background: #e8fff6;
    border: 1px solid #b6f2d9;
    color: #117a54
}

.nl-msg.duplicate {
    background: #fffbe6;
    border: 1px solid #ffe58f;
    color: #ad8b00
}

.nl-msg.error {
    background: #fff3f3;
    border: 1px solid #ffd2d2;
    color: #b91919
}

.nl-msg .close {
    position: absolute;
    inset-inline-end: 8px;
    top: 14px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.khabarnameh-form input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.content-notfound {
    width: 100%;
    height: 100vh;
    background: #000;
    color: #fff;
    margin-top: 100px;
    padding: 100px 10px;
    text-align: center;
    margin-bottom: -100px;
}

.single-buttons {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.single-buttons a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 0px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    margin: 60px 0;
}

.btn-home {
    background-color: transparent;
    color: var(--main-color);
    border: 1px var(--main-color) solid;
}

.btn-back {
    background-color: #333;
    color: #fff;
}

.single-buttons a:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.content-notfound h1 {
    font-family: sans-serif;
    font-size: 6rem;
}

.content-notfound h4 {
    font-size: 1.5rem;
    font-weight: 100;
    direction: ltr;
}

.page-template-template-elementor-fullwidth .site-main.elementor-fullwidth-template,
.page-template-template-elementor-fullwidth .site-main.elementor-fullwidth-template .entry-content,
.page-template-template-elementor-fullwidth .site-main.elementor-fullwidth-template .container,
.page-template-template-elementor-fullwidth .site-main.elementor-fullwidth-template .wrap {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 100px 0 !important;
}


header .container,
footer .container {
    max-width: var(--container-max, 1200px);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


.page-template-template-elementor-fullwidth .entry-title {
    display: none;
}

.cat-box {
    box-shadow: 0px 1px 26px #0000001c;
    border-radius: 10px;
    padding: 25px;
}

.cat-box .cart-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.cat-box .cart-content span {
    font-size: 14px;
}

h1.archive-title,
h1.search-title {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    padding-right: 15px;
    margin: 40px 0 45px;
}

h1.archive-title::before,
h1.search-title::before {
    content: "";
    width: 4px;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    right: 0;
    display: block;
}

.category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.category-buttons .cat-btn {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f3f3f3;
    color: #333;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-buttons .cat-btn:hover {
    background-color: #ff7b00;
    color: #fff;
}

.category-buttons .cat-btn.active {
    background-color: #ff7b00;
    color: #fff;
    box-shadow: 0 3px 8px rgba(255, 123, 0, 0.4);
}

.archive-pagination {
    margin: 70px 0 !important;
    text-align: center;
}

.archive-pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-pagination .page-numbers li a,
.archive-pagination .page-numbers li span {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
    line-height: 1;
    transition: all .25s ease;
}

.archive-pagination .page-numbers .prev,
.archive-pagination .page-numbers .next {
    min-width: 36px;
    padding: 8px 12px;
}

.archive-pagination .page-numbers li a:hover {
    background: #ff7b00;
    color: #fff;
}

.archive-pagination .page-numbers .current {
    background: #ff7b00;
    color: #fff;
    box-shadow: 0 3px 8px rgba(255, 123, 0, 0.35);
    cursor: default;
}

.archive-pagination .page-numbers .dots {
    background: transparent;
    color: #777;
    box-shadow: none;
}

@media (prefers-color-scheme: dark) {

    .archive-pagination .page-numbers li a,
    .archive-pagination .page-numbers li span {
        background: #bdbdbd;
        color: #ffffff;
    }

    .archive-pagination .page-numbers .dots {
        color: #aaa;
    }
}

.site-main {
    margin: 90px 0;
    padding: 20px 0;
}

@media (max-width:992px) {
    .content-single-post {
        width: auto;
        min-height: 500px;
        background: #ffffff;
        position: relative;
        margin: -115px 0 0;
        padding: 30px;
    }
}

@media (max-width:580px) {
    .content-single-post {
        margin: -50px 0 0;
    }
}