@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
h1,h2,h3,h4,h5,h6,ul,ul li,a,img,table,p,label,span	{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-size: 14px;
}
:root{
--primary-bg-color:#222;
--primary-text-color:#fff;
--secondary-bg-color:#ddd;
--secondary-text-color:#000 ;
--secondary-bg-color2:#000000;
--border-color:#ddd;
--b-shadow:rgb(155, 155, 154) 0px 20px 20px -20px;
}
::-webkit-scrollbar {
width: 1em;
cursor: pointer!important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
cursor: pointer!important;
}
::-webkit-scrollbar-thumb {
background-color: var(--primary-bg-color);;
border-radius: 20px;
outline: 1px solid var(--primary-bg-color);;
cursor: pointer!important;
}
.description-details li:before{
font-family: fontawesome;
content:  "\f0da";
padding: 5px;
}
.description-details h1,.description-details h2,.description-details h3,
.description-details h4,.description-details h5,.description-details h6{
border-left: 6px solid var(--secondary-bg-color);
font-size: 19px;
font-weight: bold;
padding: 10px;
background: #eee;

}

img{
max-width: 100%;
}
input{
display: none;
}
/*		compulsory tags for all tempelate*/

.header-inside{
position: relative;
top: 20px;
}
.logo {
text-align: center;
margin-bottom: 5px;
}
.logo img{
max-width: 300px;
width: 100;
}
.logo h3{
font-weight: bold;
}
.menu{
background: var(--secondary-bg-color);
text-align: center;
}
.menu-bg ul li{
display: inline-block;
}
.menu-bg ul li:last-child{
border: none;
}
.menu label{
display: none;
}
.menu input:checked ~ .menu-bg{
display: block;
}

.menu-bg ul li a{
color: var(--secondary-text-color);
padding: 10px 15px;
font-weight: bold;
display: block;
/*border-right: 2px solid #fff;*/
}
.menu-bg ul li a i{
padding-right: 5px;
}
.menu-bg ul li a:hover{
color: #fff;
background: var(--primary-bg-color);
border-bottom: 1px solid #fff;
transition: 0.3s;
}
.menu-bg label{
display: none;
}
.menu-bg input:checked ~ .menu-bg{
display: block;
background: var(--primary-bg-color);
}
.categories-bg{
background: var(--primary-bg-color);
color: var(--primary-text-color);
}
.categories{
text-align: center;
}
.categories ul li{
display: inline-block;
}
.categories ul li a{
padding: 20px;
display: block;
color: var(--primary-text-color);
margin-right: 50px;
font-weight: bold;
}
.categories ul li a:hover{
text-decoration: underline;
}
.service-section{
background: var(--secondary-bg-color);
text-align: center;
}
.service-box{
margin: 0;
padding: 20px 12px;
color: var(--secondary-text-color);
text-align: left;
}
.service-box i{
float: left;
display: block;
color: #fff;
margin: 0px 7px 0 0px;
padding: 2px 0 0 0;
font-size: 39px;
}
.service-box img{
	float: left;
	display: block;
	width: 45px;
	margin: 0px 7px 10px 0px;
padding: 0 0 2px 0;
}
.service-box span{
display: block;
margin: 0;
padding: 0 0 2px 0;
color: var(--secondary-text-color);
font-weight: bold;
font-size: 12px;
}
.promo1{
	margin-top: 3px;
/*	height: 100px;*/
}
.promo1 img{
	width: 100%;
}
.banner{
margin-top: 20px;
}
.banner img{
	box-shadow: var(--b-shadow);
}
.mid-box{
border: 1px solid var(--border-color);
padding: 10px;
}
.middle{
margin-top: 20px;
padding: 20px;
padding-bottom: 0;
background: #f8f8f6;
}
.promo{
text-align: center;
margin-top: 10px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
.promo ul li{
display: inline-block;
padding: 10px;
font-size: 20px;
}
.promo ul li img{
max-width: 50px;
border-radius: 50%;
}
.promo ul li i{
color: var(--primary-bg-color);
font-size: 20px;
}
.tittle{
height: 87px;
overflow: hidden;
}
.tittle h1{
font-size: 19px;
padding: 10px;
font-weight: bold;
}
.relevent-info{
margin-top: 10px;
}
.relevent-info ul li{
padding: 15px;
}
.buttons{
text-align: center;
margin-bottom: 20px;
}
.buttons ul li{
display: inline-block;
text-align: center;
margin-top: 30px;
margin-right: 20px;
}
.buttons ul li a{
padding: 15px;
color: var(--primary-text-color);
background: #bd1e2d;
font-weight: bold;
padding-right: 60px;
padding-left: 60px;
text-align: center;
}
.copywright-a {
text-align: center;
}
.gallery{
	background: #fff;
	border: 1px solid var(--border-color);
}
input{
display: none;
}
.gal-content{
display: none;
}
#gal1:checked ~ .gal-box #gal-content1,
#gal2:checked ~ .gal-box #gal-content2,
#gal3:checked ~ .gal-box #gal-content3,
#gal4:checked ~ .gal-box #gal-content4,
#gal5:checked ~ .gal-box #gal-content5,
#gal6:checked ~ .gal-box #gal-content6,
#gal7:checked ~ .gal-box #gal-content7,
#gal8:checked ~ .gal-box #gal-content8,
#gal9:checked ~ .gal-box #gal-content9,
#gal10:checked ~ .gal-box #gal-content10,
#gal11:checked ~ .gal-box #gal-content11,
#gal12:checked ~ .gal-box #gal-content12{
display: flex; /* Use flexbox to center content */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.gal-labels{
text-align: center;
margin: 10px 0;
}
.gal-labels label{
width: 85px;
height: 75px;
text-align: center;
border: 1px solid #ddd;
margin: 5px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center; /* Center horizontally */
}
.gal-labels ul li{
display: inline-block;
overflow: hidden;
}
.gal-labels label img{
max-width: 100%;
max-height: 100%;
text-align: center;
padding: 2px;
}
.gal-content{
text-align: center;
height: 400px;
margin-bottom: 5px;
padding: 10px;
transition: opacity 1s ease;
}
.gal-content img{
max-height: 100%;
max-width: 100%;    
}
.gal-labels{
margin: 5px 0px; 
}
.gal-labels label:hover{
cursor: pointer;
}
.description{
margin-top: 20px;
padding: 30px;
background: #fff;
border: 1px solid var(--border-color);
}
.description-details p{
padding: 10px;
}
.description-details ul li{
padding-left: 10px;
}
.description-details h4{
margin-top: 20px;
margin-bottom: 20px;
border: none;
background: none;
font-size: 19px!important;
}
.description-details img{
	padding: 10px;
	width: 500px;
	max-width: 100%;
}
.description-heading h2{
font-size: 22px;
padding: 10px;
}
.categories-box{
text-align: center;
margin-top: 40px;
}
.cate-heading{
text-align: center;
margin: 10px;
}
.cate-heading h3{
	font-size: 40px;
	padding: 10px;
}
.cate-box{
text-align: center;
width: 28%;
display: inline-block;
margin-bottom: 10px;
border: 1px solid #000;
background: #fff;
padding: 20px;
margin: 20px;
height: 370px;
}
.cate-img{
	height:180px;
}
.cate-img img{
max-height: 100%;
padding: 10px;
}
.cate-tittle{
height: 40px;
overflow: hidden;
}
.cate-tittle h3{
padding: 5px;
}
.buy-price{
padding: 5px;
}
.buy-price span{
font-weight: bold;
font-size: 20px;
}
.buy-price ul li{
display: block;
background: var(--primary-bg-color);
color: var(--primary-text-color);
border-radius: 30px;
padding: 10px;
font-weight: bold;
margin-top: 10px;
}
.buy-price ul li a{
color: var(--primary-text-color);
display: block;
}
.tabs{
margin-top: 30px;
margin-bottom:15px;
/*border: 1px solid var(--border-color);*/
padding: 5px;
}
.content-details{
display: none;
color: var(--secondary-text-color);
}
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4{
display: block;
}
.tabs label:hover{
cursor: pointer;
background:var(--secondary-bg-color) ;
color: var(--secondary-text-color);
transition: 0.5s;
}
.tabs label{
padding: 10px;
margin-bottom: 5px;
border-radius: 5px;
margin-right: 10px;
font-weight: bold;
}
.tabs input:checked + label{
background:var(--primary-bg-color);
color:var(--primary-text-color);
}
.content-details p{
padding: 10px;
color: var(--secondary-text-color);
}
.content-details ul li{
color: #000000;
padding: 5px;
border-bottom: 1px solid #ddd;
}
.content-details ul li span{
font-weight: bold;
}
.content-details ul li:before,
.description ul li:before{
font-family: fontawesome;
content:"\f0da";
padding-right: 5px;
}
/*    tabs-end*/
.footer-section .promo{
margin-top: 40px;
}
.footer-details ul li{
/*	padding: 10px;*/
	color: var(--primary-text-color);
}
.footer-details p{
	color: var(--primary-text-color);
/*	padding: 10px;*/
/*	margin-top: 5px;*/
}
.footer-section{
text-align: center;
background: var(--primary-bg-color);
}
.footer-heading{
	color: var(--primary-text-color);
/*	background: #bd1e2d;*/
}
.footer-heading h2{
font-weight: bold;
padding: 5px;
}
.footer-details {
padding: 10px;
}
.signup ul{
margin-top: 5px;
}
.signup ul li a{
	background: #bd1e2d;
	color: var(--primary-text-color);
	padding: 5px;
	font-weight: bold;
	display: inline-block;
}
.signup ul li a i{
	padding-right: 5px;
}
.copywright{
background: var(--primary-bg-color);
color: var(--primary-text-color);
text-align: center;
border-top: 2px solid #fff;
}
.copywright p{
padding: 3px;
}	