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;
}

/***  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);
    }
}


@media (max-width: 530px) {
        .we-1{
        font-size:12px;
    }
    
        .we-2{
        font-size:12px;
    }
}

/****** 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 ****/

.im {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 470px;
}

.mymap {
    filter: grayscale(100%) invert(100%);
}

/*******   boxs    ******/

.yann {
    width: 100%;
    height: auto;
}

#bo {
    background-color: black;
    float: left;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 10px 15px 40px #302e2c9a;
    transition: 1.5s;
    border-bottom: 3px solid #B89564;
}

#bo:hover {
    background-color: #302e2c9a;
    transition: 0.9s ease;
}

.fff {
    font-size: 40px;
    margin-left: 6%;
    color: #B89564;
    margin-bottom: 2%;
}

.fz {
    font-size: 18px;
    margin-left: 6%;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 2%;
    color: white;
}


@media (max-width:430px) {

    #bo {
        margin-left: auto;
        margin-top: 20px;
    }

    .im {
        margin-top: 150px;
        height: 200px;
    }

    .hb {
        font-size: 25px;
        font-weight: bold;
        margin-top: 200px;
        margin-left: 35%;
    }

    #eqqe {
        margin-top: -200px;
        margin-left: -40px;
    }

    .erre {
        font-size: 23px;
        text-align: center;
    }

    #zz {
        display: none;
    }

}


/***********   logo    **********/

.rree {
    width: 120px;
    height: 100px;
    margin-left: 47%;
    transition: 1.5s;
}

.rree:hover {
    width: 120px;
    height: 100px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/***********   socila media    **********/

.ddaa {
    border-top: 3px solid #B89564;
    border-bottom: 3px solid #B89564;
    display: grid;
    height: 100%;
    width: 100%;
    place-items: center;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, #B89564 0%, black 25%, black 75%, #B89564 100%);
    font-family: 'Roboto', sans-serif;
}

.wrapper .button {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    background: black;
    float: left;
    border-radius: 50px;
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
}

.wrapper .button .icon {
    color: white;
    /* اللون الافتراضي للأيقونات */
    transition: color 0.3s ease, background 0.3s ease;
}

.wrapper .button span {
    color: #000;
    /* اللون الافتراضي للنصوص */
    transition: color 0.3s ease;
}

.wrapper .button:hover {
    width: 200px;
}

/* تأثير hover لكل زر */
.wrapper a:nth-child(1) .button:hover .icon {
    background: #4267B2;
    /* اللون الخلفي للأيقونة */
    color: #fff;
    /* لون النص داخل الأيقونة */
}

.wrapper a:nth-child(2) .button:hover .icon {
    background: #25D366;
    color: #fff;
}

.wrapper a:nth-child(3) .button:hover .icon {
    background: #E1306C;
    color: #fff;
}

.wrapper a:nth-child(4) .button:hover .icon {
    background: #333;
    color: #fff;
}

.wrapper a:nth-child(5) .button:hover .icon {
    background: #F7004D;
    color: #fff;
}

/* تغيير لون النص عند التحويم */
.wrapper a:nth-child(1) .button:hover span {
    color: #4267B2;
}

.wrapper a:nth-child(2) .button:hover span {
    color: #25D366;
}

.wrapper a:nth-child(3) .button:hover span {
    color: #E1306C;
}

.wrapper a:nth-child(4) .button:hover span {
    color: #333;
}

.wrapper a:nth-child(5) .button:hover span {
    color: #fff;
}

.wrapper .button .icon {
    display: inline-block;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
}

.wrapper .button .icon i {
    font-size: 25px;
    line-height: 60px;
    transition: all .2s ease-in-out;
}

.wrapper .button span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
}

/********************** 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 *******************/