/*-----------------------------------------------------------------------------------
	Symmetricity - Pattern Design
	About: Symmetricity designs are one-of-a-kind, created for those who value originality and craftsmanship. Each design is sold only once, ensuring your brand or project stands out with something truly singular.
	Author: Fabiano Coelho
	Version: 1.0
	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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'B612Mono-Regular';
	src: url('./fonts/B612Mono-Regular/B612Mono-Regular.ttf');
	src: url('./fonts/B612Mono-Regular/B612Mono-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'EmpiricaHeadLight';
	src: url('./fonts/EmpiricaHeadLight/EmpiricaHeadLight.ttf');
	src: url('./fonts/EmpiricaHeadLight/EmpiricaHeadLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'B612Mono-Bold';
	src: url('./fonts/B612Mono-Bold/B612Mono-Bold.ttf');
	src: url('./fonts/B612Mono-Bold/B612Mono-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'EmpiricaHead';
	src: url('./fonts/EmpiricaHead/EmpiricaHead.ttf');
	src: url('./fonts/EmpiricaHead/EmpiricaHead.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'B612Mono-Italic';
	src: url('./fonts/B612Mono-Italic/B612Mono-Italic.ttf');
	src: url('./fonts/B612Mono-Italic/B612Mono-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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-sm{
	padding:20px;
}

/* = 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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);
}


/* = 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}
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}


/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-w-80{
	max-width:80%;
}
.text-w-70{
	max-width:70%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.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%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* 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
-------------------------------------------------------------- */

.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.navbar-brand img{
	width:300px;
}
.link-menu{
	font-family:"B612Mono-Regular";
	color:var(--swatch-var-3501)!important;
}
.stroke-style{
	border-width:4px 4px 4px 4px;
	border-color:var(--swatch-var-3501)!important;
	border-style:solid;
	padding:8px 8px 8px 8px;
}
.link-menu:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-5009)!important;
}
.no-stroke-top{
	border-width:0px 4px 4px 4px;
}
.h1-style{
	font-family:"EmpiricaHeadLight";
	font-size:96px;
	color:var(--swatch-var-3501)!important;
	line-height:88px;
}
.paragraph-style{
	font-family:"B612Mono-Regular";
	font-size:24px;
	color:var(--swatch-var-3501)!important;
}
.button-large{
	font-family:"B612Mono-Bold";
	background-color:var(--swatch-var-5009);
	color:var(--swatch-var-6735)!important;
}
.button-large:hover{
	background-color:var(--swatch-var-3506);
}
.h4-style{
	font-family:"B612Mono-Regular";
	font-size:24px;
	line-height:26px;
	color:var(--swatch-var-3501)!important;
}
.subtitle-style{
	font-family:"B612Mono-Bold";
	color:var(--swatch-var-3501)!important;
	font-size:18px;
}
.paragraph-small-style{
	font-family:"B612Mono-Regular";
	font-size:14px;
	color:var(--swatch-var-3501)!important;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
	padding:16px 16px 16px 16px;
}
.div-product{
	padding:16px 16px 16px 16px;
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-3501)!important;
}
.h2-style{
	font-family:"EmpiricaHeadLight";
	font-size:72px;
	color:var(--swatch-var-3501)!important;
	line-height:72px;
}
.no-stroke-top-left{
	border-left-width:0px;
	border-top-width:0px;
}
.paragraph-medium-style{
	font-family:"B612Mono-Regular";
	font-size:18px;
	line-height:24px;
	color:var(--swatch-var-3501)!important;
	text-decoration:none;
}
.column-product-home{
	padding:16px 24px 16px 24px;
}
.bg-filled{
	background-color:var(--swatch-var-3501);
}
.alt-hover-button:hover{
	background-color:var(--swatch-var-538);
}
.white{
	color:var(--swatch-var-6735)!important;
}
.h6-style{
	font-family:"EmpiricaHead";
	font-size:24px;
	color:var(--swatch-var-3501)!important;
}
.link-footer{
	font-family:"B612Mono-Regular";
	font-size:14px;
	color:var(--swatch-var-3501)!important;
	text-decoration:none;
	display:block;
}
.link-footer:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-5009)!important;
}
.padding-div-newsletter{
	padding-left:8px;
	padding-right:8px;
}
.form-field-style{
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-width:4px 4px 4px 4px;
	border-color:var(--swatch-var-3501)!important;
	font-family:"B612Mono-Regular";
	color:var(--swatch-var-3501)!important;
}
.label-checkbox{
	font-family:"B612Mono-Regular";
	font-size:12px;
	color:var(--swatch-var-3501)!important;
}
.h5-style{
	font-family:"EmpiricaHead";
	font-size:32px;
	line-height:32px;
	color:var(--swatch-var-3501)!important;
}
.img-footer{
	filter:brightness(0.9);
}
.span-italic{
	font-family:"B612Mono-Italic";
}
.link-menu:active{
	font-family:"B612Mono-Bold";
	color:var(--swatch-var-538)!important;
	text-decoration:underline!important;
}
.link-menu:focus{
	font-family:"B612Mono-Bold";
	text-decoration:underline!important;
	color:var(--swatch-var-538)!important;
}
.alt-hover-button:active{
	color:var(--swatch-var-538)!important;
}
.alt-hover-button:focus{
	color:var(--swatch-var-538)!important;
}
.alt{
	color:var(--swatch-var-6735)!important;
}
.link-breadcrumb{
	text-align:right;
	color:var(--swatch-var-6735)!important;
	font-family:"B612Mono-Regular";
	font-size:14px;
}
.bloc-padding-right{
	padding-right:0px;
}
.h2-bloc-3-style{
	width:100%;
}
.span-subtitle{
	font-family:"EmpiricaHead";
	font-size:32px;
}
.span-bold{
	font-family:"B612Mono-Bold";
}
.accordion-style{
	padding:0px 0px 0px 0px;
	font-family:"B612Mono-Regular";
	color:var(--swatch-var-3501)!important;
	font-size:16px;
	text-decoration:none;
	border-radius:0px 0px 0px 0px;
}
.card-accordion{
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-3501)!important;
	padding:0px 0px 0px 0px;
}
.card-style{
	padding:16px 16px 16px 16px;
	background-color:var(--swatch-var-3501);
}
.right-only{
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
}
.link-product{
	color:var(--swatch-var-3501)!important;
	text-decoration:none;
}
.link-product:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-538)!important;
}
.details-button{
	background-color:var(--swatch-var-1589);
	color:var(--swatch-var-3501)!important;
}
.details-button:hover{
	color:var(--swatch-var-6735)!important;
	background-color:#999999;
}
.h4-pattern-n-style{
	opacity:1.0;
}
.h4-131-style{
	opacity:1.0;
}
.paginator:active{
	background-color:var(--swatch-var-538);
}
.img-hero-style{
	height:300px;
}
.img-180-style{
	height:350px;
}
.img-182-style{
	height:550px;
}
.img-style{
	height:320px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-6735:rgba(255,255,255,1.00);
	
	--swatch-var-1589:rgba(240,240,240,1.00);
	
	--swatch-var-538:rgba(45,0,110,1.00);
	
	--swatch-var-3501:rgba(105,0,255,1.00);
	
	--swatch-var-3506:rgba(150,0,54,1.00);
	
	--swatch-var-5009:rgba(255,0,92,1.00);
	
}



/* Bloc image backgrounds */




/* = 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){
	.menu-icon-header-stroke{
		stroke:var(--swatch-var-5009)!important;
		fill:var(--swatch-var-5009)!important;
	}
	.h2-style{
		text-align:center;
	}
	.paragraph-medium-style{
		text-align:center;
	}
	.no-stroke-top-left{
		border-left-width:4px;
	}
	
}

@media (max-width: 767px){
	.menu-icon-header-stroke{
		stroke:var(--swatch-var-5009)!important;
		fill:var(--swatch-var-5009)!important;
	}
	.h1-style{
		font-size:64px;
		line-height:64px;
		text-align:center;
	}
	.h2-style{
		font-size:64px;
		text-align:center;
	}
	.alt-hover-button{
		width:100%;
	}
	.paragraph-medium-style{
		text-align:center;
	}
	.no-stroke-top-left{
		border-left-width:4px;
	}
	.paginator{
		width:10%;
	}
	.column-recomendations-cta{
		padding-right:20px;
		padding-left:20px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.navbar-brand img{
		width:200px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5009)!important;
		fill:var(--swatch-var-5009)!important;
	}
	.h1-style{
		font-size:48px;
		text-align:center;
		line-height:48px;
	}
	.paragraph-style{
		font-size:18px;
		line-height:24px;
	}
	.h2-style{
		font-size:48px;
		line-height:48px;
		text-align:center;
	}
	.button-large{
		font-size:18px;
		line-height:24px;
		width:100%;
	}
	.no-stroke-top-left{
		border-width:0px 4px 4px 4px;
	}
	.column-product-home{
		padding-top:16px;
		padding-bottom:16px;
	}
	.bg-filled{
		padding-top:16px;
		padding-bottom:16px;
	}
	.no-stroke-top{
	}
	.paragraph-medium-style{
		text-align:center;
	}
	.link-footer{
		font-size:16px;
	}
	.label-checkbox{
		text-align:center;
	}
	.paragraph-small-style{
		font-size:16px;
	}
	.paginator{
		width:15%;
		text-align:center;
	}
	.alt{
		font-size:24px;
	}
	.column-product-page{
		padding-left:20px;
		padding-right:20px;
	}
	.column-recomendations-cta{
		padding-left:20px;
		padding-right:20px;
	}
	.column-sections-footer{
		padding-left:24px;
		padding-right:24px;
	}
	
}

