body, html{
  background: var(--avorio);
  font-family: "Manrope", sans-serif;
  line-height: 1; 
  font-size: 16px; 
  box-sizing: border-box;
  padding: 0;margin: 0;
  scroll-behavior: smooth;
}

.pacifico{
  font-family: "Pacifico", cursive;
}
  
h1,h2,h3,h4,h5,h6, p, ol, ul{
  margin: 0 0 1rem 0;
  padding: 0;
}
  
.bold {
  font-weight: bold;
}
    
ol,ul{
  padding-left: 20px;
  line-height: 1.5;
}
    
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{text-decoration:none; font: inherit;cursor: pointer;}
  
/* ! Colore principale: #e17400 */
/* ! Selection/Scrollbar */
::selection {
    background: var(--giallo); /* Codice colore per il giallo oro */
    color: rgb(255, 255, 255); /* Colore del testo quando selezionato */
}
  
/* Per WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px; /* Larghezza della barra verticale */
    height: 8px; /* Altezza della barra orizzontale */
}
  
/* Per WebKit - thumb (parte mobile della barra) */
::-webkit-scrollbar-thumb {
    background: #888888; /* Colore del thumb */
}
  
/* Per WebKit - thumb:hover (thumb al passaggio del mouse) */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Colore del thumb al passaggio del mouse */
}
  
/* Per WebKit - track (traccia della scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Colore del background della traccia */
}
  
/* ! Colors */
.tw{color: #ffffff;} 
.tg{color: gray;}
.tgs{color: #121212;}
.tlg{color: rgb(197, 197, 197);}
.tb{color: #000;} 
.tr{color: red;} 
.to{color: rgb(247, 108, 16);}
.ty{color: rgb(255, 187, 0);}
.tlb{color: #2c78d4;}
.tgr{color: #15be18;}
  
.fw100{font-weight: 100;}
.fw200{font-weight: 200;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}

/* ! CallToAction */
.cta{
    border-radius: 30px;
    font-weight: 300;
    padding: 10px 20px;
    background-color: var(--giallo);
    color:#ffffff;
    cursor: pointer;
    border: 1px solid  var(--giallo);
    user-select: none;
}
  
.cta:hover{
  background-color: rgb(196, 146, 28);
}
/* ! cta2 */
.cta2{
    margin-left: 10px;
    border-radius: 30px;
    font-weight: 300;
    padding: 10px 20px;
    color: var(--giallo);
    cursor: pointer;
    border: 1px solid var(--giallo);
    user-select: none;
}
  
.cta2:hover{
    color: #fff;
    background-color: var(--giallo);
}

:root {
  --menu-bg: #404042;
  --menu-color: #ffffff;

  /* CSS HEX */
  --grigio: #4b4237ff; 
  --giallo: #d5a021ff;
  --alaba: #ede7d9ff;
  --grigio: #a49694ff;
  --grigios: #404042ff;
  --avorio: #f6f1e9;
}

.header {
  user-select: none;
  background-color: rgba(64, 64, 66, 0.946);
  backdrop-filter: blur(7px);-webkit-backdrop-filter: blur(7px);
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 999999;
  right: 0;
  padding: 0 25px;
  transition: background-color 0.5s ease;
}
.header:hover{background-color:#404042ff;}

.header__content {
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__logo,
.header__quick {
  display: flex;
  align-items: center;
  height: 70px;
}

.header__logo {
  justify-content: right;
  width: 25%;
}
.header__logo-text{display: none;}

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

.header__logo img {
  height: 65px;
  filter: grayscale(20%) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  transition: filter 0.4s ease;
  margin-right: 10px;
}

.header__logo img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  padding-left: 20px;
  list-style: none;
  margin: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.header__menu li {
  position: relative;
  display: inline-block;
}

.header__menu li a {
  white-space: nowrap;
  opacity: 0.8;
  display: block;
  padding: 0px;
  color: var(--alaba);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* HAMBURGER - solo mobile */
.icon-hamburger {
  display: none;
}

@media (max-width: 768px) { 
  .header {
    padding: 0px 10px;
    height: 70px;
  }

  .header__logo,
  .header__quick {
    height: 30px;
    width: fit-content;
  }

  .header__logo{
    height: 100%;
    width: 80%;
    color: white;
    font-weight: 700;
    font-size: 20px;
    display: flex;align-items: center;justify-content: left;
  }
  .header__logo img{height: 60px;}
  .header__logo a{color: #fff;display: flex;align-items: center;justify-content: center;}

  .header__logo-text{
    display: block;
  }

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

  .icon-hamburger {
    display: block;
    height: 50px;
    width: 40px;
    margin-left: 20px;
    padding-top: 5px;
    cursor: pointer;
  }

  .icon-hamburger span {
    height: 2px;
    width: 30px;
    background: var(--menu-color);
    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__menu {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    background: var(--menu-bg);
    flex-direction: column;
    height: 0;
    overflow: hidden;
    padding: 0;
  }

  .menu-open .header__menu {
    height: 100vh;
    opacity: 1;
    padding: 3%;
    border-radius: 0px 0px 10px 10px;
  }

  .header__menu li {
    width: 100%;
    border-bottom: 1px solid #5b5b5b;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
  }

  .a_header {
    font-weight: 800;
    color: #ffffff;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .header__menu li {
    width: fit-content;
    padding: 0px;
    margin-right: 40px;
    position: relative;
    display: inline-block;
    align-items: center;
  }
  
  .header__menu a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px; /* Spessore della linea */
    background-color: #e4e3e3c5;
    opacity: 0; /* Opacità iniziale bassa */
    transition: opacity 0.3s ease ; /* Transizione dell'opacità con cubic-bezier */
    border-radius: 10px;
  }
  
  .header__menu a:hover::after {
    width: 100%; /* Lunghezza massima della linea */
    opacity: 1; /* Opacità completa alla fine */
  }
  
}

/* ! Panel */
.panel{
  height: fit-content;
  width: 100%;
  padding: 69px 0px 0px 0px;
  background-color:rgb(255, 255, 255);
  position: relative;
  z-index: 3;
  color: #000000;
  display: flex;flex-direction: column;justify-content: center;align-items: center;
}

.intro{
  height: fit-content;
  width: 100%;
}

.intro__content{
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;justify-content: center;flex-direction: column;align-items: center;
}

/* ! Codice Universale Window */
.dWindow{
  width:100%;
  padding: 0px;
  height: fit-content;
  display: flex;justify-content: space-between;align-items: center;
}

/* ! Window1 */
.window1{
  padding: 0;
  position: relative;
  height: 500px;width: 50%;
  margin: 0.5% 0.25% 0.5% 0.5%;
  background: var(--avorio);color: #ffffff;
  display: flex;flex-direction: column;
}
.window_content1{
  height: 100%;width: 100%;
  left: 0;
  text-align: center;
  padding: 30px 0px 0px 0px;
  display: flex;flex-direction: column;align-items: center;
}
.window1 h2{margin-bottom: 5px;color: var(--grigios);}
.window1 p{margin: 0 auto; margin-bottom: 25px;max-width: 600px;color: var(--grigio);}

.window1 img{position: absolute;height: 290px;bottom: 0;z-index: 1;border-radius: 5px 5px 0px 0px;}

/* ! Window 2 */
.window2{
  padding: 0;
  position: relative;
  height: 500px;width: 50%;
  margin: 0.5% 0.5% 0.5% 0.25%;
  background:var(--avorio);color: #ffffff;
  padding-top:0;
  display: flex;flex-direction: column;
}
.window_content2{
  position: relative;
  z-index: 3;
  height: 100%;width: 100%;
  left: 0;
  text-align: center;
  padding: 30px 0px 0px 0px;
  display: flex;flex-direction: column;align-items: center;
}
.window2 h2{margin-bottom: 5px;color: var(--grigios);}
.window2 p{margin: 0 auto; margin-bottom: 25px;max-width: 680px;color: var(--grigio);}
.window2-emoji1{user-select: none; position: absolute;z-index: 2; height: 325px;bottom: 0;}

/* ! Window 3 */
.window3{
  padding: 0;
  position: relative;
  height: 500px;width: 50%;
  border-radius: 0px;
  margin: 0.25% 0.25% 0.5% 0.5%;
  background:var(--alaba);color: var(--grigios);
  box-shadow: 2px 4px 12px #00000014;
  display: flex;justify-content: center;align-items: center;justify-content: center;flex-direction: column;
}
.window_content3{
  position: relative;
  z-index: 4;
  height: 100%;width: 100%;
  left: 0;
  text-align: center;
  padding: 60px 0px 0px 0px;
  display: flex;flex-direction: column;align-items: center;
}
.window3 h2{margin-bottom: 8px;color: var(--avorio);}
.window3 p{margin: 0 auto; margin-bottom: 25px;max-width: 680px;color: var(--alaba);}
.window3 img{user-select: none; position: absolute;z-index: -2; bottom: 0;object-fit: cover;height: 100%;width: 100%;}

.window3 .overlay{
  width: 100%;height: 100%;
  z-index: -1;position: absolute;top: 0;
  background: linear-gradient(#000000c8, #000000ab);
}

/* ! Window4 */
.window4{
  position: relative;
  padding: 0;
  height: 500px;width: 50%;
  margin: 0.25% 0.5% 0.5% 0.25%;
  background:rgb(237, 236, 236);color: #000000;
  display: flex;justify-content: center;align-items: center;
}
.window_content4{
  position: relative;
  z-index: 2;
  height: 100%;width: 100%;
  left: 0;
  text-align: center;
  padding: 30px 0px 0px 0px;
  display: flex;flex-direction: column;align-items: center;
}
.window4 h2{margin-bottom: 8px;color: var(--giallo);}
.window4 p{margin: 0 auto; margin-bottom: 10px;max-width: 680px;color: var(--grigio);}
.window4-img{user-select: none; position: absolute; bottom: 0;width: 250px;}

.social-container{
  display: flex;justify-content: center;gap: 10px;
  padding: 0px 20px 0px 20px;
}

.btn {
  user-select: none;
  max-width: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background-color: rgba(213, 159, 33, 0.771);
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-family: sans-serif;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .btn{
    max-width: 120px;
  }
}

.btn img {
  width: 20px;
  height: 20px;
  filter: grayscale(100%);
  transition: transform 0.3s, filter 0.3s;
}

.btn:hover {
  background-color: #d5a021ff;
}

.btn:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* ! Windows-Mobile */
@media (max-width: 1450px) {
  .dWindow{display: flex;align-items: center;justify-content: center;flex-direction: column;}
  .window1{width: 100%;}
  .window2{width: 100%;}
  .window3{width: 100%;}
  .window4{width: 100%;}

  .window1 p{width: 93%;margin: 0 auto;margin-bottom: 25px;}
  .window2 p{width: 76%;margin: 0 auto;margin-bottom: 25px;}
  .window3 p{width: 89%;margin: 0 auto;margin-bottom: 25px;}
  .window4 p{width: 95%;margin: 0 auto;margin-bottom: 25px;}

  .window4-img{width: 235px;}
}
@media (max-width: 768px) {
  .window1{width: 100%;height: 450px;}
  .window2{width: 100%;height: 450px;}
  .window3{width: 100%;height: 450px;}
  .window4{width: 100%;}

  .window1 img{height: 250px;}

  .window2-emoji1{user-select: none; position: absolute;z-index: 2; height: 245px;bottom: 0;}

  .window1 h2{font-size: 2.5rem;}
  .window2 h2{font-size: 2.5rem;}
  .window3 h2{font-size: 2rem;}
  .window4 h2{font-size: 2.5rem;}
}

/* ! Footer */
.site-footer {
  background-color: var(--grigios);
  color: var(--alaba);
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  text-align: center;
  flex: 1 1 250px;
  display: flex;flex-direction: column;gap: 7px;
}

.footer-column h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: var(--avorio);
}

.footer-column p {
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-column a {
  color: var(--alaba);
    text-decoration: underline;
}

.footer-column a:hover {
  text-decoration: underline;
  color: var(--giallo);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
  color: var(--alaba);
}

.footer-column svg {
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.footer-column svg:hover {
  opacity: 1;
}

.developerMiniBanner{
  background-color: #0f0f0f;
  height: fit-content;width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.developerMiniBanner p{margin: 0;font-size: 16px;}

.developerMiniBanner{
  background-color: #0f0f0f;
  height: fit-content;width: 100%;
  padding: 10px;
  text-align: center;
}
.developerMiniBanner p{margin: 0;font-size: 16px;}




*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}