.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;
}

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

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

	width: 114%;
	position: absolute;
	top: -3.5%;
	left: 0%;
	z-index: -125;
	overflow: hidden;
	animation: milk_array 20s linear;
}

.home5_page_content .milk_array img
{
	width: 105%;
}


/*Bottle drop from top*/
@keyframes milk_array
{
	from
	{
		left: -15%;
	}
	to
	{
		left: 0%;
	}
}

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

	width: 108%;
	position: absolute;
	top:21%;
	left:-8%;
	z-index: -125;
	overflow: hidden;
	animation: dahi_array 15s linear;
}

@keyframes dahi_array
{
	from
	{
		left: 0%;
	}
	to
	{
		left: -8%;
	}
}

.home5_page_content .dahi_array img
{
	width: 100%;
}

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

.home5_page_content .black_circle img
{
	width: 392px;
}

.home5_page_content .black_circle .text
{
	position: absolute;
	align-items: center;
    padding: 0 34%;
    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;
	}
}



.home5_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;
	}
}

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


.home5_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;
}


