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: 430px) {
    .nav0 {
        width: 96%;
    }

    .sa {
        font-size: 10px;
    }

    .ee {
        font-size: 13px;
        text-align: center;
    }

    .res1 {
        text-align: center;
    }

    .e1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .km {
        padding: 5px;
        margin-left: -15px;
    }
    
    .we-1{
        font-size:12px;
    }
    
    .we-2{
        font-size:12px;
    }

    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;
    }


}

#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-size: 80%;
  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%;
}

.e1 {
  text-align: end;
}

.we-1 {
  color: #B89564;
  text-align: center;
  text-decoration: none;
  padding-right: 4%;

}

.we-2 {
  color: #B89564;
  text-align: center;
  text-decoration: none;
  padding-right: 3%;
}


/****** 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;
}

.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: 50%;
  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: 830px) {

  .nav1 {
    margin-top: 20px;
  }

  #right ul {
    display: none;
  }

  .burger {
    display: inline-block;
    padding-top: 8px;
  }

}



/****** navbar 2 end ****/









/*****    video   *****/

.ya1 {
  position: relative;
}

.ya1 video {
  background-size: cover;
}



.taa {
  color: #B89564;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
}















/*********   bloks  ********/

@media (max-width:2000px) {
  .zaz {
    display: block;
  }

}

@media (max-width:1000px) {
  .zaz {
    display: none;
  }

}

.team-area {
  display: flex;
  width: 90%;
  justify-content: space-around;
}

.single-team {
  width: 360px;
  height: 470px;
  padding: 24px;
  background-color: antiquewhite;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 1.9s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  filter: grayscale(70%);

}

.single-team:hover {
  transform: scale(1.0);
  filter: grayscale(0);

}

.single-team:hover:before {
  opacity: 1;
}

.single-team:hover .team-text {
  opacity: 1;
  transform: translateY(0);
}

.single-team::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000de, transparent);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.single-team img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.single-team .team-text {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.9s;
}

.team-text h2 {
  margin: 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 3px;
}

.team-text p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
  font-family: 'Times New Roman', Times, serif;

}


.hhhh {
  margin-top: 1000px;
}


/*** button ***/


.fancy1 {
  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;
}

.fancy1: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;
}

.fancy1 .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;
}

.fancy1 .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;
}

.fancy1 .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;
}



.fancy1:hover {
  color: white;
  background: black;
  text-decoration: none;
}

.fancy1:hover::before {
  width: 0.9375rem;
  background: white;
}

.fancy1:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy1:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy1:hover .bottom-key-1 {
  right: 0;
  width: 0;
}


/*** end button ***/














/*****   png   *****/

@media (max-width:430px) {

  .parallax-window-two {
    min-height: 100px;
    min-width: 50px;
    margin-bottom: 60px;
  }

  .taat1 {
    margin-left: -5%;
  }
}

.taat {
  color: white;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 25%;
  margin-left: 15%;
}

.taat:hover {
  color: #B89564;
  transition: 0.9s ease;
}



.parallax-window-two {
  min-height: 600px;
  min-width: 300px;
  background: transparent;
  border-right: 4px solid #B89564;
  border-bottom: 4px solid #B89564;
}





/*****   Parallax Scroll Effect with Elementor Free   *****/




/* Paralax Stuff */
.parallax-window {
  min-height: 600px;
  background: transparent;
  border-bottom: 4px solid #B89564;
  border-top: 4px solid #B89564;
}









/****   screen  ****/

@media (max-width:430px) {

  .harr {
    margin-left: -70px;
  }

  .res4 {
    margin-left: 8px;
  }

}

.har {
  width: 100%;
  height: 1000px;
}

.bar {
  margin-left: 53%;
  width: 15%;
  height: 15%;
  margin-top: -0.3%;
}

.bar0 {
  margin-left: 20%;
  border-radius: 0.5%;
  border: 12px solid rgb(32, 32, 32);
}










.c-timeline__item {
  position: relative;
  display: flex;
  gap: 2rem;
  height: 260px;
}

.c-timeline__item:last-child .c-timeline__content:before {
  display: none;
}

.c-timeline__content {
  flex: 1;
  position: relative;
  order: 1;
  padding-left: 1.5rem;
  padding-bottom: 3rem;
}

.c-timeline__content:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: lightgrey;
}

.c-timeline__content:after {
  content: "";
  position: absolute;
  left: calc(0px - 11px);
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
  border: 2px solid lightgrey;
  border-radius: 50%;
}

.c-timeline__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.9rem;
  color: gray;
}

.c-timeline__desc {
  color: #B89564;
  font-family: Oswald, sans-serif;
}

time {
  text-align: end;
  flex: 0 0 100px;
  min-width: 0;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
}

.wrapper {
  max-width: 1000px;
  margin: 2rem auto 0;
}












/*****     marquee      *****/


.logoo {
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-dodge;
  padding-right: 70px;
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background-color: #B89564;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

@media (max-width:430px) {

  .res5 {
    margin-top: 50%;
  }

}









/*********   comments  ********/












/********************** 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 *******************/