.logo {
    width: 175px; /* adjust the width as needed */
    height: 111px; /* adjust the height as needed */
    position: absolute;
    bottom: -10px; /* adjust the distance from the bottom as needed */
    left: 0;
  }

.my-button {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 4px 16px;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.my-button:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 666px) {
  .logo {
    width: 172px;
    height: 111px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%); /* center horizontally and adjust vertically */
  }

@media screen and (max-width: 666px) {
  .mobdiv  {
            padding-top: 100px;
            background-color: black;
            color: white;
        }
    }

@media (max-width: 666px) {
  .my-button {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 14px; /* adjust the font size as needed */
    padding: 3px 10px; /* adjust the padding as needed */
    transition: all 0.3s ease;
    position: absolute;
    bottom: -30%;
    right: 152px;
    left: 152px;
    margin: auto;
    width: auto;
  }
}

@media (max-width: 500px) {
  .my-button {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 14px; /* adjust the font size as needed */
    padding: 3px 10px; /* adjust the padding as needed */
    transition: all 0.3s ease;
    position: absolute;
    bottom: -30%;
    right: 70px;
    left: 70px;
    margin: auto;
    width: auto;
  }
}
}

* {
        box-sizing: border-box;
      }
      .carousel {
        position: relative;
        margin: auto;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 1px solid white;
      }
      .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
      }
      .carousel-item.active {
        opacity: 1;
      }
 @media only screen and (max-width: 768px) {
        .carousel {
          width: 355px;
          height: 197px;
        }
      }

@media only screen and (min-width: 768px) {
        .carousel {
          width: 355px;
          height: 197px;
        }
      }

      @media only screen and (min-width: 992px) {
        .carousel {
          width: 455px;
          height: 253px;
        }
      }

      @media only screen and (min-width: 1200px) {
        .carousel {
          width: 555px;
          height: 309px;
        }
      }

.slider {
  width: 210px;
  margin: 0 auto;
  padding-top: 5px;
}
.slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 11px;
  background-image: url('/src/slider_rail.png');
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  background-image: url('/src/slider_slider.png');
  background-size: cover;
  border-radius: 50%;
  position: relative;
  top: 0px;
  cursor: pointer;
}
.slider input[type=range]:focus::-webkit-slider-thumb {
  outline: none;
}

.slider input[type=range]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
        }

.npdiv{
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin: auto;
  }
table {
  border-collapse: collapse;
  margin: auto;
  width: 80%;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
th {
  color: white;
  font-weight: 400;
}
td {
  border: none;
  font-weight: 400;
}
                #player {
                        width: 280px;
                        height: 90px;
                        border: 1px solid #000000;
                        padding: 5px;
                        text-align: center;
                        margin: 0 auto;
                        background-color: #000000;
                        position: relative;
                }
#play {
                        background-image: url('/src/rubiplayw.png');
                        background-repeat: no-repeat;
                        background-position: center;
                        background-color: transparent;
                        border: none;
                        padding: 0;
                        width: 50px;
                        height: 50px;
                        cursor: pointer;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -70%);
                        transition: background-image 0.5s ease-in-out;
                }
                #pause, #stop {
                        background-image: url('/src/pause.png');
                        background-repeat: no-repeat;
                        background-position: center;
                        background-color: transparent;
                        border: none;
                        padding: 0;
                        width: 50px;
                        height: 50px;
                        cursor: pointer;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-150%, -70%);
                        display: none;
                        transition: background-image 0.5 ease-in-out;
                }
                #stop {
                        background-image: url('/src/rubistopw.png');
                        transform: translate(-150%, -70%);
                }
                #gif {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(50%, -70%);
                        display: none;
                }
#volume {
                        position: absolute;
                        left: 50%;
                        bottom: 10px;
                        transform: translateX(-50%);
                        width: 210px;
                        margin-top: -10px;
                        color: #ffffff;
                        }
