/*-----------------------------------------------------------------------------------
	ee-dreame-mova-600
	About: A shiny new Blocs website.
	Author: Audrius Radzevicius
	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:'MiSansLatin-Medium';
	src: url('./fonts/MiSansLatin-Medium/MiSansLatin-Medium.ttf');
	src: url('./fonts/MiSansLatin-Medium/MiSansLatin-Medium.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-md{
	padding:50px 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;
}


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






.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%;
}
}


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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
a{
	font-size:40px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:normalpx;
}
h1{
	font-size:48px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:72px;
}
h2{
	font-size:43px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:64.5px;
}
h3{
	font-family:MiSansLatin-Medium;
	font-size:12px;
	font-weight:400;
	letter-spacing:0.132px;
	line-height:17.4545px;
}
h5{
	font-size:25px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:37.5px;
}
h6{
	font-size:18px;
	font-weight:500;
	letter-spacing:normalpx;
	line-height:27px;
}
p{
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	line-height:21px;
}
.img-100{
	width:100%;
}
.h1-style{
	font-family:"Roboto";
	font-weight:900;
	text-transform:uppercase;
}
.h5-style{
	font-family:"Roboto";
	font-weight:300;
	letter-spacing:1px;
}
.img-dreame--style{
	width:240px;
}
.img-style{
	border-radius:20px 20px 20px 20px;
	width:100%;
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-913)!important;
	padding:3px 3px 3px 3px;
}
.bold{
	font-family:"Roboto";
	font-weight:700;
	color:var(--swatch-var-5305)!important;
}
.p-style{
	font-family:"Roboto";
	font-weight:500;
	font-size:16px;
	line-height:26px;
}
.h2-style{
	font-family:"Roboto";
	font-weight:300;
	color:var(--swatch-var-3759)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2761:rgba(255,255,255,1.00);
	
	--swatch-var-7871:rgba(0,0,0,1.00);
	
	--swatch-var-937:rgba(15,15,15,1.00);
	
	--swatch-var-1219:rgba(54,54,54,1.00);
	
	--swatch-var-3095:rgba(41,41,41,1.00);
	
	--swatch-var-536:rgba(61,61,61,1.00);
	
	--swatch-var-963:rgba(176,163,113,1.00);
	
	--swatch-var-6998:rgba(215,215,215,1.00);
	
	--swatch-var-3403:rgba(35,36,38,1.00);
	
	--swatch-var-5553:rgba(122,122,122,1.00);
	
	--swatch-var-4043:rgba(10,10,10,1.00);
	
	--swatch-var-3763:rgba(192,192,192,1.00);
	
	--swatch-var-913:rgba(208,92,56,0.28);
	
	--swatch-var-7989:rgba(64,64,64,1.00);
	
	--swatch-var-5305:rgba(45,45,45,1.00);
	
	--swatch-var-1014:rgba(77,77,77,1.00);
	
	--swatch-var-968:rgba(204,204,204,1.00);
	
	--swatch-var-4:rgba(158,137,114,1.00);
	
	--swatch-var-3895:rgba(188,161,142,1.00);
	
	--swatch-var-6633:rgba(252,252,252,1.00);
	
	--swatch-var-7285:rgba(241,241,244,1.00);
	
	--swatch-var-6892:rgba(26,26,26,1.00);
	
	--swatch-var-7907:rgba(159,130,96,1.00);
	
	--swatch-var-7997:rgba(38,27,23,1.00);
	
	--swatch-var-5681:rgba(242,242,242,1.00);
	
	--swatch-var-4475:rgba(174,125,86,1.00);
	
	--swatch-var-1286:rgba(235,228,218,1.00);
	
	--swatch-var-5844:rgba(233,132,45,1.00);
	
	--swatch-var-102:rgba(247,247,247,1.00);
	
	--swatch-var-7038:rgba(147,147,147,1.00);
	
	--swatch-var-4713:rgba(36,36,36,1.00);
	
	--swatch-var-4278:rgba(104,106,107,1.00);
	
	--swatch-var-5951:rgba(212,185,157,1.00);
	
	--swatch-var-1085:rgba(248,248,248,1.00);
	
	--swatch-var-6649:rgba(51,51,51,1.00);
	
	--swatch-var-3711:rgba(64,63,63,1.00);
	
	--swatch-var-3759:rgba(238,53,34,1.00);
	
}



/* Text colour styles */

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




/* = 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-style{
		line-height:48px;
	}
	.p-style{
		font-size:16px;
		line-height:24px;
	}
	
}

@media (max-width: 767px){
	.h1-style{
		font-size:32px;
		line-height:32px;
		text-transform:none;
		font-family:"Roboto";
		font-weight:700;
	}
	.h5-style{
		font-size:18px;
	}
	.img-style{
		border-radius:20px 20px 20px 20px;
		border-style:solid;
		border-color:var(--swatch-var-963)!important;
		border-width:1px 1px 1px 1px;
	}
	.h2-style{
		font-size:28px;
		font-family:"Roboto";
		font-weight:300;
	}
	.p-style{
		font-family:"Roboto";
		font-size:14px;
	}
	.bold{
		font-family:"Roboto";
		font-weight:900;
		color:var(--swatch-var-5305)!important;
	}
	.img-dreame--style{
		width:200px;
	}
	.p-10-style{
		font-family:"PFSquareSansPro-Medium";
		font-size:44px;
		text-transform:uppercase;
		color:var(--swatch-var-2761)!important;
	}
	.h2-dreame-v11-style{
		font-family:"PFSquareSansPro-Bold";
		line-height:43px;
		font-size:54px;
	}
	.p-11-style{
		font-family:"PFSquareSansPro-Thin";
		font-size:px;
	}
	.ddd{
		text-transform:uppercase;
		font-size:38px;
		line-height:34px;
		color:var(--swatch-var-2761)!important;
	}
	
}

@media (max-width: 575px){
	.h5-style{
		line-height:22px;
	}
	.img-dreame--style{
		width:140px;
	}
	.h2-style{
		line-height:28px;
	}
	.p-style{
		font-size:14px;
	}
	
}

