html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

html{

	scroll-behavior: smooth;

}
article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}
@font-face {
  font-family:web-pixel;
  src: url(../text-font/dosis/Dosis-Regular.ttf);
}
body {
	font-family:web-pixel;
}
ol, ul {

	list-style: none;

}

b{
	color:#858585;
	
}
blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}
nav{
    padding:2%;
    top: 0;
    left: 0;
    width: 96%;
    max-width: none;
    height: auto;
    z-index: 99;
    transition: all .2s ease;
    position: fixed;
	background-color:transparent;
}
section{
	padding-top:2vh;
	padding-bottom:2vh;
}
nav .container{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.nav-brand{
	height:max-content;
	display:flex;
}
.nav-logo{
	width: 120px;
}
.nav-logo img{
    height: 60px;
}
.nav-content{
	height:max-content;
	display:flex;
}
.links{

}
.links ul{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.links ul li a{
	font-size: 17px;
	letter-spacing: 2px;
    text-align: center;
	padding: 8px 12.3076923077px;
	text-decoration:none;
	color:white;
	transition:all .5s;
	text-transform:uppercase;
}
.links ul li .active{
	background: #d4bd8e!important;
	border-top:1px solid rgba(0,0,0,.5);
	color:white !IMPORTANT;
	border-radius:3px;
}
.links ul li a:hover{
	color:#d4bd8e;
}
.lang-button{
	color:white;
	font-size: 17px;
    font-weight: 600;
    text-align: center;
	border-radius: 6px;
	padding: 8px 12.3076923077px;
	background: -webkit-linear-gradient(135deg,#815805 0%,#d4bd8e 40%,#d4bd8e 54%,#815805 100%);
    background: linear-gradient(135deg,#815805 0%,#d4bd8e 40%,#d4bd8e 54%,#815805 100%);
	transition:all .2s;
	cursor:pointer;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	border-left:3px solid transparent;
	text-decoration:none;
	display:flex;
}
.button-container{
	display:flex;
}
.lang-button-sec{
	color:white;
	font-size: 17px;
    font-weight: 600;
    text-align: center;
	border-radius: 6px;
	padding: 8px 12.3076923077px;
	background: -webkit-linear-gradient(135deg,#00FFFF 0%,#0071BC 40%,#0071BC 54%,#00FFFF 100%);
    background: linear-gradient(135deg,#00FFFF 0%,#0071BC 40%,#0071BC 54%,#00FFFF 100%);
	transition:all .2s;
	cursor:pointer;
	border-bottom:3px solid transparent;
	border-right:3px solid transparent;
}
.lang-button-sec:hover{
	border-color:#0071BC;
}
.lang-button:hover{
	border-color:#d4bd8e;
	color:white;
}
.links ul li .active:hover{
	background: #d4bd8e!important;
	color:white !IMPORTANT;
}
.container{
	width: 80%;
    margin: 0 auto;
}
footer{
	background-color:#151618;
	padding-top:5%;
	padding-bottom:1%;
}

.scroll{
	box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
	background-color: rgba(255,255,255,.9);
	color:black !IMPORTANT;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.scroll a{
	color:black !IMPORTANT;
}
.scroll a:hover{
	color:#ffbc34 !IMPORTANT;
}
.content{
	padding-top:0px;
}
.nav-desktop{
	display:flex;
	width:100%;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.language-flag{
	height:20px;
	padding-right:5px;
}
.landing-section{
	height:70vh;
	width:100%;
	padding:0 !IMPORTANT;
}
footer .container{
	display:flex;
	flex-direction:row;
}
.footer-section{
	width:33%;
}
.footer-section a{
	width:max-content;
}
.footer-section .logo{
	width:50%;
}
.footer-section.links{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.footer-section a{
	margin:5px;
	text-decoration:none;
	color: #d4bd8e;
    transition: all .5s;
	font-size:15px;
	letter-spacing:1px;
}
.footer-section a:hover{
	margin-left:7px;
}
.footer-section .footer-title{
	margin:5px;
	margin-left:0px;
	color: white;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    transition: all .5s;
	width:max-content;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer-section.about{
	display:flex;
	flex-direction:column;
}
.footer-section.about a i{
	font-weight:bold;
	font-size:17px;
	padding:5px;
}
.footer-section.about .lang-button{
	color:white;
	width:max-content;
}

/* landing effect */

.fond {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.landing-content{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background-color:rgba(0,0,0,.5);
}
.first_circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 10px;
    margin-top: -12px;
    position: absolute;
    left: 50%;
    margin-left: -122px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #d4bd8e;
    -webkit-animation: anim_wifeo 1.4s infinite linear;
    -moz-animation: anim_wifeo 1.4s infinite linear;
    -ms-animation: anim_wifeo 1.4s infinite linear;
    animation: anim_wifeo 1.4s infinite linear;
}
.first_div {
    background-color: transparent;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    -webkit-animation: anim .7s 1 ease;
    -moz-animation: anim .7s 1 ease;
    -ms-animation: anim .7s 1 ease;
    animation: anim .7s 1 ease;
}
.txt_welcome {
    font-size: 46px;
    font-weight: 700;
     color: #d4bd8e;
    margin-top: 25px;
    -webkit-animation: animwelcome 1.7s 1 ease-in;
    -moz-animation: animwelcome 1.7s 1 ease-in;
    -ms-animation: animwelcome 1.7s 1 ease-in;
    animation: animwelcome 1.7s 1 ease-in;
	width:max-content;
	background: #00ff723d!important;
    border-radius: 6px!important;
	padding:10px;
}
.txt_user {
    font-size: 22px;
    font-weight: 100;
    color: #fff;
    -webkit-animation: animuser 1.9s 1 ease-in;
    -moz-animation: animuser 1.9s 1 ease-in;
    -ms-animation: animuser 1.9s 1 ease-in;
    animation: animuser 1.9s 1 ease-in;
    line-height: 40px;
}
.second_div {
    width: 198px;
    height: 198px;
    border: 1px solid #d4bd8e;
    border-radius: 50%;
    -webkit-animation: anim 1s 1 ease;
    -moz-animation: anim 1s 1 ease;
    -ms-animation: anim 1s 1 ease;
    animation: anim 1s 1 ease;
}
.img_div {
    width: 200px;
    height: 200px;
    -webkit-animation: animuser 1s 1 ease;
    -moz-animation: animuser 1s 1 ease;
    -ms-animation: animuser 1s 1 ease;
    animation: animuser 1s 1 ease;
}
.img_div img {
    width: 180px;
    height: 180px;
}
@keframes animuser{
0% {
    transform: scale(0);
}
50% {
    transform: scale(0);
}
75% {
    transform: scale(1.4);
}
100% {
    transform: scale(1);
}
}
@keyframes anim{
	0% {
    transform: scale(0);
}
50% {
    transform: scale(1.7);
}
100% {
    transform: scale(1);
}
}
@keyframes anim_wifeo{
	0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(360deg);
}
100% {
    transform: rotate(720deg);
}
}
@keyframes animwelcome{
	0% {
    transform: scale(0);
}
50% {
    transform: scale(0);
}
75% {
    transform: scale(1.4);
}
100% {
    transform: scale(1);
}
}
/* end landing effect */
.about-section .container{
	display:flex;
	flex-direction:row;
}
.section-about-content{
	width:50%;
	display:flex;
	flex-direction:column;
	padding-top:5vh;
	padding-bottom:5vh;
}
.title-section-desc{
	font-size:20px;
	font-weight:bold;
	background: #00ff723d!important;
    border-radius: 6px!important;
    padding: 10px;
	color: #d4bd8e;
	width:max-content;
}
.desc-section-sesc{
	padding:10px;
	font-size:15px;
	line-height:20px;
}
.section-about-content.img img{
	width:50%;
	border-radius:6px;
	border-top:3px solid #d4bd8e;
	border-bottom:3px solid #d4bd8e;
}
.section-about-content.img{
		display:flex;
	align-items:center;
	justify-content:center;
}
.name-about{
	font-size:16px;
	color: #d4bd8e;
	padding:10px;
}
.desc-about-name{
	font-size:16px;
	padding:10px;
}
.contact-section{
	background-image:url(../images/subheader-6.webp);
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:row;
	padding:0 !IMPORTANT;
}
.contact-section .container{
		display:flex;
		justify-content:center;
		align-items:center;
		padding-bottom:4vh;
}
.contact-section form{
	display:flex;
	width:44%;
	padding:3%;
	flex-direction:column;
	align-items:center;
}
.contact-section form input,textarea,button {
    width: 96%;
    padding: 2%;
     background-color: rgba(0,0,0,.4);
    border: none;
    border-top: 1px solid #d4bd8ea1;
    color: #fff;
	margin:10px;
	color: #d4bd8e;
	transition:all .5s;
	resize:none;
	border-radius:3px;
}
.contact-section form button:hover{
	background: rgba(0,0,0,.8);
	color:white;
	cursor:pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4bd8e;
  opacity: 1; /* Firefox */
}
.title-section-container{
	width:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	padding-top:5vh;
	padding-bottom:5vh;
}
.section-title{
	font-size:30px;
	padding:2vh;
	font-weight: bold;
	color:white;
	letter-spacing:2px;
}
.section-subtitle{
	color: #d4bd8e;
}
.gadget{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	
}
.contact-gadgets{
	width:50%;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	background: #18191bdb;
}
.gadget a{
	text-decoration:none;
	color: #d4bd8e;
	margin-top:10px;
	margin-bottom:10px;
}
.gadget .icon i{
	font-size:40px;
	color: black;
	padding:10px;
	background: rgba(255,255,255,.5);
	font-weight:bold;
	border-radius:5px;
	transition:all .5s;
}
.gadget .icon i:hover{
	color:white;
	background: #d4bd8e;
}
.inter-section{
	    background-color: #f8f8f8 !important;
}
textarea:focus, input:focus{
    outline: none;
}
.inter-section .container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.gadget-section{
	display:flex;
	padding:2vw;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
.gadget-section .gadget-icon{
	font-size:40px;
	color: #d4bd8e;
}
.gadget-section .gadget-title{
	padding:10px;
	font-size:18px;
}
.services-container{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.services-item{
	width:30%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	min-height:60vh;
}
.service-gadget{
	padding:2vh;
}
.services-gadget-text{
	font-size:24px;
	font-weight:bold;
}
.services-gadget-text i{
	color:#d4bd8e;
	box-shadow: 0 2px 5px 2px rgb(0 0 0 / 13%);
	padding:5px;
	border-radius:6px;
	margin-right:5px;
}
.services-for{
	font-size:18px;
	color:#d4bd8e;
}
.services-item.img{
	background-image:url(../images/undraw_education_f8ru.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.services-text{
	text-align:center;
}
.services-icon-principal{
	font-size:50px;
	color:#d4bd8e;
	padding:10px;
	text-align:center;
}
.schools-section{
	
}
.schools-item.img{
	background-image:url(../images/undraw_back_to_school_inwc.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.schools-item{
	display:flex;
	width:50%;
	min-height:40vh;
	flex-direction:column;
	justify-content: space-evenly;
}
.school{
	display:flex;
	flex-direction:row;
}
.school-subcontent{
	display:flex;
	flex-direction:column;
	padding-left:2vw;
}
.school-date{
	color: #d4bd8e;
	font-weight:500;
}
.school-name{
	font-weight:bold;
	font-size:17px;
}
.school-location{
	font-size:15px;
}
.banner-section{
	    background-color: #f8f8f8 !important;
}
.banner-section .container{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
.banner-text{
	font-size:25px;
	font-weight:bold;
	color:#d4bd8e;
	text-align:center;
}
.banner-section .container a{
color: white;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12.3076923077px;
    background: -webkit-linear-gradient(135deg,#815805 0%,#d4bd8e 40%,#d4bd8e 54%,#815805 100%);
    background: linear-gradient(135deg,#815805 0%,#d4bd8e 40%,#d4bd8e 54%,#815805 100%);
    transition: all .2s;
    cursor: pointer;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    text-decoration: none;
    display: flex;
}
.banner-section .container a:hover{
	border-color: #d4bd8e;
}
.copyright{
	padding-top:2vh;
	font-size:15px;
}
.copyright a{
	text-decoration:none;
	color: #d4bd8e;
	padding-left:2px;
}
.copyright .container{
	display:flex;
	align-items:center;
	border-top: 1px solid rgba(255,255,255,.1);
	padding:1vw;
	color:white;
}
.banner{
	width:100%;
	height:70vh;
	background-color: #151618;
	position:relative;
}
.banner-overlay{
	width:100%;
	height:100%;
	/*background-color:rgba(0,0,0,.5);*/
	background: linear-gradient(to top, rgba(24, 25, 27, 1) 0%, rgba(24, 25, 27, 0.987) 8.1%, rgba(24, 25, 27, 0.951) 15.5%, rgba(24, 25, 27, 0.896) 22.5%, rgba(24, 25, 27, 0.825) 29%, rgba(24, 25, 27, 0.741) 35.3%, rgba(24, 25, 27, 0.648) 41.2%, rgba(24, 25, 27, 0.55) 47.1%, rgba(24, 25, 27, 0.45) 52.9%, rgba(24, 25, 27, 0.352) 58.8%, rgba(24, 25, 27, 0.259) 64.7%, rgba(24, 25, 27, 0.175) 71%, rgba(24, 25, 27, 0.104) 77.5%, rgba(24, 25, 27, 0.049) 84.5%, rgba(24, 25, 27, 0.013) 91.9%, rgba(24, 25, 27, 0) 100%);
	z-index:1;
	display:flex;
	position:absolute;
}
.banner-overlay .container{
	display:flex;
	justify-content: space-between;
}
.social-links{
	width:50%;
	padding-bottom: 50px;
	display:flex;
	flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.social-links a{
	padding:7px;
	color:white;
	border:1px solid white;
	background-color:rgba(255,255,255,.1);
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
	margin:5px;
	border-radius:5px;
	transition:all .5s;
}
.social-links a:hover{
	border-color:#ffbc34;
	color:#ffbc34;
}
.mySlides {
	height:100%;
	width:100%;
	object-fit:cover;
	display:none;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
.gallery{
	    background: #18191b;
}
.gallery img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 1000ms;
}

.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  max-width: 100%;
  width: 100%;
}

.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: center;
  opacity: 0;
  transform: scale(2);
  transition: opacity 300ms;
}

.gallery figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: white;
  font-size: 1.7rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
}

.gallery a:is(:hover, :focus) figure::after {
  opacity: 1;
}

.gallery a:is(:hover, :focus) figcaption {
  opacity: 1;
  transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
  .gallery figcaption {
    transform: translate3d(0, 2rem, 0);
  }
  
  .gallery figure::after {
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: transform 900ms;
  }
  
  .gallery a:is(:hover, :focus) figure::after {
    transform: scale(2.5);
  }

  .gallery a:is(:hover, :focus) figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 600ms 400ms, transform 600ms 400ms;
  }

  .gallery a:is(:hover, :focus) img {
    transform: scale(1.2);
  }
}
.buttons-more{
	display:flex;
	justify-content:center;
	align-items:center;
	padding-top:4vh;
	padding-bottom:2vh;
}
.button-theme{
	width:max-content;
	text-decoration:none;
	color:white;
	  display: block;
  max-width: 190px;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px;
  transition: 1s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    color: #d4bd8e;
  box-shadow: #d4bd8e 0 0 0 4px inset;
}
.button-theme:hover {
  color: #fff;
  box-shadow: #d4bd8e 0 0 0 40px inset;
}
.blacktitle .section-title{
	color:black;
}
.section-container{
	display:flex;
	flex-direction:row;
}
.section-item{
	width:50%;
	display:flex;
	flex-direction:column;
	padding-bottom:3vh;
	padding-top:3vh;
}
.section-paragraph{
	padding:5px;
}
.about-us{
	background-image:url(../images/house-right.webp);
	background-position:right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #18191b
}
.about-us-transition{
	width:70%;
	height:70%;
	position:relative;
}
.circle-about{
	position:absolute;
	z-index:1;
	width:35%;
	height:150px;
	border-radius:20%;
	background-color:#d4bd8e;
	right:0px;
	margin-top:0px;
}
.about-us-transition-reveal{
	position:absolute;
	z-index:2;
	right:10px;
	margin-top:30px;
	width:70%;
	min-height:30vh;
	background-color:rgba(255,255,255,.5);
	box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
	border-radius:20%;
}
.about-us-animation{
	display:flex;
	justify-content:center;
	align-items:center;
}
.about-us-img{
	position:absolute;
	z-index:3;
	margin-left:5px;
	margin-top:60px;
	width:90%;
	min-height:40vh;
	background-color:rgba(255,255,255,.5);
	box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
	border-radius:20%;
	object-fit:cover;
}
.about-us-text-abs{
	font-size:17px;
	color: #d4bd8e;
	width:50%;
	text-align:center;
}
.author-about{
	font-size:16px;
	color: #d4bd8e;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
.center-section{
	display:flex;
	justify-content:Center;
	align-items:Center;
	flex-direction:column;
	padding-bottom:6vh;
	padding-top:6vh;
}
.about-us-glass-container{
	position:relative;	
}
.about-glass-border{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	border-left:10px solid #d4bd8e;
	border-top:10px solid #d4bd8e;
	border-radius:20%;
	height:50%;
	width:50%;
}
.about-glass{
	background-color: rgba(255,255,255,.5);
    box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
	z-index:2;
	margin-left:25px;
	margin-top:5px;
	border-radius:10%;
	display:flex;
	flex-direction:column;
	padding:7%;
	width:86%;
}
.header-page{
	width:100%;
	height:70vh;
	background-color:black;
}
.principala-img-proiect{
	height:60vh;
	width:100%;
	object-fit:cover;
	border-radius:10px;
}
.gallery-item .about-us-transition{
	height:85%;
	width:90%;
}
.gallery-item .about-us-img{
	width:70%;
	margin-left:10%;
	margin-top:30%;
}
.gallery-item .about-us-transition-reveal{
	width:50%;
	margin-left:30%;
}
.gallery-item .about-us-transition-reveal{
	min-height:max-content;
}
.gallery-item .about-us-transition-reveal img{
	width:100%;
	height:30vh;
	object-fit:cover;
	    border-radius: 20%;
}
.reverse-item{
    background-color: #18191b;
}
.reverse-item .section-container{
	flex-direction:row-reverse;
}
.reverse-item .about-us-transition-reveal{
	left:0;
	margin-left:10px;
}
.reverse-item .circle-about{
	left:0;
	right:unset;
}
.reverse-item .about-glass{
	background-color:#d4bd8e59;
}
.services{
	    background: #18191b;
		border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.services-container{
display:flex;
justify-content:center;
}
.item-services-home{
	width:25%;
	padding:3%;
	display:flex;
	flex-direction:column;
	transition:all .5s;
}
.item-services-home:hover{
	    background: #323232;
}
.item-services-home img{
	width:25%;
}
.item-services-home .title-service{
	    color: #d4bd8e;
		font-size:18px;
		padding:15px;
		padding-left:0;
}
.item-services-home .border-service{
	width:25%;
	height:1px;
	background-color:rgba(255, 255, 255, 0.1);
	transition:all .5s;
}
.item-services-home:hover .border-service{
	width:50%;
	background-color:#d4bd8e;
}
.paragraph-service{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
	padding:15px;
	padding-left:0;
}
.mini-service{
	 
}
.mini-service .title-service{
	width:max-content;
}
.header-page{
	background-size:cover;
	background-position:center;
	padding:0;
}
.header-portofoliu{
	background-image:url(../gallery-principale/tiny-ceva.webp);
}
.header-services{
	background-image:url(../gallery-principale/a-frame.webp);
}
.header-how{
	background-image:url(../gallery-principale/salon-cosm.webp);
}
.header-overlay{
	background-color: rgba(24, 25, 27, 1);
    background: linear-gradient(to top, rgba(24, 25, 27, 1) 0%, rgba(24, 25, 27, 0.987) 8.1%, rgba(24, 25, 27, 0.951) 15.5%, rgba(24, 25, 27, 0.896) 22.5%, rgba(24, 25, 27, 0.825) 29%, rgba(24, 25, 27, 0.741) 35.3%, rgba(24, 25, 27, 0.648) 41.2%, rgba(24, 25, 27, 0.55) 47.1%, rgba(24, 25, 27, 0.45) 52.9%, rgba(24, 25, 27, 0.352) 58.8%, rgba(24, 25, 27, 0.259) 64.7%, rgba(24, 25, 27, 0.175) 71%, rgba(24, 25, 27, 0.104) 77.5%, rgba(24, 25, 27, 0.049) 84.5%, rgba(24, 25, 27, 0.013) 91.9%, rgba(24, 25, 27, 0) 100%);
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: flex-end;
}
.header-title{
	width:max-content;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	font-size:60px;
	padding:20px;
	padding-left:0;
}
.header-subtitle{
	color:#d4bd8e;
	font-size:17px;
	padding:10px;
	padding-bottom:50px;
	padding-left:0;
	margin-bottom:10vh;
}
.header-overlay .container{
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: flex-end;
}
.section-subtitle-hw{
	text-transform: uppercase;
    font-weight: 900;
}
.cum-lucram-dreapta{ 
	display:flex;     
	justify-content: flex-end; 
}
.how-we-work-container{
    background: #18191b;
}
.how-we-work-container .container{
	display:flex;
	flex-direction:column;
}
.how-item{
	width:100%;
	display:flex;
	flex-direction:row;
	transition:all .5s;
	margin-bottom:100px;
}
.how-number-contain{
	width:25%;
	min-height:30vh;
	display:flex;
	align-items:center;
	justify-content:center;
}
.how-text{
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.how-number-contain .how-number{
	color:white;
	font-weight:bold;
	font-size:50px;
	border-left: 10px solid #d4bd8e;
    border-top: 10px solid #d4bd8e;
    border-radius: 20%;
	padding:20px;
	padding-left:40px;
	padding-right:40px;
}
.how-text .how-title{
	font-size:30px;
	font-weight: 400;
    line-height: 1.75em;
	color:white;
	font-weight:bold;
	padding: 15px;
    padding-left: 0;
}
.how-text .how-paragraph{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    padding: 15px;
    padding-left: 0;
}
.border-how{
	width: 25%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .5s;
	transition:all .5s;
}
.how-item:hover .border-how{
	width:50%;
	border-color: #d4bd8e;
}
.how-item:hover{
	    background: #323232;
}
.how-arrow-container{
	width:25%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.arrow-container {
  display: block;
  width: 100px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.arrow-container:hover {
  cursor: pointer;
}
.arrow-container:hover .arrow {
  top: 50%;
}
.arrow-container:hover .arrow:before {
  transform: translate(-50%, -50%) rotateZ(-30deg);
}
.arrow-container:hover .arrow:after {
  transform: translate(-50%, -50%) rotateZ(30deg);
}

.arrow {
  position: absolute;
  left: 50%;
  transition: all 0.4s ease;
}
.arrow:before, .arrow:after {
  transition: all 0.4s ease;
  content: "";
  display: block;
  position: absolute;
  transform-origin: bottom right;
  background: #d4bd8e;
  width: 3px;
  height: 50px;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.arrow:after {
  transform-origin: bottom left;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.arrow:nth-child(1) {
  opacity: 0.3;
  top: 35%;
}
.arrow:nth-child(2) {
  opacity: 0.6;
  top: 55%;
}
.arrow:nth-child(3) {
  opacity: 0.9;
  top: 75%;
}
.how-reverse{
	flex-direction:row-reverse;
}
.how-reverse .how-number-contain .how-number{
	border:none;
	border-right:10px solid #d4bd8e;
	border-bottom:10px solid #d4bd8e;
}
.center-item-how{
	justify-content:center;
	align-items:center;
}
.center-item-how .how-text{
	justify-content:center;
	align-items:center;
	text-align:center;
}
.center-item-how:hover{
	background-color:#1e1e1e;
}
@media only screen and (max-width: 768px){
	.header-title{
		width:100%;
		padding:0;
		text-align:center;
	}
	.header-subtitle{
		width:100%;
		padding:0;
		text-align:center;
	}
	.how-text .how-title{
		text-align:center;
		padding:30px;
	}
	.how-text .how-paragraph{
		text-align:center;
		padding:30px;
	}
	.how-text{
		align-items: center;
	}
	.item-services-home{
		width:90%;
		margin-left:5%;
	}
	.mini-service{
		width:auto;
	}
	.item-services-home {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.social-links{
		width:80%;
	}
	.banner-overlay .container {
    align-items: center;
    justify-content: flex-end;
	}
	.contact-gadgets{
		padding-bottom:5vh;
		padding-top:5vh;
	}
	.contact-section form{
		padding-bottom:5vh;
		padding-top:5vh;
		width:94% !IMPORTANT;
	}
	.section-container{
		flex-direction:column;
	}
	.section-item{
		width:90%;
		margin-left:2%;
	}
	.about-us-transition{
		min-height:50vh;
	}
	.contact-section{
		flex-direction:column;
	}
	.gallery-item .section-container{
		flex-direction:column;
	}
	.gallery-item .about-us-transition{
		min-height:50vh;
	}
	.gallery-item .section-item{
		width:90%;
		margin-left:2%;
	}
	.banner-text{
		padding:4vw;
	}
	.schools-item{
		width:100%;
	}
	.nav-desktop{
		display:none;
	}
	footer .container{
		flex-direction:column;
	}
	.container{
		margin:0 auto;
		width:96%;
	}
	.how-number-contain {
    width: 100%;
   
	}
	.how-item {
		width: 100%;
		display: flex;
		flex-direction: column;
		transition: all .5s;
		margin-bottom: 100px;
	   
	}
	.how-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
		.how-arrow-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		    margin-top: 70px;
	}
		.arrow-container {
		display: block;
		width: 0px;
		height: 50px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotateZ(0deg);
	}
	
	.footer-section{
		width:100%;
		align-items: center;
		padding-top:2vh;
		padding-bottom:2vh;
	}
	.footer-section a{
		font-size:17px !IMPORTANT;
	}
	.footer-section .footer-title{
		font-size:20px !IMPORTANT;
	}
	.footer-section.logo-section a{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 !IMPORTANT;
	width:unset!IMPORTANT;
	}
	section .container{
		flex-direction:column !IMPORTANT;
	}
	.contact-gadgets{
		width:100%;
	}
	.contact-section form{
		width:96%;
	}
	.contact-section form input, textarea, button{
		width:90%;
		padding:5%;
		font-size:20px;
	}
	.section-about-content{
		width:100%;
	}
	.desc-section-sesc{
		font-size:17px;
		line-height:25px;
	}
	.services-container{
		flex-direction:column;
	}
	.services-item{
		width:100%;
		align-items: center;
		min-height: 30vh;
	}
	.txt_welcome{
		font-size:10vw;
	}
}

/* phone navbar */
@media only screen and (max-width: 768px){
	.site-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-logo img{
        width: auto;
        height: 50px;
    }
    .menu-ul{
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        padding: 8px 12.3076923077px;
        text-decoration: none;
        color: #dfb96d;
        transition: all .5s;
        text-transform: uppercase;
    }
    a.site-logo {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;

    }
    .site-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .site-navbar ul li a {
        color: #dfb96d;
        padding: 20px;
        display: block;
        text-decoration: none;
		text-transform:uppercase;
    }
    .site-navbar ul li a:hover {
        background: rgba(255,255,255,.1);
    }
    /* navbar regular css end */


    /* nav-toggler css start */
    .nav-toggler {
        border: 0px solid #000;
        padding: 5px;
        background-color: transparent;
        cursor: pointer;
        height: 39px;
        display: none;
		width:max-content;
    }
    .nav-toggler span,
    .nav-toggler span:before,
    .nav-toggler span:after {
        width: 28px;
        height: 3px;
        background-color: #dfb96d;
        display: block;
        transition: .3s;
    }
    .nav-toggler span:before {
        content: '';
        transform: translateY(-9px);
    }
    .nav-toggler span:after {
        content: '';
        transform: translateY(6px);
    }
    .nav-toggler.toggler-open span {
        background-color: transparent;
    }
    .nav-toggler.toggler-open span:before {
        transform: translateY(0px) rotate(45deg);
    }
    .nav-toggler.toggler-open span:after {
        transform: translateY(-3px) rotate(-45deg);
    }
	.nav-toggler{
            display: block;
        }
        .site-navbar {
            min-height: 60px;
			width:100%;
        }
        .site-navbar ul {
            position: absolute;
            width: 100%;
            height: calc(100vh - 60px);
            left: 0;
            top: 60px;
            flex-direction: column;
            align-items: center;
            border-top: 1px solid #cecece;
            background-color: rgba(255, 255, 255, 0.75);
            max-height: 0;
            overflow: hidden;
            transition: .3s;
        }

        .site-navbar ul li {
            width: 100%;
            text-align: center;
        }
        .site-navbar ul li a {
            padding: 20px;
        }
        .site-navbar ul li a:hover {
            background-color: rgba(255,255,255,.1);
        }
        .site-navbar ul.open {
            max-height: unset;
			height:auto;
			padding-bottom:10px;
            overflow: visible;
            box-shadow: 0 3px 3px -3px gray;
			background-color: #151618;
			z-index:9999;
			margin-top:10px;
        }
		.scroll .site-navbar ul.open{
			background-color:#151618;
			margin:0;
		}
		.scroll{
			background-color:#151618 !IMPORTANT;
			/*color:white !IMPORTANT;*/
		}
		.scroll a {
		color: white !IMPORTANT;
		}
		.lang-button{
			margin-left:0;
		}
		.site-navbar ul{
			border:none;
		}
		.open-navbar{
			background-color:#151618;
		}
}
@media only screen and (min-width: 768px){
	.nav-phone{
		display:none;
	}
}
/* end phone nav /*