*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  body{
    font-family: montserrat;
  }
  nav{
    background: #ffffff;
    height: 80px;
    width: 100%;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Manrope';
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  .chat {
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
   }
   .chat:hover {
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s;
   }
    .logo {
      padding: auto;
      margin-top: 20px;
      margin-left: 30px;
      width: 70px;
  }
  .title h1{
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(
      -25deg,
      #000000 100%,
      #000000 100%,
      #000000 100%,
      rgb(201, 235, 122) 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #000000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-family: 'Manrope';
    margin-top: 120px;
    letter-spacing: 2px;
    line-height: 90px;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
}
.title p {
    text-align: center;
    font-size: 20px;
    font-family: 'Manrope';
    margin-top: 30px;
}
.mockup {
  width: 1249px;
  height: 300px;
  background: #221f1f;
  margin-top: 100px;
  margin-left: 50px;
  position: absolute;
}
.mockup_div {
  width: 1149px;
  height: 300px;
  background: #a58181;
  margin-top: 0px;
  margin-left: 0px;
  
}
.mockup_bgd {
  width: 100%;
  position: absolute;
}
.mockup_img {
  width: 70%;
  top: 0px;
  margin-left: 185px;
  position: absolute;
}
.container_1 {
  width: 1349px;
  background: #ffffff;
  height: 1050px;
  margin-top: 850px;
}
.bdwdesign_assets h1 {
  color: #000000;
  text-align: center;
  margin-top: 70px;
  font-size: 60px;
  font-family: 'Manrope';
}
.bdwdesign_assets h3 {
  color: #000000;
  text-align: left;
  margin-top: 100px;
  font-size: 30px;
  font-family: 'Manrope';
  margin-left: 130px;
  font-weight: bold;
  position: absolute;
}
.bdwicons {
  color: #000000;
  margin-top: 0px;
  font-size: 30px;
  font-family: 'Manrope';
  font-weight: bold;
  left: 810px;
  position: absolute;
}
.bdwfontsimg {
  width: 650px;
  margin-top: 200px;
  margin-left: 100px;
  position: absolute;
}
.bdwiconsimg {
  width: 250px;
  margin-top: 200px;
  margin-left: 900px;
}
.bdwillustr {
  color: #000000;
  text-align: left;
  top: 1950px;
  font-size: 30px;
  font-family: 'Manrope';
  left: 440px;
  font-weight: bold;
  position: absolute;
}
.bdwillustrimg {
  width: 750px;
  margin-top: 400px;
  margin-left: 300px;
}
.bdwcontainer_2 {
  width: 1349px;
  background: #44443F;
  height: 1500px;
  margin-top: 150px;
}
.bdwscreens h1 {
  color: #ffffff;
  font-size: 60px;
  font-family: 'Manrope';
  position: absolute;
  margin-top: 45px;
  margin-left: 530px;
}
.bdwscreen1 {
  width: 700px;
  position: absolute;
  margin-top: 150px;
}
.bdwscreen2 {
  width: 700px;
  margin-left: 640px;
  margin-top: 150px;
}
.bdwscreen3 {
  width: 700px;
}
.bdwscreen4 {
  width: 700px;
  left: 640px;
  position: absolute;
}
.bdwscreen5 {
  width: 700px;
  margin-left: 330px;
}
.bdwcontainer_3 {
  width: 1349px;
  height: 920px;
  background: #ffffff;
  margin-top: 300px;
}
.bdwprototype h1 {
  color: #000000;
  font-size: 60px;
  font-family: 'Manrope';
  position: absolute;
  margin-top: 45px;
  margin-left: 530px;
}
.bdwfigma {
  width: 1200px;
  height: 700px;
  margin-top: 150px;
  margin-left: 70px;
}
.bdwcontainer_4 {
  width: 1349px;
  height: 270px;
  background: #ffffff;
}
.moreprojects h1 {
  color: #000000;
  font-family: 'Manrope';
  margin-top: 50px;
  position: absolute;
  margin-left: 560px;
}
.w1 {
  width: 300px;
  height: 228px;
  margin-top: 150px;
  position: absolute;
  margin-left: 100px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #e2daf1;
}
.w1img {
  width: 100%;
}
.w1overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s ease;
  background-color: rgba(0, 0,0, 0.6);
  border-radius: 30px;
}
.w1:hover .w1overlay {
  opacity: 1;
}
.w1h3 {
  color: #ffffff;
  font-family: 'Manrope';
  margin-left: 38px;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 17%;
}
.w2 {
  width: 300px;
  height: 228px;
  margin-top: 150px;
  position: absolute;
  margin-left: 520px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #330E3A;
}
.w2img {
  width: 100%;
}
.w2overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s ease;
  background-color: rgba(0, 0,0, 0.6);
  border-radius: 30px;
}
.w2:hover .w2overlay {
  opacity: 1;
}
.w2h3 {
  color: #ffffff;
  font-family: 'Manrope';
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 11%;
}
.w3 {
  width: 300px;
  height: 228px;
  margin-top: 150px;
  position: absolute;
  margin-left: 950px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #44443F;
}
.w3img {
  width: 100%;
}
.w3overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s ease;
  background-color: rgba(0, 0,0, 0.6);
  border-radius: 30px;
}
.w3:hover .w3overlay {
  opacity: 1;
}
.w3h3 {
  color: #ffffff;
  font-family: 'Manrope';
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 17%;
}
.copyright {
  margin-left: 35px;
  margin-top: 210px;
  font-family: 'Manrope';
  font-weight: 50px;
  font-size: 12px;
  position: absolute;
  color: #8d8888;
}
.behance {
  width: 34px;
  margin-top: 194px;
  margin-left: 1160px;
  margin-bottom: 50px;
  position: absolute;
}
.linkedIn {
  width: 32px;
  margin-top: 192px;
  margin-left: 1220px;
  position: absolute;
}
.instagram {
  width: 30px;
  margin-top: 193px;
  position: absolute;
  margin-left:1280px;
}
.footer {
  width: 1349px;
  height: 10px;
  margin-top: 240px;
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
    color: #000000;
  }
  .logo {
    padding: auto;
    margin-top: 20px;
    margin-left: 20px;
    width: 60px;
}
  ul{
    position: fixed;
    width: 100%;
    height: 135px;
    background: #ffffff;
    top: 100px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: inline;
    margin: 70px 0;
    line-height: 50px;
  }
  nav ul li a{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .chat {
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
   }
   .chat:hover {
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s;
   }
.title h1{
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(
    -25deg,
    #000000 100%,
    #000000 100%,
    #000000 100%,
    rgb(201, 235, 122) 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: 'Manrope';
  margin-top: 160px;
  letter-spacing: 2px;
  line-height: 70px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.title p {
  text-align: center;
  font-size: 15px;
  font-family: 'Manrope';
  margin-top: 10px;
}
.mockup {
width: 320px;
height: 100px;
background: #221f1f;
margin-top: 50px;
margin-left: 20px;
position: absolute;
}
.mockup_div {
width: 320px;
height: 100px;
background: #a58181;
margin-top: 0px;
margin-left: 0px;

}
.mockup_bgd {
width: 100%;
height: auto;
position: absolute;
}
.mockup_img {
width: 75%;
top: 0px;
margin-left: 40px;
position: absolute;
}
.container_1 {
width: 360px;
background: #ffffff;
height: 815px;
margin-top: 280px;
}
.bdwdesign_assets h1 {
color: #000000;
text-align: center;
margin-top: 100px;
font-size: 30px;
font-family: 'Manrope';
}
.bdwdesign_assets h3 {
color: #000000;
text-align: left;
margin-top: 50px;
font-size: 20px;
font-family: 'Manrope';
margin-left: 10px;
font-weight: bold;
position: absolute;
}
.bdwicons {
color: #000000;
top: 1130px;
font-size: 30px;
font-family: 'Manrope';
font-weight: bold;
left: 10px;
position: absolute;
}
.bdwfontsimg {
width: 100%;
margin-top: 100px;
margin-left: 0px;

}
.bdwiconsimg {
width: 250px;
margin-top: 410px;
margin-left: 0px;
}
.bdwillustr {
color: #000000;
top: 1405px;
font-size: 30px;
font-family: 'Manrope';
left: 10px;
font-weight: bold;
position: absolute;
}
.bdwillustrimg {
width: 100%;
margin-top: 60px;
margin-left: 0px;
}
.bdwcontainer_2 {
width: 360px;
background: #44443F;
height: 1240px;
margin-top: 20px;
}
.bdwscreens h1 {
color: #ffffff;
font-size: 30px;
font-family: 'Manrope';
position: absolute;
margin-top: 45px;
margin-left: 110px;
}
.bdwscreen1 {
width: 100%;
position: absolute;
margin-top: 100px;
}
.bdwscreen2 {
width: 100%;
margin-left: 0px;
margin-top: 350px;
position: absolute;
}
.bdwscreen3 {
width: 100%;
margin-top: 600px;
position: absolute;
}
.bdwscreen4 {
width: 100%;
position: absolute;
margin-top: 850px;
left: 0px;
}
.bdwscreen5 {
width: 100%;
margin-left: 0px;
margin-top: 1100px;
}
.bdwcontainer_3 {
width: 360px;
height: 400px;
background: #ffffff;
margin-top: 150px;
}
.bdwprototype h1 {
color: #000000;
font-size: 30px;
font-family: 'Manrope';
position: absolute;
margin-top: 40px;
margin-left: 110px;
}
.bdwfigma {
width: 100%;
height: 280px;
margin-top: 110px;
margin-left: 0px;
}
.bdwcontainer_4 {
width: 360px;
height: 270px;
background: #ffffff;
}
.moreprojects h1 {
color: #000000;
font-family: 'Manrope';
margin-top: 40px;
position: absolute;
margin-left: 110px;
font-size: 20px;
}
.w1 {
width: 160px;
height: 121px;
margin-top: 100px;
position: absolute;
margin-left: 15px;
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
background: #e2daf1;
}
.w1img {
width: 100%;
}
.w1overlay {
height: 100%;
width: 100%;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: .5s ease;
background-color: rgba(0, 0,0, 0.6);
border-radius: 30px;
}
.w1:hover .w1overlay {
opacity: 1;
}
.w1h3 {
color: #ffffff;
font-family: 'Manrope';
margin-left: 10px;
font-size: 13px;
margin-top: 9px;
text-align: center;
position: absolute;
top: 30%;
left: 17%;
}
.w2 {
width: 160px;
height: 121px;
margin-top: 100px;
position: absolute;
margin-left: 185px;
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
background: #330E3A;
}
.w2img {
width: 100%;
}
.w2overlay {
height: 100%;
width: 100%;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: .5s ease;
background-color: rgba(0, 0,0, 0.6);
border-radius: 30px;
}
.w2:hover .w2overlay {
opacity: 1;
}
.w2h3 {
color: #ffffff;
font-family: 'Manrope';
font-size: 13px;
margin-top: 0px;
text-align: center;
position: absolute;
top: 30%;
left: 3%;
}
.w3 {
display: none;
}
.w3img {
display: none;
}
.w3overlay {
display: none;
}
.w3:hover .w3overlay {
opacity: 1;
}
.w3h3 {
display: none;
}
.copyright {
  margin-left: 135px;
  margin-top: 110px;
  font-family: 'Manrope';
  font-weight: 50px;
  font-size: 10px;
  position: absolute;
  color: #b4a6a6;
}
.behance {
  width: 34px;
  margin-top: 54px;
  margin-left: 120px;
  margin-bottom: 50px;
  position: absolute;
}
.linkedIn {
  width: 32px;
  margin-top: 54px;
  margin-left: 170px;
  position: absolute;
}
.instagram {
  width: 32px;
  margin-top: 53px;
  position: absolute;
  margin-left:220px;
}
.footer {
  width: 350px;
  height: 120px;
  margin-top: 20px;
}
  }