<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<title>introvert.com</title>

	<link rel="icon" href="favicon.ico" type="image/png" />

	<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
	<link href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" rel="stylesheet">
	<link rel="stylesheet" href="css/reset.css">
	<link rel="stylesheet" href="css/styles.css">
	<link rel="stylesheet" href="css/themes/indigo-white.css">
	<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
	<style>
		a {
			color: pink;
			font-family: sans-serif;
			font-weight: 888;
		}
		@import 	url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
		*{
		  margin: 0;
		  padding: 0;
		  outline: none;
		  box-sizing: border-box;
		  font-family: 'Poppins', sans-serif;
		}
		body{
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  min-height: 100vh;
		  padding: 10px;
		  font-family: 'Poppins', sans-serif;
		  background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
		}
		.container{
		  max-width: 800px;
		  background: #fff;
		  /*width: 800px;*/
		  padding: 25px 40px 10px 40px;
		  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
		}
		.container .text{
		  text-align: center;
		  font-size: 41px;
		  font-weight: 600;
		  font-family: 'Poppins', sans-serif;
		  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		}
		.container form{
		  padding: 30px 0 0 0;
		}
		.container form .form-row{
		  display: flex;
		  margin: 32px 0;
		}
		form .form-row .input-data{
		  width: 100%;
		  height: 40px;
		  margin: 0 20px;
		  position: relative;
		}
		form .form-row .textarea{
		  height: 70px;
		}
		.input-data input,
		.textarea textarea{
		  display: block;
		  width: 100%;
		  height: 100%;
		  border: none;
		  font-size: 17px;
		  border-bottom: 2px solid rgba(0,0,0, 0.12);
		}
		.input-data input:focus ~ label, .textarea textarea:focus ~ label,
		.input-data input:valid ~ label, .textarea textarea:valid ~ label{
		  transform: translateY(-20px);
		  font-size: 14px;
		  color: #3498db;
		}
		.textarea textarea{
		  resize: none;
		  padding-top: 10px;
		}
		.input-data label{
		  position: absolute;
		  pointer-events: none;
		  bottom: 10px;
		  font-size: 16px;
		  transition: all 0.3s ease;
		  color: #000;
		}
		.textarea label{
		  width: 100%;
		  bottom: 40px;
		  background: #fff;
		}
		.input-data .underline{
		  position: absolute;
		  bottom: 0;
		  height: 2px;
		  width: 100%;
		}
		.input-data .underline:before{
		  position: absolute;
		  content: "";
		  height: 2px;
		  width: 100%;
		  background: #3498db;
		  transform: scaleX(0);
		  transform-origin: center;
		  transition: transform 0.3s ease;
		}
		.input-data input:focus ~ .underline:before,
		.input-data input:valid ~ .underline:before,
		.textarea textarea:focus ~ .underline:before,
		.textarea textarea:valid ~ .underline:before{
		  transform: scale(1);
		}
		.submit-btn .input-data{
		  overflow: hidden;
		  height: 45px!important;
		  width: 25%!important;
		}
		.submit-btn .input-data .inner{
		  height: 100%;
		  width: 300%;
		  position: absolute;
		  left: -100%;
		  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
		  transition: all 0.4s;
		}
		.submit-btn .input-data:hover .inner{
		  left: 0;
		}
		.submit-btn .input-data button{
		  background: none;
		  border: none;
		  color: #fff;
		  font-size: 20px;
		  font-weight: 777;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		  cursor: pointer;
		  position: relative;
		  z-index: 2;
		  padding: 10px;
		}
		.error {
		  color: red;
    	  text-align: center;
    	  padding: 25px;
    	  font-weight: bold;
		}
		@media (max-width: 700px) {
		  .container .text{
			font-size: 30px;
		  }
		  .container form{
			padding: 10px 0 0 0;
		  }
		  .container form .form-row{
			display: block;
		  }
		  form .form-row .input-data{
			margin: 35px 0!important;
		  }
		  .submit-btn .input-data{
			width: 40%!important;
		  }
		}
	</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYQ7E9RHS6"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-GYQ7E9RHS6');
</script>
<body>
	<main>
		<div class="intro">awesome.ly</div>
		
				
			<div class="tagline">Interested in this domain? <a class="contact" href="/?domain=awesome.ly&contact=true">Get in touch</a></div>
			
		
	</main>
</body>
</html>
