* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
}
.navbar {
  height: 75px;
  width: 100%;
  background-color: #300404;
  display: flex;
  justify-content: space-between;
  z-index: 700;
  position: sticky;
  top: 0px;
}
.logo {
  height: 75px;
  width: 158px;
}
.logo img {
  position: relative;
  top: -29px;
  height: 119px;
  width: 135px;
  cursor: pointer;
}
.links {
  height: 75px;
  width: 500px;
}
ul {
  display: flex;
}
ul li {
  list-style: none;
  margin: 15px 10px;
}
ul li a {
  color: yellow;
  text-decoration: none;
  font-size: 23px;

  padding: 10px 10px;
}
.herosection {
  height: 550px;
  width: 100%;
  background: url(Assets/hero.jpg) center;
  margin-top: 3px;
  background-repeat:no-repeat;
}
.overlay{
  background-color: black;
  position: absolute;
  top: 78px;
  height: 550px;
  width: 100%;
  opacity: 0.76;
  z-index: 4;
}
.heroContent{
  position: absolute;
  top: 50%;
  left: 28%;
  z-index: 50;
  font-size: 43px;
  font-weight: bold;
}
.quiz {
  height: 750px;
  width: 100%;
  background: url(Assets/photo_2_2024-12-27_12-38-08.jpg) center no-repeat;
  background-size: cover;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.quizOverlay{
  background-color: black;
  position: absolute;
  height: 750px;
  width: 100%;
  opacity: 0.87;
  z-index: 3;
}
h1{
  color: yellow;
}
.quizTitle{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 61px;
  z-index: 4;
}

.quizbox {
  height: 600px;
 position: relative;
 top: -63px;
  width: 60%;
  margin: auto;
  border: 1px solid white;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.question{
  border: 1px solid white;
  margin: 10px 10px;
  padding: 10px 21px;
}
#question {
  font-size: 28px;
}
.options {
  font-size: 23px;
}
.opBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opCard {
  height: 300px;
  width: 330px;
  border: 1px solid white;
  border-radius: 14px;
  margin: 5px 5px;
}
#fact {
  border-radius: 14px;
  padding: 20px 20px;
  margin: 5px 5px;
  font-size: 20px;
}
#fiction {
  border-radius: 14px;
  padding: 20px 20px;
  margin: 5px 5px;
  font-size: 20px;
}
.submission {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submission button {
  width: 200px;
  height: 50px;
  background-color: yellow;
  cursor: pointer;
  color: black;
  border: none;
  font-size: 23px;
  border-radius: 14px;
  font-weight: bold;
}
.submission button:hover {
  background-color: rgba(255, 255, 0, 0.637);
}
.programmes {
  height: 650px;
  width: 100%;
  background-color: #0a0202;
  margin-top: 3px;
}
.websites {
  height: 550px;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px;
  font-size: 28px;
  font-weight: bold;
}
.cardContainer {
  display: flex;
  justify-content: space-between;
}
.card {
  height: 450px;
  width: 330px;
  border: 1px solid white;
  border-radius: 14px;
}
.cardImg {
  height: 250px;
  width: 329px;
  overflow: hidden;
}
.cardImg img {
  height: 100%;
  width: 100%;
  border-radius: 14px;
}
.cardImg img:hover {
  scale: 1.2;
}
.cardIntro {
  height: 115px;
  width: 329px;
}
.cardIntro h1 {
  padding: 0px 10px;
  margin: 5px 5px;
}
.cardIntro p {
  padding: 0px 10px;
  margin: 0px 5px;
}
.cardAction {
  height: 67px;
  width: 328px;
}
.cardAction button {
  height: 100%;
  width: 100%;
  border-radius: 14px;
  background-color: yellow;
  color: black;
  border: none;
  margin-top: 10px;
}
.cardAction button a {
  font-size: 23px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.cardAction button:hover {
  background-color: rgba(255, 255, 0, 0.637);
}
.steps {
  height: 600px;
  width: 100%;
  background: url(Assets/photo_2_2024-12-27_12-38-08.jpg) center no-repeat;
  background-size: cover;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.stepOverlay{
  background-color: black;
  position: absolute;
  top: 2035px;
  height: 600px;
  width: 100%;
  opacity: 0.87;
  z-index: 3;
}
.stepBox {
  border: 1px solid white;
  border-radius: 14px;
  height: 600px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
}
.stepContent {
  height: 60px;
  width: 100%;
  display: flex;
  margin: 10px 10px;
  z-index: 20;
}
.img {
  height: 60px;
  width: 10%;
  padding: 10px 10px;
  margin: 10px 10px;
}
.img img{
  height: 100%;
  width: 82%;
}
.info {
  height: 60px;
  width: 80%;
  margin: 0px 24px;
  padding: 5px 9px;
  font-size: 21px;
}
.info p{
  padding: 10px 10px;
  margin: 10px 10px;
}
.stepTitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  z-index: 20;
}
