.bgimg {
    background-image: url('images/poolballimg.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover; 
    border:none;
    margin:0;
  }
  body {
      margin:0;
      padding:0;}
.headtitle {
  margin-top:0!important;
   margin-bottom:0!important;
    padding-left: 7%;
    padding-top: 14%;
    color: white;
    font-size:14vh;
    font-weight:bold;
}
.mains {
    background-color: #25c9d2;
    height:120%;
    margin:0;
    padding:0;
}
    
.img-1{
    width:20%;
}
.Second-header{
    color: white;
    font-size:3.9vh;
    text-align:center;
    display:flex;
    font-weight:bold;
    justify-content: center;
    align-items: center;
}
.center{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:60%;
}
.center2{
    margin-left:auto;
    margin-right:auto;
    width:10%;
}
.Central-text {
    color:white;
    font-size:1.6vh;
    display:flex;
    font-weight:bold;
    justify-content: center;
    align-items: center;
}
.button {
    background-color: #25c9d2;
    border:none;
    border-radius:12px;
    text-align:center;
    padding:8% 17%;
    text-decoration:none;
    font-size:2vh;
    display: inline-block;
    color:white;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);

}
.button:hover {
    background-color: #0099ff;
    box-shadow: 0px 15px 20px rgba(0, 153, 255, 0.74);
    color: #fff;
    transform: translateY(-7px);
  }



#filter-svg {
    display: none;
}


.navbar .nav-indicator {
    width: 4.5%;
    height: 0;
    padding-bottom:4.5%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: -25px;
    left:47.75%;
} 


.navball {
    width: 3.75%;
    height: 0;
    padding-bottom:3.75%;
    border-radius: 50%;
    background-color: rgb(255, 238, 0);
    position: fixed;
    bottom:13;
    left:48.125%;
    z-index: 5;
    pointer-events: none;}

  

.navbar {
    background-color:  white;
    position: fixed;
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    filter: url("#goo");
    opacity:40%;
  }

  .navbar:hover {
    opacity:100%;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    display: block;
    background-color: white;
    text-decoration: none;
    z-index: 1;
  }
  .navbar .butn {
    color: black;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 20px;
    width:25%;
    text-decoration: none;
    font-size: 17px;
    font-family: Audiowide;
    z-index: 1;
    overflow:hidden;
  }
  .navbar .butnhid {
    color: black;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 0;
    border-radius: 20px;
    width:25%;
    text-decoration: none;
    font-size: 17px;
    background-color: #c6fcff;
    font-family: Audiowide;
    z-index: 1;
    overflow:hidden;
  }
  .navbar .butnhid1 {
    color: black;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 0;
    border-radius: 20px;
    width:25%;
    text-decoration: none;
    font-size: 17px;
    background-color: #9df4f8;
    font-family: Audiowide;
    z-index: 1;
    overflow:hidden;
  }
  /* Change the color of links on hover */
  .navbar .butn:hover {
    color: black;
    transform: translateY(-20%);
  }
  .navbar .butnhid:hover {
    color: black;
    transform: translateY(-20%);
  }
  .navbar .butnhid1:hover {
    color: black;
    transform: translateY(-20%);
  }
  .dsm {
    height: 0%;
    width:100%;
    background-color:rgba(63, 63, 63, 0.671);
    position:fixed;
    bottom:0;
    }
    .bx1{
        filter: url("#goo");
        background-color:  #c6fcff;
        padding-bottom:0px;
        height: 0;
        border-radius: 20px;
        position:fixed;
        width:100%;
        bottom:0
    }
    .bx2{
        filter: url("#goo");
        background-color:  #9df4f8;
        padding-bottom:0px;
        height: 0;
        border-radius: 20px;
        position:fixed;
        width:100%;
        bottom:0;
    }
  