@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;700&family=Oswald:wght@400;600&display=swap');


body{
  min-height: 100vh;
  font-family: 'Geologica', sans-serif;
/* font-family: 'Oswald', sans-serif; */
}

/* Style the top bar */
.top-bar {
    background-color: #333;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position:sticky;
    top: 0;
    z-index: 5;
  }

  /* Style the social media icons */
  .social-media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .social-media-icons a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-size: larger;
  }



  .fb:hover {
    color: #2e19e9;
    /* Facebook blue */
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }
  /* .ytube .fab {
    background-color: #fff;
    color: red;
    
  } */
  .ytube:hover {
    color: red;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }

  .neon {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    font-size: 1rem;
    font-family: 'Arial Black', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    /* margin-top: 100px; */
    animation: blink 1s infinite;
  }

  /* Nav Bar Home tab Css */
  .nav-link {

    color: rgb(0, 0, 0) ! important;
    
  }
.navbar{
  height:45px;
  position:sticky;
  top: 40px;
  z-index: 10;
}

  /* Running Bar below Nav Bar Style */
  .running-bar {
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(233, 241, 116, 0.486);
    position: relative;
    
  }
  .runbar{
      position:sticky;
    top: 85px;
    z-index: 8;
  }

  .running-bar .fa {
    font-size: larger;
    color: rgb(32, 10, 131);
  }

  .running-bar a {
    padding: 5px;
    padding-left: 6px;
    padding-right: 30px;
    display: inline-block;
    color: rgb(8, 18, 160);
    font-weight: 600;
    text-decoration: none;
  }

  .important-link {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  .running-bar>div {
    display: inline-block;
    white-space: nowrap;
    animation: running-bar 40s linear 1s infinite;
  }
 /* Modal background */
 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal box css for message on open website*/
.popup-box {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.popup-box h3 {
  margin-top: 0;
  color: #2c3e50;
}

.popup-box p {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #333;
}

.popup-box button {
  padding: 6px 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.popup-box button:hover {
  background-color: #45a049;
}
  @keyframes running-bar {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }


  /* End of Running Bar  */

/* Css for sidebar colour */
.active {
    /* background-color: #437de9; */
   
  box-shadow: #f55d5d 0px 2px;
    font-weight:bolder;
    font-stretch: expanded;
} 

/* Background of Navbar top */
.list-group-item , .navbar {
    /* background-color: rgba(16, 236, 236, 0.884); */
    background-color: #5BF8F8;
}

/* Download Menu Css   */
.dropdown-item {
  background-color: rgba(235, 238, 92, 0.747);
  font-weight: 500;
  border-bottom: solid 1px red;
}
.dropdown-menu {
  padding: 0;
}
.assebmly{
  background-color: rgba(235, 238, 92, 0.747);
}
.assebmly li{
  font-weight: 500;
  
  padding-top: 0;
  border-bottom: solid 1px red;

}
.assebmly li .nav-link{
 font-weight: 500;
 width: 220px;
  padding-top: 5px;
  padding-bottom: 2px;
 }
.lineht{
  line-height: 2.1;
  font-style:italic;
  font-size: large;
  word-spacing: 5px;
  text-align: justify;

}


/* Color Change option Css */
.color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  outline: none;
}

#color-options {
  margin-top: 5px;
}
.welcomeimg {
      width: 80%;
    }

#home{
  min-height: 100%;
  padding: 15px;
  
  box-shadow: -2px -2px 8px rgb(158, 240, 240);
}

#contact{
  min-height: 100%;
  padding: 10px;
  background-color: whitesmoke;
  box-shadow: -5px 2px 10px rgb(166, 243, 243);
}


/* cSS FOR mARQUEE RIGHT HAN SIDE DISPALY SITE INFO */
.marquee-container {
 
  width: 100%;
   height: auto;
  overflow: hidden;
  position: relative;
  top: 8px;
  box-shadow: 2px 4px 8px red;
}

.marquee-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* position: absolute; */
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.marquee-content li {
  font-size: 14px;
  color: rgb(3, 3, 65);
  padding: 5px;
}
.sikhguruimg{

  overflow: hidden;
  position: relative;
  top: 28px;
  box-shadow: -2px -4px 8px red;
}
.sikhguruimg img{
  width: 200px;
  

}

/* For page heading h2 tag  */
.pageheading{
  font-family:'Times New Roman', Times, serif;
  border: 1px solid rgb(205, 236, 30);
  box-shadow: 4px 3px 10px blue;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 15px;
  background-color:rgb(43, 44, 46);
  color: aliceblue;
  letter-spacing: 3px;
  word-spacing: 10px;
  text-shadow: #ca08e4 -2px 2px 5px;
}

  .footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 20px;
    background-color: #333;
    color: #fff;
    padding: 5px;
  }

  .footer a {
    color: #fff;
  }

  .footer a:hover {
    color: #ccc;
  }

  @keyframes blink {
    0% {
      opacity: 1;
    }

    30% {
      opacity: 0.5;
    }

    50% {
      opacity: 1;
    }

    75% {
      opacity: 1;
    }

    80% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .content {
    height: auto;

  }
 
  @media (max-width: 767px) {
    .navbar {
      height: auto;
    }
    /* update */
          .btn{
            height: auto;
            width: auto;
            padding: 6px;
            font-size: 14px;
          }
          .table td{
            padding: 10px;
            font-size: 13px;
          }
          .table th{
            padding: 10px;
            font-size: 14px;
          }
    
     }
  
  @media (max-width: 990px) {
    .navbar {
      height: auto;
    }
  /* #home img:first-child{
    width: 00px;
  } */
  
  .yvideo{
    height:200px;
    width:220px;  

  }
  .marquee-container{
    display: none;

  }
  .sikhguruimg{
    display: block;
    position: static;
  }
  /* update */
          .btn{
            height: auto;
            width: auto;
            padding: 6px;
            font-size: 14px;
          }
          .table td{
            padding: 10px;
            font-size: 13px;
          }
          .table th{
            padding: 10px;
            font-size: 14px;
          }
  }