/**** Google Fonts ***/

@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/char/great-vibes/GreatVibes-Regular.woff2') format('woff2'),
        url('../fonts/char/great-vibes/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('../fonts/char/spectral/Spectral-Regular.woff2') format('woff2'),
        url('../fonts/char/spectral/Spectral-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('../fonts/char/spectral/Spectral-Bold.woff2') format('woff2'),
        url('../fonts/char/spectral/Spectral-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/char/raleway/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/char/raleway/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/char/raleway/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/char/raleway/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rock Salt';
    src: url('../fonts/char/rock-salt/RockSalt-Regular.woff2') format('woff2'),
        url('../fonts/char/rock-salt/RockSalt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Stili generali */
body {
    font-family: Arial, sans-serif;
    font-family:"Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}


/* Main Menu */

.logo{
  font-family: "Spectral", serif;
  font-weight: bold;
  font-style: normal;
  
  font-size:28px;
  padding:0px 0px 0px 0px;
  width:160px;
  top:0px;
  left:20px;
  
  
  z-index:9999;
  position:fixed;
  letter-spacing:1.6px;
  
  background:#0074e8; //#fff;
  //border-radius:50%;
  border-radius:0px 0px 15px 15px; 
  text-align:center;
  box-shadow:0px 2px 3px #777;
  
  
  
  opacity:0.9;
  
  transition: opacity 0.3s ease;
}


.logo-stars{
    color:yellow;
    font-size:17px;
    text-shadow:1px 1px 3px #555;
}

.logo-hotel{
    color:#fff;
    font-size:32px;
    text-shadow:1px 1px 3px #0074e8;
    line-height:32px;
}

.logo-mantovasud{
    color:yellow;
    font-size:17px;
    text-shadow:1px 1px 3px #555;
    letter-spacing:-1px;
    
}


.logo-link{
    color:#000;
        
}

.logo:hover{
    color:#000;
    opacity:0.8;    
}


.GreatVibes{
    font-family: "Spectral", serif;
}

.img-az-ph{
    width:170px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    //background-color: #f8f0f5;
    background-color: #fff; //#fef7f7;
    padding: 2px 12px 2px 12px;
    box-shadow: 0px 1px 3px #777;
    z-index: 1000;
    
    //opacity:0.3;
}


nav ul {

    list-style: none;
    margin: 0;
    //padding: 0;
    display: flex;
    justify-content: center;
    

    
}

nav ul li {
    margin: 0 15px;
    
}

nav ul li a {
    text-decoration: none;
    color: #333; //#b06070;
    
    //color: black;
    
    font-size:19px;
    
    font-weight: normal;
    transition: color 0.3s;
    //font-family:"Helvetica", "Spectral";
    font-family: "Spectral", serif;
    //letter-spacing:1.3px;

}

nav ul li a:hover {
    color: #6d6875;
}

/* Header */
header {
    height: 100vh;
    min-height:550px;
    background-image: url('../img/bancone.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.sub-head-tit{

    //border-top:solid 1px #eee;
    padding-top:20px;
    font-size:32px;
    font-family:"Helvetica", "Spectral";
    opacity:0.9;
    text-shadow:2px 2px 3px #000;
}

.sub-head-tit  span{
    font-family: "Spectral", serif;
}

/* Sezioni */
section {
    padding: 50px 20px;
    font-family: "Raleway", serif;
    //font-size:21px;
    color:#777;
    letter-spacing:1.3px;
    line-height:21px;
}

section p {
    color:#777;
}

section h2 {
    color:#555;
}

#fixed-link {
  position: fixed;
  bottom: 17px;
  left: 70px;
  display: none; /* Nascondiamo il link inizialmente */
  background-color: #555; //#333;
  color: white;
  padding: 12px 15px 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  //transition: opacity 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
    opacity:0.8;
}

#fixed-link:hover {
  //background-color: #2980b9;
  //background-color: #b06070;
  opacity:1;
  //transform: scale(1.1);
}


#chi-siamo {
    //background-color: #f8f0f5;
}

#richiesta-info {
    background-color: #fff;
}

#richiesta-info form {
    max-width: 600px;
    margin: 0 auto;
}

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


/*
form input, form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}




form input:focus, form textarea:focus {
    outline: none;
    border-color: #b56576;
}

form .error {
    color: red;
    font-size: 0.9rem;
    margin-top: 0px;
}

form button {
    background-color: #b56576;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

form button:hover {
    background-color: #6d6875;
}

*/

.logo-h1{

    //background:#fff;
    
    
    font-family: "Great Vibes", serif;
    
    font-size: 5rem;
    padding: 10px 20px 0px 20px;
    border-radius: 10px;
    //opacity:0.9;
    
    
    //text-shadow:0px 0px 7px #000;
    //text-shadow:-3px 3px 5px #000;
    
    font-weight:bold;
    
    text-shadow:
    3px 3px 7px #000, 
    -3px 3px 7px #000,
    -3px -3px 7px #000,
    3px -3px 7px #000;
    
    //#fa0fb2,
    
}
    
/*    
    margin-bottom:10px;
    

}
*/

.hotel{
    font-size:110px;
    line-height: 110px;
    //color:violet;
    color:#fff;
    padding-left:10px;
    //background:blue;
}

.mantovasud{
    font-size:70px;
    //color:violet;
    color:#fff;
}

.stars{
    font-size:32px;
    //color:red;
    //letter-spacing:-3px;
    color:yellow;
    text-shadow:2px 2px 3px #000;
}



/* Footer */
footer {
    background-color: #b56576;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer p {
    margin: 5px 0;
}

.footer-link{
    color:ddd;
    text-decoration:none;
}

/* Telefono */
#TelApp{
    display:none;
    position:fixed;
    top:44px;
    right:72px;
    
    //display: flex;
    justify-content: center; /* Allinea orizzontalmente */
    align-items: center; /* Allinea verticalmente */
    
    width:40px;
    height:40px;
    z-index:9998;
    
    border-radius: 50%;
    border:solid 2px black;
    
    box-shadow:1px 1px 7px #999; 
    text-align:center;
    //padding-top:5px;
    font-size:30px;
    color:#000;
    background:#fff;
    //opacity:0.5;
    cursor:pointer;
    
    
}

#TelApp:hover{
    opacity:0.7;
} 

#loadNavigationContent{
    display:none;
}

/* Navigation */
#Navigation{
    //display:none;
    position:fixed;
    top:44px;
    right:132px;
    
    //display: flex;
    justify-content: center; /* Allinea orizzontalmente */
    align-items: center; /* Allinea verticalmente */
    
    width:40px;
    height:40px;
    z-index:9997;
    
    border-radius: 50%;
    border:solid 2px black;
    
    box-shadow:1px 1px 7px #999; 
    text-align:center;
    //padding-top:5px;
    font-size:23px;
    color:#000;
    background:#fff;
    //opacity:0.5;
    cursor:pointer;
    
    
}
/*
#Navigation:hover{
    opacity:0.7;
} 
*/

#Navigation-cont{
    position:absolute;
    top:9px;
    right:6px;
}


/* Media Queries */
@media (max-width: 768px) {

    
    #Navigation{
        display: flex;
        opacity: 0.3;
    }
}

/* Media Queries */
@media (min-width: 768px) {

    
    #Navigation{
        display:none;
    }
}

/* Media Queries */
@media (max-width: 768px) {
    section {
        padding: 120px 20px 20px 20px;
        
    }


    #TelApp{
        display: flex;
    }
    

    .logo-h1{
        //font-size:64px;
    }
    
    .hotel{
        
    }
    
    .mantovasud{
    
    }
    
    .sub-head-tit{
        font-size:21px;
    }
    
   .logo{
      width:110px;
      letter-spacing:1.6px;
      border-radius:0px 0px 7px 7px;
      transition: opacity 0.3s ease;
    }


    .logo-stars{
        font-size:11px;
    }

    .logo-hotel{
        font-size:22px;
        line-height:22px;
    }

    .logo-mantovasud{
        font-size:13px;
        letter-spacing:-1px;
    }
    
    nav ul li {
        margin: 0 7px;
    }


    /*
    #gallery .gallery-row img {
        max-width: 90%;
    }
    */
    
    nav ul {

        padding-right: 20px;
        justify-content: right;
    }

}



img{
    margin:0px;
}


.footer-link{
    color:#ddd;
    text-decoration:none;
    
} 

.footer-link:hover{
    color:#fff;
}

.fl-icon{
    font-size:32px;
    padding:5px 5px 5px 5px;
    color:#fff;
    text-decoration:none;
}

.fl-icon:hover{
    opacity:0.7;
}


.cursive {
  font-family: "Rock Salt",cursive;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
}

.go-back-home{
    cursor:pointer;
}

.go-back-home:hover{
    color:#333;
}

/*################# Masonry ########*/

.grid{
    box-sizing:border-box;

}


.grid-item{
    
    width: 20%;
    //box-sizing:border-box;
    transition: opacity 0.3s ease;
    
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align:top;
    }
}

.grid-item:hover{
    opacity:0.7;
    .img-zoom{
        display:block;
    }    

}

.grid-item-in{
    border:solid 1px #fff;
    position:relative;
    background:black;
    
}

.img-zoom{
    display:none;
    position:absolute;
    bottom:10px;
    right:5px;
    color:#fff;
    text-shadow:2px 2px 3px #000;
    font-size:27px;
    
}

@media (min-width: 0px) {
    .grid-item{
        width: 100%;
    }

}

@media (min-width: 390px) {

}

@media (min-width: 576px) {
    .grid-item{
        width: 50%;
    }
}

@media (min-width: 768px) {
 
}

@media (min-width: 992px) {
    .grid-item{
        width: 33.333333333333333%;
    }
}

@media (min-width: 1200px) {
 
    .grid-item{
        width: 20%;
    }
 
}

@media (min-width: 1400px) {
 
}


.xiaomin{
    font-family: "Great Vibes", serif;
    opacity:0.8;
    text-shadow:1px 1px 3px #999;
    font-size:19px;
    color:#000;
    background:#fff;
    padding:4px 10px 4px 10px;
    border-bottom:solid 1px #333;
    border-top:solid 1px #333;
    
    
}

/*

    BOTTONI AGGIUNTIVI WHATSAPP, TOP, NAVITATION E TELEFONO
*/


/* WatsApp */ 
#WhatsApp{
    position:fixed;
    bottom:12px;
    right:9px;
    width:50px;
    height:50px;
    border-radius: 50%;
    //border:solid 2px white;
    box-shadow:1px 1px 7px #999; 
}        

#WhatsApp:hover{
    opacity: 0.8;
}

/* Top */
#ArrowToTop{
    display:none;
    position:fixed;
    bottom:12px;
    right:70px;
    width:50px;
    height:50px;
    border-radius: 50%;
    //border:solid 2px white;
    box-shadow:1px 1px 7px #999; 
    text-align:center;
    padding-top:5px;
    font-size:30px;
    color:#fff;
    background:#555;
    //opacity:0.5;
    cursor:pointer;
}

/* Google Map */
#ArrowToTop:hover{
    opacity:0.6;
}

#mappa{
    color:#000;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 7px 7px 7px 7px;
    padding:3px 5px 3px 5px;
    cursor:pointer;
}

#mappa:hover{
    opacity:0.8;
} 

#mappa-content{
    padding:0px 0px 0px 0px;
    background:#000;
    //box-shadow: 1px 0px 3px #000;
    border-top:solid 5px #3390ed;
    
}

#mappa-content-2{

    display:none;
}

#mappa-top{
    height:34px;
}

.marker-hotelmantovasud{
   color:#fff;
   background:#000;
   padding:10px 10px 5px 10px;
   font-weight:bold;
   //margin-bottom:10px;
}

.marker-indirizzo{
    color:#000;
    border:dashed 1px #999;
    padding:5px;
    border-top:none;
}


/* Flag */
#Flag{
    
    //display:none;
    position:fixed;
    top:44px;
    right:12px;
    
    display: flex;
    justify-content: center; /* Allinea orizzontalmente */
    align-items: center; /* Allinea verticalmente */
    
    width:40px;
    height:40px;
    z-index:9996;
    
    border-radius: 50%;
    border:solid 2px black;
    
    box-shadow:1px 1px 7px #999; 
    text-align:center;
    //padding-top:5px;
    font-size:30px;
    color:#000;
    background:#fff;
    //opacity:0.5;
    cursor:pointer;
    
    
}

#Flag img{
    width:100%;
}

ul#servizi {
    list-style-type: none;
    padding: 0;
}
ul#servizi li {
    background: #ddd;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px 0px 0px;
    box-sizing:border-box;
}
table, th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
th {
    width:50%;
    background-color: #f2f2f2;
}

a.info-contact{
    color:#333;
    font-weight:bold;
}

.th1{
    background-color: #f2f2f2;
}

.td1{
    width:7%;
    text-align:center;
}

.td1 input[type="checkbox"]{
    margin:0px;
}

.td2{
    width:93%;
    text-align:left;
}

/*========================== Cookie ==========*/

.cookie-btn{
    background-color: #006dd6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-top:5px;
    width:170px;
}

.cookie-btn:hover{
    opacity:0.8;
}


.cookie-btn-container{
    padding:20px 0px 20px 0px;
    text-align:center;
}

.cookie-policy-btn{
    font-weight:bold;
    color:#333;
    cursor:pointer;    
}

.cookie-policy-btn:hover{
    opacity:0.7;
}


/*
.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: white;
    padding: 20px;
    border: 1px solid black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
*/

.tabs {
    display: flex;
    padding:10px 10px 0px 10px;
    
    
}
.tab {
    border: 1px solid  #ccc;
    border-radius:3px 3px 0px 0px;
    padding:10px 10px 5px 10px;
    cursor: pointer;
    background-color: #eee;
    margin-right: -1px;
    margin-bottom:-1px;
    color:#555;
    
}
.tab.active {
    background-color: white;
    border-bottom: none;
}
.tab-content {
    display: none;
    border-top: 1px solid #ccc;
    padding-top:15px;
    
}

.tab-content.active {
    display: block;
}

#cookie-btn-open {
  position: fixed;
  bottom: 17px;
  left: 17px;
  //display: none; /* Nascondiamo il link inizialmente */
  background-color: #555; //#333;
  color: white;
  padding: 12px 15px 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  //transition: opacity 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
    opacity:0.8;
    
  cursor:pointer;  
}

#cookie-btn-open:hover {
  //background-color: #2980b9;
  //background-color: #b06070;
  opacity:1;
  //transform: scale(1.1);
}

#x-close-win{
    display:none;
}









