body {
  background: black;
}
a {
  text-decoration: none;
}
.btn-branding {
  color: white;
  border: solid 1px white;
  border-radius: 5px;
}
.container1 {
  color: white;
}
nav {
  padding: 20px 0 0 0;
}
nav ul {
  padding: 0;
  margin-top: 40px;
}
nav li {
  display: inline;
  list-style: none;
  font-size: 34px;
  line-height: 42px;
  margin-left: 25px;
}
.logo {
  width: 80px;
  height: 70px;
}
.work-query {
  padding: 20px 20px;
  background: #f65282;
  border-radius: 10px;
}
.querybtn {
  color: #f65282;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}
nav a {
  text-decoration: none;
  color: #ffffff;
}
nav a:hover,
nav li.active a {
  color: #f65282;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 72px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 100%;
  text-transform: uppercase;
}
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 100%;
  text-transform: uppercase;
}
.describe {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 30%;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  color: #272142;
}

.hero1 {
  margin-top: 50px;
  background: #ffffff;
  padding: 18px 30px;
  gap: 10px;
  width: 200px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.hero {
  background-image: url(/images/dreamstime_xxl_177734301-scaled.jpg);
  background-size: cover; /* Ensures the entire image is visible */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
}

.hero_content {
  text-align: center;
  padding: 1000px 50px 200px;
  color: #ffffff;
  margin-top: 40px;
}

h5 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.project-description {
  padding: 120px 60px;
}
.project-description2 {
  padding: 300px 60px;
}

.about {
  color: #f65282;
}
.myabout {
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.hero2 {
  margin-top: 50px;
  background: #ffffff;
  padding: 12px 20px;
  gap: 10px;
  width: 240px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.hero2:hover {
  margin-top: 50px;
  background: #f65282;
  padding: 12px 20px;
  gap: 10px;
  width: 240px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
}
.github {
  color: #ffffff;
  text-align: center;
}
strong {
  color: #f65282;
}

.gitlink {
  color: #f65282;
}

/*
certification page
*/
.certify {
  padding: 20px 20px;
  margin: 10px;
  width: 1000px;
  height: 500px;
  border: 8px solid #f65282;
  border-radius: 20px;
}
.certify img {
  border-radius: 20px;
}

.certify1 {
  display: block;
  margin-top: 20px;
  padding: 20px 20px;
  border: 8px solid #f65282;
  width: 2000px;
  border-radius: 20px;
}

.cert {
  margin-top: 50px;
  color: #ffffff;
  display: block;
  font-size: 44px;
  text-align: center;
}

/*
contacts
*/
.contacts {
  text-align: center;
}
.cont {
  margin-top: 150px;
  color: #f65282;
  font-size: 44px;
}
.con1 {
  color: #ffffff;
}
.cont2 {
  color: #f65282;
}

footer {
  margin-top: 50px;
}
.icon a {
  color: #f65282;
  padding: 14px 14px;
  background: #ffffff;
  border-radius: 30px;
  margin: 3px;
}
.icon a:hover {
  color: #ffffff;
  background: #f65282;
}

.email_list {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 34px;
}
.email_list:hover {
  color: #f65282;
}
@media (max-width: 900px) {
  .project-description,
  .project-description2 {
    padding: 0;
    text-align: center;
  }
  h1 {
    font-size: 24px;
  }
  .describe {
    line-height: 1.5;
  }

  .hero {
    background-size: contain; /* shows full image */
    background-position: top; /* optional */
    min-height: 30vh;
  }

  .hero_content {
    text-align: center;
    padding: 80px 20px;
    color: #ffffff;
    margin-top: 0;
  }
  h4 {
    font-size: 18px;
  }
  .describe {
    font-size: 12px;
  }

  .hero1 {
    padding: 9px 15px;
    width: 100px;
    font-size: 8px;
    margin-top: 0;
  }
  .cert {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .logo {
    width: 40px;
  }
  nav a {
    font-size: 14px;
    margin-left: 0;
  }
  nav ul {
    margin-top: 0;
  }
}
