/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#111;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
  
}

.content {
position:absolute;
top:35%;
left:25%;
}

.content__title {
	font-family: mono45-headline, monospace;
	font-size: 13vw;
	line-height: 1;
	color: #fff;
	max-width: 50vw;
	font-weight: 400;
	margin: 0;
	align-self: center;
	pointer-events: none;
}

.content__title--centered {
	text-align: center;
	justify-self: center;
}

.content__title--style-1 {
	font-family: new-order, sans-serif;
	font-weight: 400;
	font-size: 10vw;
	line-height: 0.85;
	background: linear-gradient(90deg, #e9a680 0%,#992d46 50%, #064cb5 100%);;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.content__title--style-2 {
	font-family: bely-display, serif;
	font-weight: 400;
	font-size: 10vw;
	opacity: 0.7;
	line-height: 0.8;
}
.gujname{
	font-family: 'Rasa', sans-serif;
}
.hindiname{
	font-family: 'Noto Sans', sans-serif;
	font-size:32px;
	display:inline-block;
	margin-right:15px;
}
.engname{
	font-family: 'Poppins', sans-serif;
	font-size:32px;
	display:inline-block;
	padding-left:15px;
}

.morelink{
	position:absolute;
	z-index:999;
	bottom:10px;
	left:0px;
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
}
.morelink a{
	color:#fff;
	
}
@media screen and (max-width: 650px) {
	.content__title--style-2 {
		font-size: 20vw;
		line-height:25vw;
		text-align:center;
	}
	.hindiname, .engname{
		font-size: 5vw;
		line-height:8vw;
		display:block;
		padding-left:0px;
		margin-right:0px;
	}
	.hide{
		display:none;
	}
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
}
