:root {
	--font-normal: 18px;
	--font-medium: 25px;
	--font-semi-large: 30px;
	--font-large: 55px;
	--font-extra-large: 100px;
}

html {
	width: 100%;
	font-family: "Livvic", serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: "Livvic", serif;
	color: #000000;
	font-size: var(--font-normal);
	background: #FFCB05;
	overflow: hidden;
}

.modak {
	font-family: "Modak", serif;
}

p {
	line-height: 1.3em;
}

h2 {
	color: #ffffff;
	font-size: var(--font-semi-large);
	font-weight: 700;
	text-shadow: 0px 3px 5px rgba(147,69,0,0.7);
	margin: 0px 0 60px 0;
}

h2+h3 {
	color: #ffffff;
	font-size: var(--font-medium);
	font-weight: 500;
	text-shadow: 0px 3px 5px rgba(147,69,0,0.7);
	margin: 0px 0 60px 0;
}

.t-semi-large {
	font-size: var(--font-semi-large);
	font-weight: 700;
}

.m-large {
	font-family: "Modak", serif;
	font-size: var(--font-large);
	font-weight: 400;
	text-align: center;
	line-height: 1.2em;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

.buton {
	background: #1CAC90;
	color: #fff;
	font-size: var(--font-normal);
	font-weight: 700;
	border-radius: var(--font-normal);
	padding: 6px 20px;
	cursor: pointer;
	border: none;
}

input {
	border: 2px solid #1CAC90;
	background: #fff;
	color: #000;
	border-radius: var(--font-normal);
	padding: 6px 20px;
}

.checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.checkbox input {
	margin: 0;
}

label {
	color: #fff;
	bfont-size: var(--font-normal);
}

.buton.disabled {
	background: #646464;
	pointer-events: none;
}

.buton:hover {
	opacity: 0.8;
}

header {
	background: #fbab33;
	/* background: linear-gradient(179deg,rgb(251 147 51 / 90%) 80%, rgba(255, 198, 55, 0.8) 100%); */
	font-size: var(--font-normal);
	font-weight: 700;
	color: #fff;
	position: relative;
	/* background-image: url('../img/menu_bg.svg');
	background-size: 100%;
	background-position: bottom center */
	z-index: 2;
	/* border-radius: 0 0 40px 40px; */
	box-shadow: 0px 8px 57px 33px rgba(202,134,33,0.5);
}

header .logo {
	width: 200px;
}

header .flex {
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
}

header .meniu {
	display: flex;
	gap: 30px;
}

header .meniu .item {
	position: relative;
	cursor: pointer;
}

header .meniu .item:hover .submeniu {
	opacity: 1;
	pointer-events: auto;
}

header .meniu .submeniu {
	position: absolute;
	background: #ffbe00;
	width: calc(100% + 30px);
	z-index: 2;
	padding: 15px;
	margin: 0 -15px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
}

.section-1 {
	/* background: url('../img/s1.png'), #FFCB05; */
	background-size: 104%;
	background-position: right 10% center;
	height: 100vh;
	min-height: 850px;
	margin-top: -120px;
	padding: 0 0 0 0;
	/* padding: 0; */
	position: relative;
}

.section-1 video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }

.section-1 .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0;
	width:  100%;
	height: 100%;
	height: calc(100% - 120px);
	background: linear-gradient(179deg,rgb(0 0 0 / 0%) 85%, rgba(255, 203, 5, 1) 100%);
	background: rgba(255, 203, 5, 0.6);
	position: relative;
	z-index: 1;
}

.section-1 .flex:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(179deg,rgb(0 0 0 / 0%) 71%, rgba(255, 203, 5, 1) 100%);
	z-index: -1;
}

.section-1 .img1 {
	width: 230px;
}

.section-1 .img2 {
	width: 200px;
	margin-top: 30px;
}

.section-1 .t-semi-large {
	margin-bottom: 0;
	margin-top: 30px;
}

.section-tickets {
	background: #FFCB05;
}

.section-tickets .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-tickets .flex img {
	width: 400px;
	transform: scale(1);
	transition: transform 0.2s ease;
}

.section-tickets .flex a:hover img {
	transform: scale(1.02);
}

section {
	padding: 70px 0;
}

.section-slider .slide {
	background-position: center;
	background-size: cover;
	height: 25vw;
	margin: 15px;
	border-radius: 43px;
	box-shadow: 0px 3px 8px 3px rgba(147,69,0,0.6);
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.2s ease;
}

.section-slider .slide:hover {
	transform: scale(1.02);
}

.section-slider .slide .flex {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	color: #fff;
	position: relative;
	background: rgba(147,69,0,0.3);
}

.section-slider .slide.col-1 {
	width: 19vw;
}

.section-slider .slide.col-2 {
	width: 38vw;
}

.section-slider .slide .title {
	font-size: var(--font-semi-large);
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.1em;
}

.section-slider .slide .subtitle {
	font-size: var(--font-semi-large);
	font-weight: 400;
	margin: 0;
}

.section-slider h2 {
	cursor: default;
	display: flex;
	gap: 22px;
}

.section-slider h2 img {
	cursor: pointer;
}

.section-slider .slide .body {
	width: 80%;
}

.section-discover {
	padding: 10px 0;
}

.section-discover img {
	width: 100%;
}

.section-discover .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	row-gap: 45px;
}

.section-discover .flex .item {
	background-position: center;
	background-size: cover;
	width: 450px;
	height: 500px;
	/* padding: 30% 0; */
	margin: 15px;
	position: relative;
	border-radius: 43px;
	box-shadow: 0px 3px 8px 3px rgba(147,69,0,0.6);
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.2s ease;
	position: relative;
}

.section-discover .flex .item:hover {
	transform: scale(1.02);
}

.section-discover .flex .item div {
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	color: #fff;
	top:  0;
	left:  0;
	background: rgba(147,69,0,0.3);
	align-items: flex-start;
}

.section-discover .flex .item .title {
	font-size: var(--font-semi-large);
	font-weight: 700;
	margin: 0 0 5px 0;
}

.section-discover .flex .item .subtitle {
	font-size: var(--font-medium);
	font-weight: 400;
	margin: 0 0 5px 0;
}

.section-discover .flex .item div img {
	max-height: 40px;
	margin-bottom: 5px;
	width: auto;
}

.section-discover .flex>img {
	width: 450px;
	position: relative;
	left: -60px;
}

.section-map {
	padding: 80px 0
}

.section-map h2 {
	margin-bottom: 5px;
}

.section-map img {
	width: 100%;
	border-radius: 49px;
}

.section-columns .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.section-columns .col {
	height: 400px;
	box-shadow: 0px 3px 8px 3px rgba(147, 69, 0, 0.6);
	border-radius: 45px;
	position: relative;
	display: flex;
	justify-content: center;
	background: #FAB317;
	background: linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
}

.section-columns .col-1 {
	width: calc(25% - 20px);
}

.section-columns .col-2 {
	width: calc(50% - 20px);
}

.section-columns .content {
	padding: 30px 20px
}

.section-columns.no1 .flex img {
	height: 521px;
}

.section-columns .buton {
	position: absolute;
	bottom: -19px;
}

.section-columns p {
	color: #fff;
	font-size: var(--font-normal);
}
.section-columns .title {
	font-size: var(--font-semi-large);
	font-weight: 700;
}

.section-columns .col.magazin {
	background-image: url('../img/produse.png'), linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	background-position: 124% 189%;
	background-repeat: no-repeat;
	background-size: auto 87%, cover;
}

.section-columns .col.magazin .subtitle {
	margin-bottom: 0
}

.section-columns .col.bilete {
	background-image: url('../img/art-1.svg'), linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	background-position: 14% 189%;
	background-repeat: no-repeat;
	background-size: auto 83%, cover;
}

.section-columns .col.noutati {
	background: url('../img/flash_mob.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-columns .col.noutati .content {
	background: rgba(144, 41, 28,0.3);
	background: linear-gradient(180deg,rgba(144, 41, 28, 0.3) 0%, rgb(104 53 30) 100%);
	border-radius: 45px
}

.section-columns .col.noutati .content img {
	width: 400px;
	opacity: 0.7;
	margin-bottom: 20px
}

.section-columns .col.noutati .content .columns {
	display: flex;
	justify-content: space-between;
}

.section-columns .col.noutati .content .columns p {
	width: 27%;
}

.section-columns .col.noutati .content .columns span {
	border-left: 2px solid #fff;
}


.section-partners h2 {
	width: 320px;
	margin: 0;
	/* margin-top: 15px; */
	/* display:  flex; */
	/* align-items: center; */
}

.section-partners .flex {
	display: flex;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 40px;
	align-items: center;
	justify-content: space-between;
}

.section-partners .flex:last-of-type {
	/* border: none; */
}

.section-partners .icons {
	width: calc(100% - 340px);
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.section-custom .flex {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
}

.section-custom .flex .item {
	height: 400px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 3px 8px 3px rgba(147,69,0,0.6);
	border-radius: 45px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.section-custom.with-drawer.artisti .flex .item {
	margin-bottom: 118px;
}

.section-custom.with-drawer .flex .item {
	height: 30vw;
	position: relative;
	overflow: visible;
	margin-bottom: 100px;
	border-radius: 45px;
}

.section-custom.with-drawer .flex .item .drawer:after {
	content: '';
	width: 100%;
	height: 98px;
	opacity: 0.7;
	display: block;
	background: url('../img/glow.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* background: #000; */
	position: absolute;
	top: 100%;
	z-index: -1
} 


.section-custom.with-drawer.artisti .flex .item .flex {
	display: flex;
	justify-content: flex-end;
}

.section-custom.with-drawer .flex {
	border-radius: 45px;
}

.section-custom.with-drawer.article .flex {
	background: #FBA433;
}

.section-custom.with-drawer.article .flex .item .drawer {
	z-index: 1;
	background: none;
	text-align: left;
	display: flex;
	align-items: flex-start;
}

.section-custom.with-drawer.article .flex .item .drawer:after {
	opacity: 0;
}

.section-custom.with-drawer .flex .item .drawer {
	position: absolute;
	width: 100%;
	background: #FBA433;
	top: 100%;
	margin-top: -40px;
	left: 0;
	z-index: -1;
	display:  flex;
	padding: 70px 20px 20px 20px;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 45px 45px;
	text-align: center;
	font-size: var(--font-medium);
	flex-direction: column;
}

.section-custom.with-drawer.artisti .flex .item .drawer p {
	font-size: var(--font-normal);
	max-width: 1600px;
}

.section-custom.with-drawer .flex .item .lazy {
	border-radius: 45px;
}

.section-custom.with-drawer .flex .item .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.section-custom.with-drawer .flex .item .title {
	font-size: var(--font-large);
	font-weight: 400;
}

.section-custom .flex .item.col-4 {
	width: calc(30% - 20px);
}

.section-custom .flex .item.col-5 {
	width: calc(40% - 20px);
}

.section-custom .flex .item.col-6 {
	width: calc(50% - 20px);
}

.section-custom .flex .item.col-7 {
	width: calc(60% - 20px);
}

.section-custom .flex .item.col-12 {
	width: 100%;
}

.section-custom .flex .item.col-12.aftermovie {
	/* height: 42vw; */
	cursor: pointer;
	height: auto;
}

.section-custom .flex .item.col-12.aftermovie .flex {
	padding: 0
}

.section-custom .flex .item.cc1 {
	background: #FAB317;
	background: url('../img/app.png'), linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-custom .flex .item.cc1 .t1 {
	color: #fff;
	font-size: var(--font-semi-large);
	font-weight: 700;
}

.section-custom .flex .item.cc1 .t2 {
	color: #fff;
	font-size: var(--font-medium);
}

.section-custom .flex .item .flex {
	display: flex;
	background: rgba(147,69,0,0.3);
	flex-direction: column;
	align-items: flex-start;
	padding: 50px;
	height: 100%;
	justify-content: flex-end;
	gap: 10px;
	position: relative;
	width: 100%;
}

.section-custom .flex .item .flex .label {
	position: absolute;
	bottom: -15px;
	background: #1eac90;
	padding: 10px 30px;
	border-radius: 20px
}

.section-custom .flex .item .flex .icon_experienta {
	width: 120px
}
.section-custom .flex .item .flex .icon_varsta {
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.section-custom .flex .item p {
	max-width: 84%;
	font-size: var(--font-medium);
}

.section-custom .flex .item p img {
	margin: 0 10px;
}

.section-custom .flex .item .title {
	font-size: var(--font-semi-large);
	font-weight: 700;
}

.section-custom .flex .item .title.big {
	font-size: var(--font-extra-large);
	font-weight: 700;
}

.section-custom .flex .item p {
	color: #fff;
}

.section-2024 {
	padding: 30px 0
}

.section-2024 img {
	width: 100%;
}

/*#hiddenVideo {
	display: none;
    width: 100%;
    height: auto;
}*/

#hiddenVideo {
	width: 100%;
	opacity:  0;
	pointer-events: none;
}

#hiddenVideo.active {
	opacity: 1;
	pointer-events: auto;
}

footer {
	background: url('../img/s1.png'), linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	background-size: 104%;
	background-position: right 10% center;
	box-shadow: 3px 0px 13px 3px rgba(147,69,0,0.6);
	padding: 70px 0;
	
}

footer .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

footer .links {
	display: flex;
	flex-wrap: wrap;
	max-width: 413px;
	gap:  30px;
}

footer .links img {
	max-height: 40px;
	max-width: 40px;
}

footer .links a:nth-of-type(3n+3) {
	width: 268px;
}

footer .links a {
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 600;
	color: #fff;
}

footer .links a:hover {
	opacity: 0.6;
}

.footer-bottom .flex {
	padding: 25px 0 15px 0;
	color: #834609;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	font-size:  16px;
}

.buy {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #1EAC90;
	border-radius: 0 15px 0 0;
	display: flex;
	gap: 15px;
	height: 58px;
	padding: 0 20px;
	align-items: center;
	transition: all 0.2s ease-in-out;
	transform: scale(1);
	z-index: 1
}

.buy:hover {
	transform: scale(1.02);
}

.buy span {
	color: #1EAC90;
	background: #fff;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 29px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	cursor: pointer;
}

.buy a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.buy img {
	position: relative;
	margin-top: -40px;
	margin-right: -10px;
	width: 150px
}

.lazy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.section-art img {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
}

.section-art.no1 {
	padding-bottom: 0;
	margin-bottom: -40px;
}

.section-art.no5 {
	padding-bottom: 0;
	margin-top: 40px;
}

.section-art.no6 {
	padding-bottom: 0;
	margin-top: 40px;
}

.section-title {
	padding-top: 0;
	margin-top: -40px
}

.section-title h2 {
	background-image: linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	background: #fba433;
	max-width: 950px;
	padding: 15px 40px;
	text-align: center;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0px 0px 14px 5px rgba(202,134,33,0.5);
}

.section-custom.artisti {
	padding-top: 0
}

.section-custom.article .container {
	max-width: 1000px;
}

.section-custom.artisti .flex .item.col-4 {
	height: 30vw;
}

hr {
	border-color: #fba433;
	box-shadow: 0px 0px 14px 2px rgba(202,134,33,0.5);
}

.section-custom .flex .item.experiente {
	background-image: linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
}

.section-custom .flex .item.experiente .flex {
	background: none
}

.section-custom .flex .item.experiente .content img {
	width: 50%;
}

.section-cta .flex {
	text-align: center;
}

.section-cta h3 {
	color: #fff;
	font-size: var(--font-semi-large);
	/* font-weight: 400; */
	background:  #fba433;
	display: table;
	padding: 14px 30px 10px 30px;
	border-radius: 30px;
	margin: 37px auto;
}

#fallback-image {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	display: none;
}

.gotoform {
	display: table;
	text-align: center;
	margin: 10px auto;
}

.gotoform + img {
	width: auto;
	margin: 20px auto;
	position: relative;
	left: 15px
}

.img-familia-vip {
	position: relative;
	left: 25px;
}

.steps .flex {
	background-image: linear-gradient(180deg,rgba(250, 179, 23, 1) 0%, rgba(238, 52, 36, 1) 65%, rgba(144, 41, 28, 1) 100%);
	border-radius: 43px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
}

.steps .flex .title {
	font-size: var(--font-semi-large);
	font-weight: 700;
	text-align: center;
}

.steps .flex .list {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	padding: 20px 0
}

.steps .flex .list .item {
	text-align: center;
	max-width: 300px;
	font-size: var(--font-medium);
}

.steps .flex .list .item span {
	font-weight: 700;
}

.form-concurs2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 20px auto 80px auto;
}

.form-concurs2 input {
	width: 48%;
}

.form-concurs2 .checkbox {
	width: 100%;
}

.form-concurs2 .buton {
	margin: 0 0 0 auto;
}

.form-concurs2 .error {
	width: 100%;
	text-align: right;
	color: red;
}
.section-buble .flex {
	text-align: center;
	color: #fff;
	background: #FBA433;
	border-radius: 45px;
	padding: 30px 20px;
}

.section-buble {
	padding: 0;
	margin-bottom: 30px
}

.section-buble p {
	margin: 0;
}
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fbab3399;
	display: none;
}

.banner .content {
	background-image: url('../img/banner_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	border-radius: 29px;
	height: 430px;
	width: 744px;
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
}

.banner .content img {
	height: 200px;
}

.banner .content .close-banner {
	color: #1cab8f;
	opacity: 1;
	text-shadow: none;
	font-size: 70px;
	top: 0px;
	right: 20px;
	line-height: 67px;
	font-weight: 100;
	position: absolute;
	cursor: pointer;
}