
  body {
    font-family: 'Inter', sans-serif;
   
}
#myvideo{
  border-radius: 0px;
  transition: border-radius 0.3s ease;
}

/*search bar*/
.search-bar{
    width: 250x;
    height: 45px;
    background: transparent;
    border: 2px solid #e4e3e3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 20px ;
    }
.search-bar input{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #727272;
    padding-left: 10px;
    align-items: center;
}
.search-bar input::placeholder{
color: #727272;
}
.search-bar button{
    width: 40px;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-bar button i{
    font-size: 22px;

}
/*end of search-button*/

/*sign in*/
/*html,
body {
  height: 100%;
}

body {
  display: ;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 150px 20px 20px 20px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*end of Sign in*/
/*login*/


/*icons*/
.fa-solid{
  margin: 8px 8px;
}
.fa-people-line{
  margin-left:0px ;
}
.abu{
  color: gray;
}
.btn{
  margin: 10px 10px;
}
h1 {
  color: #000000; 
  font-family: 'inter', sans-serif; 
  font-size: 2.5em; 
  text-align: center; 
  font-weight: bold;
  margin-bottom: 20px; 
}
/*navbar section*/
.navbarmain{
  width: 100%;
  z-index: 1;
}
/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
 /* Hide element if the viewport width is 600px or less */
@media screen and (max-width: 600px) {..}

/*career page*/
#careermain{
    display: flex;
    padding: 100px 100px 50px 150px;
    background-color: #EEEEEE;
}
.careerimg{
    width: 300px;
    height:500px;
    margin: 40px 40px 0px 40px;
    background-color: #0088FF;
}
.careerimg1{
    width: 300px;
    height:500px;
    margin:200px 40px 0px 40px;
    background-color: #0088FF;
}
.careerimg2{
    width: 300px;
    height:300px;
    margin:300px 40px 0px 40px;
}
.bodycontent{
  display: flex;
  background-color: #EEEEEE;
  
}
.bodycontent2{
  display: flex;
  margin: 40px 70px 0px 40px;
  padding: 50px 100px 50px 10px;
}
.verticlerule{
  width: 5px;
  height: 131px;
  background-color: #0088FF;
  margin-right: 25%;
  margin-bottom: 50px;
}
.vacancybutton{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/*coursel*/
.carousel{
  margin-bottom: 50px;
}
/*mediaquery home*/
/* Hide element if the viewport width is 600px or less */
@media screen and (max-width: 625px) {
  .below{
    display: none;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #careermain{
    display: flex;
    padding: 50px 20px 20px 0px;
    background-color: #EEEEEE;
}

.careerimg{
    width: 100%;
    height:auto;
    margin: 20px 20px 0px 20px;
    background-color: #0088FF;
}
.careerimg1{
    width: 100%;
    height:auto;
    margin:100px 20px 0px 20px;
    background-color: #0088FF;
}
.careerimg2{
    width: 100%;
    height:auto;
    margin:150px 20px 0px 20px;
}
.careerimage{
  width: 100%;
  height: auto;
}
.bodycontent2{
  width: 100%;
  height: auto;
}

.bodycontent{
  display: flex;
  background-color: #EEEEEE;
  text-align: left;
  padding-left: 30%;
  font-size: 1rem;
  margin-right: 20px;
}
.bodycontent2{
  display: inline-block;
  margin: 0px;
  padding: 20px 20px 20px 20px;
  text-align: centers;
  align-items: center;
}
.verticlerule{
  width: 5px;
  height: 131px;
  background-color: #0088FF;
  margin-right: 25%;
  margin-bottom: 50px;
}
.vacancybutton{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.coursel-images{
  width: 100%;
  height: auto;
}
.carousel-item .carousal-caption{
 width: 100%;
 height: auto; 
 font-size: 0.5rem; 
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #careermain{
    display: flex;
    padding: 50px 20px 20px 0px;
    background-color: #EEEEEE;
}

.careerimg{
    width: 100%;
    height:auto;
    margin: 20px 20px 0px 20px;
    background-color: #0088FF;
}
.careerimg1{
    width: 100%;
    height:auto;
    margin:100px 20px 0px 20px;
    background-color: #0088FF;
}
.careerimg2{
    width: 100%;
    height:auto;
    margin:150px 20px 0px 20px;
}
.careerimage{
  width: 100%;
  height: auto;
}
.bodycontent2{
  width: 100%;
  height: auto;
}

.bodycontent{
  display: flex;
  background-color: #EEEEEE;
  text-align: left;
  padding-left: 30%;
  font-size: 1.5rem;
  margin-right: 20px;
}
.bodycontent2{
  display: inline-block;
  margin: 0px;
  padding: 20px 20px 20px 20px;
  text-align: centers;
  align-items: center;
}
.verticlerule{
  width: 5px;
  height: 131px;
  background-color: #0088FF;
  margin-right: 25%;
  margin-bottom: 50px;
}
.vacancybutton{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.coursel-images{
  width: 100%;
  height: auto;
}
.carousel-item{
 width: 100%;
 height: auto;  
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #careermain{
    display: flex;
    padding: 20px 20px 20px 20px;
    background-color: #EEEEEE;
}
.careerimg{
    width: 400px;
    height:500px;
    margin: 40px 40px 0px 40px;
    padding-top: 100px;
    background-color: #0088FF;
}
.careerimg1{
    width: 400px;
    height:500px;
    margin:200px 40px 0px 40px;
     padding-top: 100px;
    background-color: #0088FF;
}
.careerimg2{
    width: 300px;
    height:300px;
    margin:300px 40px 0px 40px;
}
.bodycontent{
  display: flex;
  background-color: #EEEEEE;
  
}
.bodycontent2{
  display: flex;
  margin: 20px 70px 0px 20px;
  padding: 20px 20px 50px 10px;
}
.verticlerule{
  width: 5px;
  height: 131px;
  background-color: #0088FF;
  margin-right: 25%;
  margin-bottom: 50px;
}
.vacancybutton{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.coursel-images{
  width: 100%;
  height: auto;
}
.carousel-item{
 width: 100%;
 height: auto;  
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...#careermain{
    display: flex;
    padding: 100px 100px 50px 150px;
    background-color: #EEEEEE;
}
.careerimg{
    width: 300px;
    height:500px;
    margin: 40px 40px 0px 40px;
    background-color: #0088FF;
}
.careerimg1{
    width: 300px;
    height:500px;
    margin:200px 40px 0px 40px;
    background-color: #0088FF;
}
.careerimg2{
    width: 300px;
    height:300px;
    margin:300px 40px 0px 40px;
}
.bodycontent{
  display: flex;
  background-color: #EEEEEE;
  
}
.bodycontent2{
  display: flex;
  margin: 40px 70px 0px 40px;
  padding: 50px 100px 50px 10px;
}
.verticlerule{
  width: 5px;
  height: 131px;
  background-color: #0088FF;
  margin-right: 25%;
  margin-bottom: 50px;
}
.vacancybutton{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/*coursel*/
.carousel{
  margin-bottom: 50px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

