@charset "utf-8";

@font-face {
    font-family: 'Alexander Lettering';
    src: url('AlexanderLettering.woff2') format('woff2'),
        url('AlexanderLettering.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; min-height:100%;}

body{
	min-height:100%;
	font-family:"Merriweather", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../../Images/bg-logo.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:"Merriweather", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:100%;
	max-width:1100px;
	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 --------------------------------------------------- */
.hidden-menu{
	display: none;
}
.menu-holder{
	position: fixed;
	width: calc(100% - 40px);
	max-width: 1100px;
	background-color: #fff;
	height: 70px;
	right: 0;
	left: 0;
	top: 15px;
	margin: auto;
	box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
	border-radius: 35px;
	z-index: 99;
	
}

.logo{
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease-in-out all;
}
.logo:hover{
	height: 40px;
}

.menu-left{
	position: absolute;
	left: 15px;
	top: 10px;
	width: calc(50% - 100px);
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.menu-right{
	position: absolute;
	right: 15px;
	top: 10px;
	width: calc(50% - 100px);
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.menu-item{
	display: block;
	height: 50px;
	line-height: 55px;
	margin: 0 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.menu-item:hover{
	color: #b38686;
}

.header{
	width: 100%;
	min-height: 100vh;
	background-position: center center;
	background-size: cover;
	background-image: url(../../Images/header.jpg?v=3);
}
.header-info{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	/*background-color: rgba(0,0,0,0.75);*/
	padding-top: 1px;
	padding-bottom: 35px;
}
.header-half{
	width: 40%;
	margin-left: 10%;
}
.header-title{
	font-family: 'Josefin Sans';
	font-size: 24px;
	color: #000;
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 150px auto 35px auto;
}
.header-logo{
	height: 110px;
	margin: 150px auto 35px auto;
}

.header-desc{
	width: 100%;
	max-width: 800px;
	margin: auto;
	font-size: 20px;
	line-height: 33px;
	color: #000;
	/*font-family: 'Josefin Sans';*/
	font-weight: 600;
	
	text-align: left;
}
.header-button-holder{
	width: 200px;
	height: 60px;
	margin: 65px auto 25px auto;
}
.header-button{
	margin-top: 35px;
}

/* --------------------------------------------------- main --------------------------------------------------- */
section{
	width: 100%;
	padding: 100px 0;
}
.general-button{
	display: block;
	border: none;
	width:220px;
	height: 50px;
	line-height: 50px;
	background-color: #e85d75;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.item-1{
	width: 100%;
	margin-bottom: 25px;
}
.item-2{
	width: 49%;
	margin-bottom: 25px;
}
.general-label{
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}
.general-input{
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px;
	border-radius: 20px;
}
.general-input::-webkit-input-placeholder {
    color: #bbb;
}
.general-input:-moz-placeholder {
    color: #bbb;
}
.general-input::-moz-placeholder {
    color: #bbb;
}
.general-input:-ms-input-placeholder {
    color: #bbb;
}

.page-title{
	font-size: 26px;
}
.cursive-title{
	font-size: 36px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 600;
}
.noncursive-title{
	font-size: 42px;
	text-align: center;
	font-weight: 400;
	margin-top: 35px;
	margin-bottom: 25px;
	color: #e85d75;
}
.page-desc{
	font-size: 16px;
	line-height: 26px;
}
.pink-bg{
	background-color: #ffeeee;
}

.offset-box{
	width: calc(100% - 100px);
	position: relative;
	margin-left: 100px;
	border-radius: 25px;
	min-height: 420px;
	background-color: #fff;
	padding-top: 1px;
}
.full-box{
	width: 100%;
	position: relative;
	border-radius: 25px;
	min-height: 220px;
	padding: 35px;
	background-color: #fff;
}
.full-box-text{
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}
.offset-box-left-image{
	width: 300px;
	height: 400px;
	left: -50px;
	top: -50px;
	border-radius: 25px;
	position: absolute;
	background-position: center center;
	background-size: cover;
}
.offset-box-right-text{
	width: 55%;
	margin-left: 35%;
	margin-top: 50px;
}

.box-3{
	width: 29%;	
}
.box-full-image{
	width: 100%;
	height: 330px;
	background-position: center center;
	background-size: cover;
	border-radius: 25px;
}
.box-3-desc{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 35px;
	margin-top: 10px;
	text-align: center;
}

.despre-image{
	border-radius: 25px;
	max-width: 49%;
}

.testimonial-holder{
	margin: 20px auto;
}
.testimonial-box{
	width: 31%;
	padding: 25px 15px;
	position: relative;
}
.testimonial-image{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	margin: 25px auto;
}
.testimonial-title{
	font-family: 'Kanit';
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 700;
}
.testimonial-subtitle{
	font-size: 14px;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
}

.quiz-holder{
	width: 90%;
	max-width: 800px;
	padding: 35px;
	border-radius: 35px;
	background-color: #fff;
	margin: 25px auto;
}
.quiz-raspuns{
	font-size: 12px;
	color: #D57089;
	margin-top: 5px;
	padding-left: 15px;
	font-style: italic;
}





.blog-box{
	width: 100%;
	position: relative;
	border-radius: 25px;
	padding: 35px;
	background-color: #fff;
	margin-bottom: 15px;
}
.blog-image{
	width: 30%;
}
.blog-snippet{
	width: 68%;
	padding: 15px;
}
.blog-snippet-title{
	color: #e85d75;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.blog-snippet-date{
	font-size: 13px;
	color: #999;
	margin-bottom: 35px;
}
.blog-snippet-article{
	font-size: 18px;
	line-height: 28px;
}

/* --------------------------------------------------- video --------------------------------------------------- */

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	position: absolute;
	top: 65px;
	right: 30px;
}

.circle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.play-button {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

iframe {
    border: none;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.show {
    opacity: 1;
    visibility: visible;
}

/* --------------------------------------------------- footer --------------------------------------------------- */
.footer{
	background-color: #333;
	color: #fff;
	padding: 50px 0;
}
.footer-menu{
	width: 800px;
	margin: auto;
	font-size: 14px;
	color: #fff;
}
.footer-menu-item{
	color: #fff;
}
.footer-disclaimer{
	width: 100%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #999;
}

/* --------------------------------------------------- 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;
	align-items: center;
}
.flex-container-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.flex-container-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
.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: #7d7d5e;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}
.black-text{color: #000;}
.pink-text{
	color: #b38686;
}

.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;}

	
	.container{
		width: 94%;
	}
	
/* --------------------------------------------------- menu --------------------------------------------------- */
.menu-left, .menu-right{
	display: none;
}

/* --------------------------------------------------- menu --------------------------------------------------- */
.menu-holder{
	display: none;
	position: fixed;
	width: 100%;
	height: 70px;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
	border-radius: 35px;
	z-index: 99;
	
}
.menu-toggle-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1101;
  background: #4a4a4a;
  color: #fff;
  border: none;
  font-size: 12;
  padding: 6px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s;
}
.menu-toggle-btn:hover { background: #2a2a2a; }

.hidden-menu {
  position: fixed;
  top: 0; left: 0;
  height: 100%;
  width: 270px;
  background: #fff;
  box-shadow: 2px 0 14px rgba(0,0,0,0.13);
  transform: translateX(-100%);
  transition: transform .33s cubic-bezier(.77,0,.18,1);
  z-index: 1102;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px 24px;
}
.hidden-menu.show {
  transform: translateX(0);
}
.hidden-menu-item {
  display: block;
  color: #333;
  font-size: 1.18em;
  padding: 14px 0;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  transition: color .16s;
}
.hidden-menu-item:hover { color: #7351c6; }
.close-btn {
  position: absolute;
  top: 12px; right: 16px;
  background: none;
  border: none;
  font-size: 2em;
  color: #888;
  cursor: pointer;
}
.menu-overlay {
  position: fixed;
  top:0; left:0;
  width:100vw; height:100vh;
  background: rgba(0,0,0,0.33);
  z-index: 1100;
  display: none;
}
	

.header{
	width: 100%;
	min-height: 100vh;
	background-position: center right;
}
.header-info{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: rgba(255,255,255,0.75);
	padding-top: 25px;
	padding-bottom: 15px;
}
.header-half{
	width: 100%;
	margin-left: 0;
}
.header-title{
	font-size: 20px;
	text-align: center;
	margin: 50px auto 15px auto;
}
.header-logo{
	display: block;
	width: 80%;
	margin: 50px auto;
}

.header-desc{
	width: 100%;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.header-button-holder{
	width: 180px;
	height: 50px;
	margin: 25px auto;
}
.header-button{
	margin-top: 35px;
	margin: auto;
}

/* --------------------------------------------------- main --------------------------------------------------- */
section{
	width: 100%;
	padding: 50px 0;
}
.general-button{
	margin: 15px auto;
}
.item-1{
	width: 100%;
}
.item-2{
	width: 100%;
}
.page-title{
	font-size: 20px;
}
.cursive-title{
	font-size: 30px;
}
.noncursive-title{
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.page-desc{
	font-size: 14px;
	line-height: normal;
}
.offset-box{
	width: 100%;
	margin-left: 0;
	min-height: 320px;
	padding: 15px;
	text-align: center;
}
.full-box{
	padding: 15px;
}
.full-box-text{
	font-size: 15px;
	line-height: normal;
	text-align: justify;
}
.offset-box-left-image{
	width: 300px;
	height: 400px;
	margin: auto;
	max-width: 100%;
	left: 0;
	top: 0;
	position: relative;
	background-position: center center;
	background-size: cover;
	margin-top: 25px;
}
.offset-box-right-text{
	width: 100%;
	margin-left: 0;
	margin-top: 25px;
}

.box-3{
	width: 100%;	
}

.despre-image{
	border-radius: 25px;
	max-width: 100%;
}

.testimonial-holder{
	margin: 20px auto;
}
.testimonial-box{
	width: 100%;
	padding: 25px 15px;
	position: relative;
	margin:  auto;
}
.testimonial-image{
	width: 220px;
	height: 220px;
}

.quiz-holder{
	width: 90%;
	max-width: 800px;
	padding: 35px;
	border-radius: 35px;
	background-color: #fff;
	margin: 25px auto;
}
.quiz-raspuns{
	font-size: 12px;
	color: #D57089;
	margin-top: 5px;
	padding-left: 15px;
	font-style: italic;
}





.blog-box{
	width: 100%;
	position: relative;
	border-radius: 25px;
	padding: 35px;
	background-color: #fff;
	margin-bottom: 15px;
}
.blog-image{
	width: 100%;
}
.blog-snippet{
	width: 100%;
	padding: 15px;
}
.blog-snippet-title{
	color: #e85d75;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.blog-snippet-date{
	font-size: 13px;
	color: #999;
	margin-bottom: 35px;
}
.blog-snippet-article{
	font-size: 18px;
	line-height: 28px;
}

/* --------------------------------------------------- footer --------------------------------------------------- */
.footer{
	background-color: #333;
	color: #fff;
	padding: 50px 0;
}
.footer-menu{
	width: 100%;
	margin: auto;
	font-size: 14px;
	color: #fff;
}
.footer-menu-item{
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.footer-disclaimer{
	width: 100%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #999;
}

	
	
	
	
	
}
