@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_upload{
    padding: 15px 34px;
    font-size: 1.8rem;
   color: var(--primary-color);
    background-color: white;
}
.button_apply03{
    padding: 15px 54px;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
    display: inline-block;
}


/* ------------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/jobdetails.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 */
.apply {
    background-color:#EBECF1;
}
.apply-main{
    display: flex;
    flex-direction: column;
}
.apply .first-part-main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 70px;
    /* gap: 87px; */

   
}


.apply .first-part-main .first-part-card{
    max-width: 741px;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    background-color: white;
    flex-direction: column;
    padding: 30px 37px;
  
    

}
.apply .first-part-main .first-part-card .row-1{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
   
}
.apply .first-part-main .first-part-card .row-1 p:nth-child(1){
    font-size: 2.7rem;
    font-weight: 500;
    /* margin-right: 50px; */
}
.apply .first-part-main .first-part-card .row-1 p:nth-child(2){
    font-size: 1.8rem;
    font-weight: 400;
    /* margin-left: 50px; */
}
.apply .first-part-main .first-part-card .row-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 665px; */
    width: 100%;
    /* border:1px solid black; */
    padding-top: 47px;
   
 
 
}
.apply .first-part-main .first-part-card .row-2 p{
    font-size: 2.0rem;
    font-weight: 300;
}
/* .apply .first-part-main .row-2 p:nth-child(1){
    margin-right: 36px;
  
}
.apply .first-part-main .row-2 p:nth-child(2){
    margin-right: 36px;
    margin-left: 36px;
  
}
.apply .first-part-main .row-2 p:nth-child(3){
    margin-left: 36px;
   
}*/
.apply .first-part-main .first-part-card .row-2 a{
padding: 5px 12px 5px 5px;
} 

.apply .first-part-main .first-part-card .row-2 .company{
    display: flex;
}
.apply .first-part-main .first-part-card .row-2 .location{
    display: flex;
}
.apply .first-part-main .first-part-card .row-2 .theme{
    display: flex;
}
.apply .first-part-main .first-part-card .row-2 .theme p{
    color: #B6B6B6;
}
.apply .first-part-main .first-part-card .row-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.apply .first-part-main .first-part-card .row-3 .jd p{
    font-size: 2.0rem;
    font-weight: 300;
}
.apply .first-part-main .first-part-card .row-3 .apply-btn a:hover{
    background-color: #0080ff;
color: #000000;
}

.apply .first-part-main .second-card{
    display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--primary-color);
  max-width: 423px;
  width: 100%;
  padding: 57px 81px;
}
.apply .first-part-main .second-card .txt{
    margin-bottom: 37px;
    width: 88%;
    text-align: center;
}
.apply .first-part-main .second-card .txt p{
    color: white;
    font-size:2.5rem;
    font-weight: 400;

    line-height: 33px;
   
}
.apply .first-part-main .second-card a{
    display: inline-block;
}
.apply .first-part-main .second-card a:hover{
color: black;
background-color:rgb(213, 210, 210);
}

.apply .second-part-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    flex-wrap: wrap;
    padding: 0 35px;
    width: 100%;
}
.apply .second-part-main .about-job{
    width: 100%;
    max-width: 741px;
}
.apply .second-part-main .about-job .txt-1{
    width: 50%;
}
.apply .second-part-main .about-job .txt-2{
    width: 50%;
}
.apply .second-part-main .about-job .txt-1{
    width: 100%;
    margin-bottom: 20px;
}
.apply .second-part-main .about-job .txt-1 p:nth-child(1)
{
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.apply .second-part-main .about-job .txt-1 p:nth-child(2)
{
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 16px;
    line-height: 33px;
    margin-bottom: 17px;
}
.apply .second-part-main .about-job .txt-1 p:nth-child(3)
{
    font-size: 1.9rem;
    font-weight: 300;
    margin-top: 16px;
    line-height: 33px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.apply .second-part-main .about-job .txt-1 p:nth-child(4)
{    margin-top: 17px;
    font-size: 1.9rem;
    font-weight: 300;
    margin-top: 16px;
    line-height: 33px;
    margin-top: 17px;
}
.apply .second-part-main .about-job .txt-2{
    width: 100%;
    margin-top: 20px;
}
.apply .second-part-main .about-job .txt-2 p:nth-child(1)
{
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.apply .second-part-main .about-job .txt-2 ul{
    list-style-type:  disc;
    /* padding: 10px; */
    
}
.apply .second-part-main .about-job .txt-2 ul li::marker {
    color: var(--primary-color) /* Blue bullet points */
  }
  .apply .second-part-main .about-job .txt-2 ul li{
    font-size: 1.8rem;
    font-weight: 300;
    margin: 30px 0;
  }
  .apply .second-part-main .about-job .txt-3{
    margin-top: 27px;
    font-size: 1.9rem;
    font-weight: 300;
  }
  .apply .second-part-main .view-similar{
    max-width: 259px;
    width: 100%;
  }
 .view-similar .heading p{
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 24px;
  }
  .apply .second-part-main .view-similar .web-dev{
    margin-top: 24px;
    margin-bottom: 25px;
  }
.apply .second-part-main .view-similar .web-dev p:nth-child(1){
    font-size: 2.3rem;
    font-weight: 400;
    margin: 0;
    
   
} 
  .apply .second-part-main .view-similar .web-txt{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.apply .second-part-main .view-similar .web-txt p:nth-child(1){
font-size: 1.8rem;
color: #8B8B8B;
font-weight: 400;
margin: 0;

}
.apply .second-part-main .view-similar .web-txt p:nth-child(2){
    font-size: 1.5rem;
 color: #A6A6A6;
    
    }
    .apply .second-part-main .btn{
        margin-top: 28px;
    } 
    .apply .second-part-main .view-similar .btn 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%;
    }
    
    
    /* .apply .second-part-main .view-similar{
        display: flex;
        flex-direction: column;
        align-items: start;
        max-width: 75%;
    } */
    .apply .first-part-main {
        gap: 87px;
        justify-content: center;
        align-items: center;
     
        
     }

 
}


@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;
   
 }
 .apply .second-part-main{
    
    justify-content: start;
    align-items: center;
  
 
    gap: 40px;
 
   
 
}
/* .view-similar{
    max-width: 100%;
} */










    
 


   
    
   
}
@media (max-width: 767px) {
 html{
        font-size: 50%;
    }


}

@media (max-width: 574px) {
  
    html{
        font-size: 45%;
    }
    .upper_footer .left_part{
        padding: 8px;

    }
    .bottom_navbar_main .navlist .slidebar li a{
       
        padding: 10px;
      
      }
      .apply .first-part-main .first-part-card .row-2{
       flex-direction: column;
       align-items: start;
       padding-top: 20px;
       
     
     
    }
    .apply .first-part-main .first-part-card .row-1{
        flex-direction: column;
        align-items: start;
     
        
      
      
     }
     .apply .first-part-main .first-part-card .row-3{
        flex-direction: column;
        align-items: start;
     
        
      
      
     }
     .apply .first-part-main .first-part-card .row-3 .apply-btn{
      margin-top: 10px;
     
        
      
      
     }
     .apply .first-part-main .first-part-card .row-1 p{
     margin: 5px 0;
     
        
      
      
     }
    .apply .first-part-main .first-part-card .row-3{
      
        padding-top: 20px;
        
      
      
     }
     .button_apply03{
        padding: 15px 26px;
       
    }
    .apply{
        padding: 35px 0;
    }
    .apply .first-part-main {
        gap: 40px;
       
     
        
     }
     .apply .first-part-main .second-card{
    
    
      padding: 30px;
    }
    .apply .first-part-main .second-card{
      
      padding: 57px 50px;
      margin-bottom: 20px;
    }
    .apply .second-part-main{
      
        margin-top: 35px;
      
    }
    .apply .first-part-main {
        
        margin-bottom: 35px;
        /* gap: 87px; */
    
       
    }
    .apply .second-part-main .about-job .txt-2 ul li {
       margin: 10px 0;
    }
    .apply .second-part-main .about-job .txt-1 p:nth-child(2) {
        line-height: 25px;
        margin-bottom: 10px;
    }
    .apply .second-part-main .about-job .txt-1 p:nth-child(3) {
        
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .apply .second-part-main .about-job .txt-1 p:nth-child(4) {
        margin-top: 10px;
        line-height: 25px;
        margin-top: 10px;
    }
    


.view-similar .heading p {
   
    margin-bottom: 12px;
}
.apply .second-part-main .view-similar .web-dev {
    margin-top: 12px;
    margin-bottom: 12px;
}
  
    }
  
   


@media (max-width: 320px) {
    html{
        font-size: 40%;
    }
    .bottom_navbar_main .navlist .slidebar li a{
       
        padding: 0px;
      
      }
      .bottom_navbar_main .navlist .slidebar  .active{

        padding: 5px 10px ;
      
    
    }
  
       

}