/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/


.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}




@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-UltraLight-2.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-UltraLight-3.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-UltraLight-4.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-LIGHT-2-2.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Regular-3.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Regular-4.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Medium-3.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Medium-4.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Bold-3.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Bold-4.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-Heavy-1.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Heavy2-1.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Heavy2-2.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url('fonts/ArbFONTS-DINNextLTArabic-Black-2.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Black-3.ttf') format('truetype'),
        url('fonts/ArbFONTS-DINNextLTArabic-Black-4.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    color: #6C6C6C;
    font-family: 'DINNextLTArabic', Arial, sans-serif;
    font-family: 'DINNextLTArabic', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    background: #fff;
}

/*  */

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    align-items: center;
    padding: 20px;
}

header.header-page {
    position: initial;
    top: auto;
    left: auto;
    right: auto;
    min-height: 96px;
    background: #fff;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .container .box {
    margin: 0;
    display: flex;
    align-items: center;
}

header .container .bar {
    display: none;
}

@media (max-width: 769px) {
    header .container .bar {
        display: flex;
        width: auto;
        height: 24px;
        position: relative;
        padding: 4px;
        margin-inline-end: 13px;
    }

    header .container .bar i {
        position: relative;
        width: 18px;
        height: 16px;
    }

    header .container .bar::after {
        content: "";
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: #485459;
        background: #fff;
        position: absolute;
        top: 11px;
        right: 4px;
    }

    header.header-page .container .bar::after {
        background: #485459;
    }

    header .container .bar i::after {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #485459;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    header.header-page .container .bar i::after {
        background: #485459;
    }

    header .container .bar i::before {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #485459;
        background: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    header.header-page .container .bar i::before {
        background: #485459;
    }
}


header .container img.logo {
    width: auto;
    height: auto;
    max-height: 55px;
    filter: brightness(100);
}

header.header-page .container img.logo {
    filter: initial;
}

@media (max-width: 769px) {
    header .container img.logo {
        max-height: 41px;
    }
}

.menu-header {
    display: flex;
    flex-wrap: wrap;
}

.menu-header ul {
    list-style: none;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-inline-end: 50px;
}

.menu-header ul li {
    position: relative;
}
.menu-header ul li.menu-item-has-children{
    padding-inline-end: 20px;
}
.menu-header ul li.menu-item-has-children::after{
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 25px;
    height: 25px;
    background-image: url("img/arrow-down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(100);
}
header.header-page .menu-header ul li.menu-item-has-children::after{
    filter: brightness(0);

}

.menu-header ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    outline: none;
    padding: 15px;
    width: 100%;
}

header.header-page .menu-header ul li a {
    color: #000;
}

.menu-header ul li:hover a {
    color: #6E4EA0 ;
}
.menu-header ul li ul {
    display: none;
}
.menu-header ul li:hover ul {
    display: block;
    width: 300px;
    position: absolute;
    top: 90%;
    right: 0;
    padding: 26px 0 0;
    z-index: 999;
}

.menu-header ul li li {
    width: 100%;
    display: block;
}

.menu-header ul li li a {
    display: block;
    background: #5f398e;
    color: #fff !important;
    padding: 17px 15px;
    text-decoration: none;
    outline: none;
}

.menu-header ul li li a:hover {
    background: #48296F;
    color: #fff !important;
}

.mode {
    height: 40px;
    width: 94px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}

header.header-page .mode {
    border: 1px solid #ededed;

}

.mode .light {
    width: 50%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-image: url("img/sun.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

header.header-page .mode .light {
    background-color: #fff;
}

.mode .dark {
    width: 50%;
    height: 100%;
    background-image: url("img/nite.svg");
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
    background-position: center center;
    filter: brightness(100);
}

header.header-page .mode .dark {
    background-color: #ededed;
    filter: initial;
}


.thame-dark {
    .mode .light {
        background-color: initial;
        transition: all 0.5s ease 0s;
        filter: brightness(100) !important;
    }

    .mode .dark {
        background-color: #fff;
        transition: all 0.5s ease 0s;
        filter: brightness();
    }
}

@media (max-width: 769px) {
    .mode * {
        width: 40px !important;
    }

    .mode {
        width: auto;
        display: none;
    }

    .mode .light {
        display: none;
    }

    .thame-dark .mode .light {
        display: block;
    }

    .thame-dark .mode .dark {
        display: none;

    }
}


header.header-page .mode * {
    filter: initial !important;
}

header.header-page .thame-dark .mode * {
    filter: initial !important;
}



header .container a.contact-but {
    height: 49px;
    width: auto;
    padding: 0 25px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

header .container a.contact-but:hover {
    background: #fff;
    color: #000;
}

header.header-page .container a.contact-but {
    border: 1px solid #48296F;
    color: #48296F;
}

header.header-page .container a.contact-but:hover {
    background: #48296F;
    color: #fff;
}

/*  */
@media (max-width: 769px) {
    header {
        min-height: 0;
    }

    .menu-header {
        display: flex;
        flex-wrap: nowrap;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: -20px;
        right: -20px;
        margin-top: 20px;
        background-color: #000;
        height: auto;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .menu-header-open {
        height: 100%;
        transition: all 0.5s ease 0s;
        display: flex;
        flex-direction: column;
    }

    .menu-header {
        height: 0;
        transition: all 0.5s ease 0s;
        overflow: hidden;
    }

    .menu-header.menu-header-open {
        transition: all 0.5s ease 0s;
        height: calc(100vh - 60px);
        z-index: 999;
    }



    .menu-header ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        flex-wrap: nowrap;
        align-content: center;
        padding: 30px 15px;
        background: #321950;
        overflow-y: auto;
        z-index: 999999999;
    }

    .menu-header ul li {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
    }
.menu-header ul li a{
    color: #fff !important;
}
    
    .menu-header ul li ul{
        width: 100% !important;
        position: relative !important;
        margin: 0;
        left: auto;
        top: auto !important;
        right: auto !important;
        padding: 0 20px !important;
    }
    .menu-header ul li li a{
        background: none;
    }

    header .container a.contact {
        height: 41px;
        padding: 0 20px 5px;
    }
}


/* hero */
.hero {
    background: #48296F;
    padding: 0;
    margin: 0;
    position: relative;
}

.hero video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.1;
}

.hero .owl-wrapper {
    display: flex !important;
    align-items: center;
}

.hero .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 75px 25px 25px;
}

.hero .text .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero .text .container .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    height: 90vh;
}

.hero .text .container h1 {
    font-size: 66px;
    margin: 0 0 20px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    transform: translateY(30px);
    opacity: 0;

}

.hero .text .container h2 {
    font-size: 56px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease 0s;
    transform: translateY(30px);
    opacity: 0;
}

@media (max-width: 769px) {
    .hero .text .container h1 {
        font-size: 40px;

    }

    .hero .text .container h2 {
        font-size: 30px;
    }
}

.hero .text .container p {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    transform: translateY(60px);
    opacity: 0;


}

.hero .text .container a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #8A6CBA;
    text-decoration: none;
    outline: none;
    padding: 0 8px 5px;
    min-width: 191px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all 0.5s ease 0s;
    transform: translateY(100px);
    opacity: 0;


}

.hero .text .container a:hover {
    background: #fff;
    color: #000;
}

.hero .active h1 {
    transition-delay: 0.5s;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: all 0.5s ease 0s;
}

.hero .active h2 {
    transition-delay: 0.5s;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: all 0.5s ease 0s;
}


.hero .active p {
    transition-delay: 1s;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: all 0.7s ease 0s;
}

.hero .active a {
    transition-delay: 5s;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: all 1s ease 0s;
}

.owl-pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
}

.owl-pagination .owl-page {
    width: 32px;
    height: 6px;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.5;
}

.owl-pagination .owl-page.active {
    opacity: 1;
}

/*  */
.owl-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFFFFF1A;
    border: none;
    position: absolute;
    font-size: 0;
    left: 0;
    top: 50%;
    transition: all 0.5s ease 0s;
    margin-top: -18px;
    background-image: url("img/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-prev:hover {
    transition: all 0.5s ease 0s;
    background-color: #fff;
}

.owl-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: #FFFFFF1A;
    position: absolute;
    transition: all 0.5s ease 0s;
    right: 0;
    top: 50%;
    margin-top: -18px;
    font-size: 0;
    background-image: url("img/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-next:hover {
    transition: all 0.5s ease 0s;
    background-color: #fff;
}

@media (max-width: 769px) {
.hero .owl-prev ,
.hero  .owl-next {
    bottom: 30px;
    top: auto;
}
.hero .owl-pagination {
    bottom: 35px;
}
 
}



/*  */
section {
    padding: 50px 10px;
    clear: both;
}

.fut {
    padding-bottom: 20px;
}

.fut .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fut .container .box {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px;
}

@media (max-width: 769px) {
    .fut .container .box {
        width: 100%;
        padding: 40px 0;
    }
}

.fut .container .box img {
    width: auto;
    height: 40px;
    margin: 0 0 10px;
}

.fut .container .box h1 {
    font-size: 44px;
    color: #48296F;
    margin: 0 0 10px;
    font-weight: 700;
}

@media (max-width: 769px) {
    .fut .container .box h1 {
        font-size: 34px;
    }
}

.fut .container .box p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    text-align: center;
}

/*  */
.how {
    position: relative;
    overflow: hidden;
}

.how .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* position: initial; */
    flex-direction: row-reverse;
}

.how .container .block {
    padding: 15px;
    /* position: relative; */
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.how .container .block img {
    width: 100%;
    height: auto;
}

.how .container .block h1 {
    color: #000;
    margin: 0 0 30px;
    font-size: 48px;
    font-weight: 500;
}
@media (max-width: 769px) {
    .how .container{
        display: flex;
        flex-direction: column-reverse;
    }
.how .container .block h1 {
    font-size: 40px;
}
}

.how .container .block p {
    line-height: 150%;
}

.how .container .block .link {
    display: flex;
    margin: 20px 0 0;
}

.how .container .block a {
    background: #5F398E;
    color: #fff;
    margin: 0 0 0 10px;
    height: 49px;
    display: flex;
    padding: 6px 25px 0;
    border-radius: 49px;
    outline: none;
    text-decoration: none;
    border: 1px solid #5F398E;
}

.how .container .block a:hover {
    background: #fff !important;
    color: #5F398E !important;
}

.how .container .block a.mor {
    border: 1px solid #48296F;
    color: #48296F;
    background: #fff;
    margin: 0;
    height: 49px;
    display: flex;
    padding: 6px 25px 0;
    border-radius: 49px;
    outline: none;
    text-decoration: none;
}

.how .container .block a.mor:hover {
    background: #48296F !important;
    color: #fff !important;
}

/* serv */
.serv {
    background: #F9F9F9;

}

.serv .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title {
    color: #000;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}


.serv .container .block {
    padding: 10px;
    position: relative;
}
@media (max-width: 769px) {
 .serv .container > .block{
    display: none;
}   
}


.serv .container .block .box {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.serv .container .block .box img {
    width: 100%;
    height: 184px;
    border-radius: 16px;
    object-fit: cover;
}

.serv .container .block .box h3 {
    color: #000;
    margin: 16px 0;
    font-weight: 500;
    font-size: 24px;
}

.serv .container .block .box p {
    /* margin: 0; */
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* .modal.show .modal-dialog {
    transform: none;
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
} */



.modal-body .slider-serv {
    margin: 0;
    padding: 0 !important;
    border-radius: 16px;
    background: #48296F;
}

.modal-body .slider-serv img {
    width: 100%;
    height: 284px;
    border-radius: 16px;
    object-fit: cover;
    margin: 0;
    padding: 0;
    opacity: 0.4;
}

.modal-body {
    position: relative;
}

.btn-close {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -30px;
    border-radius: 50%;
    font-size: 11px;
}

@media (max-width: 769px) {
    .btn-close {
        left: 20px;
        top: 20px;
        z-index: 99;
    }
}


.modal-body h3 {
    color: #000;
    margin: 16px 0;
    font-weight: 500;
    font-size: 24px;
}

.modal-body p {
    /* margin: 0; */
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.modal-body .tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.modal-body .tags span {
    margin: 5px;
    background: #F7F7F7;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-body .foot {
    background-color: #F7F7F7;
    min-height: 100px;
    width: calc(100% + 32px);
    margin: 20px -16px -16px 0;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 16px;
    justify-content: space-between;
}

.modal-body .foot a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #48296F;
    background-color: #fff;
    color: #48296F;
    text-align: center;
    width: 48%;
    height: 49px;
    padding: 0 0 5px;
    justify-content: center;
}

.modal-body .foot a:hover {
    background: #48296F;
    color: #fff;
}

.modal-body .foot .order,
.orderBtn {
    background: #48296F;
    color: #fff;
}

.modal-body .foot .order:hover ,
.orderBtn:hover{
    background: #fff;
    color: #48296F;
}

/*  */
.hot {
    background-color: #0A4333;
    min-height: 90px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}

marquee {
    width: 100%;
}

.hot span {
    display: inline-block;
    align-items: center;
    margin: 0 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    direction: rtl;
}

.hot span a {
    background: #fff;
    color: #0A4333;
    font-size: 16px;
    height: 50px;
    padding: 0 25px;
    border-radius: 50px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
}

.hot span a:hover {
    background: #ffffff20;
    color: #fff;
}

/*  */
.our-fut {}

.our-fut .container {}

.our-fut .container .text {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 40px;
    display: flex;
    max-width: 600px;
    text-align: center;
    padding: 0 10px;
}

.our-fut .container .block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.our-fut .container .block::after {
    content: "";
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E9E2EF;
    z-index: -1;
}


.our-fut .container .block>i {
    width: 44px;
    height: 50px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 19px 0 0;
}

.our-fut .container .block .box {
    display: flex;
    flex-wrap: wrap;
    color: #48296F;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    margin: 0 auto;
}

.our-fut .container .block .box i {
    width: 90px;
    height: 90px;
    background-image: url("img/star.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slider-fut {
    width: calc(100% - 100px);
}

@media (max-width: 769px) {
    .slider-fut {
        width: 100%;
    }

    .our-fut .container .block>i {
        display: none;
    }
    .our-fut .container .block::after{
        display: none;
    }
}

/*  */
.hwn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
}

.hwn .logos {
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.hwn .logos .box {
    padding: 0 5px;
    width: auto;
    display: inline-block;
    margin: 0 !important;
    height: 130px;
		display: inline-block; 
	vertical-align: middle;
}

.hwn .logos .box .img {
    background: #fff;
    padding: 20px;
    margin: 0 !important;
    height: 130px !important;
    width: 200px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px 0px #0000000A;

}

.hwn .logos .box .img img {
    margin: 0 !important;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    filter: grayscale(1);
}

.hwn .logos .box .img:hover img {
    filter: inherit;
}

.hwn .logos marquee {
    direction: ltr;
    display: flex;
    align-items: flex-start;
    margin: 0;
    align-content: flex-start;
}

.hwn .logos2 marquee {
    direction: ltr;
}

.baner {
    background-image: url("img/bg.png");
    background-size: cover;
    padding: 70px 10px;
}

.baner .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 510px !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.baner .container h2 {
    color: #fff;
    margin: 0 0 40px;
    font-size: 42px;
    font-weight: 500;
}
@media (max-width: 769px) {
    .baner .container h2 {
    font-size: 36px;
}
}
.baner .container .foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.baner .container .foot a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: initial;
    color: #fff;
    text-align: center;
    width: 180px;
    height: 49px;
    padding: 0 0 5px;
    justify-content: center;
    margin: 0 5px;
}

.baner .container .foot a:hover {
    background: #fff;
    color: #48296f;
}

.baner .container .foot a.order {
    background: #fff;
    color: #48296F;
}

.baner .container .foot a.order:hover {
    background: initial;
    color: #fff;
}

/*  */
footer {
    clear: both;
    padding: 50px 10px;
    overflow: hidden;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
}

footer .container .block {
    padding: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .block .box {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

footer .container .block .box h4 {
    color: #000;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    width: 100%;
}

footer .container .block .box form {
    width: 100%;
    position: relative;
    height: auto;
}

footer .container .block .box form #pc_phone {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    outline: none;
    text-align: right;
    padding: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-image: url("img/mobile.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;

}

footer .container .block .box form button {
    background-color: #48296F;
    outline: none;
    color: #fff;
    padding: 0 25px 5px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 5px;
    top: 11px;
    height: 47px;
    font-size: 14px;
    border: none;
    outline: none;
}

footer .container .block .box form button:hover {
    transition: all 0.5s ease 0s;
    opacity: 0.8;
}

.media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.media a {
    text-decoration: none;
    outline: none;
    height: 50px;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px;
    justify-content: center;
}

.media a img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.media a:hover {
    opacity: 0.7;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .foot {
    padding: 30px 10px;
}

.footer .foot>img {
    width: auto;
    height: auto;
    max-height: 56px;
    margin: 0 0 30px;
}

.footer .foot p {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
}

.footer .foot .ico {
    display: flex;
    align-items: baseline;
    color: #000;
    font-size: 16px;
    margin: 0px 0 16px;
}
.footer .foot .ico a{
	 color: #000;
	text-decoration: none;
	outline: none;
}
.footer .foot .ico a:hover{
	opacity: 0.7
}

.footer .foot .ico img {
    width: 16px;
    height: auto;
    margin-inline-end: 8px;
}

.vat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("img/vat.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 39px 51px;
    padding: 0 49px 0 0;
    height: 51px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}

.vat span {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

/*  */
.copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 20px 0 0;
}

.copy .box {
    padding: 10px;
    color: #6D7783;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.copy .box img {
    width: auto;
    max-width: 100%;
}

.copy .box a {
    color: #6D7783;
    text-decoration: underline;
    outline: none;
    margin: 0 8px;
}

.copy .box a:hover {
    color: #000;
}

/*  */
.call {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -125px;
    transition: all 0.5s ease 0s;
    top: 50%;
    z-index: 50;
    flex-direction: column;
    margin-top: -60px;
}

.call:hover {
    left: 0;
    transition: all 0.5s ease 0s;
}

.call a {
    height: 50px;
    width: 170px;
    box-shadow: 10px 12px 25px 0px #0000000A;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 0 60px 60px 0;
    font-size: 18px;
    font-weight: 500;
    flex-direction: row;
    background: #fff;
    margin: 3px 0;
    transition: all 0.5s ease 0s;
    padding: 0 6px;
    font-size: 15px;
}

.call a img {
    height: auto;
    width: auto;
    margin-inline-end: 10px;
}

.call a:hover {
    opacity: 0.7;
}
/*  */
.mrafq{
    height: 220px;
    width: 300px;
    position: fixed;
    right: -240px;
    top: 50%;
    margin-top: -110px;
    transition: all 0.5s ease 0s;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background-color: #0A4333;
    background-image: url("img/mrafq.svg");
    background-size: 100% 100%;
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 60px;
    z-index: 98;
}
.mrafq:hover{
    transition: all 0.5s ease 0s;
    right: 0;

}
.mrafq span{
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: -85px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 220px;
    justify-content: center;
    padding: 0 0 5px;
    cursor: pointer;
    transform: rotate(-90deg);
}
.mrafq h2{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
}
.mrafq a{
    background: #fff;
    color: #0A4333;
    font-size: 14px;
    font-weight: 700;
    height: 49px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px;
}
.mrafq a:hover{
    background: #ffffff20;
    color: #fff;
}


/*  */
.cover-about {
    padding: 0;
    position: relative;
    width: 100%;
}

.cover-about>img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.cover-about h1 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 66px;
    margin: 0;
    font-weight: 500;
    justify-content: center;
}

@media (max-width: 769px) {
    .cover-about h1 {
        font-size: 36px;
    }
}

/*  */
.see {
    background: #F9F9F9;
}

.see .container {
    display: flex;
    flex-wrap: wrap;
}

.see .container .block {
    padding: 10px;
}

.see .container .block .box {
    background-color: #fff;
    padding: 35px 25px;
    border-radius: 5px;
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    background-image: url("img/v.png");
    background-repeat: no-repeat;
    background-position: left 20px top;
    background-size: auto 80%;
}

.see .container .block~.block .box {
    background-image: url("img/m.png") !important;
    background-position: left 0 top !important;

}

.see .container .block .box h2 {
    color: #000;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 40px;
}

.see .container .block .box p {
    margin: 0;
}


/*  */
.gool {}

.gool .container {
    display: flex;
    flex-wrap: wrap;
}

.gool .container .block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
}

.gool .container .block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gool .container .block .box {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    height: 100%;
}

.gool .container .block h2 {
    color: #000;
    margin: 0px 0px 20px;
    font-weight: 500;
    font-size: 40px;
}

.gool .container .block ul {
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 400;
    padding: 0 25px 0 0;
    margin: 0;
}

.gool .container .block ul li {
    /* display: flex; */
    margin: 0 0 10px;
}

/* valuo */
.valuo {
    background-color: #F9F9F9;
}

.valuo .container {
    position: relative;
    z-index: 9;
}

@media (min-width: 769px) {
    .slider-valuo {
        width: calc(100% - 100px);
    }

    .slider-valuo {
    display: flex;
    flex-wrap: wrap; /* يخلي العناصر تنزل لسطر جديد لو مفيش مساحة */
    }

    .slider-valuo .box {
    flex: 1 1 200px; /* العرض الافتراضي لكل عنصر */
    padding: 0 15px;
    }
}


@media (max-width: 769px) {
    .slider-valuo {
        width: 100%;
    }

    .slider-valuo {
    display: flex;
    flex-wrap: wrap; /* يخلي العناصر تنزل لسطر جديد لو مفيش مساحة */
    justify-content: center;
    }

    .slider-valuo .box {
        width: 50%;/* العرض الافتراضي لكل عنصر */
    padding: 0 15px;
        margin: 0 0 30px !important ;
    }
}





/* order */
.order {
    background: #F9F9F9;
}

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

.order .container .block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.order .container .block .nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.order .container .block .nav span {
    width: 32%;
    height: 2px;
    background-color: #5F398E;
    border-radius: 2px;
}

.order .container .block .nav span.active~span {
    background-color: #DFDFDF;
}

.order .container .block .box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.order .container .block .box h3 {
    color: #000;
    margin: 0 0 20px;
    font-size: 20px;
}

.button {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease 0s;
    text-align: center;
    color: #fff;
    background: #321950;
    border-radius: 50px;
    margin: 5px 0 0;
    outline: none;
    border: 1px solid #48296F;
    justify-content: center;
    padding: 0 0 5px;
}

.back {
    opacity: 0.5;
}

.button:hover {
    color: #48296F;
    transition: all 0.5s ease 0s;
    background: #fff;
    border: 1px solid #48296F;
    opacity: 1;
}

.order .container .block p {
    color: #5A5A5A;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
}

.order .container .block p a {
    color: #5A5A5A;
    text-decoration: underline;
    margin: 0 5px;
}

.order .container .block p a:hover {
    color: #000;
}

/*  */
.lebal {
    position: relative;
    margin: 0 0 6px;
    color: #000;
    font-size: 14px;
    padding: 8px;
    float: right;
}

.input,
.select {
    width: 100%;
    height: 49px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #DBDBDB;
    margin: 5px 0;
    padding: 0 20px 0;
    text-align: right;
}

.select2-container--default .select2-selection--single{
  width: 100%;
  height: 49px !important;
  border-radius: 10px !important;
  outline: none;
  border: 1px solid #DBDBDB !important;
  margin: 5px 0;
  padding: 0 0px 0 !important;
  text-align: right;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: unset;
}
.textarea{
    height: 120px;
    padding: 20px ;
}

.select {
    background-image: url("img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
    appearance: none;
}

.date {
    background-image: url("img/arrow-down.svg") !important;
    background-repeat: no-repeat;
    background-position: left 10px center;
    appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
	top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lebal i {
    position: absolute;
    left: 20px;
    top: 45px;
    direction: ltr;
    font-style: normal;
}

/*  */
.servies-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.servies-item .itme {
    margin: 0 0 10px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 14px 14px 0px #00000005;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}

.servies-item .itme img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-inline-end: 15px;
}

.servies-item .itme .radio-name {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
	z-index: 999;

}

.servies-item .itme .chik {
    width: 25px;
    height: 25px;
    background-image: url("img/chek.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    /* display: none;    */
    transition: all 0.5s ease 0s;
    transform: scale(0);
}

.servies-item .itme .radio-name:checked~.chik {
    /* display: block; */
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
.servies-item .itme .sel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 99;
    display: none;
    opacity: 0;
     transition: all 0.5s ease 0s;
}
.servies-item .itme .radio-name:checked ~ .chik ~.sel{
    opacity: 1;
    display: block;
    border: 1px solid #48296F;
     transition: all 0.5s ease 0s;
}
/*  */
.times{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0;
}
.times .time-div{
    padding: 3px;
}
.times .time-div div{
    min-height: 56px;
    position: relative;
    overflow: hidden;
}
.times .time-div div .time{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}
.times .time-div div span{
    width: 100%;
    height: 56px;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    color: #000;
    display: flex;
     transition: all 0.5s ease 0s;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border: 1px solid #DBDBDB;
    justify-content: center;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.times .time-div div .time:checked ~ span{
    background: #321950;
     transition: all 0.5s ease 0s;
    color: #fff;
}



.thank {
    background-image: url("img/bg.png");
    background-size: cover;
}

.thank .container {
    background: #fff;
    padding: 100px 30px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    max-width: 1000px !important;
}

.thank .container h1 {
    color: #5F398E;
    font-size: 40px;
    font-weight: 500;
    margin: 20px 0;
}

.thank .container p {
    font-size: 20px;
    color: #717171;
    margin: 0 auto 30px;
    max-width: 710px;
    text-align: center;
}

.thank .container p strong {
    color: #5F398E;
}

.thank .container .copycode {
    font-size: 16px;
    color: #5F398E;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    border: none;
    width: auto;
    background: #F9F9F9;
    border-radius: 66px;
}

.thank .container .copycode:hover {
    background: #321950;
    color: #fff;
}


/*  */
.price-page {
    background: #F9F9F9;
}

.price-page .container {
    display: flex;
    flex-wrap: wrap;
    color: #000000;
}

.price-page .container>p {
    padding: 0 20px;
    text-align: center;
    width: 100%;
    margin: -20px auto 30px;
    color: #000000;
}

.price-page .container .block {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
}

/*  */
.nav-serv {
    display: flex;
    flex-wrap: wrap;
    /* flex: 1; */
    justify-content: space-between;
    margin: 0 0 20px;
}

.nav-serv button {
    min-height: 130px;
    border: 1px solid #EDEDED;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    width: 19%;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.nav-serv button span{
	color: #48296f;
	background: #FFEB3B;
	font-size: 13px;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 0 2px;
	width: 110px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -27px;
	top: 11px;
	transform: rotate(-41deg);
}

@media (max-width: 769px) {
    .nav-serv button {
        min-height: 100px;
        width: 33%;
        font-size: 10px;
        margin: 0 0 2px;
    }
}

.nav-serv button img {
    width: auto;
    height: 40px;
    margin: 0 0 10px;
}

.nav-serv button.active {
    background: #48296F;
    color: #fff;
}

.nav-serv button.active img {
    filter: brightness(100);
}


.tab-content {
    display: none;
}

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

.tab-btn.active {
    background: #ddd;
}

/* مجرد مثال */
.defolt.active {
    display: flex !important;
    min-height: 500px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.defolt img {
    margin: 0 auto 30px;
}

.defolt h2 {
    color: #000;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.allserv {
    display: flex;
    flex-wrap: wrap;
}

.allserv .items {
    padding: 10px;
}

.allserv .items .box {
    padding: 15px 15px 15px 120px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #444;
    justify-content: center;
}

.allserv .items .box h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}

.allserv .items .box span {
    font-size: 12px;
    font-weight: 400;
}

.allserv .items .box .number {
    position: absolute;
    left: 16px;
    top: 20px;
}

.number {
    background: #f0f0f0;
    width: 105px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

.number button.min {
    width: 20px;
    height: 20px;
    background-image: url("img/minus-square.svg");
    background-size: 100% 100%;
    border: none;
    outline: none;
}

.number button.add {
    width: 20px;
    height: 20px;
    background-image: url("img/add-square.svg");
    background-size: 100% 100%;
    border: none;
    outline: none;
}

.number .cunt {
    width: 30px;
    height: 20px;
    background: none;
    outline: none;
    border: none;
    color: #48296f;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 5px;
}

/*  */
.cart-section {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #F0F1F3;
    overflow-x: auto;
}

.cart-table {
    width: 100%;
}

@media (max-width: 769px) {
    .cart-table {
        width: 800px;
    }
}

.cart-table thead {
    background: #F9F9FC;
}

.cart-table thead tr {}

.cart-table thead tr th {
    padding: 10px 15px;
    color: #333843;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
}

.cart-table tbody {}

.cart-table tbody td {
    padding: 10px 15px;
    color: #333843;
    font-size: 18px;
    font-weight: 500;
    direction: rtl;
}

.remove {
    width: 44px;
    height: 44px;
    border: none;
    outline: none;
    background-image: url("img/remove.svg");
    background-size: 100% 100%;
}

/*  */
#cart-summary .box {
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0 20px;
    background-image: url("img/summary.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
}

#cart-summary p {
    color: #797D82;
    font-weight: 400;
    font-size: 18px;
}

#cart-summary p strong {
    color: #48296F;
    font-weight: 600;
}

/*  */
.alow {
    color: #5A5A5A;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
}

.alow a {
    color: #5A5A5A;
    text-decoration: underline;
    margin: 0 5px;
}

.alow a:hover {
    color: #000;
}

button.download {
    border: 1px solid #48296F;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px;
    outline: none;
    border-radius: 56px;
    height: 56px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
}

button.download img {
    transition: all 0.5s ease 0s;
    margin: 5px;
}

button.download:hover {
    background-color: #48296F;
    transition: all 0.5s ease 0s;
    color: #fff;

    img {
        transition: all 0.5s ease 0s;
        filter: brightness(100);
    }
}

button.send {
    border: 1px solid #48296F;
    background-color: #48296F;
    color: #fff;
    width: 100%;
    margin: 10px 0 0;
    outline: none;
    border-radius: 56px;
    height: 56px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
}
button.send:hover {
    border: 1px solid #48296F;
    background-color: #fff;
    color: #48296F;
    transition: all 0.5s ease 0s;
}
#cart-body{
    direction: ltr;
}
/*  */
.offer{
    background-color: #F9F9F9;
    display: flex;
    flex-wrap: wrap;
}
.offer .container{
    display: flex;
    flex-wrap: wrap;
}
.dates{
    background-image: url("img/calendar.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: #F9F9F9;
    padding: 5px 50px 6px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
}
.dates span{
    font-weight: 600;
    padding: 0 4px;
}
.pric{
    color: #48296f;
    font-size: 24px;
    font-weight: 500;
}
.offer .modal-body .foot{
    background: #fff !important;
}
.offer .modal-body .foot h5{
        color: #48296f;
    font-size: 24px;
    font-weight: 500;
}
/*  */
.sub{
    background-image: url("img/bg.png");
    background-size: cover;
}
.sub .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sub .container h3{
    color: #fff;
    font-size: 38px;
    margin: 0 auto 40px;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.sub .container .block{
    padding: 5px;
}
.other{
    display: flex;
    flex-wrap: wrap;
}
.sub .container .block a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 80px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    align-items: center;
    justify-content: flex-start;
}
.sub .container .block a img{
    width: 25px;
    height: auto;
    margin-inline-end: 6px;
}
.sub .container .block a:hover{
    opacity: 0.6;
}


/* contact */
.contact{
    background: #F9F9F9;
    padding: 50px 20px;
}
.contact .container{
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    width: 100%;
    max-width: 600px !important;
}
.contact .container h4{
    color: #48296F;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px;
}
.contact .container h1{
        color: #000;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 20px;
}
.contact .container .block{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-wrap :wrap;
}
.contact .container .block h3{
    color: #000;
    margin: 0 0 20px;
    font-size: 24px;
    width: 100%;
}
.contact .container .block form{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block form p{
    margin: 0;
}

/*  */
.baner{
    color: #fff;
}
.baner .container{
    display: flex;
    flex-wrap: wrap;
}
.baner .container .blocks{
    padding: 6px;
}
.blocks-all{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.baner .container .blocks .box{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
}
.baner .container .blocks .box .media{
    margin: 0 auto;
    display: flex;
}
.baner .container .blocks .box .media img{
    /* filter: brightness(100); */
}

.baner .container .blocks .box2{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.baner .container .blocks .box2 img{
    width: 40px;
    height: 40px;
    margin-inline-end: 10px;
}
.baner .container .blocks .box2 span{
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 50px);
    text-align: start;
}
.baner .container .blocks .box2 h4{
    font-size: 24px;
    font-weight: 500;
    margin: -14px 0 0;
    width: calc(100% - 50px);
    text-align: start;
    margin-inline-start: 46px;
}
.baner .container .blocks .box2 h4 a{
    color: #000;
    text-decoration: none;
    outline: none;
}
.baner .container .blocks .box2 h4 a:hover{
    color: #48296F;
}
.blocks-all .blocks:last-child{
    width: 100%;
    min-width: 100%;
}
.blocks-all .blocks:last-child span{
        font-size: 24px !important;
    font-weight: 500 !important;
}
.blocks-all .blocks:last-child h4{
        font-size: 16px !important;
    font-weight: 400 !important;
    color: #717171;
    margin-top: 0 !important;
}

/*  */
.terms{
    background-color: #F9F9F9;
}
.terms .container{
    display: flex;
    flex-wrap: wrap;
}
.terms .container > h2{
    color: #000;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    border: none;
}
.terms .container .block{
    padding: 15px;
}
.accordion-button:after{
    margin: initial;
    position: relative;
    left: auto;
    right: auto;
    filter: brightness(0.5);
}
/*  */
/* تخصيص الأكورديون */
.custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.custom-accordion .accordion-button {
  background-color: #fff !important;
  color: #000;
  font-weight: 600;
  box-shadow: none !important;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  min-height: 63px;
}
.custom-accordion .accordion-button div{
    display: flex;
    align-items: center;
}
.custom-accordion .accordion-button span{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #F9F9F9;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-inline-end: 10px;
    color: #000;
    font-size: 20px;
    justify-content: center;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #f8f9fa; /* فاتح وقت الفتح */
  color: #000;
}

.custom-accordion .accordion-body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  padding: 30px;
}
.custom-accordion .accordion-body ul{
    padding: 0 10px;
}

/*  */
.serv-page{
    background: #F9F9F9;
    padding-top: 30px;
}
.serv-page .container{
    display: flex;
    flex-wrap: wrap;
}
.masar{
    color: #B7B8BA;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    align-items: center;
}
.masar span{
    color: #000;
    font-weight: 500;
}
.masar i{
    width: 16px;
    height: 16px;
    background-image: url("img/arrow-left.svg");
    background-size: 100% 100%;
    margin: 0 3px;
}
/*  */
.serv-page .container .allservies{
    list-style: none;
    margin:  30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.serv-page .container .allservies li{
    width: 20%;
    padding: 5px;
}
@media (max-width: 769px) {
	.serv-page .container .allservies li{
    width: 50%;
}
}
.serv-page .container .allservies li a{
    background-color: #FFFFFF;
    height: 80px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    outline: none;
    text-decoration: none;
    justify-content: center;
    padding: 0 0 5px;
    color: #000;
    text-decoration: none;
    outline: none;
}
.serv-page .container .allservies li a img{
    width: 24px;
    height: auto;
    margin-inline-end: 5px;
}
.serv-page .container .allservies li a:hover{
    opacity: 0.6;
}
.serv-page .container .block{
    text-align: center;
    margin: 0 auto;
    color: #6C6C6C;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.serv-page .container .block h1{
    color: #000;
    font-size: 48px;
    font-weight: 500;
    margin: 20px 0 30px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
.serv-page .container .block .slider-serv{
    border-radius: 10px;
    width: 100%;
    margin: 20px 0;
}
.serv-page .container .block .slider-serv img{
    height: 356px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.block-tag {
  display: flex;
  flex-wrap: wrap; /* عشان ينزلوا تحت بعض لو زادوا */
  gap: 15px;       /* مسافة بين العناصر */
}

.block-tag .tags {
  flex: 1 1 calc(20% - 15px); /* 4 بلوكات في الصف - تقدر تعدل النسبة */
  display: flex;
}

.block-tag .tags .box {
  background: #f5f5f5;
  padding: 15px;
  flex: 1; /* يخلي كل البلوكات قد بعض */
  text-align: center;
  border-radius: 8px;
}




@media (max-width: 769px) {
    .block-tag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: initial;
    justify-content: center;
}
.block-tag .tags{
    width: 45% !important;
    display: flex;
    flex: none;
    padding: 0;
}
}
.block-tag .tags .box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 100%;
}
.block-tag .tags img{
    width: 33px;
    height: auto;
    margin: 0 0 10px;
}
.block-tag .tags span{
    color: #000000;
    font-weight: 24px;
    font-weight: 500;
}
/*  */
.me{
    background: #48296F;
    color: #fff;
}
.me .container{
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.me .container h1{
    font-weight: 500;
    font-size: 42px;
    margin: 0 0 15px;
}

/*  */
.viduo{}
.viduo .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1000px !important;
}
.viduo .container .block{
    padding: 25px 0;
    margin: 0 -10px;
}
@media (max-width: 769px) {
    .viduo .container .block{
    padding: 15px ;
    margin: 0 ;
}
}


.viduo .container .block h4{
    color: #000;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    max-width: 400px;
}
.viduo .container .block button{
    height: 46px;
    display: flex;
    padding: 0 30px 6px;
    border-radius: 50px;
    outline: none;
    border: none;
    background: #000;
    color: #fff;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.viduo .container .block button:hover{
    background: #321950;
}
.viduo .container .block video{
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    height: 508px;
}
/*  */
.web{
    background: #F9F9F9;
}
.web .container{
    display: flex;
    flex-wrap: wrap;
}
.web .container .block{
    padding: 8px;
}
.web .container .block .box{
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.web .container .block .box img{
    width: auto;
    height: 67px;
    margin: 0 0 30px;
}
.web .container .block .box p{
    color: #6C6C6C;
    font-size: 20px;
    margin: 0;
}
.web .container .block .box a{
    color: #48296F;
    border: 1px solid #48296F;
    height: 49px;
    padding: 0 25px 5px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    outline: none;
    margin: 30px 0 0;
}
.web .container .block .box a:hover{
    background-color: #48296F;
    color: #fff;
}


.block-mrafq .box a{
    color: #0A4333 !important;
    border-color: #0A4333 !important;
}
.block-mrafq .box a:hover{
    background-color: #0A4333 !important;
    color: #fff !important;
}
/*  */
.carousel{
    position: relative;
    padding: 0 0 40px;
    display: none;
}
@media (max-width: 769px) {
    .carousel{
    display: block;
}
}

.carousel .owl-prev{
    right: 40px;
    left: auto;
    top: auto;
    bottom: 0;
    background-color: #fff;
}
.carousel .owl-next{
    right: 0;
    top: auto;
    bottom: 0;
    background-color: #fff;
}

@media (max-width: 769px) {
    p{
        font-size: 18px;
    }
}
/*  */
@media (max-width: 769px) {
	.icon-mob{
		position: fixed;
		left: 10px;
		bottom: 10px;
		z-index: 99;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.icon-mob .icon{
		display: block;
		width: 50px;
		height: 50px;
		background-color: #fff;
		background-image: url("img/icons.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 24px 24px;
		box-shadow: 0 0 10px #ddd;
		border-radius: 50%;
		cursor: pointer;
	}
	.call {
		position: initial;
		left: auto;
		top: auto;
		z-index: 50;
		margin-top: 0;
		display: none;
		
	}
	.call a{
		width: 50px;
		height: 50px;
		display: flex;
		box-shadow: 0 0 10px #ddd;
		font-size: 0 !important;
		border-radius: 50%;
	}
	.mrafq{
		width: 50px;
		border-radius: 50px;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		display: none;
		padding: 0;
	}
	.mrafq h2{
		display: none;
	}
	.mrafq a{
		display: block;
		font-size: 0;
		position: absolute;
		width: 50px;
		height: auto;
		top: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.icon-mob-on .call{
		display:flex;
	}
	.icon-mob-on .mrafq{
		display:flex;
		
	}
	
	
}

/**********************************************************/


@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}










/**********************************************************/


@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}





/*  ---------------------------- dark -------------------------------- */
.thame-dark{
	background: #000;
	.how {
		background: #000;
		color: #fff;
	}
	.how .container .block h1{
		color: #fff;
	}
	.how .container .block p{
		color: #979595;
	}
	.how .container .block a.mor {
		color: #fff;
		background: #ffffff50;
	}
	.how .container .block a:hover {
		color: #fff !important;
        background: #ffffff50 !important;
		}
		.serv {
			background: #222;
		}
	.title {
    color: #fff;
	}	
	.serv .container .block .box {
    background: #000;
}
	.serv .container .block .box img {
    background: #999;
}
	.serv .container .block .box h3{
		color: #fff
	}
.serv .container .block .box p{
		color: #979595;
	}	
	.modal-content{
		background: #000;
		color: #fff;
	}
	.modal-body h3{
		color: #fff
	}
.modal-body p{
		color: #979595;
	}	
	.modal-body .tags span {
    background: #222;
    color: #fff;
}
	.modal-body .foot {
    background-color: #222;
}
	.proj {
    background: #000;
}
	.maps {
	background: #222;	
	}
	.maps img {
    filter: invert(1);
}
	.location{
		color: #fff
	}
	.location.location-on svg {
    background: #444;
}
	.box-text {
		color: #fff;
		background: #444;
	}
	.box-text a{
		background-color: #000;
		color: #fff
	}
	.our-fut {
    background: #000;
}
	.our-fut .container .block .box {
    color: #979595;
}
	.fut {
    background: #222;
}
	.fut .container .box h1 {
    color: #ffffff;
}
	.fut .container .box p {
    color: #ffffffa6;
}
.fut .container .box img {
    filter: brightness(100);
}
.hwn {
    background: #000000;
}	
footer {
    background: #222;
	color: #fff
}
	.media a img {
    filter: brightness(100);
    opacity: 0.4;
}
	footer .container .block .box form #pc_phone {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
	.footer .foot>img {
    filter: brightness(100);
}
	.copy .box a:hover {
    color: #fff;
}
.footer .foot .ico {
    color: #717171;
}
	.vat {
    color: #717171;
}
	.footer .foot .ico img {
    filter: brightness(100);
    opacity: 0.5;
}
	footer .container .block {
    border-bottom: 1px solid #333;
}
	.call a {
    color: #ffffff;
    background: #000;
}
.gool .container .block .box {
    background: #222;
}
	.gool .container .block h2{
		color: #fff
	}
	.see {
    background: #f9f9f92e;
}
	.see .container .block .box {
    background: #000000;
    color: #ffffff96;
    background-image: none;
}
	.see .container .block~.block .box {
        background-image: none !important;
}
	.our-fut .container .block::after {
    border-bottom: 1px solid #ffffff54;
    z-index: 1;
}
	
	
	
	
/* 	 header*/
header.header-page {
    background: #000000;
}	
header.header-page .menu-header ul li a {
    color: #ffffff;
}	
header.header-page .container a.contact-but {
    border: 1px solid #ffffff;
    color: #ffffff;
}	
header.header-page .container img.logo {
    filter: brightness(100);
}	
.viduo .container .block h4 {
    color: #999;
}
.viduo .container .block button {
    background: #999;
}
.viduo .container .block button:hover {
    background: #fff;
	color: #000
}	
	.web {
    background: #222;
}
	.web .container .block .box {
    background: #000000;
}
.web .container .block .box a {
    background-color: #222 !important;
    color: #fff !important;
}	
	.web .container .block .box a:hover {
    background-color: #333 !important;
    color: #fff !important;
}
	.contact {
    background: #222;
}
	.contact .container h1 {
    color: #fff;
}
	.contact .container .block {
    background: #3f3f3f54;
    color: #fff;
}
	.contact .container .block h3 {
    color: #fff;
}
.contact .container .block form p {
    margin: 0;
    color: #fff;
}
	.input, .select {
    border: 1px solid #333;
    background: #000;
    color: #fff;
}
	.baner .container .blocks .box .media img {
    filter: none !important;
    opacity: 1 !important;
}
	.terms {
    background-color: #222;
}
	.terms .container > h2 {
    color: #fff;
}
	.custom-accordion .accordion-button{
		background: none !important;
		color: #fff;
	}
	.custom-accordion .accordion-item {
    background: #000;
}
	.custom-accordion .accordion-body{
		background: none !important;
		color: #fff;
	}
	.custom-accordion .accordion-button span {
    background-color: #222;
    color: #fdfdfd;
}
	.see .container .block .box h2 {
    color: #ffffff;
}
	header.header-page .mode .light {
    background-color: #000000;
}
	footer .container .block .box h4 {
    color: #f7f7f7;
}
	.serv-page {
    background: #222;
}
	.serv-page .container .block h1{
		color: #fff
	}	
	.masar span {
    color: #fff;
}
	.order {
    background: #222;
}
	.order .container .block .box {
    background: #ffffff1c;
	}
	.lebal {
    color: #fff !important
}
	.lebal i {
    color: #fff;
}
	.servies-item .itme{
    color: #fff;
	}
.order .container .block .box h3 {
    color: #fff;
}	
	.servies-item .itme .radio-name:checked~.chik {
    filter: brightness(100);
}
	.order .container .block p {
    color: #ffffff;
}
	.order .container .block p a{
    color: #ffffff;
}	
	.thank .container{
		background: #222
	}
	.cart-table tbody td {
    color: #fff;
}
	
	#cart-summary .box {
    background-color: #222;
    background-image: none !important;
}
	#cart-summary p strong {
    color: #ffffff;
}
	#cart-summary p {
    color: #b7b8b9;
}
	.defolt h2 {
    color: #ffffff;
}
	.defolt img {
    filter: brightness(100);
}
.dates {
    background-color: initial;
    color: #ffffff;
}
.pric {
    color: #ffffff;
}	
.price-page {
    background: #222;
}
	.price-page .container>p {
    color: #eee;
}
	.price-page .container .block {
    background-color: #000;
}
	.allserv .items .box h4 {
    color: #fff;
}
	.allserv .items .box span {
    color: #ddd;
}
	.footer .foot .ico a {
    color: #717171;
}
		.blogs {
    background: #222 !important;
	}
	.blogs .container .blog-box .box a h3 {
    color: #fff !important;
}
	#my-cats li a {
    background: #000 !important;
    color: #999 !important;
}
	.blogs .container .blog-box .box a{
		background: #000 !important;
	}
	.single {
    background: #222 !important;
    color: #fff !important;
}
	.single .tit{
		color: #fff !important;
		    border-bottom: 1px solid #666;
	}
}



/* --------------------------المدونة */
.single{
	background: #F9F9F9;
	padding: 50px 20px;
}
.single .container{
	display: flex;
	flex-wrap: wrap;
	max-width: 860px !important;
}
.single .container .tit{
	color: #000;
	margin: 0 0 30px;
	padding: 30px 0;
	border-bottom: 1px solid #EDEDED;
	font-size: 40px;
}
.single .container img{
	margin: 20px auto;
	display: block;
	width: 100%;
	height: auto;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	
}
.gallery *{
	border: none !important;
	border-radius: 16px;
}
.gallery-item{
	padding: 10px
}
@media (max-width: 769px) {
	.gallery-item{
	width: 100% !important;
	padding: 0;
}
}
/*  */
.blogs{
    background: #F9F9F9;
    padding: 50px 10px;
}
.blogs .container{
    display: flex;
    flex-wrap: wrap;
}
.blogs .container .blog-box{
    padding: 5px;
}
.blogs .container .blog-box .box{}
.blogs .container .blog-box .box a{
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    outline: none;
    color: #000;
    padding: 10px 10px 30px;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}
.blogs .container .blog-box .box a img{
    width: 100%;
    height: 280px;
    border-radius: 15px;
    margin: 0 0 15px;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
.blogs .container .blog-box .box a .img{
	overflow: hidden;
	    margin: 0 0 15px;
	    width: 100%;
    height: 280px;

}
.blogs .container .blog-box .box a:hover img{
	transition: all 0.5s ease 0s;
	opacity: 0.7;
}
.blogs .container .blog-box .box a h3{
    font-size: 20px;
    color: #000000;
    margin: auto;
    padding: 0 20px;
    text-align: start;
    width: 100%;
}

@media (min-width: 769px) {
	.blogs .container .blog-box:first-child{
		width: 66.66% !important;
	}
	.blogs .container .blog-box:first-child a{
		padding: 0 !important;
	}
	.blogs .container .blog-box:first-child img{
    height: 380px !important;
    margin: 0 !important;
}
	.blogs .container .blog-box:first-child h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    display: flex;
    align-items: flex-end;
    color: #fff !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #48296F 100%);
    border-radius: 15px;
    padding: 30px !important;
    font-size: 30px !important;
}
}

#load-more{
	background: #5F398E;
	color: #fff;
	margin: 0 auto;
	height: 49px;
	display: flex;
	padding: 9px 35px 0;
	border-radius: 49px;
	outline: none;
	text-decoration: none;
	border: 1px solid #5F398E;
}
#load-more:hover{
	color: #5F398E;
	background: #fff;
}

#my-cats{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	list-style: none;
	justify-content: center;
	padding: 0;
}
#my-cats li{
	padding: 5px;
	display: flex;
}
#my-cats li a{
	background: #fff;
	color: #17191F;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 20px;
	border-radius: 10px;
}
#my-cats li a:hover{
	opacity: 0.6
}

.go{}
.send-en{
	display: none;
}
.en{
	display:none;
}
