@font-face {
    font-family: "Kabel";
    src: url("fonts/kabel.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
}



/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    font-family: Arial, sans-serif;
    background-color: #fefefe;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body, html {
    width: 100%;
    overflow-x: hidden; /* منع التمرير الأفقي */
}

/* Header Styles */
.header {
    width: 100%;
    height: 70px;
    background: rgb(219, 197, 133); 
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

/* lmassafa bin header oli ltaht */

.main-section {
    margin-top: 20px; 
    width: 100%;
}


/* Logo */
.logo {
    height: 45px;
   
}

/* Right side */
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}



/* Menu Icon (3 lines) */
.menu-btn {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: white;
    padding-bottom: 10px;
    font-weight: bold;             
}

/* Responsive */
@media (max-width: 480px) {
    .logo {
        height: 42px;
    }


    .menu-btn {
        font-size: 30px;
    }
}


/* Main Section Styles */
.main-section {
    flex: 1;
    padding: 0 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* Title Container */
.title-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    margin-bottom: 10px;
}

.info-icon {
    width: 22px;
    height: 22px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
}

.line {
    flex: 1;
    height: 1.5px;
    background-color: #d8c088;
}

.main-title {
    font-family: "Kabel", sans-serif;
    font-size: 17px;
    color: 000000;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
}

/* العنوان الفرعي */
.subtitle {
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    font-size: 0.875rem;
    margin-bottom: 20px;
    max-width: 400px;
    line-height: 1."";
}

/* الكارد */
.reward-card {
    width: 100%;
    max-width: 400px;
    height: 450px;
    
    background: linear-gradient(rgb(188, 125, 196) 7.86%, rgb(156, 170, 245) 100%);
    border: 7px solid white;
    border-radius: 20px;
    padding: 100px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
   
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
   


    
}

/* نضمن أن mixed-logo-container يظهر خارج الكارد */
.mixed-logo-container {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 100%; /* تم التعديل هنا */
    max-width: 400px; /* تم التعديل هنا */
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.mixed-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.go-button {
    margin-bottom: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem; 
    white-space: nowrap;
    border-radius: 2rem; 
    outline: 0;
    cursor: pointer;
    text-decoration: none;

    /**/
    color:#ffffff ;
    background: linear-gradient(180deg, #4ac200 0%, #63c604 100%);
    border-color:#7be422 ;
    box-shadow:0px 0.375rem 0.125rem  2px #359000  ;
    border: .0625rem solid #7be422;
    






    /**/
    
    
   
    /* الأحجام */
    padding: 20px 60px;
    margin-top: 30px;
    z-index: 10;
   
}
.go-button:hover {
    transform: translateY(2px);
    box-shadow: 0 .125rem 0 0 var(--shadow-color), 0 .25rem .0625rem rgba(0, 0, 0, .15);
}

.go-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 var(--shadow-color), 0 .125rem .0625rem rgba(0, 0, 0, .15);
}

.reward-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 0;
    pointer-events: none;
}


/* الصور الثلاث داخل الكارد */
.card-person {
    position: absolute;
    left: -30px; /* نقلل الخروج قليلاً */
    bottom: -10px;
    width: 220px;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.card-chest {
    position: absolute;
    right: -30px; /* نقلل الخروج قليلاً */
    bottom: -10px;
    width: 270px;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    border-radius: 0PX 0PX 18PX 0PX ;
}

.card-light {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 440px;
    height: auto;
    z-index: 1;
    opacity: 0.7;
    
    
}



/* Responsive Design */
@media (max-width: 480px) {
    .title-container {
        gap: 6px;
        margin-bottom: 8px;
    }
    
    .info-icon {
        width: 18px;
        height: 18px;
        font-size: 11px;
    }
    
    .main-title {
        font-size: 20px;
        
    }
    
    .subtitle {
        font-size: 12px;
        margin-top: -30px;
        margin-bottom: 40px;
        line-height: 1.2;
    }
    
    .reward-card {
      height: 420px;
        margin-top: 50px;
        padding: 90px 20px 30px;
    }
    
  .mixed-logo-container {
        width: 350px;
        height: 150px;
        top: -100px;
    }
    
    
    .go-button {
        width: 70px;
        padding: 12px 40px;
        font-size: 18px;
        margin-top: 15px;
        
        
    }
    
   .card-person {
        left: 0px;
        bottom: 0.5px;
        width:160px;
        border-radius: 0px 0px 0px 5px;
    }
    
    .card-chest {
        right: 0px;
        bottom: 0px;
        width: 200px;
        
    }
    
    .card-light {
        height: 700PX;
        width: 1000px;
        bottom: 83%;
    }
    
}


    /* footer */

    
 .footer {
    background-color: rgb(246, 241, 224);
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
    width: 100%;
  }

  .footer .logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
  }

  .footer .logos img {
    height: 60px;
    object-fit: contain;
  }

  .footer a {
    font-family: 'Quicksand', sans-serif;
        font-size: 1rem;
    display: block;
    color: rgb(65, 58, 74);
    text-decoration: none;
    margin: 20px 0;
    font-weight: 700;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer p {
    font-family: 'Quicksand', sans-serif;
    margin: 20px 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 0.8rem;
    color: rgb(65, 58, 74);
  }
  

  .footer .version {
    font-family: 'Quicksand', sans-serif;
    margin-top: 8px;
    font-size: 10px;
    color: #888;
    font-weight: 700;
  }
