@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
  font-family: "ComforterBrush-Regular";
  src: url('../fonts/ComforterBrush-Regular.ttf'),
    url('../fonts/ComforterBrush-Regular.ttf');
}

@font-face {
  font-family: "Audiowide-Regular";
  src: url('../fonts/Audiowide-Regular.ttf'),
    url('../fonts/Audiowide-Regular.ttf');
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

:root {
  --light: white;
  --grey: #494949;
  --dark: #3a3a3a;
  --gold: rgba(255, 238, 0, 0.828);
  --blue: #2eb1c2;
  --green: #04a126;
  --purple: #8c27eb;
  --orange: #ed490e;
  --red: #e51106;

  --dark: black;

}

body,
html {
  font-family: Arial, sans-serif;
  color: #333;
  height: 100%;
  background: url(../images/circuitboard.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  --scrollbarBG: #02a30a;
  --thumbBG: #db5520;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #e93e0a);
  border-radius: 22px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
}

body::-webkit-scrollbar {
  height: 4px;
  width: 20px;
  cursor: pointer;
}

h1 {
  text-align: center;
  color: #00b8d4;
}

#madhatter {
  text-align: center;
  position: absolute;
  top: 5%;
  left: 22%;
  height: 300px;
}

#playful {
  text-align: center;
  position: absolute;
  top: 5%;
  right: 12%;
  height: 200px;
}

.job-category {
  background-image: url(../images/motherboard.png);
  color: var(--dark);
  font-family: "Audiowide-Regular";
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 4px;
  box-shadow: 1px 1px 2px black;
  border: 1px solid black;
}

.notebook-border {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  height: 130%;
  width: 163px;
}

form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#keyword {
  font-family: 'Poppins', sans-serif;
  position: relative;
  top: 66px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

#geek {
  text-align: center;
  position: relative;
  top: 9px;
  left: 10%;
}

#location {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;

}

#filter-button {
  width: 22%;
  border-radius: 4px;
  color: rgb(0, 0, 0);
  letter-spacing: 3px;
}

#filter-button:hover {
  background-color: #039e49;
  color: whitesmoke;
}

button {
  cursor: pointer;
  background-color: #03c8d6;
  border: 1px solid black;
}

button:hover {
  background-color: #005cc5;
}

label {
  width: 49%;
}

input {
  cursor: pointer;
}

input[type="text"] {
  width: 100%;
  cursor: pointer;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  box-shadow: 2px 2px 4px black;
}

input[type="submit"] {
  width: 100%;
  background-color: #00b8d4;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #0052cc;
}

h2 {
  margin-top: 40px;
  text-align: center;
}

ul {
  text-align: center;
}

.featured-jobs {
  margin-top: 40px;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: whitesmoke;
  border: 1px solid var(--light);
  box-shadow: 2px 2px 4px black;
}

.featured-jobs>div {
  z-index: 400;
  width: 500px;
  margin: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.featured-jobs>div h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px;
}

.featured-jobs>div p {
  margin: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.featured-jobs>div a {
  display: block;
  margin: 10px;
  padding: 10px 20px;
  background-color: #00af4f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 2px 2px 6px black;
}

.featured-jobs>div a:hover {
  background-color: #39b4d3;
}

.featured-jobs>div h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px;
}

.featured-jobs>div p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  margin: 10px;
}

.featured-jobs>div p:nth-of-type(2) {
  font-size: 16px;
  font-style: italic;
  margin: 10px;
  color: #666;
}

.featured-jobs>div p:last-of-type {
  font-size: 16px;
  margin: 10px;
  line-height: 1.5;
}

#filter-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-form input[type="text"] {
  width: 200px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 10px;
}

#filter-form input[type="submit"] {
  width: 100px;
  height: 40px;
  background-color: #0366d6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#filter-form input[type="submit"]:hover {
  background-color: #005cc5;
}




li {
  list-style: none;
  margin-bottom: 20px;
}

h3 {
  color: #00b8d4;
}

a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #00b8d4;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

a:hover {
  background-color: #0052cc;
}