:root{
    --gold: #ecc846;
    --darkgold: #aa9034;

}

html * {
        font-family: 'Poppins', sans-serif;


}
html {
    scroll-behavior: smooth;
  }
body {
    margin: 0;
    min-height: 100vh;
}
#myCarousel{
    height: 100vh;
}

#video{
    display: block; 
    margin: 3rem auto; 
    max-width: 50vw;
}


header {
    width: 10%;
}
a {
    text-decoration: none;
    color: #000;
}

.navbar-brand .brand-container {
    display: flex;            
    align-items: center;      
    justify-content: left;    
}

.flag-dropdown {
    display: flex;
    align-items: center;
}

.flag-icon {
    width: 20px; /* Adjust size as needed */
    height: auto;
    margin-right: 5px; /* Adjust spacing as needed */
}


.logo {
    max-width: 100px;     
    height: auto;
}
.title_heading{
    color: var(--gold);
    margin-left: 2rem;
    font-size: 3rem;
    margin-top: 1rem;
}

.card, .img, .button {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
  }
  
  .card:hover, .img:hover, .button:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  }

.featurette {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, visibility 0.6s;
  }
  .featurette.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .featurette-divider {
    margin: 5rem 8rem !important; 
}
  a:hover, .navbar-brand:hover, .tel-link:hover {
    color: var(--darkgold);
    transition: color 0.3s;
  }


.heading_content{


    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.cont_heading{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-top: 0.5em !important;
}


.heading_content{
    color: var(--darkgold) !important;
}
.img {
    max-width: 100% !important;
}

.logo {
    max-width: 20rem;
    max-height: 8rem;
}

.active-elem {
    color: var(--darkgold);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 3s;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.h1-carrousel-white {
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px) saturate(70%);
}

.h1-carrousel-gold {
    color: var(--gold);
    font-weight: 200;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px) saturate(70%);

}


.icon {
    fill: #736A4B;

}

.tel-link {
    color: #6c757d;
}

.tel-link:hover {
    color: #736A4B;
}

footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }


/* Mobile queries */
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {

    .logo-desktop {
        display: none;
    }


    .logo-mobile {
        padding: 1em 0;
        max-width: 50% !important;
    }

}




@media (min-width: 768px) {
    nav {
        padding: 0 !important;
        height: 8rem !important;
    }

    .logo-mobile {
        display: none;
    }

    .mobile-image {
        display: none;
    }

    .car-mobile {
        display: none !important;
    }

    .navbar-wrapper {
        position: absolute;
        right: 0px;
        margin-right: 2em;
    }

}


@media (max-width: 768px) {
    .img {
        max-width: 100% !important;
    }

    .main-content {
        margin-top: 9rem !important;
    }

    .amenities-grid {

        grid-template-columns: repeat(2, 1fr); 
    }
    .amenity-card {
        width: auto; 
    }

    .title_heading{
        font-size: 1.5rem;
        margin: 0;
    }

    .logo-mobile{
        width: 5rem;
    }


}

@media (max-width: 420px) {

    .logo-desktop {
        display: none;
    }


    .desktop-image {
        display: none !important;
    }

    .desktop-image {
        display: none;
    }

    .logo-mobile {
        padding: 1em 0;
        width: 3rem;
    }

}