@font-face {
  font-family:constantia ;
  src: url(../fonts/constantia.ttf);
}
@font-face {
  font-family:NataSans-VariableFont_wght ;
  src: url(../fonts/NataSans-VariableFont_wght.ttf);
}
h1,h2,h3,h4,h5,h6
{
	 font-family:constantia ;
}
body,p
{
	font-family:NataSans-VariableFont_wght ;
}
html
{
	scroll-behavior: smooth;
}
nav
{
	background-color: #0f3f29;

}
.nav-item .nav-link 
{
	color:#cda33d !important; 
	position: relative;
	padding-left:5px ;
	padding-right:5px ;

}
.nav-item
{
	text-transform: capitalize;
}
.nav-item .nav-link.active,.nav-item .nav-link:hover
{
	 
	color:#cda33d !important;
}
.nav-item .nav-link:before
{
	content: '';
	position: absolute;
	width:0%;
	height: 1px;
	border-bottom: 4px solid #cda33d;
	bottom:0px;
	left:0px;
	transition: .2s linear all;
}
.nav-item .nav-link:hover:before
{
	width:100%;
}

/*contactpopup*/

.whatsapp
{
	background-color: green;
	color: white;
	font-size: 20px;
	padding:6px 7px;
	margin-bottom:10px ;
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
	transition: .2s linear all;
	width:45px;
	height:45px;
	position: fixed;
	bottom:65px;
	right:0px;
	z-index: 1000;
	text-align: center;
	padding-top: 8px;
}
.call
{
	background-color: maroon;
	color: white;
	font-size: 18px;
	padding:6px 7px;
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
	transition: .2s linear all;
	width:45px;
	height:45px;
	position: fixed;
	bottom:18px;
	right:0px;
	z-index: 1000;
	text-align: center;
	padding-top: 8px;
}

.whatsapp:hover,.call:hover
{
	width: 60px;
}
/*footer css*/
footer
{
	text-align: center;
	padding:50px 0px;
}

.linkfooter li 
{
	padding: 10px 0px;
}
footer a
{
	display: block;
	color: floralwhite;
	text-decoration: none;
}
.linkfooter li a
{
	text-decoration: underline;
	text-underline-position: under;
}
footer a:hover
{
	color: ghostwhite;
}
footer h4
{
	color:#cda33d
}
.copyright
{
	color:#cda33d;
	border-top:2px solid;
	padding:30px 0px;
}
/*banner css*/

#banner
{
	background-image: url(../images/bannr4.jpg);
	padding: 50px 0px;
	background-size: cover;
	margin-top: 100px;
	overflow: hidden;
	min-height:500px;
	position: relative;
}
#banner .vdo
{
	width:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 1;

} 
.vdo:before
{
	content: '';
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width: 100%;
	height:100%;
}
.bannertext,.bannerimg
{
	z-index: 2;
}
#banner h1
{
	font-size:80px;
	color: #14442c;
}
/*about us css*/
#aboutus
{
	padding: 50px 0px;
	background-color:#0f3f29 ;
}
#aboutus .heading h1
{
	text-align: center;
	text-transform: uppercase;
	color: floralwhite;
	
	padding: 20px 0px;
	margin-bottom: 20px;
}
#aboutus p
{
	padding: 10px 0px;
	color: white;
}
#aboutus h3
{
	color: #cda33d;
}
.abouticons 
{
	color:floralwhite;
	text-align: center;
	font-size: 20px;
}
/*products css*/
#products
{
padding: 50px 0px;
color:#0f3f29
}

#customize
{
padding: 50px 0px;
color:#0f3f29

}
/*choose us css*/
#chooseus
{
	padding:50px 0px;
	background-color:#0f3f29 ;
	color: white;
}
#chooseus h1
{
	color: floralwhite;
}
#chooseus .list-group-item
{
	background-color: transparent;
	color: floralwhite;
}
.modal-content
{
	background-color: transparent !important;
	border:0px !important;
}
.modal
{
	border:0px !important;
}
.modal-header
{
	border: 0px;
}
.close
{
	position: absolute;
	right:20%;
	background-color: white;
	top:0px;
}
.navbar-toggler
{
	background-color:#cda33d;
}
/*product gallery carousel*/


.progal
{
	position: relative;
	border:1px solid #0f3f29;
	padding:10px;
}
.progal:before
{
content: attr(btype);
color: white;
width:100%;
height:100%;
position: absolute;
background-color: rgba(1,1,1,0.7);
font-size: 30px;
text-align: center;
padding-top:50%;
transform: scale(0,0);
transition: .2s linear all;
left:0;
top:0;
}
.progal:hover:before
{
	transform: scale(1,1);
}
.top
{
	position: fixed;
	left:0px ;
	bottom:10px;
	background:url(../images/topicon.png) ;	
	width:50px;
	height:50px;
	background-size: contain;	background-repeat: no-repeat;
	display: none;
}
/*enquiry*/
#enquiry
{
	background-image:url(../images/enquiry.jpg);
	background-position: top;
	
	padding: 60px 0px;
	color: floralwhite;
	background-size: cover;
}
@media screen and (max-width: 768px)	
{
	
	.heading
	{
		padding: 10px 0px;
		border:0px;
	}
	#banner h1 
	{
		font-size: 50px;
	}
	
}


/*dark green color code : #14442c
golden color code : #cda33d

*/