/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Roboto:wght@300;400;700&display=swap');

/* <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: 'Roboto', sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	color:#fff;
	font-family: 'Courier Prime', monospace;
	font-size:54px;
	font-weight: bold;
}

h1:before, h2:before {
	content:'_';
}

h2 {
	font-size:42px
}

h3 {
	font-size:32px;
}

h4 {
	font-size:26px;
}

h1.noprefix:before, h2.noprefix:before {
	content:'';
}

p {
	font-size:17px;
	color:#fff;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1160px;
}

.container-event {
	width:100%;
	position: relative;
	padding:15px;
}

.container-event span {
	color:#fff;
	font-family: 'Courier Prime', monospace;
	margin-top:-10px;
	display: block;
}

.event-bar {
	background-color:#FFA89A;
}

.event-bar .position-relative:after {
	content:'_bar';
	position: absolute;
	font-family: 'Courier Prime', monospace;
	left:45px;
	color:#fff;
	top:10px;
	font-size:16px;
}

.event-bar .position-relative:before {
	content:'';
	position: absolute;
	left:15px;
	top:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('../images/barIcon@2x.png');
	height:30px;
	width:20px;
}

.event-sala-de-mese {
	background-color:#00B0BD;
}

.event-sala-de-mese .position-relative:after {
	content:'_sala de mese';
	position: absolute;
	font-family: 'Courier Prime', monospace;
	left:45px;
	color:#fff;
	top:10px;
	font-size:16px;
}

.event-sala-de-mese .position-relative:before {
	content:'';
	position: absolute;
	left:15px;
	top:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('../images/pizzaIcon@2x.png');
	height:30px;
	width:20px;
}

.event-teatru {
	background-color:#6C84FE;
}

.event-teatru .position-relative:after {
	content:'_teatru';
	position: absolute;
	font-family: 'Courier Prime', monospace;
	left:45px;
	color:#fff;
	top:10px;
	font-size:16px;
}

.event-teatru .position-relative:before {
	content:'';
	position: absolute;
	left:15px;
	top:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('../images/teatruIcon@2x.png');
	height:30px;
	width:20px;
}

.container-event .event-image {
	width:100%;
	padding-top:100%;
	border:4px solid #fff;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

main {
	width:100%;
	min-height: 80vh;
	padding-top:100px;
}

header {
	background-color:#fff;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	font-family: 'Courier Prime', monospace;
	font-weight: bold;
	font-size:22px;
	z-index: 100;
}

header .logo > img {
	max-height:50px;
}

footer {
	padding:50px 0;
	background-color:#000;
	color:#6A6A6A;
	font-size:15px;
}

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

.bg-turcoaz {
	background-color:#00B0BD;
}

.bg-roz {
	background-color:#FFA89A;
}

.bg-alb {
	background-color:#fff;
}

.bg-mov {
	background-color:#6C84FE
}

.bg-albastru {
	background-color:#2A53FF;
}

.bg-box-shadow {
	box-shadow: 0px 3px 26px #00000040;
}

.buton-social, .buton-social:hover, .buton-social:visited {
	color:#fff;
	font-size:24px;
	text-decoration: none;
	font-family: 'Courier Prime', monospace;
}

.buton-alb, .buton-alb:hover, .buton-alb:visited {
	font-family: 'Courier Prime', monospace;
	color:#000;
	background-color:#fff;
	padding:5px 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
	display: inline-block;
}

.polaroid-border {
	border:40px solid #fff;
}

.container-concurs .poza-concurs {
	padding-top:45%;
	width:100%;
	border:15px solid #fff;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.container-concurs span {
	color:#fff;
	display: block;
	margin-top:10px;
	font-size:22px;
	font-family: 'Courier Prime', monospace;
}

.container-teatru .poza-teatru {
	padding-top:140%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.container-teatru span {
	color:#fff;
	display: block;
	margin-top:10px;
	font-size:22px;
	font-family: 'Courier Prime', monospace;
}

.container-fondator {
	text-align:center;
}

.poza-fondator {
	border-radius:100%;
	width:70%;
	margin:0 auto;
	padding-top:70%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#E5E5E5;
	margin-bottom:20px;
}

.cerc-roz {
	border-radius:100%;
	background-color:#FFA89A;
	box-shadow: 0px 3px 26px #00000040;
	display: inline-block;
	margin: 0 auto;
	height:250px;
	width:250px;
	display: flex;
	align-items:center;
	justify-content:center;
	position: relative;
	z-index: 2;
}

.cerc-roz img { width:170px; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-top:-25px;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-dreapta {
	margin-left:max(15px, calc(50vw - 580px));
	min-height: 100px;
	box-sizing: border-box;
	max-width: 100%;
	overflow-x:hidden;
}

#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:5px;
  right:15px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  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:#000;
	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: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

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

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  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 {
  display: block;
}

.logicware-contact-form {display:inline-block; margin-top:30px;}

.logicware-contact-form input {
	margin-bottom:25px;
	outline:none;
	border:none;
	display:inline-block;
}

.logicware-contact-form textarea {
	border:2px solid #fff;
	height:100px; 
	width:100%;
	max-width:550px;
	margin-bottom:15px;
	color:#fff;
	padding:10px;
	outline:none;
	background:transparent;
	font-family: 'Courier Prime', monospace;
}

.logicware-contact-form input[type="text"],.logicware-contact-form input[type="email"],.logicware-contact-form input[type="tel"] {
	background-color:transparent;
	border-bottom:2px solid #fff;
	padding:5px 10px;
	width:100%;
	max-width:550px;
	color:#fff;
	font-family: 'Courier Prime', monospace;
}

.logicware-contact-form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.logicware-contact-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

/*.logicware-contact-form input[type="submit"] {
	float:right;
}*/

.logicware-contact-form .wpcf7-not-valid-tip {
	font-size:14px;
	display:block;
	margin-top:-20px;
}

.logicware-contact-form .wpcf7-acceptance {
    position: relative;
}

  /* Stil pentru checkbox */
.logicware-contact-form .wpcf7-acceptance input[type="checkbox"] {
    width: 20px; /* Aici puteți schimba dimensiunea dorită a checkbox-ului */
    height: 20px; /* Aici puteți schimba dimensiunea dorită a checkbox-ului */
    border: 2px solid blue; /* Stil pentru border */
	margin-bottom:0;
}

  /* Stil pentru textul din label */
.logicware-contact-form .wpcf7-list-item-label {
    margin-left: 15px; /* Spațiu între text și checkbox */
	font-size:16px;
	line-height:18px;
	font-family: 'Courier Prime', monospace;
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
	p { font-size:16px; }
	h1 { font-size: 40px; }
	h2 { font-size: 32px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
}