		* {
			box-sizing: border-box;
		}
		
		body, html {
			margin: 0;
			padding: 0;
			display: flex;
            flex-direction: column;
            min-height: 100vh;
		}
		
		.body-base{
			width: 100%;
			height: 1940px;
		}
		
		.header{
			position: fixed;
			background-color: transparent;
			top: 0;
            left: 0;
			width: 100%;
			height:  80px;
            box-shadow: none;
            transition: background-color 0.3s, box-shadow 0.5s;
			z-index: 1000;
		}
		
		.header.scrolled{
            background-color: #434a3b;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
        }
		
		.header:hover{
			background-color: #434a3b;
		}
		
		 .msghead {
             background: mistyrose;
             padding: 20px;
             text-align: center;
            font-family: system-ui;
            FONT-WEIGHT: BOLD;
            font-size: 20px;
             margin: 0 auto !important;
        }
        
        .logo {
            background: #ffffff;
            padding: 5px;
            text-align: center;
            font-family: system-ui;
            FONT-WEIGHT: BOLD;
        }
        
        .menu {
             background: #ffffff;
             padding: 10px;
            text-align: center;
             font-family: math;
             BORDER-TOP: 2PX SOLID MISTYROSE;
             LINE-HEIGHT: 1.8;
             LETTER-SPACING: 2PX;
             border-bottom: 2px solid mistyrose;
        }
        
        .menu a {
            color: black;
    text-decoration: none;
        }
        
		
		.image1 img{
            max-width: 300px;
            max-height: 300px;
			position: absolute;
			display: flex;
			padding: 5px;
			margin-left: 40%;
        }
		
		.menu-container{
			background-color: transparent;
			position: absolute;
            display: inline-block;
			padding: 25px;
			display: flex;
			top: 0;
			right: 0;
		}
		
		.menu-button {
            cursor: pointer;
			width: 25px;
			height: 25px;
        }
		
		.bottone {
			color: white;
		}
		
		.dropdown-content {
            display: none;
            position: absolute;
            bottom: 1;
            right: 0;
            background-color: #434a3b;
			opacity: 1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
            z-index: 1;
			border-bottom-right-radius: 15px;
			border-bottom-left-radius: 15px;
        }
		
		.dropdown-content button {
            width: 100%;
            padding: 12px 16px;
            border: none;
            background-color: #434a3b;
			border-bottom: 2px solid #545c4a;
            cursor: pointer;
            text-align: left;
        }
		
		.dropdown-content button:hover {
            background-color: #545c4a;
        }
		
		.apertura{
			background-size: cover;
			background-position: center;
            transition: background-image 2.5s ease-in-out;
			position: relative;
			background-attachment: fixed;
			width: 85%;
			padding-top: 80px;
			height: 700px;
			display: flex;
			margin: 0 auto;
		}
		
		.video-hero {
  position: relative;
  width: 100%;
  height: 104vh;
  overflow: hidden;
  margin-top:260px;
}

.video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
		
		.bomboniere{
				position: relative;
            height: auto;
            background-color: #ffffff;
            color: white;
            justify-content: center;
            z-index: 1;
            padding: 20px;
            text-align: center;
            margin-top: 200px;
		}
		
		.apertura-content {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
		
		.presentazione{
			position: relative;
            z-index: 1;
            background-color: #ffffff;
			display: flex;
            justify-content: center;
			align-items: flex-start;
            padding: 50px 110px;
			width: 100%;
			height: 400px;
			
		}
		
		.content{
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateY(200px);
            transition: all 1s ease-in-out;
			gap: 20px;
        }
		
		.image img{
            max-width: 320px;
            max-height: 320px;
            object-fit: cover;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
        }
		
		.divider{
            width: 1px;
            height: 300px;
            background-color: black;
            margin: 0 100px;
        }
		
		.content.visible {
            opacity: 1;
            transform: translateY(0);
        }
		
		.cosavendiamo1{
			position: relative;
            height: 300px;
            background-color: #ffffff;
            color: white;
            justify-content: center;
            z-index: 1;
            padding: 20px;
            text-align: center;
        }
		
		.cosavendiamo2{
			position: relative;
            height: 400px;
            background: #ffffff;
            color: white;
            display: flex;
            justify-content: center;
			flex-direction: column;
			text-align: center;
			align-items: center;
            z-index: 1;
            margin-bottom:100px;
        }
        
        .bomboniere-gallery{
			position: relative;
            height: auto;
            background: #ffffff;
            color: white;
            display: flex;
            justify-content: center;
			flex-direction: column;
			text-align: center;
			align-items: center;
            z-index: 1;
            margin-bottom:100px;
            border-bottom: 2px solid mistyrose;
        }
        
        
        form {
    font-family: sans-serif;
    background-color: #fffaf5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }

  form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #b36b6b;
  }

  form input, form select, form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  form button {
    background-color: #b36b6b;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: auto;
  }

  form button:hover {
    background-color: #944f4f;
  }

  form label {
    font-weight: bold;
    display: block;
    color: black;
    text-align: left;
  }
  
  .privacy-policy {
    width: 100%;
    height: auto;
    margin-top: 200px;
}
        
        .feedback{
			position: relative;
            height: auto;
            background: #ffffff;
            color: white;
            display: flex;
            justify-content: center;
			flex-direction: column;
			text-align: center;
			align-items: center;
            z-index: 1;
            margin-bottom:100px;
            background-color: mistyrose;
        }
		
		.footer{
			position: relative;
            height: 300px;
			width: 100%;
			margin-top: 0px;
            background-color: #ffe4e1!important; 
            color: black!important;
            display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			padding: 32px;
            z-index: 1;
			
		}
		
		h1{
			color: white;
			font-size: 30px;
			font-family: 'Lucida Calligraphy';
			text-align: center;
			align-items: center;
			justify-content: center;
		}
		
		h2{
			color: #eb018c;
			margin-top: 0px;
			font-size: 40px;
			font-family: 'Lucida Calligraphy';
			text-align: center;
		}
		
		
		p4{
			color: black;
			font-size: 19px;
			margin: 5px 0;
			font-family: 'Lucida Calligraphy';
		}
		
		h4{
			color: #eb018c;
			font-size: 40px;
			font-family: 'Lucida Calligraphy';
			margin-top: 30px;
			text-align: center;
		}
		
		h5{
			color: black;
			font-size: 30px;
			font-family: 'Lucida Calligraphy';
			text-align: center;
		}
		
		p{
			color: white;
			font-size: 20px;
			position: left;
			position: top;
		}
		
		p1{
			font-size: 18px;
			font-family: 'math';
			color: black;
			margin-left: 10px;
			text-align: center;
		}
		
		p2{
			font-size: 18px;
			font-family: 'Lmath';
			color: black;
			margin-left: 10px;
			text-align: center;
		}
		
		p3{
			font-size: 15px;
			font-family: 'Lucida Calligraphy';
			color: black;
			text-align: center;
			margin-top: -40px;
		}
		
		.sottotitolo {
			color: black;
			font-size: 17px;
			font-family: 'Lucida Calligraphy';
			text-align: center;
			margin-top: -80px;
			margin-bottom: 0px;
		}
		
		.photo-container {
            display: flex;
			flex-direction: row;
            justify-content: center;
            gap: 50px;
			margin-top: 50px;
			position: relative;
			width: 100%;
        }
        
        .photo-container3 {
            display: flex;
			flex-direction: row;
            justify-content: center;
            gap: 50px;
			
			position: relative;
			width: 100%;
        }
        
         

        .photo {
            position: relative;
            width: 380px;
            height: 380px;
            overflow: hidden;
            transition: background-color 0.3s ease;
        }
        
        .photo3 {
            position: relative;
            width: 100%;
            height: auto;
        }
        
        .photobomb {
            position: relative;
            width: 100%;
            height: auto;
        }

        .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s ease;
        }
        
        .photo3 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .photobomb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
			flex-direction: column;
            align-items: center;
            background-color: white;
            color: black;
            font-size: 16px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .photo:hover img {
            opacity: 0.5;
        }

        .photo:hover .overlay {
            opacity: 0.75;
        }
		
		.container {
            display: flex;
            align-items: center;
            background-color: #ffd700;
			padding: 20px;
            box-sizing: border-box;
        }
		
		.container img {
			display: flex;
            width: 700px; 
            height: auto;
            margin-right: 20px;
        }
        
        .contattaci{
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        padding:20px;
        margin-top: 149px;
        
        }
        
        .pacchetti-matrimonio{
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding:20px;
        
        
        }
		
		@keyframes scrollText {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-100px);
                opacity: 0;
            }
        }
        
        
        
    
		
		@media (max-width: 768px) {
			.header {
				height: 60px;
			}

			.menu-container {
				padding: 15px;
			}

			.content {
				flex-direction: column;
			}

			.centered-text {
				font-size: 30px;
			}

			h2 {
				font-size: 30px;
				font-family: 'Lucida Calligraphy';
				text-align: center;
				align-items: center;
				justify-content: center;
			}
			
			.bomboniere{
				position: relative;
            height: auto;
            background-color: #ffffff;
            color: white;
            justify-content: center;
            z-index: 1;
            padding: 20px;
            text-align: center;
            margin-top: 230px;
		}

			.presentazione {
				border: 2px solid transparent;
				height: auto;
				min-height: 100px;
			}

			.content {
				opacity: 1;
				transform: none;
			}

			.photo-container {
				flex-direction: column;
				gap: 30px !important;
			}
			
			.photo-container3 {
				flex-direction: column;
				gap: 30px !important;
			}

			.photo {
				width: 150px !important;
				height: 150px !important;
				margin: 0 auto !important;
			}
			
			.photo3 {
				width: 150px !important;
				height: 150px !important;
				margin: 0 auto !important;
			}
			
			.image1 img{
				width: 120px !important;
				height: 60px !important;
				margin-left: 40% !important;
			}

			.overlay {
				font-size: 16px;
			}

			.divider {
				display: none;
			}

			.cosavendiamo1 {
				position: relative;
				height: 700px;
				background-color: #ffffff;
				color: white;
				justify-content: center;
				z-index: 1;
				
			}

			.cosavendiamo2 {
				position: relative;
				height: 530px;
				background: #ffffff;
				color: white;
				display: flex;
				justify-content: center;
				flex-direction: column;
				text-align: center;
				align-items: center;
				z-index: 1;
				margin-top:300px;
				margin-bottom:420px;
			}
			
			.bomboniere-gallery{
			position: relative;
            height: auto;
            background: #ffffff;
            color: white;
            display: flex;
            justify-content: center;
			flex-direction: column;
			text-align: center;
			align-items: center;
            z-index: 1;
            margin-bottom:100px;
            border-bottom: 2px solid mistyrose;
        }
			
			
			.feedback {
				position: relative;
				height: auto;
				background: #ffffff;
				color: white;
				display: flex;
				justify-content: center;
				flex-direction: column;
				text-align: center;
				align-items: center;
				z-index: 1;
				
			}
		}

		@media (max-width: 430px) {
			.photo {
				width: 380px !important;
				height: 380px !important;
				margin: 0 auto !important;
			}
			
			.photo3 {
				width: 380px !important;
				height: 380px !important;
				margin: 0 auto !important;
			}
			
			.image1 img{
				width: 120px !important;
				height: 60px !important;
				margin-left: 40% !important;
			}

			.divider {
				display: none;
			}
			
			.footer{
				height: auto;
			}
			
			.h1{
				color: white;
				font-size: 100px;
				font-family: 'Lucida Calligraphy';
				text-align: center;
				align-items: center;
				justify-content: center;
			}
			
			.sottotitolo {
				color: black;
				font-size: 17px;
				font-family: 'Lucida Calligraphy';
				text-align: center;
				margin-top: -20px;
				margin-bottom: 0px;
			}
			
			
		}