@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:#006eb3;
--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;
}


img{
max-width: 100%;
}
input{
display: none;
}
/*		compulsory tags for all tempelate*/
.mbl-view{
    display: none;
}
.header img{
 width: 100%;
}
.header-inside{
position: relative;
top: 70px;
}
.logo {
text-align: center;
/*margin-bottom: 5px;*/
}
.logo img{
max-width: 250px;
width: 100%;
}
.logo h3{
font-weight: bold;
font-size: 30px;
}
.menu{
/*background: var(--secondary-bg-color);*/
text-align: center;
position: relative;
top: 45px;
}
.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: 2px solid #222;*/
/*border-radius: 20px;*/
/*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: #f7f7ff;*/
margin-bottom: 20px;
}
.promo{
background: #feeef2;
border: 1px solid red;
}

.promo ul li img{
max-width: 50px;
border-radius: 50%;
}

.promo{
	/*box-shadow: var(--b-shadow);*/
	margin-top: 30px;
}
.promo h3{
   /*padding: 10px;*/
   color: #ff0000;
   font-weight: bold;
   font-size: 16px;
}
.promo p{
   padding: 10px;
   text-align: left;
}
.promo h3 i{
   padding: 5px;
}
.promo span{
	padding: 10px;
   color: #ff2a0c;
}
.promo ul li{
   padding: 5px;
   color: #000;
}
.promo ul li:before{
font-family: fontawesome;
content:"\f0da";
padding-right: 5px;
color: red;
}
.tittle{
margin-top: 15px;
border-bottom: 2px solid var(--border-color);
margin-bottom: 10px;
}
.tittle h1{
font-size: 19px;
padding: 10px;
font-weight: bold;
}
.tittle ul li{
   display: inline-block;
   padding: 5px;
   margin-bottom: 5px;
   font-weight:bold;
}
.tittle ul li:nth-child(1){
   background: #0051b4;
   border-radius: 10px;
   color: #fff;
}
.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: #1816b8;
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);
   border-radius: 20px;
}
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;
}
.nbr ul li{
	padding: 10px;
   text-decoration: underline;
}
.specifics{
   margin-bottom: 10px;
}
.specifics-details{
   border-right: 2px solid var(--border-color);
   padding-right: 5px;
} 

.specifics h3{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
   border-bottom: 2px solid var(--border-color);
   margin-bottom: 2px;
}
.specifics img{
   max-width: 30px;
   width: 100%;
   text-align: center;
   margin-right: 5px;
}
.specifics table{
border-collapse: collapse;
width: 100%;
}
.specifics td{
/*border: 1px solid #dddddd;*/
padding: 5px;
line-height: 25px;
font-weight: bold;
}
.specifics ul li{
   padding: 5px;
}
.specifics ul li:before{
font-family: fontawesome;
content:"\f058";
padding: 5px;
color: #008000;
}

.xx{
   border: 1px solid #0051b4;
   border-radius: 20px;
   padding: 15px;
   background: #f8fbff;
   font-weight: bold;
}
.xx i{
   color: #0051b4;
   font-size: 29px;
   padding-right: 10px;
}
.xx h3{
font-size: 16px;
font-weight: bold;
}
.xx p{
   padding: 10px;
   font-weight: 30px;
}
.porsche-models-left {
    display: table-cell;
    width: 28%;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.xx ul li {
    padding: 5px;
    
}
.xx ul li:before{
font-family: fontawesome;
content:"\f058";
padding: 5px;
}
.xx ul li a{
   padding: 6px;
   display: block;
   color: #0051b4;
   font-weight: bold;
}
.promo-img{
   margin-top: 10px;
}
.promo-img img{
   border-radius: 10px;
}
.description{
   margin-top: 10px;
}

.spec1 i,.spec2 i,.spec3 i{
   padding-right: 5px;
}

.spec3 ul li:before{
font-family: fontawesome;
content:"\f058";
padding: 5px;
}
.spec1{
   background: #e9f3ff;
   border: 1px solid #0051b4;
   border-radius: 20px;
  padding: 5px;
}
.spec1 h3{
   padding: 10px;
   color: #0051b4;
   font-weight: bold;
}
.spec1 ul li:before{
font-family: fontawesome;
content:"\f058";
padding: 5px;
color: #0051b4;
}
.spec2{
   background: #f3fff3;
   border: 1px solid #008000;
   border-radius: 20px;
   padding: 5px;
}
.spec2 h3{
   padding: 10px;
   color: #008000;
   font-weight: bold;
}
.spec2 ul li:before{
font-family: fontawesome;
content:"\f058";
padding: 5px;
color: #008000;
}
.spec3{
   background: #ffeced;
   border: 1px solid #DC353B;
   border-radius: 20px;
   padding: 5px;
}
.spec3 h3{
   padding: 10px;
   color: #DC353B;
   font-weight: bold;
}
.spec3 ul li:before{
/*font-family: fontawesome;*/
/*content:"\f058";*/
/*padding: 5px;*/
/*color: #DC353B;*/
}

.footer img{
   width: 100%;
}