:root{
    --primary-red:#c1121f;
    --dark:#1e1e1e;
    --grey:#555555;
    --silver:#d9d9d9;
    --white:#ffffff;
}

body{
    font-family: Arial, sans-serif;
    background:#fff;
}

/* NAVBAR */

.navbar{
    background:var(--dark);
}

.navbar-brand{
    color:white !important;
    font-weight:bold;
}

.nav-link{
    color:white !important;
    margin-left:10px;
}

.nav-link:hover{
    color:var(--primary-red) !important;
}
/*var(#198754--primary-red)*/
.btn-whatsapp{
    background:#198754;
    color:white;
    border:none;
}

.btn-whatsapp:hover{
    background:#1ebe5d;
    color:white;
}
.btn-red{
    background:#c1121f;
    color:white;
    border:none;
}

.btn-red:hover{
    background:#9d0f19;
    color:white;
}
.btn-nsfas{
    background:#ffc107;
    color:#1e1e1e;
    border:none;
    font-weight:600;
}

.btn-nsfas:hover{
    background:#e0a800;
    color:#1e1e1e;
}

/* HERO CAROUSEL */

.hero-carousel,
.hero-slide{
    min-height:85vh;
}

.hero-slide{
    background-size:cover;
    background-position:center;
    position:relative;
    min-height:85vh;
}

.hero-slide.active,
.carousel-item-next,
.carousel-item-prev{
    display:flex;
    align-items:center;
}

.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.68);
}

.hero-content{
    position:relative;
    z-index:2;
    color:white;
}

.hero-content h1{
    font-size:4rem;
    font-weight:700;
}

.hero-content p{
    font-size:1.2rem;
    max-width:700px;
    margin-top:20px;
    margin-bottom:30px;
}

.slide-1{
    background-image:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("../images/hero/MatejoRes.jpg");
}

.slide-2{
    background-image:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("../images/hero/MatejoRes.jpg");
}

.slide-3{
    background-image:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("../images/hero/MatejoRes.jpg");
}

/* HERO 

.hero{
    min-height:85vh;
    background:
    linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),
    url('https://picsum.photos/1600/900');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    color:white;
}
*/
.hero h1{
    font-size:4rem;
    font-weight:700;
}

.hero p{
    font-size:1.2rem;
    max-width:700px;
}

.btn-gallery{
    background:white;
    color:black;
}

/* QUICK FACTS */

.quick-facts{
    padding:80px 0;
}

.fact-card{
    background:white;
    border:1px solid #eee;
    border-radius:10px;
    padding:30px;
    text-align:center;
    transition:.3s;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.fact-card:hover{
    transform:translateY(-5px);
}

.fact-card i{
    color:var(--primary-red);
    font-size:2rem;
    margin-bottom:15px;
}

.fact-card h5{
    margin-top:10px;
}
/* FACILITY CARDS */

.facility-card{

    background:white;

    border-radius:15px;

    padding:35px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.facility-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.facility-card i{

    font-size:55px;

    color:#c1121f;

    margin-bottom:25px;

}

.facility-card h4{

    margin-bottom:20px;

    font-weight:700;

}

.facility-card p{

    color:#666;

    line-height:1.8;

}
/* LIFE AT MATEJO */

.life-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:280px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.life-card.large-card{
    height:280px;
}

.life-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.life-card:hover img{
    transform:scale(1.08);
}

.life-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.15));
    color:white;
    display:flex;
    flex-direction:column;
    justify-content:end;
    padding:25px;
}

.life-overlay h4,
.life-overlay h5{
    font-weight:700;
    margin-bottom:8px;
}

.life-overlay p{
    margin-bottom:0;
    color:#eee;
}
.navbar-logo{
    height:45px;
    width:auto;
}

.map-box{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

/* INNER PAGE HERO */

.page-hero{
    min-height:45vh;
    background:
    linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
    url("../images/hero/MatejoRes.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    color:white;
    text-align:center;
}

.page-hero h1{
    font-size:3rem;
    font-weight:700;
}

.page-hero p{
    max-width:700px;
    margin:15px auto 0;
    color:#eee;
}

.video-placeholder{
    height:250px;
    background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("../images/hero/MatejoRes.jpg");
    background-size:cover;
    background-position:center;
    border-radius:15px;
    color:white;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.video-placeholder i{
    font-size:55px;
    color:#c1121f;
    margin-bottom:15px;
}
.video-card video{

    width:100%;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}
/* DOWNLOAD CARDS */

.download-card{

    background:white;

    padding:35px;

    border-radius:15px;

    text-align:center;

    height:100%;

    transition:.3s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.download-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.download-card i{

    font-size:60px;

    color:#c1121f;

    margin-bottom:20px;

}

.download-card h4{

    margin-bottom:15px;

}

.download-card p{

    color:#666;

    margin-bottom:25px;

}
/* FOOTER */

.footer-logo{
    height:60px;
    width:auto;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:white;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#c1121f;
    padding-left:5px;
}
/*================*/
/* INNER PAGE HERO */

.page-hero{
    min-height:45vh;
    background:
    linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
    url("../images/hero/MatejoRes.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    color:white;
    text-align:center;
}

.page-hero h1{
    font-size:3rem;
    font-weight:700;
}

.page-hero p{
    max-width:700px;
    margin:15px auto 0;
    color:#eee;
}
/*=================*/
/* INSTAGRAM FEED */

.instagram-placeholder{
    background:white;
    border-radius:15px;
    padding:60px 30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.instagram-placeholder i{
    font-size:60px;
    color:#c1121f;
    margin-bottom:20px;
}

.instagram-placeholder p{
    color:#666;
}
/* INSTAGRAM EMBED CARDS */

.instagram-embed-card{
    background:white;
    border-radius:15px;
    padding:35px;
    text-align:center;
    min-height:250px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.instagram-embed-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.instagram-embed-card i{
    font-size:55px;
    color:#c1121f;
    margin-bottom:20px;
}

.instagram-embed-card p{
    color:#666;
}
/* INSTAGRAM FEED */

.instagram-feed-box{
    background:white;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.instagram-feed-placeholder{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:2px dashed #ddd;
    border-radius:15px;
    padding:40px;
}

.instagram-feed-placeholder i{
    font-size:60px;
    color:#c1121f;
    margin-bottom:20px;
}

.instagram-feed-placeholder p{
    color:#666;
}
/* TEAM CARDS */

.team-card{
    background:white;
    border-radius:15px;
    padding:30px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.team-img{
    width:130px;
    height:130px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:20px;
    border:4px solid #198754;
}

.team-card h4{
    font-weight:700;
    margin-bottom:5px;
}

.team-role{
    color:#c1121f;
    font-weight:600;
    margin-bottom:15px;
}

.team-card p{
    color:#666;
}
/* ROOM ITEMS */

.room-item{
    background:white;
    padding:25px 15px;
    border-radius:15px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.room-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.14);
}

.room-item i{
    font-size:35px;
    color:#c1121f;
    margin-bottom:15px;
}

.room-item h6{
    font-weight:700;
    margin-bottom:0;
}
/*================*/