 html,
 body {
     margin: 0;
     padding: 0;
     min-height: 100%;
 }

 body {
     background:
         url('https://mw-digital-front.dvmproduct.com/uploads/quizEl3ezzTT/back.png') center top no-repeat fixed,
         linear-gradient(196.95deg, #228345 8.19%, #339E53 32.5%, #8CC055 53.23%, rgba(112, 184, 86, 0.7) 73.96%, rgba(255, 217, 2, 0.5) 91.1%);
     background-size: cover;
     display: flex;
     flex-direction: column;
 }

 @media screen and (max-width: 767.98px) {
     body {
         background-size: contain, cover;
         ;
     }
 }

 .header {
     position: relative;
     padding: 5vh 1rem 1rem;
     text-align: center;
     color: #fff;
     z-index: 1;
 }

 .header h1 {
     font-size: 1.75rem;
     margin-bottom: .5rem;
 }

 .header p {
     font-size: 1.1rem;
 }

 .cards-container-index {
     flex: 1;
     z-index: 1;
     padding-bottom: 15vh;
     padding-top: 1.5rem !important;
 }

 .cards-container {
     flex: 1;
     padding: 1rem;
     z-index: 1;
     padding-bottom: 5vh;
 }


 .club-card {
     padding: 1.5rem;
     color: #fff;
     border-radius: 20px;
     border: 1px solid #FFF;
     background: rgba(34, 60, 121, 0.45);

 }

 .card-header {
     border-radius: .5rem;
     padding: .5rem 1rem;
     font-size: 1.25rem;
     font-weight: bold;
     margin-bottom: 1rem;

 }

 .bg-orange {
     background-color: #FF6B35 !important;
 }

 .bg-gold {
     background-color: #FFC53A !important;
 }

 /* Buttons */
 .btn-subscribe,
 .btn-login {
     border-radius: 24px;
     background: #FFF;

     width: 100%;
     margin-bottom: .75rem;
     color: #000;

     text-align: center;
     /* Button Text */
     font-family: "Frutiger LT Arabic";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     height: 69px;
 }

 .btn-subscribe:hover,
 .btn-subscribe:focus,
 .btn-login:hover,
 .btn-login:focus {
     color: #fff;
     background: #223C79;
     border: 2px solid #fff;
 }

 .card-header {
     border: none;
     border-radius: 25px;
     padding: 12px 24px;
     font-size: 1.25rem;
     font-weight: bold;
     color: #fff;
     margin-bottom: 1.5rem;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .mascot-circle {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 1.5rem;
     font-size: 2.5rem;
 }

 .lion-mascot {
     background: linear-gradient(45deg, #FF6B35, #F7931E);
 }

 .eagle-mascot {
     background: linear-gradient(45deg, #DC143C, #B22222);
 }

 .club-info {
     text-align: right;
     margin-bottom: 1.5rem;
     line-height: 1.6;
 }

 .club-info p {
     margin-bottom: 0.5rem;
     font-weight: 500;
 }

 .clubmlm {
     border-radius: 24px;
     background: #EA6032;
     align-items: center;
     gap: 10px;
     align-self: stretch;
     display: flex;
     height: 69px;
     justify-content: center;
     position: relative;
     top: -20px;

     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 26px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }

 .clubmhf {
     border-radius: 24px;
     background: #F2B62C;
     align-items: center;
     gap: 10px;
     align-self: stretch;
     display: flex;
     height: 69px;
     justify-content: center;
     position: relative;
     top: -20px;
     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 26px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }

 .descClub {
     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }

 .descPrice {
     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
 }

 .btn-winner {
     width: 303px;
     height: 65px;
     border-radius: 24px;
     direction: ltr;
     background: #223C79;
     color: #FFF;
     text-align: center;
     font-family: 'Frutiger LT Arabic';
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .btn-winner:hover,
 .btn-winner:focus {
     color: #223C79;
     background: #fff;
     border: 2px solid #223C79;

 }

 .textfooter {
     color: #fff !important;
     text-decoration: none !important;
     display: inline-block;
     direction: rtl;
     font: 13px Frutiger LT Arabic;
 }

 .descfooter {

     direction: rtl;
     font: 16px Frutiger LT Arabic;
     margin-bottom: 5px;
 }

 .winnername {
     border-radius: 24px;
     background: #339E53;
     align-items: center;
     gap: 10px;
     align-self: stretch;
     display: flex;
     height: 69px;
     justify-content: center;
     position: relative;

     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 25px;
     font-style: normal;
     font-weight: 700;
 }

 .winnerdate {
     color: #FFF;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: 1px;
 }

 .winnerlot {
     border-radius: 24px;
     background: #FFFFFF;
     align-items: center;
     gap: 10px;
     align-self: stretch;
     display: flex;
     height: 80px;
     justify-content: center;
     position: relative;
     padding: 0 16px;
     color: #000000;
     text-align: center;
     font-family: "Frutiger LT Arabic";
     font-style: normal;
     font-weight: 700;
     flex-wrap: wrap;
 }