body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "Barlow";
    src: url("../webfont/Barlow-SemiBoldItalic.ttf");
}
.hamburger-menu {
    display: none;
}
#video1200, #video992, #video768, #video566, #video466, #video375 {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%; 
    min-height: 100%;
    z-index: -1;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%; 
    min-height: 100%;
    z-index: -10;
}


/*.header-index {*/
/*    background: url('../img/banner/index.webp');*/
/*    background-size: cover;*/
/*    position: fixed;*/
/*    top: 0; */
/*    left: 0; */
/*    right: 0; */
/*    bottom: 0; */
/*    margin: auto; */
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    }*/

.header-index {
    background: url('../img/banner/index.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    width: 100%;
    min-height: 940px;
     z-index: -1;
    }
    
.header-biography {
    background: url('../img/banner/biography.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    width: 100%;
    min-height: 940px;
    }
.header-events {
    background: url('../img/banner/events.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    width: 100%;
    min-height: 940px;
} 
.header-gallery {
    background: url('../img/banner/gallery.webp'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 100%;
    min-height: 100%;
}
.header-music {
    background: url('../img/banner/music.webp'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 100%;
    height: 990px;
}
.header-video{
    background: url('../img/banner/video.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 100%;
    min-height: 100%;
}
.header-store {
    background: url('../img/banner/store.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    width: 100%;
    min-height: 940px;
}
.header-contact {
    background: url('../img/banner/contact.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    width: 100%;
    min-height: 940px;
}

/*header started*/

.brandlogo {
    padding-top: 10px;
}

.brandlogo img {
     width: 70%;
}

header .home {
    padding-top: 12px;
}

.home .nav  {
    display: flex;
    margin-top: 12px;
    justify-content: space-evenly;
}

.home .nav a  {
   text-decoration: none;
   color: white;
   font-size: 17px;
   text-shadow: 1px 1px #000000;
}
.home .nav a:hover  {
    color: #61abff;
    transition: 2s;
 }
 
.home .social {
    margin-top: 9px;
    text-align: center;
}
.home .social a {
    font-size: 22px;
    margin: 5px;
    color: #ffffff;
}
.home .social a:hover {
    color: #61abff;
    transition: 0.5s;
}

/*Hamburger menu Started*/
.hamburger-menu{
    display:none;}
.hamburger-menu {
    float: right;
}
.openbutton {
    background: none;
    color: white;
    border: none;
    font-size: 32px;
    border-radius: 51px;
    transition: 2s;
    cursor: pointer;
    float: right; 
}
.sidebar {
    height: 100%;
    width: 200px;
    position: fixed!important;
    background: rgb(0 0 0 / 96%);
    overflow: auto;
    display: none;
    right: 0;
    z-index: 100!important;
}
.closebutton {
    background:none;
    border: none;
    font-size: 21px;
    margin-left: 8px;
    margin-top: 9px;
    cursor: pointer;
    margin-top: 20px;
    color: white;
}
.sidebarmenu {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 100!important;
    background: black;
}
.sidebarmenu a {
    text-decoration: none;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.sidebarmenu a:hover {
   color: #61abff;}

.sidebarsocial {
    padding-top: 83px;
}
.sidebarsocial a {
    margin: 10px;
}
.sidebarsocial a:hover {
    color: #61abff;}
/*Sidebar menu finished*/

/*header finished*/


/*index*/
.indexContent  {
  min-height: 100%;
}
.indexContent .info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 350px;
   
}
.indexContent .info h1 {
    font-weight: 700;
    color: white;

}   
.indexContent .info p {
    color: grey;

}
.indexContent .info a {
    color: rgb(236, 236, 236);
    display: flex;
    justify-content: flex-end;

}
.indexContent  .info a:hover {
    color: white;
}
.youtubeWatch {
    width: 4%;
    padding-right: 8px;
}
.youtubeWatch img {
    width: 100%;
}

.bgMusic-sound {
    display: flex;

}
.soundonoff {
    width: 75px!important;
    background: none!important;
    margin: 10px;
    width: 100%;
}

.soundonoff img {
    width: 100%;
    filter: brightness(0.7);
}
.soundonoff img:hover {
   filter: brightness(0.9);
}
.moremusicIndex {
    display: flex;
    justify-content: center;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}
.moremusicIndex img {
    width: 55px;
    margin: 10px;
    text-decoration: none;
}
.moremusicIndex img:hover {
    width: 58px;
    filter: invert(0.9);
}

/*biography*/

.text-bio {
    color: white;
    margin-top: 190px;
    padding-bottom: 40px;
    font-size: 20px;
}



/*event*/
.event {
    padding-top: 140px;
    margin: 0!important;
}
.event p {
    font-size: 14px;
    padding: 10px;
    font-family: system-ui;
}
.event h5 {
    font-size: 24px;
    padding-top: -3px;
    font-weight: 700;
    padding-left: 10px;
    font-family: math;
}
.event-card {
    background: white;
    padding: 7px;
    border-radius: 6px;
    margin-top: 20px;
}

/*gallery*/

.gallery {
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.gallery .column {
    padding-bottom: 10px;
    padding-left: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 0.7;
}
.gallery .column:hover {
    opacity: 10;
}
  
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: black;
  }

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }

  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .gallery img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


/*music*/
.playerarea {
    height: 500px;
    padding-top: 140px;
    }

.playerarea h2 {
    margin: 0;
    color: #f9e9a1;
    text-align: center;
    font-size: 27px;
    padding-top: 55px;
}
.playerarea li {
    color: white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.playerarea a {
    color: white;
    cursor: pointer;
}

ul { -webkit-column-count:2;-moz-column-count:2;column-count:2; 
    padding-top: 27px;}
li:hover {   color: #f9e9a1; }
li.playing { font-weight: bold; color: red; }

#audio {
    width: 90%;
}

.albumcover img {
    width: 100%;
    padding-top: 23px;
}
.audioplayer {
    padding-top: 25px;
}
.moremusic {
    display: flex;
    padding-top: 20px;
    font-size: 36px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.moremusic a:hover {
  color: #f9e9a1;
}
.card {
    background: none!important;
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row!important;
    justify-content: space-between;
}
.albuminfo {
    display: flex;
    flex-direction: column;
}
.albuminfo h4 {
    color: white;
}
.albuminfo img {
    width: 70%;
}
.halfPart{
    display: flex;
    flex-direction: column;
}
/* li.selected {
    color: yellow;
} */
li.active
{
    color: red;
}
.btn-primary img {
    width: 100%;
    background-color: none;
}
.btn-primary img:hover {
   filter:saturate(2);
}
.singles {
    padding-top: 16px;
}
.playerarea h3 {
    color: #c4c4c4;
    font-weight: 800;
    padding-left: 20px;
    margin: 0;
    padding-top: 24px;
}
.playerarea span {
    color: rgb(171, 171, 171);
    font-size: 15px;
    z-index: 100;
}

.playerarea button:hover {
    width: 21%;
    border-color: none!important;
    border-style: none;
    z-index: 100;
}

/*video*/
.videos { 
    height: 900px;
    background-color: black;
}

.default {
    padding-top: 50px;
}
.thumbs {
    padding-top: 13px;
    padding-bottom: 55px;
}
.thumb {
    padding-bottom: 20px;
}
iframe {
    max-width: 100%;
}

/*Store*/
.store { 
    padding-top: 245px;
}
.store-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.store .card-body {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 0px;
}

.store .product-name {
    font-size: 24px;
    font-weight: 700;
}
.store .product-price {
    font-size: 24px;
    color: rgb(255, 255, 255);
}
.store img {
    cursor: pointer;
    width: 100%;
}
.store .card-body {
    background-color: #3f3f3f;
    color: white;
}

/*contact*/
.contact { 
   padding-top: 245px;
   display: flex;
   justify-content: center;
}
.name, .email, .phone  {
    width: 100%;
    margin: 6px;
    border-radius: 4px;
    height: 34px;
    border: none;
    padding-left: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.message {
    width: 100%;
    margin: 6px;
    border-radius: 4px;
    height: 114px;
    border: none;
    padding-left: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.send {
    width: 40%;
    height: 34px;
    margin: 6px;
    background: grey;
    color: white;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.form-label, .contact h3, #copyright {
    color: #747474;
}
#copyright  {
    padding-top: 15px;
}
#copyright a  {
    text-decoration: none;
    color: #a3a3a3;
}
.iconscontact a:hover {
    color: #61abff;
}
.iconscontact {
    font-size: 30px;
    color: white;
    padding-top: 30px;
}
.contact p {
    color: white;
}