*{
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
} 

.navbar-menu{
	width: 100%; 
	top: 0;  
	position: fixed;
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	flex-direction: row;
	align-items: flex-start; /* Folosește 'flex-start' în loc de 'left' pentru aliniere corectă în flexbox */
	background-color: rgba(255, 255, 255, 1);
	z-index: 100;
	height: 80px; 
	padding-left: 2rem;
	transition: transform 0.3s ease-in-out; /* Prefiere 'transform' în loc de 'all' */
}

.logo{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start; /* Folosește 'flex-start' în loc de 'left' */
}

.logo h1{
	font-size: 1.5rem;
	color: #18934a;
	transition: color 0.3s ease-in-out; /* Folosește 'color' specific pentru tranziții */
}

.logo:hover{
	animation: shake 0.5s;
}

.logo:hover h1{
	color: #e78e4e;
}

.logo img{
	width: 80px;
	height: 50px;
}

.nav-menu-ul{
	height: 100%;
	width: auto; 
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 1%;
	overflow: hidden;
}

.nav-menu-li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1.2rem;
	gap: 1rem;
	color: #000;
	font-size: 20px;
	text-align: center;
	transition: background-color 0.3s; /* Preferă tranziția pe 'background-color' */
}

.nav-menu-li:hover{
	background-color: #e78e4e;
	color: #fff;
}

.nav-menu-li img{
	width: 25px;
	height: 25px;
}

.burger{
	position: absolute; 
	top: 50%;
	right: 0%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 5;
	display: none;
}

.burger div{
	width: 45px; 
	height: 8px; 
	background-color: #000;
	margin: 5px;
}

.nav-menu-socials{
	height: 100%;
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	position: absolute;
	right: 3%;
}

.socials-holder{
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.nav-menu-socials-i{
	display: flex;
	margin-left: auto;
	width: 35px;
	height: 35px;
}

.contact{
	background-color:  #18934a;
	font-weight: bold;
	color: #fff;
}

.contact:hover{
	background-color:  #e78e4e;
}

.nav-menu-socials-i img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.view-page-container{
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.view-page-container video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
	object-fit: contain;
    z-index: 1;
}

.view-page-opacity{
	top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	gap: 1.3rem;
	flex-direction: column;
	align-items: center;
}

.view-page-logo{
	top: 80px;
	position: relative;
	padding: 1rem;
	max-height: 55vh;
	min-width: 350px;
	width: 25%;
	max-width: 450px;
	height: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
	background-color: rgba(233, 133, 59, .7);
	transition: height 0.3s ease, transform 0.3s ease;
}

.view-page-logo h1{
	font-size: calc(1.2rem + 1.3vw);
}

.view-page-logo p {
	font-size: 1.2rem;
	transition:  0.3s ease;
	transform: translateY(-110%);
}

.view-page-logo-info {
	margin-top: 4%;
	height: 200px;
	overflow: hidden;
}

.view-page-intro{
	font-size: calc(2.5rem + 2.5vw);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 90px;
	text-shadow: 1px 1px 5px #000;
}

.view-page-view-more{
	margin-top: 5%;
	height: 70px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-page-view-more h1{
	border: 1px solid #fff;
	padding: 1rem;
	cursor: pointer;
	z-index: 1;
	transition: background-color 0.3s; /* Preferă tranziția pe 'background-color' */
}

.view-page-view-more a{
	color: #fff;
}

.view-page-view-more h1:hover{
	background-color: rgba(255, 255, 255, .2);
}

.float-contact{
	display: -webkit-flex; /* Prefix pentru Safari */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	position: fixed;
	bottom: 5%;
	right: 1%;
	z-index: 1000000;
	color: #18934a;
	transition: transform 0.3s ease-out; /* Preferă tranziția pe 'transform' */
}

.float-contact:hover{
	text-shadow: 2px 2px 12px  #18934a;
}

.float-contact h1{
	font-size: 1.1rem;
}

.float-contact img{
	width: 25px;
	height: 25px;
}

@keyframes shake {
	0% { transform: translate(1px, 0); }
	25% { transform: translate(-1px, 0); }
	50% { transform: translate(1px, 0); }
	75% { transform: translate(-1px, 0); }
	100% { transform: translate(1px, 0); }
}


@media only screen and (max-width: 1400px) {
     .nav-menu-li {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1280px) {
	

    .navbar-menu {
        padding: 0;
    }
    
    
    .nav-menu-socials {
        position: relative;
        flex-direction: column;
        -webkit-flex-direction: column;
        right: 0;
    }
    
    
    .nav-menu-ul {
        margin-left: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 70px;
        display: -webkit-flex; 
        display: flex; 
        flex-direction: column;
        -webkit-align-items: center; 
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: #fff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%); 
        transition: transform 0.3s ease-in-out;
        -webkit-transition: transform 0.3s ease-in-out;
    }


    .nav-menu-ul-active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%); 
    }

 
    .nav-menu-li {
        height: 80px;
        color: #000;
        font-size: 1.2rem;
        transition: background-color 0.3s ease, color 0.3s ease;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease; 
    }


    .burger {
        display: block;
    }

}

@media only screen and (max-width: 600px) {
	.logo img{
		width: 70px;
		height: 40px;
	}
	.logo h1{
		font-size: 1rem;
	}
	.view-page-intro{
		font-size: calc(1.5rem + 1.5vw);
	}
}




