*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
 
.Simulation-start{
    height: 100vh;
    width: 100%;
    background-image: url("Pharmacy\ lab.png");
    background-size: cover;
    display: none;
}
.start-card{
    height: 500px;
    width: 800px;
      z-index: 2000;
            transition: opacity 0.5s ease;
    border-radius: 10px;
    background: hsla(206, 91%, 66%, 1);
    background: linear-gradient(90deg, hsla(206, 91%, 66%, 1) 0%, hsla(190, 90%, 51%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(206, 91%, 66%, 1) 0%, hsla(190, 90%, 51%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(206, 91%, 66%, 1) 0%, hsla(190, 90%, 51%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#5AB2F7", endColorstr="#12CFF3", GradientType=1 );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.start-card h1{
    position: absolute;
    top: 5%;
    font-size: 2.2rem;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.start-card h2{
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 20px;
}
.start-card ul{
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
    list-style: none;
}
.start-card .start-btn {
  align-items: center;
  appearance: none;
  background-color: #EEF2FF;
  border-radius: 8px;
  border-width: 2px;
  border-color: #536DFE;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #536DFE;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 56px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
}

.start-btn:focus {
  outline: none;
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(83, 109, 254, 0.4) 0 2px 4px, rgba(83, 109, 254, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.start-btn:hover {
  box-shadow: rgba(83, 109, 254, 0.3) 0 4px 8px, rgba(83, 109, 254, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.start-btn:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/* ............................EXPERIMENT PERFORM STYLING........................................................... */

.main{
    height: 100vh;
    width: 100%;
    position: relative;
  
}
#Instructions {
    height: 50px;
    width: 100%;
    background-color:#2c7873;
    position: absolute;
    display: flex;
    align-items: center;
}
#Instructions p{
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 2%;
}
#Instructions h1{
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    left: 20%;
}
.pharmacy-lab{
    height: 700px;
    width: 100%;
    background-image: url("Pharmacy\ lab.png");
    background-size: cover;
}
.weight_machine{
    height: 150px;
    width: 270px;
    background-image: url("weight\ machine.png");
    background-size: cover;
    position: absolute;
    top: 78%;
    left: 17%;
}
.weight_machine #On-button{
    height: 29px;
    width: 45px;
    background-color: red;
    border: none;
    border-radius: 8px;
    position: absolute;
    top: 73%;
    left: 4%;
    transition: background-color 0.3s ease;
}
.weight_machine #On-button:active{
    scale: 0.9;
}
.weight_machine #Tare-button{
    height: 30px;
    width: 44px;
    border: none;
    position: absolute;
    top: 74%;
    right: 18%;
    border-radius: 8px;
    background-color: yellow;
}
.weight_machine #Tare-button:active{
    scale: 0.9;
}
.weight_machine input{
    height: 32px;
    width: 115px;
    position: absolute;
    top: 73%;
    left: 22%;
    font-family: digital;
    border-radius: 15%;
    background-color: black;
    text-align: center;
    color: blue;
    font-weight: 200;
    font-size: 2vw;
    transition: all 2s ease;

}
.Sieve-shaker-machine_basic{
    height: 390px;
    width: 280px;
    background-image: url("Sieve\ shaker\ machine\ basic.png");
    background-size: cover;
    position: absolute;
    top: 44%;
    right: 14%;
}
.Sieve-shaker-machine_basic .shakerbtn{
    height: 30px;
    width: 20px;
    background-color: darkred;
    position: absolute;
    top: 315px;
    left: 174.5px;
}
.Sieve-shaker-machine_basic #Shakerlight{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    top: 84%;
    left: 54%;
}
.Sieves{
    height: 185px;
    width: 130px;
   background-image: url("sieves2.png");
   background-size: cover;
     position: absolute;
    top: 49%;
    right: 20%;
    transform: translate(0%,0%);
    transition: all 3s ease;
}
.Lid{
    height: 30px;
    width: 150px;
    background-image: url("lid\ sieve\ shaker.png");
    background-size: cover;
    position: absolute;
    top: 93%;
    right: 5%;
    transition: all 2s ease;
    /* transform: translate(10%,-1100%); */
}
.sample-container{
    height: 160px;
    width: 150px;
    background-image: url("calcium\ carbonate\ box\ final.png");
    background-size: cover;
    position: absolute;
    top: 76%;
    left: 57%;
}

.sample-powder-cap{
    height: 30px;
    width: 84px;
    background-image: url("chemical\ powder\ cap.png");
    background-size: cover;
    position: absolute;
    top: 75.5%;
    left: 57.5%;
    transition: all  1s ease;
}
.tilted-samplepowder{
    height: 70px;
    width: 104px;
    background-image: url("tilted\ sample\ powder.png");
    background-size: cover;
    position: absolute;
    top: 55.5%;
    left: 18.5%;
    opacity: 0;
    transition: all 5s ease-out;
}
.chemical-container{
    height: 300px;
    width: 400px;
}
.spatulla{
    height: 20px;
    width: 190px;
    background-image: url("spatulla.png");
    background-size: cover;
    position: absolute;
    top: 96%;
    left: 40%;
    transition: all 3s ease;
    /* transform:  translate(130%,-900%) rotate(-45deg); */
}
#chemical-in-spatulla{
    height: 40px;
    width: 40px;
    background-image: url("chemical\ powder\ in\ spatualla.png");
    background-size: cover;
    position: absolute;
    top: 77%;
    left: 58%;
   opacity: 0;
   transition: all 3s ease;
}
.petridish{
    height: 50px;
    width: 145px;
    position: absolute;
    top: 87%;
    left: 40%;
    background-image: url("petrisdish.png");
    background-size: cover;
    transition: all 2s ease;
    /* transform: translate(-100%,-630%) rotate(70deg); */
}
#sample-to-petridish{
    height: 35px;
    width: 85px;
    background-image: url("sample\ powder\ 2.png");
    background-size: cover;
    position: absolute;
    top: 79%;
    left: 23.5%;
    opacity: 0;
    transition: all 2s ease;
}
.language-selector {
    position: absolute;
    margin-right: 10px;
    left: 90%;
    top: 1%;
}

.language-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.language-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


.dropdown-icon {
    margin-left: 8px;
    font-size: 10px;
    transition: transform 0.3s ease;
}



.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    display: none;
    overflow: hidden;
     min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}



.language-option {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.language-option:hover {
    background-color: #f5f5f5;
}

.language-option.active {
    background-color: #e6f7f2;
    color: #2c7873;
    font-weight: bold;
}
.Results{
    height: 100vh;
    width: 100%;
    background-color: #2c7873;
    position: relative;
    top: 20%;
}
.Results .graph{
    height: 660px;
    width: 40%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 2px solid white;
}
.Results .calculations{
    height: 660px;
    width: 40%;
    position: absolute;
    top: 5%;
    right: 5%;
    text-align: center;
    border: 2px solid white;
}
