html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cormorant Garamond";
  color: #282828;
  margin: 0;
}

li {
  font-size: 18pt;
  margin-left: 1em;
  list-style-type: none;
}

li a {
  text-decoration: none;
  color: #282828;
}

.center {
  margin: auto;
  width: 50%;
  text-align: center;
}

.section {
  margin: auto;
  width: 100%;
  text-align: center;
  font-size:calc(10px + 1.2vw);
}

#CLheader {
  font-size:calc(20px + 1.5vw);
  padding-top:0.5em;
}

/* #when {
  font-size:4vw;   
}
#ora {
  font-size:3vw;
} */


.lato {
  font-size: 3.5vw;
  border-top: 1px solid rgb(178,158,132);
  border-bottom: 1px solid rgb(178,158,132);
  padding: 1vw;

}
#month {
  font-size: 4vw;
}
#day {
  font-size: 6vw;
  padding: 3vw;
}
#year {
  font-size: 6vw;
  padding: 3vw;
}

#stefanoEGiulia {
  font-family: 'Great vibes', serif;  

  height: calc(100vh - 40px);
  font-size:calc(20px + 6vw);   
  background-image: url("../img/castle.png");
  background-repeat: no-repeat;
  padding-top: 0vh;
  background-size: 100% auto; /* calc(100vh - 40px); */
  border: 2px solid rgb(178,158,132);
  background-position: center; /* Centers the image */

  background-size: cover; /* Ensures the image covers the container */

}

#stefanoEGiuliaInner {
  padding-top: 10vh;
  padding-bottom: 0vh;
  transition: font-size 1s;
}

#stefanoEGiuliaInner:hover {
  font-size:calc(20px + 7vw);   
}


#timer {
  font-size:calc(10px + 1.2vw);
}

#viaggio {
  background-image: url("../img/roch.png");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 1), -4px -4px 12px rgba(0, 0, 0, 1); /* Ombra più intensa e con direzione opposta */

}

#viaggioInner {
  background-color: rgba(0,0,0,0.0);
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.otherFont {
  font-family: "Cormorant Garamond";
}

#conferma {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

#conferma input, #conferma textarea  {
  width: 40vw;
  border: 0px solid white; 
  border-bottom: 1px solid #282828; 
  font-family: "Cormorant Garamond";
  font-size:calc(10px + 0.5vw);
  padding: 7px;
}

#conferma input {
  height: 30px;
  transition: background-color 0.5s;
}
textarea  {
  height: 100px;
  resize: none;
  transition: background-color 0.5s;
}

#conferma input:hover, #conferma textarea:hover {
  /* background-color: rgba(253, 235, 252,1); */
  /* color: #FF5733; */
}
 
  textarea:focus, input:focus{
   outline: none;
  }

#invia:hover {
  background-color: rgba(255,255,255,1);  
}

#colibri {
  height: 100px;
  width: 100px;
  
  position: relative;  
}
#doveequando:hover #colibri{
  animation: colib 2s ease-in-out;
}
#trip_pre, #trip_post {
  font-size:calc(10px + 5vw);
  margin: 0 !important;
  font-family: "Tangerine", cursive;

}
#trip_main {

  font-size:calc(10px + 13vw);
  
  margin-top: 3vh;
  margin-bottom: -1vh;
  font-family: 'Great vibes', serif;
  font-family: "Tangerine", cursive;

}

@keyframes colib{
  0%{
    transform:rotate(0deg)
              translate(0px)
              rotate(0deg);
  
  }
  50%{
    transform:rotate(360deg)
              translate(-15px)
              rotate(-360deg);
  }

}

div#formContattaci {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

label {
  font-weight: bold;
  margin-top: 20px;
}

input, textarea {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 500px;
  resize: none;
  font-family: Arial;
}

#invia, button[type=submit] {
  padding: 10px;
  cursor: pointer;
  font-size:calc(10px + 0.5vw);
  border-radius: 5px;
  border: 2px solid rgb(178,158,132);
  color: rgb(178,158,132);
  background-color: transparent;
  font-family: sans-serif;
  width: 10vw;
  transition: background-color 0.5s;
}

button[type=submit]:hover {
  background-color: rgba(255, 255, 255,1);
}

#menuMobile {
  display: none;
}

#fiore {
  margin-top: -40vw;
  margin-left: -60vh;
  width: 10vw;
}


#fotos img {
  /* background-color: rgba(247,182,234,0.2);; */
  /* border: 1px solid gray; */
}

#innerBody {
  /* background-image: url("../img/sfondo4-min.png"); */
  background-size: cover;
  z-index: -10;
}
#innerInnerBody {
  /* background-color: rgba(255,255,255,0.5); */
  background-color: rgb(245,243,238);

  /* padding-top: 6vh; */
  padding-bottom: 14vh;
  z-index: -10;
}

#data1Container {
  display: flex !important;
  flex-direction: row;
}


#accommodation, #programme_text {
  width: 90vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

.squiggly-border {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px; /* Optional rounded corners */
  clip-path: polygon(
    0% 10%, 10% 0%, 20% 10%, 30% 0%, 40% 10%, 50% 0%,
    60% 10%, 70% 0%, 80% 10%, 90% 0%, 100% 10%,
    100% 90%, 90% 100%, 80% 90%, 70% 100%, 60% 90%,
    50% 100%, 40% 90%, 30% 100%, 20% 90%, 10% 100%, 0% 90%
  );
}


.rounded-corners {
  border-radius: 15px; /* Adjust the value for more or less rounding */
}


#whatsapp {
    margin-top: 50px;
}
.cormorant {
  font-family: "Cormorant Garamond"
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

/* CAPTION */
.carousel-slide {
  position: relative;
  display: inline-block; /* Ensures the container wraps tightly around the image */
  text-align: center;
}

#caption {
  margin-bottom: 3vh
}
















/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 10px solid #888;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  
  border-image: url('../img/castle.png') 30 stretch;


}

/* Close Button */
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -15px;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
}

/* Dropdowns and Labels */
.modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0; /* Adds space between elements */
  justify-content: space-between;
}




