@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  scroll-behavior: smooth;
}
@media screen and (max-width: 500px) {
  .navbar {
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    }
  
}
@media screen and (min-width: 501px) {
  .navbar {
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    }
  
}


  .navbar .nav-pages {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
      
  
  }
.navbar a {
  float: left;
  font-size: 22px;  
  font-weight:700;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

  
}
.navbar a img {
  height: 163px;
  width: 245px;
  background-size: contain;

}
.navbar a .flag {
  height: 43px;
  width: 75px;
  background-size: contain;

}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 22px;  
  font-weight:700;
  border: none;
  outline: none;
  color: rgb(35, 35, 35);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  transition: 0.2s;
  cursor: pointer;


}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #11999e;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #11999e;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.2s;
  
  border-radius: 10px;

}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 15px;  
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 10px;

}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Body */

@media screen and (max-width: 500px) {
  .careers .apply-text {
    font-size: 40px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 85px;
    font-weight: bolder;
    color: black;
  }
  .careers .apply-text span {
    color: #537FE7;
  }
  .careers .careers-class {
    width: 90%;
    display: inline-block;
    margin-left: 5%;
  }
  .careers .careers-class .job {
    border: 1px solid black;
    Offset: 10px, 4px
  rgba(0, 0, 0, 0.25)
  ;
  border-radius: 15px;
  padding: 22px 35px ;
  box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
  
  
  }
  .careers .careers-class .job h2 {
    font-weight: 600;
    font-size: 25px;
    text-align: start;
  }
  .careers .careers-class .job h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: start;
  }
  .careers .careers-class .job h4 {
    font-weight: 500;
    font-size: 20px;
    text-align: start;
  }
  .careers .careers-class .job a {
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    text-align: start;
    color: black;
  }
  
  
  
}
@media screen and (min-width: 501px) {
  .careers .apply-text {
    font-size: 5vw;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 85px;
    font-weight: bolder;
    color: black;
  }
  .careers .apply-text span {
    color: #537FE7;
  }
  .careers .careers-class {
    width: 100%;
    display: inline-flex;
    margin-top: 85px;
    
    justify-content: space-evenly;
  
  }
  .careers .careers-class .job {
    border: 1px solid black;
    width: 29%;
    Offset: 10px, 4px
  rgba(0, 0, 0, 0.25)
  ;
  border-radius: 15px;
  padding: 22px 35px ;
  box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
  
  
  }
  .careers .careers-class .job h2 {
    font-weight: 600;
    font-size: 2.5vw;
    text-align: start;
  }
  .careers .careers-class .job h3 {
    font-weight: 500;
    font-size: 2.2vw;
    text-align: start;
  }
  .careers .careers-class .job h4 {
    font-weight: 500;
    font-size: 2.2vw;
    text-align: start;
  }
  .careers .careers-class .job a {
    text-decoration: none;
    font-weight: 500;
    font-size: 2.2vw;
    text-align: start;
    color: black;
  }
  
  
  
}




.careers .careers-class .job .line {
  width: 100%;
  height: 1px;
  background-color: #100F0F;
  margin-top: 26px;
  margin-bottom: 15px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #c8c8c8;
}

::-webkit-scrollbar-thumb {
  background: #5EB7B7;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #11999e;
}
