@import url(navease.css);
@media screen and (max-width: 768px) {
    .whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25D366;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: f;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding:0px;
    z-index:1001
}
.whatsapp-btn img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
}
.whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25D366;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding:0px;
}
.whatsapp-btn img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
body {
    background-color: rgb(13, 13, 13);
    color:white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Sidebar styles */
    .sidebar {
        height: 100%;
        width: 250px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.3s;
    }

    .sidebar a {
        padding: 12px 20px;
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block;
        transition: 0.2s;
    }
    .sidebar a.home {
        margin-top:50px;
    }
    .sidebar a:hover {
        background-color: #575757;
    }

    /* Menu button */
    .menu-btn {
        position: fixed;
        top: 15px;
        left: 15px;
        font-size: 24px;
        background: none;
        border: none;
        color: white;
        backdrop-filter: blur(10px) saturate(180%);
box-shadow: 0 8px 32px rgba(65, 64, 64, 0.2);
border: 0.001px solid rgba(82, 82, 82, 0.415);
background-color: rgba(56, 56, 56, 0.415);
        padding: 8px 12px;
        cursor: pointer;
        z-index: 1001;
        display: none; /* hidden on desktop */
    }
  /* Mobile view */
    @media screen and (max-width: 768px) {
        .sidebar {
            width: 0;
            padding-top: 60px;
        }
        .menu-btn {
            display: block;
        }
        header {
            display: none;
        }
    }
@media screen and (min-width: 769px) {
        .sidebar {
            display:none
        }
        header {
            display: block;
        }
    }
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}
header a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
header a:hover {
    text-decoration: underline;
}
header {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    background-color: rgba(56, 56, 56, 0.415);

padding: 5px;
/*padding-left: 20px;*/
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
backdrop-filter: blur(10px) saturate(180%);
box-shadow: 0 8px 32px rgba(65, 64, 64, 0.2);
border: 0.001px solid rgba(82, 82, 82, 0.415);
text-align: center;
text-decoration: none;
margin-bottom: 25px;
}
header h1 {
    font-size: 32px;
    margin: 0;
    text-align: right;
    margin-right:25px;
    margin-top: 10px;
}
section.hero {
    text-align: center;
    padding: 50px 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
button {
    background-color: #ffffff;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 10px;
}
#text-homairah {
    color: #ff5733;
}
@import url(slideshow.css);

.menu-btn {
    margin-bottom: 30px;
}
section h1 {
    margin-top:150px;
}
body {
    margin-bottom:1rem;
}
.key1 {
    width:200px;
    height:auto
}
.whatsapp-btn {
    position: fixed;
    bottom:70px;
    right:20px;
}
footer {
    width:100%;
    left:0;
    right:0;
}