@font-face {
    font-family: monarade;
    src: url('/assets/fonts/monarda.ttf');
}

@font-face {
    font-family: CanvasSansMedium;
    src: url('/assets/fonts/canvas-sans-mediumn.woff2');
}

.image_raksha_cover img {
    width: 80%;
}

.raksection{
    position: absolute;
    bottom:0;
}

.fontsib{
    font-family: monarade;
}

.glow-text {
    color: #f5e89f;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 8px #f5e89f, 0 0 15px #f5e89f, 0 0 25px #f5e89f;
}

.giveaway-heading {

    font-weight: bold;
    color: #e27503;
}

.giveaway-subtext {
    font-size: 18px;
    color: #000;
}

.timer-box {
    background-color: #e2710e;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    width: 100px;
    border: 2px solid #901b19;
    box-shadow: inset 3px 3px 6px #901b19, inset -3px -3px 6px #901b19;
}


.timer-box span {
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.enter-btn {
    background-color: #d65a00;
    color: white;
    padding: 10px 25px;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    transition: 0.3s;
    text-decoration: none;
}

.btn.enter-btn {
    width: 250px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 900;
    color: #fff;
    background: #e2710e;
    border-radius: 21px;
    border: none;
    box-shadow: inset 8px 0 10px #901b19,   /* Left side */
        inset -8px 0 10px #901b19;
}


.entry-form-section {
    background: url('/assets/img/entry-form-bg.jpg') no-repeat center center;
    background-size: cover;
}

.entry-form {
    max-width: 500px;
    padding: 4px;
    width: 100%;
    border: 3px dashed #ecc885;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.9);
}

form.completeform {
    background: rgba(236, 200, 133, 0.5);
    border-radius: 20px;
}

.form-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f77a18;
    text-align: center;
}

.form-subtitle {
    font-size: 1rem;
    text-align: center;
    color: #f77a18;
}

.form-label {
    font-weight: 600;
   color: #f77a18;
    
}





.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.prize-option {
    border: 2px solid #e2710e;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prize-option input[type="radio"] {
    accent-color: #e2710e;
}

.submit-btn {
    background-color: #e2710e;
    color: white;
    font-weight: bold;
    padding: 12px;
    border-radius: 20px;
    border: none;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #c55c0d;
}



.enter-btn:hover {
    background-color: #b84d00;
}

/* Rakhi decoration */
.rakhi-decor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.left-rakhi {
    left: 10%;
}

.right-rakhi {
    right: 10%;
}

.rakhi-decor img {
    max-height: 200px;
}


p {
    font-size: 20px;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: CanvasSansMedium;
    overflow-x: hidden;
}

/* Image container styles */
.img-section {
    position: relative;
    width: 100%;
    text-align: center;
}

.section-img {
    width: 100%;
    display: block;
}

/* Content overlay */
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-image {
    position: absolute;
    /* top: 5%; */
    left: 20%;
    bottom: 8%;
    width: 40%;
}

.btn-store {
    background-color: #FF2E2E;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

.btn-store:hover {
    background-color: white;
    color: #FF2E2E;
    border-color: #FF2E2E;
}

img.sweetsimage {
    width: 80%;
}

.desktop-only {
    background-image: url('/assets/img/festive-raj.jpg');
    /* display: block !important; */
    height: 100vh;
}

.display-5 {
    font-size: 3.5rem;
}

@media (max-width: 992px) {
    .rakrow{

    }
}


/* Mobile styles */
@media (max-width: 768px) {
    /* .mobile-only {
        display: block !important;
    } */
/*     
    .desktop-only {

        display: none !important;
    } */
    
    .price-image {
        position: static;
        width: 80%;
        max-width: 300px;
        margin: 20px auto;
    }

    .rakhi-decor img {
        max-height: 100px;
    }

    .left-rakhi {
        left: 0%;
        top: 0;
        transform: translate(0);
    }

    .right-rakhi {
        right: 0;
        top: 0;
        transform: translate(0);
    }

    .desktop-only{
        height: auto;
    }
    
    .raksection {
        position: unset;
    }

    .btn-store {
        font-size: 0.9rem;
        padding: 8px 15px;
        margin-top: 10px;
    }
    
    .content-overlay {
        position: relative;
        height: auto;
        padding: 20px 0;
    }
    
    /* .img-section {
        height: auto;
    } */
    
    .mobile-logo {
        width: 200px;
        margin-bottom: 15px;
    }
    
    .mobile-promo {
        width: 250px;
        margin-bottom: 15px;
    }

    .timer-box {
        background-color: #e2710e;
        color: #fff;
        padding: 8px 7px;
        border-radius: 10px;
        width: 70px;
        border: 2px solid #901b19;
        box-shadow: inset 3px 3px 6px #901b19, inset -3px -3px 6px #901b19;
    }

    .timer-box span {
        font-size: 21px;
        font-weight: bold;
        display: block;
    }

    .image_raksha_cover img {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
    

}

.btn-scroll {
background-color: rgba(255, 46, 46, 0.8);
color: white;
border: 2px solid white;
padding: 8px 12px;
border-radius: 30px;
font-size: 0.9rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease-in-out;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
display: inline-block;
}

.btn-scroll:hover {
background-color: white;
color: #FF2E2E;
border-color: #FF2E2E;
}