@import url('https://fonts.googleapis.com/css?family=Poppins: 200,300,400,500,600,700,800,900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
html:focus-within {
  scroll-behavior: smooth;
}
body{
	background: #000;
	min-height: 200vh;
	/*overflow-x: hidden;*/
	/*overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-snap-type:  y mandatory;*/
}

h1:after{
	content: '';
	background: white;
	display: block;
	width: 50px;
	height: 2px;
	margin: 30px auto;
}

.primary-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-height: 8vh;					/*added*/
	align-items: center;
	transition: 0.6s;
	padding: 30px 20px 30px 50px;
	z-index: 100000;
}

.mobile-nav-toggle{
	display: none;
}

/*	----------		sticky nav background	-----------   */
.primary-header.sticky{
	padding:  0px 100px;
	background: #212121;
}

.primary-header.sticky .logo, .primary-header.sticky ul li a{
	color: #fff;	
}


.primary-header .logo{
	position: relative;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.6s;
}

.primary-navigation{
	position: relative;			/*unnecessary*/
	display: flex;
	justify-content: center;
	align-items: center;		/*unnecessary*/
	background: hsl(0, 0%, 0%, 0.75);
}

/*some browser does not support blur*/
@supports (backdrop-filter: blur(1rem)){
	.primary-navigation{
		background: hsl(0, 0%, 100%, 0.1);
		backdrop-filter: blur(1rem);
	}

}

.primary-navigation li{
	position: relative;
	list-style: none;
}
.primary-navigation li a{
	position: relative;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500px;
	transition: 0.6s;
}





/*.banner{
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('../images/half-car.jpg') no-repeat center center/cover;
	/*background-size: cover;

	/*		-----------		creating a parallex	scrolling effect	-----------		
	background-attachment: fixed;
}
*/
/*		-----------		owl carousel starts 	 ----------		*/
#owl-home .owl-carausel{
	width: 100%;
	height: 100vh;
	background-attachment: fixed;
	position: relative;
	z-index: 1 !important;
}
#owl-home .slide{
	width: 100%;
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#owl-home .slide::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(0, 0, 0, 0.5);
}
#owl-home .slide-1{
	background-image: url('../images/half-car.jpg');
}



/*.slide{*/
/*	width: 100%;*/
/*	height: 100vh;*/
/*	position: relative;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center center;*/
/*}*/
/*.slide-1{*/
/*	background-image: url('www.roadson.in/images/half-car.jpg');*/
/*}*/
/*.slide-content{*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	text-align: center;*/
/*	transform: translateY(-50%);*/
/*	color: #fff;*/
/*	padding: 0 20%;*/
/*}*/
/*.slide-content h1{*/
/*	font-family: "Anton", serif;*/
/*	font-size: 45px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.slide-content p{*/
/*	font-family: "Lato", serif;*/
/*	font-size: 18px;*/
/*	margin-bottom: 20px;*/
/*}*/
/*.slide-content button{*/
/*	font-family: "Roboto", serif;*/
/*	font-size: 25px;*/
/*	text-transform: uppercase;*/
/*	font-weight: bolder;*/
/*	padding: 10px 25px;*/
/*	border:  none;*/
/*}*/

/*          --------------------            ROUGH               --------------------------------*/









#owl-home .slide-2{
	background-image: url('../images/car.png');
}
#owl-home .slide-3{
	background-image: url('../images/about.png');
}
#owl-home .slide-content{
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	padding: 0 20%;
}
#owl-home .slide-content h1{
	font-family: "Anton", serif;
	font-size: 45px;
	text-transform: uppercase;
}
#owl-home .slide-content p{
	font-family: "Lato", serif;
	font-size: 18px;
	margin-bottom: 20px;
}
#owl-home .slide-content button{
	font-family: "Roboto", serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 10px 25px;
	border:  none;
}
/*.owl-dots{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 1%;
}
.owl-dots span{
	width: 20px !important;
	height: 20px !important;
}
.owl-dots button{
	border:  none !important;
	outline: none !important;
}*/
#owl-home .owl-nav button{
	border: none !important;
	outline: none !important;
}
#owl-home .owl-prev, .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	font-size: 60px !important;
	font-weight: bolder !important;
	background: none !important;
}
#owl-home .owl-prev{
	left: 1%;
}
#owl-home .owl-next{
	right: 1%;
}
/*		------------	owl carousel ends	-----------		*/


/*		------------	social links	-----------		*/
.social-links .fa {
  padding: 20px;
  font-size: 30px;
  /*width: 30px;*/
  /*text-align: center;*/
  text-decoration: none;
  margin: 5px 2px;
  /*border-radius: 50%;*/
  color: white;
  position: relative;
  z-index: 123 !important;
}

.social-links .fa-facebook{
	position: absolute;
	bottom: 0;
	left: 35%;
}
.social-links .fa-twitter{
	position: absolute;
	bottom: 0;
	left: 40%;

}
.social-links .fa-google{
	position: absolute;
	bottom: 0;
	left: 45%;
}
.social-links .fa-linkedin{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.social-links .fa-youtube{
	position: absolute;
	bottom: 0;
	left: 55%;
}
.social-links .fa-instagram{
	position: absolute;
	bottom: 0;
	left: 60%;
}
.social-links .fa-android{
	position: absolute;
	bottom: 0;
	left: 65%;
}

.social-links .fa:hover {
    opacity: 0.7;
}

@media (max-width: 55em){
	.social-links .fa-facebook{
		position: absolute;
		bottom: 0;
		left: 15%;
	}
	.social-links .fa-twitter{
		position: absolute;
		bottom: 0;
		left: 25%;

	}
	.social-links .fa-google{
		position: absolute;
		bottom: 0;
		left: 35%;
	}
	.social-links .fa-linkedin{
		position: absolute;
		bottom: 0;
		left: 45%;
	}
	.social-links .fa-youtube{
		position: absolute;
		bottom: 0;
		left: 55%;
	}
	.social-links .fa-instagram{
		position: absolute;
		bottom: 0;
		left: 65%;
	}
	.social-links .fa-android{
		position: absolute;
		bottom: 0;
		left: 75%;
	}
}






/*dynamic changing of flex*/
.flex{
	display: flex;
	gap: var(--gap, 1rem);
}

/* ---------for different dimensions---------- */
@media (max-width: 50em){
	.primary-navigation{
		--gap: 2em;
		position: fixed;
		z-index: 1000 !important;
		inset: 0 0 0 30%;		/*margin*/

		flex-direction: column;
		padding: min(30vh, 10rem) 2em;

		transform: translateX(100%);
		transition: transform 350ms ease-out;
	}

	.primary-navigation[data-visible="true"]{
		transform:  translateX(0%); 
	}

	.mobile-nav-toggle{
		display: block;
		position: absolute;
		z-index: 999 !important;
		background-color: transparent;
		/*background-image: url("https://img.icons8.com/fluency-systems-regular/48/000000/menu--v3.png");*/
		background-image: url('../icons/hamburger.png');
		background-size: 100% 100%;
		background-repeat: repeat;
		width: 3rem;
		border: 0;
		aspect-ratio: 1;
		top:  2rem;
		right: 2rem;
	}

	.mobile-nav-toggle[aria-expanded="true"] span{
		z-index: 1000 !important;
		background-image: url('../icons/close.png');
	}

}

@media (min-width:  35em) {
	.primary-navigation{
		--gap: 1rem;
		padding: 1rem;
		/*padding-inline: clamp(1.5rem, 5vw, 3rem);*/
	}
}








/*	-----------		Section		--------------*/
/*section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	/*scroll-snap-align: center; 
}

section h1 {
	font-size: 4rem;
	color: #fff;
}

section p {
	font-size: 1rem;
	color: #fff;
}*/



/*		-------		service		-------		*/
section#service {
  background: #f6f6f6;
}
#service h1, #slider h1{
	color: #000;
}
#service h1:after, #slider h1:after{
	background: #000;
}
.icon-service{
	font-size: 40px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 100px;
	border: 1px solid whitesmoke;
	border-radius: 50%;
}
.col-md-3:hover{
	box-shadow: 5px 7px 9px -3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

/*section#our_work {
  background: url('https://source.unsplash.com/bZZp1PmHI0E/1600x900') no-repeat center center/cover;
}*/

section#about {
  background: url('../images/about.png') no-repeat center center/cover;
  /*-webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;*/
  background-attachment: fixed;
}


section#book_online{
	background: url('../images/car.png') no-repeat center center/cover;
	background-attachment: fixed;
}


/*		----------	 about us 	----------		*/
section#about .row{
	color: #bce8ff;
	background: rgba(0,0,0,.6);	
	border-radius: 12px;	
	object-fit: contain;
}
section#about .row .col-md-4 .about-img img{
	height: 40em;
	width: 15em;
	margin: -10em 0;
}
/*.left-service-item{
	position: relative;
    padding-right: 10em;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.right-service-item {
    position: relative;
    padding-left: 10em;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: left;
}*/


/*#contact*/
section{
	position: relative;
	min-height: 100vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #000 no-repeat center center/cover;
	/*text-align: center;	*/		/*added - team*/
}

#contact .content, #about .content{
	max-width: 800px;
	text-align: center;
}

/*#contact .content h1*/
section h1{
	/*font-size: 36px;*/
	font-weight: 500;
	color: #fff;
}

#contact .content p, #about .content p{
	font-weight: 300;
	color: #fff;
}

.container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.container .contactInfo{
	width: 50%;
	display: flex;
	flex-direction: column;
}

.container .contactInfo .box{
	position: relative;
	padding: 20px 0;
	display: flex;
	
}

.container .contactInfo .box .icon{
	min-width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 22px;
}

.container .contactInfo .box .text{
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	flex-direction: column;
	font-weight: 300;
}

.container .contactInfo .box .text h3{
	font-weight: 500;
	color: #00bcd4;
}

.contactForm{
	width: 40%;
	padding: 40px;
	background: #fff;
}

.contactForm h2{
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

.contactForm .inputBox{
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;
}

.contactForm .inputBox span{
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	pointer-events: none;
	transition: 0.5s;
	color: #666;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span{
	color: #e91e63;
	font-size: 12px;
	transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"]{
	width: 100px;
	background: #00bcd4;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

@media (max-width:  991px){
	#contact{
		padding: 50px;
	}
	.container{
		flex-direction: column;
	}
	.container .contactInfo{
		margin-bottom: 40px;
	}
	.container .contactInfo, .contactForm{
		width: 100%;
	}
}





/*		----------		Book Online 	----------		*/


/*		----------	  	 Team 		----------		*/
#teams{
	background: #f5f5f5;
	padding: 0px 30px;
}
#teams h1{
	margin-top: 1em;
	color: #000;
}
#teams h1:after{
	background: #000;
}

#teams .row{
	/*max-width: 1200px;*/
	/*margin: 1.5em;*/
	/*padding: 48px 0;*/
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
}

.teams{
	padding: 1em;
	max-width: 32%;
	cursor: pointer;
	transition: 0.4s;
	box-sizing: border-box;
	background: #edeaea  /*#e6e6e6*/;
	border-radius: 20px;
	position: relative;
}

.teams:hover{
	background: #ddd;
	border-radius: 12px;
	box-shadow: 5px 7px 9px -3px rgba(0, 0, 0, 0.5);
}

.teams img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0.3em;
}


.name{
	margin-top: 1.8em;
	padding: 12px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.desig{
	font-style: italic;
	color: #888;
}

.about{
	margin: 20px 0;
	font-weight: lighter;
	color: #4e4e4e;
}

.teams-social-links{
	margin: 14px;
}

.teams-social-links a{
	display: inline-block;
	height: 30px;
	width: 30px;
	transition: .4s;
}

.teams-social-links a:hover{
	transform: scale(1.5);
}

.teams-social-links a i{
	color: #444;
} 

@media screen and (max-width: 50em){
	.teams{
		max-width: 100%;
		margin: 1em 3em;
	}

}








/*		----------		footer starts 		-----------		*/
.footer-dark {
	padding-top:25px;
  	/*color:#f0f9ff;*/
  background-color:#282d32;
}
.footer-dark .row{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-dark .item.social > a {
	font-size:20px;
	width:36px;
	height:36px;
	line-height:36px;
	display:inline-block;
	text-align:center;
	text-decoration: none;
	border-radius:50%;
	box-shadow:0 0 0 1px rgba(255,255,255,0.4);
	margin:0 2.5px;
	color:#fff;
	opacity:1;
}
.footer-dark .item.social > a:hover {
  	opacity:0.75;
}

.footer-dark .copyright {
	color: #fff;
	text-align: center;
  	padding-top:24px;
  	opacity:0.8;
  	font-size:1em;
}



























/*html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #fff;
}*/
section#slider{
	background: #fff;
}

#slider /*.slider*/ {
  margin-bottom: 30px;
  position: relative;
}
#slider /*.slider*/ .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+  #ff5e62, #ff9966*/
  color: #fff;
}
#slider .slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.4;
  transition: all 0.3s;
}
#slider .slider-card img {
  border-radius: 5px 5px 0px 0px;
}
#slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
#slider .owl-nav .owl-next {
  #our_work position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
#slider .owl-dots {
  text-align: center;
}
#slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
#slider .owl-dots .owl-dot.active {
  background: #000 !important;		/*#f44336*/
}
/*<gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"></gwmw><gwmw style="display:none;"></gwmw></gwmw><gwmw style="display:none;"></gwmw></gwmw></gwmw></gwmw><gwmw style="display:none;">*/