body {
    
    overflow: hidden;
}

.thumb {
    
    width: 70px;
    padding-right: 20px;
    float: left;
    vertical-align: middle;
}

.icon_download {
    
    float: right;
}

#videoSection {
   
    position: fixed;
}

#logoSection img {
  position: absolute;
  display: inline-block;
  max-width: 180px;
    width:100%;
  height: auto;
  left: 30px;
  top: 40px;
}

#myVideo {
   

  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#headerImage img{
    
    width: 100%;
    max-width: 300px;
}

.artist {
    
    font-size:10px;
}

.download_link {
    
    color: #fff;
   
}

#player {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width:250px;
  padding: 20px;
  background-color: transparent;
  border-radius: 10px;
  right: 30px;
  position: absolute;
  bottom: 10;
    top:70px;
  margin: auto 0;
  z-index: 1;

}

#controls {
  float: left;
}

#play-pause {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0);
  color: #fff;
  font-size: 40px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#play-pause:hover {
  background-color: rgba(68, 68, 68, 0);
}

#prev,
#next {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0);
  color: #ffffff;
  font-size: 30px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#prev:hover,
#next:hover {
  background-color: #eee;
}

#playlist {
  width: 100%;
  margin: 20px 0;
  overflow: scroll;
height: 250px;
 
}

#songs {
  list-style: none;
  padding: 0;
}

#songs li {
  padding: 5px;
  background-color: transparent;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #fff;
    font-size: 14px;
}

#songs li:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

#songs li.active-song {
  background-color: rgba(255, 255, 255, 0.11);
}


#volume {
  width: 100px;
  height: 20px;
  margin: 20px 0;
  -webkit-appearance: none;
  background-color: #ddd;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
}

#time {
  display: flex;
  justify-content: space-between;
  width: 100%;
    color: #fff;
}

#toggleSwitchMobile {
    
    display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
    position: absolute;
  left: 0;
  right: 0;
  margin: 50 auto;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8D8E8E;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
    box-shadow: inset 0 0 10px #f8a100;
    -webkit-box-shadow: inset 0 0 6px #393939;
    
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #32ACD1;
    box-shadow: inset 0 0 10px #f8a100;
    -webkit-box-shadow: inset 0 0 6px #393939;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
    box-shadow: inset 0 0 10px #f8a100;
    -webkit-box-shadow: inset 0 0 6px #393939;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(46px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 content:'HUMAN';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 68%;
 font-size: 11px;
 font-family: Verdana, sans-serif;



}

input:checked + .slider:after
{  
  content:'FISH';
   top: 50%;
 left: 40%;
}

/*--------- END --------*/

.button{
    
    background-color: #fff; /* Green */
  border: none;
  color: #4d4d4d;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  cursor: pointer;
border-radius: 12px;
}

#fader {
  position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #343434;
    display: none;
}

#currentTrackDetails {
    
    width: 100%;
    padding-top: 20px;
}

#currentTrackDetails img{
    

    display: none;
    width: 70px;
    padding-right: 20px;
    float: left;
    vertical-align: middle;
    
}

.trackName {
    
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.artistName {
    
    color: #fff;
    font-size: 10px;
}

#downloadBtn {
    
    width: 40px;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    padding-top: 20px;
    right: 20px;
    top: 300px;
    float: right;
}

.modal {
    
    height:200px;
    padding-top: 50px !important;
    background: rgba(255, 255, 255, 0) !important;
    max-width: 450px !important;
    box-shadow: 0 0 0px #000 !important;
    z-index: 99999;
}

.modal a.close-modal {
    
    top: 9.5px !important;
    right: 8.5px !important;
}

.btn-outline-primary {
    
    --bs-btn-color: #fff !important;
    --bs-btn-active-border-color: #fff !important;
    --bs-btn-active-border-color: #fff !important;
    --bs-btn-border-color: #fff !important;
    --bs-btn-hover-bg: #fff !important;
    --bs-btn-hover-color: #000 !important;
    float: left !important;
}

.btn-leftSide {
    
    float: right !important;
}

.btn {
    
    --bs-btn-font-size: 0.8rem !important;
}

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-image: 
  background:rgba(0,0,0,1);
  transition: 1s;
}

#loaderBg {
    
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #000;
    opacity: 0;
    z-index: 10;
}

#overlay {
    
    background-image: url(assets/img/landing_fish_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height:100vh;  /* responsive height */
}

#progress{
   position: absolute;
  left: 50%;
  top: 50%;
    opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
     -webkit-animation-duration: 5s;
    z-index: 10000;
}
#progstat{
  font-size:0.9em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-70px;
  width:100%;
  text-align:center;
  color:#fff;
}

#lockUpLogo {
    
  position:absolute;
  top:30%;
  width:100%;
  text-align:center;
  color:#fff;
  text-transform: uppercase;
   animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s; 
}

#lockUpLogo img {
    
    width: 100%;
    max-width: 450px;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


#welcomeMessage {
  font-size:1em;
  letter-spacing: 0px;
  position:absolute;
  bottom:10%;
  width:100%;
  text-align:center;
  color:#fff;
  text-transform: uppercase;

    animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
    animation-duration: 6s;
    animation-fill-mode: forwards
    
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
    z-index: 1000;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes fadeInTwo {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeInTwo {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeInTwo {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeInTwo {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeInTwo {
  0% {opacity:0;}
  100% {opacity:1;}
}

#homeButton {
    position: absolute;
    top: 15px;
    right: 30px;
    text-align: right;
    z-index: 9999;
    color: #fff;
    font-style: normal;
}



#homeButton a, #homeButton a:active, #homeButton a:focus, #homeButton a:checked {
    
    color: #fff;
    text-decoration: none;
}

#homeButton a:hover {
    
    color: #fff;
    text-decoration: underline;
}

#desk_btn {
    
    
}

#mobile_btn {
    
    display: none;
}

@media only screen and (max-width: 600px) {
    #homeButton {
        position: absolute;
        top: 100px !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        z-index: 9999;
        color: #fff;
        font-style: normal;
    }
    
    #logoSection img {
        width: 50%;
        position: absolute;
        display: flex;
        left: 10px;
        right: 0;
        top:20px;
        margin: 0 auto;
        float: left;
}
    
    #desk_btn {
    
    display: none;
}

#mobile_btn {
    
    display: block;
}


    
   .switch {
  display: inline-block;
  width: 80px;
  height: 34px;
 position: absolute;
left: 0;
    right: 0;
       margin: 65 auto;
}

    
    
    #player {
  
  width: 100%;
  max-width:250px;
  padding: 20px;
  position: absolute;
 left: 0;
    right: 0;
       margin: 80 auto;

}
    
    #headerImage img{
    
    width: 100%;
    max-width: 200px;
}

    
    #playlist {
  width: 100%;
  margin: 20px 0;
  overflow: scroll;
height: 150px;
 
}
    
    .btn-outline-primary {
    
    --bs-btn-color: #fff !important;
    --bs-btn-active-border-color: #fff !important;
    --bs-btn-active-border-color: #fff !important;
    --bs-btn-border-color: #fff !important;
    --bs-btn-hover-bg: #fff !important;
    --bs-btn-hover-color: #000 !important;
    float: left !important;
}

.btn-leftSide {
    
    float: right !important;
}

.btn {
    
    --bs-btn-font-size: 0.6rem !important;
}
  
#lockUpLogo img {
    
    width: 100%;
    max-width: 250px;
}



}
