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);
    }
}

/****** 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) {

    #right ul {
        display: none;
    }

    .burger {
        display: inline-block;
        padding-top: 8px;
    }

    .e1 {
        font-size: 14px;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
    }
    
    .nav1{
        margin-top: 40px;
    }
    
}

@media (max-width:530px) {
        #eq{
        margin-top: 140px;

    }
}


/****** navbar 2 end ****/


/******  photo *******/

.qe {
  width: 100%;
  height: 99vh;
  z-index: 1;
  position: relative;
}

#huhu{
    width:1200px;
}


@media only screen and (max-width: 830px) {

  #faf {
    margin-top: 120px;
    object-fit: cover;
    object-position: center;
  }

  .qe {
    margin-top: 120px;
  }

  .sy-0 {
    font-size: 25px;
  }

  #eq {
    height: 250px;
    width: 100%;
  }

  #fe {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-top: -30px;
  }

  #rer {
    width: 17%;
    height: auto;
    margin-left: 320px;
    margin-top: -55px;
  }

  #wv {
    font-size: 10px;
  }

  #te {
    margin-top: -150px;
  }

  .dfd {
    display: none;
  }

  .ada {
    margin-top: 70px;
  }
  
  #huhu{
      width:100%;
  }


}


.sy-0 {
  color: #B89564;
  text-align: center;
}





/***********  project  ************/







.deniz {
  font-size: 80px;
  color: white;
  margin: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-top: -4.5%;
  margin-left: 20%;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.342);
  box-shadow: 7px 7px 7px #000000;
  padding: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  border-radius: 10px;
}




.project-1 {
  width: 100%;
  height: 65vh;
  border-radius: 30px 30px 0 0;
}

.hr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.hr-container hr {
  flex-grow: 1;
  border: 0;
  border-top: 3px solid #5f5f5f;
  margin: 0;
}

.hr-container .hr-text {
  padding: 0 10px;
  font-size: 2rem;
  color: #5f5f5f;
  white-space: nowrap;
}








.block {
  width: 35%;
  height: 15%;
  background-color: #363A3D;
  position: absolute;
  z-index: 1;
  margin-left: 55%;
  margin-top: -3.7%;
  border-radius: 10px;
}

.fdsa {
  color: white;
  text-align: center;
  margin-top: 23%;
  font-size: 15px;
}

.lkjh {
  color: rgb(188, 188, 188);
  text-align: center;
  font-size: 13px;
}














/********************** footer *******************/

@media (max-width:430px) {

  .res6 {
    display: none;
  }

  #aad {
    width: 200px;
    margin-top: 20px;
    margin-left: 20%;
  }

  #aadd {
    margin-left: 30%;
    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;
  z-index: 6;
  position: relative;
}

.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 *******************/