@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset */
body, html{scroll-behavior: smooth; font-family: "Barlow", serif;
 line-height: 1; font-size: 15px; color: #0a4a4f; box-sizing: border-box;margin: 0;padding: 0;}*,*:before,*:after{ box-sizing: border-box; }h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0 0 1rem 0;padding: 0;}ol,ul{padding-left: 20px;line-height: 1.5;}img{height: auto;}h1{font-size: 4rem;} h2{font-size: 3rem;} h3{font-size: 2rem;} h4{font-size: 1rem;} h5{font-size: 0.8rem;} h6{font-size: 0.6rem;}a{color:#1fb6b1; font-weight: 600; text-decoration:none}

/* ! Grid System */
.grid { margin: 0 auto; padding: 0 15px; display: flex; flex-flow: row; flex-wrap: wrap; z-index: 2;}
.grid-swiper { margin: 0 auto; padding: 0 15px; width: 100%; display: flex; flex-flow: row; flex-wrap: wrap;}
.grid--center{justify-content: center;}
.col{ flex: 1;}

.wrapper{width: 100%;padding: 0 3%;overflow: hidden; position: relative;}

/* Stile di base: wrapper nascosto e spostato in basso */
.wrapper {
  opacity: 0;                   /* completamente trasparente */
  transform: translateY(20px);  /* spostato di 20px in basso */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Stile quando viene aggiunta la classe .load */
.wrapper.load {
  opacity: 1;                   /* completamente visibile */
  transform: translateY(0);     /* posizione iniziale */
}


[class*='col-'] { position: relative;padding: 0 15px;}

.col-20{ width: 20%; }
.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33.33%; }
.col-40{ width: 40%; }
.col-50{ width: 50%; }
.col-60{ width: 60%; }
.col-70{ width: 70%; }
.col-80{ width: 80%; }
.col-85{ width: 85%; }
.col-90{ width: 90%; }
.col-100{ width: 100%; }

@media (max-width: 991px) {
  .tab-20 { width: 20%; }
  .tab-25 { width: 25%; }
  .tab-33 { width: 33.33%; }
  .tab-50 { width: 50%; }
  .tab-100 { width: 100%; }
}

@media (max-width: 768px) {
  [class*='col-'] { width: 100%;}
  .sma-20 { width: 20%; }
  .sma-25 { width: 25%; }
  .sma-33 { width: 33.33%; }
  .sma-50 { width: 50%; }
  .sma-100 { width: 100%; }
}

.alignwide {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}


/* ! Helpers  */
.mt-0{margin-top: 0 }
.mt-1{margin-top: 10px}
.mt-2{margin-top: 20px}
.mt-3{margin-top: 40px}
.mt-4{margin-top: 100px }
.mt-5{margin-top: 200px }

.mb-0{margin-bottom: 0}
.mb-1{margin-bottom: 10px}
.mb-2{margin-bottom: 20px}
.mb-3{margin-bottom: 40px}
.mb-4{margin-bottom: 100px}

.p-0{padding: 0}
.p-1{padding: 10px}
.p-2{padding: 20px}
.p-3{padding: 40px}
.p-4{padding: 100px}

.pt-1{padding-top: 10px;}
.pt-3{padding-top: 20px;}
.pt-3{padding-top: 40px;}
.pt-4{padding-top: 15vh;}

.pb-1{padding-bottom: 10px;}
.pb-2{padding-bottom: 20px;}
.pb-3{padding-bottom: 40px;}
.pb-4{padding-bottom: 15vh;}

.container {max-width: 1360px; margin: auto;}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.img-res { width: 100%; height: auto; margin-bottom: 20px;vertical-align: middle;}
.img-round { border-radius:50%; }
.z-index {position: relative; z-index: 999;}

#wpforms-821-field_5-container, #wpforms-821-field_6-container, #wpforms-821-field_7-container, #wpforms-821-field_10-container, #wpforms-821-field_11-container, #wpforms-821-field_12-container, #wpforms-870-field_5-container, #wpforms-870-field_6-container, #wpforms-907-field_5-container, #wpforms-907-field_13-container, #wpforms-913-field_5-container, #wpforms-899-field_5-container, #wpforms-899-field_6-container, #wpforms-904-field_5-container {
	background: white;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
}

.wpforms-order-summary-container {
	background: white!important;
    border-radius: 20px!important;
}

.instagram-gallery-item__media-mask {
   display: none!important;
   background-color: #00000000!important;

}


h1 {
    color: #fff;
    opacity: 1;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.025em;
    transition: 0.5s;
  }

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
	line-height: 1.5;
}

/* Menu */
:root { --menu-bg: #F4FBFF; --menu-color: #303FC8; }

main {position: relative; max-width: 1320px; margin: auto;}

nav {
	color: #39b6b2;
}

/* ! Navigation menu  */

.sticky-anchor-menu {
  position: -webkit-sticky; /* supporto per Safari */
  position: sticky;
  top: 0;         /* attacca il menu al top della pagina */
  z-index: 9999;  /* assicura che rimanga sopra altri elementi */
  width: 100%;    /* garantisce che occupi tutta la larghezza disponibile */
  background: #fff; /* esempio: sfondo bianco per evidenziare il menu */
}

.logo {width: 200px;}

header {
      position: fixed;
      width: 100%;
      top: 0;
      right: 0;
      z-index: 1000;
      transition: background-color 0.3s ease; /* per un effetto di transizione morbida */
    }
    /* Stile dell’header di base */
    header {
      background: transparent;
    }
    /* Stile dell’header quando scorre oltre una certa soglia */
    header.scrolled {
      background-color: #fff; /* il colore di sfondo che desideri */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* opzionale, aggiunge un’ombra sotto l’header */
    }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all 0.5s ease;
  max-width: 1480px;
  margin: auto;
}
.navbar__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .navbar__menu {
    position: absolute;
	background: white;
    top: 70px;
    right: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 1rem;
    transition: all 0.5s ease;
  }
  .navbar__menu.right-open {
    right: 0;
  }
}
.navbar__list {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 2rem;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .navbar__list {
    flex-direction: column;
    flex-grow: 0;
  }
}

.navbar__list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s ease;
  color: #0a4a4f;
  
  /* Aggiunto per l'elemento pseudo */
  position: relative;
}

.navbar__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px; /* spessore della linea */
  background-color: #39b6b2;
  transition: width 0.3s ease; /* durata e tipo di transizione */
}

/* Effetto in hover: la larghezza passa al 100% */
.navbar__list li a:hover::after {
  width: 100%;
}

header.scrolled .navbar__list li a {
  color: black;
}


.navbar__list li .arrow {
  transition: 0.3s ease;
}
.navbar__list li .arrow.up {
  transform: rotate(180deg);
}
.navbar__list-drop {
  display: inline-block;
  position: relative;
}
.navbar__list-drop-menu {
  display: none;
  position: absolute;
  width: max-content;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.122);
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .navbar__list-drop-menu {
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 1rem;
  }
}

.navbar__list-drop-menu li a {color: black;}

.navbar__list-drop-menu.open {
  display: flex;
}
.navbar__list-drop-menu.features {
  right: 0;
}
.navbar__list-drop-menu.company {
  left: 0;
  width: max-content;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .navbar__buttons {
    width: 100%;
    flex-direction: column;
  }
}
.navbar__buttons a {
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
    list-style-type: none;
    background: #39b6b2;
    padding: 10px 25px;
    border-radius: 20px;
}
.navbar__buttons a:hover {
  color: var(--theme-dark-color);
}
.navbar__buttons-register, .navbar__buttons-login {
  width: 100%;
  font-weight: 500;
  color: #073ee3;
  padding: 0.8rem 1.5rem;
  border: 2px #073ee3;
  border-radius: 1rem;
  transition: 0.3s ease;
}
.navbar__buttons-register:hover {
  border: 2px solid var(--theme-dark-color);
  color: var(--theme-dark-color);
}
.navbar .menu {
  display: none;
  float: left;
  transition: all 275ms ease;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navbar .menu {
    display: block;
  }
}
.navbar .menu span {
  display: block;
  width: 22px;
  height: 4px;
  background: #000000;
  margin-bottom: 2px;
  border-radius: 1px;
  transition: all 275ms ease;
}
.navbar .menu.active {
  transform: rotate(-90deg);
}
.navbar .menu.active .bar1 {
  transform: rotate(0deg) translateY(6px);
}
.navbar .menu.active .bar2 {
  opacity: 0;
}
.navbar .menu.active .bar3 {
  transform: rotate(-90deg) translateX(5px);
}

.navbar-widget {display: none; width: 100%}

 /* Menu Button 5 */
        .menu-btn-5 {
            height: 32px;
            width: 40px;
            cursor: pointer;
        }

        
.menu-btn-5 span:nth-child(1), 
.menu-btn-5 span:nth-child(1)::before, 
.menu-btn-5 span:nth-child(1)::after {
    background: #0a4a4f;
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    margin-top: 13px;
    transition: .3s ease-in-out;
}

.menu-btn-5.scrolled span:nth-child(1),
.menu-btn-5.scrolled span:nth-child(1)::before,
.menu-btn-5.scrolled span:nth-child(1)::after {
    background: #000; /* Colore cambiato al momento dello scroll */
}


        .menu-btn-5 span:nth-child(1)::before {
            margin-top:-12px;
            
            -webkit-transition: .3s ease-in-out .3s;
            -moz-transition: .3s ease-in-out .3s;
            -o-transition: .3s ease-in-out .3s;
            transition: .3s ease-in-out .3s;
        }

        .menu-btn-5 span:nth-child(1)::after {
            margin-top:12px;
            
            -webkit-transition: .3s ease-in-out .3s;
            -moz-transition: .3s ease-in-out .3s;
            -o-transition: .3s ease-in-out .3s;
            transition: .3s ease-in-out .3s;
        }

        .menu-btn-5 span:nth-child(2) {
            background: #0a4a4f;
            content: '';
            position: absolute;
            width: 0px;
            height: 2px;         
            margin-top: 13px;
            
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .menu-btn-5.active span:nth-child(1)::before,
        .menu-btn-5.active span:nth-child(1)::after {
            margin-top:0;
        }

        .menu-btn-5.active span:nth-child(1) {
            -webkit-transition: .5s ease-in-out .6s;
            -moz-transition: .5s ease-in-out .6s;
            -o-transition: .5s ease-in-out .6s;
            transition: .5s ease-in-out .5s;

            -webkit-transform:rotate(45deg);
            -moz-transform:rotate(45deg);
            -o-transform:rotate(45deg);
            transform:rotate(45deg);
        }

        .menu-btn-5.active span:nth-child(2) {
            width: 40px;
            
            -webkit-transition: .3s ease-in-out .8s;
            -moz-transition: .3s ease-in-out .8s;
            -o-transition: .3s ease-in-out .8s;
            transition: .3s ease-in-out .8s;
        }

.menu-btn-5.scrolled span:nth-child(2),
.menu-btn-5.scrolled span:nth-child(2)::before,
.menu-btn-5.scrolled span:nth-child(2)::after {
    background: #000; /* Colore cambiato al momento dello scroll */
}


/* Pseudoelemento per la “linea” animata */
.header__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px; /* spessore della linea */
  background-color: white;
  transition: width 0.3s ease; /* durata e tipo di transizione */
}

/* Effetto in hover: la larghezza passa al 100% */
.header__menu li a:hover::after {
  width: 100%;
}


@media (max-width: 768px) {
  .header__menu{   
    position: absolute; top:85px; right:0; background-color: white; width: 100%; height: 100vh;  
    overflow: hidden;transition: all 0.5s cubic-bezier(.215, .61, .355, 1); transform: translateX(101%);
  }

  .header__menu li{width: 100%;}
  .menu-open .header__menu{transform: translateX(0%);}

  .icon-hamburger{height: 50px;width: 40px;margin-left: 20px;padding-top: 5px;}
  .icon-hamburger span{height: 2px; width: 30px;background: var(--menu-color);position: relative;display: block;margin-top: 11px;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);}
  
  .menu-open .icon-hamburger span:nth-child(1){transform: rotate(45deg) translateY(9px);}
  .menu-open .icon-hamburger span:nth-child(2){transform: rotate(-45deg) translateY(-9px);}

  .header__quick{display: flex; justify-content: flex-end; width: 50%;}

}


/* ! Hero section  */

.logo {
    position: relative;
    color: #1fb6b1;
	font-size: 26px;
    width: 150px;
    z-index: 9;
}

.logo img {
	width: 150px;
}

/* Stili per il container della hero slider */
/* Container principale */
    .hero-slider {
      position: relative;
      height: 90vh;
      overflow: hidden;
    }
    /* Wrapper delle slide */
    .slides {
      height: 100%;
    }
    .hero-slide {
      position: relative;
      height: 100vh;
      background-size: cover;
      background-position: center;
    }
    /* Overlay */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 5;
    }
	
    /* Contenuto della slide */

	.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 1360px;
    height: 500px;
	z-index: 9;
}


    .hero-content {
      position: absolute;
	  top: 30%;
      transform: translateY(-50%);
      color: #fff;
      max-width: 800px;
      text-align: left;
      z-index: 10;
    }
    .hero-content h1 {
      font-size: 90px;
      margin-bottom: 20px;
	  font-weight: 300;
    }
    .hero-content p {
      font-size: 18px;
      margin-bottom: 30px;
      line-height: 1.5;
    }
    .hero-content .btn {
      display: inline-block;
      padding: 5px 30px;
      background: #fff;
      color: #000;
      text-decoration: none;
      border-radius: 50px;
      transition: background 0.3s;
    }
    .hero-content .btn:hover {
      background: #a5b687;
    }

/* Blocco news fisso - responsive */

.podcasts, .news {color: white}
.podcasts h2 {font-size: 24; font-weight: 400;}
.news h2 {font-size: 24; font-weight: 400;}

.news-blocks {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;  /* padding laterale per schermi piccoli */
    display: flex;
    gap: 20px;
    z-index: 20;
    flex-wrap: nowrap;
    justify-content: center;
}

/* Assicurati che il padding non alteri la larghezza dei blocchi */
.news-block, .news-block * {
    box-sizing: border-box;
}

.news-block {
    background: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    padding: 15px;
    color: #fff;
    min-width: 330px;
    flex: 1 1 353px;
    max-width: 330px;
    transition: opacity 0.3s, background 0.3s;
}

.news-block h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.news-block p {
    margin: 0;
    font-size: 14px;
}

/* Effetto hover: tutte le news diventano opache tranne quella attiva */
.news-blocks:hover .news-block {
    opacity: 0.3;
}

.news-block:hover {
    opacity: 1 !important;
    background: white;
    color: black;
    border-top: 2px solid #a5b687;
}

/* Nascondi i pulsanti di navigazione di Slick (opzionale) */
.slick-prev, .slick-next {
    display: none !important;
}

/* (Opzionale) Assicura che ogni slide di Slick sia centrata */
.slick-slide {
    display: flex;
    justify-content: center;
}


/* ! Slider News  */

.news-item {margin-right: 15px; border-top: 2px solid black;}

.news-title {color: #948a6d;}

.news-slider h2 {
	font-size: 3.5rem;
	font-weight: 200;
}

.news-meta {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 20px;
}

.news-content {
	font-size: 1rem;
	font-weight: 300;
}

.single-news-container {
	max-width: 1280px;
	margin: auto;
}
.news-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 30px;
    width: 100vw;
    height: 400px;
    background: #d9cfb5;
    left: 50%;
    transform: translateX(-50%);
}


.news-hero h1{
	color: #000;
}

.breadcrumb {
    padding: 20px;
    margin-bottom: 20px;
    color: #000;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.featured-image {
	width: 50%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 50%; margin-bottom: 20px;
}

/* Contenitore della paginazione */
.metric-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* Stile base per link e span della paginazione */
.metric-pagination a,
.metric-pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover sui link */
.metric-pagination a:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

/* Stile per la pagina attiva (current) */
.metric-pagination .current,
.metric-pagination span.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Se hai elementi disabilitati (opzionale) */
.metric-pagination .disabled,
.metric-pagination span.disabled {
  color: #ccc;
  pointer-events: none;
  border-color: #eee;
}

/* Pagination */
.page-numbers.current > span {
  background-color: #e2e2e2;
  color: #fff;
}

/* stylelint-disable */
/* Nav item */
.nav-item:hover .dropdown-menu:not(.show) {
  display: block;
}

.custom-logo-link img {
  width: 150px;
  margin-right: 20px;
}


/* Accordion */
.accordions {
  margin: 0 auto;
}

.accordion {
    border-top: 1px solid #948a6d;
  margin-bottom: 1rem;
    overflow: hidden;
  transition: border-color .5s ease;
}

.accordion:hover {
  border-color: #000;
}

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 1.5rem;
  color: #948a6d;

}
.accordion__header:after, .accordion__header:before {
  content: '';
  position: absolute;
  right: 0.5rem;
  width: 2px;
  height: 0.75em;
  background-color: #948a6d;
  transition: all 0.2s;
}
.accordion__header:after {
  transform: rotate(90deg);
}

.accordion:has(input:checked) .accordion__header {
  color: #948a6d;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  font-size: 20px;
	
  transition: max-height 0.5s ease;
  * {
        padding: 0 1em 1em;
  }
}

.accordion input {
  display: none;
}

.accordion:has(input:checked) {
  border-color: #948a6d;
  background-color: #fff;
}

.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
  background-color: #948a6d;
 }

.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
  background-color: #948a6d;
 }

.accordion input:checked ~ .accordion__content {
    max-height: 1000px; /* Adjust based on content length */
}



  /* ! Footer  */

  footer {
    background: #fff;
      color: rgb(35, 35, 35);
      padding-top: 25px;
	  border-bottom: 0;
  }

footer a {
      color: #0a4a4f;
 }




  /* Desktop */
@media only screen and (min-width: 992px) {
  /* Inserisci qui le tue regole CSS per desktop */
}

/* Tablet in modalità landscape */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  /* Inserisci qui le tue regole CSS per tablet in modalità landscape */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.navbar__list li a {
    color: #fff;

}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}


}

/* Tablet in modalità portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  /* Inserisci qui le tue regole CSS per tablet in modalità portrait */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
		.navbar__list li a {
    color: #000;

}
	

}

/* Smartphone in modalità landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Inserisci qui le tue regole CSS per smartphone in modalità landscape */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.navbar__list li a {
    color: #000;

}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
	
}

/* Smartphone in modalità portrait */
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Inserisci qui le tue regole CSS per smartphone in modalità portrait */
	
	.hero-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
	.hero-content h1 {
      font-size: 45px;
      margin-bottom: 20px;
	  font-weight: 300;
    }
	
	.navbar__list li a {
    color: #000;

}
	
	.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
	
}