/*-----------------------------------------------------------------------------------
	Spool Shelf
	About: Track, organize, and sort your 3D printing filament with Spool Shelf — the ultimate inventory tool for hobbyists who want to stay in the know, even on the go.
	Author: Daniel De Ciantis
	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 */

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


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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);
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn-icon-e{
	direction:rtl;
}
.btn-icon-e .icon-spacer{
	margin-right:0;
	margin-left:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.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%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-weight:700;
	font-family:"Inter";
}
.container{
	max-width:1140px;
}
.footer-padding{
	padding-top:36px;
}
.nav-bar{
	background-color:rgba(255,255,255,0.60);
	backdrop-filter:blur(15px);
	-webkit-backdrop-filter:blur(15px);
	z-index:1000;
}
.blocs-card-width{
	width:25%;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:60px;
}
.glass-bg{
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	background-color:rgba(255,255,255,0.80);
	border-radius:16px 16px 16px 16px;
	padding:16px 16px 16px 16px;
}
.dark-theme .glass-bg{
	background-color:rgba(41,41,41,0.80);
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:60px;
}
.app-icon{
	border-radius:12px 12px 12px 12px;
}
.navbar-brand img{
	width:44px;
	height:44px;
}
.navbar-app-icon{
	border-radius:0px 0px 0px 0px;
}
.link-style{
	font-weight:700;
}
.img-homeview-cropp-style{
	width:400px;
}
.italic{
	font-style:italic;
}
.weight-500{
	font-weight:500;
}
.weight-200{
	font-weight:200;
}
.img-app-store-bad-style{
	width:140px;
}
.text-primary{
	background-color:transparent;
	color:#000000!important;
}
.text-secondary{
	color:#5F677B!important;
}
.card-bg-graph-light{
	background-image:url("img/graph.svg");
	background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
	align-items:flex-start;
}
.card-bg-homeview-light{
	background-image:url("img/homeview-light-1.png");
	background-image: -webkit-image-set(url("img/homeview-light-1.webp") 1x,
url("img/homeview-light-1.webp") 2x);background-image: image-set(url("img/homeview-light-1.png") 1x,
url("img/homeview-light-1.png") 2x,url("img/homeview-light-1.webp") 1x,
url("img/homeview-light-1.webp") 2x);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:330px;
}
.card-index-hero{
	background-color:#F8F9FA;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#DDDDDD!important;
	border-radius:16px 16px 16px 16px;
	padding-top:24px;
	padding-right:24px;
	padding-left:24px;
}
.card-struct{
	border-radius:16px 16px 16px 16px;
	border-style:solid;
	border-color:#DDDDDD!important;
	background-color:#F8F9FA;
	border-width:1px 1px 1px 1px;
	padding:24px 24px 24px 24px;
	overflow:hidden;
	position:relative;
}
.margin-top-20{
	margin-top:20px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.img-graph{
	width:100%;
	overflow:hidden;
	position:absolute;
	display:inline-block;
	left:0px;
	bottom:0px;
}
.dark-theme .card-struct{
	border-radius:16px 16px 16px 16px;
	border-style:solid;
	border-color:#505050!important;
	background-color:#28292B;
	border-width:1px 1px 1px 1px;
	padding:24px 24px 24px 24px;
	overflow:hidden;
	position:relative;
}
.body-bg{
	background-color:#FFFFFF;
}
.dark-theme .body-bg{
	background-color:#0D0D0D;
}
.dark-theme .card-index-hero{
	background-color:#28292B;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#505050!important;
	border-radius:16px 16px 16px 16px;
	padding-top:24px;
	padding-right:24px;
	padding-left:24px;
}
.dark-theme .text-primary{
	color:#FFFFFF!important;
}
.dark-theme .text-secondary{
	color:#B0B3B8!important;
}
.cta-text{
	color:#FFFFFF!important;
}
.cta-bg{
	background:linear-gradient(300deg, #1C6AFD 0%, #00A9FD 100%);
	text-align:center;
}
.cta-btn{
	border-radius:12px 12px 12px 12px;
	padding-right:12px;
	padding-left:12px;
	background:linear-gradient(130deg, #1C6AFD 0%, #00A9FD 100%);
}
.dark-theme .nav-bar{
	background-color:rgba(0,0,0,0.80);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.menu-icon-stroke{
	stroke:#8F8F8F!important;
	fill:#8F8F8F!important;
}
.h5-style{
	font-family:"Pacifico";
	font-weight:lighter;
	font-size:px;
	line-height:px;
}
.img-style{
	width:370px;
}
.card-1-img{
	align-content:center;
	height:250px;
}
.label-style{
	font-size:px;
}
.section-title{
	display:flex;
	align-items:center;
	column-gap:8px;
}
.card-text-div{
	z-index:10;
}
.text-decorated{
	background-color:transparent;
	color:transparent!important;
	background:linear-gradient(90deg, #00A9FD 0%, #1C6AFD 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.carousel-cards{
	overflow:visible;
	display:inline-flex;
}
.p-style{
	font-weight:500;
}
header{
	font-weight:900;
}
.label-lg{
	font-size:48px;
}
.weight-100{
	font-weight:100;
}
.weight-300{
	font-weight:300;
}
.weight-400{
	font-weight:400;
}
.weight-600{
	font-weight:600;
}
.weight-700{
	font-weight:700;
}
.weight-800{
	font-weight:800;
}
.weight-900{
	font-weight:900;
}
.img-bloc-2-style{
	width:554px;
}
.feature-card{
	min-height:400px;
	max-height:500px;
}
.remove-bottom-padding{
	padding-bottom:0px;
}
.bg-acc-sec{
	background-color:#00A9FD;
}
.wave-styles{
	margin-bottom:-10px;
	z-index:10;
}
.primary-on-cta{
	color:#FFFFFF!important;
}
.secondary-on-cta{
	color:#F8F9FA!important;
}
.footer-link{
	text-decoration:none;
	font-weight:500;
	color:#5F677B!important;
	font-size:14px;
	text-transform:none;
}
.footer-link:hover{
	text-decoration:none;
	background:linear-gradient(0deg, #1C6AFD 0%, #00A9FD 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.footer-bg{
	background-color:#F8F9FA;
}
.dark-theme .footer-bg{
	background-color:#28292B;
}
.label-xl{
	font-size:56px;
}
.divider{
	background-color:#DDDDDD;
}
.dark-theme .divider{
	background-color:#505050;
}
.hyperlink{
	color:transparent!important;
	background:linear-gradient(270deg, #1C6AFD 0%, #00A9FD 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	text-decoration:none;
}
.hyperlink:hover{
	text-decoration:underline!important;
}
.faq-head{
	margin-bottom:20px;
}
.p-bloc-4-style{
	font-size:12px;
}
.all-caps{
	text-transform:uppercase;
}
.avatar-img{
	max-height:100%;
	max-width:100%;
	display:block;
	overflow:hidden;
	width:80%;
	height:auto;
}
.img-container{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	overflow:hidden;
}
.cta-btn-capsule{
	border-radius:100px 100px 100px 100px;
	background:linear-gradient(90deg, #00A9FD 0%, #1C6AFD 100%);
	font-weight:400;
	transition:background-color 1.5s ease-in-out 0s;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	font-size:18px;
}
.cta-btn-capsule:hover{
	transition:background-color 1.5s ease-in-out 0s!important;
	background:linear-gradient(90deg, #00A9FD  0%, #1C6AFD 100%)!important;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	text-decoration:none!important;
	text-transform:none!important;
}
.svg-icon-fill{
	fill:#FFFFFF!important;
}
.cta-btn-capsule:active{
	color:#FFFFFF!important;
	text-transform:none;
	text-decoration:none;
}
.footer-border{
	border-style:solid;
	border-width:2px 0px 0px 0px;
	border-color:#1C6AFD!important;
}
.dark-theme .remove-bottom-padding{
	padding-bottom:0px;
}
.remove-all-padding{
	padding:0px 0px 0px 0px;
}
.dark-theme .remove-all-padding{
	padding:0px 0px 0px 0px;
}
.gradient-bg{
	background:linear-gradient(225deg, #1C6AFD 0%, #00A9FD 100%);
}
.padding-24{
	padding:24px 24px 24px 24px;
}
.padding-16{
	padding:16px 16px 16px 16px;
}
.card-span{
	display:flex;
	justify-content:space-between;
}
.h4-fill-type{
	fill-type:evenodd!important;
}
.fill-height{
	height:100%;
}
.height-200{
	max-height:200px;
	height:200px;
}
.feature-icon-card{
	padding:24px 24px 24px 24px;
	height:200px;
	max-height:200px;
	background:linear-gradient(225deg, #00A9FD 0%, #1C6AFD 100%);
	align-items:center;
	display:flex;
	justify-content:center;
	overflow:hidden;
	object-fit:contain;
}
.img-bloc-5-style{
	height:180px;
}
.img-404-ic-style{
	width:550px;
}
.full-height{
	min-height:70vh;
}
.basic-link{
	text-decoration:none;
	font-weight:bold;
}
.basic-link:hover{
	font-weight:bold;
	text-decoration:underline!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1830:#FFFFFF;
	
	--swatch-var-7343:#000000;
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-976:rgba(28,106,253,1.00);
	
	--swatch-var-5052:rgba(0,169,253,1.00);
	
	--swatch-var-868:rgba(221,221,221,1.00);
	
	--swatch-var-1789:rgba(80,80,80,1.00);
	
	--swatch-var-4433:rgba(0,0,0,1.00);
	
	--swatch-var-2140:rgba(255,255,255,1.00);
	
	--swatch-var-4238:rgba(255,255,255,1.00);
	
	--swatch-var-1006:rgba(21,113,255,1.00);
	
	--swatch-var-5657:rgba(21,99,220,1.00);
	
	--swatch-var-4241:rgba(248,249,250,1.00);
	
	--swatch-var-7617:rgba(40,41,43,1.00);
	
	--swatch-var-5693:rgba(95,103,123,1.00);
	
	--swatch-var-4983:rgba(176,179,184,1.00);
	
}


/* Background colour styles */

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

/* Text colour styles */

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

/* Bloc image backgrounds */




/* = 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){
	.blocs-card-width{
		width:50%;
	}
	.p-3-style{
		font-size:14px;
		line-height:20px;
	}
	.img-graph{
	}
	.card-struct{
	}
	.link-style{
	}
	.text-decorated{
	}
	.hyperlink{
		text-decoration:none;
		background:linear-gradient(270deg, #1C6AFD 0%, #00A9FD 100%);
		background-clip:text!important;
		-webkit-background-clip:text!important;
		color:transparent!important;
	}
	.hyperlink:hover{
		text-decoration:underline!important;
	}
	.img-404-ic-style{
		width:450px;
	}
	.full-height{
		min-height:70vh;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.p-3-style{
		font-size:12px;
		line-height:16px;
	}
	.h4-bloc-2-style{
		font-size:px;
		line-height:px;
	}
	.full-height{
		min-height:70vh;
	}
	.img-404-ic-style{
		width:350px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:left;
	}
	.blocs-card-width{
		width:100%;
	}
	.card-bg-graph-light{
	}
	.p-3-style{
		font-size:18px;
		line-height:22px;
	}
	.img-graph{
	}
	.card-struct{
	}
	.dark-theme .card-struct{
		min-height:400px;
	}
	.cta-bg{
	}
	.text-secondary{
	}
	.full-height{
		min-height:70vh;
	}
	.img-404-ic-style{
		width:210px;
	}
	
}

