:root {
    --uicolor: #3c36ca;
    --uicolor-code: 139 92 246;
    --primary-text: #0c121b;
    --secondarytext: #4b5361;
    --background:#ecf3ff;
    --background2: #eff2f7;
    --sp-fill:#fff;
    --family: 'bein-arabic', sans-serif;
    --fsize: 14px;
    --ffamilyen: Outfit;
    --f-number: Outfit;
    --lheight: 1.5;
    --transition-timing-out: out: cubic-bezier(0, 0, 1, 1);
    --transition-timing-in: cubic-bezier(0, 0, 1, 1);
    --largeradius: 16px;
    --miniradius: 8px;
    --padding: 30px;
    --container-width: 1440px;
    --container-padding: 0 48px;
    --diver: #e5eaef;
    --negative: #db1133;
    --positive: #117d49;
    --button-color-bg: #f2f4f7;
    --PopoverShadow: 0 12px 20px 0 rgb(0 0 0 / 4%),0 2px 4px 0 rgb(0 0 0 / 2%),inset 0 0 0 1px rgb(255 255 255 / 60%);
    --box-shadow-defult: var(--diver) 0px 0px 0px 1px, 0px 4px 2px -3px #09234012;
    --box-shadow-hover: #dbdce700 0px 0px 0px 1px,0px 15px 32px -14px #09234012, 0px 4px 2px -3px #09234012;
    --border-defult-hover: #e5eaef52;
    --border-defult: 1px solid #fff;
    --whatsapp: #115b30;
    --disable-button: #e4e6eb;
    --container-padding--value: 25px;
    --disable-text: #bcc0c4;
    --uicolor-2: #5c2d94;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    word-break: break-word;
    box-sizing: border-box;
    list-style: none;
}

a {
    color: var(--primary-text);
    text-decoration: none;
    transition: all 180ms ease 0s;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
}
::placeholder {
    color: var(--secondarytext);
    font-weight: 200;
}

:focus::placeholder {
    opacity: 0.4;
}
body {
    font-family: var(--family);
    line-height: 1.2;
    color: var(--primary-text);
    -webkit-font-smoothing: antialiased;
    background: white;
    font-size: var(--fsize)
}
root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.owl-nav {
    display: none;
}
[data-loader-src]{
    opacity:0;
}
[scroll-bars]::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

[scroll-bars]:hover::-webkit-scrollbar-thumb {
    background: #0000001f;
}

[scroll-bars]::-webkit-scrollbar-thumb {
    background: #00000000;
}

[scroll-bars]::-webkit-scrollbar-track {
    background: transparent;
}
.container {
    padding: var(--container-padding);
    max-width: var(--container-width);
    margin: 0 auto;
}
/* --- HEADER --- */
header .container {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
header.fixedintro {
    padding: 12px 50px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: white;
    box-shadow: #0000001c 0px 10px 10px 0px;
    transition: 280ms all ease;
    height: 75px;
}
header.active {
    box-shadow: #00000017 0px 10px 22px -7px;
}
.header_border {
    border-bottom: 1px solid #dddddda1;
}
.-site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
}

.-site-logo > a {
    display: block;
    min-width: var(--logo-width);
}

.-site-logo > a > img {
    height: auto;
    width: auto;
}
.-main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 30px;
    justify-content: flex-start;
}
.-main-nav>ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
.-main-nav>ul>li {
    align-items: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.-main-nav>ul>li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: 250ms opacity cubic-bezier(0, 0, 1, 1), 120ms transform cubic-bezier(0, 0, 1, 1);
}
.-main-nav ul.sub-menu>li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: 250ms opacity cubic-bezier(0, 0, 1, 1), 120ms transform cubic-bezier(0, 0, 1, 1);
}

.-main-nav>ul>li ul.sub-menu ul.sub-menu {
    right: calc(100% + 10px);
    top: calc(100% - 45px);
}
.-main-nav>ul>li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: scale(.85);
    transition: 0.3s all ease;
    position: absolute;
    z-index: 99;
    padding: 5px;
    box-shadow: 0 2px 3px #0c3b7414, 0 17px 30px 10px #0f61c70d;
    background: white;
    border-radius: 10px;
    color: var(--primary-text);
    font-size: 16px;
    top: calc(100% + 0px);
    width: 100%;
    display: block;
    min-width: 219px;
    list-style: none;
    border: solid 1px #e4e7ec;
    transform-origin: top right;
}
.-main-nav>ul>li>a {
    padding: 10px 12px;
    min-width: max-content;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-text);
    border-radius: var(--miniradius);
    line-height: 1;
}

.-main-nav>ul>li>a:hover {
    color: var(--uicolor);
}
.-main-nav>ul>li.current-menu-item>a, 
.-main-nav>ul>li.current_page_item>a,
.-main-nav>ul>li.current_page_parent>a,
.-main-nav>ul>li.current-menu-ancestor>a{
    color: var(--uicolor);
    background: var(--uicolor);
    --transbg: #fffffff7;
    background-image: linear-gradient(0deg, var(--transbg), var(--transbg));
}
 
.-main-nav>ul>li.menu-item-has-children>a {
    padding-inline-end: 27px;
}
.-Show-SubMenu-Icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 9px;
    font-size: 10px;
}
.sub-menu .-Show-SubMenu-Icon>i {
    transform: rotate(90deg);
    top: 11px;
}
.-main-nav>ul>li.current-menu-item>.-Show-SubMenu-Icon, 
.-main-nav>ul>li.current_page_item>.-Show-SubMenu-Icon, 
.-main-nav>ul>li.current_page_parent>.-Show-SubMenu-Icon,
.-main-nav>ul>li.current-menu-ancestor>.-Show-SubMenu-Icon{
    color: var(--uicolor);
}

.-main-nav>ul>li>ul.sub-menu>li {
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
}
.-main-nav>ul>li ul.sub-menu>li>a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: var(--miniradius);
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary-text);
}

.-main-nav>ul>li ul.sub-menu>li.current-menu-item>a {
    color: var(--uicolor);
}
.-main-nav>ul>li>ul.sub-menu>li a:hover, 
.-main-nav>ul>li>ul.sub-menu>li.current-menu-item > a,
.-main-nav>ul>li>ul.sub-menu>li.current-menu-ancestor > a
{
    color: var(--uicolor);
    padding-inline: 17px;
}
.-main-nav>ul>li>ul.sub-menu>li a:hover+.-Show-SubMenu-Icon, 
.-main-nav>ul>li>ul.sub-menu>li.current-menu-item > .-Show-SubMenu-Icon,
.-main-nav>ul>li>ul.sub-menu>li.current-menu-ancestor > .-Show-SubMenu-Icon
{
    color: var(--uicolor);
}

.header--Tools {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.header--Tools .head-btns {
    position: relative;
}
.head-btns>a {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    border-radius: var(--miniradius);
    color: var(--secondarytext);
    background: var(--button-color-bg);
    width: 40px;
    height: 40px;
    justify-content:center;
}

.head-btns>a>count {
    background: var(--negative);
    --el-w: 21px;
    width: var(--el-w);
    height: var(--el-w);
    position: absolute;
    top: -9px;
    right: -9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-number);
    padding-top: 2px;
    padding-inline-end: 1px;
}
.head-btns>a:hover {
    color: var(--uicolor);
    background: white;
}
.login-hbtn {
    display: flex;
    border-radius: 8px;
    padding: 10px 30px;
    position: relative;
    color: var(--sp-fill);
    z-index: 1;
    transition: 180ms;
    font-size: 15px;
    background: var(--uicolor);
    font-weight: 500;
    cursor: pointer;
    max-height: 40px;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--uicolor);
}
.login-hbtn:hover {
    background: white;
    color: var(--uicolor);
}
.login-hbtn.is-btn-loader {padding-inline-end: 40px;}
.login-hbtn > strong {
    font-weight: inherit;
}

.ul-currency>ul>li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 8px;
    font-weight: 500;
    border-radius: var(--miniradius);
    justify-content: space-between;
    color: var(--primary-text);
    margin-bottom: 5px;
}

.ul-currency>ul>li:last-child {
    margin-bottom: 0;
}

.ul-currency>ul>li.active {
    background: rgb(var(--uicolor-code)/6%);
    color: var(--uicolor);
}

.ul-currency>ul>li>strong {
    color: var(--uicolor);
    font-size: 12px;
}

.ul-currency>ul>li span {
    color: var(--uicolor);
    font-weight: 700;
    font-size: 14px;
}

.ul-currency>ul>li em {font-style: normal;font-size: 14px;transition: 180ms;font-weight: 500;}

.ul-currency {
    background: white;
    border-radius: var(--miniradius);
    border: solid 1px #e4e7ec;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0px);
    visibility: hidden;
    opacity: 0;
    min-width: 165px;
    max-width: 200px;
    transform: scale(0.85);
    transform-origin: top right;
    transition: 0ms all ease;
}
.-change-currency:hover .ul-currency {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: 250ms opacity cubic-bezier(0, 0, 1, 1), 120ms transform cubic-bezier(0, 0, 1, 1);
}
.-change-currency{
    position: relative;
    padding: 8px 0;
}
.encsele {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: var(--largeradius);
    color: var(--primary-text);
    gap: 5px;
    background: var(--button-color-bg);
    height: 28px;
}
.encsele:hover {
    color: var(--uicolor);
}

.encsele > i {
    font-size: 10px;
    font-weight: 800;
    height: 13px;
}

.change-currency .encsele:hover .ul-currency {
    visibility: visible;
    opacity: 1;
}

.srch-type-icon {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: var(--uicolor);
    width: 40px;
    height: 40px;
    border-radius: var(--miniradius);
    gap: 10px;
    transition: 180ms;
    background: rgb(var(--uicolor-code)/8%);
    justify-content: center;
}

.User--MainArea{
    position: relative;
}
.UserBoxLinks {
    background: white;
    display: inline-block;
    min-width: 250px;
    max-width: 280px;
    position: absolute;
    left: 0;
    transition: .35s;
    z-index: 99999;
    line-height: initial;
    border-radius: 10px;
    box-shadow: var(--PopoverShadow);
    top: calc(100% + 10px);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border: solid 1px #e4e7ec;
    font-weight: 500;
    transform: scale(.85);
    transform-origin: top left;
    transition: 0ms all ease;
}
.vs-user {
    display: flex;
    gap: 7px;
    background: #ffffff;
    padding: 5px 5px;
    padding-inline-end: 10px;
    border-radius: var(--miniradius);
    cursor: pointer;
    font-weight: 500;
    align-items: center;
    border: 1px solid var(--diver);
    max-width: 160px;
    user-select: none;
}
.vs-user .ProfileUse > .avatar-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs-user:hover {color: var(--uicolor);border-color: #fbf3f5;}
.vs-user > .-chevron-down-user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--secondarytext);
}

.vs-user > .-chevron-down-user > i {
    font-weight: 600;
}

.vs-user .ProfileUse {
    --elw: 28px;
    width: var(--elw);
    height: var(--elw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--miniradius);
    background: var(--uicolor);
    background-image: linear-gradient(45deg, var(--transparent), var(--transparent));
    --transparent: #ffffffed;
    font-size: 12px;
    color: var(--uicolor);
}
.vs-user>span {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: var(--primary-text);
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vs-user:hover>span {
    color: var(--uicolor);
}

/* --- footer --- */
footer {
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 90px -10px #00000038;
}
footer::before {
    content: "";
    width: 1400px;
    height: 1400px;
    position: absolute;
    top: -360px;
    right: -660px;
    z-index: 0;
    background-image: radial-gradient(#ffffff0a -10%, transparent 65%);
}
footer::after {
    content: "";
    width: 1400px;
    height: 1400px;
    position: absolute;
    bottom: -300px;
    left: -800px;
    background-image: radial-gradient(#ffffff12 -10%, transparent 65%);
}
.-ftit-h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: var(--lheight);
    color: white;
    padding-bottom: 25px;
}
.-fot.-curmenu1 {
    max-width: 400px;
    flex: 1;
}
.-f-p {
    font-size: 17px;
    color: var(--f-scolor);
    margin-top: 20px;
    font-weight: 400;
    line-height: var(--lheight);
    margin-bottom: 20px;
}
.-fot.logo {
    max-width: 330px;
}
.-f-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.-f-links>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: var(--lheight);
    color: var(--f-scolor);
}

.-f-links>li>a:hover {
    color: white;
}

footer-body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    --f-scolor: #fff0f0;
    gap: 50px;
}
.shares-items {
    display: flex;
    gap: 6px;
    align-items: center;
}

.shares-items a {
    position: relative;
    display: flex;
    text-align: center;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: var(--f-scolor);
    border-radius: 9999px;
    width: 60px;
    height: 40px;
    background: #ffffff0f;
}

.shares-items a:hover {
    background: #ffffff2e;
    color: white;
}
.-f-schi {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact_info1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.contact_info1 > i {
    color: var(--f-scolor);
    background: #ffffff0d;
    width: var(--w-h);
    height: var(--w-h);
    border-radius: var(--miniradius);
    --w-h: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}
.contact_info {
    display: flex;
    flex-direction: column;
}
.co-info-h {
    font-size: 14px;
    font-weight: 400;
    color: var(--f-scolor);
    margin-bottom: 3px;
}
.contact_info > span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

footer-bottom {
    padding: 27px 0;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #ffffff1c;
    position: relative;
    z-index: 1;
}

.copyrights {
    font-size: 16px;
    font-weight: 500;
    color: #fff0f0;
}
 
.ycf-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ycf-logo>img {
    max-width: 80px;
    cursor: pointer;
}
.ycf-des {
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.-card-pay {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pay-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--diver);
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.pay-item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fixed-btns{
    z-index: 999999;
    position: fixed;
    bottom: 33px;
    right: 20px;
    display: flex;
    transform: translate(0, 300%);
    opacity: 0;
    transition: 80ms all ease;
    flex-direction: column;
    gap: 15px;
}

.fixed-btns > div {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform-origin: right;
    transition: 150ms cubic-bezier(.21, .12, .02, .99);
    border-radius: 50%;
    display: flex;
    align-items: center;
    transform: translate(0,300%);
    font-size: 24px;
    justify-content: center;
    transition-delay: 80ms;
}

.fixed-btns.visible {
    transform: translate(0, 0);
    opacity: 1;
}
.whatsapp-fix {
    background: #3b9661;
    --bx-item: -4px -2px 16px 0px #00000000, 4px 2px 16px 0px rgb(0 0 0 / 3%);
    box-shadow: var(--bx-item);
    border: 2px solid #44a46c;
}
.fixed-btns.visible > div {
    transform: translate(0, 0);
}

.phones-fix {
    background: #1bb07a;
}

.phones-fix a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 23px;
}

.phones-fix a i {
}

.whatsapp-fix>a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 29px;
}

.whatsapp-fix>a:after, .whatsapp-fix>a:before {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid var(--whatsapp);
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: 1.5s linear infinite animate;
    opacity: 0;
}
@keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

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

.GoToTop {visibility:hidden;opacity:0;background: linear-gradient(135deg, #3933b3, var(--uicolor-2));font-weight:500;color:#fff;display:flex;align-items:center;position:fixed;z-index:3;--elwh:50px;width:var(--elwh);height:var(--elwh);bottom:40px;left:40px;border-radius:50%;justify-content:center;font-size: 22px;cursor:pointer;transition:180ms;border:2px solid var(--uicolor);transform:translateY(150px);}
.GoToTop:hover {background:#fff;color: var(--uicolor);}
.GoToTop.visible {transform:translateY(0); visibility:visible; opacity:1}
.GoToTop>i {font-weight:inherit}
.GoToTop:hover:before {animation:13s linear infinite spin}

.p-content {
    font-size: 19px;
    color: var(--secondarytext);
    font-weight: 700;
    line-height: var(--lheight);
    text-align: center;
    max-width: calc(100% - 100px);
}

/* --- Loader Button --- */
.-button-loader {position:absolute; margin:0px auto; width:26px; background:inherit; left:7px;}
.-button-loader .circular {animation:2s linear 0s infinite normal none running rotate; height:100%; transform-origin:center center; width:100%; position:absolute; inset:0px; margin:auto;}
.path {stroke-dasharray:40, 80; stroke-dashoffset:0; animation:1.5s ease-in-out 0s infinite normal none running dash, 6s ease-in-out 0s infinite normal none running color; stroke-linecap:round; stroke:var(--uicolor);}
.-button-loader::before {content:""; display:block; padding-top:100%;}

@-webkit-keyframes rotate {
100% {transform:rotate(360deg);}
}

@keyframes rotate {
100% {transform:rotate(360deg);}
}

.fixed-btns .-share-item {
    background: #397dfd;
    color: white;
    line-height: 0;
    box-shadow: 0 3px 30px -4px #3066cd;
    transition: 150ms cubic-bezier(.21, .12, .02, .99);
    transition-delay: 200ms;
}

.-share-item .-button-loader {
    width: 40px;
    left: 9px;
}

.-share-item.visible {
    transform: translate(0, 0);
}