@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Shantell+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    background-color: #18122B;
    overflow-x:hidden;
}
.backgrounddiv{
    width:100%;
    height:100%;
    display: flex;
    align-items:center;
    justify-content: space-around;
}
.container{
    margin-top: 20px;
    width:20vw;
    min-height:95vh;
    height:100%;
    background-color: #18122B;
    border:1px solid white;
    border-radius:25px;
    position: relative;
    
}
.heading{
    text-align: center;
    font-size:2rem;
    font-family: 'Shantell Sans', cursive;
    color: #fff;
}
.slider{
    width: 73%;
    height: 180px;
    background-color: #fff;
    margin: 5px;
    border-radius: 25px;
}
.slider img{
    border-radius: 25px;
}
.contentdiv{
   position: relative;

}

.fadeout{
    display: none;
}
.prev{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    background-color:red;
    color:white;
    padding:8px;
    cursor: pointer;
    margin-left:5px;
}
.next{
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    background-color:red;
    color:white;
    padding:8px;
    cursor: pointer;
    margin-left:5px;
}
.quizdiv{
    width: 100%;
    /* background-color:aqua; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom:25PX;
}
.quizcontents{
    height: 100px;
    border-radius:25px;
    width:180px;
    display: flex;
    justify-content: space-around;
    align-items: center;
   margin: 10px;
    cursor: pointer;
    color: #001;
}
.quizcontents h2{
    text-align: center;
    font-size:1.6rem;
    font-family: 'Shantell Sans', cursive;
    
}
/*.quizcontents:hover{
    background-color:#ff383b;
    color: #fff;
}*/
.quizdiv1{
    /*background-color:#f2e090;*/

     background-color:#18122B;
    border:1px solid #f2e090;
    color:#f2e090;
}
.quizdiv2{
    /*background-color:#7a9460;*/
    background-color:#18122B;
    border:1px solid #7a9460;
    color:#7a9460;
}
.quizdiv3{
   /* background-color: #83adb5;*/
    background-color:#18122B;
    border:1px solid #83adb5;
    color:#83adb5;
}
.quizdiv1:hover{
    color:#E5D1FA;
    border:1px solid #E5D1FA;
}

.quizdiv2:hover{
    color:#E5D1FA;
    border:1px solid #E5D1FA;
}

.quizdiv3:hover{
    color:#E5D1FA;
    border:1px solid #E5D1FA;
}



/* .swiper {
    width:250px;
height:160px;
border-radius:20px;
margin: 5px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:10;
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





 */

.slider{
  width:300px;
height:200px;
  border-radius: 10px;
  overflow: hidden;
}

.slides{
  width: 500%;
  height: 500px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
width:350px;
height:160px;
}







.textstyle{
    color:#fff;
    text-align: center;
    margin-top:50%;
    font-family: 'Poppins', sans-serif;
}
.menudiv {
    width:18%;
    background-color: #191825;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    position: fixed;
    bottom: 35px;
    border-radius: 35px;
    margin: 0 25px;
}

.menudiv .menucontents a{
    text-decoration: none;
    color:white;

}
.menufont{
    font-size:0.5rem;
    color: #fff;
    font-family: 'Shantell Sans', cursive;
    font-weight:lighter;
}
.menuicon{
    width: 25px;
    height: 25px;
}
.menucontents:hover{
    opacity:0.6;
}

.menudiv .menucontents{
margin: 0 5px;

}

.active{
    background-color:#ff383b;
    opacity:0.9;
}


@media only screen and (max-width:1400px) {
    .container{
        margin:5px;
        width:100vw;
        min-height:100vh;
        height:100%;
    }
.swiper{
    width:300PX;
}
.menudiv {
  width: 83%;
}
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}



/* chapters css */


.chaptersdiv{
    width: 100%;
    /* background-color:aqua; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
      margin-bottom: 80px;
}

.chapterscontents{
    margin:10px;
    background-color: white;
    min-width:250px;
    height:50px;
    border-radius: 50px;
   display: flex;
   align-items: center;
   justify-content: space-around;
   font-family: 'Shantell Sans', cursive;
   cursor: pointer;
   color: #001;
}
.icon{
    width:35px;
    height: 35px;
    margin-top:25px;
    margin-left:35px;
}
.icon img{
    width:35px;
    height: 35px;
}
.chapterscontents:hover{
    background-color: #ff383b;
    color: #fff;
}
.chapterscontents h2{
    font-size:1rem;
}