
html{
	scroll-behavior: smooth;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
		background-image: url('../img/bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nn-logo{
	padding-top: 30px;
}
.nn-logo img{
	width: 200px;
}

.intro-logo-1{

}
.intro-logo-1 img{
	width: 200px;
}
.intro-logo-2{
	margin-top: 20px;
}
.intro-logo-2 img{
	width: 200px;
}

.address-sec{
	margin-top: 20px;
}
.address-sec h4{
	color: #fff;
}
.address-sec p{
	color: #fff;
}
.address-sec img{
	width: 200px;
	margin-bottom: 20px;
}

.shop-timing img{
	width: 400px;
}
.qr{
	width: 200px;
}
.address-area{

}
.scan-sec h4{
	color: #fff;
}
.hr{
	padding: 10px 0px;
}
.hr img{
	width: 100%;
}

.footer-box{
	display: flex;
}
.footer-box .footer-box-icon{
	width: 15%;
}
.footer-box .footer-box-icon img{

}
.footer-box .footer-box-link{
	width: 85%;
	padding-left: 10px;
}
.footer-box .footer-box-link a{
	color:#fff;
	text-decoration: none;
}
.footer-box .footer-box-link a:hover{
	color:#b05f42;
	text-decoration: none;
}

.title-img img{
	width: 200px;
}

.scan-sec h5{
	color: #fff;
}
.scan-sec{
	padding-top: 15px;
}
.scan-here-title{
	width: 120px;
}

@media only screen and (max-width: 767px){
    .intro-logo-2 img{
        width:150px;
    }
	.shop-timing img{
		width: 300px;
	}
	.nn-logo, .title-img, .intro-sec, .address-area{
		text-align: center;
	}
	.footer-contact .footer-box{
		padding: 0px 0px 20px 20px;
	}
	.footer-box .footer-box-icon img{
	    width:40px;
	}
	.footer-box .footer-box-icon{
	    width:10%;
	}
	.footer-box .footer-box-link{
	    width:90%;
	}
}