@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FDFDFD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, 
		rgba(255, 255, 255, 1) 78%, 
		rgba(255, 255, 255, 0.1) 100%); 
	padding-top: 10px;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 50px;
	z-index: 1000; 
	display: flex;
	justify-content: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none; 
}

.nav_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
	height: 30px;
}

.nav_button_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 310px;
	height: 30px;
}

.nav_button {
	width: 70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.nav_button:hover {
  transform: scale(1.1);
  color: black;
}

.logo {
    display: flex;
}

.logo img {
    height: 32px;
	width: 54px;
    margin-right: 10px;
}

.company-name {
    font-size: 32px;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
    background: linear-gradient(to right,#FB4E6C, #A20E97);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
	align-items: center;
}

.nav_button {	
	background: linear-gradient(to right,#FB4E6C, #A20E97); 
	border: 3px solid #7F0B77;
    border-radius: 12px;
	padding: 6px 10px;
	cursor: pointer;
	color: aliceblue;
	transition: background-color 0.3s, color 0.3s;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: bold; 
}


.main {
    padding-top: 50px; /* Adaugă 60px pentru a lăsa loc header-ului fixat */
}

.middle_container {
	background-color: transparent;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

.contact_container {
	background: transparent;
	height: 5%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
}

.contact_container_header {
	background-image: linear-gradient(90deg, #FF4F59, #A20E97);
    background-clip: text; 
    color: transparent;
    -webkit-background-clip: text;
	height: 10%;
	display: flex;	
	align-content: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(20px, 6vw, 80px);
}

.contact_container_text {
	background: transparent;
	height: 70%;	
}

.contact_container_text_1 {
	background: transparent;
	width: 50%;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact_container_header_1 {
	background: transparent;
	width: 100%;	
	height: 20%;
	font-family: 'Roboto', sans-serif;
	font-size:clamp(20px, 3vw, 60px);
	display: flex;
	justify-content: center;
	align-content: center;
}

.contact_container_p {
	width: 100%;	
	height: 50%;
	font-size:clamp(15px, 2.2vw, 60px);
	font: bold;
	font-family: 'Roboto', sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.form_container {
	background: transparent;
	height: 200px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.image_container {
	background: transparent;
	height: 200px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.img_c {
	height: 100%;
	width: 50%;
}

.into_header_1{
	display: flex;
	justify-content: center;
}

.into_paragraph{
	text-align: center;
	font-size: 18px;
}

.item_button {
    background-color: transparent;
	width: 90%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center; 
	margin-top: 20px;
	color: aliceblue;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: bold; 
}

.prod_button {	
	width: 20%;
	background: solid white; 
	border: 1px solid white;
    border-radius: 12px;
	padding: 6px 10px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.prod_btn_a{
	background-image: linear-gradient(45deg, #FF4F59, #A20E97);
    background-clip: text; 
    color: transparent;
    -webkit-background-clip: text;
}


.middle {
	background-color: transparent;
}


.middle_container {
	background-color: transparent;
	height: inherit;
	width: 90%;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    gap: 20px;
}

.middle_text_container {
	width: 40%;
	height: inherit;
	display: flex;
	align-content: center;
	justify-content: center;
		
}

.middle_border_container {
	width: 10%;
	height: inherit;
	display: flex;
	align-content: center;
	justify-content: center;
}

.middle_text {
	width: 90%;
	display:flex;
	flex-direction: column;
	align-content: center;
}

.middle_img_container{
	width: 60%;
	height: inherit;
}


.middle_img {
    height:inherit;
}


.section_splitter {
	height: 40px;
	background-color: #FDFDFD;
	padding-left: 20px;
	padding-right: 20px;
}

.product_header {
	height: 30%;
	background-image: linear-gradient(to right, #FF4F59, #A20E97);
    background-clip: text; 
    color: transparent;
    -webkit-background-clip: text;
	align-content: center;
}

.product_description {
	height: 70%;
	display: flex;
	align-content: flex-start;
	font-size: 20px;
}

.product_header_inv {
	 background-image: linear-gradient(to left, #FF4F59, #A20E97); /* Gradient de la dreapta la stânga */
    background-clip: text; /* Aplică gradientul doar pe text */
    color: transparent; /* Fă culoarea textului transparent pentru a arăta doar gradientul */
    -webkit-background-clip: text; /* Necesitar pentru compatibilitate cu browser-ele bazate pe Webkit (Chrome, Safari) */
}


.footer_container {
	width: 100%;
	height: 50px;
	background: linear-gradient(45deg, #D6488F, #A20E97);
	border-top: 5px solid white;
    padding: 5px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;	
}

.footer_div {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}

.company_div {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(16px, 1.4vw, 25px);
	font-weight: bold;
	padding-right: 30px;
	color: white;
	display: flex;
	align-items: center;
}

.social_med {
	
	width: 50%;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	
}

.social_med_text {
	
	color: white;
	width: 40%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(20px, 1.8vw, 25px);
	font-weight: bold;
	padding-right: 30px;	
}

.social_med_img {
	
	width: 15%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	filter: brightness(0) invert(1);
	transition: transform 0.3s ease;
	
}

.social_med_img:hover {
  transform: scale(1.05);
  filter: brightness(0) invert(0.1);
}

@media screen and (max-width : 700px) {
	.img_c {
		height: 80%;
		width: 80%;
	}
	
	.middle_container{
		width: 100%;
	}
	
	.footer_container {
		height: 100px;
	}
	
	.footer_div {
		display:flex;
		flex-direction:column-reverse;
		justify-content: center;		
	}
	
	.company_div {
		width: 100%;
		flex-direction: column;
		align-content: center;
	}
	
	.social_med {
		width: 80%;
		flex-direction: row;
		align-items: center;
	}
	
	.social_med_text {
		width: 20%;
	}
	
}

@media screen and (max-width : 500px) {
	
	header {
		height: 110px;
		padding-top:30px;
	} 
	
	.nav_container {
		display: flex;
    	flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px 0px 0px 0px;	
	}
	
	.image_container {
		margin-top: 20px;
		height: 280px;
		width: 100%;
	}
	
	.nav_button_container {
		padding-top: 10px;
	}	

	.nav_button {
		padding: 6px 10px;
	}
	
	.section_header {
		padding-top: 110px;
	}
	
	
	.into_section {
		padding-top: 80px;
	}
	
	.middle_container {
		margin-top:80px;
		width: 100%;
	}
	
	
	.form_container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		
	}
	
	.contact_container_text_1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
		
	.img_c {
	height: 60%;
	width: 80%;
	}
	
	.footer_container {
		height: 100px;
	}
	
	.footer_div {
		display:flex;
		flex-direction:column-reverse;
		justify-content: center;		
	}
	
	.company_div {
		width: 100%;
		flex-direction: column;
		align-content: center;
	}
	
	.social_med {
		width: 87%;
		flex-direction: row;
		align-items: center;
	}
	
	.social_med_text {
		width: 30%;
	}
	

}






