﻿@font-face {
   font-family: miofont;
   src: url(fonts/Anaktoria.otf);
}


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ededed;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

.style2 {
		text-align: justify;
		padding-right: 40px;
		font-size: 16px;		
}
.style3 {
	text-align: center;
	font-weight:bold;
}
.hidden{
        position: relative;
        top: 60px; 
        border-left: 4px solid #6C5B4C;
  		height: 550px;
  		top: 100;
  		padding-right: 20px;
       
    }
.hidden1{
    display: none;
    padding-top:80px;
    padding-bottom: 80px;}

	.hidden3{
	position:relative;
    padding-top:14%;
    padding-bottom: 10%;}


.image-container {
    display: none;
    justify-content: center; /* Centra le immagini orizzontalmente */
    gap: 10px; /* Spazio tra le immagini */
}

.image-container2 {
    display: flex;
    justify-content: center; /* Centra le immagini orizzontalmente */
    gap: 10px; /* Spazio tra le immagini */
}

.image-container img {
    max-width: 100%; /* Assicura che le immagini non superino la larghezza del contenitore */
    height: auto; /* Mantiene le proporzioni delle immagini */
}

.image-container2 img {
    max-width: 100%; /* Assicura che le immagini non superino la larghezza del contenitore */
    height: auto; /* Mantiene le proporzioni delle immagini */
}


.res {
}

.mobile {
	width:80%;
	height:auto;
   
}


.content2 {
    display: flex;
    flex-direction: row; /* Horizontal layout by default */
    gap: 20px;
}

.right-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    
}

.right-box p {
    margin-bottom: 15px;
    text-align: center;
}

.left-box h2 {
    margin-bottom: 15px;
    text-align: center;
}

.operator-image {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.phone-image {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.info-text {
    font-size: 1.05rem;
    line-height: 1.4;
    text-align: left;
    padding: 0 10px;
    padding-right: 10px;
}

.right-box .youtube-text {
    font-size: 0.85rem;
    color: #131212;
    margin-top: 8px;
    text-align:justify;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 20px;
}

.header h1 {
  font-size: 3rem;
  color: #8b4513;
}

.header .sottotitolo {
  font-size: 1.2rem;
  font-style: italic;
  color: #6a5d5d;
}

/* Contenitore principale */
.container {
  display: flex;
  gap: 20px;
}

/* Colonne */
.colonna {
  flex: 1;
  padding: 15px;
 
  border: 1px solid #ddd;
}

/* Colonna sinistra */
.sinistra .box-risparmia {
  text-align: center;
  
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.sinistra .numero {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

.sinistra .prezzo {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.sinistra .box-servizio {
  text-align: center;
}

.sinistra .immagine-servizio {
  width: 100%;
  margin: 15px 0;
}

/* Colonna centrale */
.centrale {
  text-align: center;
}

.centrale h2 {
  color: #8b4513;
  margin-bottom: 15px;
}

.centrale p {
  margin: 10px 0;
}

.centrale .box-privacy {
  margin-top: 20px;
  text-align: center;
}

.centrale .immagine-privacy {
  width: 50px;
  display: block;
  margin: 0 auto;
}

/* Colonna destra */
.destra .box-numero {
  text-align: center;
  
  color: #fff;
  padding: 15px;
  margin: 20px 0;
}

.destra .numero-grande {
  font-size: 2rem;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}





/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 10px 20px;
    position: relative;
}

.logo {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    font-family:miofont;
    
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links li a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 15px;
}

.nav-links li a:hover {
    background-color: #555;
    border-radius: 4px;
}

/* Hamburger menu nascosto sul desktop */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px;
    border-radius: 2px;
}

/* Menu mobile */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background-color: rgba(69, 65, 59, 0.7);
    transition: right 0.3s ease;
    z-index: 1000;
}

.ciao {
	background-color: #000000;
	color: white;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
	margin: 10px;
	cursor: pointer;
	transition: background-color 0.3s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.mobile-menu-overlay.show {
    right: 0;
}

.mobile-menu-overlay ul {
    list-style: none;
    padding: 20px;
    margin-top: 60px;
}

.mobile-menu-overlay li {
    margin: 20px 0;
}

.mobile-menu-overlay a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 1.5rem;
}


/* Title and subtitle on the same row */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

h1 {
    font-family: Anaktoria;
    font-size: 2.5em;
    letter-spacing: 5px;
    color: #131212;
    margin: 0;
    text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #131212;
}
.style1 {
	color: #5b4a3b;
}

.subtitle {
    font-family: 'Georgia', serif;
    font-size: 18px;
    color: #131212;
}

/* First section */
.section-one {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
}

.section-one img {
    width: 45%;
    margin-right: 20px;
    border-radius: 10px;
}

.section-one .text-section {
    width: 60%;
    padding-top: 0; /* Align text to image */
}

.text-section .highlight {
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
	color: #6C5B4C;
}

ul {
	font-size: 14px;
	line-height: 1.6;
	color: #6C5B4C;
}

.text-section p {
	font-size: 14px;
	line-height: 1.6;
	color: #4c330e;
}

/* Second section */
.section-two {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20%;
    text-align:justify;
}

.section-two img {
    width: 30%;
    margin-right: 20px;
    border-radius: 10px;
}

.section-two .text-section {
    width: 75%;
    padding-top: 0; /* Align text to image */
    text-align:justify;
}

/* Buttons aligned below the image in section two */
.tarocchi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
}

.tarocchi-list button {
    background-color: #4c330e;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:bold;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    width:200px; 
}

.tarocchi-list button span {
    font-weight: bold;
    margin-right: 10px;
}

.tarocchi-list button:hover {
    background-color: #4f4337;
}

hr {
    border: 2px solid #6C5B4C;
    margin: 20px 20px;
}
.footer {
  background-color: #000; /* Sfondo nero */
  color: #fff; /* Testo bianco */
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1; /* Ogni colonna prende lo stesso spazio */
  margin: 0 10px;
}

.footer-column due {
  flex: 1; /* Ogni colonna prende lo stesso spazio */
  flex-direction:column;
  margin: 0 10px;
  padding-left:50px:
}


.footer-column h3 {
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  color: #f0f0f0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ff9800; /* Cambia colore al passaggio del mouse */
}

.footer-column p {
	font-size:12px;
	color:#f0f0f0;
}	


/* Responsive Design */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
    
    .hidden{
    display: none;
    padding-top:80px;
    padding-bottom: 80px;}
    
    .hidden1{
    display:block;
    padding-top:0px;
    padding-bottom:0px;}


	.hidden2{
    display: none;
    padding-top:80px;
    padding-bottom: 80px;}
    
    .hidden3{
    display: none;
	position:relative;
    padding-top:14%;
    padding-bottom: 10%;}

.image-container {
    display: flex;
    justify-content: center; /* Centra le immagini orizzontalmente */
    gap: 10px; /* Spazio tra le immagini */
}

.image-container img {
    max-width: 100%; /* Assicura che le immagini non superino la larghezza del contenitore */
    height: auto; /* Mantiene le proporzioni delle immagini */
}

.image-container2 {
    display: flex;
    justify-content: center; /* Centra le immagini orizzontalmente */
    gap: 10px; /* Spazio tra le immagini */
}

.image-container2 img {
    max-width: 100%; /* Assicura che le immagini non superino la larghezza del contenitore */
    height: auto; /* Mantiene le proporzioni delle immagini */
}



    .subtitle {
        font-size: 16px;
        text-align: center;
    }

    .header {
        flex-direction: column;
        align-items: center;
    }

    .section-two {
        flex-direction: column;
        align-items: center;
        padding-left: 7%;
        padding-right: 4%;
    }

    .section-one {
        flex-direction: column;
        align-items: center;
    }

    .section-two .text-section {
        width: 100%;
    }

    .section-two img {
        width: 100%;
    }

    .section-one .text-section {
        width: 100%;
    }

    .section-one img {
        width: 100%;
    }

    .tarocchi-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        justify-content: center;
    }

    .tarocchi-list button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }
.content2 {
        flex-direction: column; /* Stack vertically on mobile */
    }

.footer-container {
    flex-direction: column; /* Cambia il layout in colonna */
    align-items: center; /* Allinea gli elementi al centro */
  }

  .footer-column {
    margin-bottom: 20px; /* Aggiungi spazio tra le colonne */
    text-align: center; /* Centra il contenuto */
    position:relative;
  }

  .footer-column:last-child {
    margin-bottom: 0; /* Rimuovi margine dall'ultima colonna */
  }
  


}

    
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
    }

    .section-two {
        margin: 20px 0;
    }

    .section-one {
        margin: 20px 0;
    }

    .tarocchi-list {
        grid-template-columns: 1fr;
    }

    .tarocchi-list button {
        width: 100%;
        padding: 15px;
    }

.mobile {
	width:auto;
	height:auto;

    
}



    p {
        font-size: 14px;
    }
    /* Media Queries per mobile */

    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

.content2 {
        flex-direction: column; /* Stack vertically on mobile */
    }


}

