@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,
body {
	line-height: 1;
	height:100%;
	font-family: 'Noto Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	height: 100%;
}

.no_scroll {
	overflow: hidden !important;
}
button {
	position: relative;
	outline:0;
	padding: 1rem .78rem;
	border-radius: 3px;
	border:0;
	cursor: pointer !important;
	animation: ease-out all .3s;
	z-index: 1;
}

button:active {
	transform: scale(.9);
}

button.purple {
	background-color: #9269FF;
	color: white;
}

button.black {
	background-color: black;
	color: white;
}

.light_gray {
	background-color: #FBFDFF;
}

.header {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.header div:nth-child(2){
	text-align: right;
}

.grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 200px 50px;
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
}

.grid-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 50px;
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.grid_2 {
	padding: 100px 100px 100px 50px !important;
}


.grid_2 .image_container {
	margin-left: 10%;
}
.top_section {
	position: relative;
	padding: 50px;
	width: 100%;
	height: 100%;
	max-height:100%;
	box-sizing: border-box;
	min-height: 700px;
}


.banner_content {
	position: relative;
	margin: 10% auto;
	text-align: center;
	box-sizing: border-box;
}

.sub_header {
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
}

.banner_content h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
}

.sub_text {
	margin-top:30px;
	line-height: 32px;
	max-width: 450px;
}

.banner_content p {
	color: #A7A7A7;
	word-spacing: 2px;
	margin-top:20px;
	margin-bottom:20px;
}

.image_container {
	text-align: center;
}

.top_img {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
}
.bottom_section {
	padding: 100px 0 200px;
	text-align: center;
}
.sect_1 {
	margin-left: 25%
}

.sect_2 {
	margin-left: 21%
}

.sect_2 button {
	margin-top:30px;
	float: right;
}

.subscribe_section {
	position: relative;
	background-color: #F8F5FF;
	max-width: 650px;
	margin:0 auto;
	padding:50px;
	text-align: center;
	border-radius: 10px;
	top: -165px;

}

.input_section {
	width: 100%;
	display: grid;
	grid-template-columns: 4fr 1fr;
	border: 3px solid #9269FF;
	background:white;
	border-radius: 3px;
	padding:3px;
	margin-top: 20px;
}

.email_input {
	border:0;
	outline: 0;
	width: 100%;
	padding: 7px;
	
}

.email_input:focus {
	border:0;
	outline: 0;
}

.footer {
	position: relative;
	padding: 100px 100px 22px;
	background-color: #2A2A44;
}

.footer_grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 20px 0 20px;
	color: white;
}

.contact {
	text-align: right;
}
.social {
	text-align: right;
	padding-top: 43px;
}

a {
	color: inherit;
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	justify-content: center;
	align-content: center;
	z-index: 9;
}

.modal {
	position: relative;
	padding: 30px;
	background-color: white;
	box-sizing: border-box;
	max-width: 400px;
	border-radius: 10px;
	opacity: 0;
	transform: translate(0px, -160px);
	transition: ease-in-out all .3s;
}

.overlay.open{
	display: grid;
}
.modal.open{
	opacity: 1;
	transform: translate(0px, 0px);
}


.modal input {
	box-sizing: border-box;
    width: 100%;
	padding: 7px;
	margin-bottom: 20px;
	border: 2px solid #e7e7e7;
	
}

textarea {
    width: 100%;
    height: 200px;
    resize: none;
    padding: 12px;
	box-sizing: border-box;
	border: 2px solid #e7e7e7;
}

.sendemail {
	margin-top: 20px;
	width: 100%;
}


@media screen and (max-width: 800px) {
	.footer_grid {
		grid-template-columns: 1fr;

	}
	.grid {
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
    	padding: 50px 20px !important;
	}

	.grid_2 .image_container {
		margin-left: 0 ;
	}
	.sect_2 {
		margin-left: 7%;
	}

	.sect_1 {
		margin-left: 4%;
	}

	.top_section {
		height: 100%;
		padding:30px;
		min-height: 0;
		max-height: 500px;
		box-sizing: border-box;
	}

	.banner_content {
		margin: 21% auto;
	}

	.grid-inner {
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
	}

	.subscribe_section {
		width: 100%;
		right: 15%;
	}

	.sect_2 button {
		float:none;
	}

	.footer_grid,.social {
		text-align: center;
	}

	.bottom_section {
		padding: 100px 20px 160px;
	}

	.contact, .copyrights {
		text-align: center;
	}

}

@media screen and (max-width: 600px) {
	.subscribe_section {
		right: 15%;
	}
}

@media screen and (max-width: 500px) {

	.banner_content h1, .sub_header {
		font-size: 21px;
		line-height: 25px;
	}



	.banner_content p,.sub_text {
		font-size: 12px;
		line-height: 22px;
	}

	.subscribe_section {
		right: 23%;
	}

	.image_container img {
		width: 90%;
	}
}