@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'stoke', sans-serif;
  
}

.navigation {
  /* position: fixed;
  position:sticky;   */
  z-index: 99;
  width: 100%;
  background: rgb(226 228 226);
}

.background {
  background-color: #f9f7f7;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

nav .wrapper {
  position: relative;
  /* max-width: 1300px; */
  padding: 0px 20px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  /* align-items: center; */
  /* justify-content:center; */
}

.wrapper .logo a {
  color: #0a0a0a;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  text-align: center;
  color: #0a0a0a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;

}

.nav-links li a:hover {
  background: #f0b983;
}

.nav-links .mobile-item {
  display: none;
}

.button {
  transition-duration: 0.4s;
  border-radius: 8px;
  padding: 5px;
  margin: 10px;
}

.button:hover {
  /* background-color: #f0b983; */
  color: white;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.mega-box {
  position: absolute;
  /* background-image: url("seva-kendra.jpg"); */
  z-index: 10;
  left: 0;
  width: 100%;

  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: rgb(226 228 226);
  padding: 25px 20px;
  display: flex;

  /* flex-wrap: wrap; */
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content1 {
  background: rgb(226 228 226);
  padding: 25px 20px;
  height: 300px;
  /* display: flex; */
  width: 100%;
  /* justify-content: space-between; */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
  text-align: start;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #0a0a0a;
  font-size: 17px;
  display: block;
  text-align: start;
}

.row .mega-links li a:hover {
  color: #121211;
}
/* 
.row {
  margin: 20px;
} */


.card:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
  box-shadow: #f0b983;
}

/* CSS for button */
.button-87 {
  margin: 10px;
  padding: 5px 5px;
  width: 100px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.3s;
  background-size: 200% auto;
  color: white !important;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: none !important;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff !important;

  text-decoration: none;

  border: none;
}

.button-87:active {
  transform: scale(0.95);
}

.icon {
  display: none;
}

.dropdown-container {
  display: none;
  background-color: whitesmoke;
  margin: 0;
  border: none;

}

.dropdown- {
  border: none;
  background: none;
  color: #0a0a0a;
  font-weight: 300;
  width: 100%;
  text-align: left;
  cursor: pointer;
}




.menu-btn {
  display: none;
  cursor: pointer;
  font-size: 25px;
}

@media(max-width:1070px) {
  #nav-ul a {
    font-size: 17px !important;
  }
}

@media(max-width:900px) {
  .hide {
    display: none;
  }

  .nav-links li a:hover {
    background: none;
  }

  .hhsk {
    display: none;
  }

  #nav-ul {
    position: fixed;
    background-color: rgb(226 228 226);
    left: -100% !important;
    top: 60px;
    height: 100vh;
    width: 60%;
    display: block;
    text-align: left;
    transition: all 0.3s ease;
  }

  .menu-btn {
    display: block;
  }

  #click:checked~#nav-ul {
    left: 0% !important;
  }

  .navigation .wrapper .nav-links a {
    margin: 0;
    padding: 0;
    font-size: 15px;
  }

  /* .mega-box .content{

    top: 80px;
    display: flex;
    flex-direction: column;
    width: 70%;
    z-index: 100;
  } */

}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}


/* jobs */
.testing:focus {
  outline: none !important;
}

.btns {
  margin: 0 !important;
  text-transform: none !important;
}

.special-text:hover {
  color: rgb(255, 119, 0);
  cursor: pointer;

}

@media(max-width:800px) {
  .search_section {
    flex-direction: column;
  }

  .search_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .search_filters {
    display: block;
  }

  .horizontal {
    display: block !important;
  }

  .vertical {
    display: none;
  }

  .testing {
    width: 4rem;
  }

  .job_card {
    display: block !important;

  }

  .av_jobs {
    width: 100% !important;
  }

  .filters_dropdown {
    display: block !important;
  }

  .search_filters {
    display: none !important;
  }

  .category_cards {
    display: block !important;
  }

  .salary_down {
    display: block !important;
  }

  .salary {
    display: none !important;
  }
}

@media(max-width:1400px) {
  .category_cards {
    display: block !important;
  }

  .salary_down {
    display: block !important;
  }

  .salary {
    display: none !important;
  }

  .search_box {
    width: 95% !important;
  }
}

@media(max-width:1050px) {
  .filters_dropdown {
    display: block !important;
  }

  .search_filters {
    display: none !important;
  }
}


/* css for footer */
@media(max-width:768px) {
  .quick-links {
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .footer-hr{
    margin-top: 100px !important;
  }
}

.footer1 {
  z-index: 99;
  width: 100%;
  background: rgb(226 228 226) !important;

}


/* site map */
.quick-links li {
  list-style: none;
  margin-bottom: 10px;
  text-align: start;


}

.quick-links li a {
  /* text-align:center; */
  text-decoration: none;
  color: #0a0a0a;
  text-indent: 0px;
  /* text-align: left; */
}


/* newsletter */
@media(max-width:540px) {
  .quick-links {
    margin: 0 !important;
  }
}

.subscribe-email {
  font: 19px "Open Sans", Helvetica, Arial, Sans-serif;
  border-radius: 3px;
  box-shadow: 0 2px 2px #000;
}

/* .page {
  width: 500px;
  margin: 50px auto 0;
} */

.newsletter .subscribe-email,
.newsletter .subscribe-email:focus {
  padding: 10px 13px;
  border: 0;
  outline: 0;
}

.newsletter .subscribe-email[type="email"] {
  margin-right: 15px;
  width: 300px;
  color: #a09f9f;
}

.newsletter .subscribe-email[type="submit"] {
  padding: 10px 15px;
  color: #c0d6db;
  background: #427b89;
  text-shadow: 0 2px 2px #333;
  box-shadow: inset 0 0 0 transparent;
  background: #508f9f;
  background: linear-gradient(to bottom, #508f9f 0%, #346976 100%);
  transition: all .3s ease-in-out;
}

.newsletter .subscribe-email[type="submit"]:hover,
form .subscribe-email[type="submit"]:focus {
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.3),
    0 0 10px rgba(255, 255, 255, 0.1);
  color: white;
  margin-left: 10px;
}

/* social icons */
.social {
  position: absolute;
  /* top:50%; 
  left:50%;
  transform: translate(-50%, -50%); */
  margin: 0;
  padding: 0;
  display: flex;
}

.social li {
  list-style: none;
}

.social li a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .3s;
}

.social li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.social li a .fab {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size: 24px;
  color: #262626;
  transition: .5s;
}

.social li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

.social li:nth-child(2) a:hover .fab {
  color: #00aced;
}

.social li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}

.social li:nth-child(4) a:hover .fab {
  color: #007bb6;
}

.social li:nth-child(5) a:hover .fab {
  color: #e4405f;
}

/* job-details page */
@media(min-width:768px) {
  .apply-contact-btn {
    width: 40%;
  }

  .requirements {
    width: 50% !important;
    margin-left: 20px;
    margin-top: 5px;
    padding: 5px;

  }

  .stepper {
    width: 30% !important;
  }

  .company-logo {
    width: 30%;
    margin: auto;
  }
}

@media(max-width:768px) {

  .apply-contact-btn {
    width: 40%;
  }

  .apply-contact-btnss {
    display: flex;
    align-items: center;

  }

  .job-details {
    display: flex;
    flex-direction: column !important;
  }

  .right {
    margin: 0 !important;
  }

  .requirements {
    width: 100% !important;
  }

  .stepper {
    width: 100% !important;
  }

  .company-logo {
    width: 45%;
    margin: auto;
  }

  .posted-by {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* login form */
.login-form , .employer-signup{
  top: 55%;
  left: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #000;
  width: 25%;
  
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.container-fluid{
  padding: 0 !important;
}

@media(max-width:768px) {
  .login-form , .employer-signup{
    width: 90% !important;

  }

  .forgot-pwd {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;

  }
}

/* signup page */
@media(max-width:768px) {
  .getotp{
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .otp-btn{
    width: 50% !important;
  }
}
.signup-form{
  top: 40%;
  left: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #000;
  width: 50%;
  
}
@media(max-width:768px) {
  .signup-form {
    width: 100% !important;

  }
}

/* employer-signup,login */
 .employer-signup{
  top: 55%;
  left: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #000;
  width: 50%;
  
}

.input-fields{
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 50% !important;
}
@media(max-width:768px) {
  .input-fields{
    width: 90% !important;

  }
}
@media(max-width:768px) {
  .input-btns{
    display: flex;
    flex-direction: column!important;
    align-items: center !important;
    width: 100% !important;
  }

}
