@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;500;700;800&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #AD9465;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.title-top h1 {
    padding: 15px 0;
    position: relative;
}

.title-top h1::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #3dabe0;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

body {
    background: url(../images/decor-0.png)  no-repeat center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.decor {
    height: 560px;
    width: 550px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.decor-top {
    top: 0;
    left: 0;
}

.decor-bottom {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.btn-custom {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    padding: 10px 60px;
    border-radius: 50px;
    transition: .5s;
    border: 1px solid #AD9465;
    display: inline-block;
    margin: 30px 0;
}

.btn-custom:hover {
    background: #ad9465;
    color: #fff;
}

/* Start landing page */

.landing-page {
    position: relative;
}

.landing-page .item figure.logo {
    height: 260px;
    overflow: hidden;
}

.landing-page .item figure.logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.landing-page .item h1 {
    font-size: 40px;
    color: #8E6625;
    margin: 15px 0 0;
}

.landing-page .item .shepherd h5 {
    color: #8E6625;
    font-size: 16px;
    font-weight: 400;
}

.landing-page .item .shepherd figure {
    height: 170px;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.landing-page .item .shepherd figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* end landing page  */
/* Start Home Page - Header */

header {
    background: #ffffff;
    padding: 5px 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 13px;
}

header .d-flex {
    justify-content: space-between;
    align-items: center;
}

header .d-flex .logo a {
    display: block;
    overflow: hidden;
    height: 100px;
}

header .d-flex .logo a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#menu-pramary {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-pramary li:not(:last-child) {
    margin-left: 25px;
}

#menu-pramary li a {
    color: #000000;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 500;
}

#menu-pramary li:hover a {
    color: #AD9465
}

#menu-slid {
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

#menu-slid span {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 3px;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}

#menu-slid span:first-child {
    top: 0;
}

#menu-slid span:nth-child(2) {
    top: 10px;
    width: 20px;
    left: 0;
}

#menu-slid span:last-child {
    top: 20px;
}

.left-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-back {
    margin-right: 40px;
}

.arrow-back i {
    color: #000;
    font-size: 25px;
}

/* End Home Page - Header */
/* Start Section-01 */

.section-web {
    position: relative;
    overflow: hidden;
    padding: 60px 0 140px;
}

.section-web.section-01 {
    height: 500px;
}

/* Start Section-01 */
/* Start page-02 Section-02  */

.name-alhossnh .accordion-item h2 {
    margin-bottom: 0;
}

.name-alhossnh h2 {
    color: #8E6625;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 32px;
}

.name-alhossnh .item-list ul li {
    position: relative;
}

.name-alhossnh .item-list ul li::before,
.name-alhossnh.allatif .content .accordion-button>h2::before,
.name-alhossnh.our-advantages .box .caption p::before,
.name-alhossnh.our-advantages .box .caption h2::before {
    content: "";
    background-image: url(../images/certificate.png);
    position: absolute;
    right: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.name-alhossnh.allatif .content .accordion-button>h2::before {
    top: 20px;
}

.name-alhossnh .item-list ul li,
.name-alhossnh .item-list ul li>ul>li {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 600;
}

.name-alhossnh .item-list ul li>ul>li::before {
    background-image: none;
    background-color: #ad9465;
    width: 21px;
    right: -9px;
    height: 6px;
    top: 12px;
    border-radius: 60px;
}

.name-alhossnh .item-list ul li>ul {
    margin-top: 20px;
    padding-right: 25px;
}

.name-alhossnh .item-list ul li>ul>li {
    font-weight: 500;
}

.name-alhossnh .box h1 {
    text-align: center;
    position: relative;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.name-alhossnh .box h1::before {
    content: "";
    background-image: url(../images/shape-title.png);
    position: absolute;
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -10px;
    right: 0;
    z-index: -1;
}

a.add-btn {
    background-color: #AD9465 !important;
    border: 1px solid #8e662538 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}

.name-alhossnh .item.alkhutab a.add-btn,
.name-alhossnh .item.alkhutab a {
    color: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    /* width: 150px; */
    /* max-width: 150px; */
    margin: 13px 0;
    font-size: 15px;
    border: 1px solid #00000061;
    background-color: #fff;
    transition: 300ms;
}

.name-alhossnh.allatif .box.allatif-page a.add-btn {
    background-color: #8E6625 !important;
}

.name-alhossnh.allatif .box.allatif-page a.add-btn:hover {
    background-color: #a59b9b !important;
}

.name-alhossnh .item.alkhutab a.bg-color {
    background-color: #DED5C2;
    border: 1px solid #8e662538;
}

.name-alhossnh .item.alkhutab a span {
    color: #8E6625;
    font-weight: 800;
    transition: 300ms;
    padding-right: 10px;
}

.name-khutab .item.alkhutab a.bg-color:hover {
    background-color: #d5a13f;
    color: #fff;
}

.name-khutab .item.alkhutab:hover a.bg-color span {
    color: #000;
}

.name-alhossnh.allatif .item.alkhutab .head-text {
    margin-bottom: 25px !important;
    padding: 8px 5px;
    font-size: 19px;
}

.name-alhossnh.allatif .item.alkhutab h5,
.name-alhossnh.allatif .item.alkhutab a {
    justify-content: center;
    margin: 0 0 8px;
}

.name-alhossnh.allatif .box h1::before {
    width: 570px;
    left: 0;
    top: -8px;
    background-size: contain;
    margin: auto;
}

.name-alhossnh .content>h2 {
    position: relative;
}

.name-alhossnh .content {
    margin: 30px 0 20px;
}

.name-alhossnh .accordion-item {
    border: 1px solid #aba8a8;
    border-radius: 0 !important;
    margin: 15px 0;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.name-alhossnh .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.name-alhossnh .accordion-button:focus {
    box-shadow: none !important;
}

.name-alhossnh .accordion-body {
    border-top: 1px solid #aba8a8;
    height: 150px;
    overflow: auto;
}

.name-alhossnh .accordion-body .btn-icheck {
    border: none;
    font-size: 13px;
    padding: 0;
    margin-bottom: 7px;
    color: #242424;
    line-height: 1.9;
    text-align: right;
}

.name-alhossnh .accordion-body button.btn.btn-icheck {
    color: #1E941A;
}

.name-alhossnh .accordion-body .modal {
    overflow: hidden;
}

.name-alhossnh .box.allatif-page h1::before {
    background-image: url(../images/shape-title02.png);
    width: 100%;
    top: -11px;
}

.name-alhossnh .accordion-body label {
    font-size: 13px;
    color: #242424;
    margin-bottom: 7px;
    line-height: 1.9;
}

/* End page-02 Section-02  */
/* Start HomePage */

.home-page {
    padding: 90px 0 50px;
    position: relative;
}

.home-page .item h1 {
    margin-bottom: 40px;
}

.home-page .item p {
    line-height: 1.9;
    font-size: 15px;
    margin: 0;
}

.home-page .image-landing figure {
    overflow: hidden;
    height: 444px;
}

.home-page .image-landing figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* End HomePage */
/* Start our-advantages */

.name-alhossnh.our-advantages {
    padding: 40px 0 0;
}

.name-alhossnh.our-advantages .box h1::before {
    background-size: contain;
    top: -11px;
}

.name-alhossnh.our-advantages .box .caption {
    border: 1px solid #7070708f;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
    min-height: 300px;
    background-color: #fff;
}

.name-alhossnh.our-advantages .box .caption .item {
    padding: 13px 0 0;
}

.name-alhossnh.our-advantages .box .caption h2 {
    position: relative;
    padding-right: 25px;
    font-size: 16px;
}

.name-alhossnh.our-advantages .box .caption h2::before {
    top: 2px;
}

.name-alhossnh.our-advantages .box .caption h3 {
    font-size: 19px;
    font-weight: 600;
    color: #8E6625;
}

.name-alhossnh.our-advantages .box .caption p {
    position: relative;
    padding-right: 25px;
    font-weight: 600;
    line-height: 1.9;
    font-size: 14px;
}

/* End our-advantages */
/* Start custom-alkhutab */

.pad-t-160 {
    padding: 160px 0;
}

.custom-alkhutab .caption {
    background: #AD9465;
    padding: 25px 40px;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 600;
    min-height: 120px;
    transition: 300ms;
}

.custom-alkhutab .caption:hover {
    background: #d5a13f;
}

.custom-alkhutab .caption a {
    display: flex;
    align-items: center;
    color: #fff;
}

.custom-alkhutab .caption .title h1 {
    font-size: 25px;
    margin: 0;
}

.custom-alkhutab .caption .title span {
    display: block;
    color: #fff;
    font-size: 17px;
    margin: 8px 0;
}

.custom-alkhutab .caption a>img {
    width: 60px;
    margin-left: 20px;
}

/* End custom-alkhutab */
/* Start khutab-custom */

.khutab-custom .caption {
    background-color: #8E6625;
}

.khutab-custom .head-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.khutab-custom .caption {
    background-color: #8E6625;
    padding: 25px 70px;
    display: flex;
}

.khutab-custom .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    margin-top: 50px;
    text-align: center;
}

.khutab-custom .item::before {
    content: "";
    background-image: url(../images/shape-k.png);
    position: absolute;
    width: 100%;
    height: 315px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.khutab-custom .item a {
    color: #000;
    font-size: 19px;
    line-height: 1.9;
    font-weight: 600;
    transition: 300ms;
}

.khutab-custom .item:hover a {
    color: #8e6625;
}

/* Start khutab-custom */
/* Start name-khutab */

.name-khutab .box h1::before {
    height: 54px;
    top: -10px;
}

.name-khutab .box h1 {
    margin-bottom: 30px;
}

.name-khutab .item.alkhutab a {
    width: auto;
    max-width: unset;
}

.name-alhossnh .item.alkhutab a.bg-color h1 {
    font-size: 15px;
    padding-left: 12px;
}

.name-khutab .item.alkhutab a.bg-color .title h2 {
    font-size: 15px;
    margin-bottom: 6px;
}

.name-khutab .item.alkhutab a.bg-color .title strong {
    font-size: 11px;
}

/* .name-khutab .item.alkhutab  */

.head-text {
    background-color: #AD9465 !important;
    border: 1px solid #8e662538 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 22px;
}

.name-khutab .item.alkhutab a.bg-color {
    display: flex;
    align-items: center;
    color: #8E6625;
    font-size: 14px;
    font-weight: 600;
}

.name-khutab .item.alkhutab.just-item a.bg-color {
    justify-content: center;
}

.save-alhossnh ul {
    display: flex;
    align-items: center;
}

.save-alhossnh ul li:not(:first-child) {
    padding: 0 5px;
}

.save-alhossnh ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 5px;
    transition: .5s;
}

.save-alhossnh ul li:hover a {
    background: #ffedc7;
}

.save-alhossnh ul li a img {
    width: 28px;
    height: 22px;
    object-fit: scale-down;
}

.information .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.information .top .ception h3 {
    font-size: 16px;
    margin: 0 0 0 7px;
}

.information .top .ception span {
    padding: 5px 19px;
    background-color: #E2DBCE;
    border: 1px solid #CFC8BB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.info-alhossnh .a-links a {
    padding: 10px 6px;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}

.info-alhossnh .a-links a:hover {
    background: #838383 !important;
}

.info-alhossnh .a-links.bottom a:first-child,
.info-alhossnh .a-links.top a:first-child {
    background-color: #8E6625;
    margin-bottom: 13px;
}

.info-alhossnh .a-links.top a:last-child {
    background-color: #CCA04B;
}

.info-alhossnh .a-links.bottom a:last-child {
    background-color: #1E941A;
}

.info-alhossnh .a-links.bottom a i {
    padding-right: 15px;
}

/* Start add-automatic */

.add-automatic {
    background-color: #AD9465;
    padding: 6px 12px;
    margin: 12px 0;
}

.add-automatic .title h2 {
    margin: 0;
    color: #fff;
}

.add-automatic .options-alhossnh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-automatic .options-alhossnh a {
    padding: 8px 45px;
    background: #E1DACD;
    border-radius: 50px;
}

.add-automatic .options-alhossnh a:first-child {
    color: #000;
}

.add-automatic .options-alhossnh a:nth-child(2) {
    color: #ED1C24;
}

.add-automatic .options-alhossnh a:last-child {
    color: #1E941A;
}

.choose-alhossnh a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ad9465;
    width: 25px;
    height: 25px;
    margin: 5px 0;
    border-radius: 5px;
}

.choose-alhossnh a.true {
    background-color: #48EB43;
}

.choose-alhossnh a.false {
    background-color: #A70006;
}

.add-automatic.bg-color-b {
    background-color: #978F80;
}

.name-alhossnh.allatif .item.alkhutab ul li {
    position: relative;
}

.box-card {
    position: absolute;
    right: 171px;
    top: 42px;
    background: #ECE6DB;
    padding: 20px;
    min-width: 667px;
    z-index: 1;
    transform: translate3d(0px, 5px, 0px);
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
}

.box-card .item {
    margin: 10px 0;
}

.box-card .item h2 {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.box-card .item .no-text::after,
.box-card .item h2::after {
    content: "--------------------------------------";
    padding-right: 6px;
    font-size: 10px;
    color: #707070;
}

.box-card .item label {
    font-size: 13px;
    color: #242424;
    line-height: 1.7;
}

.box-card .item .span-num span {
    font-weight: 600;
    font-size: 16px;
    color: #ED1C24;
}

.box-card strong {
    position: absolute;
    bottom: -42px;
    font-size: 14px;
    color: #ED1C24;
}

.box-card .item .check-boxses {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-card.opened {
    transform: translate3d(0px, -7px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.box-card button.close-box {
    position: absolute;
    top: -30px;
    left: 10px;
    border: transparent;
    background: transparent;
    font-size: 20px;
}

.box-card button.close-box i {
    pointer-events: none;
}

.box-card button.zoom-box {
    border: transparent;
    height: 22px;
    position: absolute;
    left: 22px;
}

.box-card button.zoom-box img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.allatif .bg-color.active {
    background-color: #8E6625 !important;
    color: #fff !important;
}

.open-boxes {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    margin: auto;
}

.zoom-out {
    display: none;
}

.active .zoom-out {
    display: block;
}

.active img:not(.zoom-out) {
    display: none;
}

/* End add-automatic */
/* Start name-khutab */
/* Start footer */

footer {
    background: #8E6625;
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 100px;
    height: 10px;
    background: #AD9465;
    border-radius: 50px;
    left: 0;
    margin: auto;
    z-index: -1;
}

footer .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;

}

footer .item span {
    color: #fff;
    font-size: 14px;
}

footer .item a {
    height: 80px;
    overflow: hidden;
}

footer .item a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


#toggle {
    display: none;
}

@media (max-width: 768px) {
    #toggle {
        display: block;
        width: 30px;
        height: 22px;
        position: relative;
        cursor: pointer;
    }

    #menu-slid {
        display: none;
    }

    #toggle span {
        position: absolute;
        background-color: #000000;
        width: 100%;
        height: 3px;
        display: block;
        transition: 0.5s;
        pointer-events: none;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 10px;
        left: 0;
    }

    #toggle span:last-child {
        top: 20px;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 10px;
    }

    #toggle span:last-child {
        top: 20px;
    }

    #toggle.active span:first-child {
        transform: rotate(-45deg);
        top: 10px;
    }

    #toggle.active span:nth-child(2) {
        opacity: 0;
    }

    #toggle.active span:last-child {
        transform: rotate(45deg);
        top: 10px;
    }

    #menu-pramary {
        flex-direction: column;
        position: fixed;
        background-color: #000000;
        min-width: 250px;
        height: 100vh;
        top: 0;
        right: 0;
        transition: 0.5s;
        z-index: 9999;
        transform: translateX(250px);
        align-items: unset;
        padding-right: 20px;
    }

    #menu-pramary.active {
        transform: translatey(0px);
    }

    #menu-pramary li:not(:last-child) {
        margin-left: 20px;
    }

    #menu-pramary li:not(:last-child) {
        margin-bottom: 20px;
    }

    #menu-pramary li a {
        color: #ffffff;
    }

    .home-page .image-landing figure {
        margin: 30px 0 0 !important;
    }

    .home-page .image-landing figure img {
        object-fit: scale-down;
    }

    .section-web {
        padding-bottom: 50px;
    }

    .home-page {
        padding: 50px 0 50px;
    }

    .home-page .item h1 {
        margin-bottom: 20px;
    }

    .home-page .item h1,
    .home-page .item p {
        text-align: center;
    }

    .landing-page .decor {
        display: none;
    }

    .name-alhossnh .box h1 {

        font-size: 20px;
    }

    .name-alhossnh .box h1::before {
        top: -4px;
        height: 38px;
    }

    .name-alhossnh.allatif .box h1 {
        margin: 15px 0;

    }

    .name-alhossnh.allatif .box h1::before {
        width: 100%;
        height: 34px;
        top: 0;
    }

    .name-alhossnh .accordion-item {
        padding: 0 10px;
    }

    .name-alhossnh .accordion-body {
        padding: 21px 0;
    }

    .name-alhossnh.our-advantages .box h1::before {
        background-size: cover;
        height: 38px;
        top: -4px;
    }

    .pad-t-160 {
        padding: 50px 0;
    }

    .custom-alkhutab .caption {
        margin: 10px 0;
        display: flex;
        align-items: center;
    }

    .custom-alkhutab .caption .title h1 {
        font-size: 20px;
    }

    .custom-alkhutab .caption a>img {
        width: 50px;
    }

    .name-khutab .head-text {
        margin: 24px 0;
        font-size: 18px;
    }

    .name-alhossnh.allatif .box h1::before {
        background-image: url(../images/shape-title.png);
        height: 43px;
        top: -6px;
    }

    .information,
    .information .top {
        margin: 0 0 12px;
    }

    .info-alhossnh .a-links.top a:last-child {
        margin-bottom: 10px;
    }

    .add-automatic {
        text-align: center;
        padding-top: 10px;
    }

    .add-automatic .title h2 {
        margin-bottom: 20px;
    }

    .choose-alhossnh a {
        display: inline-flex;
        margin: 18px 0 0;
    }

    .box-card {
        top: 48px;
        left: 0;
        right: 0;
        min-width: auto;
    }

}

.g {
    padding: 10px
}

.c {
    margin: 0px auto
}

.card-header {
    border: none;
}

.card {
    border: solid 2px #ddd
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: right !important
}

.dnone {
    display: none;
}

.home-page {
    padding-top: 10px !important;
}

.name-alhossnh .accordion-body {
    height: 400px;
}

.paragraph:hover {
    background-color: #eee;
}