html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
    text-align:right;
    height:100%; 
    margin-bottom: 0px;
    font-family: 'Secular One', sans-serif;
	direction:rtl;
}

section.only{
	height: 100vh;
	width: 100%;
	background-color: rgba(225,225,225,0.40);
	text-align: center;
	display: inline-block;
	position: relative;
}



div.yanchiki h1{
	font-size: 120px;
	color: #29192B;
	font-weight: 800;
	text-shadow: 0 0 10px pink;
}

div.yanchiki img.yana{
	display: inline-block;
	position: absolute;
	height: 90vh;
	right: 0;
	bottom: 0;
	z-index: 3;
	
}

img.circle{
	display: inline-block;
	top: 30px;
	left: 40px;
	position: absolute;
	height: 400px;
}

#myVideo{
	 position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	z-index: -100;
	
}

audio{
	margin-top: 20px;
	box-shadow: 0 0 20px pink;
	border-radius: 30px;
}

footer{
	bottom: 0;
	display: inline-block;
	height: 60px;
	width: 100%;
	z-index: 10;
	position: absolute;
	background-color: black;
	right: 0;
	text-align: center;
}

footer a{
	color: white;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 2px;
	margin-top: 15px;
	transition: 0.3s;
}

footer a:hover{
	color: pink;
	text-shadow: 0 0 5px pink;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 2px;
	margin-top: 15px;
}

div.congrats{
background-color: rgba(7,7,7,0.60);
}

.congrats h2{
	font-size: 24px;
	color: #FFC315;
	margin: 20px 0px;
	padding-top: 20px;
}

.congrats p{
	width: 400px;
	text-align: center;
	color: white;
	left: 50%;
	display: inline-block;
	margin-bottom: 30px;
}

img.multi{
	height: 450px;
	z-index: 1;
	display: inline-block;
	position: absolute;
	bottom: 20px;
}

*{
	box-sizing: border-box;
}
/* Responsive refinements */
body {
	min-width: 0;
	overflow-x: hidden;
}

#myVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yanchiki,
.congrats {
	position: relative;
	z-index: 4;
}

@media (max-width: 900px) {
	section.only {
		min-height: 100vh;
		height: auto;
		padding: 14px 14px 86px;
		overflow: hidden;
	}

	audio {
		width: min(100%, 330px);
		margin-top: 12px;
	}

	div.yanchiki h1 {
		font-size: clamp(42px, 12vw, 86px);
		line-height: 1.05;
		padding: 8px 0 0;
	}

	div.yanchiki img.yana {
		height: min(58vh, 560px);
		max-width: 72vw;
		right: -8vw;
		bottom: 54px;
		object-fit: contain;
	}

	img.circle {
		height: clamp(150px, 42vw, 300px);
		left: -28px;
		top: 82px;
		opacity: 0.9;
	}

	div.congrats {
		width: min(100%, 560px);
		margin: 10px auto 0;
		padding: 0 14px;
		border-radius: 0;
	}

	.congrats h2 {
		font-size: clamp(21px, 6vw, 28px);
		margin: 14px 0 8px;
		padding-top: 16px;
	}

	.congrats p {
		width: 100%;
		font-size: clamp(16px, 4.6vw, 20px);
		line-height: 1.55;
		margin-bottom: 20px;
	}

	img.multi {
		height: min(34vh, 300px);
		max-width: 72vw;
		left: 50%;
		transform: translateX(-50%);
		bottom: 58px;
		opacity: 0.95;
	}

	footer {
		position: fixed;
		height: 56px;
	}

	footer a,
	footer a:hover {
		margin-top: 14px;
		letter-spacing: 1px;
		font-size: 16px;
	}
}

@media (max-width: 520px) {
	section.only {
		padding: 10px 10px 78px;
	}

	div.yanchiki h1 {
		font-size: clamp(34px, 13vw, 58px);
		text-shadow: 0 0 7px pink;
	}

	div.yanchiki img.yana {
		height: 45vh;
		max-width: 76vw;
		right: -18vw;
		bottom: 54px;
		opacity: 0.94;
	}

	img.circle {
		height: 142px;
		left: -46px;
		top: 76px;
	}

	.congrats h2 {
		font-size: 22px;
	}

	.congrats p {
		font-size: 16px;
		line-height: 1.5;
	}

	img.multi {
		height: 190px;
		max-width: 88vw;
		bottom: 56px;
	}
}

@media (max-height: 650px) and (max-width: 900px) {
	div.yanchiki img.yana,
	img.multi,
	img.circle {
		opacity: 0.55;
	}

	.congrats p {
		line-height: 1.35;
		margin-bottom: 14px;
	}
}