
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    animation: fade .3s ease 1;
    scrollbar-width: none;
    user-select: none;
}
.noti{
  width: 45px;
  height: 45px;
  position: absolute;
  margin-left: 70%;
  box-shadow: 0px 0px 15px rgb(207, 207, 207);
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  transition-duration: .2s;
}

.dot{
  border-radius: 50px;
  margin-top: -13px;
  width: 6px;
  margin-left: -5px;
  background-color: red;
  height: 6px;
  animation: blink .5s ease-in infinite;
}
@keyframes blink {
   0%{
        background-color:red;
   }
   100%{
background-color: rgb(255, 255, 255);
   }
}

.noti:active{
  transform: scale(.9);
}
a{
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
    text-decoration: none;
    color:inherit;
 }


 @font-face {
    font-family: 'iphone';
    src: url(font/HindSiliguri-Regular.ttf);
 }
 
 body{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
    width: 100%;
}

@font-face {
  font-family: 'engs';
  src: url(font/FN\ Mamun\ Turio\ Unicode.ttf);
}


#BTN{
  width: 100px;
  font-family: 'engs';
  font-weight: normal;
  margin-top: -10%;
  padding: 5px;
  color: whitesmoke;
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  align-items: center;
  border-radius: 7px;
  background-color: rgb(6, 6, 182);
  transition-duration: .2s;
}
#BTN:active{
  transform: scale(.9);
}
.head{
  width: 100%;
  z-index: 1000;
  font-size: 17px;
  font-family: 'engs';
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;

}
.Top-line{
  width: 100%;
  height: auto;
  height: 17rem;
  display: flex;
  z-index: -1;
  flex-direction: column;
  margin-top: 45%;
  justify-content: center;
  align-items: center;
}

h1{
    background:linear-gradient(to right,blue ,20%,rgb(255, 1, 137));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6vw;
    user-select: none;
    font-family: r-c;
}

@font-face {
    font-family: 'r-c';
    src: url(font/RobotoCondensed-Regular.ttf);
}


@font-face {
  font-family: 'satisfy';
  src: url(font/Satisfy-Regular.ttf);
}

#pp{
    width: 80%;
    height: fit-content;
    padding-left: 20px;
    flex-wrap: wrap;
    text-align: center;
    font-family: r-c;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    user-select: none;
}

.explore{
width: 30%;
margin-top: 30%;
font-family: "Fira Sans", sans-serif;
display: flex;
justify-content: center;
user-select: none;
font-size: 3.3vw;
transform: scale(1.3);
transition-duration: 0.3s;
align-items: center;
border-radius: 50px;
background-color:Gold;
box-shadow: 2px 5px 12px rgb(174, 174, 174);
height: 3rem;
}

.explore:active{
  transform: scale(1.1);

}
#fonto{
  color:cyan;
}

@font-face {
    font-family:'fira';
    src: url(font/HindSiliguri-Regular.ttf);
}

.balls{
  width: 45px;
  /* z-index: 1000; */
  position: absolute;
  border: none;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background-image: linear-gradient(120deg, #0a1ecde4 0%, #2688f0 100%);
  box-shadow: 0px 4px 0px rgb(4, 78, 174);
}

.gif{
user-select: none;
}  

.bubble{
  width: 60px;
  margin-left: 25%;
  user-select: none;
  margin-top: -14%;
  display: flex;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 60px;
  box-shadow: 0px 0px 15px rgb(110, 130, 228);
  position: relative;
  border-radius: 50px;
  background-image: linear-gradient(120deg, #7f8bf7e4 0%, #dbe8f6 100%);
}

.bubblee{
  width: 30px;
  user-select: none;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: -1;
  align-items: center;
  height: 4px;
  margin-top: 9%;
  opacity: 0.9;
  box-shadow: 0px 0px 15px rgb(110, 130, 228);
  border-radius: 50px;
  background-image: linear-gradient(120deg, #7f8bf7e4 0%, #dbe8f6 100%);
}


.logo{
  border-radius: 50px;
  user-select: none;
}


@font-face {
  font-family: 'ip';
  src: url(font/HindSiliguri-Regular.ttf);
}


.quiz-container {
  display: flex;
  flex-direction: column;
  margin-top: 10%;
  align-self: center;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

.quiz-container-index{
  display: flex;
  flex-direction: column;
  margin-top: -3%;
  align-items: center;
  width: 100%;
  text-align: center;
}
#know{
  padding: 10px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: rgb(15, 9, 126);
  padding-bottom: 5%;
  font-family: pop;
}

@font-face {
  font-family: pop;
  src: url(font/HindSiliguri-Regular.ttf);
}
.question {
  font-size: 15px;
  align-self: center;
  font-family: 'ip';
  color: rgb(0, 0, 0);
  padding: 10px;
  height: auto;
  /* background: linear-gradient(-280deg,rgb(245, 173, 245),rgb(140, 186, 251)); */
  width: 90%;
}
.options {
  list-style: none;
  width: 80%;
  margin-left: -5%;
  border: none;
}
.options li {
  background-color:white;
  padding: 17px;
  display: flex;
  font-family: 'ip';
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(177, 176, 176, 0.448);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  width: 95%;
  transition: background-color 0.3s;
}

.options li.correct {
  background-color: rgb(155, 244, 176);
  color: black;
  box-shadow: none;
  /* border: 1px solid rgb(218, 215, 215); */
}
.options li.incorrect {
  /* border: 1px solid rgb(207, 203, 203); */
  background-color: rgba(243, 195, 195, 0.885);
  box-shadow: none;
  /* color: white; */
}


button {
  padding:9px;
  margin: 10px;
  font-family: pop;
  width: 55%;
  font-size: 12px;
  border: none;
  margin-bottom: 10%;
  background-color: #04a34e;
  color: white;
  margin-top: 10%;
  margin-bottom: 40%;
  transform: scale(1.3);
  cursor:none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.238);
  border-radius: 10px;
  transition-duration: 0.2s;
}

button:active{
  transform: scale(1.2);
}

#prevBtn{
  background-color: red;
  font-size: 12px;
}

.bottom-btn{
display: flex;
width: 100%;
justify-content: center;
gap: 30px;
}


h2{
  font-family: ip;
  font-weight: 100;
  margin-left: -50%;
  left: 0;
  margin-top: 25%;
  font-size: 17px;
}




@keyframes fade {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

.content-box{
  width: 95%;
gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
font-size: 13px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  flex-wrap: wrap;
  overflow-y: hidden;
}


.content-box-xm{
  width: 100%;
  column-gap: 20px;
  row-gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10%;
  padding-bottom: 20%;
  flex-wrap: wrap;
  overflow-y: hidden;
}

body{
  background-color: rgb(247, 247, 246);
}



#lop{
display: flex;
justify-content: center;
align-items: center;
gap: 3px;
width: 150px;
border-radius: 10px;
height: 6.2rem;
background-color: rgb(255, 255, 255);
box-shadow: 0px 05px 15px rgb(222, 220, 220) ;
font-family: ip;
flex-direction: column;
transition-duration: .4s;
}


#lop2{
display: flex;
justify-content: center;
align-items: center;
gap: 3px;
width: 270px;
border-radius: 10px;
height: 6.2rem;
background-color: rgb(255, 255, 255);
box-shadow: 0px 05px 15px rgb(222, 220, 220) ;
font-family: ip;
flex-direction: column;
transition-duration: .4s;
}

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


@font-face {
  font-family: 'fira';
  src: url(font/FiraSans-Regular.ttf);
}
p{
  padding-top: 5%;
  font-size: 3.6vw;
  margin-top: 5%;
  color: #cbcdce;
  font-family: 'fira';
}

footer{
height: auto;
padding-bottom: 10%;
padding-top: 10%;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius:20px;
  flex-direction: column;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

h4{
  color: white;
  width: 70%;
  font-size: 5vw;
  font-family: 'fira';

}

p{
  width: 80%;
  margin-top: -2%;
}

.contact{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  height: auto;
  font-family: 'fira';
  margin-top: 15%;
  padding: 10px;
  /* background-color: blue; */
}

.contact-box{
  width: 70%;
  text-align: center;
  color: white;
  font-size: 3.6vw;
  background-color: rgba(135, 132, 132, 0.393);
  border-radius: 5px;
  padding: 10px;
}


.contact-box0{
  color: white;
background-color: black;
}

hr{
  margin-top: 5%;
  width: 85%;
  opacity: .4;
}
.div{
  margin-top: 5%;
  font-family: 'fira';
  font-size: 3.4vw;
  color: silver;
}
iframe{
border-radius: 5px;
}

#location{
  width: 100%;
  margin-top: 5%;
  font-size: 4.2vw;
  text-align: center;
}


  .bottom{
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 3.6rem;
    position: fixed;
    display: flex;
    bottom: 0;
    justify-content: space-evenly;
    align-items: center;
  }
  #nextBtn{
    width: 140px;
    border-radius: 50px;
  }

  .head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
  }