@import url('./Mobile/css/gfonts.css');

* {
	box-sizing: border-box;
	touch-action: manipulation;
}
*:focus {
	outline: none;
}
body {
	background-color: #1b1a2a;
	background-image: url("background1.svg");
	color: #fff;
	display: flex;
	font-family: 'Muli', sans-serif;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p {
	margin: 5px 0;
	transition: 1s;
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
p:hover {
	transform: translateY(2px);
}
h1 {
	transition: 1s;
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
h1:hover {
	transform: translateY(2px);
}
h2 {
	margin: 10px 0 20px;
	text-align: center;
	transition: 1s;
}
h2:hover {
	transform: translateY(2px);
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input[type=checkbox] {
	margin-right: 0;
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
label {
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
span {
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
a {
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.float1 {
	align-items: flex;
	justify-content: flex;
	height: 100%;
	width: 100%;
}
.container0 {
	background-color: rgba(14, 102, 78, 0.7);
	margin-top: 10%;
	padding: 20px;
	padding-left: 40px;
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 25px;
	float: left;
	margin-left: 10%;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	transition: 1s;
}

.container0:hover {
	transform: translateY(2px);
}

.container {
	background-color: rgba(14, 102, 78, 0.7);
	margin-top: 10%;
	padding: 20px;
	width: 400px;
	max-width: 100%;
	border-radius: 25px;
	float: right;
	margin-right: 15%;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	transition: 1s;
}

.container:hover {
	transform: translateY(2px);
}
.container0 {
	background-color: rgba(14, 102, 78, 0.7);
	margin-top: 10%;
	padding: 20px;
	padding-left: 40px;
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 25px;
	float: left;
	margin-left: 10%;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	transition: 1s;
}
.result-container {
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 12px 10px;
	height: 50px;
	width: 100%;
	border-radius: 25px;
	transition: 1s;
}

.result-container:hover {
	transform: translateY(2px);
}

.result-container #result {
  	word-wrap: break-word;
	max-width: calc(100% - 40px);
}

.result-container .btn {
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	width: 40px;
}

.btn {
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 12px;
	background-color: #0e664e;
	border-radius: 100%;
}

.btn-btn-large{
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 12px;
	background-color: #083d2f;
	border-radius: 25px;
}
.btn-btn-large{
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 12px;
	background-color: #083d2f;
	border-radius: 25px;
	opacity: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: 1s;
	margin-left: 10px;
}

.btn-btn-large {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #083d2f;
  padding: 8px 12px;
  margin-left: 10px;
  border-radius: 25px;
	z-index: 1;
}



.btn-btn-large span {
  position: relative;
  z-index: 1;
}

.btn-btn-large:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 170%;
  width: 190%;
  background: #04AA6D;
  -webkit-transition: all .5s ease-in-out;
  transition: all 1s ease-in-out .1s;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-btn-large:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



.btn-btn-large:hover {
	transform: translateY(2px);
}

.btn-large {
	display: block;
	width: 100%;
}

.setting {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}

@media screen and (max-width: 400px) {
	.result-container {
		font-size: 14px;
	}
}
#length {
	background-color: rgba(0, 0, 0, 0.37);
	letter-spacing: 1px;
	color: #fff;
	transition: 1s;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	border-radius: 25px;
	padding: 8px;
	border: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.7);
  position: fixed;
  top: 0;
  width: 95%;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	margin-top: 10px;
	border-radius: 15px;
	transition: 1s;
	z-index: 1;
}

ul:hover {
	transform: translateY(1px);
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	transition: 1s;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}
label:hover {
	transform: translateY(2px);
}
label {
	transition: 1s;
}
input:hover {
	transform: translateY(2px);
}
input {
	transition: 1s;
}
.btn:hover {
	transform: translateY(2px);
}
.btn {
	transition: 1s;
}
#btn-dow {
  border: none;
	margin-top: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
	position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #083d2f;
  margin-left: 10px;
  border-radius: 25px;
	z-index: 1;
	align-items: center;
	padding: 8px 12px;
	transition: 1s;
}

#btn-dow span {
  position: relative;
  z-index: 1;
}

#btn-dow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 170%;
  width: 190%;
  background: #04AA6D;
  -webkit-transition: all .5s ease-in-out;
  transition: all 1s ease-in-out .1s;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

#btn-dow:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



#btn-dow:hover {
	transform: translateY(2px);
}
#alert {
	visibility: hidden;
	border: none;
	display:block;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: fixed;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: rgba(14, 102, 78, 0.7);
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	border-radius: 15px;
	z-index: 1;
	align-items: center;
	padding: 8px 12px;
	width: auto;
	height: auto;
	left: 0px;
	-webkit-tap-highlight-color: transparent;
	bottom: 10px;
	left:auto;
	transition: 1s;
}
#alert p {
	transition: 1s;
}
#okay {
border: none;
color: #fff;
cursor: pointer;
font-size: 10px;
padding: 8px 12px;
background-color: #0e664e;
border-radius: 25px;
-webkit-tap-highlight-color: transparent;
height: 30px;
width: auto;

}
/* Download options */
.dowop {
	border: none;
	display: none;
	position: absolute;
	outline: none;
	overflow: hidden;
	color:  #fff;
	font-weight: 700;
	font-size: 20px;
	background-color: rgba(14, 102, 78, 0.7);
backdrop-filter: blur(2rem);
-webkit-backdrop-filter: blur(2rem);
	border-radius: 15px;
	/*padding: 8px 12px; */
	padding-bottom: 10px;
	margin: auto;
	margin-top: 25%;
z-index: 10;
	width: 400px;
	height: auto;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
		align-items: center;
}
.dowop h1 {
	transition: 0;
	animation: 0;
	margin-top: 20px;
	margin-left: 25%;
}
.dowop h3 {
	margin-left: 10px;
	margin-right: 5px;
}
.dowop input {
	display:grid;
	width: 300px;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	border-radius: 25px;
	text-align: left;
    outline-width: 0;
		background-color: rgba(0, 0, 0, 0.4);
		border-width: 0;
		color: #fff;
		transition: 1s;
}
.inputdow {
	margin: 0 auto;
	display: table;
}
.btn-btn-dow {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: rgba(0,0,0,0.4);
  padding: 8px 12px;
  border-radius: 25px;
	z-index: 1;
	transition: 1s;
}



.btn-btn-dow span {
  position: relative;
  z-index: 1;
	-webkit-user-select: none;
   -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-btn-dow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 330%;
  width: 140%;
  background: #04AA6D;
  -webkit-transition: all .5s ease-in-out;
  transition: all 1s ease-in-out .1s;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-btn-dow:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.dowop input:hover {
	transform: translateY(2px);
}

.btn-btn-dow:hover {
	transform: translateY(2px);
}
.closeb:before {
  content: '✕';
}
.closeb {
  position: absolute;
  top: 5px;
  right: 10px;
	background: none;
	cursor: pointer;
}
/* END OF DOWNLOAD */
