body{font-family: "Roboto";}
		@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800&display=swap');
		.daan-utsav-bg{background: url("/sites/default/files/daan-utsav-images/bg-image.jpg") no-repeat center center;background-size: cover;height: 100%;}
		.bannertxt{display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;align-items: flex-start;align-content: center;}
		.ft60{font-size:60px;}
		.ft75{font-size:75px;}
		.ft20{font-size: 20px;}
		.ft40{font-size: 40px;}
		.redtxt{color:#CA410A;}
		.greentxt{color:#13A07E;}
		.lhn{line-height: 4rem;}
		.daan-utsav-partners{padding: 3rem 0;}
		.bluetxt{color:#3C297F;}
		.partnerblock{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;align-items: flex-start;align-content: center;padding: 1rem 0;}
		.daan-utsav-project-emela{background: #3c297f;padding: 3rem 0;color: #fff;}
		.whitetxt{color: #fff;}
		.shop{padding: 2rem 0;}
		.shopinfo{background: #f3f3f3;border:1px solid #ccc;border-radius:20px;margin-bottom: 2rem;padding: 1rem;}
		.shopitemdiv{gap: 30px;justify-content: center;position: relative;z-index: 1;}
		.shopitems{box-shadow: 0 2px 5px #00000030, 0 2px 2px #0000003b;border-radius: 10px;max-width: 250px;min-height: 226px;width: 100%;transition: .1s all;cursor: default;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;flex-direction: column;gap:10px;padding: 15px;}
		.shopitems img{width: 100%;}
		.shopitems h2{font-size: 1.1rem;font-weight: 300;margin: 0;}
		.shopitems h2:after{width: 60px;content: "";border-bottom: 3px solid #EF5713 !important;display: inline-block;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto -4px auto !important;}
		.shopitems h5{font-size: 1rem;font-weight: 400;margin: 0;}
		.overlay{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #f16f24d9;opacity: 0;transform: translate(460px, -100px) rotate(180deg);transition: .2s ease-in-out 0s;text-align: left;padding: 15px;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
		.shopitems:hover .overlay{opacity: 1;transition-delay: 0s;transform: translate(0);}
		.shopitems .overlay p{color:#fff;text-align: center;}
		@media (max-width:767px){
			.mobreverse{flex-direction: column-reverse;}
			.ft60{font-size:40px;}
			.ft75{font-size:45px;}
			.ft40{font-size:25px;}
			.lhn{line-height: 3rem;}
			.bannertxt{margin: 15px 0;align-items: center;}
			.partnerblock{flex-direction: column;align-items: center;}
			.partnerblock div{padding-bottom: 15px;}
			.daan-utsav-partners, .daan-utsav-project-emela{padding: 2rem 0;}
		}
#banner h1{display:none;}
.daan-utsav-project-emela p{color:#fff;}
.shop a{color:#007bff;}
.shopitems h2{line-height:normal;letter-spacing:0;}