@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ---------------------------------- Laptops and Desktops ------------------------- */

@media (min-width: 1200px){

.max-width{
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  margin-top: 5%;
  margin-left: -10%;
  font-family: 'Ubuntu', sans-serif;
}

.imp{
  display: flex;
  color: #000000; /* Color of Name, and moving text in first page*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

.fill1 {
  position: relative;
  margin-left: 20%;
  margin-top: 20%;
  width: 120%;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  float: left;
}

}

/* ----------------------------------------- Tabs ------------------------------------------ */

@media (max-width: 1200px) and (min-width: 720px){

  
.max-width{
    max-width: 1080px;
    padding: 0 80px;
    margin: auto;
}

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  margin-top: 5%;
  margin-left: -20%;
  font-family: 'Ubuntu', sans-serif;
}

.imp{
  display: flex;
  color: #000000; /* Color of Name, and moving text in first page*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

.fill1 {
  position: relative;
  margin-left: 40%;
  margin-top: 40%;
  width: 120%;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  float: left;
}

}

/* ----------------------------------------- Big Phones ------------------------------------------ */

@media (max-width: 720px) and (min-width: 420px){

.max-width{
      max-width: 720px;
      padding: 0 80px;
      margin: auto;
}
  
section .title{
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    margin-top: 5%;
    margin-left: -10%;
    width: 70%;
    font-family: 'Ubuntu', sans-serif;
}

.imp{
    display: flex;
    color: #000000; /* Color of Name, and moving text in first page*/
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
}

.figureFirst{
  margin-left: -25%;
}

.figureLast{
  margin-left: -60%;
}

.fill1 {
    position: relative;
    margin-left: 40%;
    margin-top: 40%;
    width: 120%;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    float: left;
}

}

/* ----------------------------------------- Smaller Phones ------------------------------------------ */

@media (max-width: 420px){

.max-width{
    max-width: 720px;
    padding: 0 80px;
    margin: auto;
}

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  margin-top: 5%;
  margin-left: -5%;
  width: 90%;
  font-family: 'Ubuntu', sans-serif;
}

.imp{
  display: flex;
  color: #000000; /* Color of Name, and moving text in first page*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

.fill1 {
  position: relative;
  margin-left: 20%;
  margin-top: 40%;
  width: 120%;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  float: left;
}

}

/* --------------------------------------------- Drop Down END ---------------------------------------------------------*/

.fill2 {
  position: relative;
  margin-left: 65%;
  margin-top: 30%;
  width: 120%;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  float: left;
}


/* ----------------------------------------- Plot Button -----------------------------------------------------*/

.buttonTotal {
  display: block;
  width: 130px;
  height: 50px;
  font-size: 100%;
  position: relative;
  padding: 10px 20px;
  background-color: #98CB3B;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 0%;
  margin-top: 40%;
}

.buttonTotal:hover {
  background-color: #2C9AD1;
  transform: scale(1.05);
}

.buttonTotal1 {
  display: block;
  width: 130px;
  height: 50px;
  font-size: 100%;
  position: relative;
  padding: 10px 20px;
  background-color: #98CB3B;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 0%;
  margin-top: 120%;
}

.buttonTotal1:hover {
  background-color: #2C9AD1;
  transform: scale(1.05);
}

.buttonTotal2 {
  display: block;
  width: 130px;
  height: 50px;
  font-size: 100%;
  position: relative;
  padding: 10px 20px;
  background-color: #98CB3B;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 0%;
  margin-top: 0%;
}

.buttonTotal2:hover {
  background-color: #2C9AD1;
  transform: scale(1.05);
}

/* ---------------------------------------------------- Tabs -------------------------------------------- */

.tab {
  overflow: hidden;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  border-style: solid;
  border-radius: 10px;
  border-color: #98CB3B;
  color: #176696;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* ------------------------------------- Dynamic Text box --------------------------------------- */

#wrapper
{
  width:200%;
  margin-left: -90%;
  margin-top: 30%;
  font-family:helvetica;
  text-align:center;
}
input[type="text"]
{
  width:40%;
  height:30px;
  margin-right:0.5%;
  border-radius:3px;
  border:1px solid green;
}
input[type="number"]
{
  width:40%;
  height:30px;
  margin-right:0.5%;
  border-radius:3px;
  border:1px solid green;
}
input[type="button"]
{
  background:none;
  color:white;
  border:none;
  width:50%;
  height:5%;
  border-radius:3px;
  background-color:green;
  font-size:16px;
}

#wrapper1
{
  width:200%;
  margin-left: -90%;
  margin-top: 10%;
  font-family:helvetica;
  text-align:center;
}
input[type="text"]
{
  width:40%;
  height:30px;
  margin-right:0.5%;
  border-radius:3px;
  border:1px solid green;
}
input[type="number"]
{
  width:40%;
  height:30px;
  margin-right:0.5%;
  border-radius:3px;
  border:1px solid green;
}
input[type="button"]
{
  background:none;
  color:white;
  border:none;
  width:50%;
  height:5%;
  border-radius:3px;
  background-color:green;
  font-size:16px;
}
input[type="checkbox"]
{
  height: 10%;
  width: 10%;
  background-color: #eee;
}
