* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: rgb(224, 224, 224);
}

.rafflePage {
  width: 1215px;
  margin: 0 auto;
  background: url(https://cdn.ghanaweb.me/worldcup/imgs/webBG.png);
  height: max-content;
  background-size: cover;
  position: relative;
}

.topBanner-container {
  width: max-content;
  position: relative;
  margin: 0 auto;
}

.NavBtn {
  display: block;
  width: max-content;
  padding: 10px 20px;
  background-color: white;
  text-decoration: none;
  color: black;
  margin: 5px 0;
  font-weight: 700;
}

.NavBtn:hover {
  background-color: black;
  color: white;
}

.Navigation-btns {
  position: absolute;
  left: 60px;
  top: 40px;
}

.bannerImg-con {
  padding: 60px 0 0;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

.bannerImg-con img {
  width: 70%;
  margin: 0 auto;
}

.bantxt1 {
  font-size: 85px;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 0.5;
  float: none;
}

.banner-text-con {
  text-align: center;
  width: max-content;
  position: relative;
}

.trophyIMG {
  position: absolute;
  left: 52%;
  top: -61px;
  transform: translate(-50%);
}

.bantxt2 {
  position: relative;
  font-size: 54px;
  padding: 5px 20px;
  background-color: black;
  color: white;
  width: max-content;
  margin: 0 auto 5px;
  font-weight: 700;
}

.bantxt2.one {
  padding: 5px 30px;
}

.fintTxt {
  display: flex;
  gap: 10px;
  width: max-content;
  margin: 0 auto;
  align-items: center;
}

.fintTxt img {
  position: relative;
  width: 50px;
  height: 50px;
}

.bantxt3 {
  text-align: center;
  margin: 30px auto 0;
  width: 800px;
  font-size: 25px;
  font-weight: 700;
}

.Enter-raffle-con {
  height: 400px;
  background-color: black;
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.Enter-raffle-con img {
  scale: 1.3;
  margin: 0 30px 0;
}

.text-btn-con {
  text-align: center;
  padding: 30px 0 0;
}

.Dial {
  color: #fed71f;
  font-size: 80px;
  font-weight: 700;
}

.text-btn-con p {
  color: white;
  font-weight: 800;
  font-size: 25px;
}

.Raffle-btn {
  background-color: yellow;
  font-size: 34px;
  text-decoration: none;
  background: linear-gradient(45deg, #c68803, #fed71f);
  padding: 10px 20px;
  color: black;
  border-radius: 40px;
  display: block;
  margin: 20px 0 0;
}

.howto-steps-con {
  height: max-content;
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
}

.howtoInfo-box {
  text-align: center;
  position: relative;
  padding: 55px 20px;
  border: 2.5px solid rgb(255, 0, 0);
  height: max-content;
  width: max-content;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  background-color: white;
  filter: drop-shadow(5px 8px 5px rgb(0, 0, 0, 0.2));
}

.howtoInfo-box.Yellow {
  border: 2px solid #fed71f;
}

.howtoInfo-box.Green {
  border: 2px solid green;
}

.number {
  position: absolute;
  left: 50%;
  top: -13%;
  transform: translate(-50%);
  padding: 14px 19px;
  background-color: red;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
  color: white;
}

.howtoInfo-box.Yellow .number {
  background-color: #fed71f;
}

.howtoInfo-box.Green .number {
  background-color: green;
}

.howtxt.Main {
  font-weight: 800;
}

@media screen and (max-width: 500px) {
  .rafflePage {
    width: 100%;
    margin: 0;
    height: max-content;
  }

  .Navigation-btns {
    position: relative;
  }

  .bannerImg-con {
    width: 100%;
  }

  .NavBtn {
    display: block;
    width: max-content;
    padding: 10px;
  }

  .bannerImg-con img {
    width: 100%;
  }

  .banner-text-con {
    width: 100%;
  }

  .Enter-raffle-con {
    height: max-content;
    flex-wrap: wrap;
    padding: 15px;
    margin: 15px 0 0;
  }

  .Dial {
    font-size: 55px;
  }

  .Enter-raffle-con img {
    scale: 1;
    margin: 0;
  }

  .howto-steps-con {
    height: max-content;
    padding: 30px 15px;
  }

  .howtoInfo-box {
    width: 100%;
  }

  .Navigation-btns {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    z-index: 1000;
    width: 100%;
    justify-content: center;
    background-color: white;
  }

  .bantxt3 {
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
  }

  .text-btn-con p {
    font-size: 19px;
  }

  .bantxt2 {
    position: relative;
    font-size: 38px;
    padding: 5px 20px;
    margin: 0 auto 5px;
    font-weight: 700;
    width: 100%;
  }

  .bantxt1 {
    font-size: 105px;
    line-height: 0.8;
  }

  .topBanner-container {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .trophyIMG {
    width: 57px;
  }
}
