body{
    direction: rtl;
    box-sizing: border-box;
    font-family: "Anjoman";
    margin: 0;
    padding: 0;
    background-color: var(--index);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary: #323232;
    --blue: #0095CB;
    --underline: #464646;
    --box: #145E77;
    --warning: #f7a62b;
    --lighttBlue: #08546C;
    --shadow: 0 3px 22px -11px #00000042;
    --Gray: #E5EAEB;
    --lighttGray: #757575;
    --darkGray: #464646;
    /*Karim*/
    --bgBlue: #4037CA;
    --accent: #fcb913;
    --success: #22e3ae;
    --green: #025D2C;
    --light: #fff;
    --grayLight: #cdd1d4;
    --lighttLight: #737373;
    --lighttDark: #313131;
    --hint: #CAC9C9;
    --backColor: #ECECEC;
    --default: #767676;
    --danger: #ff444e;
    --pink: #fc4298;
    --purple: #c642fc;
    --info: #3babef;
    --oilBlue: #273444;
    --warning: #f7a62b;
    --lightBlue: #42fceb;
    --bgColor: #f7f7f7;
    --shadowColor: #cac9c98c;
    --backward: #00000a61;
    --grdAccent: linear-gradient(45deg, var(--warning), var(--danger));
    --grdInfo: linear-gradient(45deg, var(--info), var(--purple));
    --grdSuccess: linear-gradient(45deg, var(--lightBlue), var(--success));
    --grdDanger: linear-gradient(45deg, var(--danger), var(--pink));
    --grdDefault: linear-gradient(45deg, var(--default), var(--lighttDark));
    --grdPink: linear-gradient(45deg, var(--pink), var(--purple));
    --grdLightBlue: linear-gradient(45deg, var(--purple), var(--lightBlue));
    --grdGreen: linear-gradient(180deg, var(--success), var(--green));
    --radius: 8px;
    --radius2x: 16px;
    --transition: all ease-in-out 0.3s;
}

@font-face {
    font-family: "Anjoman";
    src: url("../Fonts/Anjoman/ANJOMAN-BOLD.TTF") format("truetype");
    font-weight: bold;
  }
  
  @font-face {
    font-family: "Anjoman";
    src: url("../Fonts/Anjoman/ANJOMAN-LIGHT.TTF") format("truetype");
    font-weight: 300;
  }
  
  @font-face {
    font-family: "Anjoman";
    src: url("../Fonts/Anjoman/ANJOMAN-REGULAR.TTF") format("truetype");
    font-weight: 400;
  }
a, a:active, a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

/*.container{
    margin: 0 auto;
    max-width: 1280px;
    width: calc(100% - 24px);
}
.section{
    max-width: 950px;
    min-width: calc(77% - 25px);
    margin: 0 auto;
}*/


/*Karim*/

.full {
    display: block !important;
    width: 100% !important;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
    float: left;
    justify-content: flex-end;
}

.container {
    display: flow-root;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

    .container.wrap {
        width: 99%;
        max-width: 2000px;
    }

.wrapper {
    display: flow-root;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.w100 {
    width: calc(100% - 19px);
}

.w66 {
    width: calc(66.66% - 19px);
}

.w75 {
    width: calc(75% - 19px);
}

.w60 {
    width: calc(60% - 19px);
}

.w50 {
    width: calc(50% - 19px);
}

.w40 {
    width: calc(40% - 19px);
}

.w35 {
    width: calc(35% - 19px);
}

.w33 {
    width: calc(33.33% - 19px);
}

.w30 {
    width: calc(30% - 19px);
}

.w25 {
    width: calc(25% - 19px);
}

.w20 {
    width: calc(20% - 19px);
}

.w15 {
    width: calc(15% - 19px);
}

.w10 {
    width: calc(10% - 19px);
}

.w65 {
    width: calc(65% - 19px);
}

.column {
    display: inline-block;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    margin: 8px;
    position: relative;
}

form {
    width: 100%;
    display: flow-root;
}

    form .column {
        margin-bottom: 16px;
    }

        form .column.select2 {
            position: relative
        }

            form .column.select2 .parsley-errors-list {
                position: absolute;
                bottom: -30px
            }


@media screen and (min-width: 1001px) and (max-width: 1440px) {
    .container.laptop > .column {
        width: calc(100% - 19px);
    }

    .container.laptop2 > .column {
        width: calc(50% - 19px);
    }

    .container.laptop3 > .column {
        width: calc(33.33% - 19px);
    }

    .container.laptop4 > .column {
        width: calc(25% - 19px);
    }

    .container.laptop5 > .column {
        width: calc(20% - 19px);
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .container.tablet1 > .column {
        width: calc(100% - 19px);
    }

    .container.tablet2 > .column {
        width: calc(50% - 19px);
    }

    .container.tablet3 > .column {
        width: calc(33.33% - 19px);
    }

    .container.tablet4 > .column {
        width: calc(25% - 19px);
    }

    .container.tablet5 > .column {
        width: calc(20% - 19px);
    }
}

@media screen and (min-width: 0) and (max-width: 600px) {
    .container.mobile1 > .column {
        width: calc(100% - 19px);
    }

    .container.mobile2 > .column {
        width: calc(50% - 19px);
    }

    .container.mobile3 > .column {
        width: calc(33.33% - 19px);
    }

    .container.mobile4 > .column {
        width: calc(25% - 19px);
    }

    .container.mobile5 > .column {
        width: calc(20% - 19px);
    }
}


.ViewHide{
    display: none;
}

/* #region General*/

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

/* blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    } */

/* button,
textarea,
input,
select,
a,
span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

img {
    object-fit: contain;
    object-position: center;
    display: block;
}

a,
button[type=submit] {
    cursor: pointer;
}

[price], .faNum {
    font-family: VazirFaNum;
}

[price=""]::after {
    content: "ريال";
}

[price="تومان"]::after {
    content: "تومان";
}

i {
    display: block;
    mask-repeat: no-repeat;
    mask-size: 20px;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    -webkit-mask-position: center;
    width: 24px;
    height: 24px;
    background: var(--lighttDark);
}

/* Icons*/



/*.vectorHomeBox{
    display: flow-root;
    width: 100%;
    height: 500px;
    background-image: var(--grdGreen);
    padding: 16px;
}*/
.vectorHomeBox {
    display: flow-root;
    width: 100%;
    padding: 0;
    background-image: url(/website/Images/mianVectorSite.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

    .vectorHomeBox img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .vectorHomeBox .secondVector {
        display: none;
    }

.vectorIconsBox {
    display: flow-root;
    position: relative;
    width: 100%;
    margin-top: -90px;
}
/*.vectorIconsBox::before {
	content: "";
	display: block;
	width: 100%;
	height: 51%;
	position: absolute;
	background-color: var(--green);
	top: 0;
}*/
.vectorLinkBox {
    display: grid;
    /* max-width: 1280px; */
    grid-template-columns: repeat(7,1fr);
    grid-gap: 0px;
    justify-content: center;
    margin: 8px auto;
    align-items: center;
    justify-items: center;
}
/*.vectorIconsBox .vectorLinks {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    background-image: url("/website/Images/Big-Polygon2.png");
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--transition);
    background-color : var(--light);
    border-radius: 4px;
    box-shadow: 0 1px 7px 0px #00000021;
}*/

.vectorIconsBox .vectorLinks {
    display: block;
    position: relative;
    background-image: url(/website/Images/Poligon.svg);
    background-size: 100%;
    width: 160px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    transition: var(--transition);
}

    .vectorIconsBox .vectorLinks:hover {
        transform: scale(1.05);
    }
    /*    .vectorIconsBox .vectorLinks:before {
        content: "";
        display: block;
        width: 160px;
        height: 160px;
        background-image: url(/website/Images/Big-Polygon2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        margin: 0 auto;
    }*/
    .vectorIconsBox .vectorLinks img {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -70%);
        /*width: 80px;*/
    }
    /*  .vectorIconsBox .vectorLinks P {
        position: absolute;
        display: block;
        width: 100%;
        font-size: 11pt;
        right: 50%;
        transform: translate(50%, 0);
        text-align: center;
        margin-top: 10px;
    }*/
    .vectorIconsBox .vectorLinks P {
        position: absolute;
        width: 100%;
        font-size: 12pt;
        right: 50%;
        transform: translate(50%, 90%);
        text-align: center;
        bottom: 30%;
        color: var(--green);
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.2;
        max-height: 50px;
    }

        .vectorIconsBox .vectorLinks P.large {
            font-size: 13pt;
        }

        .vectorIconsBox .vectorLinks p > span.small {
            display: block;
            font-size: 9.5pt;
        }

    .vectorIconsBox .vectorLinks.masoliat img {
        transform: translate(52%, -75%);
    }

    .vectorIconsBox .vectorLinks.mojri img {
        transform: translate(60%, -66%);
    }

    .vectorIconsBox .vectorLinks.karfarma img {
        width: 60px;
    }
    /*.vectorIconsBox .vectorLinks.mojri img {
        width: 70px;
        transform: translate(50%, -100%);
    }
    .vectorIconsBox .vectorLinks.karfarma img {
        width: 48px;
        transform: translate(50%, -100%);
    }*/
    /* .vectorIconsBox .vectorLinks P {
        position: absolute;
        font-size: 8pt;
        color: var(--green);
        display: block;
        bottom: 6px;
        right: 50%;
        transform: translate(50%, 0);
        text-align: center;
        width: 100%;
    }
.vectorIconsBox .vectorLinks:hover {
	transform: scale(1.03);
}*/
    /*.vectorIconsBox .vectorLinks.masoliat {
        background-image: url("/website/Icons/Home/mohandesin.svg");
    }
    .vectorIconsBox .vectorLinks.tazmin {
        background-image: url("/website/Icons/Home/tazmin.svg");
    }
    .vectorIconsBox .vectorLinks.takemiliDarman {
        background-image: url("/website/Icons/Home/darman.svg");
    }
    .vectorIconsBox .vectorLinks.motor {
        background-image: url("/website/Icons/Home/Motor.png");
    }
    .vectorIconsBox .vectorLinks.atashsozi {
        background-image: url("/website/Icons/Home/Atash.svg");
    }
    .vectorIconsBox .vectorLinks.sales {
        background-image: url("/website/Icons/Home/sales.svg");
    }
    .vectorIconsBox .vectorLinks.mojri {
        background-image: url("/website/Icons/Home/mojri.svg")
    }
    .vectorIconsBox .vectorLinks.karfarma {
        background-image: url("/website/Icons/Home/karfarma.svg")
    }
    .vectorIconsBox .vectorLinks.omr {
        background-image: url("/website/Icons/Home/Omr.png");
    }
    .vectorIconsBox .vectorLinks.mosaferati {
        background-image: url("/website/Icons/Home/Mosaferati.png");
    }*/
    .vectorIconsBox .vectorLinks.soon > span {
        display: block;
        position: absolute;
        background-color: var(--accent);
        padding: 2px 4px;
        color: var(--light);
        font-size: 11pt;
        font-weight: bold;
        width: max-content;
        border-radius: 4px;
        text-align: center;
        left: 0;
        top: 0;
        transform: translate(30%, -30%);
    }

@media screen and (min-width: 0) and (max-width: 600px) {
    /*    .navLinkBox{
        display: none;
    }
    .navBox {
        flex-direction: row-reverse;
    }*/
    .logoHeader {
        width: 40px;
        height: 40px;
    }

    .navLinkBox:last-child {
        margin: 10px auto;
    }

    .vectorHomeBox {
        background-image: url(/website/Images/SecondVectorHome.svg) !important;
        background-size: cover !important;
        height: 400px !important;
        margin-top: 40px;
    }

    .vectorIconsBox {
        margin-top: -64px;
    }

    .vectorLinkBox {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 8px;
        /* height: 780px; */
        justify-content: center;
        margin: 8px auto;
    }

    .vectorIconsBox .vectorLinks {
        display: flex;
        position: relative;
        background-image: url(/website/Images/PoligonMobile.svg);
        background-size: 100%;
        width: 100%;
        height: 110px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        transition: var(--transition);
        flex-direction: row-reverse;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding: 0 20px;
        max-width: 420px;
        max-height: 110px;
    }

        .vectorIconsBox .vectorLinks img {
            transform: unset !important;
            top: unset;
            right: unset;
            position: relative;
            width: 60px;
            height: 60px;
        }

        .vectorIconsBox .vectorLinks P {
            position: relative;
            font-size: 12pt;
            right: unset;
            transform: unset;
            text-align: right;
            bottom: unset;
            max-width: 200px;
            -webkit-line-clamp: 2;
            line-height: 1.2;
            max-height: unset;
            padding-right: unset;
        }

    .hamburgBtn {
        display: block;
    }

    .hamburgMenu {
        display: block;
    }

    navbar {
        position: fixed;
        z-index: 9999;
        padding: 8px 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
    /*    .vectorIconsBox {
        padding: 16px 0;
    }

        .vectorIconsBox::before {
            height: 100%;
        }

    .vectorHomeBox .secondVector {
        display: block;
    }
    .vectorIconsBox .vectorLinks img {
        transform: translate(50%, -60%);
    }
    .vectorIconsBox .vectorLinks.takemiliDarman img {
        width: 68px;
        transform: translate(50%, -60%);
    }

    .vectorIconsBox .vectorLinks.mojri img {
        width: 70px;
        transform: translate(50%, -60%);
    }

    .vectorIconsBox .vectorLinks.karfarma img {
        width: 48px;
        transform: translate(50%, -60%);
    }
    .vectorHomeBox .mainVector {
        display: none;
    }

    .vectorLinkBox {
        grid-template-columns: repeat(3,calc(90% / 4));
        height: 578px;
        gap: 50px;
    }

    .vectorIconsBox .vectorLinks {
        height: 150px;
    }
*/

    navbar {
        padding: 8px 0;
    }

    .logoHeader {
        width: 50px;
    }

    .vectorHomeBox {
        background-image: url(/website/Images/SecondVectorHome.svg) !important;
        background-size: cover !important;
        height: 600px !important;
        margin-top: 40px;
    }

    .vectorIconsBox {
        margin-top: -64px;
    }

    .vectorLinkBox {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 8px;
        /* height: 780px; */
        justify-content: center;
        margin: 8px auto;
    }

    .vectorIconsBox .vectorLinks {
        display: flex;
        position: relative;
        background-image: url(/website/Images/PoligonMobile.svg);
        background-size: 100%;
        width: 100%;
        height: 110px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        transition: var(--transition);
        flex-direction: row-reverse;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding: 0 30px;
        max-width: 450px;
    }

        .vectorIconsBox .vectorLinks img {
            transform: unset !important;
            top: unset;
            right: unset;
            position: relative;
            width: 80px;
            height: 70px;
        }

        .vectorIconsBox .vectorLinks P {
            position: relative;
            font-size: 12pt;
            right: unset;
            transform: unset;
            text-align: right;
            bottom: unset;
            max-width: 200px;
            -webkit-line-clamp: 2;
            line-height: 1.2;
            max-height: unset;
            padding-right: unset;
        }
}

/*#region bimeh shakhs sales*/
.buyBimehBox, .buyBimehSteps, .bimehTypes {
    display: block;
    margin: 50px auto 0;
    text-align: center;
}

.buyBimehBox {
    margin-top: 76px;
}

:is(.buyBimehBox,.buyBimehSteps) :is(p) {
    color: var(--lighttLight);
    margin: 0 auto;
    font-size: 11pt;
}

.buyBimehBox .buyBimehBoxBtns {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    column-gap: 10px;
}

    .buyBimehBox .buyBimehBoxBtns a {
        display: inline-block;
        width: auto;
        padding: 10px 20px;
        border-radius: 10px;
        transition: all ease .3s;
        font-size: 11pt;
    }

        .buyBimehBox .buyBimehBoxBtns a.success {
            background: var(--success);
            color: var(--light);
            border: 1px solid var(--success);
        }

        .buyBimehBox .buyBimehBoxBtns a.warning {
            background: transparent;
            color: var(--warning);
            border: 1px solid;
        }
/*#endregion bimeh shakhs sales*/

/*#region buyBimehSteps*/

.greenBox {
    display: block;
    width: 100%;
    background-color: #E7F5EE;
    padding-bottom: 26px;
}

.buyBimehSteps {
    display: block;
    margin: 16px auto 0;
    width: 100%;
    position: relative;
}

    .buyBimehSteps .titleBox {
        font-size: 18pt;
        color: var(--green);
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
        background-color: var(--bgColor);
    }

    .buyBimehSteps .buyBimeText {
        display: block;
        width: 100%;
        background-color: var(--bgColor);
        padding: 0 26px;
    }

        .buyBimehSteps .buyBimeText p {
            max-width: 350px;
        }

.bimehStepsBox {
    position: relative;
    height: 360px;
}

.buyBimehSteps .bimehStepsBox::before {
    content: '';
    display: block;
    position: absolute;
    mask-image: url("/website/Images/triangle.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("/website/Images/triangle.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: calc(100% - 32px);
    height: 100%;
    background-color: var(--bgColor);
    top: 0;
    left: 50%;
    transform: translate(-50.5%,-2%);
    z-index: 0;
    max-height: 250px;
}

.bimehStepsBox .bimehStep {
    position: absolute;
    margin: 0 auto;
}

.bimehStep.first {
    top: 0;
    right: 50%;
    transform: translate(-100%,-25%);
}

.bimehStep.second {
    top: 0;
    left: 50%;
    transform: translate(100%,-28%);
}

.bimehStep.three {
    top: 0;
    left: 50%;
    transform: translate(5%,25%);
}

.bimehStep.four {
    top: 0;
    right: 50%;
    transform: translate(-5%,25%);
}

.bimehStepsBox .bimehStep:before {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    background-image: url("/website/Images/Big-Polygon2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bimehStepsBox .bimehStep img {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
}

    .bimehStepsBox .bimehStep img.large {
        max-width: 140px;
    }

    .bimehStepsBox .bimehStep img.mid {
        max-width: 110px;
    }

    .bimehStepsBox .bimehStep img.small {
        max-width: 100px;
    }

@media screen and (min-width: 0) and (max-width: 600px) {
}

@media screen and (min-width: 600) and (max-width: 1024px) {

    :is(.buyBimehBox,.buyBimehSteps) :is(p) {
        text-align: justify;
    }

    .bimehStepsBox .bimehStep:where(.first,.second,.three,.four) {
        position: relative;
        margin: 0 auto;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        height: 172px;
        z-index: 1;
    }
}

/*#endregion buyBimehSteps and bimehType*/
/*#region bimehType*/
.bimehTypeItems {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 50px;
    margin-top: 20px;
}

    .bimehTypeItems .bimehType {
        overflow: hidden;
        width: 100%;
        padding: 10px;
    }

        .bimehTypeItems .bimehType img {
            width: 100%;
            height: 240px;
            object-fit: contain;
            margin: 0 auto;
            border-radius: 10px;
            mask-image: url('/website/Images/Hexagon.svg');
            mask-repeat: no-repeat;
            mask-size: contain;
            mask-position: center center;
        }

    .bimehTypeItems textBimeType {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        color: var(--lighttLight);
    }

    .bimehTypeItems .bimehType .bimehTypeContent {
        display: block;
        box-sizing: border-box;
    }

:is(.bimehType) :is(p, span) {
    color: var(--lighttLight);
    margin-top: 8px;
    display: block;
    font-size: 11pt;
}

.bimehType p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11pt;
}

.bimehType span {
    font-weight: 500;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
    .bimehTypeItems {
        grid-template-columns: repeat(1,1fr);
        row-gap: 20px;
    }

    .buyBimehSteps {
        height: auto;
    }

    .bimehStepsBox {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px 0;
        padding-top: 20px;
        height: auto;
    }

        .bimehStepsBox .bimehStep {
            position: relative;
            margin: 0 auto;
            top: unset;
            left: unset;
            right: unset;
            transform: unset;
            height: 172px;
            z-index: 1;
        }

        .bimehStepsBox::after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 75%;
            background-color: var(--bgColor);
            z-index: 0;
        }

    .buyBimehSteps .bimehStepsBox::before {
        transform: translate(-50.2%,56%);
        z-index: 0;
        max-height: 310px;
    }

    .bimehStepsBox .bimehStep::before {
        width: 170px;
        height: 170px;
    }

    .bimehTypes {
        margin: 100px auto 0;
    }


    .bimehStepsBox .bimehStep:where(.first,.second,.three,.four) {
        position: relative;
        margin: 0 auto;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        height: 172px;
        z-index: 1;
    }

    .bimehStepsBox::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 85%;
        background-color: var(--bgColor);
        z-index: 0;
    }

    .buyBimehSteps .bimehStepsBox::before {
        transform: translate(-50.2%,56%);
        z-index: 0;
        max-height: 310px;
    }

    .bimehStepsBox .bimehStep::before {
        width: 170px;
        height: 170px;
    }

    .bimehStepsBox .bimehStep img {
        width: 80px;
    }

        .bimehStepsBox .bimehStep img.small {
            width: 70px;
        }

        .bimehStepsBox .bimehStep img.large {
            width: 110px;
        }
}
/*#endregion bimehType*/
/*#region news*/
.newsBox {
    display: block;
    margin: 30px auto;
}

.newsList {
    display: grid;
    grid-template-columns: 55% 40%;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.newsBox .newsItem {
    display: grid;
    align-content: center;
    align-items: center;
}

.newsBox .newsRightBox {
    height: 100%;
}

    .newsBox .newsRightBox .newsItem {
        grid-template-columns: 50% 50%;
        height: 100%;
    }

.newsBox .newsLeftBox .newsItem:first-child {
    margin-bottom: 12px;
}

.newsBox .newsLeftBox .newsItem {
    grid-template-columns: 40% 60%;
}

.newsBox .newsItem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 10px;
    mask-image: url('/website/Images/Hexagon.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
}
/*.newsBox .newsRightBox img{
    height:270px;
}*/
.bimehTypeContent {
    max-width: 90%;
    margin: 0 auto;
}

    .bimehTypeContent p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        max-height: 70px;
        color: var(--lighttLight);
        font-size: 11pt;
        margin-top: 10px;
    }

    .bimehTypeContent span {
        font-size: 13pt;
        color: var(--lighttLight);
        font-weight: bold;
    }

.headBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .headBox a {
        background: var(--green);
        color: var(--light);
        padding: 8px 14px;
        border-radius: 10px;
        font-size: 11pt;
    }
/*#endregion news*/
.section {
    display: flow-root;
    min-height: calc(100vh - 307px);
}

.card {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 146px;
    padding: 8px;
    background: var(--light);
    color: var(--lighttDark);
    position: relative;
    margin: 16px 0;
    transition: var(--transition);
    border-radius: var(--radius);
    box-shadow: 0px 4px 13px -6px var(--shadowColor);
}

    /* .card:hover {
        transform: scale(1.003);
    } */

    /* .card::before {
        content: '';
        position: absolute;
        -webkit-mask-image: url(../images/hover-box.svg);
        -webkit-mask-size: 128px;
        mask-image: url(../images/hover-box.svg);
        mask-size: 128px;
        width: 128px;
        height: 128px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: center;
        background: var(--light);
        right: 84px;
        top: -29px;
        transform: rotate( -28deg);
    }

    .card::after {
        content: '';
        position: absolute;
        -webkit-mask-image: url(../images/hover-box.svg);
        mask-image: url(../images/hover-box.svg);
        mask-size: 80px;
        -webkit-mask-size: 80px;
        width: 80px;
        height: 80px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        background: var(--light);
        right: 24px;
        top: 65px;
        transform: rotate( -95deg);
    } */

    .card.info {
        background: var(--grdInfo);
    }

    .card.danger {
        background: var(--grdDanger);
    }

    .card.success {
        background: var(--grdSuccess);
    }

    .card.accent {
        background: var(--grdAccent);
    }

    .card.pink {
        background: var(--grdPink);
    }

    .card.lightBlue {
        background: var(--grdLightBlue);
    }

    .card .cardIcon {
        display: block;
        width: 100px;
        height: 100px;
        -webkit-mask-size: contain;
        mask-size: 100px;
        background-color: var(--light);
    }

    .card .cardInfo {
        font-size: 14px;
        margin-right: 16px;
    }

    .card .cardTitle {
        font-size: 20px;
        font-weight: 600;
    }

    .card ul li {
        position: relative;
        padding-right: 12px;
        display: flex;
        align-items: center;
    }

        .card ul li::before {
            content: '';
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            border-radius: 25px;
            background-color: var(--light);
        }

        .card ul li span {
            margin-right: 6px;
        }

.box {
    display: flex;
    float: right;
    align-items: center;
    min-height: 146px;
    padding: 16px;
    background: var(--light);
    direction: rtl;
    position: relative;
    margin-bottom: 16px;
    transition: var(--transition);
    border-radius: var(--radius);
    box-shadow: 0px 4px 13px -6px var(--shadowColor);
}

.alignLeft {
    text-align: left;
}


toast {
    position: fixed;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    background: var(--light);
    padding: 16px;
    justify-content: center;
    border-radius: var(--radius);
    direction: rtl;
    box-shadow: 0px 4px 13px -6px var(--shadowColor);
    color: var(--lighttDark);
    z-index: 999999;
}

    toast i {
        display: block;
        margin-left: 6px;
        -webkit-mask: url(/website/icons/Info.svg) !important;
        mask: url(/website/icons/Info.svg) !important;
    }

    toast span {
        font-size: 16px;
    }

    toast.accent {
        background: var(--accent);
        color: var(--light);
    }

        toast.accent i {
            background: var(--light);
            -webkit-mask: url(/website/icons/Info.svg) !important;
            mask: url(/website/icons/Info.svg) !important;
        }



    toast.warning {
        background: var(--warning);
        color: var(--light);
    }

        toast.warning i {
            background: var(--light);
            -webkit-mask: url(/icons/Danger.svg) !important;
            mask: url(/icons/Danger.svg) !important;
        }


    toast.danger {
        background: var(--danger);
        color: var(--light);
    }

        toast.danger i {
            background: var(--light);
            -webkit-mask: url(/website/icons/Danger.svg) !important;
            mask: url(/website/icons/Danger.svg) !important;
        }


    toast.success {
        background: var(--success);
        color: var(--light);
    }

        toast.success i {
            background: var(--light);
            -webkit-mask: url(/icons/Tick.svg) !important;
            mask: url(/icons/Tick.svg) !important;
        }


    toast.info {
        background: var(--info);
        color: var(--light);
    }

        toast.info i {
            background: var(--light);
            -webkit-mask: url(/website/icons/Info.svg) !important;
            mask: url(/website/icons/Info.svg) !important;
        }


.hide {
    display: none !important;
}

@media screen and (min-width: 0) and (max-width: 600px) {
    .card {
        display: block;
        text-align: center;
    }

        .card .cardIcon {
            margin: 0 auto;
        }

        .card .cardInfo {
            margin: 0;
        }

        .card .cardTitle {
            margin-bottom: 10px;
        }

        .card ul li {
            justify-content: center;
            padding-right: 0;
        }

            .card ul li::before {
                content: none;
            }

    .mobileHide {
        display: none !important;
    }
}

@media screen and (min-width: 0) and (max-width: 1000px) {
    .tabletHide {
        display: none !important;
    }
}
/* #endregion General*/


/* #region Controls*/

/*------------*/

.parsley-errors-list {
    list-style: none;
    margin: 6px 0;
    padding: 0 16px;
    color: var(--danger);
    font-size: 8pt !important;
    position: absolute;
    bottom: -26px;
}

.form-control.parsley-error {
    border-color: #ff0000;
}

.label {
    display: flex;
    width: 100%;
    color: var(--lighttDark);
    margin-bottom: 8px;
    font-size: 11pt;
    padding-right: 8px;
    box-sizing: border-box;
}

.requiredLabel {
    font-size: 10px;
    color: var(--danger);
    margin-right: 5px;
}

hint {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: var(--info);
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

    hint:before {
        content: '';
        -webkit-mask-size: 20px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url(/website/icons/info.svg);
        background : var(--light);
        width: 20px;
        display: block;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        right: 50%;
    }

    hint span {
        display: none;
        font-size: 10pt;
        width: 20px;
        height: 20px;
        max-width: 180px;
        color : var(--light);
        background-color: var(--info);
        padding: 26px 10px 10px 10px;
        border-radius: var(--radius);
        transition: var(--transition);
    }

    hint:hover span {
        display: block;
        width: max-content;
        height: max-content;
    }
/* #region Input And Area */
.input,
.textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--grayLight);
    border-radius: var(--radius);
    color: var(--lighttDark);
    outline: none;
    transition: var(--transition);
    background-color: var(--light);
    padding: 8px 15px;
    font-size: 11pt;
    margin-bottom: 10px;
}

    .input.center {
        text-align: center;
    }

    .input:focus, .input:hover {
        border-color: var(--success);
    }

label.onInput {
    position: absolute;
    top: -19px;
    right: 10px;
    color: var(--lighttDark);
    background-color: var(--light);
    padding: 4px 2px 2px 2px;
    font-size: 11pt;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* .input:hover, .input:focus, .select2-container .select2-selection--single:hover {
        border: 1px solid var(--warning);
        box-shadow: 0 0 0 4px rgb(255 210 63 / 20%);
        border-color: #ffd23f;
        background-color : var(--light);
    }
        .input:hover input :hover {
            background-color : var(--light);
        }
    label.input {
        line-height: unset;
    } */
.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask {
    border-radius: var(--radius) !important;
}

.tinymce-mobile-icon-back:before {
    content: "" !important;
    -webkit-mask: url(/website/icons/controls/close.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--light);
    width: 16px;
    height: 16px;
}

.tinymce-mobile-toolbar-group span:nth-child(3) {
    display: none !important;
}

.input.small {
    font-size: 10pt;
    padding: 10px 16px;
}

.textarea {
    resize: vertical;
    min-height: 100px;
    padding: 16px;
}

.input::placeholder {
    color: #cac9c9;
}

.iconBox {
    position: relative;
    display: block;
}

    .iconBox > .input {
        padding-right: 40px;
    }

    .iconBox.left {
        float: unset !important;
    }

        .iconBox.left > .input {
            padding-left: 40px;
            padding-right: 15px !important;
            direction: ltr;
            text-align: left;
        }

shaba-box .input {
    padding-right: 25px !important;
}

*[aligns=left] .input {
    padding-left: 15px;
    padding-right: 15px !important;
    direction: ltr;
    text-align: left;
}

.iconBox > i {
    -webkit-mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: var(--grdDanger);
    width: 24px;
    display: block;
    height: 30px;
    position: absolute;
    top: 21px;
    transform: translate(0, -50%);
    right: 12px;
}

.iconBox.left > i {
    left: 12px;
    right: unset !important;
}


/* #endregion Input And Area */


/* #region File Uploader */

label.inputFile .imageprev {
    display: block;
    box-shadow: 0px 4px 13px -6px var(--shadowColor);
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 54px;
    background: var(--backColor);
    left: 0;
    z-index: -1;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 16px;
}

label.inputFile img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 128px;
}

label.inputFile .close {
    right: 16px;
    border: none;
    cursor: pointer;
    content: "";
    -webkit-mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../icons/controls/CloseSquare.svg);
    background: var(--grdDanger);
    width: 24px;
    display: block;
    height: 24px;
    position: absolute;
    top: 16px;
}

label.inputFile {
    width: 100%;
    display: block;
    border-radius: var(--radius);
    border: 0;
    background-color: var(--backColor);
    font-size: 12pt;
    padding: 8px 15px;
    box-sizing: border-box;
    color: var(--lighttDark);
    position: relative;
    border: 1px solid transparent;
    transition: var(--transition);
}

    label.inputFile:hover {
        border: 1px solid var(--warning);
        box-shadow: 0 0 0 4px rgb(255 210 63 / 20%);
        border-color: #ffd23f;
        background-color : var(--light);
    }

    label.inputFile::after {
        content: "";
        cursor: pointer;
        -webkit-mask-size: 24px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url("../icons/controls/Upload.svg");
        background: var(--grdDanger);
        width: 24px;
        display: block;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 12px;
    }

    label.inputFile i {
        position: absolute;
        top: 50%;
        font-size: 12pt;
        color: var(--pink);
        transform: translate(0, -50%);
        left: 15px;
    }

    label.inputFile > input[type="file"] {
        display: none;
    }

    label.inputFile span {
        text-overflow: ellipsis;
        cursor: pointer;
        overflow: hidden;
        max-width: 50%;
        light-space: nowrap;
        display: block;
    }

    label.inputFile .preview {
        left: 46px;
        border: none;
        cursor: pointer;
        content: "";
        -webkit-mask-size: 30px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url(../icons/controls/Show.svg);
        background: var(--grdDanger);
        width: 30px;
        display: block;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    label.inputFile .close {
        right: 16px;
        border: none;
        cursor: pointer;
        content: "";
        -webkit-mask-size: 24px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url(../icons/controls/CloseSquare.svg);
        background: var(--grdDanger);
        width: 24px;
        display: block;
        height: 24px;
        position: absolute;
        top: 16px;
    }

    label.inputFile .imageprev {
        display: block;
        box-shadow: 0px 4px 13px -6px var(--shadowColor);
        opacity: 0;
        width: 100%;
        position: absolute;
        bottom: 54px;
        background: var(--backColor);
        left: 0;
        z-index: -1;
        border-radius: var(--radius);
        overflow: hidden;
        padding: 16px;
    }

        label.inputFile .imageprev.open {
            opacity: 1;
            z-index: 1
        }

    label.inputFile img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-height: 128px;
    }


/* #endregion File Uploader*/

label.inputAdd {
    width: 100%;
    cursor: pointer;
    display: block;
    border-radius: var(--radius);
    border: 0;
    background-color: var(--backColor);
    font-size: 12pt;
    padding: 8px 15px;
    box-sizing: border-box;
    color: var(--lighttDark);
    position: relative;
}

    label.inputAdd::after {
        content: "";
        -webkit-mask-size: 18px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url("../icons/controls/Add.svg");
        background: var(--grdDanger);
        width: 18px;
        display: block;
        height: 18px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 12px;
    }

    label.inputAdd i {
        position: absolute;
        top: 50%;
        font-size: 12pt;
        color: var(--pink);
        transform: translate(0, -50%);
        left: 15px;
    }

    label.inputAdd > input {
        display: none;
    }


/* #region Buttons */

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    float: left;
    background-color: var(--disable);
    padding: 8px 14px;
    border-radius: var(--radius);
    color : var(--light);
    cursor: pointer;
    box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 22%);
    font-size: 11pt;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    margin: 0 2px;
    transition: var(--transition);
}

    .btn.mini {
        font-size: 10pt;
        padding: 6px 10px;
    }

    .btn.right:not(.small) i {
        margin: 0 0 0 10px
    }

    .btn:not(.small) i {
        margin: 0 10px 0 0;
    }

    .btn.icon {
        padding: 7px 14px 6px 38px;
        position: relative;
    }

        .btn.icon.right {
            padding: 7px 38px 6px 14px !important;
        }

        .btn.icon:before {
            content: "";
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 20px;
            -webkit-mask-position: center;
            background: var(--light);
            width: 18px;
            height: 18px;
            display: block;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: 12px;
        }

    .btn.light.icon:before {
        background: var(--default);
    }

    .btn:hover {
        box-shadow: 0px 7px 15px -3px rgb(0 0 0 / 22%) !important;
    }

    .btn.icon.right:before {
        left: unset;
        right: 12px;
    }

    .btn.small:not(.ng-hide) {
        padding: 16px;
        border-radius: 50%;
        margin: 0 3px;
        width: 24px;
        height: 24px;
        min-height: unset;
    }

.table .btn.small:not(.ng-hide) {
    border-radius: 0;
    margin: 0;
}

.table .btn.small:last-of-type {
    border-radius: 8px 0px 0 8px;
}

.table .btn.small:first-of-type {
    border-radius: 0px 8px 8px 0px;
}

.table .btn.small:only-child {
    border-radius: 8px;
}

.btn.icon.small:before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    -webkit-mask-size: 18px;
}

.btn.disabled {
    background-color: var(--disable);
    box-shadow: unset;
    color: var(--bgColor);
}

.btn.radius {
    border-radius: 25px;
}

.btn.danger {
    background-color: var(--danger);
    box-shadow: 0px 2px 12px -3px rgb(255 101 109 / 49%);
}

    .btn.danger:hover {
        box-shadow: 0px 7px 15px -3px rgb(255 101 109 / 49%) !important;
    }

.btn.dark {
    background-color: var(--default);
}

.btn.info {
    background-color: var(--info);
    box-shadow: 0px 2px 12px -3px rgb(29 161 242 / 49%);
}

    .btn.info:hover {
        box-shadow: 0px 7px 15px -3px rgb(29 161 242 / 49%) !important;
    }

.btn.warning {
    background-color: var(--warning);
    box-shadow: 0px 2px 12px -3px rgb(252 178 66 / 49%);
}

    .btn.warning:hover {
        box-shadow: 0px 7px 15px -3px rgb(252 178 66 / 49%) !important;
    }

.btn.light {
    background-color : var(--light);
    color: var(--default);
    border: 1px solid #f1f1f1cc;
}

.btn.success {
    background-color: var(--success);
    box-shadow: 0px 2px 12px -3px rgb(0 201 174 / 49%);
}

    .btn.success:hover {
        box-shadow: 0px 7px 15px -3px rgb(0 201 174 / 49%) !important;
    }

.btn.grdDanger {
    background: var(--grdDanger);
}

.btn.grdInfo {
    background: var(--grdInfo);
}

.btn.grdSuccess {
    background: var(--grdSuccess);
}

.btn.grdWarning {
    background: var(--grdPink);
}

.btn.pink {
    background: var(--pink);
}

.btn.purple {
    background: var(--purple);
}

.btn.crimson {
    background: var(--crimson);
}
/* #region Ripple Efect for Buttons */
.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.5s linear;
    -moz-animation: ripple 0.5s linear;
    -ms-animation: ripple 0.5s linear;
    -o-animation: ripple 0.5s linear;
    animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/* #endregion Ripple Efect for Buttons */
/* #endregion Buttons */
/* #region Radio Button */
.radioBox {
    display: inline-block;
    height: 40px;
    align-items: center;
}

    .radioBox > p {
        color: red;
    }

.radio input {
    display: none;
}

    .radio input:checked ~ label.radioFake:after {
        content: "";
        width: 12px;
        height: 12px;
        box-shadow: 0 0 13px 8px var(--success);
    }

    .radio input ~ label.radioFake:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        background-color : var(--light);
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: scale(1) translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }

.radio {
    display: inline-flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    color: var(--lighttDark);
    font-size: 10pt;
    margin-left: 10px;
}

    .radio label.radioFake {
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 50%;
        display: inline-block;
        margin: 5px;
        transition: var(--transition);
        background: var(--success);
        position: relative;
        cursor: pointer;
    }

    .radio label.radioLabel {
        color: var(--lighttDark);
        font-size: 12pt;
        user-select: none;
        cursor: pointer;
    }
/* #endregion radio button*/
/* #region Switch */
.switchBox {
    display: flex;
    height: 40px;
    align-items: center;
    margin: 0 8px;
}

    .switchBox .switch {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 14px;
    }

        .switchBox .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .switchBox > p {
        margin-right: 10px;
        font-size: 11pt;
    }

    .switchBox .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--warning-light);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .switchBox .switch .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: -2px;
            top: 50%;
            bottom: 4px;
            background: var(--grdAccent);
            -webkit-transition: 0.4s;
            transform: translate(0, -50%);
            transition: 0.4s;
        }

    .switchBox .switch input:checked + .slider:before {
        transform: translate(calc(100% + 1px), -50%)
    }

    .switchBox .switch .slider.round {
        border-radius: 34px;
    }

        .switchBox .switch .slider.round:before {
            border-radius: 50%;
        }
/* #endregion Switch*/
/* #region CheckBox */
.checkbox input ~ label.checkBoxFake:after {
    content: "";
    position: absolute;
    -webkit-mask-image: url(../../icons/controls/mark.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 16px;
    background: var(--light);
    width: 24px;
    height: 24px;
    -webkit-mask-position: center;
    z-index: 99;
    transition: var(--transition);
    transform: scale(0);
    cursor: pointer;
    left: 0;
}

.checkbox.small input ~ label.checkBoxFake:after {
    width: 18px;
    height: 18px;
}

.checkbox input:checked ~ label.checkBoxFake:after {
    transform: scale(1);
}

.checkbox input ~ label.checkBoxFake {
    background-color: var(--success);
    position: relative;
}

.checkbox {
    display: inline-flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    color: var(--lighttDark);
    font-size: 11pt;
    cursor: pointer;
    margin-left: 14px;
    margin-top: 4px;
}

    .checkbox.small {
        margin-left: 0;
        margin-top: 0;
    }

    .checkbox label.checkBoxFake {
        width: 24px;
        height: 24px;
        border-radius: var(--radius);
        display: inline-block;
        margin: 5px;
        transition: var(--transition);
        cursor: pointer;
    }

    .checkbox.small label.checkBoxFake {
        width: 18px;
        height: 18px;
        border-radius: var(--radius);
    }

.checkBoxContainer {
    display: inline-block;
    height: 40px;
    align-items: center;
}

.checkbox input {
    display: none;
}

.checkbox label:not(.checkBoxFake) {
    user-select: none;
    font-size: 12pt;
    cursor: pointer;
}
/* #endregion CheckBox*/
/* #region Ripple Effect for CheckBox And Radio */
.checkbox input:checked ~ label.checkBoxFake:before, .radio input:checked ~ label.radioFake:before {
    animation: click-wave 0.65s;
    background: var(--grdSuccess);
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0;
}

.checkbox input:checked ~ label.checkBoxFake:before {
    border-radius: var(--radius);
}

@-webkit-keyframes click-wave {
    0% {
        width: 22px;
        height: 22px;
        opacity: 0.35;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}
/*#endregion Ripple Effect for CheckBox And Radio */
/* #region Select2 */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 11pt;
}

.select2-container.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    width: 100%;
    display: flex !important;
    cursor: pointer !important;
    padding: 8px 15px;
    font-size: 12pt;
    height: 41px !important;
    color: var(--lighttDark);
    background: var(--backColor);
    border-radius: var(--radius) !important;
    box-sizing: border-box !important;
    transition: var(--transition);
    /*border: 1px solid transparent !important;*/
}

.select2-container--default .select2-selection--single {
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 12px !important;
        top: 50% !important;
        transform: translate(0, -50%);
    }

.select2-dropdown {
    /*change*/
    overflow: hidden !important;
    top: 11px;
    background-color: var(--light);
    border-radius: 4px !important;
    border: 0;
    border: 1px solid #bdbdbd !important;
    padding: 0px 0 8px;
}

.select2-results {
    /*change*/
    background-color: var(--light);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*change*/
    background: #0000;
    color: var(--success) !important;
    border-color: var(--success);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}

.select2-selection__arrow icon:before {
    transition: all 0.2s ease-in-out;
}

.select2-container--open icon:before {
    transform: rotate(180deg);
}
/*change*/
.select2-container--default .select2-results > .select2-results__options {
    overflow-y: auto;
    scrollbar-color: var(--success) #0000;
    scrollbar-width: thin;
}

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
        width: 1px;
    }

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
        background: #0000;
    }

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
        background: var(--success);
    }

        .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
            background: var(--green);
        }
/*change*/
.select2-container--default .select2-results__option--selected {
    background-color: var(--light) !important;
    color: var(--success);
    border-color: var(--success);
}

.select2-results__option {
    /*change*/
    color: var(--lighttLight) !important;
    font-size: 10.5pt !important;
    padding: 8px !important;
    border: 1px solid var(--backColor);
    background-color: var(--light);
    margin: 8px;
    border-radius: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    background-color: var(--bgColor);
    border-radius: var(--radius);
    margin: 5px;
    padding: 6px 10px;
    width: calc(100% - 10px);
}

i.icon {
    display: flex;
    width: 20px;
    height: 20px;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #0000;
}

    i.icon:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: var(--grdAccent);
        top: 0;
        mask: url(../icons/controls/Arrow.svg);
        -webkit-mask: url(../icons/controls/Arrow.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        transition: all 0.3s ease-in-out;
    }

.select2-container--open i.icon:before {
    transform: rotate(180deg);
}
/*#endregion Select2*/
/*#region Chips*/
.chips {
    border-radius: var(--radius) !important;
    background-color: var(--backColor) !important;
    font-size: 12pt;
}

    .chips .items .item {
        color: var(--light) !important;
        border-radius: var(--radius) !important;
        background: var(--info) !important;
    }

        .chips .items .item:is(.hover, .active) {
            background: var(--accent) !important;
        }
/*#endregion*/
/*#region Table*/
.table {
    display: block;
    position: relative;
}

    .table .tools {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

        .table .tools .items .icoAdd {
            margin: 0
        }

    .table .title {
        font-size: 20px;
        padding: 8px;
        font-weight: 600;
    }

    .table .thead, .table .tbody {
        display: block;
        border-bottom: 1px solid #ededed;
    }

    .table .thead {
        position: sticky;
        top: -57px;
        background-color: var(--light);
        z-index: 1;
    }

        .table .thead .tr {
            box-shadow: 0px 10px 16px -17px #0000004a;
            min-height: 70px;
            align-items: center;
        }

    .table .tr {
        display: grid;
    }

    .table .tbody .tr:not(:last-child) {
        border-bottom: 1px solid #ededed;
    }

    .table .th, .table .td {
        display: flex;
        justify-content: center;
        padding: 10px 16px;
        font-size: 12px;
        position: relative;
        font-weight: 400;
    }

    .table .th {
        padding: 10px 5px;
    }

    .table .td.center {
        justify-content: center;
    }

        .table .td.center.negative {
            font-weight: bold;
            color: var(--danger);
        }

    .table .td {
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #313131;
        font-size: 13px;
        overflow: unset;
        border-left: 1px solid #ededed;
    }

        .table .td:last-child {
            border-left: 0px;
        }

        .table .td.media img {
            border-radius: var(--radius);
            width: 36px;
            height: 36px;
            object-fit: cover;
            margin-left: 10px;
        }

    .table p.notFoundRecords {
        display: block;
        text-align: center;
        font-size: 12pt;
        padding: 10px 0;
        font-weight: bold;
    }

.tfoot {
    margin-top: 16px;
    justify-content: space-between;
}

    .tfoot, .tfoot .pagination {
        display: flex;
        align-items: center;
    }

        .tfoot .pagination .item {
            width: 24px;
            line-height: 1;
            height: 24px;
            margin: 0 4px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius);
            transition: all ease-in-out 0.2s;
            background-color: var(--backColor);
        }

            .tfoot .pagination .item.active {
                background: var(--grdAccent);
                color: var(--light);
                transform: scale(1.2);
            }

            .tfoot .pagination .item:hover {
                transform: scale(1.2);
            }

        .tfoot .pagination i {
            background: var(--grdAccent);
        }

        .tfoot .info {
            display: block;
            font-size: 14px;
        }

@media screen and (min-width: 0) and (max-width: 600px) {
    .table:not(.empty) {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

        .table:not(.empty) .tools,
        .table:not(.empty) .tfoot,
        .table:not(.empty) .tr {
            display: block;
            background-color: var(--light);
            box-shadow: 0px 4px 13px -6px var(--shadowColor);
            padding: 16px;
            border-radius: var(--radius);
        }

        .table:not(.empty) .title {
            text-align: center;
            margin-bottom: 16px;
        }

        .table:not(.empty) .items > .container {
            display: flex;
            align-items: center;
        }

        .table:not(.empty) .items .search {
            width: 100%
        }

    .table .thead {
        display: none;
    }

    .table .tr {
        margin-bottom: 16px;
    }

    .table .td[lable] {
        light-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-content: start !important;
        width: 100%;
        padding-right: 40%;
        padding-left: 0;
    }

        .table .td[lable]::before {
            content: attr(lable);
            position: absolute;
            right: 0;
            font-size: 10px;
        }

    .tfoot,
    .tfoot .pagination {
        justify-content: center;
    }

        .tfoot .info {
            text-align: center;
            margin-top: 16px
        }

    .tbody .td:before {
        content: "" attr(label) " : ";
        display: block;
        margin-left: 20px;
        position: absolute;
        right: 0;
    }

    .table .td.center {
        justify-content: flex-end;
        padding-right: 62px;
        border-left: 0;
    }
}

.table.empty {
    position: relative;
}

    .table.empty .tbody, .table.empty .thead, .table.empty .tfoot, .table.empty .search {
        display: none;
        border: 0;
    }

    .table.empty::after {
        display: flex;
        margin: 0 auto 36px;
        justify-content: center;
        align-items: flex-end;
        font-size: 16px;
        content: 'موردی برای نمایش وجود ندارد';
        width: 256px;
        height: 256px;
        background: url(../images/empty.svg) no-repeat center;
        background-size: contain;
    }

.isActive {
    background-color: #1da1f229;
    position: relative;
}

.isEdited {
    background-color: #00c9ae26;
    position: relative;
}

.isFailed {
    background-color: #ff656d0d;
    position: relative;
}

    .isFailed:before, .isEdited:before, .isActive:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 32px;
        border-radius: 4px 0 0 4px;
        background-color: var(--danger);
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

    .isFailed:before {
        content: '';
        animation-name: alarm;
        animation-duration: 0.6s;
        animation-iteration-count: 4;
    }

@keyframes alarm {
    0% {
        width: 5px;
        height: 32px;
    }

    50% {
        width: 6px;
        height: 34px;
    }

    100% {
        width: 5px;
        height: 32px;
    }
}

.isEdited:before {
    background-color: var(--success);
}

.isActive:before {
    background-color: var(--info);
}
/*#endregion Table*/
/*#region Form*/
form {
    width: 100%;
    display: flow-root;
}

    form .column {
        margin-bottom: 16px;
        position: relative;
    }

        form .column.select2 {
            position: relative
        }

            form .column.select2 .parsley-errors-list {
                position: absolute;
                bottom: -30px
            }
/*#endregion Form*/
/*#region tooltip*/
[tooltip] {
    position: relative;
    overflow: unset;
}

.tooltip {
    background: #4e4e4e;
    z-index: 9;
    padding: 3px 10px 4px;
    font-size: 10pt;
    border-radius: var(--radius);
    position: absolute;
    top: 50%;
    width: max-content;
    right: 50%;
    transform: translate(50%, 85%);
    transition: all ease .3s;
    color: var( --light);
}

    .tooltip:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        width: 10px;
        height: 10px;
        transform: translate(-50%, 0) rotate( 45deg );
        background-color: #4e4e4e;
        border-radius: 2px 0px 0px 0px;
    }
/*#endregion tooltip*/
/*input type number hidden arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*End input type number hidden arrows*/
/* apple fix inputs*/
button, select, a, span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, input:before, input:after, textarea, textarea:before, textarea:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
/*end apple fix*/
/*Shaba Input*/
shaba-box {
    position: relative;
    display: block;
}

    shaba-box span {
        color: var(--lighttDark);
        font-size: 12pt;
        position: absolute;
        left: 16px;
        bottom: 8px;
    }

*[aligns=left] shaba-box .input {
    padding-left: 38px;
}
/*accordion start*/
accordion {
    box-shadow: 0px 0px 10px 2px var(--shadowColor) !important;
    margin: 4px 8px !important;
    position: relative !important;
    min-height: 55px !important;
    padding-top: 60px !important;
}

    accordion.close {
        padding: 0;
        min-height: auto;
        padding-top: 55px !important;
    }

        accordion.close .accordionTitle {
            border-radius: var(--radius);
            background-color : var(--light);
        }

            accordion.close .accordionTitle:hover {
                /*background-color: #feeccf6e;*/
            }

    accordion .accordionTitle {
        font-size: 13pt;
        background-color: #ededed8c;
        padding: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: var(--transition);
        border-radius: var(--radius) var(--radius) 0 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    accordion.success .accordionTitle {
        background-color: var(--success);
        color: light
    }

    accordion.warning .accordionTitle {
        background-color: var(--warning);
        color: light
    }

    accordion.danger .accordionTitle {
        background-color: var(--danger);
        color: light
    }

    accordion .accordionTitle:hover {
        background-color: #00c9ff42;
        color: #313131;
    }

    accordion .accordionTitle:before {
        content: '';
        display: block;
        mask-repeat: no-repeat;
        mask-size: 20px;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 24px;
        -webkit-mask-position: center;
        mask-image: url(../icons/Arrow.svg);
        -webkit-mask-image: url(../icons/Arrow.svg);
        -webkit-mask-size: 26px;
        width: 24px;
        height: 24px;
        background: var(--lighttDark);
        position: absolute;
        left: 16px;
        transform: rotate(90deg) translate(-46%, -3%);
        top: 50%;
        border: 1px solid var(--lighttDark);
    }

    accordion.success .accordionTitle:before, accordion.danger .accordionTitle:before, accordion.warning .accordionTitle:before {
        background : var(--light);
    }

    accordion.success .accordionTitle:after, accordion.danger .accordionTitle:after, accordion.warning .accordionTitle:after {
        border: 2px solid light;
    }

    accordion.close .accordionTitle:before {
        content: '';
        transform: rotate(180deg) translate(0, 50%);
    }
    /*    accordion .accordionTitle:after {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 14px;
        transform: rotate(180deg) translate(0, 50%);
        top: 50%;
        border: 2px solid var(--lighttDark);
        border-radius: 50px;
    }*/
    accordion:not(.unActive) .accordionTitle:hover:before {
        background: var(--lighttDark);
    }

    accordion:not(.unActive) .accordionTitle:hover:after {
        border: 2px solid var(--lighttDark);
    }

    accordion.unActive .accordionTitle {
        background: linear-gradient(90deg, rgba(251,251,251,1) 0%, rgb(161 161 161) 100%);
        color: var(--bgColor);
        z-index: 1;
    }

        accordion.unActive .accordionTitle::after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(90deg, rgba(251,251,251,1) 0%, rgb(161 161 161) 64%);
            z-index: -1;
            transition: opacity 0.3s linear;
            opacity: 0;
        }

    accordion.unActive:hover .accordionTitle::after {
        opacity: 1;
    }
/*accordion end*/

.pInfo {
    padding: 8px 34px 10px 14px;
    margin-top: 22px;
    font-size: 11pt;
    font-weight: 300;
    position: relative;
}

    .pInfo:before {
        content: '';
        -webkit-mask-size: 20px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: url(/icons/info.svg);
        background: var(--default);
        width: 20px;
        display: block;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
    }

.personName, .personDetail {
    padding: 2px 4px !important;
    border-radius: var(--radius) !important;
    background-color: var(--light) !important;
    color: var(--info) !important;
    border: 1px solid var(--info) !important
}

    .personName:hover, .personDetail:hover {
        background-color: var(--info) !important;
        color: var(--light) !important;
    }
/* #endregion Controls*/






backWard {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #323232d1;
    z-index: 90;
}

    backWard.active {
        display: block;
    }

.icon-close {
    float: left;
    margin: 16px;
}

backWard img{
    float: left;
    margin: 30px;
    cursor: pointer;
}
backWard.hide {
    display: block;
}

/*  استایل هدر /////////////////////////////////////////////////// */

/* header///////////////////////////////// */
header {
    display: flow-root;
}

navbar {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    vertical-align: middle;
}

.btnLogin {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 10px 14px;
    border-radius: 6px;
    vertical-align: middle;
    float: left;
    border: 1px solid var(--light);
    color: var(--light);
    margin-right:10px
}
.menu-hamburger-icon {
    display: none;
    height: 40px;
}

    .menu-hamburger-icon img {
        height: 40px;
    }

.menu-hamburger {
    display: none;
}

.parent-header {
    background-color: var(--bgBlue);
}

header {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 !important;
    align-items: center;
}

navbar {
    display: flex;
    gap: 16px;
    align-items: center;
}

    navbar a {
        color: var(--light);
        text-align: center;
        border-radius: var(--radius);
        padding: 4px 8px;
        transition: 0.3s;
    }

        navbar a:hover {
            background-color: rgba(255, 255, 255, 0.316);
        }

        navbar a.active {
            background: var(--light);
            color: var(--lighttBlack);
        }
.parent-register{
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}
.number-phone{
    display: flex;
    align-items: center;
    color: var(--light);
    font-size: 13pt;
    border-left: 1px solid var(--light);
    padding-top: 9px;
    padding-left: 8px;
}
.number-phone::after{
    content: "";
    width: 27px;
    height: 27px;
    margin-right: 8px;
    display: inline-block;
    background-color: var(--light);
    -webkit-mask-image: url(/website/Icons/Headphones.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    vertical-align: text-bottom;
}
.login{
    display: flex;
    min-width: 150px;
    height: 41px;
    justify-content: center;
    align-items: center;
    background-color: var(--light);
    border-radius: 25px;
    color: var(--primary);
    border: 1px solid transparent;
    transition: all ease .3s;
    font-size: 13pt;
    padding: 0 2px;
}
.login::before{
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 6px;
    display: inline-block;
    background-color: var(--primary);
    -webkit-mask-image: url(/website/Icons/User.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
}
.login:hover{
    background-color: var(--bgBlue);
    color: var(--light);
    border-color: var(--light);
}
.login:hover::before{
    background-color: var(--light);
}
.menu-hamburger .title-menu {
    color: var(--light);
}

.menu-hamburger a.title-menu.active {
    border: 1px solid var(--light);
}

.parent-links a {
    color: var(--lighttBlack);
}

header a.logoSite {
    display: inline-block;
    vertical-align: middle;
}

header .logoSite img {
    display: block;
    height: 45px;
    object-position: right;
    object-fit: contain;
    border-radius: 4px;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    .menu-hamburger-icon {
        display: inline-block;
        vertical-align: middle;
    }

    header a.logoSite {
        display: none;
    }

    navbar {
        display: none;
    }
    .menu-hamburger.active {
        right: 0;
    }

    .menu-hamburger {
        position: fixed;
        top: 0px;
        right: -100%;
        display: flex;
        flex-direction: column;
        background-color: var(--bgBlue);
        height: 100%;
        min-width: 50%;
        z-index: 100;
        padding: 30px 16px;
        transition: all 0.4s ease 0s;
    }

    .navbar-hamburger {
        width: 100%;
        height: 94%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        color: var(--light);
        gap: 16px;
    }
} 

/* section انواع بیمه ها /////////////////////////////// */

.blue{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    background-color: var(--bgBlue);
    margin-bottom: 200px;
    padding-bottom: 30px;
}
.parent-box-bimeh{
    display: grid;
    grid-template-columns: repeat(5 , 1fr);
    margin: 30px auto;
    height: 150px;
    border-radius: 8px;
    flex-direction: row;
    gap: 30px;
}
.box-bimeh{
    border-radius: 8px;
    background-color: var(--light);
    text-align: center;
    color: var(--Gray);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    border: 3.5px solid transparent;
    transition: all ease 0.3s;
}

.icon-bimeh::before{
    content: "";
    width: 100px;
    height: 70px;
    display: block;
    background-color: var(--bgBlue);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}
.icon-bimeh.shakhs::before{
    -webkit-mask-image: url(/website/Icons/Shakhs\ sales.svg);
}
.icon-bimeh.badaneh::before{
    -webkit-mask-image: url(/website/Icons/badaneh.svg);
}
.icon-bimeh.traviling::before{
    -webkit-mask-image: url(/website/Icons/Traveling.svg);
}
.icon-bimeh.Earthquake::before{
    -webkit-mask-image: url(/website/Icons/Earthquake.svg);
}
.icon-bimeh.life::before{
    -webkit-mask-image: url(/website/Icons/Life.svg);
}

.box-bimeh:hover{
    background-color: var(--bgBlue);
    border-color: var(--light);
}
.box-bimeh:hover .icon-bimeh::before{
    background-color: var(--light);
}
.box-bimeh:hover .title-bimeh{
    color: var(--light);
}

.title-bimeh{
    color: var(--bgBlue);
    font-size: 13pt;
}


/*  بخش فعالیت های سایت ///////////////////////////////// */
.parent-activity{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    background-color: var(--light);
    border-radius: 8px;
    margin-bottom: -188px;
    box-shadow: 0 3px 22px -11px #0000009c;
}
.activity{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.3s;
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
}

.activity:hover{
    color: var(--blue);
}
.activity:hover .title-activity::before{
    background-color: var(--blue);
}
.title-activity{
    font-size: 14pt;
    font-weight:bold;
}
.title-activity::before{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: transparent;
    -webkit-mask-image: url(/website/Icons/darie.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    margin-left: 8px;
    vertical-align: middle;
    transition: all ease 0.3s;
}

/* نقل و قول وسط سایت //////////////////////////// */
.parent-speech{
    margin-top: 50px;
    margin-bottom: 50px;
}
.box-speech{
    position: relative;
}
.box-speech::before{
    content: "";
    width: 90px;
    height: 90px;
    display: inline-block;
    position: absolute;
    background-color: var(--primary);
    -webkit-mask-image: url(/website/Icons/Lineorang.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    top: 0;
    right: 0;
}
.box-speech::after{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: var(--primary);
    -webkit-mask-image: url(/website/Icons/Linedark.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.box-speech-text{
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-speech h3{
    font-size: 16pt;
    margin-bottom: 16pt;
}
.box-speech h3::before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: var(--btn);
    -webkit-mask-image: url(/website/Icons/Why.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    vertical-align: middle;
}
.box-speech p{
    font-size: 13pt;
    margin-bottom: 16pt;
}

/* بخش خبرنامه /////////////////////////////// */
.parent-news-letters{
    margin: 30px auto;
}
.box-news-letters{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.box-news-letters .title-box-news-letters{
    font-size: 16pt;
}
.box-news-letters .text-box-news-letters{
    font-size: 13pt;
}
.parent-text-btn-news{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.parent-text-btn-news .btn-view-all{
    display: flex;
    width: 150px;
    height: 41px;
    justify-content: center;
    align-items: center;
    background-color: var(--bgBlue);
    border-radius: 25px;
    color: var(--light);
    border: 1px solid transparent;
    transition: all ease .3s;
    font-size: 13pt;
}
.parent-text-btn-news .btn-view-all:hover{
    background-color: var(--light);
    border-color: var(--bgBlue);
    color: var(--bgBlue);
}
.parent-boxes-news{
    display: grid;
    grid-template-columns: repeat( 3 , 1fr);
    gap: 30px;
}
.box-news {
    display: flex;
    height: 400px;
    flex-direction: column;
    border-radius: var(--radius);
    background-color: var(--white);
    box-shadow: 0 3px 22px -11px #00000042;
    transition: all ease 0.3s;
}

    .box-news:hover .parent-img img {
        scale: 1.1;
    }

    .box-news:hover .titr-news {
        color: #483fcd;
    }

.parent-img {
    width: 100%;
    height: 250px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: all ease 0.3s;
}

    .parent-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        transition: all ease 0.3s;
    }

.titr-news {
    font-size: 13pt;
    font-weight: bold;
    padding: 16px 16px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    color: var(--bgBlue);
}

.text-news {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12pt;
    padding: 0 16px;
    text-align: justify;
    margin-top: 16px;
    color: var(--lighttDark);
}
.parent-boxes-news.owl-carousel .owl-dots.disabled{
    display: block!important;
}
.parent-boxes-news.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px!important;
}

/* footer//////////////////////////////// */

footer{
    width: 100%;
    color: #fff;
    display: flow-root;
    padding-bottom: 30px;
    background-color: var(--primary);
    position: relative;
}
.footer{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 70px 0 20px;
}
/* دکمه بالا ////////////////////////////////*/
btn-top{
    width: 190px;
    height: 55px;
    position: absolute;
    top: -1px;
    left: 50%;
    background-image: url(/website/Icons/RadiusFooter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50% ,0);
}
btn-top img{
    margin: -24px 64px 0 0;
    width: 32%;
    cursor: pointer;
    position: relative;
    top: 0px;
    transition: 0.3s;
}
btn-top img:hover{
    top: -5px;
    transition: 0.3s;
}
/* درباره ما /////////////////////////////*/
about-site{
    flex: 5;
}
.footer h3{
    width: fit-content;
    border-bottom: 1px solid var(--light);
    padding-bottom: 16px;
}
about-site p{
    text-align: justify;
    font-size: 13pt;
    padding-top: 16px;
}
.title-about{
    display: flex;
    gap: 8px;
}
.title-about img{
    width: 120px;
}
.address::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: var(--light);
    -webkit-mask-image: url(/website/Icons/Iconly-Bold-Location.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    vertical-align: sub;
    margin-left: 3px;
}

.phone-site{
    display: block;
    padding: 16px 0px;
    font-size: 13pt;
    color: var(--light);
}

.phone-site::before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: var(--light);
    -webkit-mask-image: url(/website/Icons/Iconly-Bold-Call.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    vertical-align: sub;
    margin-left: 3px;
}
/* شبکه های اجتماعی //////////////////////////////*/
.socialNet {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("~/icons/telegram.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(100);
    margin-left: 6px;
    transition: all ease 0.3s;
    border-radius: 50%;
}

    .socialNet:hover {
        filter: grayscale(0);
    }

    .socialNet[socialType="تلگرام"] {
        background-image: url("/icons/telegram.svg");
    }

    .socialNet[socialType="اینستاگرام"] {
        background-image: url("/icons/instagram.svg");
    }

    .socialNet[socialType="ایتا"] {
        background-size: cover;
        background-image: url("/icons/eitaa.svg");
    }

    .socialNet[socialType="بله"] {
        background-image: url("/icons/bale.svg");
    }

    .socialNet[socialType="روبیکا"] {
        background-image: url("/icons/rubika.png");
    }

    .socialNet[socialType="سروش"] {
        background-image: url("/icons/soroush.svg");
    }

    .socialNet[socialType="واتساپ"] {
        background-image: url("/icons/whatsapp.svg");
    }

    .socialNet[socialType="آپارات"] {
        background-image: url("/icons/aparat.svg");
    }

    .socialNet[socialType="گپ"] {
        background-image: url("/icons/gap.png");
    }
box-contact{
    display: contents;
}
social{
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
social .social{
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13pt;
}

@media screen and (min-width: 0) and (max-width: 1000px) {
    .footer {
        flex-direction: column;
        align-items: start;
    }
    .subFooter {
        flex-direction: column-reverse;
        align-items: start;
    }
    line {
        width: 100%;
    }
}

/* لیست منو ///////////////////////////*/
footer-fast-menu {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer-fast-menu .tilte-footer-fast-menu{
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13pt;
}
.tilte-footer-fast-menu li a {
    color: var(--light);
}
.tilte-footer-fast-menu li:hover a{
    color:#483fcd;
}
/* مجوزها /////////////////////////////*/
.box-license{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.parent-license{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.License-enamad,.License-samandehi{
    width: 125px;
    height: 152px;
    display: flex;
    background-color: var(--index);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
/* متن پایین صفحه ///////////////////////////*/
.sub-footer{
    color: var(--light);
    flex-shrink: 0;
    font-size: 11pt;
}
line{
    display: block;
    height: 1px;
    background-color: var(--light);
    width: 50%;
}
sub-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary);
    padding: 9px 0 40px;
    margin-top: -1px;
}
.subFooter{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.box-social{
    flex-shrink: 0;
}