@charset "utf-8";

@font-face {
    font-family: 'Karmatic Arcade';
    src: url('KarmaticArcade.woff2') format('woff2'),
        url('KarmaticArcade.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; overflow-x: hidden; min-height:100%;}

body{
	min-height:100%;
	font-family:"Poppins", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#333;
	 overflow-x: hidden;
}

select, input, textarea, button{
	font-family:"Poppins", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.container-full{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #1c344d;
	background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
}
.forbidden{background-color:#d00;}


.menu-holder{
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}
.logo{
	height: 80px;
	display: block;
	margin: 0;
}
.menu-button{
	display: none;
}
.menu-items-container{
	height: 30px;
	width: 720px;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.menu-box{
	height: 30px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}
.menu-icon{
	height: 30px;
	display: block;
	margin: 0;
	margin-right: 15px;
}
.menu-text{
	font-size: 12px;
	color: #235500;
	text-align: center;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
}





.main-container{
	width: 100%;
	margin-top: 80px;
}

.header{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: block;
}
section{
	padding: 65px 0;
	width: 100%;
}
.despre-container{
	width: 100%;
}
.despre-image{
	width: 45%;
	border-radius: 50%;
}
.despre-text{
	width: 50%;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.general-button{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #6ba883;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	border-radius: 15px;
}
.general-button:hover{
	background-color: #fed404;
	color: #000;
}
.general-input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 14px;
	text-align: left;
	padding: 0 8px;
	font-weight: 700;
	border-radius: 15px;
	border: 1px solid #ddd;
}
.center-button{
	display: block;
	margin: 25px auto;
}

.center-text{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 50px;
}

.harta-container{
	width: 100%;
}
.harta-image{
	width: 70%;
	border-radius: 30px;
}
.harta-buttons{
	width: 25%;
	background-color: #fff;
	border-radius: 30px;
}


.item-1{
	width: 100%;
	margin-bottom: 15px;
}
.item-2{
	width: 48%;
	margin-bottom: 15px;
}
.inscriere-input{
	width: 100%;
}
.inscriere-button{
	border: none;
	height: 50px;
	line-height: 50px;
	background-color: #6ba883;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	border-radius: 15px;
	width: 170px !important;
}

.footer{
	background-color: #f8f8f8;
	padding: 50px;
}





/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-vertical{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



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

.disp-mob{display: block;}
.disp-desk{display: none;}

.menu-holder{
	display: block;
	height: 70px;
}
	.logo{
		height: 70px;
	}
	
.menu-button{
	display: block;
	height: 26px;
	margin: 22px;
}
	.menu-items-container{
		width: 100%;
		max-width: 100%;
		background-color: #fff;
		display: block;
		margin-top: 0;
		height: 0;
		overflow: hidden;
		transition: 0.3s ease-in-out all;
	}
	.menu-items-open{
		height: auto;
	}
	
.menu-box{
	height: 50px;
	justify-content: space-between;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	
}
.menu-icon{
	height: 30px;
	display: block;
	margin: 10px;
	margin-right: 0;
}
.menu-text{
	width: calc(100% - 60px);
	font-size: 12px;
	color: #235500;
	text-align: left;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}


.main-container{
	margin-top: 0;
}
	
	section{
		padding: 35px 0;
	}	
	
.despre-text{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
	.despre-image{
		width: 100%;
		margin: auto;
		display: block;
		max-width: 200px;
	}
	.general-button{
		margin: auto;
	}
	.flex-mobile-reverse{
		flex-direction: column-reverse;
	}
	
}
