body {
  font-family: "Proxima Nova", sans-serif;
}
.hero {
  background: url("../images/bannerimg.png") center/cover no-repeat;
  height: 529px;
  align-content: center;
  position: relative;
}
p.live-text img {
    display: inline-block;
}
.leaderboard-row {
    padding-top:50px;
    padding-bottom:50px;
}

.hero-content {
  position: relative;
  margin: auto;
  padding: 80px;
  text-align: center;
}

.hero-title {
  font-weight: 600;
  font-style: Semibold;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ffffff, rgba(255, 255, 255, 1));
}

.hero-ptext {
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--ffffff, rgba(255, 255, 255, 1));
}

.features {
  padding: 60px 0;
  height: 530px;
  background: rgba(204, 204, 204, 0.2);
}

.feature-box {
  text-align: center;
  padding: 20px;
}

.feature-icon {
  width: 99px;
  height: 100px;
  background: rgba(38, 94, 155, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}

.feature-box h6 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(54, 54, 54, 1);
  margin-bottom: 6px;
}

.feature-box p {
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  color: rgba(54, 54, 54, 1);
}

.competition-card {
  background: rgba(38, 94, 155, 1);
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 72px 98px;
  width: 706px;

  margin: -150px auto 40px;
  text-align: center;
}

.competition-card h5 {
  color: var(--ffffff, rgba(255, 255, 255, 1));
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.competition-card p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--ffffff, rgba(255, 255, 255, 1));
}

.competition-card input {
  margin-bottom: 10px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  height: 42px;
}
.form-control {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  opacity: 50%;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 1);
}

.btn-div {
  margin-top: 2rem;
  justify-content: space-between;
  display: flex;
}
.viewbtn {
  width: 48%;
  border: 1px solid rgba(255, 255, 255, 1);
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
  background: none;
  padding: 14px 10px;
}
.viewbtn:hover {
  background: rgba(113, 196, 236, 1);
}

.rewards {
  padding: 50px 0;
  background: rgba(245, 245, 245, 1);
}

.reward-title {
  color: rgba(54, 54, 54, 1);
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.reward-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.reward-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 1.78px 4.45px 5.35px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}

.gold {
  background: rgba(212, 175, 55, 1);
}

.silver {
  background: rgba(204, 204, 204, 1);
}

.bronze {
  background: rgba(159, 122, 52, 1);
}

.blue {
  background: rgba(142, 218, 255, 1);
}

.reward-box h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 3px;
  color: rgba(21, 44, 73, 1);
}

.reward-box p {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(21, 44, 73, 1);
}

/* Etihad Miles page css */
.miles-page-div {
  border-left: 4px solid rgba(113, 196, 236, 1);
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.inner-miles-div img {
    display: inline-block;
}
.miles-page-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(38, 94, 155, 1);
  margin-bottom: 0;
  padding-left: 14px;
}

.inner-miles-div {
  display: flex;
  gap: 20px;
  position: relative;
  left:20px;
  top: 5px;
}
.inner-miles-div p {
  border: 1px solid rgba(204, 204, 204, 1);
  background: rgba(255, 255, 255, 1);
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(128, 128, 128, 1);
}
.inner-miles-div p img {
  margin-right: 8px;
}

.prize-card {
  background: rgba(255, 255, 255, 1);
  box-shadow: 3.56px 5.35px 10.69px 0px rgba(0, 0, 0, 0.2);
  padding: 22px 32px;
  text-align: center;
  height: 100%;
}

.prize-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

}

.prize-card h6 {
  font-weight: 400;
  font-style: Regular;
  font-size: 16.04px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  margin: 10px;
  color: rgba(54, 54, 54, 1);
}
.prize-text-div {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.prize-card-ptext {
  font-weight: 700;
  font-style: Bold;
  font-size: 32.07px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(54, 54, 54, 1);
  align-content: center;
}

.prize-smalltext {
  font-weight: 400;
  font-style: Regular;
  font-size: 20.38px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(54, 54, 54, 1);
  align-content: center;
}

.leaderboard {
  padding-top: 40px;
}
.leaderboard-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: rgba(54, 54, 54, 1);
}
.leaderboard-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(204, 204, 204, 1);
  padding-top: 40px;
  margin-bottom: 1.5rem;
}
.leaderboard-div p {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(128, 128, 128, 1);
}

table {
  border-top: 1px solid rgba(204, 204, 204, 1);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}

table thead tr th {
  color: rgba(128, 128, 128, 1) !important;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: left;
  padding: 20px;
}

tr {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

tr td {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(18, 18, 18, 1);
  padding: 20px;
}

.rank-badge {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.rank-badge img {
  width: 29px;
  height: 32px;
}

.rank-normal {
  background: rgba(245, 245, 245, 1);
  color: rgba(128, 128, 128, 1);
}

td.positive {
  color: rgba(57, 148, 36, 1);
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
}

.footer-note {
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-top: 15px;
  color: rgba(21, 44, 73, 1);
}
.footer-note span {
  text-transform: uppercase;
}
.live-text{
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 100%;
letter-spacing: 1px;
color: rgba(76, 175, 80, 1);
background: rgba(215, 245, 227, 1);
border-radius: 4px;
padding: 12px 14px;
width: 88px;
align-content: center;
text-align: center;
}
.live-text img{
  margin-right: 10px;
}

.leaderboard-spantext{
color: rgba(168, 152, 107, 1);
font-weight: 600;
font-style: Semibold;
font-size: 24px;
line-height: 100%;
letter-spacing: 1px;
border-left:2px solid rgba(54, 54, 54, 1);
padding-left: 18px;
margin-left: 12px;
}

.table-spantext{
display: block;
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 100%;
letter-spacing: 1px;
color: rgba(168, 152, 107, 1);
background: rgba(252, 248, 227, 1);
padding: 10px;
margin-top: 4px;
width: 250px;
border-radius: 3px;

}

@media (max-width: 1700px) {
  .prize-card-ptext {
    font-size: 24px;
  }

  .prize-smalltext {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  table {
    font-size: 13px;
  }
  .hero-title {
    font-size: 24px;
  }
  .competition-card {
    margin-top: 20px;
  }
}
/* Proxima Nova Light - 300 */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Proxima Nova Regular - 400 */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Proxima Nova SemiBold - 600 */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Proxima Nova ExtraBold - 800 */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
