

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.iamstory-main-section {
    background-color: rgb(225, 238, 250);
    padding: 20px;
}

.iamstory-main-section p{
    text-align: center;
}

.registration-details {
    background-color: rgba(255, 255, 255, 0.082);
    /* padding: 1rem; */
}

.registration{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.registration-btn{
    display: flex;
    
    justify-content: center;
    align-items: center;
    

}

.event-name{
    color:#44225E;
    font-size: 2.5rem;
    
    
}

.register h2 a{
    text-decoration: none;
    padding: 8px 20px;
    color: rgb(24,51,102);
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 600;
}
.story-video div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.data2{
    color: rgb(10, 9, 10);
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.story-logo{
    max-width: 500px;
}
.story-logo {
    margin: 0 auto;
}
.venue{
    background-color: rgb(21, 37, 109);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    border-radius: 15px;
    padding: 40px 30px;
}

.click-btn{
    background-color: #fff !important ;
}

.venue .hotel{
    font-size: 3rem;
}

/* .venue  .date{
    font-size: 3.2rem;
} */

.registration-btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    
    display: block;
   
    background-color: rgb(24, 51, 102);
    border-radius: 10px;
    transition: all .3s ease-in;
  
}
.registration-btn div a{
    color: white;
    width: 220px;
    font-size: 1.1rem;
    /* border-radius: 30px !important; */
    padding: 12px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
}
.registration-btn div:hover{
    background-color: rgb(176, 86, 255);
}


.quotes{
    text-align: center;
}

.quotes sub{
    font-size: 4rem;
    margin: 20px;
    display: block;
    
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.imstory-about{
    position: relative;
    padding: 2rem;
}
.side-img img{
    position: absolute;
    left: -80px;
    bottom: 0;
    width: 200px;
    
}


 
/* event flow */
.event-flow{
    /* height: 40vh; */
    background-color: #fff;
    padding: 10px;
}




.left{
   
    background-color: rgb(23, 52, 66);
    margin: 10px 2px;
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
   
    color: white;
    border-radius: 25px;
  
   
}



.right{
   
    background-color: rgb(16, 93, 129);
    margin: 10px 8px;
    width: 73%;
  
    color: white;
    border-radius: 25px;
}

.left p , .right p{
    font-size: 1.05em;
    padding: 0px;
    /* margin-top: 10px; */
    padding: 8px;
    

}
p{
    margin: 0;
}


/* .hidden{
    display: none;
} */

#hidden1 , #hidden2 , #hidden3 {
    display: block;
    width: 70%;
    margin-left: 30% ;
    display: none;
 
    /* background-color: rgb(255, 255, 255); */
   
    
}
#hidden1 p, #hidden2 p , #hidden3 p{
    text-align: justify;
}

.nav-border{
    border-top: 150px solid rgba(0, 0, 0, 0.918);
    
}

/* .hidden p::before{
    content: "-";
} */

/*  v expo   */

.v-expo {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.v-expo img {
    width: 550px;
    margin: 20px;
    box-shadow: 0px 0px 1rem rgba(173, 173, 173, 0.1);
   
}

.v-expo-about{
    background-color: rgb(244, 252, 251);
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(173, 173, 173, 0.1);
    border: 1px solid rgb(157, 247, 235);
    /* height: 100%; */
    border-radius: 20px;

}
.v-expo-about ul{
    padding-left: 10px;
}

/* .white{
    background-color: #fff;
} */

.v-expo-about h2{
    font-size: 1.1em;
    color: rgb(242, 243, 242);
    font-weight: 500 !important;
    background-color: rgb(10, 109, 94);
    padding: 10px;
    border-radius: 10px;
}
.throwback-gallary{
    background-color: #fff;
}
.gallaries{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
}

@media only screen and (max-width: 600px){

    .event-name{
      
        font-size: 1.6rem;
        
        
    }
    
.imstory-about{
   
    padding: 0.5rem;
}
.gallaries{
    
    grid-template-columns: repeat(3,1fr);

}

.v-expo img{
    width: 350px;
   
   
}


.iamstory-main-section {
    padding: 10px;
}

.event-flow{

    padding: 0px;
}
.registration-details {
    
    padding: 0.2rem;
}
.registration-btn{
    flex-direction: column;
    

}

.registration-btn div a{
    font-size: 1rem;
    width: 240px;
 
}
.registration-btn div {
   
   margin: 5px;
 
  
}


}