body {
  margin: 0px;
  height: auto;
  overflow-x: hidden;
  background-color: #fff0;

}
p{
font-size: 18px;
}

.hero {
  background-image: linear-gradient(to top, #00000057, #00000057), url(https://bhaktimarga.org/up/preview-shandilyabsutra/img/2023-06-0110-PV-Shandilya-Bhakti-Sutra-EventPage.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
  padding-top: 9%;
}

.ornamental-line-desktop{
  display: block;
}

.ornamental-line-mobile{
  display: none;
}

.hero-vp {
  width: 100%;
  margin-left: 10%;
  position: relative;
  padding-top: 75px;
  padding-bottom: 20%;
}
.vp-logo{
  width: 70px;
  height: auto;
}

.hero-text{
  color: white;
  font-size: 30px;
}

.image-hover:hover{
  filter: contrast(10);
}

.banner1-1{
  background-image: linear-gradient(270deg,#16254c 0%,#000711 100%);
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  padding: 5%;
  margin-top: -108px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 6fr;
}

.text-banner{

}

.cta{
display: grid;
grid-template-columns: 2fr 3fr;
margin: 3% 10%;
}

.cta-text-block{
  background-color: #bb9d5a;
  padding: 5%;
}

.cta-title{
  font-size: 25px;
  color: #002554;
  font-weight: bold;
}

.cta-text{
  color: #002554;
}

a.cta-button{
    color: white;
    border: 1px solid;
    border-color: #002554;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #002554;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-right:40px;
}

a.cta-button:hover {
    background-color: #ffffff00;
    color: #002554;
    transition: 0.3s;
}

.p-banner{
  color: #bb9d5a;
  text-align: left;
}

.icons-banner{
  margin-top: 5%;
  overflow: auto;
}

.welcome{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
}

.welcome-h1{
  color: #002554;
}

.welcome-p{
  color: #002554;
}

.live-text{
  font-size: 21px;
  color: #002554;
  margin-bottom: 0px;
}

#playerContainer{
  margin-top: 50px;
  margin-bottom: 50px;
}

.live-video{
  padding-left: 10%;
}

.interpretation{
  margin-left: 10%;
  color: #6c757d;
  font-size: 1.25em;

}

.daily-section{
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.daily-h1{
  color: #002554;
  margin-bottom: 0px;
}

.daily-videos{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.banner-2{
  margin-top: 3%;
  margin-bottom: 3%;
  background-color: #00a2b0;
  width: 100%;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}

.faq-section{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 3%;
}

.faq{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
}

.backstage-section{
  background-color: #CCECEF;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 3%;
  margin-top: 4%;
  margin-bottom: 1%;
  padding-right: 15px;
}

.inspiring-satsang-section{
  background-color: #002554;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 3%;
  margin-top: 4%;
  margin-bottom: 1%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 10%;
  padding-left: 10%;
}


.past-shows-videos{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3%;
  margin-top: 4%;
  margin-bottom: 1%;
}

.past-shows{
background-color: #CCECEF;
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
padding-bottom: 5%;
margin-top: 5%;
}

.people-saying{
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
padding-bottom: 5%;
}

.backstage-text{
  margin-top: 35px;
  margin-bottom: 35px;
}

.donation-section{
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 3%;
  background-color: #CCECEF;
  padding-left: 35px;
  margin-bottom: 4%;
}

.donation-text{
  margin-bottom: 40px;
  margin-top: 35px;
}

a.donate-button{
    color: #00a1b0;
    border: 1px solid;
    border-color: #00a1b0;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    padding-top:7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
}
.comment-button{
  color: #002554;
  border: 1px solid;
  border-color: #002554;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
  padding-top:7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

a.comment-button:hover{
  color: white;
  background-color: #002554;
}

.fit-image{
  object-fit: cover;
  height: 100%;
}

.share-section{
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 7%;
}



/* carrossel quotes*/

.banner_responsivo_base {
  border-radius: 10px;
}

.slides {
  display: block;
  position: relative;
  max-width: 1472px;
  width: 95%;
  height: 360px;
  margin: 5px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide-image {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  background-color: #BB9D5A;
}

.banner-responsivo-titulo {
  color: #fff;
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 240px;
  left: 50%;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.banner-responsivo-legenda {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;

}



.slide-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 100px;
  line-height: 360px;
  color: #fff;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

.slide-image:hover + .carousel-controls label {
  opacity: 0.5;
}

.carousel-controls label:hover {
  opacity: 1;
}

.carousel-controls .prev-slide {
  width: 10%;
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  width: 10%;
  text-align: right;
  right: 0;
}

.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 999;
  text-align: center;
}

.carousel-dots .carousel-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 5px;
}

input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
  display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
  opacity: 1;
}

input:checked + .slide-container .nav label {
  display: block;
}

/* end carrossel quote*/


.footer-grid{
	display: grid;
    grid-template-columns: 2fr 3fr 3fr;
}

.footer{
	background-image: linear-gradient(315deg,#16254c 0%,#000711 100%)!important;
    padding: 5% 10% 5% 10%;
}


.footer-title{
	color: #bb9d5a;
    font-size: 16px;
    border-bottom: 2px solid #bb9d5a;
    padding-bottom: 15px;
}

.footer-text{
	color:#8aaadb;
    font-size: 14px;
}


.footer-hype-text{
	color:#617B9B;
    font-size: 14px;
    text-decoration: none;
}

.footer-hype-text:hover{
	color: #8aaadb;
    font-size: 14px;
    text-decoration: none;
}

.footer-container{
	margin-right: 9%;
}

.icon{
	height:20px;
    margin-right: 10px;
}

.footer-logo{
  width: 35%;
}

@media screen and (max-width: 680px){
  .footer-grid{
    display: block;
  }
  .footer-logo{
    width: 15%;
  }
}



@media screen and (min-width: 1555px){
  .fit-image{
    object-fit: cover;
    max-height: 410px;
  }

}

@media screen and (max-width: 1325px){
  .btn-donation{
    margin-bottom: 30px;
  }

}


@media screen and (max-width: 880px){
  .backstage-section{
    display: block;
    padding-right: 0px;
  }
  .cta{
    display: block;
  }
  .inspiring-satsang-section{
    display: block;
  }
  .past-shows-videos{
    display: block;
  }
  .videos-past{
    margin-bottom: 2%;
  }
  .fit-image{
    height: auto;
  }
  .backstage-text{
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
  }
  .daily-videos{
    display: block;
    margin-top: 2%;
  }
  .banner-2{
    padding-left: 2%;
    padding-right: 2%;
  }
  .faq{
    display: block;
  }
  .donation-section{
    display: block;
    padding-left: 0px;
  }
  .donation-text{
    padding-left: 2%;
    padding-right: 2%;
  }
  .btn-donation{
    margin-left: 2%;
  }
}

@media screen and (max-width: 660px){

  .hero{
    background-image: linear-gradient(to top, #00000057, #00000057), url(https://bhaktimarga.org/up/preview-shandilyabsutra/img/2023-06-0110-PV-Shandilya-Bhakti-Sutra-EventPage.jpg);
  }
  .hero-text{
    color: white;
  }
  .ornamental-line-desktop{
    display: none;
  }
  
  .ornamental-line-mobile{
    display: block;
  }

}

@media screen and (max-width: 785px){
  .banner1-1{
    display: block;
  }
  .vp-logo-banner{
    display: none;
  }
}

