* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Quattrocento Sans", serif;

}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

li {
	list-style: none !important;
}

h1 {

	font-family: "Work Sans", serif;
}

h2 {
	
	font-family: "Work Sans", serif;
}
h3 {
	
	font-family: "Work Sans", serif;
}

p {
	font-size: 16px;
	color: #524b48;
}

.for-mobile {
	display: none;
}
.container{
	max-width: 1440px!important;
}
nav{
	position: fixed!important;
	z-index: 99999999999;
	width: 100%;
}
.navbar {
	padding: 0!important;
	background: #000;
}

.navbar-brand img {
	width: 110px;
}

.nav-item a {
	color: #fff;
}

.navbar-collapse {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar i {
	color: #ffff;
}

.navbar-nav {
	display: flex;
	gap: 1.5rem;
	margin: 0 auto;
}

.search-icon {
	font-size: 1.2rem;
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		flex-direction: column;
		justify-content: flex-start;
	}

	.navbar-nav {
		flex-direction: column;
		text-align: center;
	}

	.navbar-collapse .search-icon {
		margin-top: 1rem;
	}
}



.carousel-indicators [data-bs-target] {
   
    width: 13px !important;
    height: 13px !important;
    padding: 0;
    border-radius: 100%;
	margin-top: -50px;
}
.carousel-indicators .active{
	background-color: red!important;
}
.new-product{
	padding: 50px 0 0;
	width: 100%;
}
.new-product h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.product-box {
	text-align: center;
	padding: 15px 10px 50px;
	transition: .6s;
	position: relative;
	overflow: hidden;
}
.product-box:hover{
	cursor: pointer;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}
.product-img{
	width: 100%;
	overflow: hidden;
}
.product-box img{
	width: 100%;
	transition: .6s;
}
.product-box:hover.product-box img{
	transform: scale(1.1);
}

.product-img{
	width: 100%;
}
.product-box p{
	font-size: 16px;
	margin: 20px 0;
}
.product-box:hover p{
	text-decoration: underline;
}
.product-box button{
	position: absolute;
	background: #5FB04A;
	border: none;
	padding: 10px 35px;
	border-radius: 25px;
	text-transform: uppercase;
	color: #ffff;
	bottom: -300px;
	left: 50%;
	transition: .6s;
	transform: translate(-50%);
}
.gobal-btn button{
	
	background: #5FB04A;
	border: none;
	padding: 10px 35px;
	border-radius: 25px;
	text-transform: uppercase;
	color: #ffff;
	transition: .6s;
	
}
.product-box button:hover{
	background: #E9262C;
}

.product-box:hover.product-box button{
	bottom: 15px;
}
.center-btn{
	width: 100%;
	text-align: center;
	margin: 50px 0;
}
.about-fomud{
	width: 100%;
	display: flex;
}
.fomud-left{
	width: 55%;
	height: 90vh;
	overflow: hidden;
}
.left-img{
	background: url(../images/about-fumud-left.png) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .6s;
	height: 100%;
}
.left-img:hover{
	transform: scale(1.1);
}
.fomud-left img{
	width: 100%;
}
.fomud-right{
	width: 45%;
	height: 90vh;
	overflow: hidden;
}
.fomud-top{
	color: #fff;
	padding: 40px;
	background: #262626;
}
.fomud-top a{
	color: #FFFFFF;
    background-color: #00aeef;
    border: 1px solid #00000000;
    font-size: 16px;
    border-radius: 0px !important;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
	text-decoration: none;
    padding-top: 17px;
    padding-bottom: 17px;
	transition: .6s;
}
.fomud-top a:hover{
	background: #fff;
	color: #00aeef;
}
.fomud-top h1{
	font-size: 50px;
	font-weight: 600;
}
.fomud-top p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}
.fomud-bottom{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bottom-img{
	background: url(../images/abou-fumud-right.png) center;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	transition: .6s;
}
.bottom-img:hover{
	transform: scale(1.1);
}
.store{
	padding: 100px;
	width: 100%;
}
.fomud-store-img {
	overflow: hidden;
}
.fomud-store-img img{
	width: 100%;
	transition: .6s;
}
.fomud-store-img img:hover{
	transform: scale(1.1);
}
.fomud-store-content {
	padding-left: 8%;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.fomud-store-content h1{
	font-size: 50px;
	font-weight: 600;
	color: #000;
}
.fomud-store-content p{
	margin-bottom: 30px;
}
.fomud-store-content  a{
	background: #00aeef;
	color: #000;
	text-decoration: none;
	padding: 15px 35px;
}
.fomud-store-content  a:hover{
	background: #fff;
	color: #00aeef;
}
.video{
	
}
.cta{
	background: #262626;
	padding: 50px ;
	color: #fff;
	text-align: center;
	margin-top: -80px;
	z-index: 999;
	position: relative;
}
.cta h2{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 40px;
}
.cta a{
	background: #00aeef;
	color: #000;
	text-decoration: none;
	padding: 15px 35px;
}
.cta  a:hover{
	background: #fff;
	color: #00aeef;
}
.pre-footer{
	background: url(../images/bottom-image.png) center center;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
.pre-footer h1{
	color: #fff;
	font-size: 50px;
}
.pre-footer p{
	color: #fff;
	font-size: 20px;
}
footer{
	padding: 70px 0;
	background: #000;
}
.footer-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer-box{
	width: 18%;
}
.footer-box h2{
	font-size: 20px;
	color: #fff;
}
.footer-box a{
	color: #fff;
}
.footer-box input{
	width: 100%;
	padding: 10px;
}
.footer-box  button{
	background: #00aeef;
	border: none;
	margin-top: 10px;
	padding: 10px 20px;
}
.footer-box ul{
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}
.footer-box ul li{
	margin-right: 10px;
}
.footer-box ul li a{
	color: #00aeef;
}
.footer-box p{
	color: #fff;
}