/*-----------------------------------------------------------------------------------
	Render
	About: A shiny new Blocs website.
	Author: AnasHyeee
	Version: 2.00
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	color:var(--swatch-var-3963)!important;
}
.container{
	max-width:1140px;
}
h1{
	font-size:38px;
	line-height:48px;
}
h2{
	font-size:34px;
	line-height:44px;
}
h3{
	font-size:26px;
	line-height:36px;
}
h4{
	font-size:24px;
	line-height:34px;
}
h5{
	font-size:20px;
	line-height:30px;
}
h6{
	font-size:16px;
	line-height:26px;
}
p{
	font-size:18px;
	line-height:30px;
	color:var(--swatch-var-1444)!important;
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.display-sm{
	font-size:48px;
	line-height:58px;
}
.display-md{
	font-size:60px;
	line-height:70px;
}
.display-lg{
	font-size:72px;
	line-height:82px;
}
.display-2xl{
	font-size:100px;
	line-height:110px;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-bolder{
	font-weight:900;
}
.text-bold{
	font-weight:bold;
}
.text-center{
	text-align:center;
}
.bloc-fill{
	fill:var(--swatch-var-4401);
}
.divider-background-color{
	background-color:var(--swatch-var-6023);
	height:5px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.box-item-01{
	background-color:var(--swatch-var-466);
	padding:20px 20px 20px 20px;
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background:radial-gradient(var(--swatch-var-4521) 0%, var(--swatch-var-466) 100%);
}
.label-01{
	width:auto;
	padding:5px 18px 5px 18px;
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
	border-style:solid;
	border-color:var(--swatch-var-7573)!important;
	background-color:var(--swatch-var-466);
	background:radial-gradient(var(--swatch-var-6023)  0%, var(--swatch-var-1745) 50%, var(--swatch-var-1928)  99%);
	font-size:16px;
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
}
.image-02{
	width:64px;
	padding-bottom:18px;
}
.col-item-01{
	padding:16px 16px 16px 16px;
	margin-bottom:0px;
	margin-top:0px;
}
.span-highlight{
	background-color:var(--swatch-var-3252);
}
.span-highlight-dark{
	background-color:var(--swatch-var-6023);
}
.background-image{
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/camarostreent.jpg");
	background-image: -webkit-image-set(url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);background-image: image-set(url("img/camarostreent.jpg") 1x,
url("img/camarostreent.jpg") 2x,url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);
	background-image: -webkit-image-set(url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);background-image: image-set(url("img/camarostreent.jpg") 1x,
url("img/camarostreent.jpg") 2x,url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);
}
.background-image:hover{
	background-image:url("img/camarostreent.jpg");
	background-image: -webkit-image-set(url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);background-image: image-set(url("img/camarostreent.jpg") 1x,
url("img/camarostreent.jpg") 2x,url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);
	background-image: -webkit-image-set(url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);background-image: image-set(url("img/camarostreent.jpg") 1x,
url("img/camarostreent.jpg") 2x,url("img/camarostreent.webp") 1x,
url("img/camarostreent.webp") 2x);
	background-position:center center;
}
.span-quets{
	background-color:var(--swatch-var-2098);
	padding:16px 16px 16px 16px;
	border-width:0px 0px 0px 0px;
}
.form-control{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	background-color:var(--swatch-var-2098);
	color:var(--swatch-var-5615)!important;
}
.form-control:hover{
	background-color:var(--swatch-var-2098);
}
.form-control:active{
	background-color:var(--swatch-var-2098);
}
.form-control:focus{
	background-color:var(--swatch-var-2098);
	box-shadow:0.00px -2.00px 0px transparent;
}
.form-control:visited{
	background-color:var(--swatch-var-2098);
}
.button-form{
	background-color:var(--swatch-var-6023);
	color:var(--swatch-var-5615)!important;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	text-transform:uppercase;
}
.button-form:hover{
	background-color:var(--swatch-var-6023);
	color:var(--swatch-var-1316)!important;
}
.menu-link{
	font-size:18px;
	color:var(--swatch-var-5615)!important;
	font-weight:600;
	text-transform:uppercase;
}
.nav-bar-style{
	position:relative;
	top:60px;
	margin-top:-60px;
	padding-right:20px;
	padding-left:20px;
}
.navbar-brand{
	font-size:20px;
	color:var(--swatch-var-5615)!important;
	font-weight:800;
	text-transform:uppercase;
}
.button-03{
	font-size:17px;
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
	direction:rtl;
	border-width:0px 0px 0px 0px;
}
.button-03:hover{
	color:var(--swatch-var-1316)!important;
	border-width:0px 0px 0px 0px;
}
.button-03:active{
	border-width:0px 0px 0px 0px;
}
.button-03:focus{
	border-width:0px 0px 0px 0px;
}
.button-03:visited{
	border-width:0px 0px 0px 0px;
}
.display-3xl{
	font-size:100px;
	line-height:110px;
}
.navbar-pages{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.brand-text{
	font-weight:800;
	text-decoration:none;
	font-size:18px;
	color:var(--swatch-var-3963)!important;
}
.brand-text:hover{
	text-decoration:none;
	color:var(--swatch-var-3963)!important;
}
.text-link{
	color:var(--swatch-var-5615)!important;
	font-size:17px;
	line-height:27px;
	text-decoration:none;
	font-weight:600;
}
.text-link:hover{
	color:var(--swatch-var-6023)!important;
	text-decoration:none;
}
.footer-col{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	column-gap:18px;
	row-gap:12px;
}
.bloc-0-fill{
	fill:var(--swatch-var-3963);
}
.button-red{
	background-color:var(--swatch-var-6023);
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
	text-transform:uppercase;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	padding:8px 22px 8px 22px;
	font-size:17px;
}
.button-red:hover{
	padding:8px 22px 8px 22px;
	background-color:var(--swatch-var-408);
	box-shadow:0.00px 5.00px 0px #920A25;
}
.button-red:active{
	padding:8px 22px 8px 22px;
}
.button-red:focus{
	padding:8px 22px 8px 22px;
}
.button-red:visited{
	padding:8px 22px 8px 22px;
}
.button-03-black{
	font-size:17px;
	color:var(--swatch-var-3963)!important;
	font-weight:bold;
	direction:rtl;
	border-width:0px 0px 0px 0px;
}
.button-03-black:hover{
	color:var(--swatch-var-1444)!important;
	border-width:0px 0px 0px 0px;
}
.button-03-black:active{
	border-width:0px 0px 0px 0px;
}
.button-03-black:focus{
	border-width:0px 0px 0px 0px;
}
.button-03-black:visited{
	border-width:0px 0px 0px 0px;
}
.button-social{
	font-size:17px;
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
	border-width:0px 0px 0px 0px;
	direction:rtl;
}
.button-social:hover{
	color:var(--swatch-var-1316)!important;
	border-width:0px 0px 0px 0px;
}
.button-social:active{
	border-width:0px 0px 0px 0px;
}
.button-social:focus{
	border-width:0px 0px 0px 0px;
}
.button-social:visited{
	border-width:0px 0px 0px 0px;
}
.footer-col-left{
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	justify-content:flex-end;
	column-gap:18px;
	row-gap:12px;
	align-content:flex-start;
}
.icon-socil{
	font-size:24px;
	color:var(--swatch-var-5615)!important;
}
.icon-socil:hover{
	color:var(--swatch-var-6023)!important;
}
.dev-profile-icons{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:14px;
	padding:12px 12px 12px 12px;
	background-color:var(--swatch-var-3722);
	box-shadow:0.00px -1.00px 10px #000000;
}
.scrollToTop{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	background-color:var(--swatch-var-6023);
	color:var(--swatch-var-5615)!important;
}
.snap-scroll-pagination{
	font-weight:bold;
	margin-left:-12px;
}
.bloc-homepage{
	height:100vh;
}
.snap-scroll-pagination a{
	color:var(--swatch-var-5615)!important;
}
.snap-scroll-pagination a .hover-text{
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
	margin-left:-10px;
}
.car-details{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:20px;
	row-gap:8px;
	align-items:center;
}
.number-md{
	font-size:34px;
}
.b-divider{
	border-style:solid;
	border-color:var(--swatch-var-2138)!important;
	border-width:2px 0px 2px 0px;
}
.brand-text-light{
	font-weight:800;
	text-decoration:none;
	font-size:18px;
	color:var(--swatch-var-5615)!important;
}
.brand-text-light:hover{
	text-decoration:none;
	color:var(--swatch-var-1316)!important;
}
.viewshot-button{
	width:100%;
	height:auto;
	background-color:var(--swatch-var-6779);
	font-size:20px;
	font-weight:bold;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	color:var(--swatch-var-983)!important;
}
.viewshot-button:hover{
	background-color:var(--swatch-var-2639);
	color:var(--swatch-var-5615)!important;
	font-weight:bold;
}
.dev-01{
	background-color:var(--swatch-var-6023);
	width:100%;
	height:200px;
}
.hero-col-footer{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	column-gap:14px;
	flex-wrap:wrap;
	margin-bottom:20px;
	row-gap:14px;
}
.col-overview{
	padding:24px 24px 24px 24px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	box-shadow:0.00px -0.00px 14px #333333;
	background-color:var(--swatch-var-560);
}
.text-item-01{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:20px;
	width:100%;
}
.img-item-01{
	box-shadow:0.00px -0.00px 14px #333333;
	width:180px;
	height:auto;
}
.dev-gallery{
	grid-template-columns:1fr 1fr 1fr;
	column-gap:5px;
	row-gap:5px;
}
.dev-powefull{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:20px;
}
.col-flying{
	position:relative;
	bottom:150px;
	margin-bottom:-150px;
}
.text-item-01-img{
	width:30%;
}
.text-item-01-text{
	width:70%;
}
.form-check-input:checked{
	background-color:var(--swatch-var-6023);
	border-color:var(--swatch-var-6023)!important;
}
.form-check-input{
	background-color:var(--swatch-var-2098);
	border-color:var(--swatch-var-2098)!important;
}
.brand-logo{
	width:24px;
	height:auto;
}
.brand-name{
	color:var(--swatch-var-5615)!important;
	text-decoration:none;
	font-size:22px;
	font-weight:800;
	text-transform:uppercase;
}
.dev-brand{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:14px;
}
.col-menu{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.menu-link:hover{
	color:var(--swatch-var-6023)!important;
}
.footer-col-01{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	column-gap:14px;
	flex-wrap:wrap;
	margin-bottom:20px;
	row-gap:14px;
}
.service-gallery{
	grid-template-columns:1fr 1fr 1fr;
}
.dev-service{
	background-color:var(--swatch-var-3722);
	border-width:0px 0px 0px 0px;
	border-radius:8px 8px 8px 8px;
	padding:18px 18px 18px 18px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
	height:300px;
	box-shadow:0.00px -1.00px 10px #000000;
}
.dev-service-img-01{
	background-image:url("img/VintageGastation.jpg");
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-size:cover;
}
.dev-service-img-02{
	background-image:url("img/VintageGastation.jpg");
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-size:cover;
}
.dev-service-img-03{
	background-image:url("img/VintageGastation.jpg");
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-image: -webkit-image-set(url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);background-image: image-set(url("img/VintageGastation.jpg") 1x,
url("img/VintageGastation.jpg") 2x,url("img/VintageGastation.webp") 1x,
url("img/VintageGastation.webp") 2x);
	background-size:cover;
}
.dev-teamwork{
	background-color:var(--swatch-var-3722);
	padding:12px 12px 12px 12px;
	border-width:4px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6023)!important;
}
.h1-style{
	width:100%;
}
.h4-style{
	line-height:34px;
}
.h2-style{
	line-height:44px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-466:rgba(231,231,231,1.00);
	
	--swatch-var-3963:rgba(0,0,0,1.00);
	
	--swatch-var-1444:rgba(153,153,153,1.00);
	
	--swatch-var-7573:rgba(0,0,0,1.00);
	
	--swatch-var-5615:rgba(255,255,255,1.00);
	
	--swatch-var-3403:rgba(51,51,51,1.00);
	
	--swatch-var-7930:rgba(247,247,247,1.00);
	
	--swatch-var-1316:rgba(231,231,231,1.00);
	
	--swatch-var-2138:rgba(0,0,0,1.00);
	
	--swatch-var-5875:rgba(204,0,51,0.10);
	
	--swatch-var-1939:rgba(231,231,231,1.00);
	
	--swatch-var-4521:rgba(204,204,204,1.00);
	
	--swatch-var-3252:rgba(255,192,205,1.00);
	
	--swatch-var-6023:rgba(255,0,51,1.00);
	
	--swatch-var-4401:rgba(255,0,51,0.25);
	
	--swatch-var-2887:rgba(255,240,243,1.00);
	
	--swatch-var-5261:rgba(255,192,205,1.00);
	
	--swatch-var-2098:rgba(51,51,51,1.00);
	
	--swatch-var-983:rgba(0,0,0,0.00);
	
	--swatch-var-5146:rgba(255,0,51,0.20);
	
	--swatch-var-1928:rgba(255,35,79,1.00);
	
	--swatch-var-408:rgba(177,3,38,1.00);
	
	--swatch-var-440:rgba(146,10,37,1.00);
	
	--swatch-var-1745:rgba(215,0,43,1.00);
	
	--swatch-var-2639:rgba(255,255,255,0.20);
	
	--swatch-var-6779:rgba(255,255,255,0.05);
	
	--swatch-var-560:rgba(255,255,255,0.70);
	
	--swatch-var-3008:rgba(51,51,51,1.00);
	
	--swatch-var-6214:rgba(51,51,51,1.00);
	
	--swatch-var-3722:rgba(33,33,33,1.00);
	
	--swatch-var-2969:rgba(66,66,66,1.00);
	
}


/* Background colour styles */

.bgc-7573{
	background-color:var(--swatch-var-7573);
}

/* Text colour styles */

.tc-3963{
	color:var(--swatch-var-3963)!important;
}
.tc-5615{
	color:var(--swatch-var-5615)!important;
}

/* Icon colour styles */

.icon-3963{
	color:var(--swatch-var-3963)!important;
	border-color:var(--swatch-var-3963)!important;
}

/* Bloc image backgrounds */

.bg-IMG-8636{
	background-image:url("img/IMG_8636.jpg");
	background-image: -webkit-image-set(url("img/IMG_8636.webp") 1x,
url("img/IMG_8636.webp") 2x);background-image: image-set(url("img/IMG_8636.jpg") 1x,
url("img/IMG_8636.jpg") 2x,url("img/IMG_8636.webp") 1x,
url("img/IMG_8636.webp") 2x);
}
.bg-IMG-1215{
	background-image:url("img/IMG_1215.jpg");
	background-image: -webkit-image-set(url("img/IMG_1215.webp") 1x,
url("img/IMG_1215.webp") 2x);background-image: image-set(url("img/IMG_1215.jpg") 1x,
url("img/IMG_1215.jpg") 2x,url("img/IMG_1215.webp") 1x,
url("img/IMG_1215.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
.background-image:hover, .background-image-01:hover, .background-image-02:hover, .background-image-03:hover, .background-image-04:hover, .background-image-05:hover, .background-image-06:hover, .background-image-07:hover, .background-image-08:hover, .background-image-09:hover, .background-image-10:hover {
	transition-duration:0.6s;
	transition:all 0.3s ease-in-out;
}





/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1{
		font-size:36px;
		line-height:46px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	h3{
		font-size:24px;
		line-height:34px;
	}
	h4{
		font-size:22px;
		line-height:32px;
	}
	p{
		font-size:18px;
		line-height:30px;
	}
	.display-sm{
		font-size:42px;
		line-height:54px;
	}
	.display-md{
		font-size:54px;
		line-height:64px;
	}
	.display-lg{
		font-size:62px;
		line-height:72px;
	}
	.display-2xl{
		font-size:90px;
		line-height:100px;
	}
	.text-bold{
		font-weight:bold;
	}
	.text-bolder{
		font-weight:900;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.image-02{
		width:64px;
	}
	.col-item-01{
		margin-bottom:14px;
		margin-top:14px;
	}
	.display-3xl{
		font-size:70px;
		line-height:80px;
	}
	.footer-col{
		column-gap:16px;
		row-gap:10px;
	}
	.footer-col-left{
		column-gap:16px;
		row-gap:10px;
	}
	.bloc-homepage{
		height:100%;
	}
	.number-md{
		font-size:30px;
	}
	.col-overview{
		padding:22px 22px 22px 22px;
	}
	.dev-powefull{
		grid-template-columns:1fr 1fr;
		row-gap:45px;
		column-gap:45px;
	}
	.col-flying{
		bottom:140px;
		margin-bottom:-140px;
	}
	.p-md{
	}
	.service-gallery{
		grid-template-columns:1fr 1fr;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:32px;
		line-height:42px;
	}
	h2{
		font-size:27px;
		line-height:37px;
	}
	h3{
		font-size:22px;
		line-height:32px;
	}
	h4{
		font-size:20px;
		line-height:30px;
	}
	h5{
		font-size:18px;
		line-height:28px;
	}
	p{
		font-size:17px;
		line-height:29px;
	}
	.display-sm{
		font-size:38px;
		line-height:48px;
	}
	.display-md{
		font-size:38px;
		line-height:48px;
	}
	.display-lg{
		font-size:56px;
		line-height:46px;
	}
	.display-2xl{
		line-height:70px;
		font-size:60px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5615)!important;
		fill:var(--swatch-var-5615)!important;
	}
	.display-3xl{
		line-height:108px;
		font-size:98px;
	}
	.footer-col{
		justify-content:center;
		row-gap:10px;
	}
	.footer-col-left{
		justify-content:center;
		row-gap:10px;
		align-items:center;
	}
	.number-md{
		font-size:28px;
	}
	.hero-col-footer{
		justify-content:center;
	}
	.col-overview{
		padding:20px 20px 20px 20px;
	}
	.dev-gallery{
		grid-template-columns:1fr 1fr;
	}
	.col-flying{
		bottom:100px;
		margin-bottom:-100px;
	}
	.menu-icon-hero-stroke{
		stroke:var(--swatch-var-5615)!important;
		fill:var(--swatch-var-5615)!important;
	}
	.footer-col-01{
		justify-content:center;
	}
	.service-gallery{
		grid-template-columns:1fr;
	}
	.dev-service{
		height:400px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:26px;
		line-height:36px;
	}
	h2{
		font-size:24px;
		line-height:34px;
	}
	h3{
		font-size:20px;
		line-height:30px;
	}
	h4{
		line-height:30px;
		font-size:20px;
	}
	h5{
	}
	p{
		line-height:29px;
	}
	.display-sm{
		font-size:32px;
		line-height:42px;
	}
	.display-md{
		font-size:32px;
		line-height:42px;
	}
	.display-lg{
		font-size:40px;
		line-height:50px;
	}
	.display-2xl{
		line-height:50px;
		font-size:40px;
	}
	.col-item-01{
		margin-top:10px;
		margin-bottom:10px;
	}
	.span-quets{
		padding:10px 10px 10px 10px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5615)!important;
		fill:var(--swatch-var-5615)!important;
	}
	.display-3xl{
		line-height:80px;
		font-size:70px;
	}
	.footer-col{
		row-gap:10px;
	}
	.footer-col-left{
		row-gap:10px;
		align-items:center;
	}
	.car-details{
		row-gap:8px;
	}
	.number-md{
		font-size:26px;
	}
	.p-md{
	}
	.col-overview{
		padding:18px 18px 18px 18px;
	}
	.dev-gallery{
		grid-template-columns:1fr;
	}
	.dev-powefull{
		grid-template-columns:1fr;
	}
	.col-flying{
		bottom:60px;
		margin-bottom:-60px;
	}
	.dev-service{
		height:340px;
	}
	.footer-link{
		text-align:center;
	}
	
}

