/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: monospace;
}
body{
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  /* background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
  linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
  linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%); */
  background-image: linear-gradient(to right, #00b09b, #96c93d) !important;
}

.calc-body{
  background: radial-gradient(
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.9)
    );    height: 50vh;
  width: 45vw;
  height: 70vh;
  border-radius: 20px;
}
.result{
  position: absolute;

  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 70vh;
  width: 20vw;
  background: radial-gradient(
      rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.5)
  );
}
.result h1{
  font-size: 55px;
  margin: 40px 0;
  text-align: center;
}
h2{
  font-size: 35px;
  margin: 10px 30px;
}
.show{
  margin-top: 85px;
}
.inp{
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 70vh;
  display: flex;
}

input{
  font-weight: 880;
  border-radius: 10px;
  margin: 15px;
  height: 45px;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 20px;
  border: 1px solid rgb(223, 217, 217);
  background: rgba(0, 0, 0, 0.05);
}

.main{
  margin-left: 45px;
}
button{
  margin-top: 20px;
  height: 45px;
  width: 200px;
  font-weight: 650;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(223, 217, 217);
  outline: none;
  font-size: 20px;
}

::placeholder{
  font-weight: 850;
}

/* @media only screen and (max-width:1000px) {
  .uyg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px !important;
  }
  .ort{
    position: fixed;
    bottom: 220px;
    
    font-size: 20px !important;
  }
  .snc{
    position: fixed;
    bottom: 200px;
    
    font-size: 20px !important;
  }
  *{font-size: 20px;}
} */

@media all and (min-width: 1024px) and (max-width: 1280px) { 
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: monospace;
  }
  body{
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    display: flex;
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
  }
  
  .calc-body{
    background: radial-gradient(
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0.9)
      );    height: 50vh;
    width: 36vw;
    height: 56vh;
    border-radius: 20px;
  }
  .result{
    position: absolute;
  
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    height: 56vh;
    width: 15vw;
    background: radial-gradient(
        rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.5)
    );
  }
  .result h1{
    font-size: 40px;
    margin: 32px 0;
    text-align: center;
  }
  h2{
    font-size: 28px;
    margin: 8px 24px;
  }
  .show{
    margin-top: 68px;
  }
  .inp{
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 48vw;
    height: 56vh;
    display: flex;
  }
  
  input{
    font-weight: 700;
    border-radius: 10px;
    margin: 12px;
    height: 35px;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 15px;
    border: 1px solid rgb(223, 217, 217);
    background: rgba(0, 0, 0, 0.05);
  }
  
  .main{
    margin-left: 35px;
  }
  button{
    margin-top: 15px;
    height: 35px;
    width: 160px;
    font-weight: 500;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(223, 217, 217);
    outline: none;
    font-size: 15px;
  }
  
  ::placeholder{
    font-weight: 700;
  }
}

@media all and (orientation:landscape) and (min-width: 768px) and (max-width: 1024px) { 
  *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: monospace;
}
body{
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
  linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
  linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
}

.calc-body{
  background: radial-gradient(
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.9)
    );    height: 50vh;
  width: 45vw;
  height: 70vh;
  border-radius: 20px;
}
.result{
  position: absolute;

  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 70vh;
  width: 20vw;
  background: radial-gradient(
      rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.5)
  );
}
.result h1{
  font-size: 55px;
  margin: 40px 0;
  text-align: center;
}
h2{
  font-size: 35px;
  margin: 10px 30px;
}
.show{
  margin-top: 85px;
}
.inp{
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 70vh;
  display: flex;
}

input{
  font-weight: 880;
  border-radius: 10px;
  margin: 15px;
  height: 45px;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 20px;
  border: 1px solid rgb(223, 217, 217);
  background: rgba(0, 0, 0, 0.05);
}

.main{
  margin-left: 45px;
}
button{
  margin-top: 20px;
  height: 45px;
  width: 200px;
  font-weight: 650;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(223, 217, 217);
  outline: none;
  font-size: 20px;
}

::placeholder{
  font-weight: 850;
}
}

@media all and (min-width: 376px) and (max-width: 480px) { 
  .calc-body{
    background: radial-gradient(
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0.9)
      );    height: 50vh;
    width: 80%;
    height: 100%;
    border-radius: 20px;
  }
  h1.uyg{
    font-size: 30px;
    position: absolute;
    left: 80px;

  }
  h2.ort{
    font-size: 12px;
    position: absolute;
    bottom: 80px;
   
  }
  h2.snc{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  #firstexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
    
  }
  #secondexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #project{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #finalexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  button{
    font-size: 12px;
    position: relative;
    left: 15px;
  }
  .footer{
    display: flex;
    visibility: hidden;
  }
  .footer p{
    display: inline-block;
    flex-direction: row;
    align-self: flex-end;
  }
}

.footer {
  position: fixed;
  bottom: 0px;
  color: white;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 0px;
}

.footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}

.footer a {
  color: #595959;
}

.footer .footer-manu {
  padding-bottom: 25px;
}

.footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}

.footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}

.footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}

.footer .footer-manu ul li a:hover {
  color: #000;
}

.footer .copyright a {
  font-weight: 600;
}

@media all and (min-width: 480px) and (max-width: 820px) {
  .calc-body{
    background: radial-gradient(
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0.9)
      );    height: 50vh;
    width: 50%;
    height: 100%;
    border-radius: 20px;
  }
  h1.uyg{
    font-size: 30px;
    position: absolute;
    left: 100px;

  }
  h2.ort{
    font-size: 12px;
    position: absolute;
    bottom: 80px;
   
  }
  h2.snc{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  #firstexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
    
  }
  #secondexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #project{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #finalexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  button{
    font-size: 12px;
    position: relative;
    left: 15px;
  }
  .footer{
    display: flex;
    visibility: hidden;
  }
  .footer p{
    display: inline-block;
    flex-direction: row;
    align-self: flex-end;
  }
}

@media all and (min-width: 821px) and (max-width: 1024px) {   .calc-body{
  background: radial-gradient(
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.9)
    );    height: 50vh;
  width: 60%;
  height: 100%;
  border-radius: 20px;
}
h1.uyg{
  font-size: 45px;
  position: absolute;
  /* left: 130px; */

}
h2.ort{
  font-size: 12px;
  position: absolute;
  bottom: 80px;
 
}
h2.snc{
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#firstexam{
  font-size: 12px;
  width: 100%;
  text-align: left;
  
}
#secondexam{
  font-size: 12px;
  width: 100%;
  text-align: left;
}
#project{
  font-size: 12px;
  width: 100%;
  text-align: left;
}
#finalexam{
  font-size: 12px;
  width: 100%;
  text-align: left;
}
button{
  font-size: 12px;
  position: relative;
  left: 15px;
}
.footer{
  display: flex;
  visibility: hidden;
}
.footer p{
  display: inline-block;
  flex-direction: row;
  align-self: flex-end;
}
}

@media all and (max-width: 380px) { 
  .calc-body{
    background: radial-gradient(
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0.9)
      );    height: 50vh;
    width: 80%;
    height: 100%;
    border-radius: 20px;
  }
  h1.uyg{
    font-size: 20px;
    position: absolute;
    left: 80px;

  }
  h2.ort{
    font-size: 10px;
    position: absolute;
    bottom: 50px;
   
  }
  h2.snc{
    font-size: 9px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  #firstexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
    
  }
  #secondexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #project{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  #finalexam{
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  button{
    font-size: 12px;
    position: relative;
    left: 15px;
  }
  .footer{
    display: flex;
    visibility: hidden;
  }
  .footer p{
    display: inline-block;
    flex-direction: row;
    align-self: flex-end;
  }
}
