@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Lexend', sans-serif !important;
  background: #19191f !important
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;

/*   background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}
.pointer{
  cursor: pointer;
}


button{
  outline: 0 !important
}
.overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
  background: rgba(0, 0, 0, 0.5);
  /* background-size: 3px 3px; */
  z-index: 0;
}
header{
  /* padding: 50px 0; */
  background-image: linear-gradient(360deg, rgba(0,0,0,.0) 50%, rgba(0,0,0,.7) 90%);
  padding: 20px 0;

}
#mainVideo{
  width: 100%;
}
#audio-section2{
       margin-bottom: 100px; 
}
/*.playerContainer{
    display: none !important
}
canvas {
    width: 100% !important
}*/
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  overflow: visible;
}
.navbar{
  padding: 0 !important;
}
.text-black{
  color: #000;
}
.text-white{
  color: #fff;
}
.navbar-brand img{
  height: 48px;
  width: auto;
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
  background-color: white !important
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #f44 !important;
}
.nav-item.active .nav-link{
  color: #f44 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 0;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.my-bg-light {
  background: transparent !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}
.hero-content{
  padding: 50px 0;
  color:white;
}
.hero-content h1{
  font-size: 56px;
  font-weight: 600
}
.lowerSection{
  height: 260px;
  background-image: linear-gradient(180deg, rgba(0,0,0,.0) 50%, rgba(25,25,31,1) 90%);
  margin-top: -240px;
  position:relative;
}
.owl-carousel .owl-stage-outer:hover {

    overflow: visible;
}

.carousel-heading{
  color: #fff;
  text-align: left;
  padding: 10px 0;
}
.margin{
  margin-top: 50px;

}
#logos img{
  filter: brightness(80%);
}
/* .owl-carousel .owl-stage-outer{
  overflow: hidden !important;
} */
/*.owl-carousel .owl-stage-outer{
  overflow: visible !important;
}*/
.owl-stage{
  /* overflow-x: hidden */
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-next span,.owl-prev span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.item:hover{
  z-index: 1000;
}
.item .thumb{
   background-size:cover !important;
   height:180px !important;
   position: relative;
   transition: 0.6s;
   border-radius: 10px;
}
.content{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:white;
}
.hidden-content{
  /* display: none; */
  opacity: 0;
}
.owl-item:hover{
  z-index: 1000
}
.item .thumb:hover{
  box-shadow: 0px 0px 150px #000000;
     z-index: 2;
     -webkit-transition: all 200ms ease-in;
     -webkit-transform: scale(1.5);
     -ms-transition: all 200ms ease-in;
     -ms-transform: scale(1.5);
     -moz-transition: all 300ms ease-in;
     -moz-transform: scale(1.4);
     transition: all 300ms ease-in;
     transform: scale(1.2);
     width: 230px;
   }
   .hidden-content p{
     font-size: 12px;
     margin-bottom: 0px;
   }
      .item .thumb:hover .content{
        display: none;
      }
   .item .thumb:hover .hidden-content{
     opacity: 1;
     /* display: block; */
     width: 100%;
     text-align: left;
     color:white;
     padding: 20px 10px;
     transition: 0.6s;
   }
   .mybtn{
      background: #f44 !important;
      color: white !important;
      border:1px solid #f44 !important;
      border-radius: 50px !important;
      font-size: 10px !important;
      padding: 1px 10px !important
   }
   .table-dark tr{
     background-color: #19191f !important
   }
   .table-dark::before{
     content: "";
     /* background: #19191f !important; */
     height: 500px;
     width: 200px;
     position: absolute;
     top:50px;
     background-image: linear-gradient(90deg, rgba(0,0,0,.0) 50%, rgba(25,25,31,1) 80%);
     left: -200px
   }
   .action-btn{
     background: #19191f !important;
     border:1px solid #fff !important;
     border-radius: 50px !important;
   }

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}



.playerContainer{
width: 100%;
background: #19191F;

}
button.controls.btn-playlist-download.downloadBtn {
    /* float: right; */
    position: relative;
    right: -592px;
    top: -47px;
}
.player-controls{
  width: 20%;
  float: left;
}
.controlsContainer{
text-align: center;
padding-left: 0
}
.tTime{
  color:White
}
.align-left{
  margin-top: 0px;
  color: white
}
.align-right{
  margin-top: 15px
}
.player{
  width: 80%;
  float: left;
}
.download{
  width: 8%;
  float: left;
}
.clear{
  clear:both;
}

.controls{
  position: relative;
  margin: 5px
}
.btn-playlist{
  height: 35px;
  width: 35px;
  background: transparent;
  border:1px solid #aaa;
  border-radius: 50%;
  color:#fff;
  margin-top: 15px
}
.btn-playlist-download{
  height: 35px;
  width: 35px;
  background: transparent;
  border:1px solid #aaa;
  border-radius: 50%;
  color:#fff;
  margin-top: 0px;
}
.duration span{
  margin-top: 16px;
  display: inline-block
}
.play{
  height: 50px;
  width: 50px;
  background: #FF4444;
  border:1px solid #aaa;
  border-radius: 50%;
  color:#fff
}
.controls i{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#controller{
  /* position: fixed;bottom: 0; */
  background: #19191F;
  z-index: 1000
}
#waveform{
  background: #19191F;
  padding: 20px 0;
}
.current_song{
  padding: 20px;
  color: white;
}
.volumecontrol{
  width: 50%;
  margin-top:20px!important;
}
.mymyplaylist{
    float:left;;
}
.playlistlist{
    width:160px;font-size:12px;margin-top:-4px;float:left;
    color: white;
    text-align: left;
    padding-left: 3px
}
@media(max-width:1120px){
  .btn-playlist{
    width: 30px;
    height: 30px
  }
  .play{
    width: 30px;
    height: 30px
  }
}

.icon{
  width: 10%;
  float:left;
}
.seekbar{
  width:35%;
  float: left;
}
.title{
  width: 30%;
  float:left;
}
.duration{
  width: 25%;
  float:left;
  text-align: right;
}
.innerarea{
  padding: 25px;
  color: white;
  border-bottom: 2px solid silver
}
.play-link,.play-link:hover{
  color: #f44;
  text-decoration: none;
}

/*w3 helpers*/
#cdesc{
  color: #fff;
}

#toggle-player{
  color: white;
  background: #FF4444;
  padding: 2px 5px;
  text-decoration: none;
}

@media(max-width:768px){
  .player-controls, .player, .download{
    float: none;
    width:100%
  }
  .playlistlist{
      margin-top:5px;
      width: 100%
    }
  .controlsContainer{
    display: block;
  margin: 0 auto;
  text-align: center;
  padding-left: 0
  }
  #dplay{
    display: block;
  margin: 0 auto;

  }
  .owl-carousel .owl-stage-outer{
    overflow-x: hidden !important;
  }
  #custom-img{
    max-height: 100px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 80px;
      -webkit-appearance: none;
      background-color: #aaa;
    }

    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #FF4444;
      margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
      box-shadow: -80px 0 0 80px #FF4444;
    }

}
.main-heading.text-center p {
    font-size: 20px;
    font-style: italic;

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #FF4444;
}
input[type="range"]::-moz-range-track {
  background-color: #FF4444;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}
input[type="range"]::-ms-fill-upper {
  background-color: #FF4444;
}
#mobiledownload{
  /*display: none;*/
}
  .currentplaying{
    font-size: 24px;
    text-align: left;
    padding-left:20px;
  }




ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #C82333;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #C82333;
}
.footer-widget ul li {
  display: inline-block;
  /* float : left;  */
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #C82333;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #C82333;
    padding: 13px 20px;
    border: 1px solid #C82333;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #C82333;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #C82333;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media screen and (max-width:991px){
  .hero-content h1{
    font-size: 40px;
  }
}


@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;

   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
   .hero-content h1{
       font-size:30px;
       text-align:center;
   }
}

@media (max-width: 768px) {
  .nav-item:after{
    display: none;
  }
  .owl-carousel .owl-stage-outer{
    overflow-x: hidden !important;
  }
  .item .thumb:hover .hidden-content{
    padding-top: 35px
  }
  .lowerSection{
    margin-top: -250px;
  }
  
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

@media(max-width:768px){
  .currentplaying{
    font-size: 15px;
    text-align: center;
    padding-left:0px;
  }
  .current_song{
    padding: 5px;
  }
  .btn-playlist{
    margin-top: 0;
  }
  #dplay{
    display: none;
  }
  #mobiledownload{
    display: inline-block;
  }
  .icon{
    width:30%;
  }
  .title{
    width: 70%
  }
  .seekbar{
    width: 70%
  }
  .duration{
    width: 30%
  }
}

@media screen and (max-width:580px){
  .hero-content h1{
    font-size: 20px;
  }
  .lowerSection, .hero-content, #custom-img, #audio-section2 .margin{
    display: none;
  }
  .bg-video-wrap{
    overflow: initial;
    z-index: 9;
  }
  .navbar{
    background: black;
  }
  #songs{
    padding-bottom: 200px;
  }
}


@media(max-width:420px){
  .icon{
    width:50%;
  }
  .title{
    width: 50%
  }
  .seekbar{
    width: 80%
  }
  .duration{
    width: 20%
  }
  .btn-playlist-download{
    margin-top: 15px
  }

}

