*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  list-style: none !important;
  font-family: "Poppins", sans-serif;
}

body{
  background-color: rgb(233,233,233);
}
.container{
  display: flex;
  width: 1200px;
  margin: auto;
}
nav{
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
}
.navbar{
  width: 80%;
  margin: 0 auto;
}
.logo{
  margin: 2rem 0 1rem 0;
  padding-bottom: 2rem;
  display: flex !important;
  align-items: center;
}
.logo img{
  width: 50px;
  height: 70px;  
}
.logo h2{
  margin-left: 1rem !important;
  text-transform: uppercase;
}
ul{
  margin: 0 auto;
}
li{
  padding-bottom: 1rem !important;
}
li a{
  font-size: 18px !important;
  color: rgb(88,83,83);
}

nav i{
  width: 80px !important;
  font-size: 20px;
  text-align: center;
}
/* Main Section */
.main{
  width: 100%;
}
.main-top{
  width: 100%;
  background: #fff;
  padding: 10px !important;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;;
  color: rgb(56, 5, 242);
  font-weight: bold;
}
.main-top{
  padding: 10px 10px 10px 20px !important;
}
.main-body h4{
  margin: 10px !important;
  color: rgb(228, 150, 49);
  font-size: 24px;
}
.search_bar{
  display: flex;
  padding: 10px;
  justify-content:end;
}

.tags_bar{
  width: 85% !important;
  display: flex;
  padding: 12px;
  justify-content: space-between;
}
.tag{
  background: #fff;
  padding: 6px 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer !important;
}
.tag .bi{
  margin-right: 0.6rem !important;
}
.row1{
  display: flex;
  padding: 10px;
  margin-top: 1.3rem !important;
  justify-content: space-between;
}
.row1 p{
  color: rgb(91, 51, 51);
  font-size: 16px !important;
}
.row1 p span{
  color: blueviolet;
  font-weight: bold;
  font-size: 18px;
}
.job_card{
  width: 100%;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px !important;
  background: #fff;
  margin-bottom: 15px !important;
  margin-left: 10px !important;
  justify-content: space-between;
  border: 1px solid rgb(190,190,190);
  box-shadow: 0 20px 30px rgba(0,0,0,0,0.2); 
}
