/*
Theme Name: Monixa
Theme URI: https://irandigital.club
Author: Amir Ramezani
Author URI: https://irandigital.club
Description: Monixa theme.
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}



:root {
    --primary-color: #F8E17E;
    --secondary-color: #FFBF3C;
    --background-color: #ffffff;
    --text-color: #968B83;
    --title-color: #968B83;
    --font-family: 'Inter', sans-serif;
}

body {
    color: var(--text-color);
    line-height: 1.6;
    direction: ltr;
    font-family: 'sofia-pro', tahoma;

}

@font-face {
    font-family: 'handlee';
    src: url(./assets/fonts/Handlee-Regular.ttf);
}

@font-face {
    font-family: 'sofia-pro';
    src: url(./assets/fonts/SofiaProRegularAz.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'sofia-pro';
    src: url(./assets/fonts/SofiaProLightAz.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'sofia-pro';
    src: url(./assets/fonts/SofiaProSemiBoldAz.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'sofia-pro';
    src: url(./assets/fonts/SofiaProBoldAz.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Omnes';
    src: url('assets/fonts/omnesblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Omnes';
    src: url('assets/fonts/omnessemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Omnes';
    src: url('assets/fonts/omnesmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Omnes';
    src: url('assets/fonts/omnesregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

input,
textarea,
select {
    font-family: 'sofia-pro';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button {
    font-family: 'sofia-pro';
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* coming soon */
/* coming soon */
.comingsoon {
    display: flex;
    height: 100dvh;
    gap: 80px;
    width: 100vw;
    overflow: hidden;
}

.comingsoon__img {
    width: 50%;
    position: relative;

}

@keyframes abr {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatDownUp {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(30px, 20px);


    }

    50% {
        transform: translate(-30px, 40px);

    }

    75% {
        transform: translate(30px, -20px);

    }

    100% {
        transform: translate(0px, 0px);

    }
}

.rain-anim {
    position: absolute;
    bottom: 6%;
    left: 5%;
    animation: floatUpDown 3s ease-in-out infinite;
    width: 30%;
}

/* img.abr {
    position: absolute;
	    animation: abr 5s ease-in-out infinite;

} */
.backsoon-mobile {
    display: none;
}

.ballon-anim {
    position: absolute;
    bottom: 38%;
    right: 24%;
    width: 40%;
    animation: floatDownUp 10s ease-in-out infinite;
}

.comingsoon_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 80px;
    justify-content: center;
    gap: 36px
}

/* flip clock */
.flip-clock-wrapper ul li a div .shadow {
    display: none;
}

.flip-clock-wrapper ul li a div.down div.inn {
    background: #968B83 !important;
}

.flip-clock-wrapper ul li a div.up div.inn {
    background: #968B83 !important;
}

.flip-clock-wrapper .flip {
    box-shadow: none;
}

.flip-clock-dot {
    background: #968B83;
    border-radius: 4px;
    box-shadow: none;
}

.flip-clock-wrapper ul li a div div.inn {
    text-shadow: none;
}

.flip-clock-wrapper ul.flip {
    margin: -6px;
}

.flip-clock-divider {
    margin: -4px 12px;
}

.comingsoon__logo {
    width: 250px;
}

.fade-in-bottom {
    animation: fadeInBottom 1s ease-out forwards;
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.comingsoon_des h4 {
    color: #FFBF3C;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

.comingsoon__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    text-shadow: none;
    bottom: -20px;
    top: auto;
    color: #968B83;
    text-align: center;
    font-family: Omnes;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    left: 48px !important;
    right: auto !important;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    text-align: center;
    border-radius: 6px;
    font-size: 64px;
    font-family: Omnes;
    font-weight: 600;
    font-style: normal;
}

.flip-two-style {
    background-color: #cce5ff;
    border-radius: 6px;
}

ul.flip.flip-three-style.days.first-ul,
ul.flip.flip-three-style.hours.first-ul,
ul.flip.flip-three-style.minutes.first-ul,
ul.flip.flip-three-style.seconds.first-ul {
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;
}

ul.flip.flip-two-style.days.first-ul,
ul.flip.flip-two-style.hours.first-ul,
ul.flip.flip-two-style.minutes.first-ul,
ul.flip.flip-two-style.seconds.first-ul {
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;

}

ul.flip.flip-two-style.days.last-ul,
ul.flip.flip-two-style.hours.last-ul,
ul.flip.flip-two-style.minutes.last-ul,
ul.flip.flip-two-style.seconds.last-ul {
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
}

ul.flip.flip-three-style.days.last-ul,
ul.flip.flip-three-style.hours.last-ul,
ul.flip.flip-three-style.minutes.last-ul,
ul.flip.flip-three-style.seconds.last-ul {
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
}

ul.flip.flip-three-style.days .inn,
ul.flip.flip-two-style.days .inn {
    color: #B8D8EB;
}

ul.flip.flip-three-style.hours .inn,
ul.flip.flip-two-style.hours .inn {
    color: #F2C6CE;
}

ul.flip.flip-three-style.minutes .inn,
ul.flip.flip-two-style.minutes .inn {
    color: #D2EA8E;
}

ul.flip.flip-three-style.seconds .inn,
ul.flip.flip-two-style.seconds .inn {
    color: #fff;
    ;
}

span.flip-clock-divider.days.days-has-three {
    left: 26px;
}

.flip-clock-wrapper ul {
    background: none;
}

.flip-clock-wrapper ul li a div {
    z-index: 1 !important;
    background: #968b83;
}


.hours .flip-clock-label {
    margin-left: 7px;
}

span.flip-clock-divider.days {
    margin-left: -18px;
}

.comingsoon__timer span {
    color: #968B83;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 16px;
    text-transform: uppercase;
}

.comingsoon_des p {
    color: #968B83;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.comingsoon__form {
    height: 50px;
    border-radius: 16px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(150, 139, 131, 0.30);
    padding: 12px 32px;
    justify-content: space-between;
}

.input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #968B83;
    font-size: 16px;
}

.input:-webkit-autofill {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(150, 139, 131, 0.30);
    -webkit-text-fill-color: #968B83;
}

.Subscribe-btn {
    height: 100%;
    padding: 12px 32px;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: #FFBF3C;
    font-weight: 600;
    overflow: hidden;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}

.Subscribe-btn:hover {
    color: white;
}

.Subscribe-btn:hover .arrow {
    margin-right: 0;
    animation: jello-vertical 0.9s both;
    transform-origin: right;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.Subscribe-btn:active {
    transform: scale(0.9);
}

.comingsoon__social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.comingsoon__email {
    width: 90%;
    color: #968B83;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


@media screen and (max-width:1024px) {
    body {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;

    }

    .comingsoon {
        flex-direction: column;
        gap: 32px;
        overflow-y: scroll;
    }

    .comingsoon__img {
        width: 100%;
        overflow-x: clip;
    }

    .comingsoon_text {
        width: 100%;
        gap: 32px;
        margin-top: 24px;
        padding-right: 0px;
        margin: 24px auto 0px;
    }

    .comingsoon__logo {
        width: 112px;
    }

    .comingsoon_des,
    .comingsoon__email {
        width: 90%;
        margin: auto;
    }

    .flip-clock-wrapper ul.flip {
        margin: -4px;
    }

    .comingsoon_des h4 {
        font-size: 22px;
    }

    .comingsoon__timer span {
        font-size: 16px;
        letter-spacing: 9.44px;

    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
    }

    .flip-clock-divider {
        margin: -5px 0px;
    }

    .comingsoon_des p {
        font-size: 14px;
        line-height: 18px;
    }

    .comingsoon__timer {
        gap: 8px;
    }

    .flip-clock-divider .flip-clock-label {

        font-size: 10px;
        left: 26px !important;
        letter-spacing: 0.7px;
    }

    .hours .flip-clock-label {
        margin-left: 5px;

    }

    span.flip-clock-divider.days {
        margin-left: -11px;
    }

    .comingsoon__email {
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
    }

    .comingsoon__form {
        height: 32px;
        padding: 8px 18px;
    }

    .input {
        font-size: 14px;
    }

    .Subscribe-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .comingsoon__social a svg {
        height: 21px;
        width: 21px;
    }

    .comingsoon__social {
        margin: 0px auto 32px auto;
    }

    .backsoon-desk {
        display: none;
    }

    .backsoon-mobile {
        display: block;
        width: 100%;
    }

    .ballon-anim {
        bottom: 10%;
        right: 32%;
        width: 35%;
    }

    .rain-anim {
        position: absolute;
        bottom: auto;
        left: 5%;
        animation: floatUpDown 5s ease-in-out infinite;
        width: 20%;
        top: 20%;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes floatDownUp {
        0% {
            transform: translate(0px, 0px);
        }

        25% {
            transform: translate(6px, 6px);


        }

        50% {
            transform: translate(-6px, 6px);

        }

        75% {
            transform: translate(6px, -6px);

        }

        100% {
            transform: translate(0px, 0px);

        }
    }

    .flip-clock-wrapper {
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
    }

    .comingsoon__timer {
        width: 100%;
    }

    span.flip-clock-divider.days.days-has-three {
        left: 6px;
    }

}

/* header main */
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 16px;
    background: #F8E17E;
    height: 72px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: background 0.5s ease-in-out;
}

.header-main.open {
    background: #fff;
}

.icon-placeholder.active {
    font-weight: 600;
}

.header-main svg path {
    transition: all 0.5s ease-in-out;
}

.header-main.open svg path {
    fill: #968B83;
}

.header-main.open .love-path {
    fill: #F8E17E !important;
}

/* Hamburger Menu Toggle Button */

.menu-toggle {
    z-index: 1001;
    width: 24px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    gap: 5px;
}

.menu-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 1.5px;
    background-color: #847770;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle.open .icon-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open .icon-bar:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

/* Off-canvas Menu */

.off-canvas-menu {
    position: fixed;
    top: 72px;
    left: -100vw;
    width: 100vw;
    height: calc(100% - 72px);
    background-color: #eceae6;
    z-index: 1000;
    transition: left 0.7s ease-out;
    overflow-y: auto;
    padding: 16px 32px;
}

.off-canvas-menu.open {
    left: 0;
}

.off-canvas-category {
    position: fixed;
    top: 72px;
    left: -100vw;
    width: 100vw;
    height: calc(100% - 72px);
    background-color: #F6F5F3;
    z-index: 1001;
    transition: left 0.7s ease-out;
    overflow-y: auto;
    padding: 16px 32px;
}

.off-canvas-category.open {
    left: 0;
}

.off-canvas-search {
    position: fixed;
    top: 72px;
    right: -100vw;
    width: 100vw;
    height: calc(100% - 72px);
    background-color: #fff;
    z-index: 1000;
    transition: right 0.7s ease-out;
    overflow-y: auto;
    padding: 34px 32px;
}

.off-canvas-search.open {
    right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}

.overlay.visible {
    opacity: 1;
    visibility: visible;
}

.search-container {
    max-width: 400px;
    margin: 0 auto;
}

.search-suggestions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.suggestion-btn {
    background-color: #D6C2B8;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 4px 8px;
    font-family: 'sofia-pro';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-box.no-result {
    border-bottom: 2px solid #F15B40;
}

.submenu-items a {
    font-size: 14px;
}

.submenu-items li {
    margin-top: 24px;
}

.submenu-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 16px;
    border-bottom: 1px solid #847770;
}

button.back-button.submenu-back {
    background: none;
    padding-right: 12px;
    border-right: 1px solid #D6D1CA;
}

.submenu-panel {
    flex-direction: column;
}

.search-error {
    color: #FF603C;
    margin-top: 8px;
    display: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.submenu-panel .bottom-section {
    margin-top: 170px;
}

.country-selector-wrapper .menu-item.parttwo {
    padding-top: 16px;
}

a.menu-item.parttwo {
    padding: 16px 0;
    border-bottom: 1px solid rgba(214, 209, 202, 0.70);
}

.search-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D6D1CA;
    padding-bottom: 12px;
}

.search-box .searchimg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    color: #968B83;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    background: none;
    text-transform: capitalize;
}

.clear-btn {
    cursor: pointer;
    color: #847770;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}

.tabs {
    display: flex;
    margin: 20px 0 10px;
    border-bottom: 1px solid rgba(214, 209, 202, 0.70);
    gap: 16px;
}

.tab {
    padding-bottom: 9px;
    cursor: pointer;
    position: relative;
    color: #847770;

    color: #968B83;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.tab.active {
    color: #847770;
    font-weight: 500;
}

.tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #847770;
}

.tab-content {
    display: none;
    margin-top: 24px;
}

.tab-content .handbook-item {
    padding: 16px;
    background: rgba(214, 209, 202, 0.15);
    border-radius: 16px;
    margin-bottom: 24px;
}

.tab-content .handbook-item-title {
    margin-bottom: 0;
}

.tab-content.active {
    display: block;
}

.section-title {
    color: #847770;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.dummy-item {
    font-size: 14px;
    margin: 5px 0;
}

/* ------------------------------------- */
/* Menu Items & Submenu */
/* ------------------------------------- */

.off-canvas-menu nav>ul li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(214, 209, 202, 0.70);
    ;
}


.menu-item {
    color: #847770;

    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;

}

.menu-item span {
    color: #847770;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    text-transform: capitalize;
}

/* Submenu specific styles */
.has-submenu .submenu-toggle {
    display: flex;
    align-items: center;
}

.submenu {
    max-height: 0;
    /* Hidden by default */
    overflow: hidden;
    transition: max-height 0.3s ease-out;

    padding-left: 40px;
}

.submenu.open {
    max-height: 200px;

}

.submenu li {
    padding: 10px 0;
    list-style: disc;
    border-bottom: none !important;
    padding: 16px 0 8px !important;
}

.submenu li:last-child {
    border-bottom: none;
    padding-bottom: 16px !important;
    width: 100%;
}


.moms {
    font-weight: 600 !important;
}

.stars img {
    max-width: 70px;
}

.moms-img {
    width: 16px;
}

.submenu .submenu-pr {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    display: flex;
    background: none;
    justify-content: space-between;
    width: 100%;
}

.submenu-pr img {
    width: 16px;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.submenu-toggle .arrow-icon.rotated {
    transform: rotate(90deg);

}

.submenu li .arrow-icon {
    transform: rotate(0deg);

}


.country-selector-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: none !important
}

.country-selector-wrapper span {
    font-size: 16px;
    font-weight: 600;
}

.off-canvas-menu nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 70px;
}

.country-select-container {
    width: 100%;
}

#countrySelect span {
    color: var(--Primary-Colors-02, #968B83);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.lang.active {
    font-weight: 500 !important;
}

/* hero */
.hero {
    height: 90vh;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-section {
    background-image: url(https://monixa.com/wp-content/uploads/2025/07/Banner-1-scaled.png);

    background-size: cover;
    background-position: center;
    position: relative;
}

.abr-divider {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

img.mah-hero {
    position: absolute;
    right: 32px;
    top: 150px;
    animation: movment 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

img.ballon-hero {
    position: absolute;
    right: 48px;
    top: 30px;
    animation: movment 3s ease-in-out infinite;
    animation-delay: 0.8s;
}

img.abr-hero {
    position: absolute;
    left: 32px;
    top: 100px;
    animation: movment 3s ease-in-out infinite;

}

img.text-hero {
    position: absolute;
    left: 16px;
    bottom: 100px;

}

img.abrkhoone {
    position: absolute;
    right: 14px;
    bottom: 110px;

}

@keyframes movment {
    0% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(4px)
    }


    100% {
        transform: translateY(-4px)
    }
}

/* pr category */
.prcategory {
    position: relative;
}

.prcategory .swiper-button-next,
.prcategory .swiper-button-prev {
    top: 43%;
}

.prcategory .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.prcategory .swiper-wrapper {
    padding-bottom: 40px;
}

.prcategory-item {
    position: relative;
    max-width: 274px;
    max-height: 320px;
    border-radius: 16px;
}

/* .prcategory-item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #171513 0%, #171513 100%);
    border-radius: 16px;
    z-index: 1;
    top: 0;
    opacity: 0.1;
} */

.prcategory-item.swiper-slide-active::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #171513 0%, #171513 100%);
    border-radius: 16px;
    z-index: 1;
    top: 0;
    opacity: 0.3;
}

.prcategory-item-text {
    z-index: 2;
    color: #fff;
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prcategory-item-text h4 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.prcategory-item-text span {
    font-size: 14px;
    font-style: normal;
    justify-content: center;

    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    gap: 8px;
}

.swiper-horizontal {
    overflow: hidden !important;
}

.swiper-slide {
    width: 70%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    background-color: #D6D1CA;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-button-prev::after {
    content: '' !important;
    background-image: url('./assets/images/arrow-right\ p.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    transform: rotate(180deg);
    height: 40px;
    display: block;
}

.swiper-button-next::after {
    content: '' !important;
    background-image: url('./assets/images/arrow-right\ p.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

.swiper-button-prev {
    left: 17% !important;
}

.swiper-button-next {
    right: 17% !important;
}

.prcategory-title {
    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #847770;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 24px;
    padding-top: 50px;
    font-family: 'handlee';

}

/* monixa music */
.monixa-music {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-top: 64px;
}

.monixa-music span {
    font-size: 14px;
}

input::placeholder {
    font-weight: 350;
}

.monixa-music-title {
    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #847770;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'handlee';
    padding: 0 32px;
}

.monixa-music-btn {
    padding: 10px 24px;
    background: #968B83;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 16px;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;
}

.monixa-music-btn:hover,
.handbook-item-btn:hover,
.footer-btm .subscribe:hover,
.monixa-join a:hover {
    background: #F8E17E;
    color: #968B83;
}

.monixa-music-img {
    position: relative;
    width: 100%;
}

.monixa-music-img-one {
    width: 100%;
}

.monixa-music-icon-1 {
    position: absolute;
    bottom: 62px;
    left: 200px;
}

.monixa-music-icon-2 {
    position: absolute;
    top: 4px;
    right: 18px;
}

.monixa-music-icon-3 {
    position: absolute;
    bottom: 124px;
    left: 230px;
}

.monixa-music-icon-4 {
    position: absolute;
    bottom: 88px;
    right: 70px;
}


@keyframes irregularMovement {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }

    25% {
        transform: translate(4px, -4px) rotate(4deg);
        opacity: 0.9;
    }

    50% {
        transform: translate(0, -6px) rotate(-6deg);
        opacity: 0.8;
    }

    75% {
        transform: translate(-4px, -4px) rotate(4deg);
        opacity: 0.9;
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
}

.monixa-music-icon-1 {
    animation: irregularMovement 3s ease-in-out infinite;
    animation-delay: 0s;

}

.monixa-music-icon-2 {
    animation: irregularMovement 3.5s ease-in-out infinite;
    animation-delay: 0.5s;

}

.monixa-music-icon-3 {
    animation: irregularMovement 3.8s ease-in-out infinite;
    animation-delay: 0.2s;

}

.monixa-music-icon-4 {
    animation: irregularMovement 3.2s ease-in-out infinite;
    animation-delay: 0.8s;
}

.monixa-layers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 64px;
}

.layers-monixa {
    margin-top: 4px;
}

.monixa-ppsu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top: 64px;
}

.monixa-layers p,
.monixa-ppsu p {
    color: #847770;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0 28px;
}

.video-home {
    margin-top: 16px;
    max-width: 94vw;
    border-radius: 16px;
}

.monixa-ppsu p {
    margin-top: 4px;
    margin-bottom: 32px;
}

.monixa-ppsu h5 {
    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #847770;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    font-family: 'handlee';
}

/* join home */
.monixa-join {
    background: #ddf1fd;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 64px 32px;
    height: 570px;
    position: relative;
    margin-bottom: 60px;
}

img.cloud-top-join {
    position: absolute;
    top: -48px;
    height: 48px;
    width: 100%;
    left: 0;
}

img.cloud-btm-join {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 100%;
    left: 0;
}

.monixa-join h4 {
    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #847770;
    font-family: Handlee;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 16px;
}

.monixa-join p {
    color: #847770;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

.monixa-join input[type="email"] {
    padding: 12px;
    width: 100%;
    align-self: stretch;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 24px;
}

.monixa-join a {
    padding: 12px;
    width: 100%;
    align-self: stretch;
    background-color: var(--text-color);
    color: #fff;
    border-radius: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease-in-out;

}

.join-pack {
    z-index: 2;
    position: relative;
}

.monixa-join-img {
    position: relative;
}

@keyframes transformabr1 {
    0% {
        transform: translateX(-4px);

    }

    50% {
        transform: translateX(2px);

    }

    100% {
        transform: translateX(-4px);
    }
}

@keyframes transformabr2 {
    0% {
        transform: translateX(4px);

    }

    50% {
        transform: translateX(-2px);

    }

    100% {
        transform: translateX(4px);
    }
}


.monixa-join .join-abr-1 {
    position: absolute;
    top: 62%;
    left: 72%;
    z-index: 2;
    animation: transformabr1 3s ease-in-out infinite;
    transform-origin: center center;
}


img.join-abr-2 {
    position: absolute;
    top: 30%;
    left: -36%;
    z-index: 1;
    animation: transformabr2 3s ease-in-out infinite;
    animation-delay: 0.9s;
    transform-origin: center center;
}

/* handbook home */
.monixa-handbook {
    max-width: 1200px;
    padding: 60px 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 0px;
}

.monixa-handbook h4 {
    margin-bottom: 24px;
}

.handbook-item {
    display: flex !important;
    width: 100% !important;
    flex-direction: column;
    gap: 12px;
    margin: auto;
}

.handbook-item img {
    max-height: 213px;
    border-radius: 16px;
}

.handbook-item-btm {
    display: flex;
    justify-content: space-between;
}

.handbook-item-btm-left span {
    color: #968B83;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.handbook-item-btm-right {
    color: #fff;
    background-color: #D6C2B8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 2px 12px;
    display: flex;
    border-radius: 12px;
    align-items: center;
}

.handbook-item-title {
    color: #968B83;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 44px;
}

.handbook-item-btn {
    padding: 10px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #968B83;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    align-self: center;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 105px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    border: 1px solid #847770;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet {
    background: #847770 !important;
    width: 6px !important;
    height: 6px !important;
    opacity: 1 !important;
}

/* footer */
.top-footer {
    background: #F8E17E;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}

.social-footer {
    display: flex;
    gap: 16px;
    align-items: center;
}

.monixa-handbook::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/ABR\ ZARD.png);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-footer img {
    width: 80px;
    height: 12px;
}

.footer-btm {
    padding: 64px 32px;
    background: rgba(214, 209, 202, 0.30);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.footer-btm h4 {

    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #847770;
    font-family: 'handlee';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.footer-country .menu-item {
    font-size: 16px;
}

img#backToTopBtn {
    position: absolute;
    top: 16px;
    right: 16px;
}

.join-footer {
    display: flex;
    width: 100%;
    gap: 8px;
}

.footer-btm input {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 12px;
    border-radius: 24px;

    flex: 1;
}

.footer-btm .subscribe {
    padding: 10px 10px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 24px;
    background-color: #968B83;
    color: #fff;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}

.accordion-container {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}

.accordion-item {
    border-bottom: 1px solid rgba(214, 209, 202, 0.70);
}


.accordion-header {
    padding: 12px 0px;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #847770;
    background: none;
}

.arrow-icon {
    transition: transform 0.3s ease;
    color: #847770;
    transform: rotate(90deg);
}

.accordion-header.active .arrow-icon {
    transform: rotate(-90deg);
}

.accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.7s ease-out;
}

.accordion-content.show {
    max-height: 200px;
}

.accordion-content p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
}

.accordion-content ul {
    padding: 0;
    margin: 0;
}

.accordion-content ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
    font-size: 14px;

}

.accordion-content ul li:last-child {
    border-bottom: none;
}

ul.footer-country {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdbd4;
}

.copyright {
    color: #847770;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 8px;
    width: 100%;
}

/* product card */
.tab-content .product-card {
    margin-bottom: 24px;
}

.product-card {
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
    background-color: #FAFAF9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card-btm {
    width: 100%;
    padding: 12px;
    background-color: #F6F5F3;
    display: flex;
    flex-direction: column;
}

.product-image {
    width: 100%;
}

.rating-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #5f5246;
}

.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.stars svg {
    width: 18px;
    height: 18px;
    fill: #ffc107;
}

.rating-score {
    margin-left: 4px;
    color: #968B83;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category-badge {
    background-color: #e8ded7;
    color: #5f5246;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 999px;
    font-weight: 500;
}

.product-card-title {
    color: #847770;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    margin-bottom: 12px;
}

.find-more-btn {
    background-color: #968B83;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-self: flex-start;
    text-transform: capitalize;
}

.find-more-btn svg {
    width: 16px;
    height: 16px;
}

.scroll-section {
    height: 1300px;
    position: relative;
    width: 100%;
}

.cloud {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;

}

.cloud1 {
    top: 50%;
    right: -50px;
    scale: 1.1 !important;
    z-index: 1;
}

.cloud2 {
    top: 75%;
    left: -56px;
    scale: 1.2 !important;
}

.cloud3 {
    bottom: 5%;
    right: -90px;
}

.bottle-container {
    position: sticky;
    top: 100px;
    height: 600px;
    width: 150px;
    margin: 0 auto;
}

.bottle-part {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transform: translateY(-100px);
    z-index: 1;

}

.bottle-part img {
    width: 100%;
    display: block;
}

.part2 img {
    margin-left: 2%;
    max-width: 96%;
}

.part2,
.part3 {
    z-index: -1;
}

.part3 {
    width: 320px;
    margin-left: -85px;
}

.part4 {
    z-index: -2;
}

.hero .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
}

/* subscription  */
.top-subscription {
    background-image: url(assets/images/vipfamily.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 56vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 32px 0 20px;
}

.top-subscription img {
    width: 94px;
}

.top-subscription-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 42px;
}

h4.vip-family {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #F8E17E;
    font-family: Handlee;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #F8E17E;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.top-subscription-text h5 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'sofia-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0 48px;
    text-align: center;
}

.page-des-top {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 16px;
    background: #f8e17f82;
    padding: 4px;
    margin-top: 12px;
}

.subscription-form {
    border-radius: 10px;
    width: 100%;
    margin-top: 8px;
}

.btm-subscription {
    background: #f3f1ef;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px;
}

.btm-subscription-heart {
    width: 42px;
}

.btm-subscription h1 {
    color: #847770;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--Extending-the-colors-Dark-gray, #847770);
    font-family: Handlee;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.subscription-input::placeholder {
    color: #b3a89f;
}

.subscription-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #968B83;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.subscription-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 16px;
    height: 16px;
    border: 1px solid #968b83;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    margin-right: 4px;
    overflow: hidden;
}


/* .subscription-label input[type="checkbox"]:checked {
    background: #847770;

} */


.subscription-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><mask id="mask0" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M16 0H0V16H16V0Z" fill="white"/></mask><g mask="url(%23mask0)"><path d="M10.794 1.33325H5.20732C2.78065 1.33325 1.33398 2.77992 1.33398 5.20658V10.7866C1.33398 13.2199 2.78065 14.6666 5.20732 14.6666H10.7873C13.214 14.6666 14.6607 13.2199 14.6607 10.7933V5.20658C14.6673 2.77992 13.2207 1.33325 10.794 1.33325ZM11.1873 6.46658L7.40732 10.2466C7.31398 10.3399 7.18732 10.3933 7.05398 10.3933C6.92065 10.3933 6.79398 10.3399 6.70065 10.2466L4.81398 8.35992C4.62065 8.16658 4.62065 7.84658 4.81398 7.65325C5.00732 7.45992 5.32732 7.45992 5.52065 7.65325L7.05398 9.18658L10.4807 5.75992C10.674 5.56659 10.994 5.56659 11.1873 5.75992C11.3807 5.95325 11.3807 6.26658 11.1873 6.46658Z" fill="%23847770"/></g></svg>');
}

.subscription-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 50px;
    cursor: not-allowed;
    background: #e6e3de;
    color: #968B83;
    transition: background 0.3s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.subscription-btn.active {
    cursor: pointer;
    background: #F8E17E;
    color: #847770;
}


.datep-icon {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    right: 12px;
}

.subscription-input {
    width: 100%;
    padding: 14px 12px;
    border: none;
    border-radius: 24px;
    background: #fff;
    color: #968B83;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}


.flatpickr-calendar {
    font-family: 'Helvetica Neue', sans-serif !important;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
}

.flatpickr-months {
    background: #f9d74c !important;
    border-radius: 10px 10px 0 0 !important;
}

.flatpickr-day.selected {
    background: #f9d74c !important;
    border-color: #f9d74c !important;
    color: #000 !important;
}

.flatpickr-day.today {
    border-color: #f9d74c !important;
}

/* لودر روی دکمه */
.button-loading {
    position: relative;
    pointer-events: none;
}

.button-loading::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* بکگراند مودال */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-box {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    max-width: 350px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.modal-box img {
    background: #45d07b29;
    padding: 6px;
    border-radius: 100%;
}

.modal-box h2 {
    color: #847770;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.modal-box p {
    margin-bottom: 8px;
    color: #968B83;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.modal-box button {
    background: #8c7a6b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
}