@font-face {
   font-family: 'Siddhanta';
   src: url('fonts/Siddhanta.eot');
   src: url('fonts/Siddhanta.eot?#iefix') format('embedded-opentype'),
       url('fonts/Siddhanta.woff2') format('woff2'),
       url('fonts/Siddhanta.woff') format('woff'),
       url('fonts/Siddhanta.svg#Siddhanta') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

:root {  
--path: url("https://bauddhartha.com");
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

html,body { height: 100%; margin: 0px; padding: 0px; }

body 
{
	margin-top: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgba(220, 220, 220, 0.8);
	height: 100%;
	background: rgb(87,19,87);
	background: linear-gradient(90deg, rgba(77,49,106,1) 0%, rgba(55,67,111,1) 100%);
	text-align: center;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	body {
		margin-top: 25px;
	}
	
}


@media screen and (max-width: 767px) {
	
	body {
		margin-top: 0px;
	}
	
}

#main {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width: 950px;
	background: linear-gradient(180deg, rgba(128,45,127,0.3) 0%, rgba(55,67,111,0.3) 100%);
	position: relative;
	border: 1px solid rgba(204, 204, 255, 0.2);
	background-clip: padding-box;
	overflow: hidden;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#main {
		width: 768px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#main {
		width: 100%;
	}
	
}

#head {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 200px;
	line-height: 200px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#head {
		width: 100%;
		height: 150px;
		line-height: 150px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#head {
		width: 100%;
		height: 100px;
		line-height: 100px;
	}
	
}

#banner {
	text-align: center; margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 100%; 
	height : 157px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#banner {
		width: 500px;
		height: 120px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#banner {
		width: 350px;
		height: 84px;
	}
	
}

#loggo {
	vertical-align: middle;
	box-sizing: border-box;
	width: 657px;
	height: 157px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#loggo {
		width: 400px;
		height: 96px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#loggo {
		width: 280px;
		height: 67px;
	}
	
}

#motto {
	font-family: 'Source Sans Pro', sans-serif;
	color: #aaaaaa;
	font-size : 11px;
	position: absolute;
	width: 100%; 
	height : 157px;
	top : 65px; 
	left : 82px;
}

@media screen and (max-width: 950px) {
	
	#motto {
		display : none;
	}
	
}

#content {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: relative;
}

#lang {
	text-align: center; margin: 0px auto;
	width: 36px;
	height: 36px;
	padding: 0px;
	position:absolute;
	top: 75px;
	right: 30px;
	z-index : 2;
}
#lang:hover {
	cursor: pointer;
}

#arthaImageLangTR {
	width: 36px;
	height: 36px;
}

#arthaImageLangEN {
	width: 36px;
	height: 36px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
		
	#lang {
		width: 30px;
		height: 30px;
		top: 55px;
		right: 30px;
	}
	
	#arthaImageLangTR {
		width: 30px;
		height: 30px;
	}
	
	#arthaImageLangEN {
		width: 30px;
		height: 30px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#lang {
		width: 20px;
		height: 20px;
		top: 25px;
		right: 10px;
	}
	
	#arthaImageLangTR {
		width: 20px;
		height: 20px;
	}
	
	#arthaImageLangEN {
		width: 20px;
		height: 20px;
	}
	
}

#arthaAvatar {
	text-align: center; margin: 0px auto;
	padding: 0px;
	position:absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	right: 20px;
	z-index : 2;
}

#arthaImageLogin {
	min-width: 60px!important;
	min-height: 60px!important;
	max-width: 60px;
	border-radius: 60px;
}

#arthaImageAvatar {
	min-width: 60px!important;
	min-height: 60px!important;
	max-width: 60px;
	border-radius: 60px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
		
	#arthaAvatar {
		width: 50px;
		height: 50px;
		top: 10px;
		right: 20px;
	}
	
	#arthaImageLogin {
		min-width: 50px!important;
		min-height: 50px!important;
		max-width: 50px;
		border-radius: 50px;
	}
	
	#arthaImageAvatar {
		min-width: 50px!important;
		min-height: 50px!important;
		max-width: 50px;
		border-radius: 50px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#arthaAvatar {
		width: 20px;
		height: 20px;
		top: 0px;
		right: 10px;
	}
	
	#arthaImageLogin {
		min-width: 20px!important;
		min-height: 20px!important;
		max-width: 20px;
		border-radius: 20px;
	}
	
	#arthaImageAvatar {
		min-width: 20px!important;
		min-height: 20px!important;
		max-width: 20px;
		border-radius: 20px;
	}
	
}

.spanda {
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: -1;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	.spanda {
		left: -150px;
		top: 60px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.spanda {
		left: -150px;
		top: 30px;
	}
	
}