*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: white;
  background-image: radial-gradient(#c0c0c0 1.3px, transparent 0);
  background-size: 40px 40px;
  background-position: -19px -19px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Fonts */

@font-face {
  src: url(../assets/fonts/virgo.ttf);
  font-family: minet;
}

@font-face {
  src: url(../assets/fonts/europa/Europa-Bold.ttf);
  font-family: title;
}

@font-face {
  src: url(../assets/fonts/europa/europa-regular.ttf);
  font-family: body;
}

/*custom scrollbar*/

::-webkit-scrollbar {
  width: 7px;
  display: none;
}

::-webkit-scrollbar-track {
  border: 0px transparent;
}

::-webkit-scrollbar-thumb {
  background: #6699ee;
  border-radius: 0px;
}

::selection {
  background: #6699ee;
  color: #ffffff;
}

.navbar {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

.nav-item {
  font-family: body;
  font-size: 1.2rem;
}

.navbar-brand {
  font-family: minet;
}

.navbar-brand:hover {
  color: blueviolet;
}

.collapse {
  font-size: 1.3em;
}

.bhagwan {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 3%;
}

.bhagwan h1 {
  font-size: 3rem;
  font-family: title;
}

.bhagwan h6 {
  font-size: 1.2rem;
  font-family: body;
}

.accordion {
  background-color: #fafafa;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  height: 70px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2rem;
  transition: 0.4s;
  font-family: body;
  border-top: 3px solid #f5f5f5;
}

.accordion:hover {
  background-color: #f5f5f5;
}

.active {
  background-color: rgb(247, 247, 247);
}

.accordion:after {
  content: "\002B";
  color: rgb(102, 102, 102);
  float: right;
  margin-left: 5px;
  font-family: title;
}

.active:after {
  content: "\2212";
  font-family: title;
}

.omega {
  margin-top: 1%;
  -webkit-box-shadow: 0px 5px 31px -16px rgba(143, 143, 143, 1);
  -moz-box-shadow: 0px 5px 31px -16px rgba(143, 143, 143, 1);
  box-shadow: 0px 5px 31px -16px rgba(143, 143, 143, 1);
  border-radius: 10px;
  margin-bottom: 20px;
}

.panel {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f2f2f2;
}

.ques img {
  width: 500px;
  height: 400px;
  margin-left: 10%;
  margin-top: -5%;
}

.ans {
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 1rem;
  font-family: body;
}

.arhaanb {
  text-decoration: none;
  background: linear-gradient(120deg, #1160ce, #6da1f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arhaanb:hover {
  background: linear-gradient(120deg, #023e97, #023e97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#page-container {
  position: relative;
  min-height: 85vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
  /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.6rem;
  background-color: #fafafa;
  border-top: 3px solid #f5f5f5;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer_a {
  color: black;
  text-decoration: none;
  vertical-align: middle;
}

.heart {
  color: red;
}

.footer_a:hover {
  text-decoration: none;
  color: #6699ee;
}

@media (max-width: 1300px) {
  .ques img {
    margin-left: 10%;
  }
  .omega {
    margin-left: 10%;
  }
}

@media (max-width: 1000px) {
  .ques img {
    height: 400px;
    width: 450px;
    margin-left: 0%;
    margin-top: none;
    visibility: hidden;
  }
  .panel {
    width: 100%;
  }
  .ans {
    width: 100%;
  }
  .accordion {
    width: 100%;
    height: 120%;
  }
  .omega {
    margin-left: 0%;
    margin-top: 20%;
  }
}

@media (max-width: 770px) {
  .ques img {
    margin-left: 0%;
    justify-content: center;
    align-items: center;
  }
  .omega {
    margin-bottom: 0%;
  }
}

@media (max-width: 600px) {
  .omega {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .ques img {
    height: 350px;
    width: 400px;
    margin-left: 15%;
  }
}

@media (max-width: 450px) {
  .ques img {
    height: 300px;
    width: 350px;
    justify-content: center;
    align-items: center;
  }
  .bhagwan {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 400px) {
  .ques img {
    margin-left: 10%;
  }
}

@media (max-width: 360px) {
  .ques img {
    height: 250px;
    width: 300px;
  }
  .bhagwan {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .bhagwan h1 {
    font-size: 2.7rem;
    font-family: title;
  }
  .bhagwan h6 {
    font-size: 1rem;
    font-family: body;
  }
}

@media (max-width: 300px) {
  .ques img {
    height: 225px;
    width: 275px;
  }
}
