.text-comingsoon {
	font-size: 1vw;
}

html, body {
	min-height: 100vh;
}

img.hero-image {
	left: auto;
	right: auto;
	text-align: center;
	max-width: 92vw;
}

.w-100 {
	width: 100vw;
}

.container-hero {
	height: 100vh;
	display: flex;
	align-items: center;
}

.flex-center {
	width: 100%;
	display: flex;
	align-items: center;
}

.no-margin:not(:root) {
	margin: 0;
}

.menu-link {
	background-color: #00000A;
	border-radius: 4px;
	width: 100%;
}

.menu-font {
	font-size: 1.5rem;
	font-family: 'Sarpanch', sans-serif;
}

a.menu-link {
	color: #7F7F7F;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a.menu-link:link, a.menu-link:visited, a.menu-link:hover, a.menu-link:active {
	text-decoration: none;
}

a.menu-link:hover, a.menu-link:active {
	color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
}



.hero-font {
	font-size: 10vw;
}

.social-icon {
	width: 2rem;
}

.r18-hr {
	border-top: 1px solid red;
	text-align: center;
}
.r18-hr:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -1.5rem;
	padding: 0 10px;
	background: transparent;
	color: red;
	font-size: 2rem;
}

.ts-05 {
	font-size: 0.5rem;
}
.ts-08 {
	font-size: 0.8rem;
}

.modal {
	z-index: 2010;
	display: block;
	border: white 1px solid;
	background-color: black;

	width: 100vw;
	height: 100vh;
	max-width: 20rem;
	max-height: 16rem;

	opacity: 1;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
}

.modal-container {
	z-index: 2000;
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 1;
	
	top: 0;
	left: 0;
	
	display: block;
}

.b0 {
	bottom: 0;
}

.btn-confirm {
	width: 50%;
	max-width: 50%;
}

.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}