.home-banner{
    background-image: url('../image/slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 132px; */
    display: inline;
}
/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    max-width: 900px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.close-modal:hover {
    color: #ccc;
}

#youtube-iframe {
    width: 100%;
    height: 400px; /* Adjust height as needed */
}
.youtube-button {
    position: fixed;
    bottom: 35px;
    left: 20px;
    z-index: 1000;
    background-color: #f50d0d;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.youtube-button:hover {
    background-color: #f7f3f3;
    transform: scale(1.1);
}
#top-bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}
.contact-info1 {
    background-color:#ffffff;
    padding: 35px;
    padding-top: 55px;
    padding-bottom: 100px;
    max-width: 365px;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -197px;
    overflow: hidden;
}
.contact-info1 .time {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #ed145b;    
}

.contact-info1 .time h2 {
    font-size: 34px;
    line-height: 18px;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_displayregular';    
}

.contact-info1 .time h2 span {
    font-size: 14px;
    font-family: 'allerbold';
    letter-spacing: 5px;    
}

.contact-info1 h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.contact-info1 li {
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 10px;  
}

.contact-info1 i {
    color: #ed145b;
    margin-right: 10px;
    font-size: 14px;    
}

.contact-info1 .btn.btn-primary {
    margin-top: 20px;
}
.fa-facebook:hover{
    color: #3b5998;
}
.fa-twitter:hover{
    color: #00aced;
}
.fa-instagram:hover{
    color: #e95950;
}
.fa-youtube:hover{
    color: #cd201f;
}
.bg{
    background-color: #4f8086;
    height: 7vh;
    margin: 0px;
    padding: 0px;

}
.home-banner:hover {
    filter: brightness(0.7);
}
.video-link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.video-link1:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255, 0, 0, 1);
}
.video-link1 i {
    color: white;
    font-size: 50px;
}
.home-banner {
    position: relative;
    width: 100%;
    height: 71vh;
    background: url('../image/slider.jpg') center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
}
.modal iframe {
    width: 100%;
    height: 450px;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.playlist {
    display: flex;
    flex-wrap: wrap;
}
.song-item {
    margin: 10px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.song-item img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.audio-player {
    margin-top: 20px;
    text-align: center;
}
.playing {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
h5{
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}
@media (max-width: 768px) {
     
    .home-banner{
        background-image: url('../image/mobslider.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        /* margin-top: 132px; */
        max-width: 100%;  
        max-height: 250px;
    }
}

.navbar {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 000;
    width: 100%;
}
.mytop{
    margin-top: 91px;
}
.youtube-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .youtube-button {
        bottom: 10px;
        right: 10px;
    }
    .bg{
        display: none;
    }
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    width:256px; 
    height:456px;
    border-radius: 10px;
}