body {
    font-family: 'Cairo', sans-serif;
    background-color: #0a0a0a;
    color: #fff;
    overflow-x: hidden;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #343c38 #2a2a2a;
}

p {
    margin-bottom: 0rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: 0.4s !important;
}

.row {
    justify-content: center;
}

.bg-dark {
    background-color: #111111 !important;
}

.container {
    z-index: 9;
    position: relative;
}

.SecTions {
    z-index: 9;
    position: relative;
}

img {
    width: 100%;
    height: 100%;
}

h1 {
    z-index: 9;
    position: relative;
}

.active3 {
    background-color: #111111 !important;
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
/*---------------------message alart ---------------------------*/
.elseCode{
    z-index: 9;
    position: relative;
}
.elseCode h2{
    color: orange !important;
}
/*---------------------message alart ---------------------------*/
.priceDiscout {
    font-size: 20px !important;
    color: #9d9d9d !important;
    text-decoration: line-through;
}
.discout {
    right: 0;
    top: 0;
    position: absolute;
    background-color: red;
    transform: translateY(-5px);
    color: white;
    font-weight: bold;
    padding: 5px 15px;
}
/*---------------------message alart ---------------------------*/
#messegeAlart {
    text-align: -webkit-center;
    position: fixed;
    /*    display: none;*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999999999999;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: cubic-bezier(0, 0.02, 0, 0.97) 0.5s;
}

.doneDiv {
    align-items: center;
    flex-direction: row-reverse;
}

.doneDiv * {
    margin-left: 10px;
    color: green;
}

.ContMess {
    padding: 20px;
    box-shadow: 0 1px 5px 1px #00000052;
    border-radius: 5px;
    background: #ebffe7;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.messegeAlart a {
    cursor: pointer;
}

/*-----------------------whats-------------------------------*/
.whatsapp-button a {
    text-decoration: none;
    cursor: pointer;
    /* إخفاء الخط تحت الرابط */
}

.copy-msg {
    width: 150px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.phone .span {
    background-color: green;
    transition: transform 0.5s ease-out;
}

.whatsapp-button.phone {
    transition: all 0.5s ease-in-out;
}

.whatsapp-button {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-button .iconConn {
    display: flex;
    justify-content: center;
    color: #25D366;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 10px;
}

.iconConn {
    background-color: #3a3a3a;
    ;
    box-shadow: 0px 2px 3px 0px #00000050;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.phone-number {
    display: none;
}

.phone .span {
    background-color: green;
    transition: transform 0.5s ease-out;
}

.whatsapp-button.phone {
    transition: all 0.5s ease-in-out;
}

.whatsapp-button {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 1000;
}

/*---------nav-----------------------------------*/
.navbar-brand {
    margin-right: 0;
    padding: 0;
    margin-left: 0;
}

#navbar {
    transition: background-color 0.3s ease;
    z-index: 9999;
}

.navbar-nav .nav-link.active {
    color: #f3a416 !important;
    border-bottom: 2px solid #f3a416;
}

.containerNav {
    justify-content: space-between;
    margin: 0 20px;
    max-width: 100%;
    flex-direction: row-reverse;
}

#navbar.scrolled {
    background-color: rgba(14, 14, 26, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #f3a416;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.navbar-nav .nav-link:hover {
    color: #f3a416 !important;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.navbar.scrolled {
    background-color: #111111 !important;
    border-bottom: 1px solid #ce912a3b;
    transition: background-color 0.5s ease, border 0.5s ease;
}

.back3 {
    display: none;
    position: fixed !important;
    z-index: 999 !important;
    z-index: 999;
    background-color: #111111bb
}

/*------------hero-------------*/
.hero {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100vh;
    background-color: #2810eb38;
    align-items: center;
}

.TitleImgHe {
    z-index: 99;
    display: flex;
    align-items: center;
}

h1 {
    display: inline-table;
    position: relative;
    color: #f3a416 !important;
    overflow: hidden;
}

h1::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, #b9131300, rgb(218 219 114 / 71%), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.containerHero {}

.megaHero {}

.megaHero img {
    width: 100%;
    height: 100%;
}

.hero .back {
    background-color: black;
    opacity: 0.6;
}

.back {
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000e3;
}

.back2 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.back2 .back-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.btn-orange {
    background-color: #ff6a00;
    color: #fff;
    border: none;
}

.btn-orange:hover {
    background-color: #e65c00;
}

.section {
    padding: 80px 20px;
}

/*************-/ prodect sections /-*******************/
.proImg {
    height: 230px !important;
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.proImg img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.IconPro {
    top: -17px !important;
    right: -15px !important;
    z-index: 9;
    color: white !important;
    width: 35px !important;
    height: 35px !important;
    background-color: #111111 !important;
}

.contH5 {
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    background-color: #0000007d;
    flex-direction: column;
    justify-content: space-around;
}

.contH5 a {
    color: white !important;
    text-decoration: none;
}

a.viewPro {
    border-radius: 5px;
    border: 1px solid;
    padding: 0 20px;
    margin-top: 15px;
    background-color: #111111;
    color: #eba025 !important;
}

.proSections .proImg {
    /*    transform: scale(0.95);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proSections .service-box:hover,
.contH5:hover .service-box {
    transform: scale(1.05);
    z-index: 2;
    border: 2px solid #eba025;
}

.proSections .service-box:hover .IconPro {
    border: 2px solid #eba025;
}

/**************-/ services /-********************/
.section-title {
    /*    background-color: #111111;*/
    padding: 5px 0;
    /*    border: 2px solid #343a40;*/
    color: #eba025;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
}

#services {
    background-image: url(imgWeb/back2.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.ContServ {
    position: relative;
    z-index: 99;
}

.rowOfWhat {
    margin-top: 20px;
}

.service-box,
.why-box,
.review-box {

    height: 185px;
    border: 2px solid #3b3b3b;
    background-color: #111111;
    border-radius: 12px;
    padding: 30px 20px;
    transform: translateY(0px);
    transition: transform 0.5s ease !important;
}

.SerHover:hover,
.why-box:hover,
.review-box:hover {
    transform: translateY(-10px);
    border: 2px solid #eba025;
}

.service-box p {
    font-size: 16px;
}

.IconWhat {
    top: -25px;
    right: 35px;
    left: 0;
    position: absolute;
    background-color: #eba025;
    display: flex;
    border: 2px solid #3b3b3b;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.SerHover:hover .IconWhat {
    background-color: white;
    color: #eba025;
    border: 2px solid #eba025;
    left: 35px !important;
    right: 0;
}

/**************-/ our work /-********************/
#showAvatare {
    margin: 5px;
    overflow: auto;
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
    margin-top: 70px !important;
}

.contInpAva {
    display: flex;
    flex-direction: column;
    margin: 10px !important;
}

.contAva {
    position: relative;
    background-color: #ffffff00 !important;
    padding: 0px !important;
    border: 2px solid #111111;
    border-radius: 5px;
    box-shadow: none !important;
    width: 250px;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
    transform: translateY(0px);
}

.DescWork {
    padding: 10px;
    white-space: normal;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000000d4;
}

.DescWork p {
    text-align: center;
    white-space: normal;
}

.DescWork > :first-child {
    color: #eba025;
}

.contAva:hover {
    transform: translateY(-10px);
    border: 2px solid #eba025;

}

.contAva:hover .DescWork {
    opacity: 1;
}

.contAva img {
    width: 100%;
    height: 100%;
}

.contInpAva input {
    box-shadow: none;
    opacity: 0;
    position: absolute;
    right: 0;
}

/**************-/ footer create /-********************/


.FCreat {
    background-color: #0a0a0a;
    color: #a1a1a1 !important;
    display: flex;
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.FIcon {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.FIcon a {
    color: #6c6c6c !important;
    margin: 0 10px;
}

/**************-/ footer /-********************/

.footer {
    background-color: #212529;
    padding: 20px;
    text-align: center;
    color: #aaa;
}

.footer h2 {
    margin-bottom: 15px;
}

.footer p {
    margin-bottom: 10px;
}

.IconFooter {
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}

.IconFooter a {
    color: #797a7c;
}

.ii:hover {
    color: #eba025;
    transform: scale(1.15);
}

.footer .section {
    text-align: -webkit-center;
    padding: 20px;
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.show {
    margin-bottom: 30px;
    opacity: 1;
    transform: translateY(0);
}

/*///////////////////////////////////*/
/**************Details***************/
.breadcrumb {
    background-color: transparent;
}

.product-section {
    padding: 60px 0;
}

.product-image {
    max-width: 100%;
    border-radius: 8px;
}

.product-details h2 {
    color: #eba025;
    font-weight: bold;
}

.btn-custom {
    background-color: #8B0000;
    color: #fff;
}

.specs-table th {
    color: #eba025;
}

.dImage {
    padding: 10px !important;
    border: 1px solid #eba025;
    height: 400px;
    border-radius: 5px;
}

.dImage img {
    width: 100%;
    height: 100%;
}

.dRow {
    justify-content: center;
    flex-direction: row-reverse;
}

.urlde {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}

.ddP {
    text-align: justify;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: white !important;
}

.active {
    color: #eba025 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #eba025 !important;
}

table.table.specs-table {
    border-radius: 5px;
    overflow: hidden;
}

/*//////////////////////////////////////////*/
/********************products*********************/

.products {
    padding-top: 100px;
}

.proImgPage.w-100 {
    position: relative;
    height: 200px;
}

.contCart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart {
    background-color: #111111;
    overflow: hidden;
    border: 2px solid #343a40;
    border-radius: 5px;
    margin: 10px;
}

.InfPro {
    background-color: #111111;
    padding: 9px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.InfPro > :first-child {
    color: #eba025;
}

.dGO {
    margin: 10px 0;
    box-shadow: 0px 1px 4px 1px #04040485;
    color: white;
    text-decoration: none;
    padding: 0 15px;
    background-color: #2e2d2d;
    color: orange;
    border-radius: 5px;
    border: 1px solid #2e2d2d;
}

.cart:hover {
    transform: scale(1.05);
    border: 2px solid #eba025;
}

.cart:hover .dGO {

    border: 1px solid #eba025;
}

.secProA {
    text-decoration: none;
    box-shadow: 0 2px 4px 0px #ffbc007a !important;
    padding: 10px !important;
    text-align: center;
    color: #fff;
    background-color: #111111 !important;
    width: auto !important;
    height: auto !important;
}

#showAvatare {
    overflow-y: hidden;
    cursor: pointer;
}

.SeProductS#showAvatare {
    margin-top: 30px !important;
}

.SectionProdect {
    margin-bottom: 70px;
}

.contInpAva:hover .secProA {
    color: #eba025;
}

.ActProSec {
    color: #eba025;
    border: 2px solid #eba025;
}

.SectionProdect h4 {
    color: #eba025;
}

.input-group {
    margin-top: 20px;
}

.Search,
.typeOfS {
    background-color: #111;
    border-radius: 0 10px 10px 0;
    border: 1px solid #2a2a2a !important;
    color: white;
    padding: 5px 20px;
}

.typeOfS {
    border-radius: 10px 0 0 10px;
}

button.Search:hover {
    color: white;
    background-color: #eba025;
}

/*////////////////////////////////////////*/
/*******************about********************/
.heroAbout {
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.heroAbout .back {
    opacity: 0.8;
}

.backAbout {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.backAbout img {
    width: 100%;
    height: 100%;
}

.heroAbout h1 {
    position: relative;
    z-index: 999;
}

.about-section {
    padding: 60px 0;
}

.about-section h2 {
    color: #8B0000;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
}

.about {
    text-align: center;
}

.aboutWhy {
    margin-top: 30px;
}

.AboutText {
    padding: 10px;
    background-color: #111;
    border-radius: 0 15px 15px 0;
}

.serviceIcon {
    color: #eba025;
    font-size: 25px
}

.aboutWhat,
.contactIconPage {
    padding: 20px 0;
    margin-top: 30px;
    background-color: #111;
    border-radius: 15px;
}

/*/////////////////////////////////////////////////*/
/*------------------contact------------------------*/

.contact-icon {
    font-size: 30px;
    color: #eba025;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
}

.contact-form .btn-danger {
    background-color: #d60000;
    border: none;
}

.contact-form .btn-danger:hover {
    background-color: #a10000;
}

.heroAbout h3 {
    z-index: 999;
    color: white;
    position: relative;
}

#showAvatare.Opinions {
    margin-top: 0px !important;
}

.Opinions .contAva {
    border: 2px solid #eba025;
    width: 330px !important;
    height: 160px !important;
}

/*/////////////////////////////////////////////////*/
/*------------------media------------------------*/
/*********** navBar **********/
@media (max-width: 480px) {

    /*********** all **********/
    .navbar > .container {
        margin: 0;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 15px !important;
    }

    .h5,
    h5,
    h4 {
        font-size: 18px;
    }

    p {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

    a {
        font-size: 16px !important;
    }

    .mb-4 {
        margin-bottom: 15px !important;
    }

    .section {
        padding: 50px 0px;
    }

    .section-title {
        font-size: 24px !important;
    }

    #services {
        background-image: url(imgWeb/backmob.png);
        text-align: -webkit-center;
    }

    .container {
        width: 100% !important;
    }

    /*********** whats **********/
    .whatsapp-button {
        bottom: 40px;
        left: 10px;
        right: auto;
    }

    .whatsapp-button .iconConn {
        font-size: 20px;
        margin-top: 10px;
    }

    /*********** navBar **********/
    div#navMenu {
        padding: 5px 20px;
    }

    nav#navbar {
        padding: 5px 0;
    }

    strong {
        font-size: 18px;
    }

    .navbar-brand img {
        height: 28px;
    }

    a.navbar-brand {
        margin: 0;
    }

    .containerNav {
        padding: 0 !important;
    }

    .navbar-toggler {
        font-size: 18px;
    }

    /******** hero *********/
    .TitleImgHe {
        align-items: center;
        flex-direction: column-reverse;
    }

    .containerHero {
        margin-top: 30px;
        padding: 15px;
    }

    /************* section pro index ***********/
    .IconPro {
        font-size: 14px !important;
        top: -10px !important;
        right: -10px !important;
        width: 25px !important;
        height: 25px !important;
    }

    .rowOfWhat {
        width: 100%;
    }

    .show {
        padding: 5px;
        margin-bottom: 0px;
    }

    .proImg {
        height: 150px !important;
    }

    .contH5 {
        justify-content: center;
    }

    .contAva {

        width: 200px;
        height: 200px;

    }

    #work #showAvatare {
        box-shadow: 2px 0px 4px 0px #ffa50040;
        border-radius: 5px;
        padding: 5px 0;
    }

    .service-box,
    .why-box,
    .review-box {
        height: 120px;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /******** product   *************/
    .products {
        padding-top: 100px;
    }

    .secProA {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    .Search,
    .typeOfS {
        font-size: 14px;
    }

    .cart.col-5.col-md-3 {
        width: 46.9% !important;
    }

    .cart {
        margin: 5px;
    }

    .section.bg-dark.products .container {
        padding: 5px;
    }

    .cart p,
    .cart a {
        font-size: 16px !important;
    }

    /******** details   *************/
    .urlde {
        margin-top: 20px !important;
    }

    .dImage {
        height: 270px;
    }

    .aboutWhy {
        flex-direction: column;
    }

    .AboutText,
    .AboutImg {
        margin: 10px 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .aboutWhat,
    .contactIconPage {
        margin: 30px 1px 0 1px;
    }

    .py-5 {
        padding-bottom: 15px !important;
    }

    .Opinions .contAva {
        width: 255px;
        height: 133px;
    }

    .IconFooter {
        font-size: 20px;
    }

    /*  footer create  */
    .FCreat {
        flex-direction: column;
    }
    .proImgPage.w-100 {
    height: 130px;
}
}
