@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;700&display=swap);

body{
	font-family:Assistant,sans-serif;
	background:#fff;
	margin:0;
	direction:rtl;
}

input,textarea,button{
	outline:none;
	font-family:Assistant,sans-serif;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="file"],
textarea{
	background:url('/img/input.png');
	background-size:100% 100%;
	border:none;
	font-size:17px;
	width:100%;
	padding:15px;
	resize:none;
	text-align:right;
	height:52px;
}

.btn{
	background:url(/img/btn.png);
	background-size:100% 200%;
	border:none;
	cursor:pointer;
	font-size:26px;
	color:#fff!important;
	font-weight:bold;
	padding:6px 40px 8px;
	text-decoration:none;
}

.btn:hover{
	background-position-y:-100%;
}

.header{
	padding-top:16px;
	display:inline-block;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}

.header>img{
	width:220px;
	float:left;
	cursor:pointer;
}

.header nav{
	float:right;
	font-size:23px;
	margin-top:20px;
	background:url('/img/top-menu.png') left top no-repeat;
	background-size:auto 100%;
	padding:0 160px 0 50px;
	position:relative;
}

.header nav>img{
	float:right;
	height:40px;
	margin:20px 0 0 200px;
	cursor:pointer;
	transition:opacity 0.2s ease;
}

.header nav>img:hover{
	opacity:0.8;
}

.header nav:before{
	content:"";
	background:url(/img/leaf-menu.png) no-repeat;
	width:146px;
	height:161px;
	display:inline-block;
	position:absolute;
	right:0;
	top:10px;
}

.header nav a{
	text-decoration:none;
	color:#000;
	float:left;
	display:inline-block;
	margin:24px 10px 23px 2px;
	transition:color 0.2s ease;
}

.header nav a.active{
	font-weight:bold;
}

.header nav a:not(:nth-child(2)):after{
	content:"|";
	margin-right:10px;
	cursor:default;
	color:#000;
	font-weight:normal;
}

.header nav a:hover{
	color:#ca6745;
}

.header button{
	display:none;
	background:url(/img/bars.png) center center no-repeat;
	background-size:cover;
	width:25pt;
	height:25pt;
	border:none;
	position:fixed;
	top:20pt;
	right:15pt;
	z-index:998;
	transition:all 0.2s ease;
}

.header .mobile{
	display:none;
}

.content{
	width:100%;
	border-collapse:collapse;
	margin-top:140px;
}

.side-menu{
	vertical-align:top;
	width:240px;
	padding:120px 20px 0 0;
}

.side-menu span{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.side-menu b{
	font-weight:normal;
	font-size:23px;
	float:right;
}

.side-menu a{
	text-decoration:none;
	float:right;
	color:#000;
	font-size:19px;
	margin:3px 6px 0 0;
	transition:color 0.2s ease;
}

.side-menu a:hover{
	color:#ca6745;
}

.side-menu a.active{
	font-weight:bold;
}

h1.title{
	font-size:100px;
	margin:25px 0 70px;
	line-height:80px;
}

h2.title{
	font-size:70px;
	margin:0 0 20px;
}

.page{
	vertical-align:top;
	padding-bottom:50px;
}

.page ol li{
	margin-bottom:20px;
}

.page .block-left>p,
.page .block-right>p{
	font-size:20px;
	line-height:25px;
}

.page .block-right>p>a{
	text-decoration:none;
	color:#ca6745;
	transition:color 0.2s ease;
}

.page .block-right>p>a:hover{
	color:#a14221;
}

.main-text{
	margin-top:-40px;
	font-size:24px;
	width:400px;
}

.main-btn{
	padding:20px 240px 0 0;
}

.cnt-form{
	padding:100px 0 0 50px
}

.comment{
	margin-right:50px;
	display:table;
}

.footer{
	text-align:right;
	padding:0 25px 25px 0;
}

.footer span{
	display:inline-block;
	width:197px;
	font-weight:bold;
	font-size:16px;
}

.footer span a{
	float:left;
	width:30px;
	height:30px;
	margin:-10px 8px 0 0;
	transition:background-position 0.2s ease;
}

.footer span .fb{
	background:url('/img/icon-fb.png') left top no-repeat;
	background-size:cover;
}

.footer span .ig{
	background:url('/img/icon-ig.png') left top no-repeat;
	background-size:cover;
}

.footer span a:hover{
	background-position-y:-30px;
}

.footer p{
	margin:5px 0 0;
	font-size:15px;
	font-weight:bold;
}

.block-right{
	float:right;
	display:inline-block;
	width:50%;
}

.block-left{
	float:left;
	display:inline-block;
	width:50%;
	position:relative;
}

.block-left>video{
	position:absolute;
	display:none;
	pointer-events:none;
}

.block-left>video::-webkit-media-controls{
	display:none;
}

.user-login{
	background-image:url('/img/image-3.jpg');
	background-size:cover;
	width:700px;
	margin-right:160px;
	display:inline-block;
}

.user-login div{
	background:#fff;
	margin:100px;
	padding:20px 80px;
	text-align:center;
}

.user-login>div>ul{
	margin:0;
	padding:0;
	text-align:right;
	font-size:14pt;
	color:#ff1414;
	font-weight:bold;
}

.user-login label{
	display:block;
	font-weight:bold;
	font-size:17px;
	margin:20px 0 2px;
	text-align:right;
}

.user-login span{
	display:block;
	padding:20px 0;
}

.user-login a{
	text-decoration:none;
	color:#000;
	transition:color 0.2s ease;
	font-size:17px;
	margin:0 8px;
}

.user-login a:hover{
	color:#ca6745;
}

.user-login h1{
	color:#d35932;
	font-size:19px;
	margin:0;
}

.go-back{
	margin:0;
	display:table;
}

.go-back label{
	background:none;
	border:none;
	font-size:17px;
	font-weight:bold;
	cursor:pointer;
	margin-right:10px;
}

.go-back label:hover{
	text-decoration:underline;
}

.contact{
	display:inline-block;
}

.contact>span{
	float:right;
	width:48%;
	margin:1%;
}

.contact.full>span{
	width:98%;
}

.contact label{
	display:inline-block;
	font-weight:bold;
	padding-right:10px;
	margin-top:10px;
	width:100%;
}

span.required label:after{
	content:"*";
	color:#f00;
	margin-right:3px;
}

.contact textarea{
	height:90px;
}

.events{
	display:inline-block;
	width:840px;
}

.events button{
	float:right;
	border:none;
	background:url(/img/btn-event.png) left top no-repeat;
	background-size:100% 200%;
	color:#986e5d;
	font-weight:bold;
	font-size:30px;
	width:180px;
	height:180px;
	cursor:pointer;
	margin:0 0 15px 15px;
	transition:color 0.2s ease;
}

.events button:hover{
	background-position-y:100%;
	color:#fff;
}

.total{
	display:block;
	width:400px;
	margin:10px;
	border-top:1px solid #000;
	margin-top:40px;
	font-size:20px;
}

.total>b{
	display:block;
	margin:10px 0;
}

.total nav{
	font-weight:bold;
	border-top:1px solid #000;
	padding-top:20px;
}

.total nav b{
	float:left;
	font-size:34px;
	margin:-12px 0;
}

.songs,.videos{
	float:right;
}

.songs{
	width:270px;
	position:relative;
}

.songs>div{
	overflow-y:hidden;
	height:685px;
}

.songs h1{
	text-align:center;
	font-size:30px;
	width:210px;
	margin:40px 0 25px;
}

.songs nav{
	display:inline-block;
	width:12px;
	position:absolute;
	right:-30px;
	top:50%;
	margin-top:-33px;
}

.songs nav hr{
	width:12px;
	height:12px;
	margin:0 0 10px;
	float:left;
	background-color:#d9dccc;
	border:none;
	border-radius:50%;
	cursor:pointer;
}

.songs nav hr.active{
	background-color:#899a7e;
}

.songs span{
	width:215px;
	display:inline-block;
	background:url('/img/btn-song.png') left top no-repeat;
	background-size:100% 200%;
	height:105px;
	cursor:pointer;
	margin-bottom:10px;
	position:relative;
}

.songs span.active{
	background-position-y:100%;
}

.songs span table{
	height:100%;
	width:150px;
	margin-right:15px;
	font-weight:bold;
	font-size:18px;
}

.songs span button{
	background:url('/img/play-btn.png') left top no-repeat;
	background-size:100% 200%;
	border:none;
	width:36px;
	height:36px;
	position:absolute;
	top:35px;
	left:15px;
	cursor:pointer;
	transition:opacity 0.2s ease;
}

.songs span button.playing{
	background-position-y:100%;
}

.songs span button:hover,
.videos span button:hover{
	opacity:0.8;
}

.videos{
	width:830px;
}

.videos h1{
	width:764px;
	text-align:center;
	font-size:80px;
	margin:0 0 30pt;
}

.videos div{
	overflow-y:hidden;
	height:710px;
}

.videos div span{
	border:2px solid #e7e7e7;
	width:240px;
	height:332px;
	display:inline-block;
	background-size:cover;
	background-position:center;
	margin:0 25px 25px 0;
	float:right;
	cursor:pointer;
	position:relative;
}

.videos div span.active{
	border-color:#e9bfb0;
	opacity:0.5;
}

.videos nav{
	text-align:center;
	padding-top:15px;
}

.videos nav hr{
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px;
	background-color:#d0b8af;
	border:none;
	border-radius:50%;
	cursor:pointer;
}

.videos nav hr.active{
	background-color:#d08b74;
}

.videos span button{
	background:url('/img/play-video.png') center no-repeat;
	background-size:cover;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	border:none;
	position:absolute;
	transition:opacity 0.2s ease;
}

#preview{
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:100%;
}

#preview video{
	height:80%;
	margin-top:6%;
}

#preview button{
	position:absolute;
	font-size:30px;
	color:#fff;
	background:rgba(255,255,255,0.2);
	border:1px solid #fff;
	padding:0 20px 4px;
	right:10px;
	top:10px;
	border-radius:5px;
	cursor:pointer;
}

#preview button:hover{
	opacity:0.7;
}

.error{
	border-bottom:1px solid #f00!important;
}

#alert{
	position:fixed;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}

#alert nav{
	background:url(/img/success.png) center no-repeat;
	background-size:100% 100%;
	width:500px;
	text-align:left;
	padding:40px 100px 0;
	margin-top:10%;
}

#alert h1{
	font-size:68px;
	margin:0;
	text-align:right;
}

#alert h2{
	font-size:21px;
	margin:0;
	text-align:right;
}

#alert button{
	margin:40px 0;
}

.account-details{
	float:right;
	width:280px;
}

.account-details img{
	width:50px;
	height:50px;
}

.account-details p{
	font-size:20px;
	width:250px;
}

.account-board{
	float:right;
	width:900px;
}

[data-board="data"]>img{
	position:absolute;
	cursor:pointer;
	right:466px;
	margin-top:35px;
	width:30px;
	height:30px;
}

[data-board="data"]>img:hover{
	opacity:0.8;
}

.account-board>nav{
	display:inline-block;
	width:92%;
	padding-right:15px;
}

.account-board>nav button{
	background-color:#e5d6bd;
	border:none;
	font-size:20px;
	float:right;
	border-radius:6px 6px 0 0;
	padding:2px 8px 3px;
	cursor:pointer;
}

.account-board>nav button.active{
	background-color:#f8ebd6;
	font-weight:bold;
}

[data-board]{
	background-color:#f8ebd6;
	float:right;
	border-radius:6px;
	width:100%;
	position:relative;
}

[data-board="data"] h1{
	font-size:23px;
	margin:30px 40px 0;
}

[data-board="data"] h2{
	font-size:23px;
	font-weight:normal;
	margin:0 40px 0;
}

[data-board="data"] h3{
	font-size:19px;
	font-weight:normal;
	margin:0 40px 0;
}

[data-board="data"] span{
	display:inline-block;
	width:470px;
	background-color:#fffcf8;
	/*background-color:#d6896f;*/
	margin-right:45px;
}

[data-board="data"] p{
	font-size:18px;
	margin:0 45px 20px;
}

[data-board="data"] p a{
	text-decoration:none;
	color:#b74018;
}

[data-board="data"] p a:hover{
	text-decoration:underline;
}

[data-board="data"] span i{
	background-color:#f8ebd6;
	display:inline-block;
	width:100%;
	font-size:23px;
	font-style:normal;
	font-weight:normal;
	border-radius:60px 0 0 0;
	padding:14px 0;
}

[data-board="data"] textarea{
	background:#fffcf8;
	/*background:#d6896f;*/
	border-radius:40px 40px 40px 0;
	font-size:23px;
	margin:15px 25px 0;
	width:490px;
	padding:20px 20px 20px 45px;
	outline:none;
	resize:none;
	height:400px;
}

[data-board="data"] .btn{
	margin:10px 40px 40px;
}

[data-board="guests"]{
	overflow:hidden;
}

[data-board="guests"]>a{
	text-decoration:none;
	color:#000;
    background:#fff left 5px center no-repeat;
    background-size:auto 65%;
    border:1px solid #ada290;
    font-size:17px;
    padding:3px 9px 5px 30px;
    float:left;
    margin:12px 0 0 10px;
    border-radius:4px;
    cursor:pointer;
    transition:background-color 0.2s ease;
}

[data-board="guests"]>a.xls{
	background-image:url(/img/icon-excel.png);
}

[data-board="guests"]>a.delete{
	background-image:url(/img/icon-delete.png);
}

[data-board="guests"]>a:hover{
	background-color:#e7e7e7;
}

[data-board="guests"] table{
	border-collapse:collapse;
	width:100%;
	border-bottom:2px solid #e5d6bd;
}

[data-board="guests"] thead{
	background-color:#e5d6bd;
}

[data-board="guests"] thead th{
	padding:4px 10px 5px;
}

[data-board="guests"] td{
	border:3px solid #e5d6bd;
	border-top:none;
	border-bottom:none;
	padding:5px;
	position:relative;
}

[data-board="guests"] td select,
[data-board="guests"] td input{
	border:none;
	background:none;
	outline:none;
	width:100%;
	text-align:center;
	height:auto;
	padding:0;
}

[data-board="guests"] td button{
	background:none;
	border:none;
	font-weight:bold;
	cursor:pointer;
	color:#ca6747;
	padding:0;
	font-size:16px;
}

[data-board="guests"] td button:hover{
	text-decoration:underline;
}

[data-board="guests"] .even{
	background-color:#fcf3e5;
}

[data-board="guests"] .new{
	background-color:#deb9ac;
}

[data-board="guests"] td>i{
	font-style:normal;
}

[data-board="guests"] td>hr{
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	border:none;
	margin:10px 3px;
	background:url(/img/edit.png) no-repeat;
	background-size:cover;
	width:12px;
	height:12px;
}

[data-board="guests"] td>hr:hover{
	opacity:0.8;
}

.dataTables_length,
.dataTables_info,
.paginate_button.previous,
.paginate_button.next{
	display:none;
}

.dataTables_filter{
	font-size:18px;
	font-weight:bold;
	padding:14px;
}

.dataTables_filter input{
	background:none;
	border:none;
	border-bottom:1px solid #000;
	width:200px;
	font-size:18px;
}

.dataTables_paginate{
	text-align:center;
	padding:10px;
	background-color:#fff;
}

.paginate_button{
	font-size:0;
	background-color:#c7bfb4;
	cursor:pointer;
	width:12px;
	height:12px;
	margin:0 3px;
	display:inline-block;
	border-radius:50%;
}

.paginate_button.current{
	background-color:#d6896f;
}

[data-board="guests"]>span{
	margin-top:-20px;
	color:#d6896f;
	background-color:#fff;
	display:block;
	font-weight:bold;
	font-size:16px;
	padding-right:65%;
}

.thank-you{
	font-size:40px;
	padding-top:80px;
	width:50%;
}

@media only screen and (max-width:800px){
	.footer{
		padding:5%;
		text-align:center;
	}

	.header{
		position:fixed;
		left:0;
		top:0;
		padding:5pt 0;
	}

	.header>img{
		width:40%;
	}

	.header>nav{
		background:url(/img/menu-bgr.png) right top no-repeat;
		background-size:100% 100%;
		width:70%;
		height:100%;
		padding:40pt 0 0;
		margin:0;
		position:fixed;
		top:0;
		right:-70%;
		z-index:997;
		transition:right 0.2s ease;
	}

	.header.active>nav{
		right:0;
	}

	.header.active button{
		transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
	}

	.header>nav:before{
		display:none;
	}

	.header>nav>img{
		display:none;
	}

	.header .mobile img{
		position:absolute;
		left:20pt;
		top:15pt;
	}

	.header .mobile img:hover{
		opacity:0.8;
	}

	.header>nav>a{
		display:none;
	}

	.header>nav .mobile{
		display:block;
	}

	.header>nav .mobile a{
		display:block;
		float:none;
		margin:20pt 20pt 0 0;
	}

	.header>nav a:after{
		display:none;
	}

	.header button{
		display:inline-block;
	}

	.content{
		margin-top:50pt;
	}

	.side-menu{
		display:none;
	}

	.page{
		width:90%;
		padding:5%;
	}

	.block-right,
	.block-left{
		width:100%!important;
		text-align:center;
	}

	.block-right>img,
	.block-left>img{
		margin:0 0 5%!important;
	}

	.btn{
		font-size:16pt;
	}

	h1.title,
	h2.title{
		margin:0;
		text-align:center;
		font-size:35pt;
		line-height:35pt;
	}

	.main-text{
		margin-top:20pt;
		font-size:16pt!important;
		line-height:20pt!important;
		text-align:center;
		width:100%;
	}

	ol{
		padding:0 5%;
	}

	.cnt-form{
		padding:0;
	}

	.comment{
		margin:10pt 6% 20pt;
		display:block;
	}

	.main-btn{
		text-align:center;
		padding:20pt 0 40pt
	}

	.events{
		text-align:center;
		width:100%;
	}

	.events button{
		margin:3% 4% 0 0;
		width:45%;
		height:110pt;
		font-size:17pt;
	}

	.songs,.videos{
		width:100%;
		float:none;
	}

	.songs>div{
		height:530pt;
	}

	.songs h1,
	.videos h1{
		margin:10pt 0;
		width:100%;
		font-size:23pt;
	}

	.songs span{
		width:80%;
		margin:0 10% 10pt;
	}

	.songs nav{
		right:0;
	}

	.videos div{
		height:1870pt;
	}

	.videos div span{
		width:90%;
		margin:0 5% 10pt 0;
		height:300pt;
	}

	.videos>p{
		text-align:center;
		padding:0 0 20pt!important;
	}

	form.contact,
	.contact.full,
	.block-left>p{
		width:100%!important;
	}

	form.contact>span,
	.total{
		width:100%;
	}

	form.contact>p{
		text-align:center;
		padding-top:5pt!important;
	}

	.total{
		font-size:12pt;
		text-align:right;
		margin:20pt 0;
	}

	#alert nav{
		width:100%;
		padding:0;
		text-align:center;
	}

	#alert h1{
		font-size:26pt;
		text-align:center;
		padding:30pt 0 5pt;
	}

	#alert h2{
		font-size:16pt;
		text-align:center;
		padding:0 40pt;
	}

	#alert button{
		margin:13pt 0 20pt;
	}

	.user-login{
		width:100%;
		margin:20pt 0;
	}

	.user-login div{
		padding:1pt 15pt;
		margin:20pt;
		background-color:rgba(255,255,255,0.9);
	}

	.user-login label{
		margin:10pt 0 3pt;
	}

	.user-login>div>.btn{
		margin-bottom:10pt;
	}

	.user-login h1{
		font-size:13pt;
		margin:5pt 0 0;
	}

	#preview video{
		margin-top:20%;
		width:80%;
		height:auto;
	}

	.account-details{
		width:100%;
	}

	.account-details p{
		width:100%;
	}

	.account-board{
		width:100%;
	}

	[data-board="data"]{
		padding-top:5%;
	}

	[data-board="data"] nav{
		width:80%;
		margin:5%;
		padding:5%;
		border-radius:20pt;
		font-size:16pt;
	}

	[data-board="data"] span{
		width:100%;
		margin:0;
		background:none;
	}

	[data-board="data"] span i{
		font-size:15pt;
		text-align:center;
		padding:0;
	}

	[data-board="data"] .btn{
		margin:5%;
	}

	[data-board="data"] h1,
	[data-board="data"] h2{
		margin:0 5%;
		font-size:17pt;
	}

	[data-board="data"] h3{
		font-size:13pt;
		margin:0 5%;
	}

	[data-board="data"] p{
		margin:10pt 0 0;
		text-align:center;
		font-size:15pt;
	}

	[data-board="data"]>img{
		left:9%;
		margin-top:9%;
		width:23pt;
		height:23pt;
	}

	[data-board="data"] p a{
		display:block;
		font-size:14pt;
	}

	.thank-you{
		width:100%;
		text-align:center;
		padding:20pt 0 30pt;
		font-size:30pt;
	}
}