
html {
  
    scroll-behavior: smooth;
    scroll-padding-top: 120px; 
}

body{
    background-color: #fff;
    margin: 0;
}



.nav-mbl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}

.nav-mbl img{
   width: auto;
    max-height: 90px;
    max-width: 25%;
}

/* Estat tancat */
.exit-mobile { display: none; }
.icon-bar { display: block; }

/* Estat obert  */
.menu-toggle.open .exit-mobile { display: block !important; }
.menu-toggle.open .icon-bar { display: none !important; }    

.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #29479B;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.icon-bar1,
.icon-bar2 {
    width: 18px;
    background: #29479B;
}

.icon-bar:before,
.icon-bar:after {
    background: #29479B;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    left: 8px;
    top: auto;
}

.icon-bar:before,
.icon-bar:after {
    background: #29479B;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    left: 8px;
    top: auto;
}

.icon-bar1 {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand-header {
    background-color: #fff; 
}

.lang-selector a{
    color: #29479B;
}

.brand-nav a {
    color: #29479B; 
}

.header-social a{
    background-color: #29479B;
}

.header-social i {
    color: #fff;
}

.hero-header-mbl{
    display: none;
}

/* COLORS I TIPOGRAFIES SECCIÓ RESTAURANT */

.info-rest{
    padding:150px 0 0 0;
}

.info-rest-second{
    padding:0;
}



.right-rest {
    padding-top: 185px;
}

.title-rest {
    color: #29479B;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

.subtitle-rest{
    color: #29479B;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: normal;
    font-size: 45px;
    margin: 0;
}

.cos-rest {
    color: #29479B;
    font-family: 'Montserrat', sans-serif;
}

.info-dest{
    font-weight: 500;
    font-size: 20px;
}

.trobaras-info{
    font-size: 20px!important;

}

.separator-rest {
    background-color: #29479B;
}

.trobaras-rest .trobaras-info {
    font-family: 'Montserrat', sans-serif;
    color: #29479B; /* Per defecte */
}

.trobaras-dest {
    color: #29479B;
    font-family: 'Montserrat', sans-serif;
}

/* Ajustos de color per als inputs o elements de text si cal */
::placeholder {
    font-family: 'Montserrat', sans-serif;
}


.carousel-container{
    display: none;
}

/* MASONRY FOCKVIU */


.carousel-container{
    display: none;
}


.left-rest img{
    border-radius: 25px;
}

.right-rest img{
     border-radius: 25px;
}

.colum-right-rest{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -700px;
    
}



.col-right-rest{
    display: flex;
    flex-direction: column;
    gap: 25px;
   
}

.col-right-rest img, 
.info-grid-50 img, 
.info-sola-pic img {
    width: 100%;
    display: block;
    object-fit: cover;
}


.col-right-rest img{
    border-radius: 25px;
}

.image-grid-container{
    padding-top: 25px;
}

.image-grid-container img{
    border-radius: 25px;
}

/* NUEVO: Estilos para el contenedor de la segunda imagen */
.fockviu-gif {
    background-image: url("../img/backgroungif.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center; 
    align-items: center;  
    overflow: hidden;
    border-radius: 25px;
}

/* Estilos para el GIF centrado */
.centered-gif {
    /* Ajusta el tamaño del GIF aquí */
    height: auto; 
    width: 413px;
}


/* COLORS I TIPOGRAFIES TESTIMONIALS */

.testimonials {
    background-color: #29479B; 
    color: #fff;
    border-radius:25px;
}

.stars {
    color: #FFCB15; 
}

.name {
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.time {
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.review-text {
    font-family: "Montserrat", sans-serif;
    color: #fff;
}


/* Instagram */

.instagram{
    width: 82%;
    display: block;
    margin: auto;
}
.instagram h2{
    font-size: 3rem;
    color: #29479B;
    font-family: 'Montserrat', sans-serif;
}

.testimonials{
    margin-bottom: 40px;
}


.grid-instagram {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 10px; 
    margin: 0 auto;
    overflow-y: scroll;
}


.grid-instagram img {
    width: 285.6px;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}



/* SECCIÓ DE CONTACTE */

.contact-section {
    background-color: #fff; 

}

.italic-serif {
    font-family: 'Montserrat', sans-serif;
    color: #29479B;
    font-weight: 600;
   
}

.italic-serif-contacte{
    color: #fff;
    font-size: 4rem;
    font-family: 'Montserrat', sans-serif;
}


.info-card {
    background-color: #29479B;
    border: solid 1px #fff;
    color: #000;
    max-width: 994px;
}

.card-details img{
    margin-left: -30px;
}


.card-details p {
    color:#000;
    padding-left: 3%;
}

.card-details a {
    font-family: 'Montserrat', sans-serif;
    color:#000000;
}

.form-wrapper {
    background-color: #29479B;  
}

.form-intro {
    color: #fff;
}

.input-group input, .input-group textarea {
    border: 1px solid #fff;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
}

.input-group input:focus, .input-group textarea:focus {
    border-color: #fff;
    
}

.form-footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
}

::placeholder {
    color:#808080;
    
}


.btn-submit {
    background-color: #020202; 
    color: #fff;
    
}

.btn-submit:hover {
    background-color: #02020270;
    
}

/* footer */

.main-footer {
    background-color: #29479B;
    color: #ffffff;
}

.footer-social a {
    background-color: #000;
    color: #fff;
}

.footer-nav a {
    color: #fff;
}

.footer-nav a:hover{
    color: #ffffff70;
}

.mobile-logos-section-footer{
    display: none;
}
