*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: 'Maven Pro', sans-serif;
	margin: 0;
}

html {
	font-size: 10px;
}

.main {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	min-height: 600px;
	-ms-align-items: center;
	align-items: center;
	background: url(../img/main-bg.png) no-repeat center;
	background-size: cover	;
	position: relative;
}
.main-overlay, .call-to-action-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -1;
	background-image: -moz-linear-gradient(150deg, rgb(136,211,206) 0%, rgb(110,69,226) 100%);
	background-image: -webkit-linear-gradient(150deg, rgb(136,211,206) 0%, rgb(110,69,226) 100%);
	background-image: -ms-linear-gradient(150deg, rgb(136,211,206) 0%, rgb(110,69,226) 100%);
}

.header{
	display: flex;
	height: 10vh;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 90%;
}

.menu {
	width: 70%;
}

.menu ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
	font-size: 1.5rem;
}

.menu-link {
	color: #fff;
	text-decoration: none;
}

.get-started-btn {
	margin-left: 60px;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: uppercase;
}

.main-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	text-align: center;
}

.main-text span {
	display: inline-block;
	font-size: 1.4rem;
}

.main-text p {
	font-size: 1.2rem;
}

.main-text h1 {
	margin: 0.5rem;
	font-size: 8rem;
}

.main-text span::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.main-text span::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.main-arrow {
	position: relative;
	z-index: 2;
	height: 15vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow-down {
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
}

.table {
	background-color: #f9fafc;
	padding: 7rem;
}

.table-header {
	text-align: center;
	margin-bottom: 5rem;
}

.table-header span {
	text-transform: uppercase;
	font-size: 2rem;
	color: #9fa4af;
}

.table-header span::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #6e45e2;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.table-header span::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #6e45e2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.table-header p {
	font-size: 1.8rem;
	display: inline-block;
	width: 40rem;
	line-height: 1.4;
	color: #9fa4af;
}

.table-header h2 {
	color: #4f4f4f;
	font-size: 6rem;
	margin: 0;
}

.price-tags {
	display: flex;
	justify-content: space-around;
}

.price-tag {
	background-color: #fff;
	border-radius: 3rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 27rem;
	transition: 0.2s;
}

.price-tag:hover {
	cursor: pointer;
	box-shadow: 0px 0px 60px 10px rgba(204, 204, 223, 0.71);
}

.price-tag span {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin: 3rem auto 2rem;
}

.price-tag img {
	width: 10rem;
	height: 10rem;
}

.price-tag h4 {
	font-weight: 500;
	color: #4f4f4f;
	font-size: 3.5rem;
	margin: 1rem;
}

.price-tag h4 sub {
	font-size: 1.3rem;
}

.price-tag h4 sup {
	vertical-align: super;
	font-size: 1.3rem;
	margin-right: 0.5rem;
}

.price-tag p{
	color: #9fa4af;
}

.price-btn {
	background-color: #fff;
	border: #9fa4af 1px solid;
	color: #9fa4af;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 4rem;
	border-radius: 100px;
	transition: 0.2s;
}

.price-btn:hover {
	background-color: #6e45e2;
	border: none;
}

.call-to-action {
	text-align: center;
	padding: 15rem;
	position: relative;
	background: url(../img/map.png) no-repeat center;
	color: white;
}

.call-to-action span {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 500;
}

.call-to-action h4 {
	font-weight: 500;
	font-size: 5rem;
	margin: 1rem auto 2rem;
}

.cta-btn {
	display: inline-block;
	border: none;
	background-color: white;
	color: #c2c9db;
	width: 19rem;
	height: 5rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 1rem;
	border-radius: 100px;
	transition: 0.2s;
}

.cta-btn:hover {
	background-color: #6e45e2;
	cursor: pointer;
}

.wrap {
	z-index: 2;
}

.footer-wrap {
	display: flex;
	justify-content: center;
}

.footer {
	height: 12vh;
	align-items: center;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

.footer-menu {
	width: 50%;
}

.footer-menu ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
}

.footer-menu-link {
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 500;
	color: #6a6a77;
}

.footer-get-started {
	margin-left: 6rem;
	border: none;
	
	background-color: #6e45e2;
	color: white;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: uppercase;

}

.line {
	display: block;
	width: 90%;
	height: 1px;
	background-color: #6a6a77;
	margin: 1rem auto;
}

.legal {
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.copy {
	font-size: 1rem;
	color: #6a6a77;
}

.social-links a {
	color: #6a6a77;
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 1rem;
}

.m-menu-link {
	display: none;
	color: white;
	font-size: 3rem;
}

.m-menu {
	padding: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	text-align: center;
	list-style: none;
	z-index: 10;
	font-size: 2rem;
	line-height: 6rem;
	background-color: #6e45e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	transform: translateX(100%);
}

.m-menu__active {
	transform: translateX(0%);
}

.close-menu {
	position: fixed;
	font-size: 5rem;
	right: 5rem;
	top: 1rem;
	font-weight: 900;
	color: white;
}

.close-menu:hover {
	cursor: pointer;
}