*{
	margin: 0;
	padding: 0;
}

@media (min-width: 850px) {

	body{
	background-color: #FEF0F0;
	}
	.navbar li a{
		font-size:1.5rem;
		font-family: 'Kalpurush', sans-serif;
		padding: 10px;
		}
	.navlist-h{
	display: block;
	}
	.burger{
		display: none;

	}
	.meditation{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.yoga{
		width: 400px;
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.medi-sm{
		width: 600px;
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: justify;
		font-size: 1.5rem;
	}
	.story{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.video{
		width: 400px;
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.para{
		width: 600px;
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: justify;
		font-size: 1.5rem;
	}
	
	.uno{
		font-size: 2.5rem;
		width: 500px;
		box-shadow: 0px 0px 17px #ccc;
	}
	.uno-detail{
		font-size: 1.5rem;
		width: 800px;
		display: block;
		margin: auto;
	}
	.our-act{
		font-size: 2.5rem;
		width: 500px;
		box-shadow: 0px 0px 17px #ccc;
	}
	.our_ne_act{
		font-size: 2.5rem;
		padding: 6px 24px;
		width:fit-content;
		box-shadow: 0px 0px 17px #ccc;
	}

	.navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
	
	}
	.img_div img{
			max-width: 100%;	
   			height: 100vh;
		}

	.head_par_com{
			width: 24%;
			font-size: 2rem;
			
		}
	.bannar{
			display: inline-block;
		}
	
	.page_head{
/*			margin-top: 70px;*/
    		font-size: 2.5rem;
			}
	.gallary img{
		       
		        width: 350px;
		        height: 300px;

		      }
		      
    .div_youtube{
		width: 70%;
    	margin: auto;
	}
	.wrapper {
		    position: relative;
		    padding-bottom:73vh;
		    padding-top: 25px;
		    height: 0;
		}
		.wrapper iframe {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}
	.marquee{
		font-size: 34px !important;
	}
	.form-card{
		        width: 50%;
                margin: auto;
                margin-top:20px;
                margin-bottom:15px;
                box-shadow: 0px 0px 16px #CCF;
		}
	.contact{
			/*width: 700px;*/
			font-size: 2.3rem;
			border-radius: 5px;
			/*box-shadow: 0px 0px 14px #ccc;*/
		}
	.center{
				/*width: 650px;*/
    			font-size: 36px;
    			align-items: center;
    			text-align: center;
    			display: flex;
	            margin-top:15px;
	}
}

