@font-face {
    font-family: "Adeem";
    font-weight: 400;
    src: url("Assets/Adeem-font.otf");
  }
  
body {
    /* background-color: #0c4483 !important; */
    background-color: #216bc5 !important;
    font-family: "Adeem" !important;
    transition: background-color 0.3s ease;
}

.lgo{
    color: #f7a6c3!important;
}

.WishText1 {
    color: #f7a6c3 !important;
    font-size: 3.75rem!important;
    /* top: -0.3rem!important; */
    /* position: relative!important; */
}
.WishText2 {
    color: #f7a6c3 !important;
    font-size: 5.5rem!important;
}
.blabla {
    font-size: 1.25rem!important;
    text-align: justify!important;
    text-justify: inter-word!important;
}
.blabla2 {
    font-size: 1.1rem!important;
    text-align: justify!important;
    text-justify: inter-word!important;
}
.cta {
    box-shadow: 8px rgba(0, 0, 0, 0.1)!important;
    /* background-color: #f7a6c3 !important; */
    background-color: #f7a6c3 !important;
    border: 0.1rem solid #216bc5 !important;
}
.cta-card {
    border: 10px solid black !important;
}

/* Effet néon */
.neon {
    border: 2px solid #ff007a;
    box-shadow: 0 0 20px #ff007a, 0 0 40px #ff007a, 0 0 60px #ff007a;
    color: #fff;
}

/* Animation de zoom */
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

#confetti{
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    top: 0px !important;
    left: 0px !important;
}

.audio-player {
    background: #fff;
    /* padding: 20px; */
    /* border-radius: 15px; */
    border-radius: 0.5rem;
    border: 0.75rem solid black;
    box-shadow: 13px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 350px; */
    margin: auto;
    text-align: center;
}

.player-controls {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: space-around;
    background: #f5f5f5;
    /* padding: 10px; */
    border-radius: 10px;
    width: 100%;
    /* overflow: hidden; */
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.play-btn {
    background: linear-gradient(45deg, #ff007a, #ff9900);
    /* background: linear-gradient(45deg, #0c4483, #f7a6c3); */
    border: none;
    color: white;
    font-size: 1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #ff007a!important;
    border-radius: 5px;
    position: absolute;
    /* z-index: 1; */
}

.time-display {
    font-size: 14px;
    margin-top: 5px;
}

/* coupon stuff */
    /* Common Styles */
    /* .coupon-card {
        background: linear-gradient(135deg, #6a11cb, #2575fc);
        color: white;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        font-family: Arial, sans-serif;
        position: relative;
        overflow: hidden;
    }
    .coupon-card::before,
    .coupon-card::after {
        content: "";
        position: absolute;
        background: white;
        width: 30px;
        height: 30px;
        border-radius: 50%; */
    /* } */
    
    /* Horizontal Coupon */
    /* .horizontal {
        width: 400px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .horizontal::before { left: -15px; top: 50%; transform: translateY(-50%); }
    .horizontal::after { right: -15px; top: 50%; transform: translateY(-50%); } */
    
    /* Vertical Coupon */
    /* .vertical {
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vertical::before { top: -15px; left: 50%; transform: translateX(-50%); }
    .vertical::after { bottom: -15px; left: 50%; transform: translateX(-50%); } */
    
    /* Coupon Content */
    /* .coupon-content h3 { margin-bottom: 10px; font-size: 18px; }
    .coupon-content p { margin: 5px 0; font-size: 14px; }
    .discount { font-weight: bold; font-size: 18px; }
    .coupon-code {
        background: white;
        color: #333;
        padding: 10px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .coupon-code button {
        background: #ff5722;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
    }
    .valid { font-size: 12px; opacity: 0.8; margin-top: 10px; }

        .coupon-ticket {
        display: flex;
        align-items: center;
        width: 250px;
        background: #FDCB58;
        border: 4px solid black;
        border-radius: 8px;
        overflow: hidden;
        font-family: sans-serif;
    }
    .left-side {
        width: 50px;
        height: 80px;
        background: #E74C3C;
        border-right: 4px dotted black;
    }
    .right-side {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #FDCB58;
    }
    .coupon-text {
        font-size: 24px;
        font-weight: bold;
        color: white;
    }
    sl-copy-button {
        margin-top: 10px;
    } */
    .coupon-ticket {
        display: flex;
        align-items: center;
        width: 250px;
        background: #FDCB58;
        border: 4px solid black;
        border-radius: 8px;
        overflow: hidden;
        font-family: sans-serif;
        position: relative;
    }
    .left-side {
        width: 50px;
        height: 80px;
        background: #E74C3C;
        border-right: 4px dotted black;
        position: relative;
    }

    .right-side {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #FDCB58;
    }
    .right-side::before{
      height: 80px;
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 29px;
      border-left: 29px;
      background: #FDCB58;
    }
    .coupon-text {
        font-size: 24px;
        font-weight: bold;
        color: white;
    }
    sl-copy-button {
        margin-top: 10px;
    }
    
    /* Cut edges effect */
    .cut-edge {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 0 4px black;
    }
    /* .left-side::before, .left-side::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
        left: 100%;
        box-shadow: 0 0 0 4px black;
    }
    .left-side::before {
        top: 15%;
    }
    .left-side::after {
        top: 85%;
        transform: translateY(-100%);
    } */
     .cpn{
        background: #0c4483!important;
     }
    .octagon {
        width: 100px;
        height: 100px;
        background: #FDCB58;
        position: relative;
        /* border-left: dotted black; */
      }
      .octagon:before {
        content: "";
        width: 100px;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 29px solid #FDCB58;
        border-left: 29px solid #0c4483;
        background: transparent;
        
      }
      .octagon:after {
        content: "";
        width: 100px;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 29px solid #FDCB58;
        border-left: 29px solid #0c4483;
      }
  