/*====== Google Font ======*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400;500;600;700&display=swap');
@import url("base.css");
@import url("utilities.css");
@import url("responsive.css");


/* ==== Header ==== */
.navigation{
  /* background: rgb(1 1 1); */
  background-image: url(../images/topback.jpg);
  background-blend-mode: screen;
  height: 100vh;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.navigation video{
  position: absolute;
  
  filter: opacity(0.2);
}

.hero-content{
  position: absolute;
  bottom: -5px;
  width: 100%;
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .closeicon{
  display: none;
}

#nav-menu{
  display: none;
}

.nav__menu{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
}

.nav__menu>li{
    margin: 0 1rem;
    position: relative; 
}

.nav__menu>li>a{
  font-size:var(--fs-small);
  font-family: raleway;
  color: #fff;
  font-weight: var(--fw-light);
  transition: all ease 0.2s;
}

.nav__menu>li>a:hover{ 
  font-size:2.5rem;
}

.nav__menu>li>a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -10px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #e44580;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
}

.nav__menu>li>a:hover:after{ 
  width: 100%; 
  left: 0;
} 

.header .menuicon{
  display: block;
}

.header .menuicon,
.header .closeicon{
  font-size:var(--fs-medium);
  color: #fff;
  cursor: pointer;
}

.header__logo{
  font-size: var(--fs-xlarge);
  color: var(--white);
  font-family: casualregular;
  background: none;
  padding: 30px;
  display: inline-block;
}

.header__logo #name{
  margin: 0 auto;
  overflow: visible;
  display: block;
}


.header__toggle{
    font-size: 1.5rem;
    cursor:pointer;
    color:var(--white);
}

.hero-heading h1{
  font-size: var(--fs-xlarge);
  font-family: Bakbak;
  color: #fff;
  font-weight: var(--fs-large);
  text-align: center;
}

.splide__arrow svg{
  fill: #fff !important;
}
/* ================================================================= Header ========================================================= */


#lightgallery a{
  max-width: 100%;
}

#lightgallery{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lightgallery-thumbs a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(0.6) brightness(1.25);
  transition: all 0.3s ease-in-out;
}
.lightgallery-thumbs a img:hover{
  filter: grayscale(0) contrast(1) brightness(1);
}


.image-gallery-section{
  /* padding: 0px 0  70px 0; */
  text-align: center;
}

.image-gallery-container{
  overflow:hidden;
  position: relative;
}

.image-gallery-container:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
  filter: blur(20px);
}

/* Hover state - trigger effect */
.image-gallery-container:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.image-gallery-container:active:after {
  opacity: 0;
}


/* ================================================================= Journey ========================================================= */


.journey__title{
  color:var(--purple);
  font-family: casuallight;
  font-size: var(--fs-xxxlarge);
}

.journey__section {
  padding: 50px 0;
  background: #fff;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),url(../images/_static-media.jpg);
  background-size: cover;
  backdrop-filter: brightness(0.25);
  position: relative;
  min-height: 100vh;
}

.journey__section:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.journey__textbox p{
  color: #540f4a;
  line-height: 3.75rem;
  font-weight: 500;
}


.journey__stats-container{
  padding-top: 4rem;
  display: flex;
  gap: 3rem;
  flex-direction: column;
  align-items: center;
}

.journey__stats{
  /* background: linear-gradient(178deg, #38e3eb, #1e949a); */
  background-image: url(../images/brush.png);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  min-width: 250px;
  min-height: 250px;
}

.journey__stats:hover{
  cursor: pointer;
  background-image: url(../images/brush.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 8rem 0;
  /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%); */
}

.journey__stats h2 {
  color: #ffebb3;
  font-size: 3.9rem;
  margin: 0;
  font-weight: 600;
}

.journey__stats p{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ================================================================= Video Section ========================================================= */


.shows{
  background-image:url('../images/_static-media.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shows h1{
  color:var(--purple);
  font-family: casuallight;
  font-size: var(--fs-xxxlarge);
}
.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
}
.shows-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shows-title h1{
  margin: 0;
}
.shows-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-bhajan-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.musicplayer .bk-bhajan-section-btn{
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 2rem auto;
  max-height: 4.5rem;
  border-radius: 3rem;
  text-decoration: none;
  background: var(--purple);
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
}

.musicplayer i{
  margin-left:1rem;
}

.main-video-player{
  margin-top: 2rem;
}


.shows-buttons button{
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0 1rem;
  max-height: 4.5rem;
  border-radius: 3rem;
  text-decoration: none;
  background: var(--purple);
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
}

.shows-buttons button:hover,
.shows-buttons button:focus{
    background: var(--darkpurple);
}

.shows-buttons button:focus{
    outline: 1px solid #fff;
    outline-offset: -4px;
}

.shows-buttons button:active{
    transform: scale(0.99);
}



/* ================================================================= Footer ========================================================= */

.footer{
  overflow: hidden;
  height: 500px;
  background: var(--purple)  no-repeat center fixed;
}

.get-in-touch__text p {
    color: var(--green-blue);
    line-height: 2.5rem;
    font-weight: 400;
}
    
.get-in-touch__title{
  color:var(--white);
  margin: 0;
  font-family: casuallight;
  font-size: var(--fs-xxxlarge);
}

.get-in-touch__text{
  padding-top: 2rem;
  color: var(--white);
  margin: 0;
  font-family: 'Raleway';
  line-height: var(--fs-xlarge);
  font-weight: 300;
}

.get-in-touch__text a{
  font-size: 2.5rem;
  padding-left: 1rem;
}
.social__media-icons li a{
  font-weight: 300;
  line-height: 2.5rem;
}
.social__media-icons li a i{
  font-size:2.65rem;
  padding-top: 1rem;
  padding-right:1rem;
  transition: all ease 0.2s;
}
.social__media-icons li:hover i{
  transform: scale(1.2);
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
}

.social__media-icons li:nth-child(1):hover a{
  color: var(--yellow);
  font-weight: 500;
}

.social__media-icons li:nth-child(2):hover  a{
  color: #000;
  font-weight: 500;
}
.social__media-icons li:nth-child(3):hover  a{
  color: #3b5998;
  font-weight: 500;
}
.social__media-icons li:nth-child(4):hover  a{
  color: #FF0000; 
  font-weight: 500;
}
.social__media-icons li:nth-child(5):hover  a{
  color: #00acee;
  font-weight: 500;
}

.musicplayer{ 
  background: linear-gradient(0deg, rgb(155 68 137), rgb(216 89 190 / 88%)), url('../images/wave.jpg');
  background-attachment: fixed;
  background-origin: bottom left;
  background-size: cover;
  background-position: fixed;
}
.musicplayer-for-songs{
  display: grid;
  grid-template-columns: repeat(auto, minmax(300px,1fr));
  grid-template-rows: auto 1fr;
}

.music-title__heading{
  color: var(--white);
  font-family: casuallight;
  font-size: var(--fs-xxxlarge);
}

.songlist{
grid-row: 2/3;
}


.design_svg{
  transform: scale(1.5);
  filter: opacity(0.1);
}

.songlist{
  position: relative;
  z-index: 4000;
}

.musicplayer{
  position: relative;
}

.musicplayer svg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.musicplayer svg:nth-of-type(2){
  filter: opacity(0.4);
}


.musicplayer .show-video-btn {
  display: block;
  border: none;
  padding: 1rem 2rem;
  margin: 2rem auto 0;
  max-height: 4.5rem;
  max-width: fit-content;
  border-radius: 3rem;
  text-decoration: none;
  background:#ffffff;
  color: var(--purple) ;
  font-family: var(--font-primary);
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
}

.musicplayer .show-video-btn:hover,
.musicplayer .show-video-btn:focus {
    background: #ffffff;
}

.musicplayer .show-video-btn:focus {
    outline: 1px solid  var(--darkpurple);
    outline-offset: -4px;
}

.musicplayer .show-video-btn:active {
    transform: scale(0.99);
}


.musicplayer .show-video-btn i{
  margin-left: 1rem;
}

.musicplayer .redirect-video-btn,
.redirect-bhajans-btn {
  color: var(--white);
  background: #FF0000;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 1rem 2rem;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
}



























/* for desktop */
@media screen and (min-width: 768px){

  .header__logo{
    font-size: var(--fs-xlarge);
    color: var(--white);
    font-family: casualregular;;
    padding: 15px;
  }

  .header #nav-menu{
    display: block;
  }

  .header .menuicon{
    display: none;
  }

  .nav__menu{
    justify-content: space-between;
  }

  .splide img{
      width: 100%;
      height: auto;
  }

  .splide__slide{
    position: relative;
  }
  
  .splide__text{
    position: absolute;
    top: 0;
    left: 0;
  }

  .journey__stats-container{
    flex-direction: row;
  }
  
  .journey__stats{

    background-image: url(../images/brush.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    padding: 8rem 0 ;
    position: relative;
    overflow: hidden;
    min-width: 250px;
    min-height: 250px;
  }

  .grid-50percent{
    display: grid;
    gap:10px;
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
  }
}




/* only for small for small tablet */
@media screen and (min-width: 600px) and (max-width:767px){
  
  .journey__stats-container{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .journey__stats{
    background-image: url(../images/brush.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-width: 250px;
    min-height: 250px;
  }

  .journey__stats:hover{
    cursor: pointer;
    background-image: url(../images/brush.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    padding: 8rem 0;
    /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%); */
  }
}

/* upto large tablets */
@media screen and (min-width: 0px)  and (max-width:1024px){

  .hero-content{
    flex-direction: column;
  }

  .hero-heading h1{
    font-size:var(--fs-xlarge);
  }

  .hero-heading br{
    display: none;
  }
  .w-50{
    width: 100%;
  }
  .w-48{
    width: 100%;
  }
}



/* upto small devices */
@media screen and (min-width: 0px)  and (max-width:600px){

  .journey__title {
    text-align: center;
  }
  .journey__stats-container{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .journey__stats{
    background-image: url(../images/brush.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-width: 250px;
    min-height: 250px;
  }

  .journey__stats:hover{
    cursor: pointer;
    background-image: url(../images/brush.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    padding: 8rem 0;
    /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%); */
  }

  
  .shows-title {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  }

  .shows-title  h1{
    text-align: center;
    padding-bottom: 3rem;
  }

  .padding-top-bottom{
    padding-top: 35px;
  }

  #lightgallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
    

}
  