/* reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a,a:hover,li:hover{text-decoration:none}b{font-weight:700}i{font-style:italic}::-webkit-input-placeholder{color:#666666;font-size:13px}:-moz-placeholder{color:#666666;font-size:13px}::-moz-placeholder{color:#666666;font-size:13px}:-ms-input-placeholder{color:#666666;font-size:13px}::-moz-placeholder {color:#666666;font-size:13px;}:-ms-input-placeholder { color:#666666;font-size:13px;}:-moz-placeholder { color:#666666;font-size:13px;}
.w10,.w15,.w20,.w25,.w30,.w33,.w35,.w45,.w50,.w60,.w65,.w70,.w75,.w80,.w90{float:left}.w100{width:100%}.w90{width:90%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w50{width:50%}.w45{width:45%}.w40{width:40%;float:left}.w35{width:35%}.w30{width:30%}.w33{width:33.3333%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.c0,.c10,.c100,.c15,.c150,.c20,.c200,.c25,.c30,.c5,.c50,.c60,.c70,.c80,.c90{width:100%;clear:both}.c5{height:5px}.c10{height:10px}.c15{height:15px}.c20{height:20px}.c25{height:25px}.c30{height:30px}.c40{width:100%;clear:both;height:40px}.c50{height:50px}.c60{height:60px}.c70{height:70px}.c80{height:80px}.c90{height:90px}.c100{height:100px}.c150{height:150px}.c200{height:200px}
/* clear */
.c0,.c10,.c100,.c15,.c150,.c20,.c200,.c25,.c30,.c5,.c50,.c60,.c70,.c80,.c90{width:100%;clear:both}.c5{height:5px}.c10{height:10px}.c15{height:15px}.c20{height:20px}.c25{height:25px}.c30{height:30px}.c40{width:100%;clear:both;height:40px}.c50{height:50px}.c60{height:60px}.c70{height:70px}.c80{height:80px}.c90{height:90px}.c100{height:100px}.c150{height:150px}.c200{height:200px}
a{
	color: inherit;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: color;
}
*{outline: none!important;}

::-webkit-scrollbar {
	width:1em;
	width:10px;
	height:10px
}
::-webkit-scrollbar-track {
	background: #000;
	-webkit-box-shadow:inset 0 0 6px rgba(200,200,200,0.5);
	width:5px
}
::-webkit-scrollbar-thumb {
	background-color:#6514cd;
	outline:1px solid #6514cd;
	width:5px
}

.btn{
	display: inline-block;
	padding: 0 30px;
	line-height: 2.5rem;
	font-size: 1rem;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	transition: all 0.3s;
}
.btn.btn-filled{
	color: #fff;
	background: #6514cd;
	border: 2px solid #6514cd;
}
.btn.btn-filled-white{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
.btn.btn-filled:hover{
	color: #6514cd;
	background: transparent;
}
.btn.btn-filled-white:hover{
	color: #131313;
	background: #fff;
}
/* ======================================  ------------------------------------- body !! */
body{
	font-family: 'Poppins', sans-serif!important;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #474747;
  background: #fff;
	overflow-x: hidden;
}
.container{
	width: 100%;
	max-width: 1366px;
	padding: 0;
  margin: 0 auto;
	position: relative;
  box-sizing: border-box;
}
.section{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.container:after,
.section:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
	height: 0px;
}

.path{
	font-size: 13px;
    color: #fff;
	z-index: 3;
}
.path a{
	
}
.path a:hover{
	color: #131313;
}
#menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
}
#menu.shadow{
	background: rgb(0 0 0 / 100%);
	box-shadow: 0 0 10px #0000000d;
}
#menu ul{
	display: block;
	text-align: right;
}
#menu ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
#menu ul li::after{
	position: absolute;
	top: 52%;
	right: 0px;
	width: 1px;
	height:10px;
	background: #000;
	content: '';
	opacity: 0.2;
	transform: translateY(-50%);
}
#menu ul li:last-child{
	padding-right: 0;
}
#menu ul li:last-child::after{
	display: none;
	content: none;
}
#menu ul li a{
	display: block;
	padding: 15px 30px;
	height: 60px;
	line-height: 60px;
	transition: all 0.3s;
}
#menu ul li a:hover{
	color: #6514cd;
	padding: 20px 30px 10px 30px;
}
#menu .actv a{
	color: #6514cd;
}
#slider{
	position: relative;	
	width:100%;
	height: 100vh;
	background: transparent;
}
#slider::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	content: '';
}
#slider.subpage{
	height: 300px;
}
#slider > div{
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
#slider > div.logo{
    position: absolute;
    text-align: left;
    top: 5px;
    left: 0;
    right: 0;
    transform: translateY(0);
    pointer-events: none;
	filter: invert(1);
	z-index: 998;
}
#slider > div.logo img{
	height: 130px;
}
#slider.subpage > div{
	top: 60%;
	z-index: 3;
}
#slider h1{
    font-size: 5rem;
    line-height: 6rem;
	color: #fff;
    text-shadow: 0 0 10px #000000;
}
#slider.subpage h1{
	font-size: 4rem;
    line-height: 5rem;
}
#slider h2{
	font-size: 1.5rem;
    line-height: 2rem;
	opacity: 0.8;
	color: #fff;
    text-shadow: 0 0 10px #000000;
}

#quote,
#bottom{
	background: whitesmoke;
	padding: 80px 0;
	text-align: center;
}
h3.headling{
	position: relative;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding: 25px 0;
	margin-bottom: 25px;
}
h3.headling mark{
    background: transparent;
    display: block;
    text-transform: initial;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.7;
    font-weight: 400;
}
h3.headling::before{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 40px;	
    content: '';
    height: 40px;
	background: url(../img/arrowd.png) center center no-repeat, whitesmoke;
    margin: 0 auto;
	z-index: 4;
	transform: translateY(50%);
}
#content h3.headling::before,
#content2 h3.headling::before{
	background: url(../img/arroww.png) center center no-repeat, #fff;
}
h3.headling::after{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    max-width: 180px;
    content: '';
    height: 1px;
    border-top: 2px dotted #d5d5d5;
    margin: 0 auto;
}
#quote p{
	display: block;
	max-width: 900px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 0.95rem;
	line-height: 2rem;
	padding: 5px 0;
	opacity: 0.8;
}
#quote p b{
	font-weight: 500;
}
#quote a.btn{
	margin-top: 35px;
	margin-bottom: 20px;
}


#creator{
	text-align: center;
	background: rgba(0,0,0,0.4);
}
#creator a{
	display: block;
	padding: 200px 0;
}
#creator p{
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 2rem;
}
#creator p b{
	font-weight: 400;
	font-size: 1.75rem;
}

#creator em{
	margin-top: 35px;
}

#bottom{
	text-align: center;
}
#bottom div > a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin: 15px;
	padding: 25px;
	border: 1px solid #dddddd;
	transition: all 0.3s;
}
#bottom div > a:hover{
	border: 1px solid #6514cd;
}
#bottom div > a img{
	width: 100%;
    height: 24px;
    opacity: 0.6;
    object-fit: scale-down;
	margin: 10px 0 5px 0;
    margin-bottom: 15px;
}
#bottom div > a hr{
	display: block;
    width: 30px;
    height: 2px;
    background: #6514cd;
    border: none;
    margin: 15px auto 10px auto;
}
#bottom div > a h5{
	color: #6514cd;
}
#bottom div > a h6{
	font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    opacity: 0.8;
}
#bottom p{
	margin-top: 30px;
}
#bottom p a{
	display: inline-block;
	padding: 5px;
	opacity: 0.6;
	transition: all 0.3s;
}
#bottom p a:hover{
	opacity: 1;
}
#bottom p a img{
	height: 32px;
}

#footer{
	padding: 30px 0;
	background: #353535;
}
#footer .left{
	float: left;
	text-align: left;
}
#footer .right{
	float: right;
	text-align: right;
}
#footer p{
    color: #b9b9b9;
    display: inline-block;
    line-height: 20px;
    font-size: 0.9rem;
    font-weight: 300;
}
#footer p a{
	position: relative;
	padding-left: 21px;
	margin-left: 20px;
}
#footer p a:first-child{
	padding: 0;
	margin: 0;
}
#footer p a:first-child::before{
	display: none;
	content: none;
}
#footer p a::before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 1px;
	height: 10px;
	opacity: 0.2;
	background: #fff;
	transform: translateY(-50%);
}
#footer p a:hover{
	color: #6514cd;
}



#content,
#content1,
#content2{
	text-align: center;
	padding: 60px 0 90px 0;
}

#about .left{
	width: 50%;
	float: left;
	position: relative;
}
#about .left::before{
	position: absolute;
	display: block;
	content: '';
	height: 390px;
    width: 315px;
	background: #6514cd;
	bottom: -15px;
	right: 40px;
}
#about .left img,
#contact img{
	position: relative;
	margin-right: 50px;
    float: right;
    height: 390px;
    width: 315px;
    object-fit: cover;
	z-index: 3;
	margin-top: -10px;
}
#about .right{
	width: 50%;
	float: left;
}
#about .right p{
	text-align: left !important;
    max-width: 400px;
    margin: 0 0 0 30px;
}


#harry{
	text-align: center;
	margin: 30px 0;
}
#harry div{
	position: relative;
	display: inline-block;
	width: 315px;
	margin-right: 10px;
}
#harry img{
	position: relative;
	height: 300px;
    width: 100%;
    object-fit: cover;
	z-index: 3;
}
#harry div::before{
	position: absolute;
	display: block;
	content: '';
	height: 300px;
    width: 315px;
	background: #6514cd;
	bottom: -15px;
	right: -10px;
}
#harry small{
	margin-top: 25px;
	font-size: 12px;
	display: block;
}
#content p,
#content1 p,
#content2 p{
	display: block;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 2rem;
    padding: 5px 0;
    opacity: 0.8;
}

#content p b,
#content1 p b,
#content2 p b{
	font-weight: 500;
}

#content1{
	background: whitesmoke;
}

#avt{
	text-align: center;
}
#avt div{
	display: inline-block;
	vertical-align: top;
	margin: 10px 25px;
	width: 40%;
}

#avt div span{
	display: inline-block;
    width: 180px;
    height: 180px;
    background: #6514cd;
    border-radius: 50%;
}
#avt div span mark{
	display: block;
    background: transparent;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    padding-top: 45px;
}
#avt div span em{
	color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
}
#avt div h4{
	font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 15px;
    font-weight: 500;
}
#avt div small{
	display: block;
    opacity: 0.5;
    font-weight: 300;
}
#avt div h6{
	padding-top: 30px;
    max-width: 400px;
    margin: 0 auto;
    display: block;
	font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
    font-weight: 300;
}


#warsz{
	
}
#warsz h3{
	font-weight: 600;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
#warsz .row{
	max-width: 960px;
	margin: 20px auto;
}
#warsz .cell{
	position: relative;
	width: 50%;
	float: left;
	height: 300px;
}
#warsz img{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

#warsz .row.l .cell > div{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5px 0 5px 50px;
	transform: translateY(-50%);
	text-align: left!important;
}
#warsz .row.r .cell > div{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5px 50px 5px 0;
	transform: translateY(-50%);
	text-align: right!important;
}


#contact img{
	float: none;
	margin-right: 15px;
}
#contact{
	position: relative;
	width: 400px;
    margin: 0 auto;
}
#contact::before{
    position: absolute;
    display: block;
    content: '';
    height: 390px;
    width: 315px;
    background: #6514cd;
    bottom: -15px;
    right: 40px;
}
#mobileMenu {
  display: none;
}

@media (max-width: 768px) {
  #mobileMenu {
    display: block;
	float: right;
	background: rgba(255, 255, 255,0.7);
	z-index: 999;
	position: relative;
  }
  #menu > ul.container {
    display: none;
  }
#mobileMenu summary::-webkit-details-marker {
  display: none;
}

#mobileMenu .container li {
	width: 100vw;
	box-sizing: border-box;
	display: block;
	color: #131313;
	margin-top: 10px;
	text-align: center;
    font-weight: bold;
}
#mobileMenu summary {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	background: rgba(255, 255, 255,0.5);
	color: rgb(166, 6, 172);
	font-size: large;
	padding: 10px;
	border-radius: 0 0 0 10px;
	box-shadow: -2px 2px 8px rgba(0,0,0,0.08);
	list-style: none;
}
#mobileMenu[open] summary {
	right: 0;
}
#mobileMenu .dropdown-content {
	margin-top: 50px;
}
#mobileMenu .dropdown-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#mobileMenu[open] .dropdown-content {
	max-height: 1000px;
	transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#bottom div > a {
	display: inline-block;
	vertical-align: top;
	width:50%;
	background: #fff;
	margin: 15px;
	padding: 25px;
	border: 1px solid #dddddd;
	transition: all 0.3s;
	overflow-wrap: break-word;
}
}
























