*, *::before, *::after, span, a, p, h1, h2, h3, h4, h5, h6, button, input, textarea, select, option, label, ul, li, ol, div, img, iframe {
	font-family: Roboto, Arial, sans-serif;
}

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-family: Roboto, Arial, sans-serif;
	vertical-align: baseline;
}
/* 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* background-color: #0a1f34; */
	background-color: #000000;
}

#background-video {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* z-index: -1; */
	z-index: 0;
	pointer-events: none;
}

/* .map-wrapper {
	border-radius: 8px;
	overflow: hidden;
} */


.page-layout {
	min-height: 100vh;
	padding: 80px 0;
	background-color: #f5f5f5;

	@media screen and (max-width: 600px) {
		padding: 16px 8px;
		
	}
}

.container {
  /* max-width: 1200px; */
  max-width: 600px;
  margin: 0 auto;
}

.background-image {
	/* background: url('./public/images/back.png'); */
	background: url('~/assets/images/malik.jpeg');
	background-size: 20%;
}
.real-estate {
	/* background-color: #f5f5f5; */
	background-color: #cbcbcb;
	border-radius: 12px 12px 0 0;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	color: #000;
	text-align: center;
	position: relative;
}
.real-estate img {
	border-radius: 8px;
}

.main-list {
	display: flex;
	flex-direction: column;
	gap: 14px;

	backdrop-filter: blur(3px);
	padding: 24px;
	border-radius: 0 0 16px 16px;
	/* background-color: #ffffff75; */
	background-color: #8d8d8d75;
	position: relative;
	z-index: 11;
}

.main-list-item {}

.main-list-item a {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	/* color: #000; */
	color: #fff;
	text-decoration: none;
}

.main-list-item a:hover {
	text-decoration: underline;
}


.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}

.phone-icon {
	background: #1b73e8;
	border-radius: 6px;
	padding: 4px;
	width: 24px;
	height: 24px;
}