/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #FFA500;
	--cnvs-themecolor-rgb: 28, 133, 232;

	--cnvs-body-font: 'Rubik', sans-serif;
	--cnvs-primary-font: 'Rubik', sans-serif;
	--cnvs-secondary-font: 'Playfair Display', serif;
	
}

.dark {
	--cnvs-contrast-bg : #000;
	--cnvs-section-bg: #100F0D !important;
}

#header {
	--cnvs-primary-menu-color: #fff;
}


.wp-button{
	margin-top: 4px;
  margin-left: 3px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}


@media (min-width: 992px) {
	.block-hero-14 .section-slider {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 50%;
	}
}

.block-hero-14 .mix-text { mix-blend-mode: difference; }
@supports not(mix-blend-mode: difference) {
  .block-hero-14 .mix-text {
	color: #222;
  }
}

.block-hero-14 .slide-number {
	display: flex;
	flex-direction: row;
	align-items: center;
	opacity: 1;
	bottom: 0;
	left: auto;
	right: 0;
	color: #222;
	background-color: #FFF;
	text-shadow: none;
	width: auto;
	height: 52px;
	padding: 0 20px;
}

.block-hero-14 .slide-number-current,
.block-hero-14 .slide-number-total {
	position: relative;
	top: auto;
	bottom: auto;
}

.block-hero-14 .slide-number span {
	position: relative;
	width: 40px;
	height: 1px;
	background-color: #777;
	margin: 0 10px;
}

.block-hero-14 .slider-arrow-left,
.block-hero-14 .slider-arrow-right {
	display: inline-block;
	top: auto;
	left: 0;
	bottom: 0;
	background: #FFF;
	transform: translateY(0);
	color: #333;
}

.block-hero-14 .slider-arrow-left:hover,
.block-hero-14 .slider-arrow-right:hover {
	background-color: #FFF !important;
}

.block-hero-14 .slider-arrow-right {
	margin-left: 40px;
}

.block-hero-14 .slider-arrow-left i,
.block-hero-14 .slider-arrow-right i {
	color: #333;
	text-shadow: none;
	font-size: 28px;
}

.block-hero-26 h1,
		.block-hero-26 h2,
		.block-hero-26 h3,
		.block-hero-26 h4,
		.block-hero-26 h5,
		.block-hero-26 h6,
		.block-hero-26 p,
		.block-hero-26 a,
		.block-hero-26 button {
			font-family: 'Inter', sans-serif;
		}


.video-section {
	background: black;
}

#video-slider-mute {
	position: absolute;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--cnvs-contrast-0);
	color: var(--cnvs-contrast-1000);
	font-size: 1.25rem;
	border: 0;
	cursor: pointer;
}

#video-slider-mute i {
	position: relative;
	left: 1px;
	cursor: pointer;
}

#video-slider-mute i:nth-of-type(2),
#video-slider-mute.video-muted i:nth-of-type(1) { display: none; }

#video-slider-mute.video-muted i:nth-of-type(2) { display: block; }

.bg-dark-green,
	.h-bg-dark-green:hover {
	background-color: #000 !important;
	color: #fff !important;
		
}
.color-dark-green,
.h-color-dark-green:hover {
	color: #fff !important;
}

.bg-color-brown,
.h-bg-color-brown:hover {
	background-color: #fff !important;
}

.color-brown,
.h-color-brown:hover {
	color: #fff !important;
}

.border-color-brown,
.h-border-color-brown:hover {
	border-color: #fff !important;
}

#footer .social-icon {
	--cnvs-socialicon-size: 3rem;
	--cnvs-socialicon-fontsize: 2rem;
}

.d-grid {
	-ms-display: grid;
	display: grid;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto;
}

.d-grid > * {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #EEE;
}
.d-grid-1 {
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 4;
	grid-column-end: 3;

}
.d-grid-2 {
	grid-row-start: 1;
	grid-column-start: 3;
	grid-row-end: 3;
	grid-column-end: 6;
	min-height: 300px;

}
.d-grid-3 {
	grid-row-start: 3;
	grid-column-start: 3;
	grid-row-end: 5;
	grid-column-end: 5;
	height: 80%;

}
.d-grid-4 {
	grid-row-start: 4;
	grid-column-start: 1;
	grid-row-end: 5;
	grid-column-end: 3;

}
.d-grid-5 {
	grid-row-start: 3;
	grid-column-start: 5;
	grid-row-end: 4;
	grid-column-end: 6;

}
.d-grid-6 {
	grid-row-start: 4;
	grid-column-start: 5;
	grid-row-end: 6;
	grid-column-end: 5;
}

.d-grid .flex-viewport {
	height: 100%;
}

.btn-right-arrow .border-line-arrow {
	--cnvs-line-size: 0;
	display: inline-block;
	position: relative;
	opacity: 0;
	width: var(--cnvs-line-size);
	height: 1px;
	vertical-align: middle;
	background-color: #000;
	margin-left: 10px;
	margin-right: -11px;
	transition: all .25s ease-in-out;
}

.btn-right-arrow:hover .border-line-arrow {
	opacity: 1;
	--cnvs-line-size: 50px;
}
		




button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("../images/whatsapp.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Need Help? Chat with us..";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}


.customers-count {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.customers-count:last-child {
	border-right: none !important;
}

.customers-count .counter {
	color: #fff;
	font-weight: 500;
  	font-size: 45px;
}

.whyblock {
	padding-top: var(--cnvs-col-mb);
}

.whyblock:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.whyblock:last-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.whyoptiontitle {
	color: #FFA500 !important;
	font-size: 25px !important;
}

.designsblock {
	margin-bottom: 6em;
}

@media (max-width: 992px) {
	.customers-count:not(:last-child) {
		padding-bottom: 60px;
	}

	.whyblocktitle {
		text-align: center;
	}

	.whyblock:first-child {
		border-bottom: none;
		border-right: none;
	}

	.whyblock:last-child {
		border-top: none;
		border-left: none;
	}

	
	.whyblock {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	}

	#footer .footer-widgets-wrap {
		padding: 0 !important;
	}

	.designsblock {
		margin-bottom: 0;
	}

	.block-hero-26  {
		
  		margin-bottom: 3em;
	  	padding-bottom: 19px;
	}

	.min-vh-100 {
		min-height: 50vh !important;
	}

	.justify-content-end {
		justify-content: flex-end !important;
	}

	.block-hero-14 {
		margin-bottom: 2em;
	}

	#footer .social-icon {
		--cnvs-socialicon-size: 3rem;
		--cnvs-socialicon-fontsize: 2rem;
	}
}

.social-footer-icons {
	display: flex;
  justify-content: center;
}



.device-down-lg .slider-home-main{
	display: none !important;
}

.device-down-lg .slider-home-responsive {
	display: block !important;
}

.device-up-lg .slider-home-responsive {
	display: none !important;
}

.device-down-md #content {
	margin-top: 20px;
}


.device-down-md #slider .section-slider{
	
}