*{
  margin: 0;
  padding: 0;
  font-family: "YT Sans", "Roboto", "Arial", sans-serif;
  scroll-behavior: smooth;
}
section#rightsidenavbar {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 1;
  right: 0;
}
.allrightnavbar{
  position: fixed;
    padding: 20px 0;
    margin-top: -390px;
}
.linebtn{
  position: relative;
    width: 4px;
    height: 100px;
    border-radius: 50px;
    background-color: rgba(41, 41, 41, 0.445);
    margin: 80px 20px;
    cursor: pointer;
}
.activeli{
  position: relative;
    width: 4px;
    height: 100px;
    border-radius: 50px;
    background-color: #000;
    margin: 80px 20px;
    cursor: pointer;
}
.linebtn .tooltiptext {
    visibility: hidden;
    width: 200px;
    font-size: 18px;
    /* background-color: rgba(173, 173, 173, 0.856); */
    color: rgb(0 160 227);
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 105%;
  }
  
  .linebtn:hover .tooltiptext {
    visibility: visible;
  }
  #projectofthemonth{
    width: 100%;
    height: auto;    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .casement{
    padding-bottom: 100px;
  }


  #Gallerymedia {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
#Videomedia {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
  #Exhibitionmedia{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.gallrynewupdate{
  width: 100%;
  height: auto;
  text-align: center;
}
.gallrynewupdate img{
  width: 25%;
  height: auto;
  margin: 15px;
}

@media (max-width: 1200px){
  .gallrynewupdate img{
    width: 45%;
    height: auto;
    margin: 15px;
  }
}
@media (max-width: 650px){
  .gallrynewupdate img{
    width: 90%;
    height: auto;
    margin: 15px;
  }
}