body {
	font-family: "Montserrat", sans-serif;
	color: #016072;
	font-weight: 500;
	background-color: #f5f5f5;
}
input {
	border-radius: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.btn-keops {
	background-color: #bfc4c9  !important;
	border: 2px solid #016072 !important;
	border-radius: 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff !important;
}
.title {
	text-align: center;
}
.title h3 {
	font-weight: 700;
}
.title img {
	width: 150px;
}
.subtitle {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
** Navigation
*/
.navigation {
	top: 0;
	width: 100%;
	z-index: 11;
}
.navbar-brand-mob {
	display: none;
}
.navbar-brand {
	width: 200px;
	padding: 0;
}
.logo {
	width: 110px;
}
.navbar {
	padding: 10px 0;
}
.navbar-nav .nav-link {
	color: #016072 !important;
	font-weight: 700;
	padding: 0 !important;
	margin: 0.5rem 1.5rem;
	position: relative;
	font-size: 14px;
}
.navbar-nav .nav-link:hover {
	color: #016072 !important;
}
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
	color: #016072 !important;
}

@keyframes LeftRoRight {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.navbar-nav .nav-link:hover:before {
	content: "";
	color: #016072;
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: -2px;
	left: 0;
	z-index: -1;
	background-image: url(/assets/images/icons/line.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center, bottom center;
	animation: LeftRoRight 0.2s;
	animation-timing-function: linear;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-webkit-animation: LeftRoRight 0.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.2s;
	-webkit-animation-fill-mode: forwards;
}
.navbar-nav .active:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100% !important;
	bottom: -2px;
	left: 0;
	z-index: -1;
	background-image: url(/assets/images/icons/line.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center, bottom center;
}
.navbar-nav .noline {
	color: #016072 !important;
}
.navbar-nav .noline:hover {
	color: #016072 !important;
}
.navbar-nav .noline:before {
	content: none !important;
}
.desktop-navbar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	align-content: stretch;
}
.desktop-navbar li {
	margin: 0 28px;
}

.mnavigation {
	background-color: #016072;
	box-shadow: 0 0 10px rgba(55, 55, 55, 0.3);
}
.mnavigation .navbar-nav .nav-link {
	color: #016072;
}
.mnavigation .logo {
	animation: logoBlockScrolled 0.2s;
	animation-timing-function: linear;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-webkit-animation: logoBlockScrolled 0.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.2s;
	-webkit-animation-fill-mode: forwards;
}
@keyframes logoBlockScrolled {
	0% {
		width: 110px;
	}
	100% {
		width: 80px;
	}
}
.contact-bar {
	display: flex;
	justify-content: space-between;
}
.apel {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
}
.apel a {
	color: #016072;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
.apel img {
	width: 30px;
}

.solicita-apel {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
}

.top-bar {
	background-color: #ebebeb;
}
/*
** Solicita apel
*/
#solApel .sp-title {
	background-color: #016072;
	color: #fff;
	padding: 15px;
	font-size: 27px;
	font-weight: 700;
}
#solApel .sp-title span {
	float: right;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}
#solApel .sp-body {
	padding: 15px;
}
#solApel .sp-body label {
	margin-bottom: 0;
	font-size: 12px;
}
#solApel .sp-body .btn-red {
	margin-top: 20px;
}

/*
**   Banner
*/
.banner {
	height: 100vh;
	background-image: url(https://www.cumeste.ro/gd/assets/images/bg.png);
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.banner .container {
	position: relative;
	z-index: 10;
}
.banner h1 {
	font-size: 142px;
	font-weight: 900;
}

.banner-container {
	height: 100%;
	padding: 50px 30px 30px 30px;
	background-color: #016072;
	text-align: center;
}

.banner h2 {
	color: #fff;
	font-size: 72px;
	font-weight: 900;
}
.banner h3 {
	color: #fff;
	
	margin-bottom: 50px;
}
.banner-action {
	
	justify-content: space-between;
	align-items: center;
}
.banner button {
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
}
.banner-play {
	display: flex;
	justify-content: center;
	font-size: 21px;
	font-weight: 700;
}
.banner-play {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}
.banner-play .play-video {
	width: 100px;
	height: 100px;
	border: 2px solid #bfc4c9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 20px;
}
.banner-play .play-video:hover {
	animation: pulse 2s infinite;
}
.banner-play .play-video img {
	width: 40px;
}
#videoModal video {
	outline: none;
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(243, 137, 43, 0.6);
		box-shadow: 0 0 0 0 rgba(243, 137, 43, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
		box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
		box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
	}
}
.banner-dot {
	width: 40px;
	height: 40px;
	background-color: #016072;
	border: 3px solid #bfc4c9;
	border-radius: 50%;
	cursor: pointer;
	position: absolute !important;
	z-index: 11;
}
.first-dot {
	top: 10px;
	right: 50px;
}
.second-dot {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.third-dot {
	top: 10px;
	right: -20px;
}
.fourth-dot {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner-animation {
	width: 100%;
	position: absolute;
	bottom: 5%;
	display: flex;
	overflow: hidden;
}
.banner-animation div {
	flex: 1 1 auto !important;
	position: relative;
}
.banner-animation img {
	position: relative;
	width: 100%;
	height: 208px;
}
.banner-primary {
	z-index: 1;
}

/*
.banner-poarta1{
    -webkit-animation: closePoarta1 2s forwards;
}
.banner-poarta1-open{
    -webkit-animation: openPoarta1 2s forwards;
}
@-webkit-keyframes closePoarta1 {
    from {
        left: -200px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes openPoarta1 {
    from {
        left: 0;
    }
    to {
        left: -200px;
    }
}
*/

.banner-poarta2-open {
	-webkit-animation: openPoarta2 2s forwards;
}
@-webkit-keyframes openPoarta2 {
	from {
		-webkit-transform: perspective(800) rotateY(0deg);
		-webkit-transform-origin: 0% 0%;
	}
	to {
		-webkit-transform: perspective(800) rotateY(55deg);
		-webkit-transform-origin: 0% 0%;
	}
}

.banner-poarta3-open {
	-webkit-animation: openPoarta3 2s forwards;
}
@keyframes openPoarta3 {
	from {
		-webkit-transform: perspective(800) rotateY(0deg);
		-webkit-transform-origin: 100% 0%;
	}
	to {
		-webkit-transform: perspective(800) rotateY(-45deg);
		-webkit-transform-origin: 100% 0%;
	}
}

.banner-portita2-open {
	-webkit-animation: openPoarta3 2s forwards;
}
@keyframes openPoartita2 {
	from {
		-webkit-transform: perspective(800) rotateY(0deg);
		-webkit-transform-origin: 100% 0%;
	}
	to {
		-webkit-transform: perspective(800) rotateY(-45deg);
		-webkit-transform-origin: 100% 0%;
	}
}

/*
** Page Header
*/

.page-header {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: left;
	background-image: url(/wp-content/themes/zorropro//assets/images/footer-bg.png);
	background-size: cover;
	background-position: center top;
}

.pg-title {
	color: #ffffff;
	font-weight: 900;
}

/*
** Catalog Produse
*/
.catalog-produse {
	padding-top: 70px;
}
.produse-item {
	padding-top: 30px;
}

a {
	text-decoration: none;
}
.produse-img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 180px;
	object-fit: contain;
}

.produse-img2 {
	
	
	width: 260px;
	
}
.produse-img-jaluzele {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 150px;
}

.produse-img-jaluzele1 {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 350px;
	object-fit: contain;
}

.gard-img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.owl-clasic .item img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.owl-clasic .owl-nav {
	display: flex !important;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	top: 45%;
}

.produse-img-porti {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 400px;
}

.click-catalog1 {
	margin-top: 10px;
}
.click-catalog1 img {
	width: 20px;
}
.click-catalog1 span {
	font-size: 16px;
	color: #016072;
}

.click-catalog1 span :hover {
	font-size: 16px;
	color: #bfc4c9;
}
.click-catalog {
	margin-top: 37%;
}

.click-catalog img {
	width: 20px;
}
.click-catalog span {
	font-size: 16px;
	color: #016072;
}

.click-catalog span :hover {
	font-size: 16px;
	color: #bfc4c9;
}
.title-produs b {
	color: #bfc4c9;
}
.price-bold {
	color: #bfc4c9;
}
.list-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.list-item img {
	width: 20px;
	margin-right: 10px;
}
.title-produs {
	margin-top: 10px;
	font-size: 22px;
	color: #016072;
	font-weight: 900;
	text-align: center;
	min-height: 50px;
}

.title-price {
	font-size: 22px;
	color: #016072;
	margin-bottom: 10px;
}
.title-price-porto {
	font-size: 16px;
	color: #016072;
	margin-bottom: 10px;
}
.t16 {
	font-size: 16px;
	color: #016072;
}

.t12 {
	font-size: 12px;
	color: #016072;
}
.cards-produse {
	padding: 3rem 3.1rem;
	border-radius: 25px;
	background-color: #eeeded;
	min-height: 24rem;
	margin-bottom: 1.2rem;
	position: relative;
	display: flex;
	
	
	color: #282828;
	position: relative;
}

.cards-produse h5 {
	text-align: center;
	color: #016072;
}

.owl-copertine {
	position: absolute;
	top: 0;
	left: 0;
}

.copertine-products .cards-produse {
	min-height: 33rem;
}

.copertine-products .produse-img-jaluzele1 {
	object-fit: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.copertine-products .owl-nav {
	display: flex !important;
	justify-content: space-between;
	position: absolute;
	top: 45%;
	width: 100%;
	padding: 10px;
}
/*
** Despre noi
*/
.despre-noi {
	padding-top: 70px;
	padding-bottom: 70px;
}
.about-img {
	margin-top: 30px;
	position: relative;
}
.about-img img {
	width: 100%;
	border-radius: 25px;
	border: 2px solid #bfc4c9;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.time-market {
	background-color: #016072;
	color: #fff;
	border: 2px solid #bfc4c9;
	border-radius: 25px;
	box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.175) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
	height: 150px;
	position: absolute;
	right: -75px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.time-num {
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
}
.about-text {
	margin-top: 30px;
}
.checks {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.check {
	font-size: 18px;
	font-weight: 900;
}
.check img {
	width: 40px;
}
.despre-noi button {
	margin-top: 30px;
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
}

/*
** Produse
*/
.produse {
	background-image: url(/assets/images/produse-bg.png);
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
}
.circle-products {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.product {
	text-align: center;
	font-weight: 700;
	font-size: 27px;
}
.circle-product {
	width: 400px;
	height: 400px;
	background-color: #fff;
	border: 2px solid #016072;
	border-radius: 50%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.porti .circle-product {
	
	border: 2px solid #bfc4c9 !important;
}
.circle-product img {
	width: 320px;
}

/*
** Componentele
*/
.componentele {
	padding-top: 70px;
	padding-bottom: 70px;
}
.components-img {
	margin-top: 30px;
	position: relative;
}
.components-img img {
	width: 100%;
}
.components-text {
	margin-top: 30px;
}
.componentele button {
	margin-top: 30px;
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
}
.components-dots {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #016072;
	border: 2px solid #bfc4c9;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
}
.dot1 {
	left: -20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.dot2 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.dot3 {
	bottom: 80px;
	right: 135px;
}
.dot4 {
	top: 20px;
	right: 120px;
}
.dot5 {
	right: -20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

/*
** Produse porti
*/
.produse-porti {
	background-image: url(https://zorropro.ro/wp-content/themes/zorropro//assets/images/footer-bg.png);
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
}
.product-batanta {
	background-image: url(https://zorropro.ro/wp-content/themes/zorropro//assets/images/porti/batanta.png);
	background-size: cover;
	background-position: center;
}
.product-glisanta {
	background-image: url(https://zorropro.ro/wp-content/themes/zorropro//assets/images/porti/glisanta.png);
	background-size: cover;
	background-position: center;
}
.product-autoportanta {
	background-image: url(https://zorropro.ro/wp-content/themes/zorropro//assets/images/porti/autoportanta.png);
	background-size: cover;
	background-position: center;
}

/*
** De ce noi
*/
.de-ce-noi {
	padding-top: 70px;
	padding-bottom: 70px;
}
.decenoi-card {
	background-color: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	padding: 15px 15px 15px 80px;
	border-radius: 25px;
	border: 2px solid #bfc4c9;
	position: relative;
	margin: 50px 25px 25px 25px;
}
.decenoi-card h3 {
	font-weight: 900;
	font-size: 22px;
}
.decenoi-card p {
	margin: 0;
}
.decenoi-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #016072;
	border: 2px solid #bfc4c9;
	border-radius: 50%;
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.decenoi-check img {
	width: 50px;
}
.de-ce-noi button {
	margin-top: 50px;
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
}
.social-button img {
	width: 50px;
}
.social-button {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}
.social-button a {
	font-size: 12px;
	color: #016072;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	margin: 5px;
	background: #ebebeb;
	padding: 5px;
	width: 105px;
	height: 105px;
	justify-content: space-around;
	border-radius: 20px;
}

/*
** After before
*/
#slider {
	width: 100%;
}
.after-before {
	margin-top: 70px;
	margin-bottom: 70px;
	position: relative;
}
.after-before img {
	width: 100%;
}
.after-before .slider-title {
	font-size: 100px;
	font-weight: 900;
	text-align: center;
	color: #b4b6b6;
}
.after-before .beer-slider {
	margin-top: -58px;
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
	border-radius: 25px;
	border: 2px solid #bfc4c9;
}
.beer-slider img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 25px;
}
.bs-padd {
	position: relative;
}
.beer-handle {
	color: #fff;
}
.safter {
	position: absolute;
	left: 20px;
	top: 37%;
	z-index: 9;
	font-size: 110px;
	font-weight: 700;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}
.safter:hover {
	color: #fff;
}
.sbefore {
	position: absolute;
	right: 25px;
	top: 37%;
	z-index: 9;
	font-weight: 700;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
	font-size: 110px;
	line-height: 1;
}
.sbefore:hover {
	color: #fff;
}

.portofoliu-slider {
	display: flex;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.portofoliu-slider img {
	width: 100%;
	border-radius: 25px;
}

.jaluzele-products .production-item-img img {
	border-radius: 25px;
	margin-bottom: 15px;
	object-fit: cover;
}

/*
** Portofoliu
*/
.portofoliu {
	padding-top: 50px;
	padding-bottom: 50px;
}
.slider-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}
.slider-item img {
	width: 370px;
	height: 320px;
	object-fit: cover;
	border: 2px solid #016072;
	border-radius: 25px;
}
.slider-item a {
	font-size: 12px;
	color: #a1a1a1;
	float: right;
	text-decoration: none;
	outline: none;
}
.owl {
	position: relative;
}
.owl-nav {
	display: none !important;
}
.owl-dots {
	position: absolute;
	bottom: -50px;
}
.owl-dot {
	background-color: transparent !important;
	outline: none !important;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 0 !important;
}

/*
** Footer contacts
*/
.contact {
	padding-top: 70px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
#map {
	width: 100%;
	height: 444px;
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.form {
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 45px;
	text-align: center;
}
.form h2 {
	text-align: left;
	font-weight: 900;
	margin-bottom: 20px;
}
.form input {
	margin-top: 30px;
	background-color: #ebebeb;
	/*border-color: #ebebeb;
	border-radius: 20px !important;*/
	height: 65px;
	width: 100%;
}

.form .has-spinner {
	width: 100%;
    color: #FFFFFF;
    background-color: #016072;
    border-radius: 53px !important;
}
.form button {
	margin-top: 31px;
	border-radius: 20px;
	font-weight: 700;
}

.screen-reader-response
{
	display: none;
}

.wpcf7-response-output {
	background:#ffffff ;
    color: #dd0000;
    padding: 10px;
    border-radius: 25px;
}

.footer-form {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 88px;
	padding: 25px 45px;
	text-align: center;
}
.footer-form h2 {
	font-weight: 900;
}
.footer-form input {
	margin-top: 30px;
	background-color: #ebebeb;
	border-color: #ebebeb;
	border-radius: 20px !important;
	height: 65px;
}
.footer-form button {
	margin-top: 31px;
	border-radius: 20px;
	font-weight: 700;
}
/*
** Footer contacts
*/
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .row {
	display: flex;
	align-items: center;
}
.footer .footer-logo {
	width: 150px;
}
.footer .footer-link {
	font-size: 24px;
	font-weight: 700;
}
.footer .footer-link img {
	width: 70px;
}
.footer a {
	text-decoration: none;
	color: #016072;
}

/*
** Copyrights
*/
.copyrights {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #212121;
	color: #fff;
}
.copyrights .row {
	display: flex;
	align-items: center;
}
.copyrights a {
	color: #fff;
}
.copyrights .author {
	text-align: right;
}

.quotes {
	display: flex;
	padding: 5rem 2rem;
	align-items: center;
}

.quotes-slide {
	width: 33%;
	padding: 3rem;
	background-color: white;
	opacity: 0.4;
	cursor: pointer;
	border: 2px solid #bfc4c9;
	border-radius: 25px;
	line-height: 1.75;
	font-family: "Montserrat", sans-serif;
	color: #016072;
	transition: all 0.5s ease;
	outline: none;
}

.quotes-slide--active {
	transform: scale(1.2);
	z-index: 10;
	opacity: 1;
	border: none;
	box-shadow: 1px 0px 10px 5px #eaeaea;
	border: 2px solid #bfc4c9;
	border-radius: 25px;
	color: #222222;
}
.blockquote {
	margin: 0;
}
.cite {
	font-style: normal;
	font-family: "Montserrat", sans-serif;
	color: #016072;
	font-size: 0.9rem;
}
.cite::before {
	content: "\2014 \0020";
}
.icon {
	width: 25px;
	height: 25px;
	fill: #bfc4c9;
}

.card-price {
	margin-top: 70px;
	margin-bottom: 70px;
}

.color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 0%;
	cursor: pointer;
}
.tab-title {
	font-style: normal;
	font-family: "Montserrat", sans-serif;
	color: #016072;
	font-size: 0.9rem;
}
.bg-black {
	color: #1e2125;
}
.potofoliu-card {
	margin-bottom: 30px;
}
.portofoliu-detail img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}
.navbar-call-mob {
	display: none;
}
.footer-desktop {
	background-color: #2c3034;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-description {
	color: #ffffff;
	font-size: 12px;
}
.footer-desktop li {
	color: #ffffff;
	list-style: none;
}
.footer-desktop h3 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}
.footer-desktop a {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-desktop a:hover {
	color: #bfc4c9;
}
.list-footer {
	display: flex;
	flex-direction: column;
}

.button {
	display: inline-block;
	background-color: #ff9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 75px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
.button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
.button:hover {
	cursor: pointer;
	background-color: #333;
}
.button:active {
	background-color: #555;
}
.button.show {
	opacity: 1;
	visibility: visible;
}
.header-multumim {
	padding-top: 150px;
	padding-bottom: 250px;
	background-image: url(/assets/images/footer-bg.png);
}
.header-multumim h1 {
	color: #ffffff;
}
.header-multumim h3 {
	color: #ffffff;
}
.header-404 {
	background: #ffffff;
}

.de-la-idee {
	padding-top: 70px;
	padding-bottom: 70px;
}
.de-la-idee-row {
	margin: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/assets/images/bgn.png);
	border-radius: 25px;
	padding: 35px;
}
.de-la-idee2 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.de-la-idee-row2 {
	display: flex;
	align-items: center;
	margin: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/assets/images/backcont.jpg);
	border-radius: 25px;
	padding: 35px;
}
.truck-img img {
	width: 131%;
	margin-left: -18%;
	margin-top: 46%;
}

.decenoi-card2 {
	padding: 15px 15px 15px 15px;
	position: relative;
	margin-top: 15px;
}
.decenoi-card2 h3 {
	font-weight: 900;
	color: #bfc4c9;
	font-size: 24px;
}
.decenoi-card2 p {
	margin: 0;
}
.decenoi-check2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #016072;
	border: 2px solid #bfc4c9;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.decenoi-check3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #016072;
	/*border: 2px solid #bfc4c9;*/
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 10px !important;
	margin-top: auto;
	margin-bottom: auto;
}
.decenoi-check2 img {
	width: 30px;
}



.decenoi-check3 img {
	width: 15px;
}


.de-ce-noi2 button {
	margin-top: 50px;
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
}
.title-decenoi h1 {
	margin-top: 25px;
	font-weight: 900;
}
.video-presentation img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border: 2px solid #bfc4c9;
	border-radius: 25px;
}
.video-presentation {
	width: 100%;
}
.play-button-about {
	width: 100px;
	height: 100px;
	border: 2px solid #bfc4c9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
}
.play-button-about img {
	width: 40px;
}
.video-display {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.decenoi-card3 {
	padding: 15px 15px 0px 45px;
	position: relative;
	margin: 25px 25px 25px 25px;
}


.decenoi-card4 {
	padding: 5px 5px 0px 25px;
	position: relative;
	
}
.porto-desc {
	font-size: 18px;
	font-weight: 900;
}
.manager-img {
	height: 400px;
	width: 400px;
	object-fit: cover;
	
}

/* PROMOTIONS */

.promotions {
	margin-top: 50px;
}

.promotion-card {
	height: 400px;
}

.promotion-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}

.copertine-img {
	width: 681px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.copertine-section .video-presentation img,
.about-product .video-presentation img {
	border: none !important;
}

.copertine-page h1 {
	font-size: 90px;
	color: #fff;
}

.copertine-page .banner-container h1:nth-child(2) {
	color: #016072;
}

.copertine-page {
	background-image: url("https://zorropro.ro/wp-content/themes/zorropro/assets/images/produse/copertine/background.jpg");
	background-size: 100% 100%;
	background-position: center;
}

.copertine-page .container,
.copertine-page .row {
	height: 100%;
}

.copertine-page .decenoi-card3 p {
	color: #fff;
}

.about-product {
	margin-top: 50px;
}

.about-product .title {
	text-align: start;
}


#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#whatsapp-button img {
  width: 60px;
  height: 60px;
}
