body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

.hero {
    height: 90vh;
    background: url('../images/hostel.jpg') center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
}

.section {
    padding:70px 0;
}

.footer {
    background:black;
    color:white;
    text-align:center;
    padding:20px;
}
.nav-link.active {
    color: #ffc107 !important;
}
img {
    transition: 0.3s;
}
img:hover {
    transform: scale(1.05);
}
body {
    font-family: 'Poppins', sans-serif;
}
body {
    background: #38C7FF;
}
h1 {
    font-weight:700;
    letter-spacing:1px;
}

.section {
    padding:90px 0;
}
.section:nth-child(even) {
    background:#ffffff;
}

.section:nth-child(odd) {
    background:#f4f6f9;
}
.btn-warning {
    border-radius:30px;
    padding:10px 25px;
    font-weight:600;
}
img {
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
@media(max-width:768px){
    .hero h1 {
        font-size:28px;
    }
}