/*
    platform categories for this theme:
    Extra small : < 576px
    Small       : > 576px
    Medium      : ≥ 792px
    Large       : ≥ 992px
    Extra large : ≥ 1200px
    scaffold : 1200px : default mode
*/

:root {
    /* platform sizes */
    --minWidth: 290px;
    --Small: 576px;
    --Medium: 792px;
    --Large: 992px;
    --ex-Large: 1200px;
    --scaffold: 1000px;
    --wide-scaffold: 1200px;
}

:root {
    --red: #9c1006;
    --red1: rgba(159, 28, 32, 0.1);
    --red2: rgba(159, 28, 32, 0.2);
    --red3: rgba(159, 28, 32, 0.3);
    --red4: rgba(159, 28, 32, 0.4);
    --red5: rgba(159, 28, 32, 0.5);
    --red6: rgba(159, 28, 32, 0.6);
    --red7: rgba(159, 28, 32, 0.7);
    --red8: rgba(159, 28, 32, 0.8);
    --red9: rgba(159, 28, 32, 0.9);
    --darkred: #b30000;
    --blue: rgb(0, 121, 138);
    --blue1: rgba(0, 121, 138, 0.1);
    --blue2: rgba(0, 121, 138, 0.2);
    --blue3: rgba(0, 121, 138, 0.3);
    --blue4: rgba(0, 121, 138, 0.4);
    --blue5: rgba(0, 121, 138, 0.5);
    --blue6: rgba(0, 121, 138, 0.6);
    --blue7: rgba(0, 121, 138, 0.7);
    --blue8: rgba(0, 121, 138, 0.8);
    --blue9: rgba(0, 121, 138, 0.9);
    --darkblue: #005879;
    --green: rgb(0, 138, 91);
    --green1: rgba(0, 138, 91, 0.1);
    --green2: rgba(0, 138, 91, 0.2);
    --green3: rgba(0, 138, 91, 0.3);
    --green4: rgba(0, 138, 91, 0.4);
    --green5: rgba(0, 138, 91, 0.5);
    --green6: rgba(0, 138, 91, 0.6);
    --green7: rgba(0, 138, 91, 0.7);
    --green8: rgba(0, 138, 91, 0.8);
    --green9: rgba(0, 138, 91, 0.9);
    --purple: rgb(175, 74, 206);
    --purple1: rgba(175, 74, 206, 0.1);
    --purple2: rgba(175, 74, 206, 0.2);
    --purple3: rgba(175, 74, 206, 0.3);
    --purple4: rgba(175, 74, 206, 0.4);
    --purple5: rgba(175, 74, 206, 0.5);
    --purple6: rgba(175, 74, 206, 0.6);
    --purple7: rgba(175, 74, 206, 0.7);
    --purple8: rgba(175, 74, 206, 0.8);
    --purple9: rgba(175, 74, 206, 0.9);
    --pink: rgb(212, 181, 177);
    --pink1: rgba(212, 181, 177, 0.1);
    --pink2: rgba(212, 181, 177, 0.2);
    --pink3: rgba(212, 181, 177, 0.3);
    --pink4: rgba(212, 181, 177, 0.4);
    --pink5: rgba(212, 181, 177, 0.5);
    --pink6: rgba(212, 181, 177, 0.6);
    --pink7: rgba(212, 181, 177, 0.7);
    --pink8: rgba(212, 181, 177, 0.8);
    --pink9: rgba(212, 181, 177, 0.9);
    --cream: #f5f4f4;
    --darkcream: #efefef;
    --darkglass: rgba(0, 0, 0, 0.08);
    --darkblack: #161616;
    --gold: #ffbf00;
    --lightgold: #FFF2CC;
    --gray: #d9dee4;
    --tlgrm: #0088cc;
    --insta: #c13584;
    --discord: #7289da;
    --twitch: #6441a4;
    --primary: #007bff;
    --success: #a5dc86;
    --danger: #dc3545;
    --warning: #f8bb86;
    --info: #3fc3ee;
    --error: #f27474;
    --question: #87adbd;
    --dark: #343a40;
    --smoke: #fafafa;
    --white: rgb(255, 255, 255);
    --white1: rgba(255, 255, 255, 0.1);
    --white2: rgba(255, 255, 255, 0.2);
    --white3: rgba(255, 255, 255, 0.3);
    --white4: rgba(255, 255, 255, 0.4);
    --white5: rgba(255, 255, 255, 0.5);
    --white6: rgba(255, 255, 255, 0.6);
    --white7: rgba(255, 255, 255, 0.7);
    --white8: rgba(255, 255, 255, 0.8);
    --white9: rgba(255, 255, 255, 0.9);
    --ice-white: #c2cbe2;
    --black: rgb(0, 0, 0);
    --black1: rgba(0, 0, 0, 0.1);
    --black2: rgba(0, 0, 0, 0.2);
    --black3: rgba(0, 0, 0, 0.3);
    --black4: rgba(0, 0, 0, 0.4);
    --black5: rgba(0, 0, 0, 0.5);
    --black6: rgba(0, 0, 0, 0.6);
    --black7: rgba(0, 0, 0, 0.7);
    --black8: rgba(0, 0, 0, 0.8);
    --black9: rgba(0, 0, 0, 0.9);
    --black-1: #e5e5e5;
    --black-2: #cccccc;
    --black-3: #b2b2b2;
    --black-4: #999999;
    --black-5: #808080;
    --black-6: #666666;
    --black-8: #333333;
    --black-9: #191919;
    --natureDark: #0f131c;
    --logoP: #fcd772;
    --logoS: #A74747;
    --logoS: #ed8e8e;
    /*--logoS: #FFC0CB;*/
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* global styles */
html,
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    /*background-image: linear-gradient(80deg, var(--green1), var(--purple3), var(--blue1));*/
}

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    text-decoration: none;
    box-sizing: border-box;
    /*scrollbar-color: #d98500 var(--gray);*/
    font-family: 'IRANSans', 'Inter', sans-serif;
}

p {
    text-align: justify;
}

img {
    max-height: 500px;
    margin: auto;
}

/* ------------------------------------------- */
/* language managing system */
.fa-lang {
    direction: rtl;
}

/*.row.fa-lang{
    flex-direction: row-reverse;
}*/
/* ------------------------------------------- */
/* scaffolding system */
.scaffold {
    position: relative;
    width: 100%;
    max-width: var(--scaffold);
    margin: auto;
    padding: 0 8px;
    height: inherit;
    overflow: hidden;
    z-index: 100;
}

.scaffold.no-limit {
    max-width: unset;
}

.scaffold.wide-scaffold {
    max-width: var(--wide-scaffold);
}

.scaffold.extra-wide-scaffold {
    max-width: 1600px;
}

.scaffold.tight-scaffold {
    max-width: 800px;
}

/* ------------------------------------------- */
/* alignment and text managing system */
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1,
.col-12-max,
.col-11-max,
.col-10-max,
.col-9-max,
.col-8-max,
.col-7-max,
.col-6-max,
.col-5-max,
.col-4-max,
.col-3-max,
.col-2-max,
.col-1-max {
    min-width: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 10px;
}

.large-header {
    font-size: 300%;
}

.extra-large-header {
    font-size: 500%;
}

.bit-large-header {
    font-size: 120%;
}

.centered {
    text-align: center;
}

@media screen and (max-width: 800px) {
    .extra-large-header {
        font-size: 230%;
    }

    .large-header {
        font-size: 150%;
    }
}

/* ------------------------------------------- */
/* header */
header {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 200;
}

header .scaffold {
    background-color: var(--white8);
    border-radius: 10px;
    box-shadow: 0 0 5px var(--darkglass);
    background-image: linear-gradient(80deg, var(--logoS) -60%, var(--logoP)20%, var(--logoP)80%, var(--logoS) 160%);
}

.header-navigation {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 70px;
}

.site-title h2 {
    padding: 0;
}

.header-navigation .stacks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-navigation .stacks.left-site>*:not(:last-child) {
    margin-right: 10px;
}

.header-navigation .stacks.right-site>*:not(:last-child) {
    margin-left: 10px;
}

.other-language {
    font-size: .9em;
    color: var(--black-8);
}

.toggle-side-menu.expanded {
    transform: translateX(calc(50vw - 550px));
    color: var(--white);
}

/* ------------------------------------------- */
/* welcome sectional system */
.fpse {
    /*scroll-snap-type: y mandatory;*/
    color: var(--black-6);
    transition: all 0.8s ease-in-out;
}

.fpse .fpse-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 120px 50px;
    /* scroll-snap-align: start; */
    background: white center no-repeat;
    background-size: cover;
}

.site-title img {
    height: 40px;
    object-fit: contain;
}

header .button,
section.side-menu .button,
section.search-container .button {
    display: flex;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    font-size: large;
    cursor: pointer;
    border-radius: 4px;
    background-color: var(--white2);
    transition: all ease-in-out 250ms;
}

header .button.text {
    display: grid;
    padding: 0 14px;
    font-size: 16px;
    /*background-color: transparent;*/
    /*box-shadow: none;*/
    font-weight: 600;
}

.button {
    box-shadow: 0 0 5px 2px var(--darkglass);
    transition: all ease-in-out 250ms;
}

.button:hover {
    background-color: var(--logoP);
}

.button:active {
    transform: scale(.9);
}

@media screen and (max-width: 600px) {
    .fpse .fpse-section {
        padding: 80px 10px 10px;
    }
}

/* only "intro" section */
.fpse section.intro {
    position: relative;
    color: var(--white);
    background: url(/assets/images/page1.jpg) wheat no-repeat center bottom;
    background-size: cover;
}

.fpse section.intro:before {
    position: absolute;
    content: '';
    background-color: var(--black6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fpse section.intro .scaffold {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*fill: var(--white);*/
    /*background-color: var(--black4);*/
    padding: 5% 10px;
    z-index: unset;
    overflow: unset;
    /*border-radius: 150px 20px;*/
    /*border: 10px solid var(--darkglass);*/
    /*filter: drop-shadow(15px -15px var(--black4)) drop-shadow(100px -50px var(--black4)) drop-shadow(-60px -30px var(--black4));*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out 500ms 500ms, filter ease-in-out 500ms;
}

.fpse section.intro .scaffold * {
    z-index: 100;
}

.fpse section.intro .scaffold .brand-logo {
    position: relative;
    height: 290px;
    width: 290px;
    max-height: 70vw;
    max-width: 70vw;
    border-radius: 500px;
    margin-bottom: 1%;
    border: 10px solid var(--logoP);
    background-color: var(--black7);
    box-shadow: 0 0 20px var(--logoP);
}

.fpse section.intro .scaffold .brand-logo:hover {
    background-color: var(--black9);
    animation: pulse 2s infinite;
}

.fpse section.intro .scaffold :is(h2, h6) {
    text-align: center;
    font-weight: 800;
    padding: 2px 0 0;
    text-shadow: 0 0 10px var(--logoP);
}

.fpse section.intro .scaffold h6 {
    font-weight: 600;
}

.fpse section.intro svg {
    max-height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1100px) {
    .fpse section.intro .scaffold {
        padding: 1% 10px;
    }

    .fpse section.intro .scaffold .brand-logo {
        height: 300px;
        width: 300px;
        border-radius: 500px;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 750px) {
    .fpse section.intro .scaffold .brand-logo {
        height: 250px;
        width: 250px;
        border-width: 7px;
        margin-bottom: 5%;
    }
}

/* only "poem" section */
.fpse section.poem {
    position: relative;
    background-color: var(--logoP);
    padding: 0 20px;
}

.wave {
    position: absolute;
    top: calc(1px - 6vw);
    left: 0;
    width: 100%;
    height: 6vw;
    z-index: 150;
}

.bottom-wave {
    top: unset !important;
    bottom: calc(1px - 6vw);
    transform: rotateZ(180deg);
}

.wave path:first-child {
    opacity: 0.15;
}

.wave path:nth-child(2) {
    opacity: 0.3;
}

.wave path:nth-child(3) {
    opacity: .15;
}

.wave path:last-child {
    opacity: 1;
}

.fpse section.poem .scaffold {
    direction: rtl;
}

section.poem .hemistich {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .wave {
        top: -29px;
        height: 30px;
    }

    .bottom-wave {
        bottom: -29px;
    }

}

/* only "about us" section */
.fpse section.about-us {
    background-image: url(/assets/images/page2.jpg);
    background-color: var(--white);
    color: var(--white);
    /*background-attachment: fixed;*/
}

.fpse section.about-us:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(transparent -80%, var(--black8) 60%);
}

.fpse section.about-us .scaffold {
    flex-direction: row-reverse;
}

.fpse section.about-us .about-text-area {
    padding: 25px 18px;
    background-color: var(--black-9);
    color: var(--logoP);
    border-radius: 10px;
    margin: 10px;
    border-bottom: 5px solid var(--logoP);
    border-left: 5px solid var(--logoP);
}

.fpse section.about-us .fa-lang .about-text-area {
    border-left: none;
    border-right: 5px solid var(--logoP);
}

.about-text-area p:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 870px) {
    .fpse section.about-us {
        padding-bottom: 120px;
    }

    .fpse section.about-us .scaffold {
        flex-direction: column;
    }
}

/* only "categories" section */
.fpse section.categories {
    background-color: var(--lightgold);
}

.parent-categories {
    height: 100%;
    justify-content: center;
    align-items: center !important;
}

.parent-categories li {
    margin: 0 20px;
    max-width: 330px;
    padding: 0;
    border-radius: 8px;
    background-color: transparent;
}

.parent-categories li .wrapper {
    background-color: var(--white6);
    height: 100%;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 10px var(--darkglass);
    transition: all ease-in-out 200ms;
}

.parent-categories li .wrapper:hover {
    background-color: var(--white9);
    box-shadow: 0 0 20px var(--darkglass);
}

.parent-categories li .wrapper .thumbnail {
    width: 100%;
    height: 230px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.parent-categories li .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.parent-categories li .wrapper .counter {
    position: relative;
    font-size: 12px;
    text-align: center;
    border: dashed var(--darkglass);
    border-width: 1px 0;
    line-height: 30px;
}

.parent-categories li .wrapper .description {
    height: 125px;
    overflow: hidden;
    margin-top: 10px;
}

.parent-categories li .wrapper .direct-link {
    display: block;
    text-align: center;
    color: var(--white);
    background-color: var(--logoP);
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: -65px;
    transition: all ease-in-out 500ms;
}

.direct-link a {
    display: block;
    line-height: 40px;
}

.parent-categories li:hover .wrapper .direct-link {
    margin-bottom: 0;
}

@media screen and (min-width: 900px) {
    .parent-categories li:nth-child(2) .wrapper .description {
        height: 250px;
        overflow: hidden;
    }
}

@media screen and (max-width: 900px) {
    .parent-categories.row.nowrap {
        flex-wrap: wrap;
    }

    .parent-categories li {
        margin: 20px;
    }
}

/* only "Our Target" section */


.fpse section.our-target {
    background-image: url(/assets/images/page3.jpg);
    background-color: var(--white);
    color: var(--white);
    /*background-attachment: fixed;*/
}

.fpse section.our-target:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(transparent -80%, var(--black8) 60%);
}

/* .fpse section.our-target .scaffold{
} */
.fpse section.our-target .target-list .target-item {
    background-color: var(--black-9);
    color: var(--logoP);
    margin: 10px;
    padding: 20px;
    align-self: stretch;
    border-radius: 20px 8px;
    border-bottom: 5px solid var(--logoP);
    border-left: 5px solid var(--logoP);

}


.fpse section.our-target .target-list .target-item:hover {
    border-left: none;
    border-right: 5px solid var(--logoP);
    background-color: var(--logoP);
    color: var(--black-9);

}

@media screen and (max-width: 870px) {
    .fpse section.our-target {
        padding-bottom: 120px;
    }
}


@media screen and (max-width: 576px) {
    .fpse section.our-target {
        background-image: url(/assets/images/page3-mobile.jpg);
    }

    .fpse section.our-target::before{
        background-image: none;
        background-color: var(--black6);
    }
}



/* ------------------------------------------- */
/* only "product" section */
section.product {
    padding: 80px 0 0;
    /*background-color: var(--logoP);*/
    background-image: linear-gradient(to top, var(--logoP) 30%, var(--white) 120%);

}

section.product .scaffold {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

section.product .information {
    padding: 50px 0;
    gap: 25px;
}

section.product .information .product-images {
    height: 400px;
    max-width: 660px;
    direction: ltr;
}

.information .picture-box {
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    /*transform: rotate3d(2, -5, 0, 40deg);*/
    border: 8px solid var(--darkglass);
    /*box-shadow: 40px 10px 15px var(--black4);*/
    transition: all ease-in-out 600ms;
}

/* .information .picture-box:hover {
    transform: rotate3d(0, 0, 0, 40deg);
    box-shadow: 0 0 15px var(--black6);
} */
.information .name {
    position: relative;
    font-size: 250%;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: capitalize;
    text-shadow: 0 0 15px var(--black4);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.information .name:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -5px;
    height: 5px;
    width: 20%;
    border-radius: 25px;
    background-color: var(--white);
    transition: all ease-in-out 650ms;
}

.information.fa-lang .name:before {
    left: unset;
    right: 10px;
}

.information .name:hover:before {
    width: 40%;
}

.information .description {
    padding: 10px;
}

section.related.products {
    background-image: linear-gradient(to bottom, var(--logoP) 10%, var(--white) 80%);
}

section.related.products+footer {
    border-top: none;
}

/* ------------------------------------------- */
/* only "contact-form" section */
.fpse section.contact-form {
    color: var(--white);
    background-color: var(--black);
}

.fpse section.contact-form:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: var(--white8);*/
}

.form-stack {
    border-radius: 8px;
    color: var(--black);
    padding: 25px;
    background-color: var(--white);
}

.form-stack .form-field {
    display: block;
    padding: 15px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 0 8px 1px var(--darkglass);
    transition: all ease-in-out 250ms;
}

.form-stack .form-field.focused {
    box-shadow: none;
}

.form-field label {
    border-bottom: 1px solid var(--darkglass);
    transition: all ease-in-out 250ms;
}

.form-stack .form-field.focused label {
    font-size: 1.2em;
    color: var(--logoP);
}

.form-field input,
.form-field textarea {
    display: block;
    width: calc(100%);
    padding: 8px;
    margin: 5px 0 0;
    border: none;
    resize: vertical;
    border-bottom: 1px solid var(--darkglass);
}

.form-stack button {
    border-radius: 10px;
    padding: 15px;
    margin: 15px auto;
    background-color: var(--logoP);
    color: var(--white);
    font-size: 1.05em;
}

/* ------------------------------------------- */
/* side-menu section */
section.side-menu {
    position: fixed;
    width: 100%;
    max-width: 420px;
    height: 100%;
    top: -100%;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    background-color: var(--black9);
    transition: all cubic-bezier(0.68, 0.12, 0.15, 0.93) 800ms 200ms;
}

section.side-menu.expanded {
    top: 0;
}

section.side-menu .toggle-side-menu.button {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: x-large;
}

section.side-menu .main-menu {
    width: 350px;
}

section.side-menu .main-menu ul {
    padding: 0;
}

section.side-menu .main-menu .title {
    height: 50px;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--white);
    color: var(--black-3);
}

section.side-menu .main-menu li {
    position: relative;
    line-height: 42px;
    color: var(--white);
    background: var(--white1);
    font-size: 17px;
    margin: 0 0 5px;
    border-radius: 4px;
    overflow: hidden;
}

section.side-menu .main-menu li:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: var(--logoP);
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all ease-in-out 250ms;
}

section.side-menu .main-menu li:hover {
    color: var(--black-9);
}

section.side-menu .main-menu li:hover:before {
    width: 100%;
}

section.side-menu .main-menu ul ul {
    padding: 0 5%;
}

section.side-menu .main-menu ul ul li {
    list-style: disc inside;
    line-height: 35px;
    margin: 0;
    background-color: transparent;
}

section.side-menu .main-menu li .row {
    height: 100%;
    width: 100%;
    padding: 0 10px;
    gap: 10px;
    transition: all ease-in-out 350ms;
}

section.side-menu .main-menu li .row:hover {
    padding: 0 15px;
}

section.side-menu .main-menu li .row i {
    transition: transform cubic-bezier(0.59, -0.48, 0.32, 1.62) 350ms;
}

section.side-menu .main-menu li .row:hover i {
    transform: rotate(300deg);
}

/* ------------------------------------------- */
/* search box section */
section.search-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50%);
    bottom: 10px;
    height: 70px;
    width: calc(100% - 20px);
    max-width: 1000px;
    border-radius: 10px;
    transform: translate(-50%, calc(100% + 15px));
    overflow: hidden;
    opacity: 1;
    z-index: 1000;
    background-color: var(--white);
    box-shadow: 0 0 15px var(--black4);
    transition: all ease-in-out 350ms;
}

section.search-container.expanded {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
}

/*section.search-container .toggle-search-box{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: x-large;
}*/
section.search-container form {
    display: flex;
    flex: auto;
    padding: 10px 10px;
}

section.search-container form button {
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

section.search-container form input {
    flex: auto;
    color: var(--black-9);
    border-radius: 10px;
    line-height: 40px;
    padding: 0 5px;
}

section.search-container form input::placeholder {
    color: var(--black-4);
}

/* ------------------------------------------- */
/* section scroll navigator */
section.category .intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: 100px 0 80px;
    overflow: hidden;
    background-color: var(--black);
}

section.category .intro .category-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: unset;
    object-fit: cover;
    opacity: 0.3;
}

section.category .intro .scaffold {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    height: 100%;
    text-shadow: 0 0 5px var(--black6);
}

section.category .intro .scaffold .description {
    width: clamp(280px, 80%, 100%);
}

section.products {
    position: relative;
    /*margin-top: -50px;*/
}

section.products>.scaffold {
    padding-top: 16px;
    padding-bottom: 16px;
}

ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 40px;
    grid-gap: 20px;
    padding: 20px;
}

ul.products li.product {
    border-radius: 10px 80px 10px 10px;
    padding: 10px;
    background: linear-gradient(45deg, var(--logoP) 72%, var(--white) 72%) top right;
    background-size: 120% 120%;
    box-shadow: 0 0 10px var(--darkglass);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out 500ms 100ms;
}

ul.products li.product.fa-lang {
    border-radius: 80px 10px 10px 10px;
    background: linear-gradient(-45deg, var(--logoP) 72%, var(--white) 72%) top left;
    background-size: 120% 120%;
}

ul.products li.product:hover {
    transform: scale(1.05);
    background-position: bottom left;
}

ul.products li.product.fa-lang:hover {
    background-position: bottom right !important;
}

ul.products li.product .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px 70px 10px 10px;
    transition: all ease-in-out 250ms;
}

ul.products li.product.fa-lang .thumbnail {
    border-radius: 70px 10px 10px 10px;
}

ul.products li.product:hover .thumbnail {
    position: relative;
}

ul.products li.product .thumbnail .primary-image {
    transition: all ease-in-out 1000ms;
}

ul.products li.product .thumbnail .secondary-image {
    transform: translateY(-100%);
    margin-top: -100%;
    transition: all ease-in-out 500ms 150ms;
}

ul.products li.product:hover .thumbnail .secondary-image {
    transform: translateY(0);
}

ul.products li.product .name {
    display: flex;
    line-height: 38px;
    margin-top: 10px;
    color: var(--black-9);
    font-weight: 600;
    padding: 0 10px;
    transition: all ease-in-out 250ms;
}

/* ul.products li.product:hover .name {
} */
ul.products li.product:hover .name:before {
    left: 10%;
    width: 80%;
    background-color: var(--logoS);
}

ul.products li.product .description {
    margin: 5px 0;
    font-size: .85em;
}

ul.products li.product .button {
    display: inline-block;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 10px auto 5px;
    font-size: .9em;
    background-color: var(--white);
}

@media screen and (max-width: 1000px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 540px) {
    ul.products {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------- */
/* section search result */
section.searching-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 120px 50px 50px;
    background-color: var(--cream);
}

section.searching-result ul.categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

section.searching-result ul.categories li {
    position: relative;
    line-height: 45px;
    border-radius: 8px;
    overflow: hidden;
    color: var(--black-8);
    box-shadow: 0 0 5px var(--darkglass);
}

section.searching-result ul.categories li:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 205%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, var(--logoP) 50%, var(--white) 50%);
    transition: all ease-in-out 500ms;
}

section.searching-result ul.categories.fa-lang li:before {
    left: unset;
    right: -100%;
    background-image: linear-gradient(to left, var(--logoP) 50%, var(--white) 50%);
}

section.searching-result ul.categories li:hover:before {
    left: 0;
}

section.searching-result ul.categories.fa-lang li:hover:before {
    right: 0;
}

section.searching-result ul.categories li .link {
    display: block;
    padding: 0 10px;
}

section.searching-result ul.products {
    padding: 0;
}

@media screen and (max-width: 800px) {
    section.searching-result ul.categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    section.searching-result {
        padding: 80px 10px 10px;
    }

    section.searching-result ul.categories {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------- */
/* footer */
footer {
    background-color: var(--white9);
    color: var(--black-6);
    border-top: 1px solid var(--darkglass);
}

footer .scaffold {
    gap: 20px;
    padding: 20px 20px 0;
    align-items: normal;
}

footer .footer-box {
    padding: 10px;
    min-width: 200px;
}

footer .footer-box .title {
    padding: 0 0 10px;
    cursor: default;
}

footer .footer-box li {
    list-style-type: disc;
    line-height: 33px;
    font-size: .85em;
    cursor: default;
    transition: all ease-in-out 250ms;
}

footer .footer-box:not(.about-us) li:hover {
    color: var(--black-8);
}

footer li.iconic {
    display: flex;
    align-items: center;
}

footer li.iconic i {
    width: 40px;
    font-size: large;
    align-items: center;
}

footer li.iconic :not(i) {
    flex: 100%;
}

footer .about-us {
    background-color: var(--darkglass);
    /*color: var(--black-6);*/
    border-radius: 10px;
}

footer .about-us li {
    list-style: none;
    margin: 8px 5px;
    line-height: 25px;
    font-size: .85em;
}

footer .copy-right {
    font-size: 14px;
    grid-column: 1/4;
    text-align: center;
    line-height: 38px;
    cursor: default;
}

@media screen and (min-width: 820px) {
    footer .scaffold.row {
        flex-wrap: nowrap;
    }

    footer .about-us {
        min-width: 350px;
    }
}

@media screen and (max-width: 765px) {
    footer .about-us {
        flex: 100%;
        min-width: unset;
    }

    footer .scaffold {
        padding: 50px 50px 0;
    }
}

@media screen and (max-width: 530px) {
    footer .scaffold {
        padding: 20px 20px 0;
    }
}

/* ------------------------------------------- */
/* partials js */
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
}

/* ------------------------------------------- */
/*flickity customized codes*/
.flickity-prev-next-button {
    color: var(--white8);
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: var(--black2);
}

.flickity-prev-next-button:hover {
    background-color: var(--black6);
}

.flickity-enabled.is-draggable .flickity-viewport,
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: default;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity .section-name {
    line-height: 50px;
    border-bottom: 1px solid var(--darkcream);
    margin-bottom: -35px;
}

.flickity .section-name .name {
    font-weight: 400;
    font-size: 1.3em;
    padding: 0 10px;
    text-transform: capitalize;
}

section.flickity {
    display: flow-root;
    align-items: center;
    margin: 15px;
}

section.flickity .main-carousel {
    height: 100%;
}

section.flickity .main-carousel .carousel-cell {
    height: 100%;
    width: 100%;
}

section.flickity.banner-slider .carousel-cell {
    overflow: hidden;
    width: 100%;
    background-color: var(--white);
}

section.flickity.banner-slider .carousel-cell,
section.flickity.banner-slider .flickity-viewport {
    height: 500px;
}

section.flickity .carousel-cell img {
    height: 100%;
    width: 100%;
    max-height: unset;
    object-fit: cover;
}

section.flickity.banner-slider .flickity-prev-next-button {
    bottom: calc(50% - 25px);
}

section.flickity.roller .scaffold {
    background-color: var(--white);
}

/* section.flickity.roller .main-carousel {
} */
section.flickity.roller .carousel-cell,
section.flickity.roller.iv-4 .carousel-cell {
    overflow: hidden;
    width: calc(25% - (60px / 4));
    margin: 50px 20px 50px 0;
    background-color: var(--white);
}

section.flickity.roller.iv-5 .carousel-cell {
    width: calc(20% - (60px / 4));
}

section.flickity.roller .flickity-viewport {
    padding-top: 25px;
    width: 100%;
}

section.flickity.roller .carousel-cell .img,
section.flickity.roller.iv-4 .carousel-cell .img {
    height: 285px;
    border-radius: 8px;
    overflow: hidden;
}

section.flickity.roller.iv-5 .carousel-cell .img {
    height: 215px;
}

section.flickity.roller .flickity-prev-next-button {
    color: var(--black-3);
    width: 30px;
    height: 30px;
    top: 10px;
    border-radius: 0;
    background-color: transparent;
}

section.flickity.roller .flickity-prev-next-button.previous {
    left: unset;
    right: 41px;
}

section.flickity.roller .carousel-cell .detail {
    padding: 15px 10px;
}

section.flickity.roller .carousel-cell .detail .title {
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 400;
    line-height: 19px;
    height: 61px;
    overflow: hidden;
}

section.flickity.roller .carousel-cell .detail .price,
.flickity.roller .carousel-cell .detail .noprice {
    padding: 10px 0;
    display: inline-block;
    color: var(--logoP);
    font-size: 1.3em;
}

section.flickity.roller .carousel-cell .detail .noprice {
    color: var(--black-4);
    font-size: 1em;
}

section.flickity.roller .carousel-cell .detail .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-6);
    font-size: 1.5em;
    border-top: 1px solid var(--darkcream);
    padding: 10px 0;
}

/* .flickity.product-images{
     cursor: grab;
} */
.flickity.product-images:active {
    cursor: grabbing;
}

.flickity.product-images .flickity-page-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 1000;
}

.flickity.product-images .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 26px;
    background-color: var(--black6);
    cursor: pointer;
    transition: all ease-in-out 1200ms;

}

.flickity.product-images .flickity-page-dots .dot.is-selected {
    background-color: var(--white);
    width: 24px;
}

.flickity.product-images .flickity-slider {
    height: 100%;
}

@media screen and (max-width: 1150px) {

    section.flickity.roller .carousel-cell,
    section.flickity.roller.iv-4 .carousel-cell,
    section.flickity.roller.iv-5 .carousel-cell {
        width: 230px;
    }

    section.flickity.roller.iv-4 .carousel-cell .img,
    section.flickity.roller.iv-5 .carousel-cell .img {
        height: 230px;
    }
}

@media screen and (max-width: 1000px) {
    section.flickity.banner-slider {
        margin: 0;
    }

    section.flickity.banner-slider .scaffold {
        padding-left: 0;
        padding-right: 0;
    }

    section.flickity.banner-slider .carousel-cell,
    section.flickity.banner-slider .flickity-viewport {
        height: 56.25vw;
    }
}

@media screen and (max-width: 800px) {
    section.flickity.banner-slider .flickity-prev-next-button {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    section.flickity.roller .carousel-cell,
    section.flickity.roller.iv-4 .carousel-cell,
    section.flickity.roller.iv-5 .carousel-cell {
        width: 40vw;
    }

    section.flickity.roller.iv-4 .carousel-cell .img,
    section.flickity.roller.iv-5 .carousel-cell .img {
        height: 40vw;
    }
}

@media screen and (max-width: 400px) {

    section.flickity.roller.iv-4 .carousel-cell .img,
    section.flickity.roller.iv-5 .carousel-cell .img {
        height: 55vw;
    }

    section.flickity.roller .carousel-cell,
    section.flickity.roller.iv-4 .carousel-cell,
    section.flickity.roller.iv-5 .carousel-cell {
        width: 55vw;
    }
}

/* ------------------------------------------- */
/* animations */
@keyframes pulse {

    /*from {
        box-shadow: 0 0 0 0 var(--orange7) , 0 0 0 0 var(--orange7), 0 0 0 0 var(--orange7)  ;
    }
    30% {
        box-shadow: 0 0 10px 30px transparent , 0 0 0 12px var(--orange1) , 0 0 0 3.7px var(--red3);
    }
    80% {
        box-shadow: 0 0 0 0 transparent , 0 0 0 62px transparent , 0 0 0 32px transparent;
    }*/
    from {
        transform: scale(1);
        box-shadow: 0 0 20px var(--logoP);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 40px var(--logoP), 0 0 80px var(--logoP);
    }

    to {
        transform: scale(1);
        box-shadow: 0 0 0 60px transparent, 0 0 0 120px transparent;
    }
}


/* each section head introduction : x-large design */
@media screen and (min-width: 992px) {

    .x-small-only,
    .small-only,
    .medium-only {
        display: none !important;
    }

    .except-x-large-only {
        display: none !important;
    }

    .large-and-smaller,
    .medium-and-smaller,
    .small-and-smaller {
        display: none !important;
    }
}

/* each section head introduction : large design */
@media screen and (max-width: 1200px) and (min-width: 992px) {

    .x-small-only,
    .small-only,
    .medium-only,
    .x-large-only {
        display: none !important;
    }

    .except-large-only {
        display: none !important;
    }

    .medium-and-smaller,
    .small-and-smaller {
        display: none !important;
    }
}

/* each section head introduction : medium design */
@media screen and (max-width: 992px) and (min-width: 792px) {

    .x-small-only,
    .small-only,
    .large-only,
    .x-large-only {
        display: none !important;
    }

    .except-medium-only {
        display: none !important;
    }

    .large-and-larger,
    .small-and-smaller {
        display: none !important;
    }
}

/* each section head introduction : small design */
@media screen and (max-width: 792px) and (min-width: 576px) {

    .x-small-only,
    .medium-only,
    .large-only,
    .x-large-only {
        display: none !important;
    }

    .except-small-only {
        display: none !important;
    }

    .large-and-larger,
    .medium-and-larger {
        display: none !important;
    }
}

/* each section head introduction : X-small design */
@media screen and (max-width: 576px) {

    .small-only,
    .medium-only,
    .large-only,
    .x-large-only {
        display: none !important;
    }

    .except-x-small-only {
        display: none !important;
    }

    .large-and-larger,
    .medium-and-larger,
    .small-and-larger {
        display: none !important;
    }
}