@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.container {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
	color: black;
	font-size: 1.2rem;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}
/* Cookie -------------- */
.container-cookies{
  width: 1600px;
  margin: auto;
}
.subcontainer-cookies{
  width: 85%;
  margin: auto;
}

/* muta in partea de jos a paginii */
#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;  /* muta in partea de jos a paginii */
  color: white;
  background-color: rgba(175, 4, 4, 0.7);
  z-index: 100;
  display: none;  /* dispare pagina cookies */
  border-radius: 25px 25px 0 0;
}
#fondo-aviso-cookies{
	display: block;
	background: rgba(0, 0, 0, .20 );
	position: fixed;
	z-index: 99;
}
.cookies{	
  min-height: 70px;
  display: flex;
  justify-content: space-between;  /* muta butonul in dreapta */
  align-items: center;  /*pune textul in mijloc */
  flex-wrap: wrap;
  gap: 10px;  
}
#cookies p{
	font-size: 2rem;
  color: aqua;  /*  lincul catre pagina de info este galben */
  font-weight: 500;
  text-decoration: none;  
}
#cookies a{
  color: rgb(226, 204, 35);  /*  lincul catre pagina de info este galben */
  font-weight: 500;
  text-decoration: none;  
}

#cookies-btn{
  border-radius: 5px;
  padding:  8px 12px 8px 12px;
  font-size: 2rem;
  font-family: inherit;
  cursor: pointer;
  border: 3px solid white;
  background-color: rgb(4, 145, 86);
  color: white;
  border-radius: 20px 20px 20px 0;
}

@media(max-width:1600px){
  .container-cookies{
    width: 100%;
  }
}
@media(max-width:1024px){
  .cookies{
    padding: 10px 0;
  }
}
/* ============================= Final Cookie ======================================= */
/* ---------------------------- Upload ------------------------------------------- */
.messaj{
  display: flex;
  flex-direction: column;
  float: left;
  margin: auto 1.6% 3.8%;
  min-height: 300px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;700;800;900&family=Roboto:wght@300&family=Ubuntu:wght@300;400;500&display=swap');

:root{
	--color-bg: #6c63ff;
	--color-bg1: #2e3267;
	--color-bg2: #1f2641;
	--color-bg3: #711227;
  --color-primary: #6c63ff;
	--color-success: #00bf8e;
	--color-warning: #f7c94b;
	--color-danger: #f75842;
	--color-danger-variant: rgba(247, 88, 66, 0.4);
	--color-white: #fff;
	--color-light: #000;
}


.box{
		display: flex;
    position: relative;
		
    width: 200px;
    height: 200px;
    background: var(--color-white);
    border-radius: 50%;
    overflow: hidden;
}
.box::before{
    content: '';
    position: absolute;
    inset: -10px 140px;
    background: linear-gradient(315deg, #00ccff, #d400d4);
    transition: 0.5s;
    animation: animate 4s linear infinite;
}
.box:hover:before{
    inset: -20px 0px;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.box::after{
    content: '';
    position: absolute;
    inset: 6px;
    background: var(--color-white);
    border-radius: 50%;
    z-index: 1;
}
.content{
    position: absolute;
    inset: 10px;
    border: 4px solid var(--color-bg3);
    z-index: 13;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		
}
.content img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    pointer-events: none;
    z-index: 13;
}
.box:hover .content img{
    opacity: 0;
}

.content h2{
    position: relative;
    font-size: 2.8rem;
    text-align: center;
    color: var(--color-bg3);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.content h2 span{
    font-weight: 500;
    font-size: 0.75em;
}
.content a{
    position: relative;
    margin-top: 5px;
    padding: 5px 10px;
    background: #fff;
    color: black;
    border-radius: 25px;
    font-weight: 100;
    font-size: 1.5rem;
		text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 0.05rem;
    text-decoration: none;
    transition: 0.5s;
}
/* se largeste butonul Apasa aici */
.content a:hover{
    letter-spacing: 0.2em;
		background: linear-gradient(315deg, #00ccff, #d400d4);
		color: #fff;
}

/* ========================== Upload End ==================================== */

/* ------------------------- box Upload ------------------------------- */
.ful-box {
	display: flex;
	flex-direction: row;
	text-align: left;
	max-width: 1200px;
	margin: 0;
	padding: 20px 20px;
	float: left;
	justify-content: space-between;
}
/* Butonul cu incarca un CV */
.container3{
  width: 100%;
  height: 100vh;
  background: #711227;
  display: flex;
  align-items: center;
  justify-content: center;
	/* z-index: 15; */
}

.btn{
  padding: 20px 60px;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
  
}


.popup img{
  width: 100px;
  margin-top: -50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.container3 h2{
  margin-bottom: 0.5rem;
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
  color: #711227;
  /* background: #6fd649; */
}
.popup button{
  width: 100%;
  margin-top: 10px;
  /* padding: 10px 0; */
  background: #6fd649;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.popup button[type="submit"]{
background: #711227;
}
.popup button[type="submit"]:hover{
  background: #8D4152;
}
label {
  margin-right: 280px;
  margin-bottom: 0.5rem;
  color: #711227;
}
@media (max-width: 600px) {
  html {
		font-size: 8px;
}
.content h2 span{
	font-weight: 500;
	font-size: 8px;
}
  .container3{  
    display: flex;
    align-items: center;
    justify-content: center;
  }
.popup{
    width: 70%;
    height: 60vh;
    padding: 0 10px 10px;
  
    align-items: center;
    justify-content: center;
}
.popup button{
      width: 100%;
      margin-top: 5px;
}
.btn{
  padding: 10px 20px;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
}
.popup img{
  width: 80px;
}

.container3 h2{
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 10px;
  color: #711227;
}
label {
  margin-right: 100px;
}
}
/* ==================== box Upload End ============================================== */


/* Modifica text h1 */
.section-title {
	font-size: 3rem;		/* modificat de la 4rem/ 3.5rem */
	font-weight: 500;
	color: var(--color-bg3);
	margin-bottom: 40px;		/* modificat de la 10px */
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	/* text-align: left; */
	/*text-shadow: 2px 2px 2px #850606; */
}
.info-title {
	font-size: 3rem;		/* modificat de la 4rem/ 3.5rem */
	/* font-weight: 500; */
	color: var(--color-bg3);
	text-transform: uppercase;
	text-align: center;
}

/* Modifica imagina butonului 
.cta {
	display: inline-block;
	padding: 10px 30px;
	color: rgb(255, 255, 255);
	background-color: transparent;
	border: 2px solid crimson;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
	border-radius: 30px;
}*/
.cta:hover {
	color: rgb(250, 248, 248);
	background-color: crimson;
}
/* Modifica textul la titlu CAUT DE MUNCA */
.brand h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: rgb(246, 239, 239);
}
.brand h1 span {
	color: crimson;
}

/* --------------------------------------- Header section ---------------------------------------- */
#header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
/*background-color: rgba(31, 30, 30, 0.24);*/
	background-color: rgb(8, 8, 8);
	transition: 0.3s ease background-color;
}
#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(8, 8, 8);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: 0.5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}
#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
/* apare textul de buton in fundal */
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: 0.3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: crimson;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid crimson;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid crimson;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: white;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: rgb(255, 255, 255);
	transition: 0.3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* ====================== End Header section ======================================= */

 /* Hero Section -----------------------------------------------------*/
/* End Hero Section --------------------------------------------------*/

/* Services Section ------------------------------------------------------------*/
/* End Services Section ---------------------------------------------------------*/

/* Projects section ------------------------------------------------------------------*/
/* End Projects section-------------------------------------------------------------- */

/* ----------------------------- About Section  Job  ---------------------------------*/
#about .about {
	flex-direction: column;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}
/* Micsoreaza icoana */
#about .about-img {
	/*width: 40%;*/
	border-radius: 35px; /* modificat de la 35px */
	box-shadow: 5px 5px 5px #535151;
	object-fit: contain;
	height: 155px; 	/* modificat de la 200px */
	overflow: hidden;
	position: relative;
}
#about .col-left {
	width: 250px;
	height: 360px;
}
#about .col-right {
	width: 100%;
}
/* modifica textul h2 */

#about .col-right h4 {
	font-size: 3rem;	/* modificat de la 2.8rem */
	font-weight: 500 bold;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
	color: brown;
	/*text-shadow: 2px 2px 2px #850606;*/
}
/* modifica textul paragraf norma era de 1.8px */
#about .col-right p {
	font-size: 2rem;
	margin-bottom: 20px;
}
#about .col-right .cta {
	color: black;
	margin-bottom: 50px;
	padding: 10px 20px;
	font-size: 2rem;
}

/* ================================ End About Section ========================== */

/* ----------------------------- contact Section ---------------------------------- */

section .containerr{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #711227;
}
section .containerr::before{
  content: " ";
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 50%;
  height: 100%;
  background: #e2cfd3;
}
.container1{
  position: relative;
  min-width: 1100px;
  min-height: 550px;
  display: flex;
  z-index: 80;
  /* background: #fff; */
}
.container1 .contactInfo{
  position: absolute;
  top: 40px;
  width: 350px;
  height: calc(100% - 80px);
  background: #711227;
  z-index: 1;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.container1 .contactForm{
  position: absolute;
  padding: 70px 50px;
  padding-left: 250px;
  margin-left: 150px;
  width: calc(100% - 150px);
  height: 100%;
  background: #fff;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
}
.container1 .contactForm h2{
  color: #711227;
  font-size: 24px;
  font-weight: 500;
}
.container1 .contactForm .formBox {
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.container1 .contactForm .formBox .inputBox{
  position: relative;
  margin-bottom: 35px;
  border: none;
}
.container1 .contactForm .formBox .inputBox.w50{
  width: 47%;
}
.container1 .contactForm .formBox .inputBox.w150{
  width: 100%;
  border: none;
}
/* .container1 .contactForm .formBox .inputBox.w250{
  position: relative;
  cursor: pointer; */
  /* background: #711227; */
  /* color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
  border-radius: 3px;
} */
.container1 .contactForm .formBox .inputBox input,
.container1 .contactForm .formBox .inputBox textarea{
  width: 100%;
  resize: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
  color: blue;
  border: none;
  outline: none;
  border-bottom: 3px solid #711227;
  
}
.container1 .contactForm .formBox .inputBox textarea{
  height: 120px;
}
.container1 .contactForm .formBox .inputBox span{
  position: absolute;
  left: 0;
  padding: 5px 0;
  pointer-events: none;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s;
}
.container1 .contactForm .formBox .inputBox input:focus ~ span,
.container1 .contactForm .formBox .inputBox input:valid ~ span,
.container1 .contactForm .formBox .inputBox textarea:focus ~ span,
.container1 .contactForm .formBox .inputBox textarea:valid ~ span{
  transform: translateY(-20px);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #711227;
  /* font-weight: 500; */
}

.inputBox.w250 button[type="submit"]{
  position: relative;
  cursor: pointer;
  background: #711227;
  color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
 
}
.inputBox.w250 button[type="submit"]:hover{
  background: #d33859;
}
.container1 .contactForm .formBox .inputBox input[type="submit"]{
  position: relative;
  cursor: pointer;
  background: #711227;
  color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
  
}
.container1 .contactForm .formBox .inputBox input[type="submit"]:hover{
  background: #d33859;
}
.success{
  background: #9fd2a1;
  padding: 12px 0;
  text-align: center;
  color: #711227;
  border-radius: 3px;

}
.container1 .contactInfo h2{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.container1 .contactInfo a{
	color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.container1 .contactInfo ul.info{
  position: relative;
  margin: 20px 0;
}
.container1 .contactInfo ul.info li{
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}
.container1 .contactInfo ul.info li span:nth-child(1){  /* prima linie de spam */
  width: 30px;
  min-width: 30px;
}
.container1 .contactInfo ul.info li span:nth-child(1) img{
  max-width: 100%;
  filter: invert(1); /* pune iconurile in alb */
}
.container1 .contactInfo ul.info li span:nth-child(2){  /* a doualinie de spam */
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
	font-size: 15px;
}
.container1 .contactInfo ul.sci{
  position: relative;
  display: flex;
}
.container1 .contactInfo ul.sci li{
  list-style: none;
  margin-right: 15px;
}
.container1 .contactInfo ul.sci li a{
  text-decoration: none;
}
.container1 .contactInfo ul.sci li a img{
  filter: invert(1);
}
@media (max-width: 1200px) {
  .container1{
    width: 90%;
    min-width: auto;
    margin: 20px;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
  }
  .container1 .contactInfo{
    top: 0;
    height: 550px;
    position: relative;
    box-shadow: none;
  }
  .container1 .contactForm{
    position: relative;
    width: calc(100% - 350px);
    padding-left: 0;    
    margin-left: 0;
    padding: 40px;
    height: 550px;
    box-shadow: none;
  }
}
 @media (max-width: 991px) {
  section .containerr {
    background: #E2CFD3;
  }
  section .containerr::before{
    display: none;
  }
  .container1{
    display: flex;
    flex-direction: column-reverse;
  }
  .container1 .contactForm{
    width: 100%;
    height: auto;
  }
  .container1 .contactInfo{
    width: 100%;
    height: auto;
    flex-direction: row;
  }
  .container1 .contactInfo ul.sci{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .containerr .container1 .contactForm{
    padding: 25px;
  }
  .container1 .contactInfo{
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .container1 .contactInfo ul.sci{
    margin-top: 40px;
  }
  .container1 .contactForm .formBox .inputBox.w50{
    width: 100%;
  }
} 
/* ========================  End contact Section ============================================= */

/* ---------------------------------------------------------- Footer ------------------- */
#footer {
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
#footer .footer {
	min-height: 100px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white;
	font-size: 1.9rem;
}
#footer .item p {
	margin: 20px;
	text-align: center;
}
#footer a {
	color: rgb(252, 252, 252);
	font-size: 1.7rem;

}
#footer a:hover {
	color: crimson;
}
/* ======================== End Footer =================================================== */

/* Keyframes */
@keyframes hamburger_puls {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.4);
	}
}
@keyframes text_reveal_box {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: crimson;
		font-weight: 500;
	}
}
/* End Keyframes */

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {
	html {
		font-size: 8px;
}
	.cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 3rem; /* modificat de la 4rem */
	}

	/* Hero */
	#hero h1 {
		font-size: 6rem;
	}
	/* End Hero */
	/* Upload file */
	.messaj{
		margin: 0;
	}
	/* END Upload file */

	/* Services Section */
	#services .service-bottom .service-item {
		flex-basis: 45%;
		margin: 2.5%;
		border-radius: 12px;
	}
	#about .col-right h4 {		/* modificat, nu era asta */
		font-size: 2.4rem;
	}
	#about .about-img {			/* modificat, nu era asta */
		border-radius: 25px; /* modificat de la 35px */
		height: 155px; 	/* modificat de la 200px */	
	}
	/* End Services Section */

	/* Project */
	#projects .project-item {
		flex-direction: row;
	}
	#projects .project-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#projects .project-item {
		height: 400px;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	#projects .all-projects .project-info {
		height: 100%;
	}
	#projects .all-projects .project-img {
		height: 100%;
	}
	/* End Project */

	/* About */
	#about .about {
		flex-direction: row;
	}
	#about .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
		
	}
	#about .about .col-left .about-img::after {
		image-resolution: 400px 600px;
		left: -11px;
		top: -11px;
		height: 98%;
		width: 98%;
		border-radius: 50%;
		border: 13px solid crimson;
		z-index: 1;
	}
	#about .col-right {
		text-align: left;
		padding: 30px;
	}
	#about .col-right h1 {
		text-align: left;
	}
	/* End About */

}
/* Media Query For Tablet */

/* End Media Query For Tablet */
/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent;
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.8rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}
	/* End header */

	#services .service-bottom .service-item {
		flex-basis: 22%;
		margin: 1.5%;
	}
	
}
/* End  Media Query For Desktop */



/* End  Media Query For Desktop */
@media only screen and (min-width: 300px){
	html {
    font-size: 9px;		
} 
#about .btn-live{	
	justify-content: space-around;	
	flex-direction: column;
}
.content h2{
	font-size: 2.8rem;		
}
.content h2 span{
	font-size: 2.8rem;		
}

.content a{
	font-size: 2.8rem;	
}
	/* --------- Upload ----------- */
.ful-box {
	justify-content: space-around;	
	flex-direction: column;
}
/* --------- Upload End ----------- */

}
