:root {
    --darkBack:black;
    --light:#fff;
    --gray:#e1e1e1;
}
*{
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}
a{
text-decoration: none;
}
::-webkit-scrollbar{
    display: none;
  }
.hero{
    width:100%;
}
.baap{
    display: flex;
    width:100vw
}
.baap_content{
    width:100%;
}
.navigation{
    background-color:var(--darkBack) ;
    width:2.5rem;
    overflow: scroll;
    padding:0.5rem;
    border-radius: 0.5rem;
    position:sticky;
    top:1rem;
    margin: 0.5rem;
    left:1rem;
    color:var(--light);
    z-index: 100;
}
.pecsNavigation{
    font-size: 1rem !important;
}
.navigation_logo{
    width:100%;

display: flex;
justify-content: center;
align-items: center;


}
.navigation_logo img{
    width:100%;
    padding: 5% 15%;
margin: auto;

 
  
    object-fit: contain;
}
.navigation_btns{
    padding:  1rem 0;
   
}
.navigation_single{
    display: grid;
    gap:0.5rem;
    grid-template-columns: 1rem 1fr;
    align-items: center;
    padding: 0.5rem 0;
    background-color: var(--darkBack);
    border:none;
    color:var(--light);
}
.navigation_single_text{
text-transform: capitalize;
font-size: 1.1rem;
font-weight: bold;
padding:0 1rem
}
.navigation_single_text{
    width:16rem 
}
.baap .expand{
    /* width:fit-content; */
    width:16rem !important;
    height: calc(100vh  - 4rem);
}
.navigation_logo{
    display: none;
}
.expand .navigation_logo{
    display: flex;
}
.navigation_icon{
    color:var(--light);
    font-size: 1.5rem;
    width:1rem;
}
.navigation_Btn_icon{
    font-size: 1.3rem;

}
.chapter_name{
    text-decoration: none;
    color:var(--light);
    font-size: 0.8rem;
    display: flex;
    width: 16rem;
}
.testament{
    width: 16rem; 
    padding-left: 1rem;
}
.hero_back{
    position: absolute;
    width:100vw;
    height:100vh;
    margin-bottom: 100vh;
    background-image: url('./assets/images/hero.png');
    background-position: center;
    background-size: cover;
     
}
.hero_home{
    width:100%;
    height:100vh;
    background-image: url('./assets/images/hero.png');
    background-position: center;
    background-size: cover;
    
}
.hero_text{
    background-color: rgba(255, 255, 255,0.6);
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
   
    text-align: center;
    padding: 3rem;
    flex-direction: column;
}
.hero_text p{
    
    font-family: 'Salsa', cursive;
    font-size: 2rem;
    text-align: center;

}
.hero_text .small{  
    font-size: 1.5rem;     
}
.hero_text .xsmall{  
    font-size: 1rem;     
}

/* home page end  */
/* about page start  */
.about{
    min-height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2rem 0 1rem;
    
}
.about_top_title{
    font-size: 2rem;
}
.about_top_text{
    text-align: justify;
}
.about_top_motto{
    font-weight: bold;
    padding: 1rem 0;
}
.about_bottom{

}
.about_bottom_single{
    border:1rem solid var(--gray);;
    padding:1rem;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}
.about_bottom_single_image{
    position:relative;
    top:-3.5rem;
    width:3rem;
    height:3rem;
    background-color: var(--gray);
    margin-bottom: -2rem;
    padding:0.5rem;
    border-radius: 4rem;
    
}
.about_bottom_single_text{
    text-transform: capitalize;
    font-weight: bold;
}
/* about page start  */
/* verse section start */
.verse{
    height:100vh;
    margin-top: 2rem;
}
.verse_text{
width:100%;
height:100vh;
position: absolute;
background-color:rgba(0, 0, 0,0.6);
display: flex;
justify-content: center;
align-items: center;
color: white;
padding:0 2rem
}
.verse_image{
width:100%;
height:100vh;
object-fit: cover;
}
.studentArt{
    
    flex-direction: row !important;
    justify-content: center !important;
   
}
#carouselExampleAutoplaying{
    width:80vw
}
.parent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}
.studentArt_image{
    width:100%;
    height:80vw;
    object-fit: contain; 
}
.sliderAngleParent{
    padding:0.5rem;
    background-color: black;
    /* margin-right: 1rem; */
    border-radius: 3rem;
    /* height: 3rem; */

}
.sliderAngle{
    background-color: black;
    border-radius: 2rem;
    
}
.studentArt_title{
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
}
.contact{
    background-color: var(--darkBack);
    padding: 2rem;
    margin-top: 3rem;
    /* position:absolute;
    bottom: 0;
    left:0 */
}
.contact_title{
    color: var(--light);
    text-align: center;
    font-size: 2rem;
    padding: 1rem;
}
.contact_text{
    color: var(--light);
    text-align: center;
}
.btns{
    position: sticky;
    top:20px;
    right:20px;
    z-index:100;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    height:0px;
    padding-top: 50px;
    /* max-width: 100px; */
    


}
.donate{
    padding-right: 30px;
  
    display: flex;
    justify-content: flex-end;
   
}
.involved{
   display: flex;
   justify-content: end;
   padding-right: 30px;
   padding-top: 10px;

}
.involved a{
    padding:10px 15px;
    border-radius: 15px;
    background-color: black;
    color: #fff;
    font-weight: bold;
}
.donate_btn{
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
}
.donate.sticky {
    height:0
  }
  body{
    margin-top: -50px;
    max-width: 100vw;
  }
  .donate_input{
    opacity: 0;
    background-color: white;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 10px;
    padding:0 10px

  }
  .donate:hover .donate_input{
    background-color: white;
    opacity: 1;
  }
  .donate:hover .donate_form{
    background-color: white;
    opacity: 1;
  }
  .donate_form{
    border-radius: 20px;
    padding:0 0 0 20px
  }
  .success{
    height:100vh;
    width:100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .success_icon{
    font-size: 10rem;
    color:green;
    }
    .thank_you{
        padding: 2rem;
    }
    .success_back_button{
        background-color: black;
        color:white;
        padding:0.5rem 1rem;
        border-radius: 0.5rem;
    }
    .museum {
  width: 100%;
  padding:3rem 0
}
.museum__single__title {
  font-size: 2rem;
}
.museum__sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 2rem;
}
.museum__single__video {
  width: 100%;
  margin-right: 20px;
  box-sizing: border-box;
  object-fit: contain;
  vertical-align: top;
}
.museum__recent__single__thumb {
  width: 100%;
  height: 60vw;
  background-color: white;
}
.museum__recent__single__title {
  padding: 10px;
  white-space: normal;
  height: 60px;
}
.museum__recent__single__image {
  width:100%;
  height: 60vw;
  object-fit: cover;


}
.museum__single__items {
  display: grid;
}
.museum__text{
    padding: 1rem 0;
}
.museum__recent__single__title{
    display: none;
}
.museum__filter {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  
  .filter__tab {
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .filter__tab:hover {
    background-color: #ddd;
  }
  
  .filter__tab.active {
    background-color: black;
    color: white;
  }
  .history__recent__single__image{
    width: 100%;
    /* height: 50vw; */
    object-fit: cover;
    border-radius: 10px;
  }

@media only screen and (min-width: 576px) {
    .studentArt_title{
        
        font-size: 2rem;
    }
  .museum__single__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .museum__recent__single__thumb {
    height: 30vw;
    /* object-fit: contain; */
  }
  .museum__recent__single__image {
    height: 30vw;
    /* max-width: 100%; */
    object-fit: cover;
  }
  .history__recent__single__image{
    /* width: 50%; */
    height: 50vw;
    object-fit: contain;
    border-radius: 10px;
  }
  .history__single__items{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width:768px) {
    .navigation{
        height: calc(100vh - 4rem);   
    }
    .expand .hero_text{
padding-left:16rem;
    }
    .hero_text p{  
        font-size: 4rem;     
    }
    .hero_text .small{  
        font-size: 2.5rem;     
    }
    .hero_text .xsmall{  
        font-size: 1.5rem;     
    }

    .verse_text{
        font-size: 2rem;
        padding:6rem;
        text-align: center;
    }
    .about_top{
        display: grid;
        grid-template-columns: auto  4fr;
        

    }
    .about_top_title{
        border-right:0.3rem solid black;
        border-color: black;
        padding: 2rem;
    }
    .about_top_content{
        padding: 0 2rem
    }
    .about_bottom{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:2rem;
padding-top: 2rem;


    }
    #carouselExampleAutoplaying{
        width:40vw
    }
    .studentArt_image{
        width:100%;
        height:60vh;
        object-fit: contain; 
    }
    .studentArt_title{
        font-weight: bold;
        text-align: center;
        font-size: 3rem;
    }
      .museum__single__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .museum__recent__single__thumb {
    height: 20vw;
  }
  .museum__recent__single__image {
    height: 20vw;
    width: 100%;
    object-fit: cover;
  }
  .history__recent__single__image{
    /* width: 50%; */
    height: 50vw;
    object-fit: contain;
    border-radius: 10px;
  }
  .history__single__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .history__recent__single__image{
   
    /* height: 50vw; */
    object-fit: contain;
    border-radius: 10px;
  }
}


