body {
  font-family: Arial, sans-serif;
  background-color: #f1f1f1;
}

#Post {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
}

.author {
  font-style: italic;
  color: #777;
}

.content {
  margin-top: 20px;
}

blockquote {
  border-left: 2px solid #ccc;
  padding-left: 10px;
  font-style: italic;
}

.comments {
  margin-top: 40px;
}

.comment {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}


.hidden {
  display: none;
}

.blue-theme {
  background-color: #f1f1ff;
  color: #333;
}

.blue-theme input[type="text"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  width: 200px;
}

.blue-theme button[type="submit"] {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Existing styles remain the same */

.content-more {
  max-height: 100px;
  overflow: hidden;
}

.content-full {
  overflow: auto;
}

.content-toggle {
  display: inline-block;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.image-container {
  margin-top: 20px;
}

.image-container img {
  max-width: 100%;
}

























/* Navbar CSS */

.navbar {
    position: fixed;
    position: -webkit-sticky;
    top: 0;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    color: black;
    transition: 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-expand-lg .navbar-nav .nav-link :active,
.navbar i.active {
    color: black;
    background-color: rgb(0, 119, 255);
    border-radius: 5px;
}

.navbar i {
    font-size: 1.2rem;
    padding: 0 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
}

/* Navbar Ends here */





/* Code of index.css. Starts from here */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap');

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.heartbeat-button {
    animation: heartbeat 1s infinite;
}

#front-btn {
    margin-left: 10px;
    border-radius: 5px;
}

#front-btn:hover {
    animation: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
}

body {
    font-family: cursive;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

h3 {
    font-size: 1.4rem;
    font-weight: 800;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1d;
}

h6 {
    color: #D8D8D8;
}

span {
    color: #144dd2;
}

#home button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: none;
    background-color: #144dd2;
    color: black;
    padding: 13px 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#home a {
    color: black;
    text-decoration: none;
}

#home button:hover {
    background-color: rgb(0, 119, 255);
    transition: 0.3s ease;
}

#container {
    position: fixed;
    position: -webkit-sticky;

}

.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    color: black;
    transition: 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-expand-lg .navbar-nav .nav-link :active,
.navbar i.active {
    color: black;
    background-color: rgb(0, 119, 255);
    border-radius: 5px;
}

.navbar i {
    font-size: 1.2rem;
    padding: 0 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
}

#header span {
    color: #144dd2;
}

#home {
    background-image: url("main-back.jpg");
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    /* backdrop: dark */
}

#home span {
    color: #144dd2;
}

#home p {
    /* font-weight: bold; */
    font-family: Arial;
}

#home-data {
    background-color: white;
    width: fit-content;
    align-items: left;
    padding: 10px 10px;
    padding-right: 10px;
    /* border-top-right-radius: 20px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.3s ease;
}

#home-data:hover {
    transition: 0.3s ease;
}

/* Additional Code */
.Music-Gallery {
    padding-left: 50px;
}

#content {
    padding: 20px 15px;
    align: center;
    align-items: center;
    align-items: center;
}

#content a {
    text-decoration: none;
    color: #fff;
    /* font-family: 'IM Fell English', serif; */
    font-family: "Times New Roman", ;
    transition: 0.3s ease;
    font-size: 65px;
}

#content a:hover {
    color: wheat;
}

#content span {
    color: #144dd2;
}

#img-gall {
    padding: 30px 20px;
}

/* Music Gallery Image Effect */
.image1 {
    position: relative;
    width: 400px;
}

.image__img1 {
    display: block;
    width: 100%;
}

.image__overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay1:hover {
    opacity: 1;
}

.image__overlay--blur1 {
    backdrop-filter: blur(5px);
}

.image__overlay1>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay1:hover {
    transform: translateY(0);
    cursor: pointer;
}

.image__title1 {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.image__description1 {
    font-size: 1.25em;
    margin-top: 0.25em;
}

.image2 {
    position: relative;
    width: 400px;
}

.image__img2 {
    display: block;
    width: 100%;
}

.image__overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay2:hover {
    opacity: 1;
}

.image__overlay--blur2 {
    backdrop-filter: blur(5px);
}

.image__overlay2>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay2:hover {
    transform: translateY(0);
    cursor: pointer;
}

.image__title2 {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.image__description2 {
    font-size: 1.25em;
    margin-top: 0.25em;
}

.image3 {
    position: relative;
    width: 400px;
}

.image__img3 {
    display: block;
    width: 100%;
}

.image__overlay3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay3:hover {
    opacity: 1;
}

.image__overlay--blur3 {
    backdrop-filter: blur(5px);
}

.image__overlay3>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay3:hover {
    transform: translateY(0);
    cursor: pointer;
}

.image__title3 {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.image__description3 {
    font-size: 1.25em;
    margin-top: 0.25em;
}

#about span {
    color: #fff;
}

#about p {
    justify-content: center;
    /* padding: 40px 170px; */
    color: aliceblue;
    padding-top: 20px;
}

#about {
    padding: 20px;
    background-color: rgb(20, 34, 68);
    background-size: 100%;
    color: aliceblue;
}

#people {
    padding: 20px 20px;
}

#people img {
    border: black 2px solid;
}

#people p {
    text-align: justify;
}

#box {
    display: flex;
    background-color: #144dd28b;
    background-size: 100%;
    padding: 20px 20px;
    border-radius: 15px;
    transition: 0.3s ease;
}

#box img {
    width: 600px;
    height: 350px;
    border-radius: 15px;
    border: none;
}

#box p {
    justify-content: flex-start;
    padding-right: 10px;
}

#box span {
    color: black;
    font-size: larger;
    font-weight: bold;
}

#form {
    padding: 20px 20px;
}

#form button {
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #144dd2;
    color: black;
    padding: 10px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

#form a {
    color: black;
    text-decoration: none;
}

#form button:hover {
    background-color: rgb(18, 156, 215);
    transition: 0.3s ease;
}

#footer {
    background-color: rgba(96, 158, 220, 0.363);
    color: black;
    background-size: 100%;
}





/* Making responsive */

@media (max-width: 767px) {
    /* Styles for screens smaller than 768px */
    /* Example: Mobile devices */

    /* Adjust the navigation layout */
    .navbar-nav {
        flex-direction: column;
    }

    /* Adjust the home section */
    #home-data {
        text-align: center;
    }

    /* Adjust the music gallery section */
    #content {
        padding: 30px;
    }

    /* Adjust the about section */
    #about {
        padding: 30px;
    }

    /* Adjust the people section */
    #people {
        padding: 30px;
    }

    /* Adjust the login section */
    #login {
        padding: 30px;
    }

    /* Adjust the footer section */
    #footer {
        padding: 30px;
    }
}

/* Music Galllery Responsive */

.music-gallery {
    padding: 50px;
    font-family: "Times New Roman",
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.image {
    position: relative;
    overflow: hidden;
}

.image__img {
    width: 100%;
    height: auto;
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.image .image__overlay {
    opacity: 1;
    font-family: "Times New Roman",
}

.image__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}



/* After the Hard Work section Responsive */

.container {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

#people {
    text-align: center;
    padding: 60px 0;
}

#people h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

#people p {
    font-size: 18px;
    line-height: 1.5;
}

#box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#box img {
    width: 300px;
    height: 300px;

    /* max-width: 50%; */
    /* height: 100%; */
    /* margin-top: 30px; */
}

#QR-code {
    padding-left: 30px;
    /* border-radius: 10px; */
    height: 40%;
}

#QR-code:hover {
    cursor: pointer;
}

/* Ends here */