@font-face {
    font-family: 'Vazirmatn';
    src: url('/static/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/static/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
button{
    font-family: Vazirmatn;
}
.reveal {
    opacity: 0;
    transform: translateY(80px);
    transition: all 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slideFadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFadeLeftLong {
    0% {
        opacity: 0;
        transform: translateX(-550px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFadeRightLong {
    0% {
        opacity: 0;
        transform: translateX(550px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFadeRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.reveal-left {
    opacity: 0;
}

.reveal-left.active {
    animation: slideFadeLeft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reveal-left-long {
    opacity: 0;
}

.reveal-left-long.active {
    animation: slideFadeLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reveal-left-long-2 {
    opacity: 0;
}

.reveal-left-long-2.active {
    animation: slideFadeLeftLong 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reveal-right-long-2 {
    opacity: 0;
}

.reveal-right-long-2.active {
    animation: slideFadeRightLong 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reveal-right {
    opacity: 0;
}

.reveal-right.active {
    animation: slideFadeRight 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reveal-zoom {
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease;
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}

.reveal-rotate {
    opacity: 0;
    transform: rotate(-20deg) translateY(40px);
    transition: all 1.1s ease;
}

.reveal-rotate.active {
    opacity: 1;
    transform: rotate(0) translateY(0);
}

body {
    background-color: var(--base);
    font-family: 'Vazirmatn', sans-serif;
}


.br-b img {
    width: 45%;
    max-height: 80px;
    float: left;
}
.brr-b {
    min-height: 80px;
}

.brr-b img {
    width: 45%;
    max-height: 80px;
    float: right;
}

:root {
    --dark-blue: #133f8a;
    --light-silver: #D0CFCE;
    --light-blue: rgba(0, 123, 255, 0.38);
    --base: #FFF;
    --btn-bg: linear-gradient(135deg, #003a9a, #006fff, #00163a);
}

a {
    color: #005796;
}
.sectionf.part1 a{
    color: #00a4ff;
}
img, button, a, .product-card {
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.wrap-1200 {
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow-x: hidden;
}

.cards {
    flex: 1 1 calc(33.333% - 20px); /* سه باکس مساوی */
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cards:hover {
    transform: translateY(-5px);
}

.card-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* تصاویر مربعی */
    object-fit: cover;
}

.cards-body {
    padding: 20px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(0, 79, 255, 0.78));
    border-radius: 20px;
}

.cards-title {
    font-size: 2rem;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.cards-desc {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cards-action .btn {
    display: inline-block;
    padding: 8px 16px;
}

.flex-line.three-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 80px 0;
}

.calltotax {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
    color: white;
    font-size: 1.5rem;
    background: linear-gradient(165deg, #003264, rgba(0, 74, 180, 0.85), #00323b);
    transition: all 0.9s ease;
}


.calltotax:hover {
    background: linear-gradient(135deg, #000000, #0049e7);
    color: #fff;
    box-shadow: 0 0 18px rgb(0, 94, 143);
    transform: translateY(-8px);
}

.btn {
    display: inline-block;
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--btn-bg);
    color: white;
    cursor: pointer;
}

.bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 97px;
    background: var(--dark-blue);
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 1000;
    gap: 13px;
}
#first_head{
    display: flex;
    gap: 10px;
    align-items: center;
}
#logo_h2{
    font-size: 52px;
    color: #c5c5c5;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.78);
}

.header-buttons {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 10000;
    height: 50%;
}

.header-btn {
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 0 15px;
    background: linear-gradient(135deg, rgb(187, 187, 187), rgb(255, 255, 255), rgba(192, 192, 192, 0.85));
    color: var(--dark-blue);
    transition: 0.3s;
    font-size: 18px;
    z-index: 999;
    align-items: center;
    display: flex;
}

.header-btn:hover {
    background: linear-gradient(135deg, var(--dark-blue), #0288D1, var(--dark-blue));
    box-shadow: 0 0 15px rgba(89, 155, 185, 0.6);
    transform: translateY(-2px) scale(1.03);
    color: #ffffff;
}

.header-btn.active {
    background: linear-gradient(135deg, var(--dark-blue), #007dc0, var(--dark-blue));
    color: #fff;
    box-shadow: 0 0 15px rgba(139, 241, 255, 0.45);
    border: 1px solid rgba(0, 157, 201, 0.54);
}

.header-btn.active img {
    filter: brightness(1.2);
}

.header-btn:hover:not(.active) {
    background: linear-gradient(135deg, #4FC3F7, #0288D1, #01579B);
    box-shadow: 0 0 20px rgba(79, 195, 247, 0.6);
    transform: translateY(-2px) scale(1.05);
    color: #ffffff;
}

.header-btn img {
    width: 30px;
    height: 30px;
}
.logo-wrap h2{
    font-size: 1.9rem;
}

html, body {
    scroll-behavior: smooth;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(206, 206, 206, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: all; /* جلوگیری از کلیک */
}

.hidden {
    display: none !important;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 20px solid rgba(0, 0, 0, 0.2);
    border-top: 20px solid #004a93;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}

.custom-dropdown-wrapper {
    text-decoration: none;
    border-radius: 10px;
    padding: 0 15px;
    background: linear-gradient(135deg, rgb(187, 187, 187), rgb(255, 255, 255), rgba(192, 192, 192, 0.85));
    color: var(--dark-blue);
    font-size: 18px;
    z-index: 999;
    align-items: center;
    display: flex;
    height: 48.5px;
    gap: 10px;
    transition: background-color 0.3s ease;
}
.custom-dropdown-wrapper:hover {
     background: linear-gradient(135deg, #003c59, #ffffff, #003c67);
    box-shadow: 0 0 15px rgba(89, 155, 185, 0.6);
    transform: translateY(-2px) scale(1.03);
    color: #ffffff;
}
/* خود دکمه */
.custom-dropdown-btn {
    background-color: var(--btn-bg);
    color: var(--dark-blue);
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;

}

.custom-dropdown-btn::after {
    content: "";
    border: solid var(--dark-blue);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.custom-dropdown-wrapper:hover .custom-dropdown-btn::after {
    transform: rotate(-135deg);
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: var(--base);
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 9999999;
}

.custom-dropdown-wrapper:hover .custom-dropdown-content {
    display: block;
}

.dropdown-link {
    padding: 12px 18px !important;
    transition: background-color 0.2s ease !important;
}

.dropdown-link:hover {
    background-color: var(--light-blue) !important;
    color: #000 !important;
}

.main-header {
    width: 100%;
    z-index: 1000;
}

.title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}

.title h1, .title h2 {
    background: linear-gradient(135deg, white, var(--dark-blue), white);
    color: white;
    padding: 10px 0;
}

.boxe {
    display: flex;
    align-items: center;
    max-width: 490px;
    margin: 0 auto;
    gap: 20px;
    flex: 1;
    background: linear-gradient(135deg, var(--dark-blue), #6faeda, var(--dark-blue));
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.boxe img {
    max-width: 100%;
    height: auto;
}

.boxe h3 {
    font-size: 18px;
    color: #ffffff;
}

/* پیش‌فرض مخفی */
.chat-container {
    display: none;
    position: fixed;
    bottom: 7%;
    right: 2%;
    width: 420px;
    height: 470px;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(118, 128, 162), white, #789db4);
    z-index: 9999;
    transition: all 0.3s ease;
}

.chat-container.show {
    display: flex;
    justify-content: space-between;
}

/* هدر چت */
.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #133F8A;
    color: #fff;
}

#chat-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}

#chat-support-name {
    font-size: 22px;
}

.chat-status {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-close {
    background: none;
    color: white;
    font-size: 50px;
    cursor: pointer;
}

.chat-info {
    align-items: center;
    display: flex;
    gap: 20px;
}

.online-dot {
    width: 12px;
    height: 12px;
    border: darkgreen solid 2px;
    background: #0fbd0f;
    border-radius: 50%;
    display: inline-block;
}

/* پیام‌ها */
.chat-messages {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow-y: auto;
    background: linear-gradient(135deg, rgba(0, 0, 255, 0.32), whitesmoke, rgba(99, 159, 185, 0.55));
}

.message {
    margin: 5px 0;
    padding: 8px 12px;
    border-radius: 12px;
    max-width: 80%;
}

#chat-messages {
    display: flex;
    flex-direction: column;
    padding: 15px;
    overflow-y: auto;
}

.message.user {
    background: linear-gradient(
            135deg,
            rgba(80, 80, 80, 0.4) 0%,
            rgba(50, 50, 50, 0.2) 100%
    );
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(60, 60, 60, 0.6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    color: #000000;
    align-self: flex-start;
    width: fit-content;
}

.message.bot {
    background: linear-gradient(
            135deg,
            rgba(0, 120, 255, 0.4) 0%,
            rgba(0, 120, 255, 0.2) 100%
    ); /* گرادیانت شفاف */
    border-radius: 20px;
    margin-right: auto;
    padding: 20px;
    border: 1px solid rgba(0, 120, 255, 0.6);
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.3);
    color: #000000;
    float: left;
}

.typing span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #fff;
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
}

.typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing span:nth-child(3) {
    animation-delay: 0.4s;
}

#typing-indicator {
    float: left;
    padding: 10px;
    color: black;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-6px);
    }
}

/* ناحیه ورودی */
.chat-input-area {
    display: flex;
    border-top: 1px solid #ccc;
}

.chat-input-area input {
    flex: 1;
    color: black;
    padding: 10px;
    border-bottom: 4px solid var(--dark-blue);
    outline: none;
}

.chat-input-area button {
    padding: 0 15px;
    border: none;
    background: #133F8A;
    color: #fff;
    cursor: pointer;
}

.header-g-img {
    width: 100%;
    background-color: white;
    aspect-ratio: 10/1.1;
}

.header-left img {
    margin-left: 10px;
    padding: 2px;
}

.header-left {
    border-radius: 10px;
    margin-right: 20px;
    width: 100%;
    display: flex;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.navbar img {
    max-width: 22px;
}

.navbar a {
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 14px;
    color: #000000;
    display: flex;
    gap: 9px;
}

.navbar a:hover {
    background: white;
    color: #000;
}


#cart-pro {
    display: flex;
    align-items: center;
    gap: 40px;
}


#custom-message-container {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 300px;
    max-width: 500px;
}

.message-content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#message-img img {
    width: 50px;
    height: auto;
}

#custom-message {
    background: #e0ffe0;
    border: 1px solid #00cc66;
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

#custom-message.message-error {
    background: #ffe0e0;
    border-color: #cc0000;
}

#custom-message.message-warning {
    background: #fff4e5;
    border-color: #ffcc00;
}

#custom-message.message-info {
    background: #e5f6ff;
    border-color: #0099cc;
}

.message-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(
            270deg,
            #52ff00,
            #003d1b,
            #00ff58,
            #00724a
    );
    background-size: 400% 400%;
    animation: waveGradient 5s linear infinite, progressBar 5000ms linear forwards;
}

#custom-message.message-error .message-bar {
    background: linear-gradient(
            270deg,
            #ff0000,
            #7e0000,
            #cc0000,
            #ff9999
    );
}

#custom-message.message-warning .message-bar {
    background: linear-gradient(
            270deg,
            #ccb100,
            #fffc33,
            #ccaa00,
            #fffc33
    );
}

#custom-message.message-info .message-bar {
    background: linear-gradient(
            270deg,
            #00c5cc,
            #33b1ff,
            #00ccad,
            #337aff
    );
}

@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

#message-buttons {
    display: flex;
    justify-content: space-between;
}

#message-buttons button {
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

#message-buttons button:hover {
    opacity: 0.8;
}

.logo-img {
    width: 90px;
    height: auto;

    z-index: 9999;
}

.header-bg-img {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-height: 160px;
    height: auto;
    display: block;
}

.cart-head {
    height: 47px;
    padding: 5px;
    border-radius: 40px;
    display: contents;
    font-size: 1.2rem;
    color: black;
    transition: .4s ease;
}

#cart-head:hover {
    transition: .4s ease;
    scale: 1.2;
}

#gifts_count {
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d20e0e;
    color: white;
    font-weight: bold;
    text-align: center;
}

@keyframes popCart {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


#most-mar {
    margin-top: -50px;
}

.certificates-container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله بین سطرها */
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.cert-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* فاصله بین تصاویر */
}

.boxes h2 {
    font-size: 2.2rem;
}

.boxe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cert-row img {
    border-radius: 15px;
    padding: 5px;
    background: linear-gradient(135deg, rgba(140, 140, 140, 0.52), rgba(255, 255, 255, 0.35));
    height: auto;
    object-fit: contain;
    cursor: pointer;
}

.support-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 34%);
    z-index: 1000;
    cursor: pointer;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    border: 2px solid black;
}

.support-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 1.2;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.support-menu {
    position: fixed;
    bottom: 125px;
    right: 30px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    animation: fadeInUp 0.3s ease-out forwards;
}

.support-menu a {
    color: #333;
    background-color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#t-i {
    width: 40px;
    height: 40px;
}

#tel-w img {
    width: 60px;
    height: 60px;
}

.support-menu a:hover {
    background-color: #fff5da;
}

.support-menu img {
    width: 50px;
    height: 50px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 680px) {
    #cover_img {
        display: none;
    }
}

.card-details {
    padding: 5px;
}

.error-msg {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    background-color: #a80000;
    padding: 6px 10px;
    border-radius: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.container-ep {
    display: flex;
    justify-content: center;
    background-image: url("/static/image/svgs/pay-bg.svg");
}

.page-404 {
    color: goldenrod;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.page-404 img {
    max-width: 1000px;
}

.page-404 p {
    color: darkgoldenrod;
}

@media (min-width: 1020px) {
    .mobile-menu {
        display: none;
    }

    .mobile {
        display: none !important;
    }
}

.footer {
    margin-top: 70px;
    background: var(--dark-blue);
    padding-top: 20px;
    position: relative;
    color: white;
    overflow: hidden;
}

#wave {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

#wave-bot {
    position: absolute;
    top: 0;
    margin-top: -10px;
}

.wave-bot {
    margin-bottom: 70px;
    position: relative;
}

#logo-footer {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 5;
}

.wave {
    margin-top: 70px;
    position: relative;
}

#logo-footer-img {
    position: absolute;
    top: 8%;
    left: 20%;
    z-index: 5;
}

#logo-footer h2 {
    font-size: 82px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #c5c5c5;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.78);
}

#logo-footer-img img {
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 67, 105, 0.6);
}

.three-section-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
    background: linear-gradient(135deg, rgba(63, 63, 63, 0.66), rgba(85, 118, 199, 0.49), rgba(131, 131, 131, 0.66));
    overflow: hidden;
    padding: 30px;
}

#second-footer {
    position: relative;
    display: flex;
    flex-direction: column;
}

#s-footer {
    position: absolute;
    bottom: 0;
}
.chatToggle{
    cursor: pointer;
    width: 100%;
    background: none;
}
.sectionf.part1 {
    width: 50%;
    margin-top: 90px;

}

.sectionf h3 {
    color: #00baff;
    font-size: 30px;
}

.sectionf h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
}

#footer-img {
    max-width: 400px;
}

#third-footer {
    background: var(--dark-blue);
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

#third-footer img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#forth-footer {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 100px;
    background: linear-gradient(135deg, rgba(63, 63, 63, 0.66), rgba(85, 118, 199, 0.49), rgba(131, 131, 131, 0.66));
    padding: 50px 0 90px;
}

#copy-right {
    background: black;
    text-align: center;
    padding: 5px;
}

#f-footer {
    width: 100%;
    position: absolute;
    top: 0;
}

#created {
    padding: 10px;
    background: linear-gradient(135deg, black, var(--dark-blue), black);
    font-size: 18px;
    text-align: center;
}

#create {
    font-size: 22px;
    color: #00a295;
}

.boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-size: 19px;
}

.footer-links h2, .footer-links a {
    color: #ffffff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mojavez h2 {
    font-size: 1.8rem;
    color: #ffffff;
}

.sider {
    width: 100vw;
    height: 10vw;
}

#mojavez {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/*==========================================================*/
@media (max-width: 1020px) {
    .main-header {
        height: 65px;
    }

    #t-i {
        width: 55px;
        height: 55px;
    }

    #container-img {
        margin-top: 10px !important;
        aspect-ratio: 1020/450;
    }


    .slider-banner-svg {
        width: 200%;
    }

    #logo-bar {
        width: unset;
        display: block;
    }

    .cards {
        box-shadow: unset;
        border: 2px solid rgba(34, 180, 146, 0.36);
    }

    .bot-header {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    #cart-pro-mobile {
        display: flex;
        gap: 15px;
        position: fixed;
        z-index: 999;
        left: 15px;
        top: 15px;
    }

    #cart-pro {
        display: none;
    }

    .logo-img {
        width: 60px;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 30px;
    }

    .header-g-img {
        width: 120%;
    }

    .sider {
        height: 80px;
    }

    #header {
        width: 100%;
        z-index: 999;
        position: fixed;
        height: 65px;
        background: var(--dark-blue);
    }

    .header-g-img .mobile {
        display: block;
    }

    .br-b img {
        width: 55%;
        max-height: 40px;
        float: left;
    }

    .brr-b img {
        width: 55%;
        max-height: 40px;
        float: right;
    }

    .flex-line.three-cards {
        padding: 10px 0;
        flex-direction: column;
        overflow: hidden;
    }

    .wrap-1200 {
        width: 90%;
    }

    .hamburger-btn {
        position: fixed;
        top: 20px;
        right: 12px;
        width: 30px;
        height: 25px;
        z-index: 99999;
        background: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-btn .bar {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        transition: all 0.4s ease;
    }

    .hamburger-btn.active .bar:nth-child(1) {
        transform: rotate(47deg) translate(5px, 8px);
        background: black;
    }

    .hamburger-btn.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.active .bar:nth-child(3) {
        transform: rotate(-50deg) translate(9px, -10px);
        background: black;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: #ffffff;
        z-index: 9999;
        padding: 0;
        transition: right 0.4s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
        direction: rtl;
        overflow-y: auto;
    }

    .header-bg-img.mobile, .header-g-img.mobile {
        height: 80px;
    }

    .mobile-menu.active {
        right: 0;
    }

    #login-btn a {
        color: black;
        font-size: 1.3rem;
        align-items: center;
    }

    #login-btn img {
        width: 35px;
    }


    .icon {
        position: absolute;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

    #login-btn {
        float: left;
        border-radius: 10px;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.45);
    }

    #gifts_count {
        position: absolute;
        top: 17px;
        right: 10%;
    }

    .dropdown-link.mobile {
        float: left;
        padding: 15px !important;
        border: 1px solid rgba(128, 128, 128, 0.47);
        border-radius: 10px;
        color: black;
        position: relative;
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .mobile-count{
        bottom: 0!important;
        right: 0!important;
        top: unset!important;
    }
    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.65);
        z-index: 999;
        display: none;
    }

    .overlay.active {
        display: block;
    }

    .menu-list {
        list-style: none;
        margin-top: 40px;
        padding: 15px;
    }

    .menu-item {
        padding: 12px 8px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        transition: background 0.3s;
        border-bottom: 1px solid #eee;
    }

    .menu-item:hover {
        background-color: #f3f3f3;
    }


    .header-left img {
        margin: 0;
        padding: 0;
        z-index: 99;
        width: 34px;
    }

    .close-btn {
        background: none;
        border: none;
        font-size: 22px;
        color: #000000;
        cursor: pointer;
    }

    .support-btn {
        right: 10px;
        width: 60px;
        height: 60px;
    }
    .cards-desc{
        font-size: 18px;
    }
    .chat-input{
        border-radius: unset;
        color: black;
        font-size: 22px;
    }
    .message.user,.message.bot{
        font-size: 16px;
    }
    #messages-bar{
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        background: var(--base);
        padding: 5px;
        height: 75px;
        z-index: 99999;
    }
    .support-menu {
        right: 10px;
        background: white;
        padding: 10px;
        border-radius: 15px;
        bottom: 100px;
    }


    #custom-message-container {
        width: 350px;
        height: fit-content;
    }

    #custom-message {
        padding: 0;
    }

    #custom-message.message-error {
        height: 75px;
    }

    #message-buttons button {
        font-size: 16px;
    }

    #message-text {
        font-size: 16px;
    }

    #message-buttons {
        padding: 5px;
    }

    #messages_count {
        position: absolute;
        left: 40px;
    }

    .menu-links p {
        padding-right: 5px;
    }

    .menu-links {
        height: 58px;
        border: 1px solid rgba(0, 0, 0, 0.24);
    }

    .menu-links {
        display: flex;
        justify-content: space-between;
        color: black;
        align-items: center;
        font-size: 1.4rem;
        margin-bottom: 40px;
    }

    .menu-links img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .boxe img {
        width: 50px;
        height: 50px;
    }

    .boxe {
        min-height: 50px;
        padding: 10px !important;
        justify-content: space-between !important;
    }

    .boxe h3 {
        font-size: 1.5rem;
    }

    .footer {
        padding-top: 50px;
    }

    #logo-footer h2 {
        font-size: 40px;
    }

    #logo-footer {
        right: 5%;
    }

    .three-section-box {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    #f-footer {
        height: 120px;
        width: 100vw;
    }

    .sectionf.part1 {
        width: 90%;
        margin: 0 auto;
    }

    .sectionf h4 {
        padding: 10px 0 30px;
        margin-top: 0;
        font-size: 18px;
    }

    #forth-footer {
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        gap: 20px;
    }

    #mojavez h2 {
        text-align: center;
    }

    #mojavez {
        gap: 10px;
        padding-bottom: 20px;
    }
    .title{
        margin-bottom: 20px;
    }
    .support-btn{
        z-index: 99;
    }
    .chat-container{
        position: fixed;
        bottom: 0;
        width: 100vw;
        max-width: 420px;
        height: 100vh;
        max-height: 550px;
        right: 0;
        box-shadow: 0 0 100px 1000px rgba(0, 0, 0, 0.65);
    }
    .chat-input-area input{
        font-size: 18px;
    }

    .chat-header{
        padding: 8px 16px;
    }
}
