
[data-signedin = "true"] .hidden {
  display: none;
}
[data-signedin = "false"] .hidden {
  display: block;
}
[data-signedin = "true"] .visible {
  display: block;
}
[data-signedin = "false"] .visible {
  display: none;
}


@media (max-width: 1150px) {
  .more-about-me {
    flex-direction: column;
  }
  .my-work {
    flex-direction: column;
  }
  .skills {
    flex-direction: column;
  }
  .outter-blog {
    flex-direction: column;
  }
  .outtest-blog {
    flex-direction: column;
  }
  #contact-me {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  #contact-me-me {
    margin-right: 0px;
  }
  #form2 {
    margin-left: 60px;
  }
  #form-name {
    width: 45%;
  }
  #form-email {
    width: 45%;
  }
  #message-1 {
    width: 80%;
  }
  #button-1 {
    width: 6rem;
    margin-left: 38rem;
  }
  #form-subject {
    width: 80%;
  }
  #mike {
    margin-left: 200px;
  }
  #map {
    margin-right: 210px;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #footer {
    position: absolute;
    text-align: center;
    margin-left: 35%;
    margin-bottom: 0%;
  }
}

.outer-div {
  color: grey;
}

/* Partciles section */

#particles-js {
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  align-items: center;
}
.home-page{
  color: #fff;
  position: absolute;
  margin-left: 60px;
}
.home-text {
  font-size: 50px;
}
.S-key {
  font-size: 70px;
  color: #0DF5F5;
}

/* Navbar section */

.navy {
  display: flex;
  justify-content: center;
}
nav {
  height: 55px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  position: fixed;
  top: 0;
  align-items: center;
  z-index: 1;
  margin-top: 20px;
  border-radius: 1%;
  border: 1px solid;
  background-color: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 30px rgba(0,0,0,.5);
}

nav ul {
  display: flex;
  gap: 4rem;
  align-items: center;
  text-decoration: none;
  list-style-type: none;
  padding-right: 2.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}
.outer-about {
  width: 100%;
}


body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #29292B;
}

/* About section */
.more-about-me {
  display: flex;
  padding-top: 9rem;
}

.about-me {
  flex: 1;
  height: 580px;
  margin-left: 100px;
  margin-right: 100px;
}
.mike {
  flex: 0.5;
  width: 572px;
  height: 580px;
  margin-left: 100px;
}
.about-color {
  color: #0DF5F5;
  font-size: 50px;
}
.about-text1 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.about-text2 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.about-text3 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.about-text4 {
  color: #0DF5F5;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 50px;
}

/* Portfolio section */

.my-work {
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-done {
  padding-top: 150px;
  padding-left: 50px;
}
.port {
  margin-top: 200px;
  height: 650px;
  width: 50%;
  border-radius: 5%;
  float: left;
}
.work-color {
  color: #0DF5F5;
  font-size: 50px;
}
.work-text1 {
  color: #FFFFFF;
  font-size: 25px;
  padding-bottom: 20px;
}
.work-text2 {
  color: #FFF;
  font-size: 15px;
  padding-left: 300px
}
.line-1 {
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  background: #CDCDCD;
}
.work-text3 {
  color: #FFFFFF;
  font-size: 25px;
  padding-bottom: 20px;
}
.work-text4 {
  color: #FFF;
  font-size: 15px;
  padding-left: 435px
}
.line-2 {
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  background: #CDCDCD;
}
.work-text5 {
  color: #FFFFFF;
  font-size: 25px;
  padding-bottom: 20px;
}
.work-text6 {
  color: #FFF;
  font-size: 15px;
  padding-left: 330px
}
.line-3 {
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  background: #CDCDCD;
}
.work-text7 {
  color: #FFFFFF;
  font-size: 25px;
  padding-bottom: 20px;
}
.work-text8 {
  color: #FFF;
  font-size: 15px;
  padding-left: 530px;
}
.line-4 {
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  background: #CDCDCD;
}

/* Skills section */

.skills {
  width: 100%;
  display: flex;
}
.skills-level {
  margin-bottom: 5rem;
}

.skills-done {
  flex: 1.5;
  margin-left: 5rem;
  margin-top: 9rem;
  margin-right: 6rem;
}
.skills-color {
  color: #0DF5F5;
  font-size: 50px;
  margin-top: 10px;
}
.skills-txt1 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.skills-txt2 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.skills-txt3 {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
}
.skills-level {
  flex: 1;
  margin-right: 5rem;
  margin-top: 9rem;
}
.real-level {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
}
.real-level footer {
  background-color: #424242;
  height: 2px;
  margin-top: 30px;
}

.skills-level-txt1 {
  color: #FFFFFF;
  font-size: 18px;
}
.real-level footer .h-level {
  height: 100%;
  width: 90%;
  background-color: #0DF5F5;
}
.skills-level-txt2 {
  color: #FFFFFF;
  font-size: 18px;
}
.real-level footer .c-level {
  height: 100%;
  width: 75%;
  background-color: #0DF5F5;
}
.skills-level-txt3 {
  color: #FFFFFF;
  font-size: 18px;
}
.real-level footer .j-level {
  height: 100%;
  width: 65%;
  background-color: #0DF5F5;
}
.skills-level-txt4 {
  color: #FFFFFF;
  font-size: 18px;
}
.real-level footer .b-level {
  height: 100%;
  width: 85%;
  background-color: #0DF5F5;
}
.skills-level-txt5 {
  color: #FFFFFF;
  font-size: 18px;
}
.real-level footer .p-level {
  height: 100%;
  width: 50%;
  background-color: #0DF5F5;
}

/* Blog section */

/* .box-1 {
  width: 200px;
} */

.blog-page{
  height: 100vh;
  width: 100%;
  padding-top: 10px;
}

.outter-blog div {
  border: 1px solid;
  padding: 10px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  border-radius: 2%;
  background-color: #424242;
}
.outter-div div p {
  font-size: 40px;
}
.blog-img {
  width: 270px;
  height: 150px;
  border-radius: 2%;
}
.outter-blog {
  display: flex;
  margin-top: 150px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  /* flex-direction: column; */
}
.outtest-blog {
  display: flex;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.outtest-blog div {
  border: 1px solid;
  padding: 10px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  border-radius: 2%;
  background-color: #424242;
}

.j-head {
  margin-top: 0px;
  color: #0DF5F5;
  font-size: 25px;
  margin-bottom: 15px;
}
.j-head-2 {
  font-size: 20px;
  margin-top: 0px;
  color: #fff;
}
.j-head-3 {
  color: #C9C9C9;
}

/* Contact section */

.contact-me {
  width: 100%;
  height:100vh;
}

.contact-me-me {
  margin-right: 50%;
  text-align: left;
  padding-top: 130px;
  padding-left: 50px;
}
.contact-color {
  color: #0DF5F5;
  font-size: 50px;
  margin-bottom: 30px;
}
.contact-txt {
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 20px;
  margin-right: 5rem;
}
.map {
  margin-right: 80px;
  float: right;
  height: 700px;
  margin-top: 130px;
  border-radius: 2%;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-subject {
  width: 60%;
  height: 1.5rem;
  background-color: #424242;
  border: 1px solid #424242;
  padding-left: 5px;
  color: #fff;
  margin-bottom: 10px;
}

/* .name-contact-form {
  margin-right: 5rem;
  width: 87%;
  margin-left: 3px;
} */

.form-name {
  width: 60%;
  height: 1.5rem;
  background-color: #424242;
  border: 1px solid #424242;
  padding-left: 5px;
  color: #fff;
  margin-bottom: 10px;
}

.form-Email {
  width: 60.5%;
  height: 1.5rem;
  background-color: #424242;
  border: 1px solid #424242;
  color: #fff;
  margin-bottom: 10px;

}

.button-1 {
  width: 5rem;
  margin-top: 20px;
  margin-left: 31.5rem;
  background-color: #0DF5F5;
  border: 1px solid #424242;
}

.message-1 {
  width: 70%;
  background-color: #424242;
  border: 1px solid #424242;
  color: #fff;
}

.input-field.error input {
  border-color: red;
}

.input-field.success input {
  border-color: green;
}

/* Google Maps */

.google-maps {
  width: 100%;
  position: relative;
}

.google-maps iframe {
  margin-right: 50px;
  float: right;
  width: 580px;
  height: 720px;
  margin-top: 120px;
  border-radius: 5px;
}

/* Footer section */

.footer {
  margin: 5% 20%;
  text-align: center;
}
.fa-brands {
  margin: 20px 10px;
  color: #fff;
  width: 30px;
  height: 10px;
  font-size: 20px;
}
