@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&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;
	font-family: Heebo, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: inherit;
}

input, textarea, button {
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

#welcome {
	background-image: url(bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 60vh;
	display: flex;
	align-items: center;
}

.box {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding: 50px;
}

.colorful {
	background-color: #b33eb2;
	background-image: linear-gradient(27deg, #b33eb2 0%, #5246a8 100%);
	background-size: cover;
	background-attachment: fixed;
	color: #ffefff;
}

.whiteful {
	background-color: #ffefff;
}

header {
	width: 1000px;
	max-width: 95%;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	padding: 25px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div#welcome {
	height: 60vh;
	display: flex;
	align-items: center;
}

header img {
	width: 30px;
}

nav#menu ul {
	display: flex;
	gap: 10px;
	color: white;
	font-size: 19px;
	font-weight: bold;
}

div#welcome-text {
	text-align: center;
	width: 100%;
}

div#welcome-text span {
	display: block;
}

div#welcome-text h1 {
	color: white;
	font-size: 80px;
	font-weight: 100;
}

div#welcome-text h3 {
	color: white;
	margin-top: 28px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}

div#content h2 {
	text-align: center;
	font-size: 25px;
	color: #601285;
	line-height: 1.6;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

div#content h2 span {
	color: #ffefff;
	background-color: #601285;
	padding: 2px 16px;
	margin-right: 10px;
	display: block;
	border-radius: 4px;
}

.cms {
	background-color: white;
	padding: 25px;
	line-height: 1.6;
	font-size: 18px;
	text-align: justify;
	border-radius: 2px;
}

.cms p {
	margin-bottom: 10px;
}

div#worked-with {
	text-align: center;
	font-size: 50px;
	font-weight: 100;
}

div#worked {
	width: 600px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 35px auto 0;
}

.work {
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
}

div#events h3 {
	text-align: center;
	padding: 35px;
	font-size: 40px;
	font-weight: 100;
}

div#events .box {
	display: flex;
	justify-content: center;
}

.event {
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0 3%;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}

.event-name {
	margin-top: 15px;
}

.event-image {
	/* box-shadow: 0 0 2px black; */
}

div#contact-now .box {
	display: flex;
}

div#cn-right {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div#cn-right h4 {
	font-size: 31px;
}

div#cn-right h2 {
	font-size: 50px;
	font-weight: 100;
	margin: 10px 0 30px;
}

div#cn-left {
	width: 50%;
	box-sizing: border-box;
}

.f-row {
	display: flex;
	margin-bottom: 10px;
	gap: 5px;
}

.f-block {
	flex: 1;
}

input, textarea {
	width: 100%;
	border: 1px solid #ffefff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 9px;
}

.f-row button {
	cursor: pointer;
	background-color: #ffefff;
	border: none;
	display: block;
	width: 100%;
	font-size: 17px;
	padding: 15px;
	border-radius: 5px;
}

div#testimonials h3 {
	font-size: 50px;
	text-align: center;
	font-weight: 100;
}

div#testimonials h4 {
	text-align: center;
	font-size: 20px;
}

.testimonials {
	background-color: #ff4652;
	background-image: linear-gradient(20deg, #ff4652 0%, #9319c1 100%);
	background-size: cover;
	background-attachment: fixed;
	padding: 20px 30px 40px;
	border-radius: 5px;
	color: #ffefff;
	max-width: 30%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

}


.testimonials p.name {
	font-style: italic;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.testimonials p.content {
	text-align: justify;
	line-height: 1.5;
}

div#the-testimonials {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;

}

footer {
	padding: 10px;
	color: #a995b5;
	text-align: center;
	background-color: #241030;
	font-style: italic;
	font-size: 80%;
}

div#loader.show {
	display: flex;
}

div#loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background-color: #000000b8;
	display: none;
	align-items: center;
	justify-content: center;
}


div#inner-loader {
	width: 98%;
	max-width: 250px;
	background-color: white;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div#inner-loader img {
	width: 50%;
	margin-bottom: 15px;
}

@media all and (max-width: 800px) {
	div#welcome-text {
		padding: 10px;
		width: 100%;
	}

	div#welcome-text h1 {
		font-size: 40px;
	}

	div#welcome-text h3 {
		font-size: 16px;
	}

	.box {
		padding: 10px;
	}

	div#content h2 {
		font-size: 20px;
		width: 90%;
		margin: 0 auto 25px;
	}

	.cms {
		background-color: unset;
	}

	div#worked-with {
		font-size: 35px;
		padding: 20px 0;
	}

	div#events h3 {
		padding: 20px;
		font-size: 30px;
	}

	.event {
		width: 90%;
		margin: 0 auto 25px;
	}

	div#events .box {
		display: block;
	}

	.event-name {
		margin-top: 5px;
	}

	div#contact-now .box {
		display: block;
		padding: 26px;
		box-sizing: border-box;
	}

	div#cn-right {
		width: 100%;
	}

	div#cn-right h4 {
		font-size: 18px;
	}

	div#cn-right h2 {
		font-size: 30px;
		margin: 5px 0;
	}

	div#cn-left {
		width: 100%;
		margin-top: 30px;
	}

	div#testimonials h3 {
		font-size: 35px;
		margin-top: 25px;
	}

	.testimonials {
		max-width: 100%;
		min-width: 100%;
	}
}
