@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,500;1,700&display=swap");

body {
	background: #00091b;
	color: #fff;
	background: url(https://21gts.com/wp-content/themes/21gts_theme/images/bg_1.jpg)
		no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Montserrat", sans-serif;
}

@keyframes fadeIn {
	from {
		top: 20%;
		opacity: 0;
	}
	to {
		top: 100;
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		top: 20%;
		opacity: 0;
	}
	to {
		top: 100;
		opacity: 1;
	}
}

.wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	animation: fadeIn 1000ms ease;
	-webkit-animation: fadeIn 1000ms ease;
}

.logo {
	width: 250px;
	text-align: center;
	margin: auto;
	display: block;
}

h1 {
	font-size: 50px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 300;
	text-align: center;
}

.dot {
	color: #4febfe;
}

p {
	text-align: center;
	margin: 18px;
	font-family: "Muli", sans-serif;
	font-weight: normal;
}

.icons {
	text-align: center;
	padding-top: 10px;
}

.icons i {
	color: #00091b;
	background: #fff;
	height: 15px;
	width: 15px;
	padding: 13px;
	margin: 0 10px;
	border-radius: 50px;
	border: 2px solid #fff;
	transition: all 200ms ease;
	text-decoration: none;
	position: relative;
}

.icons i:hover,
.icons i:active {
	color: #fff;
	background: none;
	cursor: pointer !important;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	text-decoration: none;
}
