body {
    background-image: url(https://webredox.net/demo/wp/bauen/img/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;

}

::-webkit-scrollbar {
    background: #000000;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #B89564;
}

.body1 {
    background-color: black;
    overflow-x: hidden;
}

.body1 {
    background-color: black;
}


/***  loader  **/


.loader {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    transition: opacity 1.25s, visibility 1.25s;
}

.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 145px;
    height: 145px;
    border: 3px solid #dddddd00;
    border-radius: 50%;
    animation: loading 3s ease infinite;
    box-shadow: 5px 5px #BD9752;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}





/****** navbar 1 ****/

@media (max-width: 4030px) {

    .nav0 {
        width: 96%;
    }

    .sa {
        font-size: 10px;
    }

    .ee {
        font-size: 13px;
        text-align: center;
    }

    .res1 {
        text-align: center;
    }
    


    body {
        background-image: url(https://webredox.net/demo/wp/bauen/img/bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 300%;
    }

    .ya1 {
        margin-top: 120px;
    }

    .taa {
        font-size: 20px;
    }

    #cll {
        display: none;
    }

    #cdd {
        display: none;
    }

    #cff {
        border-radius: 60px 60px 0 0;
        margin-bottom: 10px;
    }

    #cgg {
        border-radius: 0 0 60px 60px;
        margin-top: 10px;
    }

}

.e1 {
    display: flex;
    justify-content: end;
}

#cll {
    border-radius: 60px 0 0 60px;
}

#cdd {
    border-radius: 0 60px 60px 0;
}

.sa {
    background-color: rgb(0, 0, 0);
    font-size: 15px;
    padding-top: 0.5%;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: 2px solid #B89564;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.ee {
    text-align: center;
    border-right: 2px solid #B89564;
}

.logo {
    font-weight: bold;
    color: #B89564;
    text-align: center;
}

.material-symbols-outlined {
    color: #B89564;
    vertical-align: bottom;
}

.dd {
    color: #B89564;
    text-align: center;
    padding: 0.9%;
    padding-left: 10px;
}

.we-1 {
    color: #B89564;
    text-align: center;
    text-decoration: none;
}

.we-2 {
    color: #B89564;
    text-decoration: none;
    padding-right: 5px;
}

/****** navbar 1  end ****/

/* تنسيق الزر والقائمة المنسدلة */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #030303;
    min-width: 140px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: rgb(237, 233, 233);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #B89564;
}

.dropdown.show .dropdown-content {
    display: block;
}

/****** navbar 2 ****/

.km {
    width: 160px;
}

.sy-1 {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: #B89564;
    text-decoration: none;
    line-height: 50px;
    text-shadow: -1px -1px 0px black;
}

.sy-1:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.9s ease;
}


.nav1 {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: rgba(211, 211, 211, 0);
    padding: 20px 41px;
    margin-top: 20px;
}

.nav1 li {
    display: inline-block;
    padding-left: 36px;
    margin-top: 8px;

}

.nav1 #right {
    float: right;
    font-weight: 500;
    font-size: 24px;
}

#logo {
    font-weight: 900;
    font-size: 36px;
}

nav #left {
    display: inline-block;
}

.burger {
    display: none;
    margin-top: 15px;
}

.burger span {
    width: 34px;
    height: 5px;
    background-color: #B89564;
    display: block;
    margin: 4px auto;
}

.burger:hover span {
    background-color: #B89564;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 2;
    cursor: pointer;
}

#overlay-menu {
    position: absolute;
    top: 50%;
    left: 46%;
    font-size: 24px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#overlay-ex {
    position: absolute;
    top: 50px;
    right: 41px;
}

#overlay-ex span {
    background: #B89564;
    margin: 0;
}


#overlay-ex span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    margin-top: 8;
}

#overlay-ex span:nth-child(2) {
    -webkit-transform: translateY(3px) rotate(-45deg);
}

#overlay-menu li {
    padding: 2px;
    list-style-type: none;
}

@media only screen and (max-width: 1100px) {

    .nav1 {
        margin-top: 50px;
    }

    #right ul {
        display: none;
    }

    .burger {
        display: inline-block;
        padding-top: 8px;
    }

    .e1 {
        font-size: 14px;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
    }

}


/****** navbar 2 end ****/





/**** photo ****/

.im {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 470px;
}

.hb {
    position: absolute;
    z-index: 2;
    margin-top: 8%;
    font-size: 90px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 38%;
}




@media (max-width:430px) {

    .im {
        margin-top: 150px;
        height: 200px;
    }

    .hb {
        font-size: 25px;
        font-weight: bold;
        margin-top: 200px;
        margin-left: 35%;
    }


}




/**** information ****/

.il,
.ig {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 10px;
}

.who {
    color: #B89564;
    margin-top: 2rem;
    text-align: start;
    font-size: 1.5rem;
}

.Highly {
    color: white;
    text-align: start;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.Accelerate {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

.hr1 {
    border: none;
    height: 2px;
    background-color: #B89564;
    width: 70%;
    margin: 2rem 0;
}

@media (max-width: 768px) {


    .rer {
        width: 90%;
        margin-left: 5%;
        margin-top: -200px;
    }

    .il,
    .ig {
        display: none;
    }

    .who {
        font-size: 1.2rem;
    }

    .Highly {
        font-size: 1.5rem;
    }

    .Accelerate {
        font-size: 0.9rem;
    }

    .hr1 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .il {
        margin-left: 10%;
    }

    .ig {
        margin-top: 15%;
        margin-left: 5%;
    }


}








/**** mustafa card ****/

.mus {
    background-color: rgba(0, 0, 0, 0.507);
    border: 1px solid #B89564;
    width: 100%;
    height: auto;
    border-radius: 100px 0 100px 0;
    padding: 50px;
    color: #B89564;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.ms {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #B89564;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.ms1 {
    width: 350px;
    height: 400px;
}

#ms2 {
    color: rgba(255, 255, 255, 0.562);
}

.content {
    text-align: center;
}


@media (max-width: 600px) {

    .mus {
        border-radius: 0%;
    }

}



















/********************** footer *******************/

@media (max-width:430px) {

    .res6 {
        display: none;
    }

    #aad {
        width: 200px;
        margin-top: 20px;
        margin-left: 20%;
    }

    #aadd {
        margin-left: 110px;
        margin-bottom: 50px;
    }

    #hh11 {
        text-align: center;
    }
}

.mm {
    background-image: url(https://www4.0zz0.com/2024/04/23/16/944897325.png);
    background-repeat: no-repeat;
    background-color: black;
    color: white;
    padding: 4%;
    font-family: 'Times New Roman', Times, serif;
    border-top: 3px solid #B89564;
    border-bottom: 3px solid #B89564;
    font-weight: bold;
}

.ty {
    width: 30%;
    height: 60px;

}

.yaa {
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid #B89564;
    width: 100%;
    height: 75%;
    border-radius: 5px;
    color: white;
}


.yaa::placeholder {
    color: rgba(128, 128, 128, 0.712);
    font-weight: bold;
}

.yas {
    font-weight: bold;
    color: #B89564;
}

.yae {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid #B89564;
    color: white;
}

.yae::placeholder {
    color: rgba(128, 128, 128, 0.466);
    font-weight: bold;
    text-align: start;
}

.hh {
    color: #B89564;
}

.hr1 {
    background-color: #B89564;
    height: 2px;
}

.foot {
    text-decoration: none;
    color: white;
}

.foot:hover {
    text-decoration: none;
    color: #B89564;
    transition: 0.9s ease;
}

.hr2 {
    background-color: #B89564;
    width: 98%;
    height: 2px;
    margin-top: 1%;
}

.hh1 {
    color: #B89564;
    text-align: right;
    margin-top: 5%;
}



/*** button ***/


.fancy {
    background-color: white;
    border: 2px solid white;
    border-radius: 0;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-decoration: none;
    text-transform: none;
    transition: all 0.7s ease-in-out;
    user-select: none;
    font-size: 13px;
    margin-left: 38%;
}

.fancy::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: black;
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    display: flex;
}

.fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: black;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: black;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}



.fancy:hover {
    color: white;
    background: black;
    text-decoration: none;
}

.fancy:hover::before {
    width: 0.9375rem;
    background: white;
}

.fancy:hover .text {
    color: white;
    padding-left: 1.5em;
}

.fancy:hover .top-key {
    left: -2px;
    width: 0px;
}

.fancy:hover .bottom-key-1 {
    right: 0;
    width: 0;
}


/*** end button ***/




.coder {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
  }
  
  .coder:hover {
    color: #B89564;
    text-decoration: none;
  }
  
  .coder:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #B89564;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  
  .coder:hover:before {
    transform: scaleX(1);
  }




/********************** footer end *******************/