nav {
	margin: 27px auto 0;
	position: sticky;
	width: 440px;
	height: 50px;
	background-color: #34495e;
	border-radius: 100px;
	font-size: 0;
	z-index: 1;
	overflow: hidden;
	top: 27px;
}
nav a {
	line-height: 50px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
	width: 220px;
}
nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 100px;
}

nav .start-home, a:hover~.animation {
	width: 220px;
	left: 0;
	background-color: #1abc9c;
}
nav .start-api, a:nth-child(2):hover~.animation {
	width: 220px;
	left: 220px;
	background-color: #1abc9c;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background: #2c3e50;
	margin: 0px;
    background-image: url('https://pocketworkinglog.blob.core.windows.net/liftew/Illustrationopaque.png?sp=r&st=2024-12-03T17:57:54Z&se=2027-06-10T00:57:54Z&spr=https&sv=2022-11-02&sr=b&sig=6B%2B6o2vaoUMejo06lBIX%2F%2F9lbfKXKQnoJrGsxB7bBbQ%3D');
}

p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #ecf0f1;
    font-family: 'Cherry Swash',cursive;
    font-size: 16px;
}

span {
    color: #2BD6B4;
}

.padding-page{
	padding: 15vh 7vw 30px 7vw;
}

.parent-page{
	display: flex;
	flex-direction: row;
}

.child1-page{
	width: 50vw;
	height: auto;
}

.child2-page{
	width: 40vw;
	height: auto;
}

.child3-page{
	width: 10vw;
	height: auto;
	justify-items: right;
}

.h1-fix-1{
	position: relative;
    top: -25px;
}

.h1-fix-2{
	position: relative;
    top: -50px;
}

#message h1 { font-size: 99px; }

/* CSS */
.button-18 {
	align-items: center;
    background-color: #41EFC8;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 55px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
	background-color: rgba(65, 239, 200, 0.6);
  	color: #ffffff;
}

.button-18:active {
	background: #09223b;
	color: rgb(255, 255, 255, .7);
}

.margin-top-m{
	margin-top: 35px;
}

.margin-top-s{
	margin-top: 15px;
}

.img-app{
	height: 45vw;
	max-height: 600px;
}

.align-center{
	text-align: center;
}

.align-right{
	text-align: right;
}

.icon-social{
	display: flex;
    margin-bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: #41EFC8;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.margin-top-fix{
	margin-top: 21vh;
}

.shadow-card{
	--tw-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-download{
	height: 400px;
	width: 320px;
	border-radius: 50px;
	background: white;
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

.separator{
	background-color: #34495e;
	height: 2px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 5px;
}

.qrcode-image{
	width: 240px;
}

.text-download{
	text-align: center;
	position: relative;
	top: 20vh;
	color: #41EFC8;
	font-size: 26px;
	margin: 0px;
}

h5{
	font-size: 12px;
	color: #34495e;
}

.word-break-all {
	word-break: break-all;
}

/*API*/
.column-2{
	width: 50vw;
	height: auto;
}

.card-api{
	padding: 20px;
	height: 180px;
	width: 350px;
	border-radius: 50px;
	background: white;
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

.display-flex{
	display: flex;
}

.align-items-center{
	align-items: center;
}

.button-copy{
	background: none;
	border: none;
	cursor: pointer;
	color: #34495e;
	font-size: 18px;
}

.tooltip {
	position: relative;
	display: inline-block;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }

.email a {
	text-decoration: none !important;
	width: -webkit-fill-available !important;
}

.email h2 {
	font-size: 16px !important;
}

.margin-none{
	margin: 0px;
}

.footer-color{
	color: #dff1ea !important;
}

footer{
	position: absolute;
	background-color: #34495e;
	color: #dff1ea;
	padding-left: 15px;
	width: -webkit-fill-available;
	display: flex;
	justify-content: space-evenly;
}

/*mobile*/

@media (max-width: 1200px) {
	.child1-page{
		width: 100%;
		height: auto;
	}
	
	.child2-page{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	.child3-page{
		width: 100%;
		height: auto;
		display: flex;
		margin-top: 20px;
		text-align: -webkit-center;
	}

	a {
		width: 30vw !important;
	}

	nav{
		width: 90vw;
	}

	#message{
		height: auto !important;
		background-color: transparent !important;
		text-align: center;
	}

	.padding-page{
		padding: 80px 20px 20px 20px;
	}

	.parent-page{
		display: block;
		background-color: #dff1ea;
		width: -webkit-fill-available;
		height: auto;
	}

	.button-18{
		width: 100%;
	}

	.img-app{
		width: 90vw;
		max-width: 500px;
		height: auto;
	}

	.social-div{
		width: 33%;
	}

	.icon-social{
		margin-bottom: 0px;
	}

	#message h1 {
		font-size: 50px !important;
	}

	.margin-top-fix{
		margin-top: 0px;
	}

	nav .start-home, a:nth-child(1):hover~.animation {
		width: 45vw !important;
	}
	nav .start-api, a:nth-child(2):hover~.animation {
		width: 45vw !important;
		left: 45vw;
	}

	.margin-top-m{
		margin-top: 15px;
	}

	.card-download{
		width: -webkit-fill-available;
		margin: 0px 15px 15px 15px;
	}

	#content-info-block{
		display: block !important;
		height: 100vh !important;
	}

	.text-download{
		top: 0px;
		padding: 110px 0px 15px 0px;
	}

	.h1-fix-1 {
		top: -15px;
	}

	.column-2{
		width: -webkit-fill-available;
		height: auto;
	}

	.card-api {
		width: -webkit-fill-available;
		margin-top: 25px;
	}
  }

  @media (max-width: 1400px) {
	#message h1{
		font-size: 90px;
	}
}