* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
/* body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #171717;
  color: #EDEDED;
} */

.container{
  width: min(90% ,1200px);
  margin: 0 auto;
}

img{
  max-width: 100%;
}

/* hero section */
.hero-section{
  height:calc(100vh - 4rem);
  display:  flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.hero-section .hero-left{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-left h2{
  font-size: 3rem;
  font-weight: 800;
}
.hero-left p{
  font-size: 1.4rem;
}
.hero-search {
  display: flex;
  align-items: center;
  gap:10px;
}
.hero-search input{
  flex: 1;
  padding: 12px ;
  border-radius: 5px;
  border: none;
  background-color: #EDEDED;
  font-size: 1rem;
}
.hero-right  img{

  height: 100%;
  border-radius: 10px;
}
/* end hero sectom */

@media (max-width:768px){
  /* start hero sectom */
  .hero-section{
    flex-direction: column;
    /* gap:10px; */
    
  }
  .hero-section .hero-left{
    gap: 10px;
    /* margin-top: 1.5rem; */
  }
  .hero-left h2{
    font-size: 2rem;
  
  }
 
  .hero-right{
    width: 100%;
  }
  .hero-right img{
    height: 230px;
    width: 100%;
  }
  /* end hero sectom */
}


/* start job posting  list */

  .Recent-jobs {
    /* margin-top: 5rem !important; */
    margin-bottom: 30px !important;


  
  }
  .recent-jobs-heading{
    display: flex;
    align-items: center;
   justify-content: center;
   font-size: 25px;
   margin-bottom: 25px;
  }
  
  .recent-jobs-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr;  
    cursor: pointer;
    column-gap: 2rem;
    row-gap: 1rem;

   
}
  .recent-jobs-list{
    display: flex;
    flex-direction: column;
    background-color: rgb(68, 68, 68);
    border-radius: .75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 );
    padding: .5rem;
    margin-top: 19px;
  }

  .recent-jobs-list:hover{
    transform: scale(1.05);

  }
  .job-card-above{
    margin-top: 20px;
    display: flex;
   
    gap: 5px;
    margin-bottom: 10px;
    
    color:#EDEDED;
   
  }
  .job-card-above img{
    width: 80px;
    height: 90px ;
    object-fit: contain;
    
  }

  .job-card-titles{
    display: flex;
    flex-direction: column;
     justify-content: space-around;
    padding: 5px;
    
  }
  
  .Job-tilte{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: start;
     
    font-size: 23px;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  
.job-card-buttom button{
  background-color: #DA0037;
    color: #EDEDED;
    border: none;
    padding: 10px 15px;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}
.Job-tilte p{
  
  font-size: 25px;
  
}

.Job-hiring-company{
  font-size: 18px;
  font-weight: 500px;
  
   
}

/* mobile section */
@media (max-width:768px){
  .recent-jobs-list-container {
    display: grid;
    grid-template-columns: 1fr;
   
     
      
}

.job-card-buttom button{
  background-color: #DA0037;
    color: #EDEDED;
    border: none;
    padding: 8px;
    font-size: .8rem;
    border-radius: 5px;
    cursor: pointer;
}

  .Job-tilte{
    font-size: 19px;
  }
}

/* job posting list end */

/* css of show all button */
.showallbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin  : 50px;
}
  .showallbtn button{
    background-color: #DA0037;
    color: #EDEDED;
    border: none;
    padding: 10px 15px;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
     
  }

/* start hiring comapnies */

.hiring-companies{
  margin-top: 5rem !important;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); */
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  
  
}
.Job-hiring-time{
  display: none
}
.hiring-compnaies-title{
     margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.8rem;
    
    
    
     
}

  
 .slides{
  align-items: center;
  justify-content: center;
  display: flex;
   
 
 }
 .slides img{
  width: 165px;
  height: 163px;
  
  object-fit: cover;
  border-radius: 10px;
  margin: 10px;
  
   
 }

 .stats{
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
   align-items: flex-start;
  
 }

 .stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  padding: 30px;
  margin: 10px;
 
  
  text-align: center;
  width: 200px;
}

.stat-value {
  font-weight: bold;
  font-size: 48px; /* Adjust size as needed */
  background-image: linear-gradient(to right, #8a8a8a, #e2fe7b); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-clip: text;  
  
}

.stat-label {
  font-size: 18px;
  color: #666;
  
}


 /* mobile section */
@media (max-width:768px){
  .slides {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

  .slides{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;       
    justify-items: center; 
  }
  .stats{
    display: grid;
    grid-template-columns: repeat(1fr);
    align-items: center;       
    justify-items: center; 
  }
  
}
/* end Hiring Companies */