@media screen and (max-width: 768px) {
  .news-img {
    width: 100% !important;
    height: 208px !important;
  }
  .st1-container{
    height: auto !important;
  }
  .st1-background{   
    background-size: 184% 100% !important;
    background-position-x: center !important;
    }
   .see-more-btn{
    width: auto !important;
    font-size: 15px !important;
    }
    .big-title {
        font-size: 3em !important;
        padding-top: 3rem;
    }
    .des{
        width: auto !important;
    }
}



.slide-overlay {
  width: 100%;
  height: 100%;
  background: #0a0a0a87;
  position: absolute;
}

.slide-text {
  width: 100%;
  height: 100px;
  /* background: #0e0e0e29; */
  font-family: 'MCQGlobalDark_Lt', sans-serif;
  top: 40%;
  left: 95px;
  position: absolute;
  color:white;
}

.btn-lead-more{
  margin-top: 50px;
}
.btn-lead-more  a {
  border: 1px solid white;
  padding: 15px 60px;
  color: white;
  font-size: 1.125rem;
  transition: background-color 300ms;

}

.btn-lead-more a:hover,.btn-view-presentation a:hover {
  background-color: white;
  color:black;
  cursor: pointer;
}
.btn-view-presentation a:hover {
  border: 1px solid #0069b7;
}
.btn-view-presentation {
  margin-top: 72px;
  display: flex;
}

.btn-view-presentation a {
  border: 1px solid white;
  padding: 15px 60px;
  color: white;
  font-size: 1.125rem;
  background-color:#0069b7;
  transition: background-color 300ms;
  margin: 0 auto;
}

.slide-text h1 {
  font-size: 3rem;
  margin: 20px 0;
}
.slide-text h5 {
  font-size: 1.125rem;
}

#playPauseBtn  {
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.music-control {
  width: 35px;
  
  height: 35px;
  border-radius: 50%;
  /* background-color: #007bff; */
  position: relative;
  cursor: pointer;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  gap: 5px;
}

.play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.play:before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
}

.stop span:first-child::before {
  content: ' ';
  width: 25px;
  height: 4px;
  border: 1px solid;
}


.stop span:last-child::before {
  content: ' ';
  width: 25px;
  height: 4px;
  border: 1px solid;
}
/* 
.equal-sign {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.equal-sign:before, .equal-sign:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.equal-sign:after {
  top: auto;
  bottom: 0;
}

.music-control.play .equal-sign {
  display: none;
} */

/* .music-control.stop .play {
  display: none;
} */


.seek-bar {
  width: 90px !important;
  position: relative;
  height: 2px !important;
  border-radius: unset !important;
  background-color: white !important;
  opacity: 1 !important;
  /* position: relative; */
  cursor: pointer;
  /* position: absolute;
  bottom: 30px;
  left: 95px; */
}
.seek-bar .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #00000087;
  width: 0;
  animation: w100 8s linear !important ;
}

/* .seek-bar .thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007bff;
  pointer-events: none;
} */