.background
{
	/*width: 100%;
	height: 100vh;
	background: url('images/new/jharnai-bg-img.png');
	background-size: cover;
	background-position: top;*/

	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: -25;
}

.home6_page_content .background img
{
	width: 100%;
	height: 100%;
}

.parda
{
	/*width: 100%;
	height: 100vh;
	background: url('images/new/jharnai-bg-img.png');
	background-size: cover;
	background-position: top;*/

	width: 100%;
	position: absolute;
	top: -26%;
	left: 50%;
	z-index: -125;
	overflow: hidden;
	animation: parda 12s linear;
}

.home6_page_content .parda img
{
	width: 55%;
}


/*Bottle drop from top*/
@keyframes parda
{
	from
	{
		top: 12%;
	}
	to
	{
		top: -26%;
	}
}

.home6_page_content .black_circle
{
	position: absolute;
    /*top: 0px;*/
    width:34.5%;
	height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: -5;
}

.home6_page_content .black_circle img
{
	width: 342px;
}

.home6_page_content .black_circle .text
{
	position: absolute;
	align-items: center;
    padding: 0 32%;
    color: white;
	font-size: 12px;
	line-height: 1.9em;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
    /*opacity: 0;*/
    animation: text_entry 6s;
}

/*Circle text fades in*/
@keyframes text_entry
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}



.home6_page_content .bottle
{
	position: absolute;
    /*top: 0px;*/
    width: 96.5%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: -5;
    animation: bottle_drop 3s ease-out;
}


/*Bottle drop from top*/
@keyframes bottle_drop
{
	from
	{
		top: -580px;
	}
	to
	{
		top: 0;
	}
}

.home6_page_content .bottle img
{
	width: 200px;
}


.home6_page_content .dahi
{
	position: absolute;
    /*top: 0px;*/
    width: 96.5%;
	height: 100%;
	top:20%;
	left:15%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: -5;
    animation: dahi_drop 5s ease-out;
}


/*Bottle drop from top*/
@keyframes dahi_drop
{
	from
	{
		top: -150%;
	}
	to
	{
		top: 20%;
	}
}

.home5_page_content .dahi img
{
	width: 200px;
}


