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 only screen and (max-width: 830px) {
  #eq {
      height: 250px;
      width: 100%;
      margin-top: 120px;
  }
}


.ewe {
  width: 100%;
  height: 100vh;
}

.salman1 {
  text-align: start;
  font-family: adobe-caslon-pro, serif;
  font-size: larger;
  color: white;
}

.img1 {
  max-width: 100%;
  height: auto;
  display: block;
}

/****** 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 ****/



/****** 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%);
}

/******  photo *******/

.qe {
    width: 100%;
    height: 99vh;
    z-index: 1;
    position: relative;
  }
  
  
  
  
  
  
  
  
  
  
  @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;
      margin-top: -100px;
    }
  
    #eq {
      height: 250px;
      width: 100%;
      margin-top: 150px;
    }
  
    #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;
    }
  
  
  }
  
  
  .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;
  }
  
  
  .hr-container:hover {
    display: none;
  }
  
  
  
  
  
  
  .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;
  }
  
  

  @media screen and (min-width: 720px) {
    .tiltgrid {
        margin-inline: clamp(1rem, 0.5714285714285714rem + 1.9047619047619049vw, 2rem);
    }

}

.tiltgrid__container {
    --skew-y: calc(var(--scroll-tilt, -7) * 1deg);
    --easing: cubic-bezier(1, .45, .7, 1.05);
    transform: skewY(var(--skew-y)) scale(1.05);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.25rem, -0.0714285714285714rem + 1.4285714285714286vw, 1rem);
    transition: gap 0.3s ease;
}

@media screen and (min-width: 720px) {
    .tiltgrid__container {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tiltgrid__container:hover img {
    filter: saturate(0);
    transition: scale 0.8s, filter 1s;
}

.tiltgrid__container>div {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    opacity: 0;
    animation: tiltslide 1s forwards;
}

.tiltgrid__container>div:nth-child(1) {
    animation-delay: 0.05s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(2) {
    animation-delay: 0.1s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(3) {
    animation-delay: 0.15s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(4) {
    animation-delay: 0.2s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(5) {
    animation-delay: 0.25s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(6) {
    animation-delay: 0.3s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(7) {
    animation-delay: 0.35s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(8) {
    animation-delay: 0.4s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(9) {
    animation-delay: 0.45s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(10) {
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(11) {
    animation-delay: 0.55s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(12) {
    animation-delay: 0.6s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(13) {
    animation-delay: 0.65s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(14) {
    animation-delay: 0.7s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(15) {
    animation-delay: 0.75s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(16) {
    animation-delay: 0.8s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(17) {
    animation-delay: 0.85s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(18) {
    animation-delay: 0.9s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(19) {
    animation-delay: 0.95s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(20) {
    animation-delay: 1s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(21) {
    animation-delay: 1.05s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(22) {
    animation-delay: 1.1s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(23) {
    animation-delay: 1.15s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(24) {
    animation-delay: 1.2s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(25) {
    animation-delay: 1.25s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(26) {
    animation-delay: 1.3s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(27) {
    animation-delay: 1.35s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(28) {
    animation-delay: 1.4s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(29) {
    animation-delay: 1.45s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(30) {
    animation-delay: 1.5s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(31) {
    animation-delay: 1.55s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(32) {
    animation-delay: 1.6s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(33) {
    animation-delay: 1.65s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(34) {
    animation-delay: 1.7s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(35) {
    animation-delay: 1.75s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(36) {
    animation-delay: 1.8s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(37) {
    animation-delay: 1.85s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(38) {
    animation-delay: 1.9s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(39) {
    animation-delay: 1.95s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(40) {
    animation-delay: 2s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(41) {
    animation-delay: 2.05s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(42) {
    animation-delay: 2.1s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(43) {
    animation-delay: 2.15s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(44) {
    animation-delay: 2.2s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(45) {
    animation-delay: 2.25s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(46) {
    animation-delay: 2.3s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(47) {
    animation-delay: 2.35s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(48) {
    animation-delay: 2.4s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(49) {
    animation-delay: 2.45s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div:nth-child(50) {
    animation-delay: 2.5s;
    animation-duration: 0.7s;
}

.tiltgrid__container>div img {
    aspect-ratio: 14/9;
    min-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    pointer-events: none;
    filter: saturate(1);
    transform: skewY(calc(var(--skew-y) * -1));
    scale: 1.4;
    transition: scale 0.8s, filter 0.6s;
}

.tiltgrid__container>div:hover img {
    scale: 1.5;
    filter: saturate(1);
    transition: scale 0.8s, filter 0.6s;
}

@keyframes tiltslide {
    from {
        opacity: 0;
        clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        filter: saturate(0);
    }

    to {
        opacity: 1;
        clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
        filter: saturate(1);
    }
}

.p-x {
    padding-inline: 1.5em;
}

.hero {
    padding-top: clamp(6rem, 4.285714285714286rem + 7.6190476190476195vw, 10rem);
    padding-bottom: clamp(2rem, 1.1428571428571428rem + 3.8095238095238098vw, 4rem);
    position: sticky;
    top: 0;
    transform-origin: 50% 0%;
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hero .container>* {
    margin: 0;
}

.hero .container h1 {
    font-size: clamp(1.5rem, 0.8571428571428572rem + 2.857142857142857vw, 3rem);
    line-height: 1.2;
}

.hero .container p {
    margin-top: 0.5em;
    font-size: clamp(0.875rem, 0.7142857142857143rem + 0.7142857142857143vw, 1.25rem);
    color: #666;
}

.bottom {
    min-height: 200vh;
    padding-block: clamp(2rem, 1.5714285714285714rem + 1.9047619047619049vw, 3rem);
}

.bottom .container {
    text-align: center;
}

.img1 {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

  
  
  
  
  
  
  
  
  
  
  
  /********************** 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 *******************/



  