@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: 'Roboto', sans-serif;
	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;
}

.try_button {
	width: 200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	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: 22px;
	font-weight: bold; 
}

.try_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; 
}

.nav_button:hover {
  transform: scale(1.1);
  color: black;
}

.btn_mid_holder {
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;

}


.main {
    padding-top: 50px; /* Adaugă 60px pentru a lăsa loc header-ului fixat */
}

.into_section {
	background-color: transparent;
	height: 200px;
	padding-top: 80px;
	display: flex;
	justify-content: center;
	
}

.into_container {
	height: 260px;
	width: 90%;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}


.into_header_container{
	height: 45%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(20px, 2.2vw, 40px);
	padding-left: 10px;
	padding-right: 10px;
	background: linear-gradient(to right,#FB4E6C, #A20E97);
    -webkit-background-clip: text;
    color: transparent;
}


.into_text_container{
	text-align: center;	
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
	height: 60%;
	margin-bottom: 2%;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: clamp(9px, 1.2vw, 20px);
	background: linear-gradient(45deg, #A20E97, #3D035D);
    -webkit-background-clip: text;
    color: transparent;
}


.ds_button {	
	width: 200px;
    height: 45px;
	background: solid white; 
	border: 1px solid white;
    border-radius: 12px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
	font-size: 21px;
	font-weight: bold;
}

.ds_button:hover {
  transform: scale(1.1);
  border: 2px solid #FF4F59;
}
 

.prod_btn_a{
	background-image: linear-gradient(45deg, #FF4F59, #A20E97);
    background-clip: text; 
    color: transparent;
    -webkit-background-clip: text;
}



.into_header_text_2 {
	text-align: center;
	color:aliceblue;
	font-size: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

.middle_section{
	position: relative;
	background-color: transparent;
	margin-top: 100px;
}


.img_container {
	height: 550px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.img_holder {
	height: 100%;
	width: 50%;
	border-radius: 50%;
	max-width: 630px;
}

/* Zona activă (cerc liquid glass) */
    .segment {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.glass-circle {
      position: absolute;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: rgba(256, 256, 256, 0.45);
      backdrop-filter: blur(3px) saturate(180%);
      -webkit-backdrop-filter: blur(10px) saturate(180%);
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
      transform: scale(1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
	  border: 4px solid rgba(256, 256, 256, 1);
	  animation: pulse 2s infinite;
    }

    /* Efect la hover */
    .segment:hover .glass-circle {
	  animation-play-state: paused;
      transform: scale(1.2);
      box-shadow: 0 6px 25px rgba(0,0,0,0.3);
	  
    }

	.segment:hover {
	  transform: scale(1.2);
      box-shadow: 0 6px 25px rgba(0,0,0,0.3);
	
}

/* Tooltip */
    .tooltip {
      position: absolute;
      background: #fff;
      color: #333;
      padding: 8px 12px;
      border-radius: 10px;
      font-size: 14px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
      min-width: 180px;
      z-index: 2;
	  text-align: center;
    }
    .segment:hover .tooltip {
      opacity: 0.9;
    }


.seg1 { top: 82%; left: 54%; }
.seg2 { top: 65%; left: 45%; }
.seg3 { top: 50%; left: 60%; }
.seg4 { top: 34%; left: 45%; }
.seg5 { top: 10%; left: 48%; }

/* Poziționare tooltips */
.seg1 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
.seg2 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
.seg3 .tooltip { top: 1%; left: 1%; transform: translateX(20%); }
.seg4 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
.seg5 .tooltip { top: 1%; left: 1%; transform: translateX(20%); }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.middle_img {
	background-color: transparent;
    height:inherit;
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;

}

.m_img {
	width: 90%;
	height: 95%;
}

.b_img {
	width: 15%;
	height: 100%;
}


.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); 
    background-clip: text; 
    color: transparent; 
    -webkit-background-clip: text; 
}

.add_text{
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	padding-top:40px;
	background-image: linear-gradient(to right, #FF4F53, #652B85); 
    background-clip: text; 
    color: transparent; 
    -webkit-background-clip: text; 
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: clamp(16px, 2.2vw, 30px);
}

.footer_container {
	width: 100%;
	height: 50px;
	background: linear-gradient(45deg, #D6488F, #A20E97);
	border-top: 5px solid white;
    padding: 5px 0;
	margin-top: 50px;
	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) {
		
	.ds_button {
		font-size: 18px;
		width: 180px;
		height: 40px;
		margin-top: 20px;
	}
	
	.try_button {
		font-size: 20px;
	}
	
	.btn_mid_holder {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	
	.middle_container {
		padding-top: 40px;
	}
	
	.middle_container_2 {
		padding-top: 40px;
	}
	
	.img_holder {
		width: 70%;
	}
	
		
	.footer_container {
		height: 100px;
		margin-top: 20px;
	}
	
	.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;	
	}
	
	.nav_button_container {
		padding-top: 10px;
	}
	
	.nav_button {
		padding: 6px 10px;
	}
	
	.into_section {
		padding-top: 100px;
	}
	
	.middle_section {
		margin-top: 120px;
	}	
	
  .into_container {
    flex-direction: column;
	height: 160px;
	margin-top: 70px;
  }
	.into_header_container{
		height: 80%;
	}
	
	.into_text_container{
		height: 180px;
	}
	.middle_container {
		flex-direction: column;
		height: 300px;
		padding-top: 60px;
	}
	
	.try_button {
		font-size: 15px;
		width: 140px;
	}
	
	.btn_mid_holder {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	
	.img_container {
		align-items: flex-start;
	}		
	
	.img_holder {
		width: 90%;
		height: 80%;
	}
	
	.tooltip {
		min-width: 110px;
		font-size: 12px;
	}
	
	.seg1 { top: 70%; left: 54%; }
	.seg2 { top: 52%; left: 40%; }
	.seg3 { top: 50%; left: 60%; }
	.seg4 { top: 30%; left: 41%; }
	.seg5 { top: 10%; left: 45%; }

	/* Poziționare tooltips */
	.seg1 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
	.seg2 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
	.seg3 .tooltip { top: 1%; left: 1%; transform: translateY(-100%); }
	.seg4 .tooltip { top: 1%; left: 1%; transform: translateX(-100%); }
	.seg5 .tooltip { top: 1%; left: 1%; transform: translateX(20%); }
	
	
	.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%;
	}
}


