
html{
min-height:100vh;}

body{

 font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #f8f9fa, #e2e6ea);
  color: #333;
display:grid;
grid-template-rows: 220px auto auto;
grid-template-columns: 1fr;
grid-template-areas:
"header header header"
"main main main"
"footer footer footer";

}
header{
grid-area:header;}
main{
grid-area:main;}
footer{
grid-area:footer;}
header{
    background:#e8d6c3;
}

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


.titlos1{
  font-family: "Luckiest Guy", cursive;
  font-weight: 900;
  font-style: italic;
  font-size:3.2rem;
  width:100%;
  height:100%;
  display:flex;
  text-align:center;
  flex-direction:column;
  margin-top:90px;
}
.titlos1>h2{
    font-size:3.1rem;
    color:white;
}

.MARIOS {
    position: fixed;
    top: 0;
    left: 0;
    background:#6b665b;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    
    z-index: 200;
    DISPLAY:FLEX;
    GAP:40PX;
    WIDTH:100%;
    HEIGHT:60PX;
    justify-content:center;
    align-items:center;
    
  }
  .menu-toggle{
      font-size:1.3rem;
      position:absolute;
      left:10px;
      
  }
  .TITLOS{
      font-size:1.2rem;
      font-weight:800;
      text-align:center;
      
  }
  .TITLOS>a{
      color:white;
  }
  
  /* Κρυφό menu αρχικά */
  nav.menu {
    position: fixed;
    top: 40px;
    left: 0px;
    background: #f7f7f7;
   
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: auto;
    max-height: 0;
   
    width: 400px;
    z-index: 150;
  }
  /* Όταν είναι ενεργό το menu, μεγαλώνει το ύψος */
  nav.menu.active {
    max-height: 500px; /* αρκετό ύψος για τα links */
  }
  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav.menu ul li {
    border-bottom: 1px solid #ddd;
  }
  nav.menu ul li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
  }
 

  nav a {
      font-size:20px;
    padding: 0.3rem 0;
    text-shadow:5px 5px 12px lightgray;
    color:white;
  }
   

a{
    text-decoration:none;
 color: #ccc;
 font-size:1rem;
font-style:italic;}

a:hover{
color:red

}


.image{
width:100%;
height:600px;}

.image>img{
width:100%;
height:600px;}



img{
width:100%;
height:100%;}



.hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #ffecd2, #fcb69f);
  color: #111;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
}

main {
  padding: 2rem;
 
 max-width:100vw;
 background: linear-gradient(270deg, #b2866f, #d1a680, #f2c9a1, #f9d7b3);
background-size: 600% 600%;
animation: smoothBiscotti 6s ease-in-out infinite;}

@keyframes smoothBiscotti {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.product-section {
  margin-bottom: 4rem;
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  width:95vw;
  overflow-x:auto;
  
}
h2{
    font-size:1.2rem;
    
}
.boxesman{
    display:flex;
    overflow-x:auto;
    gap:40px;
    margin-bottom:20px;
    scroll-behavior:smooth;
 scrollbar-width:none;
    -ms-overflow-style:none;

 
}
    


.product-section h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #444;
}

footer {
  background-color: #222;
  color: #ccc;
  text-align:center;
  padding: 1rem;
}

.end{
display:flex;
align-items:center;
justify-content: space-evenly;
    
}
.box{
    display:flex;
    flex-direction:column;
    gap:8px;
    text-align:center;
  
}

.box1{
    width:340px;
    display:flex;
    flex-direction:column;
    gap:8px;
    background-color:lightgray ;
    text-align:center;
    border:1px solid lightgray;
    border-radius:20px;
   padding-bottom:13px;

   
   
}


.namesection{
    margin-left:20px;
    margin-bottom:10px;
}

.box-img{
    width:100%;
   aspect-ratio:1/1;
}

.box-img>img{
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%;
}
.namesection{
    display:flex;
    gap:10px;
}
.namesection>h4>a{
    font-style:italic;
    font-size:1.4rem;
    color:orange;
    text-decoration:dotted;
}
.namesection>h4>a:hover{
    
    color:red;
}

.submit { background-color:#c2645a;
     color: white;
     padding: 12px 24px;
     font-size: 16px;
     border: none;    
     border-radius: 18px;
     cursor: pointer;   
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
     transition: all 0.3s ease; 
   
}
     
.sumbit:active{
transition:0.8s;
}

.submit:hover { color: red;  }

.box>p{
    color:#8c6f4b;
    text-shadow:2px 2px 6px gray;
    
    
}
 .mendiv{
     
    display: grid;
    grid-template-columns:repeat(3,auto);
    gap: 35px 20px;
   
    }
    
.product-section1{
margin-bottom: 3rem;
  padding: 1rem;
  background-color:#fad6bf;
  border-radius: 12px;
  max-width:28rem;
  overflow-x:auto;
  box-shadow:-5px -5px  5px;
}




.box-img1>img{
    width:100%;
    border-radius:20px 20px 0 0;
   object-fit:cover;
   object-position:center;
}
.box-img1{
    aspect-ratio: 4 / 5;
    overflow:hidden;
    
}
.keimeno{
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    gap:10px;
    text-align:center;
   
}
hr{
    margin-bottom:30px;
    border:none;
    border-top: 2px solid white;
}

.para{
    width:110px;
    height:110px;
    margin-top:10px;
}
.para img{
    width:100%;
    height:100%;
    border-radius:90px;
}





.epikefalida{
    display:flex;
    flex-direction:column;
    text-align:center;
    gap:10px;
    align-items:center;
    margin-top:40px;
}


 h1{
      color:black;
      font-style:italic;
      font-weight:300;
     
  }
  h4{
       color:#8c6f4b;
       padding:5px;
      font-size:1.1rem;
      font-weight:500;
      letter-spacing:1px;
      
  }

h2{
    color:white;
      font-style:italic;
      font-weight:400;
    font-size:2rem;
}
h3,p{
    color:#7a5c42;
    font-size:1rem;
    font-weight:300;
}


.photo{
    width:100%;
    margin:10px 0 40px 0;
    justify-content:center;
    align-items:center;
    text-align:center;
    
    
}
.photo>img{
    width:60%;
  
    object-fit:cover;
    object-position:center;
    aspect-ratio: 1.5 / 1;
}



@media (min-width: 768px) and (max-width: 1200px) {
  .mendiv{
     
    display: grid;
    grid-template-columns:repeat(2,auto);
    gap: 35px 20px;
   
    }
  .box-img1{
      min-width:290px;
    aspect-ratio: 1 / 1.4;
    overflow:hidden;
    
}


}














/* Responsive για κινητά και tablets */
@media (max-width: 768px) {
  /* Nav: στοιχίζουμε κατακόρυφα τα links */
  body{ display:block;
  }
  
  header{
      display:flex;
      flex-direction:column;
      height:250px;
      
  }
  

 .titlos1{
  font-family: "Luckiest Guy", cursive;
  font-weight: 600;
  font-style: italic;
  font-size:1.8rem;
  width:100%;
  height:100%;
  display:flex;
  text-align:center;
  flex-direction:column;
  margin-top:70px;
  gap:10px;
} 
  
  
  
  
  

   .MARIOS {
    position: fixed;
    top: 0;
    left: 0;
    background:#bfa58a;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
   
    z-index: 200;
    DISPLAY:FLEX;
    GAP:40PX;
    WIDTH:100%;
    HEIGHT:40PX;
  }
  /* Κρυφό menu αρχικά */
  nav.menu {
    position: fixed;
    top: 40px;
    left: 0px;
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: auto;
    max-height: 0;
    width: 100%;
    z-index: 150;
  }
  /* Όταν είναι ενεργό το menu, μεγαλώνει το ύψος */
  nav.menu.active {
    max-height: 500px; /* αρκετό ύψος για τα links */
  }
  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav.menu ul li {
    border-bottom: 1px solid #ddd;
  }
  nav.menu ul li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
  }
  nav.menu ul li a:hover {
    background: #ddd;
  }

  nav a {
      font-size:20px;
    padding: 0.3rem 0;
    text-shadow:5px 5px 12px lightgray;
    color:white;
  }
  
  
  


  /* Image: μικρότερο ύψος, για να χωράει */
  .image {
    height: 250px;
    display:block;
    position:static;
  }
  h2{
      font-size:2rem;
  }
  
  .boxesman{
    display:flex;
    gap:40px;
    overflow-x:auto;
    margin-bottom:40px;
  }

  /* Main padding για πιο μικρή οθόνη */
  main {
    margin-top:0px;
    padding:  1rem;
    position:static;
    display:flex;
    flex-direction:column;

background: linear-gradient(270deg, #b2866f, #d1a680, #f2c9a1, #f9d7b3);
background-size: 600% 600%;
animation: smoothBiscotti 6s ease-in-out infinite;}

@keyframes smoothBiscotti {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
  /* Product sections: φαρδύτερα με μικρότερη margin */
  .product-section {

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width:95vw;
  overflow-x:auto;
    margin-bottom: 3rem;
    padding: 1rem 0.5rem;
    box-shadow: -4px 6px 6px GRAY;
  }

  /* Μέγεθος τίτλων */
  .product-section h3 {
    font-size: 1.4rem;
  }

  /* Footer links: στοιχίζονται κάθετα και με λίγο κενό */
  .end {
    flex-direction: column;
    gap: 0.5rem;
    
  }
  


  footer{
      background:linear-gradient(145deg, #0c0f16, #191f2e);
  }
 
  
  .namesection>h4{
  font-style:italic;
    font-size:0.9rem;
}
.mendiv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem,1fr));
    gap:10px 15px;
    }


.para{
    width:110px;
    height:110px;
    
}
.para img{
    width:100%;
    height:100%;
    border-radius:90px;}
    
   .box1{
    min-width:250px;
  
    display:flex;
    flex-direction:column;
    gap:8px;
    background-color:#fad6bf;
    text-align:center;
    
    border-radius:20px;
   padding-bottom:5px;
   box-shadow:-3px 4px 9px white;
   margin:0 2px 4px 2px;
} 
.box1::hover{
    transform:scale(1.03);
}

 h4{
       color:#8c6f4b;
       padding:5px;
      font-size:14px;
      font-weight:500;
      font-style:italic;
      letter-spacing:0.5px;
      
  }
  
 .photo{
    width:100%;
    height:250px;
    margin:0 0 40px 0;
}
.photo>img{
    width:100%;
    height:100%;
} 
 .titlos1>h2{
    font-size:2.5rem;
} 
  .box-img1{
    width:100%;
    aspect-ratio: 1 / 1.3;
    
}
  
}


@media (max-width: 500px){
    .mendiv{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:15px 15px;
    }
    .box-img{
    width:100%;
    aspect-ratio: 1 / 1;
}




.box-img1{
    width:100%;
    aspect-ratio: 1 / 1.3;
    
}




.box-img1>img{
    width:100%;
    border-radius:20px 20px 0 0;
   object-fit:cover;
   object-position:center;
}

.box-img>img{
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%;
     
}


.product-section {

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width:95vw;
  overflow-x:auto;
  
    margin-bottom: 1.5rem;
    padding: 1rem 0.5rem;
    box-shadow: -4px 6px 6px GRAY;
  }
 .product-section1{
margin-bottom: 3rem;
  padding: 1rem;
  background-color:#fad6bf;
  border-radius: 12px;
  width:95vw;
  overflow-x:auto;
  box-shadow:-5px -5px 12px, 1px 1px 7px ;
  
} 

}