﻿@font-face {
    font-family: 'Vazir-Bold';
    src: url('/fonts/Vazir-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    direction: rtl;
    text-align: right;
    padding-top: 175px; /* ارتفاع کل هدر */
    font-family: 'Vazir-Bold', sans-serif;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.col-md-6,
.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-basis: 50%;
    max-width: 50%;
}

@media (max-width: 767px) {
    .col-md-6,
    .col-12 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

.card {
    border: none;
    display: flex;
    flex-direction: column;
}

.square-card {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.image-container {
    position: relative;
    flex: 1;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-img-top2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(0.8);
}

.card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    text-align: right;
    width: 70%;
    word-wrap: break-word;
    color: white;
    padding: 5px;
}

.logo-img {
    width: 100%;
    max-width: 150px; /* اندازه ثابت لوگو */
    height: auto;
}

.card-link {
    position: absolute;
    top: 60%;
    left: 22%;
    transform: translateX(-50%);
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #FF6B00;
    padding-bottom: 0;
}

.full-width-card {
    width: 100%;
    margin-bottom: 0px;
}

    .full-width-card .card-body {
        background-color: #34495e !important;
        color: white !important;
        text-align: center !important;
        padding: 20px !important;
        flex: 1 !important;
    }

.half-height-aspect-ratio {
    aspect-ratio: 2 / 1;
}

@media (max-width: 768px) {
    .half-height-aspect-ratio {
        aspect-ratio: 1 / 1;
    }
}

.half-height-aspect-ratio2 {
    aspect-ratio: 2 / 1;
}

.half-height-aspect-ratio3 {
    aspect-ratio: 3 / 1;
}

body.product-page {
    background-color: red;
}

.container_Product {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background-color: red;
}

.Collections {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
}

.CollectionsHead {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: column;
}

.CollectionsHeadT {
    color: White;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
    .CollectionsHeadT {
        font-size: 30px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsHeadT {
        font-size: 50px;
    }
}

.CollectionsTab {
    width: 80%;
    max-width: 80%;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .CollectionsTab {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsTab {
        width: 90%;
        max-width: 90%;
    }
}

.CollectionsTabT {
    flex: 1 1 30%;
    max-width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsTabT {
        max-width: 50%;
        flex: 1 1 50%;
    }
}

@media screen and (max-width: 600px) {
    .CollectionsTabT {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 0px;
        padding-top: 10px;
    }
}

.CollectionsTabTimg {
    width: 100%;
    display: block;
    border-bottom: 5px solid #FF6B00;
}

.CollectionsTabH {
    font-size: 40px;
    color: #0c2340;
}

@media screen and (max-width: 600px) {
    .CollectionsTabH {
        font-size: 30px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsTabH {
        font-size: 30px;
    }
}

.CollectionsTabu {
    font-size: 25px;
    color: #0c2340;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsTabu {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .CollectionsTabu {
        font-size: 16px;
    }
}

.CollectionsTabu li::marker {
    color: #FF6B00;
}

.CollectionsTabL {
    color: #0c2340;
    text-decoration: none;
    position: relative;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .CollectionsTabL {
        font-size: 16px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .CollectionsTabL {
        font-size: 20px;
    }
}

.CollectionsTabL::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF6B00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Product {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background-color: Black;
}

.ProductHead {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: column;
}

.ProductBody {
    max-width: 60%;
    width: 60%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ProductBodyImg1 {
    width: 30%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .ProductBodyImg1 {
        width: 35%;
    }
}

.ProductBodyImg2 {
    width: 30%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .ProductBodyImg2 {
        width: 35%;
    }
}

.ProductBodyP {
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .ProductBodyP {
        font-size: 18px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductBodyP {
        font-size: 20px;
    }
}

.ProductBodyIMGD {
    width: 200px;
    border-radius: 50%;
    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .ProductBodyIMGD {
        width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductBodyIMGD {
        width: 100%;
    }
}

.ProductBodyIMGDT {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 30%;
    min-width: 30%;
    align-items: center;
    padding-right: 2%;
    padding-left: 2%;
}

@media screen and (max-width: 600px) {
    .ProductBodyIMGDT:nth-child(6) {
        order: 2;
        width: 100%;
    }
}

.ProductBodySpan {
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .ProductBodySpan {
        font-size: 18px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductBodySpan {
        font-size: 24px;
    }
}

.ProductBodyDG {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.ProductBodyIMGPos {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ProductBodyIMGM {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .ProductBodyIMGM {
        display: flex;
        width: 100%;
        padding-top: 20px;
    }
}

.ProductBodyP2 {
    font-size: 30px;
    width: 55%;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 8%;
    padding-bottom: 20px;
}

@media screen and (min-width: 1800px) {
    .ProductBodyP2 {
        transform: translate(0, -200px);
    }
}

@media screen and (max-width: 600px) {
    .ProductBodyP2 {
        width: 100%;
        margin: auto;
        font-size: 18px;
        order: 1;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductBodyP2 {
        width: 100%;
        font-size: 20px;
    }
}

.ProductBodyIMGME {
    width: 25%;
    display: block;
    order: 3;
    user-select: auto;
    margin: 0 auto;
    text-align: center;
    height: 25%;
}

@media screen and (min-width: 1800px) {
    .ProductBodyIMGME {
        transform: translate(600px, 0px);
    }
}

@media screen and (max-width: 600px) {
    .ProductBodyIMGME {
        order: 3;
        width: 50%;
        padding-top: 20px;
        padding-right: 0;
    }
}

.ProductDown {
    display: flex;
    align-items: center;
    background-color: White;
    width: 100%;
    color: #0c2340;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductDown {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .ProductDown {
        display: block;
    }
}

.ProductDownImg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .ProductDownImg {
        width: 100%;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductDownImg {
        width: 100%;
        padding-bottom: 10px;
    }
}

.ProductDownContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ProductDownImgM {
    width: 50%;
    margin-top: 20px;
}

.ProductDownContentIMG {
    width: 80%;
}

.ProductDownContentSpan {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .ProductDownContentSpan {
        font-size: 18px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductDownContentSpan {
        font-size: 20px;
    }
}

.ProductDownContentlink {
    color: #0c2340;
    text-decoration: none;
    position: relative;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .ProductDownContentlink {
        font-size: 18px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .ProductDownContentlink {
        font-size: 20px;
    }
}

.ProductDownContentlink::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF6B00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Product-slideshow-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.Product-slide {
    display: none;
    width: 100%;
    height: auto;
}

    .Product-slide.active {
        display: block;
    }

.Product-slideshow-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.Product-slideshow-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.Product-dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

    .Product-dot.active {
        background-color: #717171;
    }

.PInfo {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    direction: rtl;
    text-align: right;
}

.PInfoT {
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .PInfoT {
        width: 90%;
        flex-direction: column;
        padding: 15px 0;
    }
}

@media screen and (max-width: 600px) {
    .PInfoT {
        width: 95%;
        flex-direction: column;
        padding: 10px 0;
    }
}

.PInfoGallery {
    position: relative;
    max-width: 50%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .PInfoGallery {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .PInfoGallery {
        max-width: 100%;
    }
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow-x: hidden;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.PInfoGallery img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    direction: rtl;
}

    .thumbnails img.thumbnail {
        width: 80px;
        height: 60px;
        object-fit: cover;
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.3s ease, border 0.3s ease;
        border-radius: 4px;
    }

        .thumbnails img.thumbnail:hover {
            opacity: 0.8;
        }

        .thumbnails img.thumbnail.active {
            opacity: 1;
            border: 2px solid #007bff;
        }

.PInfoL {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .PInfoL {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .PInfoL {
        max-width: 100%;
    }
}

.PInfoL-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.PInfoL img {
    width: 50%;
    object-fit: cover;
}

.PInfoL button {
    width: 50%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .PInfoL button:hover {
        background-color: #0056b3;
    }

.PInfoL p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .PInfoL-content {
        flex-direction: column;
    }

    .PInfoL img, .PInfoL button {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .PInfoL-content {
        flex-direction: column;
    }

    .PInfoL img, .PInfoL button {
        width: 100%;
    }
}

.PInfoR1 {
    background-color: black;
    color: White;
    margin-bottom: 0;
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .PInfoR1 {
        padding-bottom: 30px;
    }
}

.PInfoR1D {
    width: 60%;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .PInfoR1D {
        display: block;
        padding-top: 20px;
    }
}

.PInfoR1DP {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #f37021;
    outline: 6px solid white;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .PInfoR1DP {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
}

.PInfoR1DH {
    color: White;
    padding: 0 30px;
    align-self: center;
    font-size: 24px;
}

.PInfoR2DH {
    padding: 0 30px;
    align-self: center;
    font-size: 24px;
}

.PInfoR1DPP {
    font-size: 20px;
    padding: 10px 0;
}

@media screen and (max-width: 600px) {
    .PInfoR1DPP {
        padding-bottom: 20px;
        text-align: center;
    }
}

.PInfoR1DD {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.PInfoR2 {
    background-color: White;
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .PInfoR2 {
        display: block;
        padding: 10px 0;
    }
}

.PInfoR2DP {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #f37021;
    outline: 6px solid white;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .PInfoR2DP {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
}

.PInfoCP {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media screen and (max-width: 600px) {
    .PInfoCP {
        width: 80%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 20px auto;
    }
}

.PInfoCI {
    position: relative;
    width: 100%;
    text-align: center;
}

.PInfoR1DPP2 {
    font-size: 20px;
    padding: 10px 0;
}

.PInfoCP2 {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -120%);
    z-index: 10;
}

@media screen and (max-width: 600px) {
    .PInfoCP2 {
        width: 80%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 20px auto;
    }
}

.toggle-btn {
    background-color: white;
    border: 1px solid white;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 150px;
}

    .toggle-btn:hover {
        background-color: white;
    }

.collapsible-content {
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
    display: none;
    transition: all 0.3s ease;
    width: 200px;
}

    .collapsible-content.open {
        display: block;
    }

.PInfoItem {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

h1 {
    font-size: 24px;
    color: #333;
    margin: 0 20px 0 0;
    flex-shrink: 0;
}

.PInfoItem .content-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.PInfoR1DHH {
    padding-top: 10px;
    font-size: 24px;
}

.full-width-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
}

.video-player,
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-thumbnail {
    display: none;
}

.img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.video-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay-title {
    position: absolute;
    top: 50%;
    right: 15%;
    width: 30%;
    transform: translateY(-50%);
    text-align: right;
    font-size: 48px;
    word-wrap: break-word;
    color: white;
    padding: 5px;
    box-sizing: border-box;
}

.overlay-text {
    position: absolute;
    top: calc(50% + 70px);
    right: 15%;
    width: 30%;
    transform: translateY(-50%);
    text-align: right;
    font-size: 1.25rem;
    word-wrap: break-word;
    color: white;
    padding: 5px;
    box-sizing: border-box;
}

.overlay-link {
    position: absolute;
    top: calc(50% + 140px);
    right: 15%;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #FF6B00;
    padding-bottom: 0;
}

    .overlay-link::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FF6B00;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .overlay-link:hover {
        opacity: 0.8;
    }

@media (max-width: 992px) {
    .overlay-title {
        font-size: 38px;
        width: 40%;
        right: 5%;
    }

    .overlay-text {
        font-size: 1.1rem;
        width: 40%;
        right: 5%;
    }

    .overlay-link {
        font-size: 1rem;
        width: 40%;
        right: 5%;
    }
}

@media (max-width: 768px) {
    .overlay-title {
        font-size: 28px;
        width: 60%;
        right: 5%;
        top: 40%;
    }

    .overlay-text {
        font-size: 1rem;
        width: 60%;
        right: 5%;
        top: 55%;
    }

    .overlay-link {
        font-size: 0.9rem;
        width: 60%;
        right: 5%;
        top: 65%;
        text-align: right;
    }
}

@media (max-width: 576px) {
    .overlay-title {
        font-size: 20px;
        width: 90%;
        right: 5%;
        top: 35%;
    }

    .overlay-text {
        font-size: 0.85rem;
        width: 90%;
        right: 5%;
        top: 48%;
    }

    .overlay-link {
        font-size: 0.8rem;
        width: 90%;
        right: 5%;
        top: 60%;
        text-align: right;
    }
}

.card {
    border: none;
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* استایل‌های عمومی هدر */
.header {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
}

.nav-top {
    height: 5px;
    background-color: #000;
}

.nav-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 15px;
    max-width: 100vw;
    margin: 0 auto;
}

.nav-menu {
    transition: all 0.3s ease;
}

.menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}





.logo-img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.hamburger-menu {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

    .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #0c2340;
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

/* لوگوی کلیک‌پذیر وسط در حالت ریسپانسیو */
.logo-center-responsive {
    display: none;
}

@media (max-width: 768px) {
    .nav-center {
        justify-content: space-between;
        position: relative;
    }

    .hamburger-menu {
        display: block !important;
    }

    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 999;
        padding-top: 60px;
    }

        .nav-menu.active {
            display: block !important;
        }

    .menu-list {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 120px;
        padding-right: 20px;
        width: 100%;
    }

    .menu-item {
        width: 100%;
        margin: 10px 0;
    }

        .menu-item.dropdown .dropdown-menu {
            position: absolute;
            box-shadow: none;
            width: 70%;
            background-color: white;
            display: none;
            transform: translate(0, 0);
        }

        .menu-item.dropdown.active .dropdown-menu {
            display: block !important;
        }

        .menu-item.logo-center {
            display: none;
        }

    .logo-center-responsive {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

        .logo-center-responsive img {
            max-width: 150px;
            height: auto;
        }

    .navbar-toggle {
        display: none !important;
    }
}
.linkk {
    color: white;
    text-decoration: none;
}
    .linkk:hover {
        text-decoration: none;
        color: darkgrey;
    }
