/* fonts */

@font-face {
  font-family: 'Babe';
  src: url('../fonts/Babe.ttf')  format('truetype'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'DINAlternateRegular';
  src: url('../fonts/DINAlternateRegular.otf')  format('truetype'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'DINAlternate-Bold';
  src: url('../fonts/DINAlternate-Bold.ttf')  format('truetype'); /* IE9 Compat Modes */
}

/* <label class="custom-checkbox"><input type="checkbox" id="acord1"><span class="checkmark"></span> <span class="checkbox-label">Am citit și sunt de acord cu regulamentul campaniei.</span></label> */

html,body {
	margin: 0;
	padding: 0;
	font-family: 'DINAlternateRegular';
}

h1,h2,h3 {
	color:#C31726;
	font-family: 'DINAlternate-Bold';
	font-size:34px;
}

h2 {
	font-size:32px;
	color:#C31726;
}

h3 {
	font-size:22px;
	color:#fff;
}

p {
	font-family: 'DINAlternateRegular';
	font-size:16px;
	color:#fff;
}

.text-pagina p {
	color:#000;
}

.text-pagina ul {
    list-style-type: none; /* Eliminați stilul implicit al listei */
    padding-left: 0; /* Eliminați padding-ul implicit al listei */
}

.text-pagina ul li {
	position: relative;
	padding-left:30px;
	padding-top:5px;
}

.text-pagina ul li:before {
    content: "•";
    color: #C31726;
    left:0;
    font-size: 34px;
    margin-right: 10px;
    line-height: 10px;
    margin-top: 10px;
    position: absolute;
    top:1px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1160px;
}

header {
	padding:15px 0;
}

.nume-invitat {
	font-family: 'Babe';
	font-size:24px;
	color:#fff;
	display: block;
	margin-top:-25px;
	text-shadow: 0px 3px 4px #00000066;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 42.25%; /* 56Set the aspect ratio for a 16:9 video */
    overflow: hidden;
}

.image-container {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	padding-top:25.7%;
	background-image:url('/wp-content/uploads/2023/09/headear-simplu3.jpg'); /* ../images/headear_simplu2.jpg */
}

.container-invitat {
	background-color:#DEDEDE;
	padding:20px 0;
	height: 100%;
	cursor: pointer;
	transition:.5s all;
}

.container-invitat.selectat {
	background-color:#C31726;
}

#herovideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.red-content {
	background-color:#C31726;
	width:100%;
	padding:30px;
}

.red-content h3 {
	min-height: 120px;
}

.buton-alb, .buton-alb:visited {
	color:#C31726;
	font-family: 'DINAlternate-Bold';
	background-color:#fff;
	border-radius: 10px;
	width:90%;
	max-width: 550px;
	text-align: center;
	text-decoration: none;
	font-size:20px;
	padding:10px 20px;
	box-sizing: border-box;
	white-space: normal;
	display: inline-block;
}

.buton-alb:hover {
	color:#C31726;
}

.buton-rosu, .buton-rosu:hover  {
	color:#fff;
	background-color:#C31726;	
	font-size:16px;
	padding:3px 45px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-top:15px;
}

.buton-rosu-mare, .buton-rosu-mare:hover  {
	color:#fff;
	background-color:#C31726;	
	font-family: 'DINAlternate-Bold';
	font-size:20px;
	padding:8px 35px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-top:15px;
	border-radius:10px;
}

.container-fundal {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url('../images/greenenergybg@2x.png');
	padding:50px 0;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay img {
    width: 70%;
    max-width:700px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.video-title {
	color:#000;
	font-size:24px;
	margin-top:15px;
}

.container-formular-1 {
	background-color:#EBEBEB;
	padding:5% 10%;
}

.container-produs {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
}

.container-popup {
	border-radius:10px;
	background-color:#E6E6E6;
	padding:25px;
	box-shadow: 0px 3px 39px #00000069;
	width:94vw;
	max-width: 700px;
}

.container-popup p {
	color:#C31726;
	margin: 0;
	padding:0;
	margin-bottom:2px;
}

.before-colon {
    color: #C31726;
}

.after-colon {
    color: black;
    display: inline-block;
    margin-left:10px;
}

.lity-close {
	position:absolute;
	color:#C31726;
}

.container-produs .pret {
	font-size:16px;
	color:#C31726;
	display: grid;
	grid-template-columns: auto 1fr;
}

.container-produs .pret > span:last-child {
	text-align:right;	
}	

.buton-produs, .buton-produs:hover {
	width:100%;
	margin-top:5px;
	background-color:#C31726;
	color:#fff;
	font-size:16px;
	text-align: center;
	text-decoration: none;
	padding:5px;
	width:100%;
	display: block;
}

#nav-icon3 {
  width: 50px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  /*top:25px;*/
  left:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #1e2d7c;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(3) {  
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3.open span {
	background:#1e2d7c;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

/* Customize the checkbox appearance */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Style the checkbox input */
.custom-checkbox input[type="checkbox"],.custom-checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

select, input[type="text"] {
	border:1px solid #C31726;
	width:100%;
	background-color:#fff;
	padding:8px;
	outline:none;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  /*border-radius: 5px;*/
  margin-right:10px;
  border:1px solid #C31726;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after, .custom-checkbox input[type="radio"]:checked + .checkmark:after {
  display: block;
}

footer {
	background-color:#707070;
	padding:50px 0;
}

footer a {
	font-size:23px;
	color:#bbb;
	text-decoration: none;
	display: inline-block;
	margin:0 5px;
	padding-right:10px;
	border-right:2px solid #bbb;
	line-height: 24px;
}

footer a:hover {
	color:#000;
	text-decoration: none;
}

footer a:last-child {
	border-right:none;
}

.video-play {
	position:relative;
	cursor: pointer;
}

.video-play:after {
	content: "\f04b"; /* FontAwesome play icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #C31726;
    background-color:#fff;
    border-radius:100px;
    width:60px;
    height:60px;
    padding-left:22px;
    z-index: 2;
    padding-top:9px;
}

.video-play:before {
	content:'';
	width:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	z-index: 1;
	background-color:rgba(195, 23, 38, 0.7);
}

.video-play-mare {
	position:relative;
	cursor: pointer;
}

.video-play-mare:after {
	content: "\f04b"; /* FontAwesome play icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: #C31726;
    background-color:#fff;
    border-radius:100px;
    width:120px;
    height:120px;
    z-index: 2;
    padding-left:40px;
    padding-top:20px;
}

.video-play-mare:before {
	content:'';
	width:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	z-index: 1;
	background-color:rgba(195, 23, 38, 0.6);
}

@media only screen and (max-width:1570px) {
	.nume-invitat { font-size:20px; }
	.image-container { padding-top:39%; }
}	

@media only screen and (max-width:850px) {
	.image-container { padding-top:30%; background-position:center left; }
	footer a { display:block; border-right:none; margin-bottom:15px; }
	.nume-invitat { font-size:16px; margin-top:-25px; }
	.video-play-mare:after {
	    font-size: 28px;
	    width:60px;
	    height:60px;
	    padding-left:22px;
	    padding-top:9px;
	}
}