﻿@font-face {
    font-family: IranYekan;
    font-style: normal;
    src: url("../fonts/IranYekan.woff2");
    src: url('../fonts/IranYekan.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IranYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IranYekan.ttf') format('truetype');
}
@font-face {
    font-family: Yekan-Bold;
    font-style: normal;
    src: url('../fonts/PinkYekan-Bold.eot');
    src: url('../fonts/PinkYekan-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/PinkYekan-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/PinkYekan-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/PinkYekan-Bold.ttf') format('truetype');
}

:root {
    --bg_danger: #fff5f5;
    --container: 1140px;
    --color1: #140342;
    --color2: #000;
    --gutter: 12px;
    --color-bg: #ffffff;
    --color-text: #1f2937;
    --color-muted: #6b7280;
    --color-border: #d1d5db;
    --color-primary: #2563eb;
    --medium_font: IranYekan;
    --color-primary-hover: #1d4ed8;
    --color-light: #f3f4f6;
    --color-overlay: rgba(17, 24, 39, 0.55);
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 18px;
    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 14px 40px rgba(0, 0, 0, 0.14);
    --bg-0: #05070d;
    --bg-1: #0a0f1c;
    --bg-2: #0f1626;
    --surface: #ffffff0a;
    --surface-2: #ffffff0f;
    --stroke: #ffffff14;
    --stroke-2: #ffffff24;
    --green: oklch(68% 0.18 145);
    --green-2: oklch(78% 0.16 145);
    --green-soft: oklch(55% 0.18 145 / 0.18);
    --blue: #d6cdae;
    --blue-2: #ece7d3;
    --blue-soft: #1f6bff2e;
    --gold: oklch(91.312% 0.04755 87.027);
    --gold-2: oklch(92% 0.12 88);
    --gold-soft: oklch(78% 0.15 85 / 0.18);
    --silver: oklch(85% 0.02 250);
    --bronze: oklch(68% 0.12 50);
    --ink: #f3f5fb;
    --ink-2: #c8cfdd;
    --ink-3: #8a93a8;
    --ink-4: #5b6478;
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-xl: 28px;
    --r-2xl: 36px;
    --shadow-card: 0 30px 60px -20px #0009, 0 2px 0 #ffffff0a inset;
    --glow-blue: 0 0 0 1px #1f6bff73, 0 20px 60px -10px #1f6bff8c;
    --glow-green: 0 0 0 1px oklch(75% 0.17 55 / 0.45), 0 20px 60px -10px oklch(72% 0.18 50 / 0.55);
    --glow-gold: 0 0 0 1px oklch(82% 0.15 85 / 0.45), 0 25px 70px -10px oklch(82% 0.15 85 / 0.55);
    --glow-orange: 0 0 0 1px oklch(75% 0.17 55 / 0.45), 0 30px 80px -10px oklch(72% 0.18 50 / 0.55);
    --orange: oklch(72% 0.18 50);
    --orange-2: oklch(78% 0.16 55);
    --orange-soft: oklch(72% 0.18 50 / 0.18);
    --container: 1240px;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #000;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
  font-family: "IranYekan", Tahoma, Arial, sans-serif;
}

body {
  background: #fff;
  font-family: "IranYekan", Tahoma, Arial, sans-serif;
  margin: 0;
  text-align: right;
  color: #000;
}

/* Container */
.container {
  width: min(var(--container), calc(100% - 24px));
  margin-inline: auto;
}

/* Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
}

[class*="col-"] {
  width: 100%;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}
img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
/*.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.3333%;
}

.col-3 {
  width: 25%;
}*/

@media (min-width: 768px) {
  .col-md-12,.col-lg-12 {
    width: 100%;
  }
    .col-md-10, .col-lg-10 {
        width: 83.3333%;
    }

  .col-md-6,.col-lg-6 {
    width: 50%;
  }

  .col-md-4,.col-lg-4 {
    width: 33.3333%;
  }

  .col-md-3,.col-lg-3 {
    width: 25%;
  }
    .col-12, .col-lg-12 {
        width: 100%;
    }

    .col-6, .col-lg-6 {
        width: 50%;
    }

    .col-4, .col-lg-4 {
        width: 33.3333%;
    }

    .col-3, .col-lg-3 {
        width: 25%;
    }
    .col-md-2, .col-lg-2 {
        width: 16.666667%;
        
    }
    .col-lg-8 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-9, .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-3 {
    width: 25%;
  }
    .col-12 {
        width: 100%;
    }

    .col-6 {
        width: 50%;
    }

    .col-4 {
        width: 33.3333%;
    }

    .col-3 {
        width: 25%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}


::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 26px var(--color2) !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 26px #000 !important;
    border-radius: 0 !important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.text-center {
    text-align: center !important;
}
.field-validation-error {
    color: #e80c4d !important;
    font-weight: bold !important;
}

.field-validation-valid {
    display: none !important;
}

input.input-validation-error {
    border: 1px solid #e80c4d !important;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

/* Card */
.card-box {
  background: var(--color-bg);
  border: 1px solid #eef0f3;
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.4;
    font-family: Yekan-Bold;
}
.btn-secondary:after,
.btn-primary:after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(#ffffff2e, #0000 45%);
  position: absolute;
  inset: 0;
}

.text-muted {
  color: var(--color-muted);
}

/* Form */
.form-group {
  margin-bottom: 16px;
}

.label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.input,
.select,
.textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--color-text);
  font: inherit;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.textarea {
  resize: vertical;
  min-height: 120px;
}

.input::placeholder,
.textarea::placeholder {
  color: #9ca3af;
}

.input:focus,
.select:focus,
.textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.input:disabled,
.select:disabled,
.textarea:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--color-primary-hover);
}

.btn-light {
  background: var(--color-light);
  color: var(--color-text);
}

.btn-light:hover {
  background: #e5e7eb;
}

/* Modal */
.mui-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.mui-modal.is-active {
  display: block;
}

.mui-modal-backdrop {
  position: absolute;
  inset: 0;
  background: var(--color-overlay);
}

.mui-modal-dialog {
  position: relative;
  width: min(70%, calc(100% - 24px));
  margin: 8vh auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  z-index: 1;
  overflow: hidden;
}

.mui-modal-header,
.mui-modal-footer {
  padding: 16px 20px;
  border-bottom: 1px solid #eef0f3;
}

.mui-modal-footer {
  border-bottom: none;
  border-top: 1px solid #eef0f3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.mui-modal-body {
  padding: 20px;
  color: #000;
  overflow: auto;
  max-height: 500px;
  font-size: 0.85em;
}

.mui-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #000;
}

.mui-modal-title {
  margin: 0;
  font-size: 18px;
}

.modal-close-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #ff0000;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

/* Utilities */
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

button {
  font: inherit;
  cursor: pointer;
  color: inherit;
  background: 0 0;
  border: 0;
}
.btn-block {
  justify-content: center;
  width: 100%;
}
.btn-secondary {
  background: linear-gradient(135deg, var(--blue) 0%, #ac8a06 100%);
  color: #fff;
  box-shadow: #ffcc00;
  border: 0;
  position: relative;
}
.btn-sm {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
}
.btn {
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.875rem;
    font-size: 0.9375rem;
    border-radius: 8px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-theme {
    background: #6440FB;
    border-color: #6440FB;
    color: #fff;
}
button, .btn, a {
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*------------------------- Header ------------------------*/
#header {
    background-color: #140342;
    border-bottom: 1px solid #FFFFFF21;
}
#header ul{list-style-type:none;margin:0}
#header svg{color:#fff;cursor:pointer}
/*-----------Search----------*/

#mask {
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #140342;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: #fff;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display: none;
}

.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}

.fd-inner {
    width: 30px;
    text-align: center;
}

    .fd-inner:before, .fd-inner:after {
        position: absolute;
        content: '';
        height: 2px;
        width: inherit;
        background: #fff;
        right: 0;
        transition: all .3s ease-in;
    }

    .fd-inner:before {
        top: 48%;
        transform: rotate(45deg);
    }

.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}

.fd-outer:hover .fd-inner:before {
    top: 0
}

.fd-outer:hover .fd-inner:after {
    bottom: 0
}

.fd-outer:hover label {
    opacity: 1
}

.form-wrap {
    padding-top: 140px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
}

.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 15px;
}

.icon-close.search-remove {
    margin: 9px;
    transition: ease .3s;
    cursor: pointer;
}

.icon-cart.search-loading {
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: .3rem solid #6440FB;
    transform: translate(50%);
    animation: 1s ripple ease-out infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 15px;
}

.search-results-box {
    position: absolute;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    text-align: center;
}

.search-title {
    font-size: 18px;
    padding: 20px 0 5px 0;
    display: block;
}
.search-detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff30;
    padding: 10px;
}
.search-detail .search-image {
    display: block;
    max-width: 85px;
    margin-left: 15px;
}
.search-detail h3 a {
    display: block;
    color: #fff;
    text-align: right;
}

.headerrow {
    align-items: center;
    padding: 10px 0;
}
input {
    font-family: var(--main_font), Arial;
}
.btn-1 {
    text-align: center;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6440FB;
    font-family: "Yekan-Bold", Sans-serif;
    color: #fff;
    background-color: #6440FB;
    padding: 5px 30px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 8px;
}
.btn-1:hover {
    color: #000!important;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
}

.btn-2 {
    text-align: center;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #61CE70;
    font-family: "Yekan-Bold", Sans-serif;
    color: #61CE70;
    background-color: transparent;
    padding: 5px 30px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 8px;
}
.btn-2:hover {
    color: #000;
    background-color:#61CE70;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #61CE70;
}
.btn-login {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    font-family: "Yekan-Bold", Sans-serif;
    color: #140342;
    background-color: #FFFFFF;
    padding: 5px 30px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 8px;
}
.btn-login:hover {
    color: #FFFFFF;
    background-color: #6440FB;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6440FB;
}
.star-rating {
    display: inline-flex;
    direction: ltr; 
}

.star {
    width: 30px;
    height: 30px;
    fill: #ccc;
    cursor: pointer;
}

    .star.filled {
        fill: #ffc107; 
    }
/*----Menu----*/
.come-menumobile {
    right: 0 !important;
}
.come-submenu {
    right: 0 !important;
    opacity: 1;
    visibility: visible;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.megamenu {
    padding: 0;
    float: none;
}
.megamenu > li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 5px;
    vertical-align: top;
    float: none;
    position: relative;
}
.megamenu li svg{
        position: relative;
    top: 4px;
}
.megamenu > li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 100%;
    right: 0;
}
.megamenu > li > a {
    display: inline-block;
    color:#fff;
    font-family:Yekan-Bold;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    text-transform: capitalize;
    padding: 7px 15px;
    border-radius: 8px;
    background: transparent;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.9375rem;
    color: var(--educrat-text-color);
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.megamenu .dropdown-menu {
    border-radius: 8px !important;
    -webkit-box-shadow: 0px 25px 70px 0px rgba(1, 33, 58, 0.07);
    box-shadow: 0px 25px 70px 0px rgba(1, 33, 58, 0.07);
    padding: 15px 0;
    border: 0;
}
.megamenu .dropdown-menu li {padding: 5px 1.875rem}
    .megamenu .dropdown-menu li:hover {
        background-color: #6440FB;
        color: #00FF84;
    }
.megamenu > li > .dropdown-menu {
    min-width: 240px;
    margin-top: 18px;
}
.megamenu.effect1 > li > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 100% 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: absolute;
    top: 100%;
}
.megamenu > li > .dropdown-menu:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
    content: "";
    width: 10px;
    height: 10px;
    right: 20px;
    top: -5px;
    position: absolute;
}
.megamenu li > .dropdown-menu:before {
    right: 45px;
}
.megamenu.effect1 > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.megamenu .dropdown-menu li > a {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    background: transparent !important;
    position: relative;
    text-transform: capitalize;
    padding: 6px 0;
    width: 100%;
    display: inline-block;
    font-size: 0.9375rem;
    color: var(--educrat-link-color);
    white-space: nowrap;
}
.navbar-nav.megamenu > li:hover > a{
    color: #00FF84;
}
.megamenu > li:hover > a, .megamenu > li.active > a {
    color: #6440FB;
    background: rgba(255, 255, 255, 0.15);
}
#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background: #fff;
    font-family: Yekan-Bold;
    z-index: 99991;
    transition: all .5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

.title-mm {
    background: linear-gradient(180deg, var(--color2), #fff);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menumobile img {
    max-width: 130px;
}

.title-mm img {
    user-select: none;
}

#nomenumobile {
    cursor: pointer;
    transition: all .5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: #fff;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: ease .3s;
}

.main-mm {
    padding: 5px 20px;
}
    .main-mm ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
#nomenumobile .icon-close{color:#000}
.title-mm {
    background: linear-gradient(180deg, #6440FB, #fff);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-mm ul li a {
    color: #222;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
    font-size: 14px;
}

    .main-mm ul li a {
        color: #222;
        display: block;
        padding: 8px 0;
        position: relative;
        width: 80%;
        font-size: 14px;
    }

.childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 50%;
    width: 25px;
    height: 25px;
    background: var(--color1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transform: translateY(-50%) rotate(90deg);
    transition: ease .3s;
}


.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #fff;
    right: -250px;
    transition: .3s;
    z-index: 9;
    padding: 20px;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
    font-size: 15px;
}

.sub-closer {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: var(--color2);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    transition: ease .3s;
    transform: rotate(90deg);
}

.title-sub-head strong {
    font-family: Yekan-Bold;
}

.title-subcome {
    color: #6440FB;
    font-weight: normal;
    position: relative;
    top: 2px;
}
/*-----Login------*/
.loginsearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#loginn {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {

    .header-mm {
        display: none
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
}
/*-----------------------------Footer--------------------------------*/
footer {
    background-color: #140342;
    color: #fff;
    padding: 60px 0;
    padding: 60px 0 10px 0;
}
footer a{color:#fff}
footer .roww{align-items:center}
footer .roww2{margin:60px 0}
footer .row3{    margin: 40px 0 20px 0;}
footer .row3 hr{    border: 1px solid rgba(255, 255, 255, 0.1);}
footer .col-3{width: 20%;}
footer .roww2 ul{margin:0;padding:0;list-style-type:none}
footer .footer-company{text-align:left}
footer .socials{display: flex;justify-content: space-between;align-items: center;}
footer .footer-copyright,footer .footer-company{margin:50px 0 0 0;border-top: 1px solid rgba(255, 255, 255, 0.1);padding-top: 50px;}
footer ul li{margin:15px 0;text-align: justify;font-size: 0.95em;}
footer .wrap-ft-menu li {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
footer .footer-desc{text-align:justify}
footer .fmm{width:15%!important}
footer .fservices{width:30%!important}
.loading, .loading2 {
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999999999;
    display: none;
}
.loading p, .loading2 p {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    top: 40%;
    color:#000;
}
.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}
@keyframes placeholder {
    0% {
        background-color: var(--placeholder-primary)
    }

    50% {
        background-color: var(--placeholder-secondary)
    }

    100% {
        background-color: var(--placeholder-primary)
    }
}
@keyframes ripple{
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.lazyload {
    animation: placeholder ease-in-out 2s infinite
}

.lazyloaded {
    animation: none;
    height: auto
}
.search-pup-up #search-text {
    width: 100%;
    text-align: center;
    border: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "IranYekan", Tahoma, Arial, sans-serif;
}
.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  vertical-align: middle;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.social-icon.small {
  width: 16px;
  height: 16px;
}

.social-icon.large {
  width: 32px;
  height: 32px;
}

.social-icon.icon-instagram {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm0 2.2A2.8 2.8 0 0 0 4.2 7v10A2.8 2.8 0 0 0 7 19.8h10a2.8 2.8 0 0 0 2.8-2.8V7A2.8 2.8 0 0 0 17 4.2H7zm5 2.5A5.3 5.3 0 1 1 6.7 12 5.3 5.3 0 0 1 12 6.7zm0 2.2A3.1 3.1 0 1 0 15.1 12 3.1 3.1 0 0 0 12 8.9zm5.2-3.1a1.25 1.25 0 1 1-1.25 1.25 1.25 1.25 0 0 1 1.25-1.25z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm0 2.2A2.8 2.8 0 0 0 4.2 7v10A2.8 2.8 0 0 0 7 19.8h10a2.8 2.8 0 0 0 2.8-2.8V7A2.8 2.8 0 0 0 17 4.2H7zm5 2.5A5.3 5.3 0 1 1 6.7 12 5.3 5.3 0 0 1 12 6.7zm0 2.2A3.1 3.1 0 1 0 15.1 12 3.1 3.1 0 0 0 12 8.9zm5.2-3.1a1.25 1.25 0 1 1-1.25 1.25 1.25 1.25 0 0 1 1.25-1.25z"/></svg>');
}

.social-icon.icon-telegram,.social-icon.icon-send-o,.social-icon.icon-send {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M21.4 4.6c.3-1.1-.4-1.6-1.4-1.2L3.3 9.8c-1.1.4-1.1 1 0 1.3l4.3 1.3 1.7 5.1c.2.7.4.9.8.9.3 0 .6-.1.9-.5l2.4-2.3 4.2 3.1c.8.5 1.3.2 1.5-.8l2.3-13.3zM9 11.8l8.8-5.6c.4-.2.8-.1.5.2l-7.2 6.5-.3 3.3-1.3-4.4z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M21.4 4.6c.3-1.1-.4-1.6-1.4-1.2L3.3 9.8c-1.1.4-1.1 1 0 1.3l4.3 1.3 1.7 5.1c.2.7.4.9.8.9.3 0 .6-.1.9-.5l2.4-2.3 4.2 3.1c.8.5 1.3.2 1.5-.8l2.3-13.3zM9 11.8l8.8-5.6c.4-.2.8-.1.5.2l-7.2 6.5-.3 3.3-1.3-4.4z"/></svg>');
}

.social-icon.icon-twitter,
.social-icon.icon-x {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M18.9 2H22l-6.8 7.8L23.2 22h-6.3l-4.9-7-6.1 7H2.8l7.2-8.2L.8 2h6.3l4.4 6.4L18.9 2zm-1.1 18h1.8L6.2 3.9H4.3L17.8 20z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M18.9 2H22l-6.8 7.8L23.2 22h-6.3l-4.9-7-6.1 7H2.8l7.2-8.2L.8 2h6.3l4.4 6.4L18.9 2zm-1.1 18h1.8L6.2 3.9H4.3L17.8 20z"/></svg>');
}

.social-icon.icon-youtube,.social-icon.icon-youtube-play {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M23 12.1s0-3.1-.4-4.5a3 3 0 0 0-2.1-2.1C19.1 5 12 5 12 5s-7.1 0-8.5.5A3 3 0 0 0 1.4 7.6C1 9 1 12.1 1 12.1s0 3.1.4 4.5a3 3 0 0 0 2.1 2.1C4.9 19.2 12 19.2 12 19.2s7.1 0 8.5-.5a3 3 0 0 0 2.1-2.1c.4-1.4.4-4.5.4-4.5zM9.7 15.6V8.6l6.1 3.5-6.1 3.5z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M23 12.1s0-3.1-.4-4.5a3 3 0 0 0-2.1-2.1C19.1 5 12 5 12 5s-7.1 0-8.5.5A3 3 0 0 0 1.4 7.6C1 9 1 12.1 1 12.1s0 3.1.4 4.5a3 3 0 0 0 2.1 2.1C4.9 19.2 12 19.2 12 19.2s7.1 0 8.5-.5a3 3 0 0 0 2.1-2.1c.4-1.4.4-4.5.4-4.5zM9.7 15.6V8.6l6.1 3.5-6.1 3.5z"/></svg>');
}

.social-icon.icon-linkedin {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M4.98 3.5A2.48 2.48 0 1 0 5 8.46a2.48 2.48 0 0 0-.02-4.96zM3 9h4v12H3zm7 0h3.8v1.7h.1c.5-.9 1.8-2.1 3.8-2.1 4 0 4.8 2.7 4.8 6.1V21h-4v-5.5c0-1.3 0-3-1.9-3s-2.2 1.5-2.2 2.9V21h-4z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M4.98 3.5A2.48 2.48 0 1 0 5 8.46a2.48 2.48 0 0 0-.02-4.96zM3 9h4v12H3zm7 0h3.8v1.7h.1c.5-.9 1.8-2.1 3.8-2.1 4 0 4.8 2.7 4.8 6.1V21h-4v-5.5c0-1.3 0-3-1.9-3s-2.2 1.5-2.2 2.9V21h-4z"/></svg>');
}

.social-icon.icon-whatsapp {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M20.5 3.5A11 11 0 0 0 3.3 16.8L2 22l5.3-1.4A11 11 0 1 0 20.5 3.5zM12 20a8.7 8.7 0 0 1-4.4-1.2l-.3-.2-3.1.8.8-3-.2-.3A8.8 8.8 0 1 1 12 20zm4.8-6.5c-.3-.2-1.8-.9-2-.9s-.5-.1-.7.2-.8.9-1 1-.4.2-.7.1a7.2 7.2 0 0 1-2.1-1.3 8 8 0 0 1-1.4-1.8c-.1-.3 0-.5.1-.7l.5-.6.2-.6a1 1 0 0 0-.1-.6c-.1-.2-.7-1.6-.9-2.2-.2-.5-.5-.5-.7-.5h-.6a1.3 1.3 0 0 0-.9.4 3 3 0 0 0-.9 2.2c0 1.3.9 2.5 1 2.7.1.2 1.8 2.8 4.5 3.9 2.6 1 2.6.7 3.1.7a2.7 2.7 0 0 0 1.8-1.3 2.2 2.2 0 0 0 .2-1.3c-.1-.1-.3-.2-.6-.4z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M20.5 3.5A11 11 0 0 0 3.3 16.8L2 22l5.3-1.4A11 11 0 1 0 20.5 3.5zM12 20a8.7 8.7 0 0 1-4.4-1.2l-.3-.2-3.1.8.8-3-.2-.3A8.8 8.8 0 1 1 12 20zm4.8-6.5c-.3-.2-1.8-.9-2-.9s-.5-.1-.7.2-.8.9-1 1-.4.2-.7.1a7.2 7.2 0 0 1-2.1-1.3 8 8 0 0 1-1.4-1.8c-.1-.3 0-.5.1-.7l.5-.6.2-.6a1 1 0 0 0-.1-.6c-.1-.2-.7-1.6-.9-2.2-.2-.5-.5-.5-.7-.5h-.6a1.3 1.3 0 0 0-.9.4 3 3 0 0 0-.9 2.2c0 1.3.9 2.5 1 2.7.1.2 1.8 2.8 4.5 3.9 2.6 1 2.6.7 3.1.7a2.7 2.7 0 0 0 1.8-1.3 2.2 2.2 0 0 0 .2-1.3c-.1-.1-.3-.2-.6-.4z"/></svg>');
}

.social-icon.icon-facebook {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13.5 22v-8h2.7l.4-3h-3.1V9.1c0-.9.3-1.5 1.6-1.5h1.7V4.9c-.3 0-1.3-.1-2.4-.1-2.4 0-4.1 1.5-4.1 4.3V11H8v3h2.3v8z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13.5 22v-8h2.7l.4-3h-3.1V9.1c0-.9.3-1.5 1.6-1.5h1.7V4.9c-.3 0-1.3-.1-2.4-.1-2.4 0-4.1 1.5-4.1 4.3V11H8v3h2.3v8z"/></svg>');
}

@media (max-width: 991px) {
    footer .fservices{width:50%!important}
    footer .fmm{width:50%!important}
    footer .roww2 {
        margin: 60px 0 20px 0;
    }
    footer .social-footer-about {
        text-align: center;
        width: 100% !important;
        margin-top: 45px;
    }
    footer .footer-copyright, footer .footer-company {
        margin: 10px 0 0 0 !important;
        font-size: 0.8em;
        padding: 10px 0 0 0;
        text-align: center;
    }
    footer .roww {
        text-align: center;
    }

    footer .socials {
        display: block
    }
    footer .socials p{margin:15px 0}
    footer .socials i{width:18px;height:18px}
    footer .col-3{width:50%}
    .logocontainer {
        width: 40%;
    }
    .loginsearch{width:60%}
    .loginsearch {
        justify-content: end;
        flex-direction: row-reverse;
    }
    .header-mm{padding: 0 10px;}
    #loginn .btn-login {
        font-size: 0.8em;
        padding: 5px 10px;
        background-color: transparent;
        color: #fff;
        border: 0;
    }
    #header ul {
        padding: 0 5px 0 0;
    }
    .search-detail h3 {
        font-size: 0.8em
    }
    .menu-desktop {
        display: none
    }
    .fd-outer {
        width: 25px;
        top: 10px;
        right: 20px;
    }
    .fd-inner {
        width: 25px;
    }
    .form-wrap {
        padding-top: 80px;
    }
    
}
