.null {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: rgb(12, 13, 27);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: Arial;
}
.header {
  background-color: rgb(28, 30, 41);
  padding-top: 5px;
  padding-bottom: 5px;
}
.containerf {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.space-betw {
  display: flex;
  justify-content: space-between;
}
.align-ce {
  align-items: center;
  display: flex;
}
.w80 {
  width: 80%;
}
.anull {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.ttu {
  text-transform: uppercase;
}
.p15 {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.centerf {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.w100 {
  width: 100%;
}
.hoverf {
  transition: .3s;
}
.hoverf:hover {
  color: rgb(138, 43, 226);
}
.ls1 {
  letter-spacing: 1px;
}
.ls1:hover {
}
.fw600 {
  font-weight: 600;
}
.navf {
  background-image: url("https://jackpotcity.pt/assets/img/0f3ee05d4201bd46415af7e22beda184.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.w120 {
  width: 120px;
}
.w120:hover {
}
.h100 {
  height: 100%;
}
.fiolet {
  color: rgb(138, 43, 226);
}
.fz48 {
  font-size: 48px;
}
.column16 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.jus-cen {
  display: flex;
  justify-content: center;
}
.w24 {
  width: 24%;
}
.lh110 {
  line-height: 110%;
}
.h50 {
  height: 50px;
}
.w19 {
  width: 19%;
}
.fz18 {
  font-size: 18px;
}
.br20 {
  border-radius: 20px;
}
.btnf {
  background-color: rgb(138, 43, 226);
  transition: .3s;
}
.btnf:hover {
  background-color: rgb(189, 119, 255);
}
.w14 {
  width: 14%;
}
.mainf {
}
.blockf {
  padding-top: 40px;
  padding-bottom: 40px;
}
.title {
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  color: rgb(138, 43, 226);
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
}
.flexf {
  display: flex;
  justify-content: space-between;
  row-gap: 24px;
  flex-wrap: wrap;
}
.w32 {
  width: 32%;
}
.blockshadow {
  box-shadow: 0px 0px 10px 5px rgba(201, 198, 198, 0.1);
  transition: .3s;
}
.blockshadow:hover {
  box-shadow: 0px 0px 10px 5px rgba(201, 198, 198, 0.4);
}
.br15 {
  border-radius: 15px;
}
.ovh {
  overflow: hidden;
}
.h400 {
  height: 300px;
}
.cover {
  object-fit: cover;
}
.scalef {
  transition: .3s;
}
.scalef:hover {
  transform: scale(1.05);
}
.fz32 {
  font-size: 32px;
}
.column8 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.whitef {
  color: rgb(255, 255, 255);
}
.brlrt15 {
  border-radius: 15px 15px 0px 0px;
}
.fz28 {
  font-size: 28px;
}
.p20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.row16 {
  display: flex;
  column-gap: 16px;
}
.brfio {
  border: 1px solid #8a2be2;
  flex-wrap: wrap;
}
.mt15 {
  margin-top: 15px;
}
.fz20 {
  font-size: 20px;
}
.fz16 {
  font-size: 16px;
}
.fw400 {
  font-weight: 400;
}
.rotate180 {
  transform: rotate(180deg);
}
.h300 {
  height: 300px;
}
.row8 {
  display: flex;
  column-gap: 8px;
}
.row4 {
  display: flex;
  column-gap: 4px;
}
.w49 {
  width: 49%;
}
.greyback {
  background-color: rgb(28, 30, 41);
}
.mtn16 {
  margin-top: -16px;
}
.linearf {
  background: linear-gradient(135deg, #8a2be2, #ff69b4);;
}
.br1b {
  border: 1px solid #8a2be2;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 16px;
}
.space-ar {
  display: flex;
  justify-content: space-evenly;
}
.greenback {
  background-color: rgb(48, 169, 33);
}
.bt50 {
  border-radius: 50%;
}
.wh32 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  max-height: 32px;
  min-height: 32px;
}
.redback {
  background-color: rgb(221, 0, 0);
}
.p3 {
  padding-right: 2px;
  padding-bottom: 3px;
}
.footerf {
  border: 1px solid #8a2be2;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(28, 30, 41);
}
.navf_other {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("https://jackpotcity.pt/assets/img/c9dcf7106fb5b26f8b85c2731af23e9c.jpg");
  height: 250px;
}
.w70 {
  width: 70%;
}
.sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  width: 25%;
}
