body,
h1,
h2,
p,
figure,
ul {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	min-width: 752px;
	color: #2B2B2B;
}

a {
	color: #2B2B2B;
}

nav {
	box-shadow: 0px 3px 6px #00000017;
	padding: 10px 0px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
}

	nav .container {
		max-width: 960px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}

		nav .container .download_btn {
			display: flex;
			align-items: center;
			justify-content: center;
			color: #646464;
			text-decoration: none;
			font-size: 14px;
		}

			nav .container .download_btn img {
				margin-right: 10px;
			}

.container-main {
	max-width: 900px;
	margin: auto;
	margin-top: 45px;
	background: #fff;
	padding: 40px;
}

.first_sec {
	display: flex;
	justify-content: space-between;
}

	.first_sec .arrow_forward img {
		margin-top: 14px;
		animation: 4s animate infinite linear;
	}

.left_heading {
	width: 370px;
	margin-left: 24px;
}

	.left_heading .download_btn {
		width: 370px;
		height: 90px;
		background: #43A047;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		position: relative;
		font-size: 36px;
		text-decoration: none;
		border-radius: 10px;
	}

	.left_heading small {
		font-size: 13px;
		padding-top: 12px;
		display: block;
		color: #646464;
	}

	.download_btn:hover {
		user-select: none;
		cursor: pointer;
	}
	


.support_txt {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}

	.support_txt .col {
		border: 1px solid #CACACA;
		width: 23%;
		text-align: center;
		padding: 12px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
	}

		.support_txt .col p {
			line-height: 19px;
			padding-top: 14px;
			font-size: 14px;
		}

.step_section {
	flex: 1;
}

	.step_section .steps.specifications {
		background: #F7F7F7;
		display: inline-block;
		padding: 20px 30px;
		border-radius: 6px;
		margin-top: 22px;
	}


	.step_section .steps ul li {
		list-style: none;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		box-sizing: border-box;
		margin: 3px 0;
	}

footer {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #B7B7B7;
}

	footer div {
		padding: 20px 0;
	}

	footer a {
		color: #B7B7B7;
		text-decoration: none;
		font-size: 16px;
		margin: 20px;
	}

.sub-header {
	text-align: center;
	background: #20a3e8;
	color: #fff;
	padding: 60px 0;
	margin-bottom: 40px;
}

.text {
	line-height: 26px;
	font-size: 14px;
}

	.text p {
		margin-bottom: 10px;
	}

		.text p strong:nth-of-type(1) {
			margin-top: 20px;
			display: inline-block;
		}

.wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000000ba;
	z-index: 10;
	display: none;
}

.popup {
	width: 622px;
	height: 277px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	border: 4px solid #28A745;
	border-top: 0;
	box-shadow: 0 0 34px -10px #000;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin: auto;
}

	.popup .popup-arrow {
		position: absolute;
		right: -80px;
		animation: 1s animate infinite linear;
	}

	.popup h1 {
		font-size: 30px;
		font-weight: 500;
	}

	.popup h2 {
		font-size: 22px;
		font-weight: normal;
	}

	.popup .points {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}

		.popup .points .point {
			min-width: 174px;
			position: relative;
		}

			.popup .points .point:nth-of-type(2):after {
				content: '';
				display: block;
				position: absolute;
				height: 4px;
				width: 160px;
				background: #B7B7B7;
				top: 30px;
				right: -95px;
			}

			.popup .points .point:nth-of-type(2):before {
				content: '';
				display: block;
				position: absolute;
				height: 4px;
				width: 160px;
				background: #B7B7B7;
				top: 30px;
				left: -95px;
			}

.point .number {
	width: 46px;
	height: 46px;
	background: #28a745;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}

.point h3 {
	font-size: 16px;
	margin: 10px 0;
}

.point p {
	font-size: 14px;
}

@keyframes animate {
	0% {
		margin-right: 00px;
	}

	30% {
		margin-right: 10px;
	}

	80% {
		margin-right: 10px;
	}

	95% {
		margin-right: 00px;
	}
}


/*Thank you & Uninstall */
.thank-you {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 300px);
}

	.thank-you img {
		align-self: center;
	}

.uninstall ul li img {
	margin: 20px 0 30px;
}

/*shwocase*/
.showcase {
	background: url(../images/showcase.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}

	.showcase:after {
		content: "";
		position: fixed;
		background: #0000008a;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.showcase nav {
		background: #ffffffeb;
	}

		.showcase nav .container {
			justify-content: center;
		}

.showcase-div {
	color: #fff;
	max-width: 416px;
	text-align: center;
	margin: 0 auto;
	padding: 40px;
	border-radius: 20px;
	text-shadow: 1px 1px 6px black;
}

	.showcase-div h1 {
		line-height: 1.2;
		margin-bottom: 24px;
		font-size: 40px;
	}

	.showcase-div p {
		line-height: 26px;
		font-size: 20px;
		letter-spacing: 0.2px;
	}

.first-section, .second-section {
	/*background: url(../images/showcase.jpg) center center;*/
	min-height: 400px;
	background-size: cover;
	height: calc(100vh - 66px);
	display: flex;
	align-items: center;
}

.second-section {
	background: #ffffffd4;
	height: calc(100vh - 177px);
}

	.second-section .showcase-div {
		color: #000;
		text-shadow: none;
		max-width: 500px;
	}

a.arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	font-weight: bold;
	margin: 26px auto 0;
	line-height: 38px;
	animation: 2s upDown infinite linear;
	position: relative;
}

@keyframes upDown {
	0% {
		top: 0px;
	}

	30% {
		top: 10px;
	}

	80% {
		top: 10px;
	}

	100% {
		top: 0px;
	}
}


/* Feature section */
.features {
	font-size: 14px;
	margin-top: 70px;
}

	.features .feature {
		padding: 40px 40px;
		background: #f7f7f7;
		display: flex;
		justify-content: space-around;
	}

		.features .feature:nth-child(even) {
			background: #fff;
		}

		.features .feature > div {
			max-width: 400px;
		}

.feature .download_btn {
	background: #43a047;
	padding: 14px 50px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}

.loader-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 5;
	display: none;
	place-items: center;
	align-content: center;
}

	.loader-overlay p {
		color: #fff;
	}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

	.lds-roller div {
		animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 40px 40px;
	}

		.lds-roller div:after {
			content: " ";
			display: block;
			position: absolute;
			width: 7px;
			height: 7px;
			border-radius: 50%;
			background: #fff;
			margin: -4px 0 0 -4px;
		}

		.lds-roller div:nth-child(1) {
			animation-delay: -0.036s;
		}

			.lds-roller div:nth-child(1):after {
				top: 63px;
				left: 63px;
			}

		.lds-roller div:nth-child(2) {
			animation-delay: -0.072s;
		}

			.lds-roller div:nth-child(2):after {
				top: 68px;
				left: 56px;
			}

		.lds-roller div:nth-child(3) {
			animation-delay: -0.108s;
		}

			.lds-roller div:nth-child(3):after {
				top: 71px;
				left: 48px;
			}

		.lds-roller div:nth-child(4) {
			animation-delay: -0.144s;
		}

			.lds-roller div:nth-child(4):after {
				top: 72px;
				left: 40px;
			}

		.lds-roller div:nth-child(5) {
			animation-delay: -0.18s;
		}

			.lds-roller div:nth-child(5):after {
				top: 71px;
				left: 32px;
			}

		.lds-roller div:nth-child(6) {
			animation-delay: -0.216s;
		}

			.lds-roller div:nth-child(6):after {
				top: 68px;
				left: 24px;
			}

		.lds-roller div:nth-child(7) {
			animation-delay: -0.252s;
		}

			.lds-roller div:nth-child(7):after {
				top: 63px;
				left: 17px;
			}

		.lds-roller div:nth-child(8) {
			animation-delay: -0.288s;
		}

			.lds-roller div:nth-child(8):after {
				top: 56px;
				left: 12px;
			}

.indicator {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 5;
	display: none;
}

	.indicator .indicator-wrapper {
		position: absolute;
		bottom: 0;
		left: 20px;
		margin-bottom: 20px;
	}

.indicator-wrapper .indicator-text {
	border-radius: 8px;
	font-size: 22px;
	margin-bottom: 40px;
	color: #FFFFFF
}

.indicator-wrapper .indicator-arrow {
	animation-name: bounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

	.indicator-wrapper .indicator-arrow .blue-arrow {
		width: 102px;
		height: 120px;
		position: relative;
		right: 5px;
	}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-height: 655px) {
	.step-container {
		margin-bottom: 55px;
		margin-top: 0px;
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-15px);
	}
}
