:root {
	--font-family: "Poppins", serif;
}

* {
	box-sizing: border-box;
}

.poppins {
	font-family: var(--font-family) !important;
}

body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

#root {
	background-color: #fff;
}

.top_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 2em;
	width: 80%;
	width: 100%;
}

.auth_btns {
	display: flex;
	align-items: baseline;
	color: #595a62;
	font-family: var(--font-family);
	font-weight: 400;
}

.sign_up {
	font-family: var(--font-family);
	padding-right: 2em;
	padding-left: 2em;
	font-weight: 400;
	letter-spacing: 0%;
}

.log_in {
	font-family: "Poppins", serif;
	padding-right: 2em;
	padding-left: 2em;
	font-weight: 400;
}

.seperator_line {
	border-right: 1px solid #edeeff;
}

.top_section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2em;
	width: 100%;
}

.top_section_left_panel {
	width: 50%;
	border-right: 1px solid #edeeff;
}

.lightning {
	display: flex;
	padding: 0.5em;
	border: 1px solid #edeeff;
	width: fit-content;
	border-radius: 20px;
	align-items: center;
}

.lightning_logo > img {
	width: 12px;
	height: 19px;
}

.lightning_logo {
	padding-right: 1em;
	padding-left: 1em;
}

.lightning_text {
	padding-right: 1em;
	padding-left: 1em;
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 10%;
}

.big_text {
	font-family: "Poppins", serif;
	font-weight: 600;
}

.top_section_right_panel {
	width: 50%;
}

.top_section_content {
	font-family: "Poppins", serif;
	font-weight: 400;
}

@media (width < 1000px) {
	.top_nav {
		padding-inline: 0;
		width: 100%;
	}

	.log_in {
		font-size: 12px;
		line-height: 18px;
		padding-right: 1em;
		padding-left: 1em;
	}

	.sign_up {
		font-size: 12px;
		line-height: 18px;
		padding-right: 1em;
		padding-left: 1em;
	}

	.logo_img > img {
		width: 138px;
		height: 28px;
	}

	.top_section {
		display: block;
		height: auto;
	}

	.top_section_right_panel {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.top_section_left_panel {
		border: none;
		justify-content: center;
		width: 100%;
	}

	.lightning {
		margin-left: auto;
		margin-right: auto;
	}

	.lightning_logo > img {
		height: 19px;
		width: 12px;
	}

	.lightning_text {
		font-size: 12px;
		line-height: 18px;
	}

	.big_text {
		margin-top: 10%;
		text-align: center;
		width: 100%;
		font-size: 40px;
		line-height: 40px;
	}

	.top_section_content {
		width: 100%;
		padding: 0;
		margin-left: 0;
		font-size: 16px;
		line-height: 24px;
	}
}

.overlay-footer {
	background-image: url("./assets//foot.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-section {
	background-image: url("./assets/footer-logo-bg.png");
	background-position: 80% 100%;
	background-size: 25%;
	background-repeat: no-repeat;
}
.hero-section {
	background: url("./assets/woyage-video.gif");
	background-position: center;
	background-size: cover;
}
.webinar-text {
	background: -webkit-linear-gradient(#d365f8, #44177e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: x-large !important;
}
@media (width < 1000px) {
	.footer-section {
		background-size: 150%;
		background-position: 80% 0%;
		object-fit: cover;
	}
}

@media (width < 380px) {
	.overlay_box {
		height: auto !important;
	}

	.footer_container {
		height: auto !important;
	}
}

@media (width > 490px) and (width < 640px) {
	.get-started-text {
		width: 60% !important;
	}
}

@media (width > 400px) and (width < 490px) {
	.get-started-text {
		width: 80% !important;
	}
}
