@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');

/*==Font-setup==*/

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  color: #333333;
  background: #FFF9E9;
  text-wrap: pretty;
}

body p {
  opacity: .8;
}

a {
  transition: 0.2s all ease-in-out;
  font-weight: bold;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  text-wrap: balance;
}

/*==Basic-setup==*/
.scrolltotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
  background: #000;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #AAD961;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==container-setup==*/
.header-area {
  padding: 10px 0;
  background: #FFF9E9;
  border-bottom: 2px solid #333;
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
}

.header-main {
  display: grid;
  grid-template-columns: 20% auto 20%;
  align-items: center;
}

.logo-item img {
  max-width: 127px;
}

.main-nav ul {
  display: flex;
  align-items: center;
  column-gap: 48px;
  justify-content: center;
}

.main-nav ul li a {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  transition: 0.2s all ease-in-out;
}

.main-nav ul li a:hover {
  color: #f97930;
}

.header-right {
  text-align: right;
}

.header-btn a {
  height: 1.3cm;
  width: auto;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  padding: 12px 24px;
  margin: 0px 3px 3px 0px;
  border-radius: 4px;
  background: #FFC942;
  box-shadow: 5px 5px 0px 0px #333;
  transition: 0.2s all ease-in-out;
  text-align: center;
}

.header-btn a:hover {
  margin: 3px 0px 0px 3px;
  box-shadow: 3px 3px 0px 0px #333;
}
.menu-btn {
  cursor: pointer;
  margin-left: auto;
  display: none;
}

.menu-btn a {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  padding: 12px 24px;
  border-radius: 4px;
  background: #FFC942;
  box-shadow: 5px 5px 0px 0px #333;
  transition: 0.2s all ease-in-out;
}

.menu-btn a:hover {
  box-shadow: 0px 0px 0px 0px #333;
}

.side-btn {
  text-align: center;
  margin-top: 90px;
}

.side-btn a {
  height: 1.3cm;
  width: auto;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  padding: 12px 24px;
  margin: 0px 3px 3px 0px;
  border-radius: 4px;
  background: #FFC942;
  box-shadow: 5px 5px 0px 0px #333;
  transition: 0.2s all ease-in-out;
  text-align: center;
}

.public-btn a:hover {
  margin: 3px 0px 0px 3px;
  box-shadow: 3px 3px 0px 0px #333;
  cursor: pointer;
}

.mobil-brand img {
  max-width: 127px;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -400px;
  width: 100%;
  height: 100vh;
  background: url('images/sidebar-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 10000;
  display: none;
  overflow-y: hidden;
}

.sidebar-menu.active {
  left: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 2px solid #333;
}

.menu-wrap {
  padding: 110px 16px 0 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu-item a {
  font-weight: 700;
  font-size: 32px;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
}

.menu-item a:hover {
  color: #F97930;
}

.close-icon a {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  padding: 12px 24px;
  border-radius: 4px;
  background: #FFC942;
  box-shadow: 5px 5px 0px 0px #333;
  transition: 0.2s all ease-in-out;
}

.close-icon a:hover {
  box-shadow: 0px 0px 0px 0px #333;
}

.sidebar-img {
  margin-top: auto;
}

.sidebar-img img {
  max-width: 144px;
}

/*==overlay-css==*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/*==hero-section==*/
.hero-area {
  background: url('images/hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 78px;
}

.hero-main {
  padding: 80px 0;
}

.hero-main h2 {
  font-weight: 700;
  font-size: 72px;
  color: #333;
  line-height: 130%;
}

.br2 {
  display: none;
}

.hero-main p {

  font-size: 32px;
  line-height: 130%;
  margin-top: 30px;
  /* opacity: 0.8; */
}

.hero-hadding1 {
  color: #ffc942;
  text-decoration: underline;
  transition: 0.2s all ease-in-out;
}

.hero-hadding2 {
  color: #8ABEB2;
  text-decoration: underline;
  transition: 0.2s all ease-in-out;
}

.hero-hadding3 {
  color: #F97930;
  text-decoration: underline;
  transition: 0.2s all ease-in-out;
}

.hero-hadding1:hover, .hero-hadding2:hover, .hero-hadding3:hover {
  opacity: .8;
}

.public-btn a {
  height: 1.3cm;
  width: auto;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  padding: 12px 24px;
  margin: 0px 3px 3px 0px;
  border-radius: 4px;
  background: #FFC942;
  box-shadow: 5px 5px 0px 0px #333;
  transition: 0.2s all ease-in-out;
  text-align: center;
}

.public-btn a:hover {
  margin: 3px 0px 0px 3px;
  box-shadow: 3px 3px 0px 0px #333;
}

.public-btn1 {
  margin-top: 32px;
}

/*==decides-section==*/
.decides-area {
  background: #8ABEB2;
  padding-top: 105px;
  border-top: 2px solid #333;
}

.decides-main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
}

.decides-item {
  text-align: center;
}

.decides-item img {
  max-width: 80px;
}

.decides-title h2 {

  font-weight: 700;
  font-size: 70px;
  color: #333;
  font-style: italic;
  line-height: 120%;
}

.decides-title h2 img {
  max-width: 70px;
  position: relative;
}

.polio1 {
  right: -35px;
  top: 4px;
}

.polio2 {
  left: -36px;
  top: 11px;
}

.decides-mobil-btn {
  background: #fff9e9;
  padding: 16px 16px 46px 16px;
  border-top: 2px solid #333;
  display: none;
  position: fixed;
  margin-left: -15px;
  margin-bottom: -30px;
  bottom: 0;
  width: 100vw;
  z-index: 1000;
}

.public-btn3 {
  text-align: center;
}

.decides-item h4 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}

.decides-item p {

  font-size: 20px;
  opacity: 0.8;
  margin-top: 12px;
}

.decides-btm p {
  text-align: center;
  font-size: 24px;
  opacity: 0.8;
  margin-top: 50px;
}

.decides-box {
  text-align: right;
}

.decides-box img {
  max-width: 144px;
  vertical-align: bottom;
}

.public-btn2 {
  margin-top: 24px;
  text-align: center;
}

.mobil-img-decides {
  display: none;
}

.decides-item6 {
  display: none;
}

.mobil-img-decides2 {
  display: none;
}

/*==work-section==*/
.work-area {
  background: url('images/work-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
}

.work-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 32px;
}

.work-left h2 {
  font-weight: 700;
  font-size: 48px;
}

.work-left p {

  font-size: 24px;
  line-height: 150%;
  margin-top: 24px;
  opacity: 0.8;
}

.public-btn4 {
  margin-top: 24px;
}

.work-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

.work-item {
  border: 2px solid #333;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 3px 3px 0px 0px #333;
  background: #fff;
}

.work-item h2 {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

.work-item p {

  font-size: 18px;
  line-height: 150%;
  margin-top: 12px;
  opacity: .8;
}

.work-item img {
  width: 100%;
  margin-bottom: 32px;
}

.work-main2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
  margin-top: 48px;
}

.work-btm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 60px;
}

.work-btm-left img {
  max-width: 168px;
  vertical-align: bottom;
}

.work-btm-right img {
  max-width: 144px;
  vertical-align: bottom;
}


/*==work-mobil-css==*/
.carousel-2 {
  padding-left: 16px;
  margin-top: 48px;
}

.mobil-slider-wrap {
  display: none;
}

.carousel-1 .carousel-cell {
  width: 100%;
}

.carousel-2 .carousel-cell {
  width: 70%;
  margin-right: 16px;
}

.custom-dots {
  display: none;
}

.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  margin-top: 48px;
}

.slider-btn button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #333;
  cursor: pointer;
  box-shadow: 6px 6px 0px 0px #333;
}

.slider-btn button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ===Counter Style=== */
.slide-counter {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.work-btm-mobil {
  display: none;
}

/*==team-section==*/
.team-area {
  background: #8ABEB2;
  padding-top: 80px;
  border-bottom: 2px solid #333;
}

.team-title h2 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 24px;
}

.team-title p {

  font-size: 24px;
  line-height: 150%;
}

.team-item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  column-gap: 32px;
}

.team-main {
  margin-top: 64px;
}

.team-main h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}

.team-item {
  text-align: center;
}

.team-img {
  width: 240px;
  height: 240px;
  background: #ffffff;
  border: 2px solid #333;
  box-shadow: 4px 4px 0px 0px #333;
  margin: auto;
  background-size: cover !important;
}

.team-img1 {
  border-radius: 8px 120px 8px 120px;
  background: url(/images/team-paola.webp);
}

.team-img2 {
  border-radius: 50%;
  background: url(/images/team-ale.jpeg);
}

.team-img3 {
  border-radius: 100% 100% 8px 8px;
  background: url(/images/team-christian.jpeg);
}

.team-img4 {
  border-radius: 100% 100% 100% 8px;
  background: url(/images/team-nicola.jpg);
}

.team-item h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 24px;
}

.team-item p {
  font-size: 20px;
  margin-top: 8px;
}

.team-btm {
  max-width: 1230px;
  margin: auto;
  text-align: right;
  margin-top: 46px;
  padding: 0 15px;
}

.team-btm img {
  max-width: 194px;
  vertical-align: bottom;
}

/*==tried-section==*/
.tried-area {
  background: url('images/tried-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
}

.tried-title {
  text-align: center;
}

.tried-title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #333;
}

.tried-main {
  max-width: 620px;
  margin: auto;
  margin-top: 64px;
}

.tried-item {
  border-radius: 32px;
  background: #ffffff;
  border: 2px solid #333;
  box-shadow: 4px 4px 0px 0px #333;
  margin: 10px;
  padding: 40px;
}

.tried-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.tried-item h2 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}

.tried-item h6 {


  font-size: 18px;
  color: #333;
  opacity: 0.8;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 32px;
}

.tried-item p {

  font-size: 18px;
  color: #333;
  opacity: 0.8;
  line-height: 150%;
  margin-top: 15px;
}

.tried-btm {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.tried-btm img {
  max-width: 170px;
  vertical-align: bottom;
  margin-top: 47px;
}

/*==department-section==*/
.department-area {
  background: url('images/department-bg.png') no-repeat;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hand-img img {
  position: absolute;
  bottom: 0;
  right: 140px;
  max-width: 796px;
  width: 100%;
}

.department-main {
  max-width: 712px;
}

.department-main h2 {
  font-weight: 700;
  font-size: 48px;
  color: #333;
}

.department-main p {

  font-size: 24px;
  opacity: 0.8;
  line-height: 150%;
  margin-top: 24px;
}

.department-main h4 {

  font-weight: 700;
  font-size: 32px;
  color: #333;
  opacity: 0.8;
  margin-top: 15px;
}

.department-main ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.department-main ul li {

  font-size: 24px;
  color: #333;
  opacity: 0.8;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.department-main ul li img {
  max-width: 25px;
}

/*==price-section==*/
.price-area {
  background: #F8F2E2;
  padding-top: 80px;
}

.price-title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #333;
  text-align: center;
}

.price-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  margin-top: 64px;
}

.price-item {
  background: #ffffff;
  border: 2px solid #333;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px #333;
}

.price-item2 {
  background: #FFC942;
}

.public-btn50 a {
  background: #F97930;
}

.price-item h4 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.price-item h6 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}

.price-item h2 {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  margin-top: 15px;
  line-height: 32px;
}

.price-item h5 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.price-item ul {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.price-item ul li {
  font-size: 24px;
  color: #333;
  opacity: 0.8;
  display: grid;
  grid-template-columns: 5% auto;

}

.price-item ul li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5C5C5C;
  display: inline-block;
  opacity: 1 !important;
}

.price-btm {
  max-width: 1230px;
  padding: 0 15px;
  text-align: right;
  margin: auto;
  margin-top: 62px;
}

.price-btm img {
  max-width: 193px;
  vertical-align: bottom;
}

.public-btn6 {
  margin-top: 32px;
}

/*==contact-section==*/
.contact-area {
  background: url('images/contact-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 160px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  text-align: center;
}

.contact-area .container {
  max-width: 60%;
}

.contact-main {
  text-align: center;
}

.contact-main .public-btn a{
  text-decoration:none !important;
}

.contact-main h2 {
  font-weight: 700;
  font-size: 48px;
  color: #333;
}

.contact-main p {
  font-size: 24px;
  opacity: 0.8;
  line-height: 150%;
  margin-top: 24px;
}

.contact-main a {
  color: #333;
  text-decoration: underline;
}

.contact-area a:hover {
  opacity: .6;
}

.contact-main h5 {


  font-size: 24px;
  color: #333;
  margin-top: 20px;
  line-height: 150%;
}

.contact-main h5 a {
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}

.call-box {
  height: 450px;
  background: #ffffff;
  border: 2px solid #333;
  border-radius: 32px;
  box-shadow: 3px 3px 0px 0px #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.call-box-wrap{
  margin-top: 24px;
}

.contact-btm {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.contact-btm img {
  max-width: 193px;
  vertical-align: bottom;
  margin-top: 65px;
}

/*==footer-section==*/
.footer-area {
  background: #FFC942;
  padding-top: 100px;
}

.footer-main {
  text-align: center;
}

.footer-main a {


  font-size: 24px;
  color: #333;
  text-decoration: underline;
  display: inline-block;
}

.footer-gmail a {
  margin-top: 40px;
}

.footer-main p {
  font-size: 24px;
  color: #333;
  opacity: 0.8;
  margin-top: 40px;
}

.footer-main ul {
  /* display: none; */
}

.footer-main a:hover {
  opacity: .6;
}

.footer-btm {
  max-width: 1230px;
  padding: 0 15px;
  text-align: right;
  margin: auto;
}

.footer-btm img {
  max-width: 241px;
  vertical-align: bottom;
  margin-top: 20px;
}

.footer-logo img {
  max-width: 182px;
}


.rotating-text {
  /* font-family: "Syne", sans-serif;
            font-size: 2rem;
            font-weight: 600; */
  text-align: center;
  position: relative;
  height: 2.5em;
  margin-bottom: 10vh;
  /* evita salti durante la transizione */
  /* overflow: hidden; */
}

.phrase {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 1s ease-in-out;
  line-height: 120%;
  font-family: "Crimson Pro", serif;
}

.phrase.active {
  opacity: 1;
}

.phrase::before {
  font-weight: bold;
  /* font-size: 120px; */
  content: '“ ';
  opacity: .4;
  overflow: hidden;
}

.phrase::after {
  font-weight: bold;
  /* font-size: 120px; */
  content: ' „';
  opacity: .4;
  overflow: hidden;
}

.department-main li::before{
  content: '✔️ ';
}