@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c528f;
       
  }

p {
    margin-top: 0;
    margin-bottom: 0;
}

table {
    
        border-collapse: separate !important;
}

table fixed {
    
        border-collapse: separate !important;
}

  .logo-home {
    margin: 2rem auto;
    height: 40px;
    display: block;
    width: 100%;
    background-image: url('../img/logo-napp.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .brand-logo {
    margin: 2rem auto;
    height: 40px;
    display: block;
    width: 100%;
    background-image: url('../img/logo-napp.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }


  .h2-home{
      display: block;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 25px;
      color: #FFFFFF;
      opacity: 1;
      padding: 1rem 2rem;
  }
  
  .button-home{
      width: 50%;
      background-color: #FFFFFF;
      color: #5C4DB1;
      font-family: 'Montserrat', sans-serif;
      font-size: 25px;
      font-weight: bold;
      position: fixed;
      bottom: 0;
      right: 0;
      border-top-left-radius: 50px;
      text-align: center;
      text-decoration: none;
      padding: 2rem 0;
  }

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;

}
  
  .bkg-home {
      margin: 1rem auto;
      height: 250px;
      display: block;
      width: 100%;
      background-image: url('../img/bkg-home.png');
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
    }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media screen and (max-width: 1280px) {
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;

}
  .bkg-home {
    margin: 1rem auto;
    height: 250px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media screen and (max-width: 1024px) {
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;

}
  .bkg-home {
    margin: 1rem auto;
    height: 250px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;

}
  .bkg-home {
    margin: 1rem auto;
    height: 250px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media screen and (max-width: 767px) {
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;

}
  .bkg-home {
    margin: 1rem auto;
    height: 250px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media screen and (max-width: 480px), (min-height: 700px) and (max-height: 812px){
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 0;


  }
  .bkg-home {
    margin: 1rem auto;
    height: 350px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}

@media screen and (max-width: 480px), (max-height: 640px){
  
  .h1-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px !important;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 2rem;
    line-height: 1;
}

  .h2-home{
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    color: #FFFFFF;
    opacity: 1;
    padding: 1rem 2rem;
  }
  .bkg-home {
    margin: 1rem auto;
    height: 200px;
    display: block;
    width: 100%;
    background-image: url('../img/bkg-home.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}

/* aggiunto da mimmo */

.h1-sign{
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  color: #FFFFFF;
  opacity: 1;
  padding: 0 2rem;
  line-height: 1;
}

.h2-sign{
  display: block;
  text-align: center;
  font-family: 'Montserrat Light', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #F2F5E9;
  letter-spacing: 0;
  opacity: 1;
  padding: 0 2rem;
}

.h3-home{
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 1;
  padding: 0 2rem;
  /*line-height: 80%;*/
}

.button-home{
  width: 50%;
  background-color: #FFFFFF;
  color: #5C4DB1;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 2rem 0;
}
.form-signin{
  display: block;
  text-align: -webkit-center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  opacity: 1;
  padding: 1rem 2rem;
}
.buttonLogin {
  width: 70% !important;
  height: 40px !important;
  font: Bold 30px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #FFFFFF !important;
  background: #9b1d1a 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border-width: 0 !important;
  border: none !important;
  cursor: pointer;
}
.inputTextLogin {
  width: 80% !important;
  height: 10px !important;
  background: #FFFFFF 0 0 no-repeat padding-box !important;
  box-shadow: 0 3px 6px #0000004D !important;
  padding: 1rem 2rem !important;
  margin-bottom: 12px !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  color: #C7C7C7 !important;
  opacity: 1;
  border-width:0 !important;
  border:none !important;
  border-radius: 33px !important;
}


.switch-toggle {
  width: 10em;
}

.switch-toggle label:not(.disabled) {
  cursor: pointer;
}

.home-row1 {
  margin-top: 40px;
  text-align: center;
  font: 12px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #2c528f 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  opacity: 1 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-width: 0 !important;
  color: white;
  padding: 0;
}

.home-row2 {

  background-color: #FAFAFA ;
  /*background-image: url('../img/illustrazione.png');*/
  background-repeat: no-repeat;
  background-position: center bottom 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-size: 60% !important;
  text-align: center;
}

.healt {

  background-color: #FAFAFA ;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.healt p{
  font-size: larger;
  color: #5c4db1;
}
.healt h1{
  font-size: large;
  color: #5c4db1;
}

.product-row2 {

  background-color: #FAFAFA ;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.product-row2 .titolo_categoria{
  color: #5C4DB1;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.47px;
  opacity: 1;
  text-transform: uppercase;
}

.product-row2 .nome{
  color: #818194;
  font-size: 18px;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
}

.product-row2 .prezzo{
  color: #818194;
  font-size: 18px;
  letter-spacing: 0px;
  opacity: 1;
  text-align: right;
}

.product-row2 .descrizione{
  color: #818194;
  font-size: 14px;
  letter-spacing: 0.05px;
  opacity: 1;
  font-weight: lighter;
  text-align: justify;
}

.reserve-row1 {
  text-align: center;
  font: 12px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #5C4DB1 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  opacity: 1 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-width: 0 !important;
  color: white;
  padding: 0;
}
.serv_new-row1 {
  margin-top: 40px;
  text-align: center;
  font: 12px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #5C4DB1 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  opacity: 1 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-width: 0 !important;
  color: white;
  padding: 0;
}

.sel-serv{
  font: Bold 13px/38px Montserrat !important;
}
.sel-serv::first-letter{
  text-transform: uppercase;
}

.sel-serv-sub{
  margin-top: -10px;
  color: #C7C7C7 !important;
}

.imgresponsive {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.center {
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.reserve-row2 {
  top: 335px;
  left: 0;
  height: 1019px;
  background-color: #FAFAFA ;
  background-image: url('../img/freccia.png');
  background-repeat: no-repeat;
  background-position: center top -2px;
  background-size: 32%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  overflow: scroll;
  margin-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reserve-row2::-webkit-scrollbar {
  display: none;
}


.button-red {
  width: 70% !important;
  height: 60px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: #FF0000 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border-width: 0 !important;
  border: none !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button-blu {
  width: 70% !important;
  height: 60px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: #2c528f 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border-width: 0 !important;
  border: none !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button-blu:active {
  background: #9b1d1a 0 0 no-repeat padding-box !important;
  color: white !important;
  border: 2px solid #9b1d1a !important;
}

.button-viola {
  width: 70% !important;
  height: 60px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: #9b1d1a 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border-width: 0 !important;
  border: none !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button-viola:active {
  background: #FFF 0 0 no-repeat padding-box !important;
  color: #5C4DB1 !important;
  border: 2px solid #9b1d1a !important;
}

.button-viola_active {
  background: #FFF 0 0 no-repeat padding-box !important;
  color: #5C4DB1 !important;
  border: 2px solid #9b1d1a !important;
}

.resadd-button-viola {
  width: 70% !important;
  height: 40px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: #5C4DB1 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border: 2px solid white !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.resadd-button-viola-active {
  width: 70% !important;
  height: 40px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #5C4DB1 !important;
  background: white 0 0 no-repeat padding-box !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border: 2px solid white !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
/* datepicker*/

.ui-datepicker .ui-widget-content, .ui-datepicker-title, .ui-datepicker-calendar, .ui-datepicker-header, .ui-widget-content, .ui-widget.ui-widget-content, .ui-state-default, .ui-widget-header {
  background: #5C4DB1 !important;
  color: white !important;
  border: 0 solid #5c4db1 !important;
}

.ui-state-highligh,.ui-state-active {
  border: 0 solid #9b1d1a !important;
  background: #9b1d1a !important;
  color: white !important;

}

.ui-datepicker-calendar tr {
  border-bottom: none;
}



/*moment calendar */

table th {
  text-align: center;
    text-transform: uppercase;
}

    

.today {
  background:#ffff33;
}
/* different color for weekend  */
.mid {
  background: lightblue;
}

.start {
  background: -webkit-linear-gradient(90deg, white 50%, lightblue 51%);
  background: linear-gradient(90deg, white 50%, lightblue 51%);
}

.end {
  background: -webkit-linear-gradient(90deg, lightblue 50%, white 51%);
  background: linear-gradient(90deg, lightblue 50%, white 51%);
}

.start.end {
  background: -webkit-linear-gradient(90deg, lightblue 50%, lightblue 51%);
  background: linear-gradient(90deg, lightblue 50%, lightblue 51%);
}

.cerchio {

  width: 60px;
  height: 60px;
  /*
  background: #FFBF67 0 0 no-repeat padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  */
  background-image: url("/img/bg_th.png");
  background-repeat:no-repeat;
  background-position: center center;
  background-position: center;
}

.carda-hour {
  /*text-align: left !important;*/
  font: Bold 16px Montserrat !important;
  color: #000000 !important;
}

.reservations-data-current {
  text-align: right; 
  margin: 30px 5px;
}

.sett-mese {
  margin-top:2px; font-size:15px;
}
.footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #9b1d1a !important;
  text-align: center;
  font: Bold 16px Montserrat;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}


.footer-btn {
  background-color: #9b1d1a;
  border: 1px solid #9b1d1a;
  color: white;
  font: Bold 16px Montserrat;
  letter-spacing: 2px;  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.footer-btn a {
  color: white;
}

.footer-btn-back {
  background-color: #9b1d1a;
  border: 1px solid #9b1d1a;
  color: white;
  font: Bold 16px Montserrat;
  letter-spacing: 2px;  padding: 15px;
  text-transform: uppercase;
  width: 50%;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer-btn-back a {
  color: white;
}

.footer-btn-next {
  background-color: #268d12;
  border: 1px solid #268d12;
  color: white;
  font: Bold 16px Montserrat;
  letter-spacing: 2px;  padding: 15px;
  text-transform: uppercase;
  width: 50%;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
}

.footer-btn-next a {
  color: white;
}

.event-clock {
  background-color: #5C4DB1;
  width: fit-content;
  color: white;
  float: right;
  clear: right;
  margin: -20px -20px 10px 0;
  padding: 4px 4px 4px 10px;
  border-radius: 0 2px 0 10px;
}

.event-clock-img{
  vertical-align: text-bottom;
  padding-right: 5px;
}

.event-title {
  text-align: left;
  font: Bold 20px Montserrat !important;
  letter-spacing: 0;color: #5C4DB1;
  margin-bottom: 5px;
  display: block;
  clear: both;
  text-transform: capitalize;
}

.event-con {
  margin-bottom: 5px;
}

.resadd-band1 {
  -webkit-text-stroke: 1px white;
  text-align: center;
  height: 40px !important;
  font: Bold 23px/38px Montserrat !important;

  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width:70%;
  color: #5C4DB1;

}

.resadd-band2 {
  text-align: center;
  height: 40px !important;
  font: Bold 13px/38px Montserrat !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 33px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  border: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background: white;
  /*width: 70%;*/
  position: relative;

}
.resadd-band2:after {
  content: '\A';
  position: absolute;
  background: #9b1d1a;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  border-radius: 33px 0 0 33px !important;
}


/* dal css del pakistano */

.form-btn{
  width: 100%;
  margin: auto;
  display: block;
  height: 1450px;
  background-color: #fafafa;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.form-btn p{
  background-color: transparent;
  width: 70%;
  margin: auto;
  display: block;
}
.main-heading{
  font-family: Nirmala UI, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #404040;
  padding-top: 30px;
  text-align: left;
  padding-left: 5%;
}
.heading2{
  font-family: Nirmala UI, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #404040;
  text-align: left;
  padding-left: 23%;
}
.heading3{
  font-family: Nirmala UI, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #404040;
  text-align: left;
  padding-left: 13%;
}
.main-content{
  /*background-color: #ffffff;*/
  background-color: #ffffff;
  height: 1200px;
  width: 100%;
  margin: auto;
  display: block;
}
.part1{
  height: 150px;
  width: 100%;
  background-color: #ffffff;
}
.part1-div{
  background-color: #ffffff;
  height: 150px;
  width: 70%;
  margin: auto;
  display: block;
  margin-top: 2px;
  border-bottom: 2px solid #f1f1f1;
}
.icon{
  width: 20%;
  background-color: #ffffff;
  height: 150px;
  float: left;
}
.icon img{
  width: 60%;
  height: 100px;
  margin-left: 18%;
  margin-top: 5%;
}
.icon-main-heading{
  width: 45%;
  background-color: #ffffff;
  height: 150px;
  float: left;
}
.icon-main-heading p{
  color: #5c4db1;
  font-family: Nirmala UI, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  padding-left: 3%;
  margin-top: 10%;

}
.icon-heading2{
  background-color: #ffffff;
  width: 17%;
  height: 150px;
  float: right;
}
.icon-heading2 img{
  width: 28%;
  border-radius: 50%;
  float: right;
  margin-top: 28%;
  margin-right: 20%;
}
.icon-heading3{
  background-color: #ffffff;
  width: 17%;
  height: 150px;
  float: right;
}
.icon-heading3 img{
  width: 28%;
  border-radius: 50%;
  float: right;
  margin-top: 28%;
  margin-right: 40%;
}

.progress{
  position: absolute;
  top:0;
  z-index: 10;

}

.logo_property{
  padding: 10px !important;
  background-color: #FFF;
  border-radius: 15px;
  max-width: 40% !important;
}

/* alert */

.alert {
  padding: 20px;
  background-color: #ff9800; /* Red */
  color: white;
  margin: 15px 15px 15px 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
} 

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
.logo-hotel {
  max-width: 40%;
}

.fixed-action-btn{
  bottom: 0;
  top: 75px;
}

.mobile-fab-tip {
  position: fixed;
  right: 85px;
  padding:0px 0.5rem;
  text-align: right;
  /*background-color: #323232;*/
  background-color: rgba(155, 29, 26, 1);
  /*background: transparent;*/
  border-radius: 2px;
  color: #FFF;
  width:auto;
}

@media print{
  .noprint{
    display:none;
  }
}
