/*font-family: 'Poppins', sans-serif;*/
html,
body {
  padding-top: 0%;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

.close-logi {
  display: none;
}
.fa-brands {
  font-size: 50px;
  margin: 190px 10px;
  color: black;
}
.fa-regular {
  font-size: 35px;
  color: rgb(254, 251, 251);
  margin: 20px;
}

body {
  font-family: "Poppins", sans-serif;
  display: fixed;
  background-color: oldlace;
}
nav {
  background: white;
  height: 80px;
  width: 100%;
}
label.logo {
  color: black;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul {
  float: right;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  color: black;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}

nav ul li a:hover {
  color: white;
  background-color: #0082e6;
}
.btn-na {
  color: white;
}
.btn-na:hover {
  color: black;
}

/* .prj-link {
  color: black;
} */
.btn.active,
.btn:hover {
  text-decoration: none;
  background-color: #0082e6;
}
.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
}
#check:checked ~ ul {
  left: 0;
}

section {
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}

.sec-1 {
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  margin: 10px 50px;
  line-height: 2rem;
  position: absolute;
  top: 200px;
  z-index: 1;
}

.btn {
  font-size: 20px;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  border: 0px;
  margin: 0 5;
  background-color: #0082e6;
  color: white;
  margin-top: 10px;
}

.rm-btn {
  visibility: hidden;
}

.header {
  text-align: left;
  font-size: 60px;
  line-height: 5rem;
}

.logo {
  font-size: 40px;
  margin-top: 180px;
  margin-left: 10px;
  color: rgb(238, 15, 15);
}

.image {
  width: 500px;
  position: absolute;
  left: 900;
  top: 185;
}

@media (max-width: 952px) {
  html,
  body {
    padding-top: 0%;
    overflow: hidden;
  }
  .project-div {
    position: absolute !important;
    border-radius: 50px !important;
    top: 150px !important;
    height: 45% !important;
    width: 55% !important;
    left: 24% !important;
    padding: 10px !important;
  }
  #mobile-log {
    visibility: hidden;
  }

  nav ul li a {
    /* font-size: 16px; */
    display: none;
  }

  .prj-link1 {
    position: absolute !important;
    top: 42% !important;
    left: 25% !important;
  }
  .prj-link2 {
    position: absolute !important;
    top: auto !important;
    left: 20% !important;
    margin-top: 10% !important;
  }

  .guess {
    width: 50% !important;
    left: 25% !important;
  }

  .clean {
    width: 50% !important;
    left: 25% !important;
    margin-top: 120px !important;
  }
  .fa-brands {
    font-size: 35px;
    margin: 10px 10px;
  }
  .image {
    width: 200px;
    position: unset;
    margin-top: 2%;
    margin-bottom: 26% !important;
    margin-left: 15%;
  }

  .rm-btn {
    visibility: visible;
    margin-bottom: 12px;
  }
  .header {
    text-align: left;
    font-size: 35px;
    line-height: 2.5rem;
    margin-top: 30% !important;
    margin-bottom: 10%;
  }
  label.logo {
    width: 100%;
    font-size: 100%;
    margin-top: 0;
    margin-left: 0px;
    display: block;

    align-self: center;
    margin-top: 10px;
  }
}

@media (max-width: 858px) {
  .prj-link2 {
    margin-top: 15% !important;
    top: 70% !important;
  }
  .project-div {
    height: 40% !important;
  }
}

.fas {
  visibility: hidden;
}

.logo {
  font-size: 14px;
  margin-top: 30%;
  margin-right: 5%;
  color: black;
}
.prj-sec {
  width: 100%;
  align-items: center;
}

.project-div {
  border-radius: 50px;
  top: 150px;
  position: absolute;
  background-color: white;
  height: 500px;
  width: 500px;
  left: 500px;
  padding: 50px;
  align-content: center;
  z-index: 4;
}

.project-header {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 20px;
  font-size: larger;
}

.display {
  display: none;
}

.clean {
  width: 200px;
  margin-top: 200px;
  position: absolute;
  left: 150px;
}

.guess {
  position: absolute;
  width: 200px;
  margin-bottom: 100px;
  left: 150px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}

html,
body {
  min-height: 100%;
}
body {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); /*dim the background*/
}

.prj-link2 {
  position: absolute;
  bottom: 8%;
  left: 40%;
  color: black;
}

.prj-link1 {
  position: absolute;
  top: 50%;
  left: 40%;
  color: black;
}
