/* direttive generali */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  font-family: "Moon Dance", cursive;
  font-size: 55px;
  color: #b49b82;
  font-weight: normal;
  margin-bottom: 37px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #b49b82;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.contenitore {
  width: 1140px;
  margin: 0 auto;
}

/* introduzione */
#introduction {
  position: relative;
  top: 0;
  left: 0;
}

.carosello {
  width: 100%;
  position: relative;
  height: 85vh;
  margin: 0;
  padding: 0;
}

.carosello::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.carosello img {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.introduzione {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  text-align: center;
  padding-top: 20vh;
}

.introduzione .logo_royal_party {
  margin-bottom: 35px;
  margin-top: 15px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* testata */
#testata {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

#testata .contenitore {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
#testata ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 70px 12px;
}
#testata li {
  display: inline-block;
}

/* under introduction */
#under_introduction {
  background-color: #1A1A1A;
}

#under_introduction .contenitore {
  display: flex;
  height: 15vh;
  justify-content: space-between;
  align-content: center;
  text-align: center;
  z-index: 99;
}
#under_introduction .information {
  width: 30%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#under_introduction .central {
  text-align: center;
}
#under_introduction .information p {
  margin-left: 12px;
}

/* storia */
#history .contenitore {
  text-align: center;
  padding-bottom: 80px;
}

#history .nostra_storia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#history .nostra_storia::after {
  content: "";
  width: 500px;
  height: 200px;
  position: absolute;
  background-color: rgba(238, 198, 169, 0.5);
  bottom: -70px;
  left: 0;
  z-index: -2;
}
#history .nostra_storia::before {
  content: "";
  width: 200px;
  height: 120px;
  position: absolute;
  background-color: rgba(187, 148, 116, 0.5);
  bottom: -33px;
  left: 320px;
  z-index: -1;
}
#history .section {
  width: 33%;
}
#history img {
  width: 80%;
  border-radius: 5px;
}
#history p {
  text-align: justify;
}

/* servizi */
#servizi {
  background-color: #FCF3EE;
  /* margin-top: 120px; */
}

#servizi .contenitore {
  text-align: center;
  padding: 7px 0 50px 0;
}
#servizi .row {
  display: flex;
  justify-content: space-between;
}
#servizi .types {
  width: 47%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#servizi .img_service {
  height: 225px;
  overflow: hidden;
  border-bottom: 3px solid #b49b82;
  position: relative;
}
#servizi .icona {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  background-color: #b49b82;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#servizi .text_service {
  padding: 45px;
  position: relative;
}
#servizi .text_service::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  top: 57px;
  left: 0;
  background-color: #b49b82;
}

/* proposte */
#proposte {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}

#proposte::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #b49b82;
  width: 33%;
  height: 1px;
}

#proposte .elenco_proposte {
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
}

#proposte .elenco_proposition {
  display: flex;
  justify-content: space-between;
  padding: 0 17px;
}
#proposte .elenco_proposition .colonna_prop {
  width: 19%;
  display: flex;
  flex-direction: column;
}
#proposte .elenco_proposition .colonna_prop:nth-child(even) {
  flex-direction: column-reverse;
}
#proposte .elenco_proposition .colonna_prop .box01 img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#proposte .elenco_proposition .colonna_prop .box02 img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* location */
#location iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
  margin: 30px 0 50px 0;
}

/* contatti */
#contatti {
  text-align: center;
  padding-bottom: 80px;
  position: relative;
}

#contatti .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -238px;
  left: 0;
}

#contatti h2 {
  margin: 15px 0 20px 0;
}
#contatti .contenitore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contatti .contact_information {
  width: 30%;
  text-align: left;
}
#contatti i {
  margin-right: 8px;
  color: #b49b82;
}
#contatti a{
  color: #1A1A1A;
  display: block;
  padding-bottom: 10px;
}

/* footer */
#footer {
  background-color: #b49b82;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
}

/* responsive */

@media (max-width: 767px) /*SMARTPHONE*/
{
  .contenitore{
    width: 96%;
}
h2{
  margin-bottom: 10px;
  margin-top: 20px;
}

  #testata{
    display: none;
  }
  .carosello {
    height: 80vh; 
    overflow: hidden; 
  }
  .carosello::after{
    height: 80vh;  
    background-color: rgba(0, 0, 0, 0.40);
}
  #under_introduction .contenitore{
    flex-direction: column;
    justify-content: center;
    height: 20vh;    
}
  #under_introduction .contenitore i{
    display: none;
  }
  #under_introduction .contenitore .information{
    padding-bottom: 5px;
    justify-content: justify;
  
  }
#under_introduction .information{
  width: 90%;
}
#under_introduction .information p,
#under_introduction .information a{
  margin: 0;
  font-size: 19px;
}
#history .nostra_storia{
  flex-direction: column;
}
#history .nostra_storia::before{
  display: none;
}
#history .nostra_storia::after{
  display: none;
}
#history .section{
width: 90%;
padding: 16px 0;
}
#history .contenitore{
  padding-bottom: 40px;
}
#history .section img{
width: 90%;
}
/* #servizi{
  margin-top: 70px;
} */
#servizi .row{
  flex-direction: column;
}
#servizi .types{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#servizi .types .img_service{
  height: 150px;
}
#servizi .text_service::after{
  width: 90px;
}
#proposte .elenco_proposition{
  flex-wrap: wrap;
}
#proposte .elenco_proposition .colonna_prop{
  width: 48%;
}
#proposte .elenco_proposition .colonna_prop:last-of-type{
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#proposte .elenco_proposition .colonna_prop:last-of-type .box01,
#proposte .elenco_proposition .colonna_prop:last-of-type .box02{
  width: 48%;
}
#contatti{
  padding-bottom: 40px;
}
#contatti .contenitore{
  flex-direction: column;
}
#contatti .contact_information{
  width: 90%;
  text-align: center;
  padding-top: 15px;
}
#proposte::after{
  display: none;
}


}

@media (min-width: 768px) and (max-width: 991px) /*TABLE VERTICALI E SMATPHONE GRANDI*/
{
  h3{
    font-size: 20px;
  }
  
  .contenitore{
    width: 758px;
}
  #history .nostra_storia{
    flex-direction: column;
}
#history .section{
  width: 90%;
  padding: 16px 0;
}
#history .section img{
  width: 50%;
}
#servizi .row{
  flex-direction: column;
}
#servizi .types{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#servizi .types .img_service:last-of-type img{
  width: 100%;
}
#proposte .elenco_proposition{
  flex-wrap: wrap;
}
#proposte .elenco_proposition .colonna_prop{
  width: 48%;
}
#proposte .elenco_proposition .colonna_prop:last-of-type{
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#proposte .elenco_proposition .colonna_prop:last-of-type .box01,
#proposte .elenco_proposition .colonna_prop:last-of-type .box02{
  width: 48%;
}
}

@media (min-width: 992px) and (max-width: 1199px) /*TABLET ORIZZONTALI E SCHERMI PICCOLI*/
{
  .contenitore{
    width: 960px;
}
  #servizi .text_service::after{
    width: 150px;
  }
}

@media (min-width: 1200px) /*SCHERMI GRANDI*/
{

}

/* bubble tea inserzione */

@media(max-width: 991px){
 #promozione{
  /* margin-top: 80px; */
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
  background-image: url(../image/bubble-tea.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
  position: relative;
 }
 #promozione h2{
   margin-bottom: 0;
 }
 
 #promozione h2, #promozione p{
   position: relative;
   z-index: 1;
   color: #fff;
 }
 
 #promozione::after{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.4);
 }
  
}

@media(min-width: 992px){
  #promozione{
   margin-top: 80px;
   padding-top: 100px;
   padding-bottom: 200px;
   text-align: center;
   background-image: url(../image/bubble-tea.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   position: relative;
  }
  #promozione h2{
    margin-bottom: 0;
  }
  
  #promozione h2, #promozione p{
    position: relative;
    z-index: 1;
    color: #fff;
  }
  
  #promozione::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
  }
}


