html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
label{
     margin-bottom: 0px !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	position: relative;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

* {
	outline: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="submit"],
button,
textarea {
	-webkit-appearance: none;
}

b {
	font-weight: bold;
}

html{
	
}

body {
	font-size: 14px;
	font-family: var(--sansPro);
	z-index:10;
	overflow-x: hidden;
	width:100%;

}


/* END CSS RESET*/
:root {
	--griNou: rgb(229 232 236);
	--rosuNou: rgb(228 0 25);
	--griNegru: rgb(38 38 38);
	--moodyBlue: #848ccf;
	--cobalt: #8AB6F9;
	--blueInchis: #00246B;
	--blueDeschis: #CADCFC;
	--albastruFrancez : rgb(0, 85, 164);
	--albastruFrancezDes : #4883bb;
	--rosu: #9c3239;
	--palePink: #FDF6F6;
	--bordo: #9c3239;
	--bordoInchis: #5e0012;
	--albastru: #182d58;
	--griDeschis: #E5E8EC;
	--negru: #07110f;
	--portocaliu: #ea6c20;
	--griInchis: #303133;
	--alb: #fff;
	--verde: #0a5d00;
	--galben: #FFC436;
	--sansPro: 'Source Sans Pro', sans-serif;
	--rosuFrancez: rgb(186, 12, 47);
	--griFrancez : rgb(218, 217, 217);
}

@import url('https://fonts.cdnfonts.com/css/source-sans-pro');

@keyframes slide {
	0% {
		opacity:0;
	}

	100% {
		opacity: 1;
	}
}



@keyframes slideInRight{
	0% {
		margin-left: -70%;
		opacity: 0;
	}

	100%{
		margin-left: -50%;
		opacity: 1;
	}
}

 @keyframes palpaire {

 	0%,
 	100% {
 		filter:brightness(1);
 	}

 	50% {
 		filter: brightness(0.7);
 	}
 }

 @keyframes outline {
 	from {
 		stroke-dasharray: 0, 3.1416 * 55px * 2;
 	}

 	to {
 		stroke-dasharray: 3.1416 * 55px * 2, 3.1416 * 55px * 2;
 	}
 }

 #outline {
 	animation: .38s ease-in outline;
 	transform: rotate(0deg);
 	transform-origin: center;
 }

 @keyframes circle {
 	from {
 		transform: scale(1);
 	}

 	to {
 		transform: scale(0);
 	}
 }

 #white-circle {
 	animation: .35s ease-in .35s forwards circle;
 	transform: none;
 	transform-origin: center;
	animation-delay: 1s;
 }

 @keyframes check {
 	from {
 		stroke-dasharray: 0, 75px;
 	}

 	to {
 		stroke-dasharray: 75px, 75px;
 	}
 }

 #check {
 	animation: .34s cubic-bezier(0.65, 0, 1, 1) .8s forwards check;
 	stroke-dasharray: 0, 75px;
	animation-delay: 1.5s;
 }

 @keyframes check-group {
 	from {
 		transform: scale(1);
 	}

 	50% {
 		transform: scale(1.09);
 	}

 	to {
 		transform: scale(1);
 	}
 }

 #check-group {
 	animation: .32s ease-in-out 1.03s check-group;
 	transform-origin: center;
	animation-delay: 1.5s;
	
 }

 .palpaire {
  	animation: palpaire 1s ease-in-out 3; 
	animation-direction: alternate;
	animation-fill-mode: both;
}


.header{
	width:100%;
	height:120px;
	z-index:9999;
	/* background: linear-gradient(to right, var(--albastruFrancez), #4578AB),
	url('/public/images/bgPattern.png'); */
	
}

.html{
	scroll-behavior: smooth;
}

.divLogo img{
	width:120%;
}
.divRightContentLeft{
	width:100%;
}

.contentMeniu{
	margin-left:50px;
	margin:0px 0px 0px 100px;
	display:flex;
	align-items: center;
	align-content: center;
	height:120px;
	flex-direction: row;
}

.center{
	width: 80%;
	margin:0 auto;
}

.informatii{
	display:flex;
	flex-direction: row;
	padding-top:100px;
	gap:50px;
}

.linie{
	float:left;
	height: 6px;
	width: 150px;
	border-radius: 10px;
	background: var(--rosuFrancez);
	margin-top: 10px;
	margin-bottom:30px;
}
.divText{
	width:50%;
	line-height:20px;
	font-size:18px;
	display:flex;
	align-items: flex-start;
	flex-direction: column;

}

.divTextSpan{
	text-align: center;
}

.divPoza{
	width:50%;
	text-align: center;
	border-left:1px solid var(--griDeschis);
}

.divPoza img{
	max-width:450px;
}

.meniu{
	position:fixed;
	width:100%;
	transition:0.3s ease-in-out;
	z-index: 99999;
	


}
.divEmailProf{
	position: relative;
	height: 600px;
	z-index: 10;
	margin-top: -100px;
	margin-bottom: 90px;
}



.divEmailProf img{
	z-index: -10;
	width:100%;
	filter: blur(3.5px);
	position: absolute;
	opacity: 0.5 !important;
	display: block;

}

.meniu.scrolled::before {
	transform: translateY(100%);
	/* Pseudoelementul "coboară" peste header */
}
.baraAlba{
	width:100%;
	background-color:white
}
.casutaContact span{
	transition:0.1s ease-in-out;

}

.casutaContact i {
	font-size:20px;
}
.contactFooterHam{
	display:flex;
	flex-direction: column;
	gap:5px;
}

.divPhotoLeftConent img{
	width:90%;
}
.stangaMenu{
	width:20%;
}

.mainContent{
	width:70%;
	display:flex;
	justify-content: flex-end;
	gap: 75px;
    padding-right: 150px;
}
.bigTitle{
	font-size:50px;
	color:white;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}

.mainContent a {
	position: relative;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	transition: color 0.1s ease-in-out;
}

.mainContent a:after {
	content: '';
	position: absolute;
	bottom: -.4em;
	left: 50%;
	right: 50%;
	height: 1px;
	background-color: white;
	transition: left 0.2s ease, right 0.2s ease;
}

.mainContent a:hover:after {
	left: 0;
	right: 0;
	height: 4px;
}

.mainContent a:hover{
	color:white;
	text-decoration: none;
}

.mainContent a:before {
	position: absolute;
	transform: translateX(-100%);
	left: -10px;
	color: #eee;
	opacity: .3;
	font-weight: 100;
	font-size: .8em;
}

.casutaContact{
	background-color: rgb(186, 12, 47);
	color:white;
	border-radius: 40px 0 0 40px;
    padding: .4em .4em .4em .7em;
    font-size: 12px;
    letter-spacing: .1em;
    margin-left: 3em;
    transition: .2s ease-out;
    outline: none;
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: row;
    align-items: center;
    /* border: 1px solid #3b3b3b; */
    border-right: 0;
    color: #fff;
    background-color: var(--rosuFrancez);
	transition:0.4s ease-in-out;
	display:flex;
	flex-direction: column;
	font-family:sans-serif;
	line-height:20px;
	transition:0.3s ease-in-out;

}

.divBackground2{
	margin-top:300px;
}

.divBackground{
}

.hamburger{
	display:none;
	background-color: var(--rosuFrancez);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	z-index:999999999;
}
.menuHamburger{
	display:none;
	position: fixed;
	top: 0;
	left: 50%;
	width: 40%;
	height: 100%;
	background-color:var(--rosuFrancez);
	transition: 0.3s ease-in;
	z-index: 9999999999;
	opacity:0;
	box-shadow: 31px 0px 90px -18px rgba(0, 0, 0, 0.65);
}

.footerHamburger{
	background-color:var(--griFrancez);
	position:absolute;
	bottom:0;
	font-size:16px;
	width:100%;
	padding:20px 30px;
	color:black;
	text-align: center;
}

.ofertaFooterHam{
	padding-top:20px;
	display:flex;
	flex-direction: column;
	gap:20px;
	align-items: center;
}

#summary{
	width:150px;
	text-align: center;
}

.formPlaseazaComanda input[type="submit"]:not(.cereOfertaClass){
	margin-top:20px;
}


.ofertaFooterHam a{
}


.overlayHamburger{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 99999999;
	display: none;
	transition: 2s ease-in;
	pointer-events: none;
	opacity:0;
}

@keyframes slideMenuFromRight{
	from {
		left: -100vw;
	}

	to {
		left: 0;
	}
}
.is-activeMenuHamburger {
	right: 0;
	display:block;
	opacity:1;
	transition:1s ease-in-out;
	animation: slideMenuFromRight 0.4s forwards;
}

.divLogoHamburger img{
	width:90%;
}

.divLogoHamburger{
	text-align: center;
}

.continutMenuHamburger{
	padding:40px 30px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		box-sizing: border-box;
}

.is-activeOverlay{
	opacity: 1;
	pointer-events: auto;
	display: block;
	transition: 0.5s ease in out;
}

.titluComanda{
	font-size:40px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 30px;
}

.formPlaseazaComanda{
	padding:20px 50px;
	border:1px solid var(--griFrancez);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
	margin-bottom:100px;
}

.formPlaseazaComanda label{
	color:grey;
	font-size:14px;
	padding-top:10px;
	padding-left:5px;
}

.formPlaseazaComanda input:not(.cereOfertaClass,.comandaComplete){
	border:1px solid var(--griFrancez);
	border-radius:5px;
	font-size:14px;
	padding:10px 5px;
	width: 100%;
	transition:0.5s ease-in-out;
}

.formPlaseazaComanda2 input:focus:not(.toDestinatarClass , .comandaComplete){
	box-shadow: 0px 0px 5px 1px rgba(0, 85, 164, 1);
	
}

.formPlaseazaComanda2 {
	padding: 20px 50px;
	border: 1px solid var(--griFrancez);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 100px;
}

.formPlaseazaComanda2 label {
	color: grey;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 5px;
}

.formPlaseazaComanda2 input:not(.cereOfertaClass, .comandaComplete,.pasPrecedent) {
	border: 1px solid var(--griFrancez);
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 5px;
	width: 100%;
	transition: 0.5s ease-in-out;
}

.formPlaseazaComanda2 input:focus:not(.toDestinatarClass, .comandaComplete) {
	box-shadow: 0px 0px 5px 1px rgba(0, 85, 164, 1);

}
.toDestinatarClass{
	margin-top:30px;
	background-color:var(--albastruFrancez);
	border-radius:20px !important;
	padding:10px 25px !important;
	color:white;
	font-weight:bold;
	font-size:16px !important;
	transition:0.5s ease-in-out;
	border: 1px solid var(--albastruFrancez);
}

.pasPrecedent{
	margin-top: 30px;
	background-color: var(--albastruFrancez);
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: white;
	font-weight: bold;
	font-size: 16px !important;
	transition: 0.5s ease-in-out;
	border: 1px solid var(--albastruFrancez);
}

.pasPrecedent:hover {
	background-color: white;
	color: var(--albastruFrancez);
	border: 1px solid var(--albastruFrancez);
}

.toDestinatarClass:hover{
	background-color:white;
	color:var(--albastruFrancez);
	border:1px solid var(--albastruFrancez);
}

.wizard-progress {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
	margin-bottom: 50px;
}

.wizard-progress .step {
	color: var(--albastruFrancez);
	display: table-cell;
	text-align: center;
	vertical-align: top;
	overflow: visible;
	position: relative;
	font-size: 16px;
	/* color: var(--alb); */
	font-weight: bold;
}

.wizard-progress .step:not(:last-child)::before {
border: 1px solid var(--griDeschis);
	content: '';
	display: block;
	position: absolute;
	left: 56%;
	top: 37px;
	background-color: var(--alb);
	height: 6px;
	width: 85%;
}

.wizard-progress .step .node {
	display: inline-block;
	border: 6px solid var(--griDeschis);
	background-color: var(--alb);
	border-radius: 18px;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 25px;
	left: 51%;
	margin-left: -18px;
}

.formComanda2{
}

.baraWizard2{
}

.backgroundThankYouImage{
	width:100%;
	z-index: -20;
}

.boxThankyou{
	width:30%;
}

.c


.wizard-progress .step.complete {
	color: var(--albastruFrancez);
}

.wizard-progress .step.complete::before {
	background-color: var(--albastruFrancez);
}

.wizard-progress .step.complete .node {

	border-color: var(--albastruFrancez);
	background-color: var(--albastruFrancez);
}

.wizard-progress .step.complete .node::before {
	font-family: FontAwesome;

	/* Checkmark icon */
}

.wizard-progress .step.in-progress {

	color: var(--albastruFrancez);
}

.wizard-progress .step.in-progress::before {
	border:1px solid var(--griDeschis);
	background: var(--albastruFrancez);
	background: -moz-linear-gradient(left, var(--albastruFrancez) 0%, var(--alb) 100%);
	background: -webkit-linear-gradient(left, var(--albastruFrancez) 0%, var(--alb) 100%);
	background: linear-gradient(to right, var(--albastruFrancez) 0%, var(--alb) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{var(--albastruFrancez)}', endColorstr='#{var(--alb)}', GradientType=1);
}

.wizard-progress .step.in-progress .node {
	border-color: var(--albastruFrancez);
}
.dreaptaMenu{
	display:flex;
	flex-direction: row;
	font-family:sans-serif;
	line-height:20px;
	width: 5%;
}

.topTextShip{
	font-size:18px;
	line-height: 30px;
}

#ship1{
	border-bottom:2px solid var(--rosuFrancez);
	color:var(--rosuFrancez);
}
.sizeList li{
	line-height:35px;
}

.line-with-gap {
	display: flex;
	align-items: center;
	width:100%;
	padding-top:10px;
}

.line-with-gap::before,
.line-with-gap::after {
	content: "";
	flex: 1;
	height: 2px;
	background-color: white;
}

.line-with-gap::before {
	margin-right: 20px;
}

.line-with-gap::after {
	margin-left: 20px;
}

.linkMenuHamburger{
	display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 25%;
    text-align: left;
    width: 100%;
}

.linkMenuHamburger a{
	color:white;
	font-size:24px;
	line-height:30px;
}
.linkMenuHamburger a:active{
	color:white;
}
.linkMenuHamburger a:hover {
	color: white;
	text-decoration: none;
}

.casutaContact:hover{
	color:black;
	background-color: white;
	cursor:pointer;
	margin-left:0px;
	text-align:left;
	-webkit-box-shadow: -20px 2px 34px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -20px 2px 34px 4px rgba(0, 0, 0, 0.4);
	box-shadow: -20px 2px 34px 4px rgba(0, 0, 0, 0.4);
}

.casutaContact:hover .dreaptaMenu{
	width:40%;
}

.dreaptaMenu a{
	width:100%;
}

.divRightContent{
	grid-area: rightGrid;
} 
.content{
	margin-bottom:100px;
}

.divLeftContent{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	grid-area: gridLeft;
	align-items: center;
}


.leftContent{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:7%;
		
}
.photoRight{
	max-width:90%;
	
}

.parteneri img:nth-child(1) {
	grid-area: partener1;
}

.parteneri img:nth-child(2) {
	grid-area: partener2;
}

.parteneri img:nth-child(3) {
	grid-area: partener3;
}

.parteneri img:nth-child(4) {
	grid-area: partener4;
}

.parteneri img:nth-child(5) {
	grid-area: partener5;
}

.divPhotoRight {
	animation:slide 2s;
	text-align: center;
}

.bookContent{
	color:black;
}

.divContent{
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* padding-top: 20px; */
	flex-direction: row;
	grid-template-areas:
		"gridLeft rightGrid"
		"bottomGrid bottomGrid";
	align-items: center;
}


.divPhotoLeftConent{
	margin-left: -60%;
	height: 100%;
	padding-top:80px;
}

.divRightContentLeft .bigTitle{
	text-align: center;
	margin:0 auto;
}
.background{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), linear-gradient(to right, var(--albastruFrancez), #4578AB), url(/public/images/bgPattern.png);
	--albastruFrancez: rgb(0, 85, 164);
	background-position: center;
	background-size: auto;
	background-blend-mode: hard-light;
	height: 1050px;
}

.formOferta{
	display:flex;
	flex-direction: row;
	padding:10px 20px 10px 20px;
	gap: 30px;
	justify-content: center;
	align-items: center;

}




.formOferta input:not(.cereOfertaClass){
	border: 1px solid black;
    padding: 6px 10px 5px;
    color: var(--griInchis);
    background-color: var(--alb);
    font-family: Open Sans, sans-serif;
    width: 100%;
    box-sizing: border-box;
	margin-bottom:15px;
	border:none;
	font-size:16px;
	border-bottom:1px solid black;
	transition:0.5s ease-in;

}

.formOferta label{
	text-align: left;
	color:grey;
	font-size:16px;
	margin-bottom:5px;
}

.formOferta input:focus{
	border-bottom:1px solid var(--rosuFrancez);
}




.divFormMain{
	background-color: white;
	border-radius:8px;
	grid-area: bottomGrid;
	-webkit-box-shadow: 0px 22px 22px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 22px 22px 5px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.55);
	width:90%;
	margin: -90px auto;
}

.divFormMain2{
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 0px 22px 22px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 22px 22px 5px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 22px 2px rgba(0, 0, 0, 0.55);
	width: 75%;
	margin:0 auto;
	border:5px solid var(--rosuFrancez);
	padding:20px;
	margin-top:30px;
}

.divRedLine{
	border:1px solid var(--rosuFrancez);
	margin:15px;
	display: flex;
    flex-direction: column;
	transition:0.5s ease-in-out;

}
#dimensiuniMarfa{
	margin:0 auto;
	color:grey;
	text-align: center;
	padding-top:5px;
	font-size:20px;
	display:none;
}


.btn-primary{
	background-color: var(--albastruFrancez) !important;
	border:1px var(--albastruFrancez);
	display:block;
}

.dropdown-toggle::after{
	content:none !important;
}

.qtyinput{
	display:flex;
	flex-direction: row;
	align-items: center;
}

.qty{
	text-align: center !important;
}

.colFooter1>a:hover,
.colFooter2>a:hover,
.colFooter3>a:hover,
.colFooter4>a:hover{
	color:white;
	text-decoration:underline;
}
.btn-primary:hover,  .btn-primary:active {
	color: white !important;
	background-color: var(--albastruFrancezDes) !important;
	/* border:1px var(--albastruFrancez) !important; */
	/* padding: .375rem .65rem; */
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
	color:white;
	border:1px solid var(--albastruFrancez) !important;
}

.dropdown-menu{
	padding:15px !important;
	border:1px solid var(--albastruFrancez);
	border-radius:5px;
}

.isValid{

}

.notValid{
	color:red;
}

.form-mesaj{
	text-align: center;
}

.qtyinput input{
	margin:0px 10px;
}


.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color:white !important;
	background-color:var(--albastruFrancez);
}

.qtyinput button{
	background-color: var(--albastruFrancez);
	color:white;
	border:1px solid var(--albastruFrancez);
	border-radius: 10px;
	transition:0.2s ease-in-out;
}

.qtyinput button:hover{
	background-color: white;
	color:var(--albastruFrancez);
	border: 1px solid var(--albastruFrancez);
}
.dropdown-item:hover {	
	color: grey !important;
	text-decoration: none !important;
	background-color: white !important;
}

.colFooter4 img{
	max-width:40px;
}
.noClick{
	pointer-events:none !important;
	user-select: none;
	text-align: center;
	margin:0px 10px;
}

.mt-2{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown-item:not(label):hover {
	 color: #16181b !important; 
	 text-decoration: none !important; 
	 background-color: white !important; 
}



.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px gray;
}

.btn-primary.focus,
.btn-primary:focus {
	/* color: #fff; */
	background-color: none !important;
	border-color: var(--rosuFrancez);
	box-shadow: none !important;
}

.divRedLine span{
	font-size:25px;
	margin:20px 0px;
	text-align: center;
	transition: border-color 1s ease;
}

.divFormMain2 span{
	font-weight: bold;
    font-size: 22px;
}

.cereOfertaClass{
	padding:10px 25px;
	background-color:var(--rosuFrancez);
	color:white;
	border:none;
	font-size:18px;
	font-weight: bold;
	border:1px solid var(--rosuFrancez);
	border-radius:9px;
	transition:0.3s ease-in-out;

}
.cereOfertaClass:hover {
	background-color: white;
	color: var(--rosuFrancez);
	cursor: pointer;
	border: 1px solid var(--rosuFrancez);
}

.cereOfertaTo{
	padding: 10px 15px;
	background-color: var(--rosuFrancez);
	color: white;
	border: 1px solid var(--rosuFrancez);
	font-size: 18px;
	font-weight: bold;
	border-radius: 9px;
	transition: 0.3s ease-in-out;
}

.cereOfertaTo:hover{
	background-color:white;
	color:var(--rosuFrancez);
	cursor:pointer;
	border:1px solid var(--rosuFrancez);
}

.parteneri{
	display:grid;
	grid-template-areas:
					"partener1 partener2 partener3 partener4 partener5";
	gap: 20px;
	justify-items: center;
	width:100%;
	align-items: center;
	margin-top:150px;
	margin-bottom:100px;
}

.parteneri img{
	max-width:150px;

}

.backgroundCut{
	margin-top:100px;
}

.backgroundCut{
	background-color: var(--albastruFrancezDes);
	width: 100%;
	height:30%;
	transform: skew(0deg, -4deg);
	z-index:-5;
	padding-bottom:100px;
}

.tabelIcons{
	padding-top:100px;
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: flex-start;
	gap:50px;
}


.tabelIcons2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin-top: 75px;
	padding-bottom:100px;
}

.divIcon{
	width:20%;

}

.icon{
	text-align: center;
	padding-bottom:40px;
}

.icon img{
	max-width:130px;
	padding:20px;
	background-color:rgb(218, 217, 217);
	border-radius:30%;
}

.textIcon{
	text-align: center;
	color:white;
	line-height: 1.3;
	font-size:16px;
}

.textIcon2{
	text-align: center;
	color:black;
	line-height: 1.3;
	font-size:16px;
}

.icon2 img{
	max-width:130px;
	padding:20px;
	background-color:var(--albastruFrancezDes);
	border-radius:50%;
	color:white;
	filter:contrast(1);
}

.icon2 {
	text-align: center;
	padding-bottom: 40px;
}

.titleIcons{
	font-size:40px;
	color:white;
	font-weight: bold;
	text-align: center;
}

.titleIcons2 {
	font-size: 40px;
	color: black;
	font-weight: bold;
	text-align: center;

}

.complexIcons{
	padding-top:100px;
	z-index:1;
	transform: skewY(4deg);
}
.exped1{
	width:50%;
}


.exped2{
	width:50%;
}



.exped3 {
	display:flex;
	flex-direction:row;
	gap:20px;
}

.divSTCP div:nth-child(1):not(.inputGroup,.divEroareForm){
	width:100%;
	display:flex;
	flex-direction: column;
}

.divSTCP div:nth-child(1) input {
	width: 100%;
}

.divBloc{
	flex-direction: column !important;
		gap: 0px !important;
}

.divSTCP div:nth-child(2):not(.form-mesaj){
	width:100%;
	display: flex;
    flex-direction: row;
	gap:20px;
}

.divSTCP{
	display:flex;
	flex-direction: row;
	width:100%;
	gap:20px;
}

.exped4 div:not(.inputGroup, .divEroareForm,.form-mesaj){
	display:flex;
	flex-direction:column;
	width:25%;
}

.exped4{
	display:flex;
	flex-direction: row;
	gap:20px;
	padding-bottom:20px;
}

.exped3 div:not(.inputGroup, .divEroareForm,.form-mesaj) {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.comandaComplete{
	background-color: #70e000;
	border-radius: 10px !important;
	padding: 10px 20px !important;

	color: white;
	font-weight: bold;
	font-size: 16px !important;
	transition: 0.6s ease-in-out;
	border:2px solid #70e000 !important;

}
.divEroareForm .comandaComplete{
		justify-content: flex-end !important;
}

.dimensiuniMarfaComanda{
	content:'';
	display:none;
}

.detaliuPachetComanda{
	width:100%;
	height:30px;
}

.detaliiMarfa{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	margin-bottom:20px;
	align-items: center;
}
.divEroareForm{
	display:flex;
	justify-content: space-between;
	align-items: baseline;
	flex-direction: row !important;
}

.form-mesaj{
	color:red;
	font-size:12px;
}

.eroareFormValidation{
	display: flex;
	align-items: flex-end;
}

.formSubmit{
	display:grid;
	align-items:center;
	grid-template-columns: 1fr 2fr 1fr ;
	text-align: center;
	

}

.divContact{
	min-height:100vh;
}

.etapaPrecedenta{
	padding:10px 15px;
	background-color:var(--albastruFrancez);
	color:white;
	border-radius:9px;
	border:1px solid var(--albastruFrancez);
	transition:0.5s ease-in-out;
}

.etapaPrecedenta:hover{
	color:var(--albastruFrancez);
	background-color:white;
	text-decoration: none;
}

.formContact{
	display:flex;
	flex-direction:column;
	 width: 100%;
}

.divFormContact{
	width: 80%;
	margin: 0 auto;
	display:flex;
	flex-direction: row;
	gap:10px;
	padding:40px;
	border:1px solid var(--griFrancez);
	box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.75);
}

.leftFormContact{
	width:50%;
	display: flex;
	align-items: center;
	justify-content:space-around;
	flex-direction: column;
}

.dateContact div{
	display:flex;
	flex-direction: row;
	align-items: center;
}

.dateContact span{
	margin-left:20px;
}

.rightFormContact{
	width:50%;
	border-left:1px solid var(--griFrancez);
	padding:0px 20px;
}

.titleFormContact{
	font-size:36px;
	font-weight: 700;
}

.formContact label{
	color:grey;
	padding-bottom:10px;
	padding-top:10px;
}

.formContact input:not(.submitFormContact), textarea{
	border:1px solid grey;
	padding:10px;
	border-radius:10px;
	width:100%;
	transition:0.5s ease-in-out;
}

.contentServices{
	padding-top:320px;
	text-align: center;
	margin-bottom:200px;
}

.titluIconsService{
	display:flex;
	flex-direction: column;
}

.titluIconsService span{
	font-size:30px;
	font-weight: bold;
	text-align: left !important;
}

.recomandare{
	width:60%;
	margin:150px auto;
}

.titluRecomandare{
	font-size:40px;
	font-weight: bold;
	padding-bottom:20px;
}

.butonRecomandare{
	margin-top:30px;
}

.butonRecomandare a{
	padding:10px 20px;
	background-color:var(--rosuFrancez);
	color:white;
	transition:0.5s ease-in-out;
	border:1px solid var(--rosuFrancez);
	text-decoration:none;
	border-radius:10px;
	font-weight: bold;
}

.butonRecomandare a:hover{
	background-color: white;
	color:var(--rosuFrancez);
	text-decoration: none;
}

.descriereService{
	display: flex;
    flex-direction: column;
	gap:15px;
	margin:50px auto;
	width:50%;
	font-size:18px;
}

.descriereService ol{
	text-align: left !important;
	list-style-type: disc;
}
.contentIconImage img{
max-width:50%;
}

.contentServices div{
}

.services{
	min-height:100vh;
	padding-bottom: 50px;
}

.bckServices{

}

.iconService{
	display:flex;
	flex-direction: row;
	align-items: center;
}

.iconsService{
	display:grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px;
	margin-bottom:50px;

}

.titluContentIcon{
	font-size:20px;
	font-weight: bold;
}

.contentIcon{
	display:flex;
	flex-direction: column;
}
.bckServices img{
	width:100%;
	clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
	position:absolute;
	max-height:380px;
	z-index:-20;
	/* filter:blur(px); */
	transform: scale(1.1);
}


.mesajContact{
	font-size:18px;
}
.dateContact img{
	max-width:40%;
}
.dateContact span{
 
}

.divCostEstimativ{
	font-size:30px;
	text-align: center;
	font-weight:bold;
	padding-top:20px;
}

.dateContact{
	display:flex;
	flex-direction:row;
	gap:20px;
}

.textImagineEE1{
	font-size:38px;
	font-weight:bold;
}

.divFormEE{
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.55);
	width: 90%;
	margin: 0 auto;
	padding:5px;
	margin-top:100px;
		
}

.cutieContact{
	max-width:80%;
}

.bckThankyouEmail::before{
	content: "";
	background: url(/public/images/bckthankyouEmail.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 100px;
	right: 0px;
	bottom: 0px;
	filter: blur(5px);
	left: 0px;
	opacity: 0.9;
	z-index:-10;
}

.contentEmailExpirat{
	min-height:180vh;
	background: url(/public/images/bckEE.png);
	background-repeat: repeat-x;
	background-position: center;
	background-attachment:scroll;
}

.imagineEE1 img{
	max-width:500px;
	
}
.imagineEE1{
	width:100%;
	text-align: center;
}

.formContact input:focus:not(.submitFormContact), textarea:focus{
	box-shadow: 0px 0px 5px 1px rgba(0, 85, 164, 1);
}
.boxContact{
	margin-top:100px;
	padding-bottom:300px;
}


.continut{
	min-height:75vh;
}

#mesaj {
	padding: 0;
	max-width: 800px;
	width:20%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#mesaj,
#editfrom {
	display: none;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99999999;
	-webkit-box-shadow: 0px 5px 8px 0px rgb(199, 199, 199);
	-moz-box-shadow: 0px 5px 8px 0px rgb(199, 199, 199);
	box-shadow: 0px 5px 8px 0px rgb(199, 199, 199);
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top:0;
}

#mesajClose,
#editfromClose {
	background: var(--rosu);
	padding: 6px 12px;
	text-align: right;
	color: #fff;
	cursor: pointer;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
	display: none;
}

.chenar {
	box-shadow: 0 4px 6px -1px var(--rosu), 0 2px 4px -2px var(--rosu);
	border: solid var(--rosu) 1px;
	padding: 10px;
	border-radius: 5px;
} 
#mesajinner {
	background-color: var(--gri);
	padding-bottom: 20px;
}

#mesajText {
	padding: 50px 50px 20px 50px;
}

#mesaj #mesajClose {
	width: 30%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.divThankyou{
	background-color:white;
	width:50%;
	padding:30px;
	border-radius:10px;
	border:1px solid black;
	margin:0px auto;
	margin-bottom:200px;
	margin-top:100px;
	z-index:99;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content:center;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
}

.borderLine{
	border:1px solid var(--rosuFrancez);
	text-align: center;
	padding:20px;
}



.submitFormContact{

	width:40%;
	margin:20px auto;
	float:right;
	background-color: var(--rosuFrancez);
	color: white;
	font-size: 18px;
	padding:10px 0px;
	font-weight: bold;
	border: 1px solid var(--rosuFrancez);
	border-radius: 9px;
	transition:0.5s ease-in-out;
}

.submitFormContact:hover{
	background-color: white;
	color:var(--rosuFrancez);
	border: 1px solid var(--rosuFrancez);
}


.contentFormContact{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.formSubmit2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.anuleazaComanda a{
	color:red;
	text-decoration:underline;
}

.inputGroup select:not(.detaliuPachetComanda){
	width:100%;
	padding:10px 5px;
}

#localitate{
		border: 1px solid var(--griFrancez);
}

.anuleazaComanda{
	width:100%;
}

.divCostEstimativ{
	display:flex;
	justify-content: center;
}


#judetExped, #localitateExped, #judetDest, #localitateDest{
	border:1px solid var(--griFrancez);
}


.comandaComplete:hover{
	background-color:white;
	color:#70e000;
	border:2px solid #70e000;
}
.detaliiExped1{
	display:flex;
	flex-direction: row;
	padding-bottom: 20px;
	gap:20px;
}
.sendMail {
    background-color: var(--rosuFrancez);
    width: 100%;
    height: 200px;
    position: relative;
	padding-top: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
    z-index: -5;
    margin: 0;
    text-align: center;

}

.complexIcons2{
	color:black !important;
	background-color: var(--griFrancez);
	padding:75px 0px;
}

.boxEmail{
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top: 137px;
	width:40%;
	margin:0 auto;
	padding:30px;
	backdrop-filter: blur(15px);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
	border-radius:9px;

}

.groupEmail1 div{
	margin:0 auto;

}


.titluFormEmail{
	font-size: 25px;
	padding-bottom: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.formEmail{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.formEmail label{
	color:black;
	font-weight:bold;
}


.sendEmailSubmit{
	width:25% !important;
	float:right !important;
	border: none;
}
.sendEmailSubmit {
	--b: 3px;
	/* border thickness */
	--s: .45em;
	/* size of the corner */
	--color: #373B44;
	padding: calc(.5em + var(--s)) calc(.9em + var(--s));
	color: var(--color);
	--_p: var(--s);
	background:conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
	transition: .3s linear, color 0s, background-color 0s;
	outline: var(--b) solid #0000;
	outline-offset: .6em;
	font-size: 16px;
	font-weight:bold;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	}

.sendEmailSubmit:hover, .sendEmailSubmit:focus-visible {
	--_p: 0px;
	outline-color: var(--color);
	outline-offset: .05em;
}

.sendEmailSubmit:active {
	background: var(--color);
	color: #fff;
}

.divBoxEmail{
	display: flex;
	align-items: center;
	height:100%;
}

.formEmail input{
	width:50%;
}

.formEmail input[type=text]{
	background-color: unset;
	border:none;
	border-bottom:2px solid black;
}

.formEmail input[type=submit] {
	width:45% !important;
}


.formEmail1{
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
	justify-content: center;
	gap:20px;
}


.groupEmail1{
	display: flex;
    justify-content: space-around;
    align-items: center;
	width:100%;
}
.sendMail span{
	font-size: 36px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
	margin-top:20px;
}


.footer{
	width:100%;
	height:230px;
	position: absolute;
	left:0;
	background-color:var(--albastruFrancezDes);
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 110vh;
}


footer {
	background-color: #f1f1f1;
	text-align: center;
	padding: 10px;
}
.boxThankyou{
	position:relative;
	padding:30px;
	margin-left:100px;
	background-color:white;
	box-shadow: 0px 0px 36px 7px rgba(0, 0, 0, 0.75);
	border-radius:9px;
}
.textThankyou{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:10px;
	font-size:18px;
	padding:20px;
}
.continutThankYou{
	flex: 1;
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
}

.continutThankYou::before{
	content: "";
	background:url('/public/images/webp/halfRoad.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	filter: blur(5px);
	left: 0px;
	opacity:0.9;
}

.boxLine{
	border:1px solid var(--rosuFrancez);
	padding:10px;
}
.continutPagina{
	padding-bottom:220px;
}

.principal{
	padding-bottom:300px;
}

.colFooter{
	display:grid;
	gap:50px;
	grid-template-columns: 1.2fr 2fr 1fr 1fr;
	padding:35px 0px 0px 0px ;
}

.colFooter4 a{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

.colFooter4 a img{
	padding-right:10px;
}
.colFooter1 img{
	max-width:100%;
}
.colFooter1>a, .colFooter2>a, .colFooter3>a, .colFooter4>a{
	color:white;
	font-size:16px;
}
.colFooter1, .colFooter2, .colFooter3, .colFooter4{
	display:flex;
	flex-direction:column;
	gap:10px;
}

.baraJosFooter{
	text-align: center;
	color:white;
	font-size:14px;
	position: absolute;
    bottom: 0;
}

.titleBook{
	color:black;
	text-align: center;
	font-size:40px;
	padding-bottom:30px;
}
.textBook{
	width:50%;
	margin:0px auto 75px;
	text-align: center;
	line-height: 20px;
	font-size:18px;

}

.backgroundCut2{
	background-color: var(--griFrancez);
	width: 100%;
	height: 30%;
	transform: skew(0deg, 4deg);
	z-index: -5;
	padding-bottom: 100px;
}

.bookContent{
	transform: skew(0deg, -4deg);
	padding:100px 0px;
}

.bookContentEE{
	padding:100px 0px;
}

.iconPage img , .iconPageMid img{
	max-width:80px;
}

.bookPages{
	display:flex;
	flex-direction: row;
	justify-content: center;
}

.bookPage2{
	width:25%;
	background-color:var(--rosuFrancez);
	gap:30px;
	margin:-20px 0px;
	-webkit-box-shadow: 0px 16px 23px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 16px 23px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 16px 23px -1px rgba(0, 0, 0, 0.75);
	z-index:1;
}

.bookPage1, .bookPage2, .bookPage3{
	padding:70px 35px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	border-radius:10px;
}

.divText span{
	line-height:30px;
	font-size:20px;
}

.bookPage1{
	-webkit-box-shadow: -11px 16px 23px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -11px 16px 23px -10px rgba(0, 0, 0, 0.75);
	box-shadow: -8px 7px 30px 0px rgba(0, 0, 0, 0.75);
	border:1px solid rgb(201, 198, 198);
	width: 20%;
	display:flex;
	flex-direction: column;
	gap:30px;
	align-content: center;

}

.bookPage3{
	-webkit-box-shadow: 15px 16px 23px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 15px 16px 23px -10px rgba(0,0,0,0.75);
	box-shadow: 8px 7px 30px 0px rgba(0, 0, 0, 0.75);
	border: 1px solid rgb(201, 198, 198);
	width: 20%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.textPage{
	text-align: center;
	line-height: 20px;
}

.titlePage{
	color: black;
    font-size: 30px;
	text-align: center;
}

.bckStatisticiFirma{
	width:100%;
	background-color: var(--griDeschis);
	margin-top:150px;
}

.titlePageMid{
	color:white;
	font-size:40px;
	text-align: center;
}

.iconPageMid img{
	filter:invert(100%);
}

.textPageMid{
	text-align: center;
	color:white;
	line-height:20px;
}


.divLittleShip{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
	overflow:hidden;
}

.divMedShip{
	display:none;
}

.divLargeShip{
	display:none;
}

.divExtraLargeShip{
	display:none;
}


.butoaneMasini{
	display:flex;
	flex-direction:row;
	justify-content:  center;
	margin:0 auto;
}

.sizeList{
	list-style-type:disc;
	font-size:16px;
}


.buttonMasina{
	font-size:22px;
	width:25%;
	text-align: center;
	border-bottom:2px solid var(--griFrancez);
	transition:0.3s ease-in-out;
	cursor:pointer;
	
}

.divMasiniPrincipal{
	padding-top:150px;
	display:block;
	width:80%;
	margin:0 auto;
}


.textShip{
	width:45%;
	padding:20px 30px;
	margin-top:100px;
	line-height:20px;
	border:1px solid var(--griDeschis);
}

.photoShip img{
	max-height:380px;
	max-width:400px;
}

.photoShip{
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.butonOferta {
	margin-top:30px;
	float:right;
}

.textBottom span{
	font-size:18px;
}

.statisticiFirma{
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding:50px 0px;
}

.statisticiFirma1{
	display:flex;
	flex-direction: column;
	gap:50px;
}

.stats{
	text-align: center;
}

.stats i{
	font-size:60px;
	color:var(--rosuFrancez);
}
.stats div{
	padding-top:20px;
	font-size:40px;
	padding-bottom:10px;
}

.stats span{
	font-size:18px;
}





