@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary-color: #f8e9f8;
  --secondary-color: #f8e9f8;
  --color-number: #ff0077;
  --color-text: #f8e9f8;
}
.padding-main {
  padding: 20px;
}

.color-red {
  color: var(--color-number);
  font-weight: bold;
}
.en-it{
  font-weight: 400;
  color: var(--color-number);
  font-size: 25px;
  text-decoration: none !important;
  cursor: pointer;
}
.en-it:hover{
  color: var(--color-number);

}
.font-500 {
  font-weight: 700;
}
body {
    background: linear-gradient(30deg, #eebfd8 0%,#f5e7e7 30%, #f6d8d8 60%, #ffffff 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img.logo {
  margin-top: 25px;
  width: 450px;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  color: black;
  font-family: "Inter", sans-serif;
}
h1.h1 {
  font-size: 80px;
  font-weight: 600;
}

h2.h2 {
  font-size: 65px;
  font-weight: 600;
}

h3.h3 {
  font-size: 42px;
  line-height: 1.4;
}

h3.h3-custom {
  font-size: 52px;
  line-height: 1.4;
}

.line-height-15 {
  line-height: 1.5;
}

p.p {
  font-size: 35px;
}
.container-p {
  text-align: center;
  max-width: 70ch;
  width: 100%;
  padding: 10px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-150 {
  margin-top: 150px;
}
.h1-container {
  margin: 0 auto;
  max-width: 90ch;
  width: 100%;

  text-align: center;
}

.ul-container {
  max-width: 38ch;
  width: 100%;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  text-align: left;
  line-height: 2;
  font-weight: 600;

}



.ul-container-2 {
  max-width: 36ch;
  width: 100%;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  text-align: left;
  line-height: 2;
  font-weight: 800;
}




.ul li::marker {
  margin-right: 50px !important;
}

.circle {
  width: 130px;
  height: 130px;
  background-color: rgb(255, 157, 200);
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}

.title-container {
  max-width: 80ch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  text-align: center;
}

.h2-container {
  margin: 0 auto;
  max-width: 94ch;
  width: 100%;
  text-align: center;
}



.button-scopri {
  background-color: black;
  color: white;
  font-weight: bold;
  border-radius: 45px;
  padding: 25px 130px 25px 130px;

  font-size: 30px;
}
.gap-custom {
  gap: 100px;
}

.blur-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  overflow: hidden;
}

.blur-glow {
  position: absolute;
  width: 900px;
  height: 400px;
  background: linear-gradient(90deg, #fcbfdd, #ffdde5);
  border-radius: 40px;
  filter: blur(30px); /* il vero effetto sfocato */
  z-index: 1;
}

.blur-text {
  position: relative;
  top: 30px;
  z-index: 2;
  width: 800px;
  height: 300px;
  text-align: left;
  color: black;
  padding: 10px;
}

.content-title-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
}
.content-title-circle h1 {

    font-size:60px;
    font-weight: 700;
}


.blur-container-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  overflow: hidden;
}

.blur-glow-2 {
  position: absolute;
  width: 850px;
  height: 400px;
  background: linear-gradient(90deg, #fcbfdd, #ffdde5);
  border-radius: 40px;
  filter: blur(30px); /* il vero effetto sfocato */
  z-index: 1;
}

.blur-text-2 {
  position: relative;
  top: 50px;
  z-index: 2;
  width: 750px;
  height: 300px;
  text-align: left;
  color: black;
  padding: 10px;
}


.blur-container-3{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  overflow: hidden;
}

.blur-glow-3 {
  position: absolute;
  width: 850px;
  height: 400px;
  background: linear-gradient(90deg, #fcbfdd, #ffdde5);
  border-radius: 40px;
  filter: blur(30px); /* il vero effetto sfocato */
  z-index: 1;
}

.blur-text-3 {
  position: relative;
  top: 5px;
  z-index: 2;
  width: 750px;
  height: 300px;
  text-align: left;
  color: black;
  padding: 10PX;
}


.blur-container-4{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  overflow: hidden;
}

.blur-glow-4 {
  position: absolute;
  width: 900px;
  height: 600px;
  background: linear-gradient(90deg, #fcbfdd, #ffdde5);
  border-radius: 40px;
  filter: blur(30px); /* il vero effetto sfocato */
  z-index: 1;
}

.blur-text-4 {
  position: relative;
  top: 5px;
  z-index: 2;
  width: 800px;
  height: 500px;
  text-align: left;
  color: black;
  padding: 10PX;
}


.container-log-last-title{
  padding-bottom: 25px;
  margin-top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 100px;
  max-width: 80ch;
  text-align: center;
}

.last-title{
  font-size: 50px;
  font-weight: 800;
 
}

.title-cto{
  font-size: 57px;
  font-weight: 700;
 
}
.p-cto{
  font-size: 28px;
  font-weight: 400;
 
}
.container-cto{
  
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 50px;
  max-width: 80ch;
  text-align: center;
}

button.cto{
  background-color:black;
  color: white ;
  padding: 20px;
  width: 80%;
  border-radius: 50px;
  font-size: 30px;
  cursor: pointer;
}

button.cto:hover{
  background-color: white;
  color: black ;
  padding: 20px;
  width: 80%;
  border-radius: 50px;
  font-size: 30px;
  cursor: pointer;
}

.final{

  padding-bottom: 45px;
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  max-width: 80ch;
  text-align: center;
  font-size: 22px;

}

.final img{
  width: 200px;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {

  background: linear-gradient(30deg, #eebfd8 0%,#f5e7e7 30%, #f6d8d8 60%, #ffffff 100%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  width: 80%;
  max-width: 1200px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 

}

.modal-overlay.active .modal-content {
  transform: scale(1);
}


.form-wrapper {
  width: 100%;
  padding: 20px;
}

.my-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.my-form input {
  padding: 20PX;
  border: 1px solid #8f6cd1;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.my-form input:focus {
  box-shadow: 0 0 10px rgba(143, 108, 209, 0.5);
}

.containerButtonForm {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.send {
  flex: 1 1 45%;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: black;
  color: white;
  font-size: 26px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.send:hover {
  background-color: #333;
}


/* 1.1 – Stati iniziali per tutti gli elementi da animare 
.scroll-anim {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.9s ease-out, opacity 0.9s ease-out;
}

/* 1.2 – Se gli elementi hanno la classe .slide-in, compaiono
.scroll-anim.slide-in {
  opacity: 1;
  transform: translateX(0);
}

/* 1.3 – (Opzionale) Per fare uno slide-out quando escono dal viewport 
.scroll-anim.slide-out {
  opacity: 0;
  transform: translateX(40px);
}*/


.scroll-anim {
  opacity: 0;
  transition: opacity 1.2s ease-out; /* più lenta, solo dissolvenza */
}

.scroll-anim.fade-in {
  opacity: 1;
  transition: opacity 1.2s ease-out;
}


[data-it], [data-en] {
 
}





