/* Mobile devices (landscape only) */
@media only screen and (max-width: 480px) and (orientation: landscape) {
    /* styles here */


}


@font-face {
    font-family: digital;
    src:url('../fonts/digital-7-webfont.woff2') format('woff2'),
        url('../fonts/digital-7-webfont.woff') format('woff'),
        url("../fonts/digital-7.ttf") format('truetype');
  } 





*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* width: 98vmax;
    height: 1vmax; */
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: rgb(170, 165, 121);
    overflow: hidden;
   
}

.main{
    height: 45.8vmax;
    width: 100vmax;
    background-color: red;
    position: relative;
    overflow: hidden;
}

.header{
    border: 1px solid black;
    background-color: aqua;
    height: 3vmax;
    width: 100vmax; 
    position: absolute;
    display: flex;
    justify-content:first baseline;
    align-items: center;
}

#ins{
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    padding: 1%;
}

#text{
    font-size: 1.5vw;
    font-weight: 100;
    color: blue;
    /* padding: 1%; */
}

.footer{
    position: absolute;
    align-items: center;
    top: 3vmax;
    height: 42.8vmax;
    width: 100%;
    background-color: rgb(226, 239, 33);
    overflow: hidden;
}

#experiment{
    /* top: 8%; */
    height: 100%;
    width: 100%;
    position: relative;
    background-color: blueviolet;
    /* border: 1px solid black; */
    /* visibility: hidden; */
    overflow: hidden;
}

#start{
    position:absolute;
    border-radius: 10%;
    padding: 0.5%;
    font-size: 1vw;
    left: 90%;
    top: 90%;
    border: none;
    background-color: rgb(0, 244, 16);
    box-shadow: 1px 1px 0px 0.5px;
    font-weight: 1000;
    font-family: 'Times New Roman', Times, serif;
}

#start:active{
    scale: 0.9;
    transition: all ease 0.1s;
}




/* ******************************************       Equipments   ************************************** */

#startinglab{
    position: absolute;
    height:100%;
    width: 100%;
    visibility: visible;    

}

#workingtable{
    height: 100%;
    width: 100%;
    position: absolute;
    visibility: visible;

}

#stp1{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all;
    transition-duration: 1s;
    animation: shaking;
    animation-iteration-count: infinite;
    animation-duration: 0s;
    animation-timing-function:linear;

}

/* #machine{
    position: absolute;
    height: 20%;
    width: 18%;
    top: 70%;
    left: 3%;
    transition: all;
    transition-duration: 1s;
}

#on{
    position: absolute;
    top: 82%;
    left: 5%;
    color: white;
    padding: 0.1%;
    background-color: red;
    border-radius: 10%;
    font-size: 0.8vw;
    transition: all;
    transition-duration: 0.1s;

}

#on:active{
    scale: 0.9;
}

#tare{
    position: absolute;
    top: 82%;
    left: 16.5%;
    color: rgb(0, 0, 0);
    padding: 0.1%;
    background-color: rgb(238, 245, 42);
    border-radius: 10%;
    font-size: 0.8vw;
    box-shadow: none;
    transition: all;
    transition-duration: 0.1s;

}

#tare:active{
    scale: 0.9;
}


#reading{
    position: absolute;
    top: 79.5%;
    /* left: 8.9%; */
    /* right: 85.53%;
    font-family: digital;
    font-weight: 300;
    color: rgb(138, 234, 3);
    font-size: 2.3vw;
    transition: all;
    transition-duration: 1s;
    opacity: 0%;
    
} */ 


#spatula{
    position: absolute;
    height: 20%;
    top: 77%;
    left: 15%;
    rotate: 30deg;
    transition: all;
    transition-duration: 1s;
}

#beakerdiv{
    position: absolute;
    height: 30%;
    width: 12%;
    top: 63%;
    left: 75%;
    transition: all;
    transition-duration: 1s;

}

#beaker{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    transition: all;
    transition-duration: 1s;
}

#beakersol{
    position: absolute;
    height: 34%; 
    width: 82%;
    /* height: 12%; */
    /* width: 81.5%; */
    bottom: 0%;
    right: 3.5%;
    transition: all;
    transition-duration: 1s;
    visibility: hidden;
    opacity: 0%;
}

#icebottle{
    position: absolute;
    height: 30%;
    width: 14%;
    top: 63%;
    left: 35%;
    transition: all;
    transition-duration: 1s;
    /* opacity: 10%; */

}

#icecap{
    position: absolute;
    height: 3%;
    width: 14%;
    top: 61%;
    left: 34.9%;
    transition: all;
    transition-duration: 1s;

}

/* ***********************************************  ice-cream samples ***************************************** */

.sample{
    position: absolute;
    height: 6%;
    top: 68.3%;
    left: 39.2%;
    rotate: -50deg;
    transition: all;
    transition-duration: 1s;
    /* visibility: hidden; */
}

/* #samp1{
    left: 78.8%;
    top: 84%;
    rotate: 0deg;
    scale: 1.8;
}

#samp2{
    left: 77%;
    top: 83%;
    rotate: 0deg;
    scale: 1.8;
}

#samp3{
    left: 79%;
    top: 87%;
    rotate: 0deg;
    scale: 1.8;
}

#samp4{
    left: 81%;
    top: 84%;
    rotate: 0deg;
    scale: 1.8;
}

#samp5{
    left: 83%;
    top: 84%;
    rotate: 0deg;
    scale: 1.8;
}

#samp6{
    left: 81%;
    top: 86.7%;
    rotate: 0deg;
    scale: 1.8;
}

#samp7{
    left: 83.5%;
    top: 86%;
    rotate: 0deg;
    scale: 1.8;
}

#samp8{
    left: 77%;
    top: 86%;
    rotate: 0deg;
    scale: 1.8;
} */

/* *****************************************     WATER BATH  ******************************************** */

#wbathback{
    position: absolute;
    height: 50%;
    width: 35%;
    bottom: 6%;
    left: -50%;
    /* left: 5%; */
    transition: all;
    transition-duration: 1s;
}

#wbath{
    position: absolute;
    height: 50%;
    width: 35%;
    bottom: 6%;
    left: -50%;
    /* left: 5%; */
    transition: all;
    transition-duration: 1s;
}

#wbathfront{
    position: absolute;
    height: 75%;
    width: 99.6%;
    bottom: 0%;
    left: 0%;
    transition: all;
    transition-duration: 1s;
}


#onoffbtn{
    position: absolute;
    top: 68%;
    left: 10%;
    width: 7%;
    height: 12%;
    border-radius: 5px;
    font-size: 1.5vw;
    font-weight: 700;
    box-shadow: 1px 1px 0px 0px;
    border-radius: 10%;
    border: 1px solid black;
    /* background-color: rgb(255, 255, 255); */
    background-image: radial-gradient(rgb(226, 226, 226),rgb(135, 124, 124));
    /* background-image: radial-gradient(rgb(255, 215, 15),rgb(255, 122, 6)); */
    /* border: none; */
    transition: all;
    transition-duration: 0.1s;
}

#plusbtn,#minusbtn{
    position: absolute;
    top: 70%;
    left: 23%;
    width: 5%;
    height: 8%;
    border-radius: 5px;
    font-size: 0.9vw;
    font-weight: 1000;
    box-shadow: 1px 1px 0px 0px;
    border-radius: 10%;
    border: 1px solid black;
    background-color: rgb(0, 251, 255);
    /* border: none; */
    transition: all;
    transition-duration: 0.1s;
}

#minusbtn{
    left: 30%;
}

#onoffbtn:active,#plusbtn:active,#minusbtn:active{
    scale: 0.9;
}





#tempscreen{
    transition: all;
    transition-duration: 1s;
    opacity:0%;
    color: orangered;
    /* border: 1px solid green; */
}

#temptext,#temptext1{
    position: absolute;
    font-size: 2.5vw;
    top: 53%;
    right: 75%;
    font-weight: 100;
    font-family: digital;
    animation: blinking;
    animation-duration: 1s;
    animation-iteration-count: 0;
}

#celcius,#celcius1{
    position: absolute;
    font-size: 2.5vw;
    right: 68%;
    top: 53%;
    font-weight: 100;
    font-family: digital;
}

#temptext{
    top: 43%;
    color: rgb(0, 207, 0);
}

#celcius{
    top: 43%;
    color: rgb(0, 207, 0);
}


#funnel{
    position: absolute;
    height: 25%;
    width: 10%;
    top: 70%;
    left: -50%;
    /* left: 40%; */
    rotate: 65deg;
    transition: all;
    transition-duration: 1s;

}

#mcyldiv{
    position: absolute;
    height: 50%;
    width: 8%;
    top: 43%;
    left: -50%;
    /* left: 60%; */
    transition: all;
    transition-duration: 1s;


}

#mcyl{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    transition: all;
    transition-duration: 1s;
}

#msol{
    position: absolute;
    /* height: 17%;
    height: 20%;
    height: 25%; */
    height: 0%;
    width: 55.4%;
    bottom: 3.3%;
    left: 21.9%;
    transition: all;
    transition-duration: 1s;
}

#mcyldiv1{
    position: absolute;
    height: 25%;
    width: 5%;
    top: 65%;
    left: -50%;
    transition: all;
    transition-duration: 1s;

}

#mcyl1{
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all;
    transition-duration: 1s;
}


#msol1{
    position: absolute;
    /* height: 93.3%; */
    height: 0%;
    width: 56%;
    bottom: 3.3%;
    left: 21.9%;
    transition: all;
    transition-duration: 1s;
    opacity: 70%;
}

#diswaterdiv{
    position: absolute;
    height: 50%;
    top: 40%;
    width: 15%;
    /* left: 7%; */
    left: -50%;
    transition: all;
    transition-duration: 1s;
}

#fsol{
    position: absolute;
    /* height: 29%; */
    height: 0%;
    /* height: 7.5%; */
    /* height: 81%; */
    width: 0.5%;
    left: 27.2%;
    /* left: 80.3%; */
    top: 60%;
    /* top: 12%; */
    transition: all;
    transition-duration: 0.2s;
}

#diswater{
    position: absolute;
    height: 100%;
    width: 100%;
}

#diswatersol{
    position: absolute;
    height: 75%;
    width: 66%;
    bottom: 0%;
    left: 0.5%;
    transition: all;
    transition-duration: 1s;

}


#last{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 110%;
    overflow: hidden;
    transition: all;
    transition-duration: 1s;
    background-color: white;
}














/* ************************************************   TABLES   ****************************************** */

/* #alltables{
    background-color: aliceblue;
} */

#tbl1{
    position: absolute;
    border: 1px solid black;
    background-color: rgb(255, 255, 255);
    height:20%;
    width: 60%;
    top: 5%;
    left: 20%;
    /* right: 2.5%; */
    transition: all;
    transition-duration: 1s;
    /* visibility: hidden; */
}

td,th{
    border: 1px solid black;
    border: 1px solid rgb(0, 0, 0);
    border-collapse: separate;
    text-align: center;
    justify-content: center;
    font-size: 1.2vw;
}

td{
    font-size: 1.2vw;
    font-weight: 100;
}



#ftext{
    position: absolute;
    font-size: 1.2vw;
    top: 60%;
    left: 15%;
    transition: all;
    transition-duration: 1s;
    color: brown;
    cursor: pointer;
}



#formula{
    position: absolute;
    height: 0%;
    /* height: 25%; */
    width: 55%;
    top: 60%;
    left: 35%;
    transition: all;
    transition-duration: 0.5s;
}

#overrun{
    position: absolute;
    top: 45%;
    left: 25%;
    transition: all;
    transition-duration: 1s;
    font-size: 1.2vw;
}

#overruninput{
    position: absolute;
    margin-left: 5%;
    width: 60%;
}

#resulter{
    position: absolute;
    font-size: 1.1vw;
    color: green;
    top: 45%;
    left: 55%;
    visibility: hidden;
}

#checkbtn{
    position: absolute;
    height: 4%;
    width: 4%;
    background-color: rgb(187, 255, 0);
    top: 44.5%;
    left: 45%;
    border-radius: 10%;
    font-size: 1vw;

}

#resultbtn{
    position: absolute;
    height: 4%;
    width: 4%;
    background-color: rgb(0, 255, 234);
    top: 44.5%;
    left: 65%;
    border-radius: 10%;
    font-size: 1vw;
    visibility: hidden;
}

#resultbtn:active,#checkbtn:active{
    scale: 0.9;
}


