@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300,400,500,600,700,800,900;1,300..900&display=swap');

body{
    background-color: #2D1A15;
    margin: 0;
}
.brand-header {
    background-color: #2D1A15; 
}

/*  BURGER MBL */


.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: 15%;
}

/* 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: #936A40;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

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

.icon-bar:before,
.icon-bar:after {
    background: #936A40;
    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: #936A40;
    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);
}

@media screen and (max-width: 1600px) and (min-width: 1000px) {
  .card-thumb {
    width: 220px;
  }
}

.lang-selector a{
    color: #fff;
}

.brand-nav a {
    color: #936A40;
    font-family: "Playfair", serif;
    text-transform: uppercase;
}

.brand-nav a:hover {
    color: #936A4070;

}

.header-social a{
    background-color: #C2BEAC;
    color: #1E1E1E;
}

.brand-logo-main img {
    width: 135px; 
}

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


/* CARROUSSEL MÒBIL */

.carousel-container{
    display: none;
}

/* INFORMACIÓ A DOS COLUMNES */

.info-andares {
    display: grid;
    grid-template-columns: 55% 1fr; 
    gap: 40px; 
    width: 82%; 
    margin: 80px auto 0 auto;
    align-items: start; 
}

.col-andares-left, 
.col-andares-right {
    display: flex;
    flex-direction: column;
    gap: 50px; 
}

.col-andares-left p{
    font-family: "Exo", sans-serif;
    color: white;
    font-size: 23px;
    margin: 0;
}

.title-rest{
    color: #936A40;
    font-family: "Playfair", serif;
    font-weight: 400;
    margin:0;
}

.col-andares-right{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.col-andares-right p{
    font-family: "Exo", sans-serif;
    color: white;
    font-size: 23px;
    margin: 0;
}

.info-andares img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 668.1px;
}

.info-sola-pic{
    display: flex;
    flex-direction: column;
    gap: 40px;
}


/* COLORS I TIPOGRAFIES TESTIMONIALS */

.testimonials {
    background-color: #936A40; 
    color: #fff;
    margin-top: 40px;
}

.stars {
    color: #FFCB15; 
}

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

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

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

.separator-line {
    width: 82%;      
    height: 1px;
    background-color: #C2BEAC;
    display: block;
    margin: auto;    
}



/* SECCIÓ DE CONTACTE */

.contact-section {
    background-color: #2D1A15; 

}

.contact-container {
    margin: 0 auto;
    position: relative;
    z-index: 2; 
}


.serif {
    font-family: "Playfair", serif;
    color: #936A40; 
    font-weight: 400;
   
}

.serif-contacte{
    color: #fff;
    font-size: 4rem;
    font-family: "Exo", sans-serif;
}


.info-card {
    background-color: #2D1A15;
    border: solid 1px #fff;
    color: #fff;
}


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

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

.form-wrapper {
    background-color: #926A40; 
}




.form-intro {
    color: #fff;
}

.input-group {
    margin-bottom: 15px;
}

.input-group input, .input-group textarea {
    border: 1px solid #1E1E1E;
    color: white;
    font-family: "Exo", sans-serif;
}

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

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

::placeholder {
    color:#ffffff;
    
}


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

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

/* FOOTER */

.main-footer {
    background-color: #926A40;
    color: #ffffff;
}

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

.footer-nav a {
    color: #fff;
    font-family: "Playfair", serif;
    text-transform: uppercase;
}

.footer-nav a:hover{
    color: #C88086;
}
.mobile-logos-section-footer{
    display: none;
}
