@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: myFirstFont;
  src: url("../images/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: myFirstFont1;
  src: url("../images/FengardoNeue_Regular.otf");
}

@font-face {
  font-family: myFirstFont2;
  src: url("../images/NotoSansDevanagari-VariableFont_wdth,wght.ttf");
}

@font-face {
  font-family: myFirstFont3;
  src: url("../images/Hind-Regular.ttf");
}

html,
body {
  height: 100%;
}

.container-fluid {
  padding: 0px;
  margin: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#BodyText {
  flex: 1;
  overflow: auto;
  margin: 1%;
}

.col-12,
.col,
.row {
  padding: 0px;
  margin: 0px;
}

#HeaderEng {
  font-size: 40px;
  color: #FFFFFF;
  font-family: myFirstFont1;
  text-align: center;
  background-color: black;
}

#HeaderHin {
  font-size: 40px;
  color: #FFFFFF;
  font-family: myFirstFont1;
  text-align: center;
  background-color: black;
}

Ul.b {
  font-weight: normal;
  line-height: 22px;
  font-size: 20px;
  text-align: justify;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont1;
  width: 94%;
}

/* .b li a,
.b li:hover {
  text-decoration: none;
  color: black;
} */

.ParaIndex {
  font-weight: normal;
  line-height: 22px;
  font-size: 20px;
  text-align: justify;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont1;
  width: 94%;
  text-indent: 20px;
}

.ParaIndex1 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont1;
  margin: 0px;
  padding: 0px;
}

.ParaIndex2 {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont;
  margin: 0px;
  padding: 0px;
}

h3 {
  color: black;
  font-weight: bold;
  font-size: 22px;
  font-family: myFirstFont;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3%;
  margin-top: 1%;
}

#NamesText1 {
  font-weight: normal;
  font-size: 15px;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont;
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-right: 1%;
}

#NamesText2 {
  font-weight: bold;
  font-size: 17px;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont1;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-left: 1%;
}

#TopImg {
  width: 92%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 3%;

}

p {
  width: 98%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255, 255, 255);
  color: black;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 2em;
  text-align: justify;
  border: none;
  border-radius: 0px;
  font-family: myFirstFont;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 1%;
}

#EngPara #EngPara1 {
  font-family: myFirstFont;
}

#HinPara #HinPara1 {
  font-family: myFirstFont3;
}

#EngPara1,
#HinPara1 {
  font-size: 2em;
}

#Footer {
  margin-top: 1%;
}

.btnInformation {
  position: absolute;
  right: 42%;
  bottom: 25%;
  width: 12%;
}

#LangImgEng,
#LangImgHin {
  position: absolute;
  right: 25%;
  bottom: 25%;
  width: 12%;
  cursor: pointer;
}

.btnInformationNew {
  position: absolute;
  right: 25%;
  bottom: 25%;
  width: 12%;
}

#LangImgEngNew,
#LangImgHinNew {
  position: absolute;
  right: 8%;
  bottom: 25%;
  width: 12%;
  cursor: pointer;
}

.AudioImg {
  position: absolute;
  right: 8%;
  bottom: 30%;
  width: 13%;
  cursor: pointer;
}

.btnAguad {
  position: absolute;
  left: 4%;
  bottom: 20%;
  width: 32%;
  height: 60%;
  opacity: 0%;

}

/* Scrollbar styles */
#BodyText::-webkit-scrollbar {
  width: 3px;
  position: absolute;
  right: 20px;
}

/*
::-webkit-scrollbar-track {
border: 1px solid #E91E63;
border-radius: 15px;
}
*/
#BodyText::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 2px;
}

#BodyText::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}

@media only screen and (orientation:portrait) {
  .container-fluid {
    width: 100%;
  }

  .ParaIndex1,
  .ParaIndex,
  .ParaIndex2,
  h3,
  Ul.b {
    font-size: 18px;
  }

  #NamesText1 {
    font-size: 14px
  }

  #NamesText2 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  #EngPara1,
  #HinPara1 {
    font-size: 24px;
  }

  #EngPara,
  #HinPara {
    font-size: 24px;
  }

  #HeaderEng,
  #HeaderHin {
    font-size: 30px;
    padding-top: 1.5%;
  }
}