/* Import Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: black;

}

h1{
  margin: 0% auto;
    letter-spacing: 2px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px gold;
    font-size: 40px;
}


body.light h4{
  color: wheat;
}

h3{
  margin: 0% auto;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: darkgray;
  text-shadow: 1px 2px 2px darkblue;
  font-size: 16px;
  opacity: 90%;
  margin-bottom: 2px;
}
h3 ion-icon{
  color: rgba(255, 217, 0, 0.466);
}
.container{
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  max-width: 650px;
  padding: 10px;
  border: none;
  border-radius: 20px;
  color: white;
  text-shadow: 1px 1px 2px lightcoral;
 box-shadow: 0px 2px 15px rgb(46, 45, 45);
    background: linear-gradient(to right,rgba(0, 0, 0, 0.856),rgba(1, 1, 110, 0.856),rgba(107, 91, 3, 0.856),rgba(1, 1, 110, 0.842),rgba(0, 0, 0, 0.842));
  
    justify-content: center;
    text-align: center;

}
body.light .container{
       background: black;
    box-shadow: 0px 2px 15px rgba(153, 205, 50, 0.842);
    transition: 1s;
}
.wrapper{
  border-radius: 5px;
  border: 0.5px solid rgba(229, 199, 143, 0.877);
  border-radius: 10px;
}

body.light .wrapper{
  border: 2px solid rgba(255, 217, 0, 0.459);
}

.wrapper .text-input{
  display: flex;
  border-bottom: 1px solid pink;
}
.text-input .to-text{
  border-radius: 0px;
  border-left: 1px solid rgba(255, 217, 0, 0.459);
}
.text-input textarea{
  color: white;
  text-shadow: 1px 1px 2px gold;
  height: 250px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
}
.text-input textarea::placeholder{
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 2px rgba(255, 217, 0, 0.616);
}
.controls, li, .icons, .icons i{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.controls{
  list-style: none;
  padding: 12px 15px;
}
.controls .row .icons{
  width: 38%;
}
.controls .row .icons i{
  width: 50px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease;
  justify-content: center;
}
.controls .row.from .icons{
  padding-right: 15px;
  border-right: 1px solid rgba(255, 217, 0, 0.479);
}
.controls .row.to .icons{
  padding-left: 15px;
  border-left: 1px solid rgba(255, 217, 0, 0.445);
}
.controls .row select{
  color: wheat;
  text-shadow: 2px 2px 2px darkblue;
  border: none;
  outline: none;
  font-size: 20px;
  background: none;
  padding-left: 5px;
}
.text-input textarea::-webkit-scrollbar{
  width: 4px;
}
.controls .row select::-webkit-scrollbar{
  width: 8px;
}
.text-input textarea::-webkit-scrollbar-track,
.controls .row select::-webkit-scrollbar-track{
  background: #fff;
}
.text-input textarea::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 8px;
}
.controls .row select::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 8px;
  border-right: 2px solid #ffffff;
}
.controls .exchange{
  color: wheat;
  text-shadow: 2px 2px 2px darkblue;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s ease;
}
.controls i:active{
  transform: scale(0.9);
}
.container button{
  margin: 0% auto;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  outline: none;
  border: none;
  color: white;
  text-shadow: 1px 1px 2px lightcoral;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 10px;
  background: rgb(43, 43, 163);
  box-shadow: 0px 2px 10px rgba(135, 206, 250, 0.445);
}
body.light button{
  background: rgba(139, 0, 65, 0.603);
  box-shadow: 0px 2px 10px rgba(255, 217, 0, 0.616);
}


.ToggleClass{
  margin: 0 auto;
  cursor: pointer;
  color: rgba(255, 217, 0, 0.623);
  background-color: rgba(0, 0, 139, 0.548);
  border-bottom: 2px solid orangered;
  border-radius: 50px;
  padding: 1px 1px;
  margin: 0;
  background-image: url(lollipop_3GIF.gif);
  background-position: center;
  background-size: cover;
  box-shadow: 0px 2px 4px gold;
  
}
body.light .ToggleClass{
  cursor: pointer;
  color: rgba(255, 68, 0, 0.514);
  background-color: rgba(0, 0, 0, 0.308);
  border-bottom: 2px solid rgba(255, 217, 0, 0.678);
  box-shadow: 0px 2px 4px black;
}
h4{
  margin: 0 auto;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  color: darkgray;
  text-shadow: 2px 2px 2px darkblue;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.226);
  padding: 5px;
  width: 200px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(135, 206, 250, 0.445);
}
body.light h4{
  background-color: rgba(0, 0, 0, 0.253);
  box-shadow: 0px 2px 10px rgba(255, 217, 0, 0.514);
}
.container button:hover{
  background-color: darkblue;
}

footer{
  margin: 0% auto;
  flex-direction: column;
  bottom: 0%;
  left: 0;
  position: fixed;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 5px;
  color: rgb(48, 47, 47);

   }
   footer p{
    width: 200px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.062);
    padding: 5px;
    border-radius: 20px;
   }
   footer ion-icon{
    color: rgba(255, 217, 0, 0.411);
   }

   .homebtn{
    margin: 0% auto;
    position: fixed;
    left: 5px;
    bottom: 0px;
    border-bottom: 1px solid gold;
    box-shadow: 0px 2px 6px blue;
    background-image: url(MusicGig.gif);
    background-position: center;
    background-size: 100%;
    border-radius: 7px;
    width: 50px;
    display: flex;
    justify-content: center;
    padding: 2px 0px;
    opacity: 80%;
    margin-bottom: 5px;
    cursor: pointer;
  
  }
  .homebtn ion-icon{
    margin: 0% auto;
    color: rgba(255, 217, 0, 0.568);
    justify-content: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    
  }
  .homebtn ion-icon:hover{
    color: gold;
  }
  .homebtn:hover{
    color: gold;
    transition: color 0.5s ease;
    box-shadow: 2px 2px 20px gold;
    transform: scale(1.10);
    transition: 0.5s;
    cursor: pointer;
  
  }

@media (max-width: 768px){

  .container{
    margin: 0% auto;
    margin-top: 15px;
    width: 95%;
    padding: 10px;
    height: auto;
    
    border-radius: 25px;
  }


  .wrapper .text-input{
    flex-direction: column;
  }
  .text-input .to-text{
    border-left: 0px;
    border-top: 1px solid palevioletred;
  }
  .text-input textarea{
    height: 120px;
    color: wheat;
    text-shadow: 2px 2px 2px darkblue;
    text-align: center;
  }
  .controls .row .icons{
    display: none;
  }
  .container button{
    padding: 10px;
    font-size: 18px;
  }
  .controls .row select{
    font-size: 18px;
    color: wheat;
    text-shadow: 2px 2px 2px darkblue;
  }
  .controls .exchange{
    font-size: 18px;
    color: wheat;
    text-shadow: 2px 2px 2px darkblue;
  }
  
}