@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
:root {
    --primary-color: #84C1FF;
   
   
  }
  .common-padding{
    padding: 100px 0;
  }

html{
    font-size: 62.5%;
   
    
    
    
  
}
html,body{
    overflow-x: hidden;
    overflow-y: auto;

}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

a{
    text-decoration:none ;
}
ul{
    list-style: none;
}
section,.row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container{
    max-width: 1245px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
h1{
    font-size: 4.5rem;
    color: #FFFFFF;
    font-weight: 600;
    
}
.button_apply02{
    padding: 8px 30px 8px 30px;
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}

/* ------------Header----------------- */
/* -----------Navbar--------------------- */
/* Navbar-end */
nav{
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding-top: 40px;
}


.bottom_navbar_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_navbar_main .logo_all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
}
.bottom_navbar_main .logo_all .toggler{
    font-size: 25px;
    color: white;
    display: none;
}


/* .bottom_navbar_main .logo {
   background: none;
} */
.bottom_navbar_main .navlist .mainmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_navbar_main .navlist .mainmenu  li{
    margin: 0 25px;
}
.bottom_navbar_main .navlist .mainmenu  li a{
  font-size: 1.8rem;
  color: white;
  padding: 10px 20px;
 
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease-in-out;
 


}
.bottom_navbar_main .navlist .mainmenu  li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: skyblue; /* Sky blue underline */
    transition: width 0.3s ease-in-out;
}

.bottom_navbar_main .navlist .mainmenu  li a:hover::after {
    width: 100%; /* Expands underline on hover */
}


.bottom_navbar_main .navlist .mainmenu  li a:hover{
  color: var(--primary-color);


}
.bottom_navbar_main .navlist .mainmenu  .active{
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    background-color: rgba(135, 206, 235, 0.2); /* Light sky blue overlay effect */
    padding: 10px 20px;
    border-radius: 5px; /* Optional: Smooth corners */
    background-color: rgb(97, 97, 97);

}
.bottom_navbar_main .navlist .mainmenu .toggler i{
    color: white;
    font-size: 25px;

}
/* .bottom_navbar_main .navlist .mainmenu .toggler{
    display: none;
} */

.slidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 25%;
    z-index: 999;
    background-color: rgba(95, 93, 93, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(14, 11, 11, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  

}
.bottom_navbar_main .navlist .slidebar li {
    margin: 20px 0;
    width: 100%;
    font-family: "Poppins", serif;
   
}
.bottom_navbar_main .navlist .slidebar li a{
    width: 100%;
   
 
}
.slidebar .cross a i{
    font-size: 2.5rem;
    color: white;

}
.slidebar .cross a i:hover{
    color: var(--primary-color);
}
.bottom_navbar_main .navlist .slidebar li a{
    font-size: 1.8rem;
    color: #0080ff;
    padding: 10px 20px;
    font-weight: 700;
  
  }
  
  
  .bottom_navbar_main .navlist .slidebar li a:hover{
    color: white;
  
  
  }
  .bottom_navbar_main .navlist .slidebar  .active{
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    background-color: rgba(135, 206, 235, 0.2); /* Light sky blue overlay effect */
    padding: 5px 20px ;
    border-radius: 5px; /* Optional: Smooth corners */
    border: 1px solid black;

}

/* --------------------------banner----------------------- */
.banner{
    background:linear-gradient(to right,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('../images/joblisting.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 570px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner h1:hover{
    color: var(--primary-color);
    cursor: pointer;
}

/* ----------------------job listing start------------------- */

/* filter-section */
.fliter{
    background-color: #EBECF1;
}

.fliter .row{
    margin: 0 -15px;
}
.filter_main{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 43px;
    
}
.filter_main .fill{
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 19px 38px; */
    margin-right: 33px;
    max-width: 65px;
    width: 100%;
    min-height: 35px;
    height: 100%;

}
.filter_main .fill figure{
   
   max-width: 28px;
   width: 100%;

}


.filter_main .fill p{
    font-size: 1.8rem;
}

.filter_main .select-box{
   margin-left: 33px;
   /* border: 1px solid black; */
   padding: 19px 38px;
  max-width: 250px;
  width: 100%;

   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   -o-border-radius: 25px;
   background-color: white;
}
.filter_main .select-box #mySelect{
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.4rem;
    color: #BCBCBC;
   
}



.jobcard_main{
    margin-top: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    
    width: 100%;
  
}
.jobcard_main .jobcard{
    max-width: 376px;
    width: 100%;
    background-color: #F6F7FC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* margin-bottom:50px ; */
    
}
.jobcard_main .jobcard:hover{
    box-shadow: 0px 0px 15px 0px rgb(87, 86, 86);
    transition: all 0.4s ease-in-out;
    transform: scaleY(1.1);
    cursor: pointer;
    -webkit-transform: scaleY(1.1);
    -moz-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.jobcard_main .jobcard .bottom-txt .apply a:hover{
    background-color: #0080ff;

    color: #000000;
}


.jobcard_main .jobcard .top_heading p{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 11px 0;
    border-bottom: 1px solid #6C6D6F;


}
.jobcard_main .jobcard .bottom-txt{
    padding: 28px 16px;
}
.jobcard_main .jobcard .bottom-txt p:nth-child(1){
    font-size: 1.6rem;
    font-weight: 500;
}
.jobcard_main .jobcard .bottom-txt p:nth-child(2){
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
.jobcard_main .jobcard .bottom-txt .jd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.jobcard_main .jobcard .bottom-txt .jd p{
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.jobcard_main .jobcard .bottom-txt .apply{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.jobcard_main .jobcard .bottom-txt .apply p{
    font-size: 1.2rem;
    font-weight: 400;
    color: #B4B4B4;
    margin: 0;
}
.fliter .btn-pages{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
  
}
.fliter .btn-pages a{
  
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--primary-color);
}

.fliter .btn-pages a:nth-child(1)
{
    padding: 7px 20px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fliter .btn-pages a:nth-child(2)
{
    padding: 12px 22px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.fliter .btn-pages a:nth-child(3)
{
    padding: 14px 26px;
    background-color: white;
   
  
}
.fliter .btn-pages a:hover{
    background-color: #0080ff;
    color: #000000;
}





/* -----------------------------------joblisting main  end----------------------*/



/* footer */
footer{
    background-color: var(--primary-color);
}
.upper_footer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding-bottom: 59px;
    flex-wrap: wrap;
    gap: 50px ;
   
}
.upper_footer .left_part{
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upper_footer figure{
   margin-bottom: 25px;
}
.upper_footer figure:hover{
    cursor: pointer;
}
.upper_footer .icon{
    
    margin-top: 25px;
 }
 .upper_footer .icon a i:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .icon a i{
    font-size: 15px;
    color: var(--primary-color);
    padding: 8px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 15px;
}
.upper_footer .middle_part {
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
   
    flex-direction: column;
}
.upper_footer .middle_part ul{
    display: flex;
    margin-bottom: 20px;
  
}
.upper_footer .middle_part ul li:nth-child(1){
   margin-right:7px; 
  
}
.upper_footer .middle_part ul li:nth-child(2){
    margin: 0 7px;
   
 }
 .upper_footer .middle_part ul li:nth-child(3){
    margin: 0 7px;
   
 }
 .upper_footer .middle_part ul li:nth-child(4){
   margin-left: 7px;
   
 }
.upper_footer .middle_part ul li a{
   font-size: 1.8rem;
   color: white;
   
 }
 .upper_footer .middle_part ul li a:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .middle_part  .email i:hover,.upper_footer .middle_part  .email a:hover{
    cursor: pointer;
    color: black;
 }

 .upper_footer .middle_part  .call i:hover,.upper_footer .middle_part  .call a:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .middle_part  .email{
    margin-top: 11px;
 }
 .upper_footer .middle_part  .call{
    margin-top: 20px;
    margin-bottom: 11px;
    width: 100%;
 }
 .upper_footer .middle_part  .call i,.upper_footer .middle_part  .email i{
    font-size: 15px;
    padding: 5px;
 
   color: white;
 }
 .upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
    font-size:1.8rem ;
    color: white;
 }
 .rightpart{
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 10px;
 }
 .rightpart input{
   
    width: 70%;
    padding: 12px 21px;
    border: none;
    outline: none;
 }
 .rightpart input::placeholder{
    font-size: 1.4rem;
    color: #B0B0B0;
   


 }
 .rightpart i{
    font-size: 15px;
    padding: 14px;
    background-color: white;
    color: var(--primary-color);
 }
 .rightpart i:hover{
    cursor: pointer;
    color: black;

 }
 footer .lower-footer{
    border-top: 1px solid #EBECF1;
    padding: 18px 0;
    text-align: center;

 }
 footer .lower-footer p{
  color: white;
  font-size: 1.8rem;
  font-weight: 500;

 }
 footer .lower-footer p a{
    color: white;
 
  
   }




/* footer-end */

/* Responsive */
@media (max-width: 1199px) {
    html{
        font-size: 58%;
    }
}


@media (max-width: 991px) {
   

    html{
        font-size: 55%;
       }
  
.bottom_navbar_main .navlist .mainmenu{
        display: none;
}
.bottom_navbar_main .logo_all{

width: 100%;
}
.bottom_navbar_main .logo_all .toggler{

display: block;
}


.upper_footer {
    align-items: start;
   
 
   
}
.upper_footer .middle_part{
    padding: 8px;
}
.rightpart{
   
    justify-content: start;
    align-items:start;
   
 }
 .fliter{

    padding-top: 80px;
}

.fliter .btn-pages a{
  
 
    font-size: 15px;
  
}


.fliter .btn-pages a:nth-child(1)
{
    padding: 8px 17px;
 

}
.fliter .btn-pages a:nth-child(2)
{
    padding: 11px 18px;
   
}
.fliter .btn-pages a:nth-child(3)
{
    padding: 8px 18px;

   
  
}
.fliter .btn-pages{
  gap: 10%;
  
}
.jobcard_main .jobcard .top_heading p{
    font-size: 17px;
  
  
  }
   
   
}
@media (max-width: 767px) {
   
    

    html{
        font-size: 50%;
    }

.filter_main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
 .path-main figure{
    width: 35%;
   }
 .path-main .card{
    
    padding: 80px 25px 12px 25px;
  
}
.fliter{

    padding-top: 70px;
}


 .jobcard_main .jobcard .bottom-txt p:nth-child(1){
    font-size: 16px;
   
}
.jobcard_main .jobcard .bottom-txt p:nth-child(2){
    font-size: 12px;
   
}

.jobcard_main .jobcard .bottom-txt .jd p{
  font-size: 12px;

}

.jobcard_main .jobcard .bottom-txt .apply p{
    font-size: 12px;
  
}
.fliter .btn-pages a:nth-child(1)
{
    padding: 8px 13px;
 

}
.fliter .btn-pages a:nth-child(2)
{
    padding: 11px 13px;
   
}
.fliter .btn-pages a:nth-child(3)
{
    padding: 8px 13px;

   
  
}
.fliter .btn-pages{
    width: 35%;
    gap: 6%;
    
  }
  .fliter .btn-pages a{
  
 
    font-size: 12px;
  
}














}

@media (max-width: 575px) {
    .fliter{

        padding-top: 60px;
    }
    html{
        font-size: 45%;
    }
    .upper_footer .left_part{
        padding: 8px;

    }
    .bottom_navbar_main .navlist .slidebar li a{
       
        padding: 10px;
      
      }
     .jobcard_main .jobcard .bottom-txt .jd{
        flex-direction: column;
        align-items: start;
        gap: 5px;
     }
     .fliter .btn-pages{
       gap: 15%;
       width: 60%;
       
        
      }
      .fliter .btn-pages a{
  
 
        font-size: 10px;
      
    }
  
   

}
@media (max-width: 320px) {
    html{
        font-size: 43%;
    }
    .jobcard_main .jobcard .bottom-txt .apply{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .fliter .btn-pages{
        gap: 15%;
        width: 80%;
        
         
       }
     
  
 

   
    

}