body {
  margin: 0;
  font-family: Barlow, sans-serif;
}
.container{
	text-align: center;
}
.main-container {
  padding: 50px 10px;
  background-color: white;
  display:flex;
  flex-direction: column;
  align-items: center;
	text-align: center;
}
.grey{
	background-color: #f8f8f8;
}
.padding{
	padding: 80px 0;
}
.row{
  height: auto;
  border: none;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.column-md1{
	max-width: 100%;
  height: auto;
  border: none;
  margin: auto;
  padding: 20px;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.column-md3{
	max-width: 33.3333%;
	height: auto;
	border: none;
	margin: 0;
}
.justify-text{
	text-align: justify;
}
.button{
  border: none;
  padding: 10px;
  margin: 0;
  background-color: #4fb068;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.white-a{
	font-family: Barlow,sans-serif;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.input{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Barlow, sans-serif;
}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #e3e3e3; }
::-webkit-scrollbar-thumb:hover {background: #555; }
::-webkit-scrollbar-thumb {background: #888; }
.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse 1.5s infinite ease-in-out;
}
.dot:last-child {
  margin-right: 0;
}
.dot:nth-child(1) {
  animation-delay: -0.3s;
}
.dot:nth-child(2) {
  animation-delay: -0.1s;
}
.dot:nth-child(3) {
  animation-delay: 0.1s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #4fb068;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}
#info{
  display: none;
}
#footer-info{
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1070px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min-resolution: 192dpi) and (max-width: 1070px), only screen and (min-resolution: 2dppx) and (max-width: 1070px) {
.column-md3{ max-width: 100%; width: 100%; }
.row{ flex-direction: column; align-items: center; }
}



/*** Begin Nav ***/
.header{
	width:100%;
	position: fixed;
  top: 0;
	background-color: #ffffff;
	transition: top 0.5s;
  -webkit-transition: top 0.5s;
	z-index: 1;
}
.nav-wrapper{
	display: flex;
	justify-content: center;
}

.nav-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-wrapper-inner {
	width: 100%;
	max-width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-button {
	position: relative;
	float: right;
	margin: 30px;
	display: none;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: white;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-7px, 5px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-10.5px, -9px);
}

.nav-menu-large{
	display:block;
	position: static;
	padding: 10px;
}

.nav-menu-link:hover{
	color: #4fb068;
	transition:0.4s;
}

.nav-logo-link {
	display: flex;
	width: 200px;
	height: 100px;
	padding-left: 25px;
	align-items: center;
}

.nav-logo-img{
	max-width: 100%;
	max-height:85px;
	display: block;
}

.nav-menu-item{
	display: inline-block;
	cursor:pointer;
}

.nav-menu-link {
	padding: 0 10px 0 10px;
	position: relative;
	display: inline-block;
	font-family: Barlow,sans-serif;
	font-weight: 700;
	color: black;
	text-decoration: none;
}

.active {
  color: #4fb068;
}

.nav-menu-mobile{
	width: 100%;
	height: 100vh;
	padding: 0;
}
.nav-menu-item-mobile{
	cursor:pointer;
  flex-direction:column;
  list-style-type:none;
  padding-left: 30px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1070px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min-resolution: 192dpi) and (max-width: 1070px), only screen and (min-resolution: 2dppx) and (max-width: 1070px) {
.menu-button {
	display:block;
}
.nav-menu-large{
	display:none;
}
.nav-menu-link{
	padding-top:24px;
}
}
/*** End Nav ***/



/*** Begin Slideshow ***/
.slideshow-container{
	width: 100%;
  position: relative;
  top: 0;
}
.main-hero{
  position: relative;
  display: flex;
	height: 90vh;
  align-items: center;
}
.main-hero-small{
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 0 50px 0;
}
.main-hero-ImgVideoContainer,
.hero-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	opacity: 0.7;
}
.main-hero-ContentContainer{
	position:relative;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-hero-ContentWrapper {
	width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-hero-heading {
  color: #4fb068;
  font-size: 3.9875rem;
  text-align: center;
  -webkit-text-stroke: 0.15em #4fb068;
}

.main-hero-heading::before {
  width: 100%;
  content: attr(data-content);
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0;
  text-align: center;
  position: absolute;
  right: 0;
}

.main-hero-heading-wrapper {
  font-family: Barlow,sans-serif;
  font-size: 4.6875rem;
}
.main-hero-button {
	font-family: Barlow,sans-serif;
  font-weight: 550;
  text-transform: uppercase;
  padding: 15px 25px;
  color: black;
  border: green;
  border-radius: 2px;
  text-decoration: none;
  background-color: green;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1070px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min-resolution: 192dpi) and (max-width: 1070px), only screen and (min-resolution: 2dppx) and (max-width: 1070px) {
.main-hero-heading {
	font-family: Barlow,sans-serif;
  font-size: 2.9rem;
  line-height: 1em;
}
}
/*** End Slideshow ***/




/*** Begin Skill ***/
.about {
  background-color: #f8f8f8;
  padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about img {
  width: 100%;
}
.about .btn-primary {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #007bff;
  border-color: #007bff;
}
.about .btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.competenze {
  background-color: white;
  padding: 80px 0;
  width:100%;
  display:flex;
  flex-direction:column;
}
.skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}
.skill-row{
  height: auto;
  border: none;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.skill-column {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
	align-items: flex-start;
  width: 100%;
}
.skill-name {
  font-size: 24px;
  margin-top: 20px;
}
.chart {
	position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4fb068;
}
canvas {
  display: block;
  position:absolute;
  top:0;
  left:0;
}
.material-icons {
	color: #4fb068;
  line-height: 220px;
  font-size: 40px;
}
.skill-text{
	max-width:200px;
}
@media print, screen and (max-width: 40em){
.skill{
	margin-bottom: 30px;
}
.skill-row{
flex-direction: column;
}
.skill-column{
display: flex;
flex-direction: column;
align-items: center;
}
}
@media print, screen and (min-width: 40em){
.skill{
	margin-bottom: 30px;
}
.skill-row{
flex-direction: column;
}
.skill-column{
display: flex;
flex-direction: row;
}
}
@media print, screen and (min-width: 64em) and (max-width: 74em){
.skill-row{
flex-direction: column;
}
.skill-column{
display: flex;
flex-direction: row;
}
}
@media print, screen and (min-width: 74em){
.skill-row{
flex-direction: row;
}
.skill-column{
display: flex;
flex-direction: row;
}
}
/*** End skill ***/


/*** Begin Service ***/
.service-icon{
  font-size: 40px;
  line-height: 40px;
  color: #4fb068;
  margin-top: 40px;
}
/*** End Service ***/



/*** Begin About ***/
.about-info{
width: 90%;
margin: 0 auto;
}
.about-resume{
	width:90%;
    background-color: white;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.resume-left{
width:30%;
padding: 100px;
display:flex;
flex-direction:column;
}
.resume-right{
width:70%;
padding: 100px;
display:flex;
flex-direction:column;
}
.resume-heading{
margin: 30px 0 10px 0;
font-family: Barlow,sans-serif;
font-size: 24px;
}
.resume-text{
  font-family: Barlow,sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.resume-separator{
  border: 1px solid #4fb068;
}
.resume-photo{
  width:100%;
}
.resume-box{
  margin: 15px 0;
}
.resume-date{
  font-family: Barlow,sans-serif;
  font-size: 12px;
}
.resume-text-heading{
  font-family: Barlow,sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
/*** End About ***/



/*** Begin Support ***/
.accordion{
  width:100%;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 15px;
  cursor: pointer;
}
.accordion-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  display: none;
  text-align: initial;
}

.accordion-item.open .accordion-content {
  display: block;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.accordion-icon:before {
  content: '+';
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.accordion-item.open .accordion-icon:before {
  content: '-';
  color: #333;
}
.software-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.software-box{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.software{
  width: 300px;
  margin: 20px;
  padding: 30px;
  background-color: #f5f5f5;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*** End Support ***/



/*** Begin Portfolio ***/
.portfolio {
  width:100%;
  margin: 0 auto;
  background-color: white;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.portfolio-grid {
	width: 90%;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
}
.portfolio-item {
  height: 250px;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  display: flex;
    align-items: center;
}
.portfolio-item:hover {
  transform: scale(1.05);
}
.portfolio-item img {
  width: 100%;
  height: auto;
}
.portfolio-item-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
}
.portfolio-item-details h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.portfolio-item-details p {
  margin: 0;
}
/*** End Portfolio ***/



/*** Begin Project ***/
.project{
	width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.project-details{
	width: 60%;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
}
.project-info{
	display: flex;
  flex-direction: column;
}
.project-info-text{
	font-size: 20px;
  color: grey;
}
.project-text{
	text-align: justify;
}
.project-gallery{
	margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
}
.project-gallery-photo{
	margin: 5px;
}
.gallery-img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
/*** End Project ***/



/*** Begin Contact ***/
.contatti-wrapper {
	position: relative;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.contatti-info {
  padding-right: 50px;
  min-width: 300px;
}

.contatti-info p {
  font-size: 18px;
  margin-bottom: 15px;
}

.social-links {
  margin-bottom: 30px;
}

.social-links a {
  display: inline-block;
  background-color: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.social-links a:hover {
  background-color: #333;
  color: #fff;
}

.contatti-form {
  flex-basis: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  min-width: 300px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1070px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min-resolution: 192dpi) and (max-width: 1070px), only screen and (min-resolution: 2dppx) and (max-width: 1070px) {
.contatti-wrapper { flex-direction: column; }
.contatti-info{ padding: 0; }
}
/*** End Contact ***/







/*** Begin Blog ***/
.blog-grid {
	width: 90%;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns:repeat(auto-fit,minmax(300px, 1fr))
}
.blog-item {
	margin: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.blog-img{
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.article-info{
	padding: 20px;
}
.article-text{
  line-height: 2rem;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  text-align: justify;
}
/*** End Blog ***/



/*** Begin Iubenda Partner ***/
.iubenda-partner{
	max-width: 80%;
	margin: auto;
}
.iubenda-list{
	font-family: Barlow,sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
	color: #333333d1;
	font-weight: 300;
}
.iubenda-main-title{
	font-size: 50px;
}
.iubenda-title{
	font-size: 42px;
}
.iubenda-subtitle{
	font-size: 34px;
	margin-block-end: 0;
}
.iubenda-text{
	font-family: Barlow,sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: justify;
	color: #333333d1;
	font-weight: 300;
}
.iubenda-link{
	text-decoration: none;
	font-family: Barlow,sans-serif;
	color: #333333;
	font-weight: 900;
}
/*** End Iubenda Partner ***/



/*** Begin CTA ***/
.cta-section {
  background-color: white;
  padding: 50px 0;
}
.cta-container {
	padding: 0 10px;
	display: flex;
  flex-direction: column;
  align-items: center;
	text-align: center;
}
p {
	font-family: Barlow,sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
/*** End CTA ***/



/*** Begin Prefooter ***/
.prefooter{
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}

.prefooter-column{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.prefooter-column-container{
	padding: 20px;
}

.prefooter-column-title{
	font-size: 24px;
	font-weight: 700;
}

.prefooter-list{
	width: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

.prefooter-list-item{
	margin: 10px 0;
}

.prefooter-list-item:focus{
	text-decoration: underline;
}

.prefooter-link{
	color: black;
	text-decoration: none;
}
.prefooter-link:visited{
	color: inherit;
	text-decoration: none;
}
/*** End Prefooter ***/



/*** Begin Footer ***/
.footer{
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #171717ff;
	color: white;
}

.footer-title{
	font-size: 24px;
	font-weight: 700;
	color: white;
}

.footer-row-ex{
	padding-right: 100px;
}

.footer-column{
	border: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-container{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo{
	max-width: 80%;
	height: auto;
}

.footer-social-list{
	max-width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-social-list-item{
    display: flex;
    justify-content: center;
}
.footer-link,
.footer-link:visited {
	color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}
.social-link,
.social-link:visited {
	color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
	font-size: 2rem;
    padding: 0 10px;
}

.footer-information-list{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

.footer-information-list-item{
	margin: 10px 0;
	color: white;
}

.footer-newsletter-form{
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-newsletter-label{
	display: none;
}

.footer-newsletter-input{
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 0;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #4fb068;
}

.footer-newsletter-privacy{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
    align-items: center;
}
.footer-newsletter-text{
	margin-left: 10px;
}

.footer-checkbox{
	width: 25px;
    height: 25px;
    accent-color: #4fb068;
}

.footer-newsletter-submit{
	max-width: 30%;
    border: none;
    padding: 10px;
    margin: 0;
    background-color: #4fb068;
	cursor: pointer;
}

.footer-signature{
	padding: 10px 0 30px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
}

.footer-privacy-link{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.footer-privacy-link-item{
	margin-left:10px;
	font-size: 16px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1070px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1070px), only screen and (min-resolution: 192dpi) and (max-width: 1070px), only screen and (min-resolution: 2dppx) and (max-width: 1070px) {
.footer-row-ex{ padding-right: 0; }
.footer-signature{ flex-direction: column; }
}
/*** End Footer ***/