* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
}

/* Hero section start */
.logo {
    width: 200px;
    height: 26px;
    object-fit: contain;
}
.winner-btn-box {
    text-align: end;
}
.winner-list-btn {
    background: #ae3869;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 200px;
    height: 35px;
    line-height: 35px;
}
.link-to-winner-table {
    color: #ffff;
    text-decoration: none;
}
.link-to-winner-table:active {
    color: white;
}
.steps-wraper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.step-img-box {
    box-shadow: 0px 20px 30px 0px #0000001a;
    background-color: white;
    border-radius: 50%;
    width: max-content;
    padding: 1rem;
}
.steps-img {
    width: 2rem;
    height: 2rem;
}
.spin-win-heading {
    background: linear-gradient(180deg, #325998 0%, #ae3869 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 5rem;
    font-weight: 600;
}
.dynamic-name {
    background: linear-gradient(180deg, #325998 0%, #ae3869 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 2rem;
    font-weight: 600;
}
.step-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
.step-desc {
    font-size: 10px;
    font-weight: 400;
}
/* hero section end */

/* banner with css start */
.banner-price-box {
    background: linear-gradient(274.28deg, #904074 0.86%, #325998 99.03%);
    border-radius: 5px;
    padding: 3rem 1rem 1rem 1rem;
    position: relative;
}
.banner-price-box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-style: solid;
    border-width: 15px;
    -moz-border-image: url("./assests/lightborder.png") 34 round;
    -webkit-border-image: url("./assests/lightborder.png") 34 round;
    -o-border-image: url("./assests/lightborder.png") 34 round;
    border-image: url("./assests/lightborder.png") 34 round;
    animation: ledFlash 0.5s infinite;
}

@keyframes ledFlash {
    50% {
        opacity: 0.5;
    }
}

.spin-win-img {
    position: absolute;
    right: 0;
    top: -30rem;
    mix-blend-mode: darken;
}

.spin-win-imgs {
    height: 30rem;
    width: 45rem;
    object-fit: contain;
}
/* banner with css end */

/* winner table start */
.winner-heading-text {
    background: linear-gradient(180deg, #325998 0%, #ae3869 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
thead {
    background: linear-gradient(274.28deg, #904074 0.86%, #325998 99.03%);
}
table th:first-child {
    border-radius: 10px 0 0 10px;
}

table th:last-child {
    border-radius: 0 10px 10px 0;
}
.table-data-one-line {
    white-space: nowrap;
    overflow: hidden;
}
/* winner table end */

/* form modal start*/
.modal-header {
    border-bottom: 1px solid white !important;
}
.modal-body {
    padding: 0 !important;
}
.modal-close-btn {
    position: absolute;
    right: 22px;
    top: 10px;
}
.modal-spin-heading {
    font-size: 20px;
    font-weight: 600;
}
.modal-bottom-heading {
    font-size: 14px;
    font-weight: 600;
}
.submit-spin {
    width: 100%;
    background: linear-gradient(91.65deg, #ae3869 0%, #325998 100%);
    color: #fff !important;
    position: relative;
    top: 5px;
}
.error-color {
    color: red !important;
}
.success-color {
    color: green !important;
}
/* form modal end */

.admin-form {
    width: 50%;
}

.winner-table > tbody > tr:nth-child(1) > td {
    animation: beat 0.5s infinite alternate;
    transform-origin: center;
    color: #355492;
    font-weight: 700;
}

/* Heart beat animation */
@keyframes beat {
    to {
        transform: scale(1.03);
    }
}

.logo-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.back-to-home {
    font-size: 14px;
    background-color: white;
    color: #355492;
    font-weight: 700;
    border: 1px solid #355492;
    padding: 0.5rem;
    border-radius: 5px;
    transition: all 0.5s;
}
.back-to-home:hover {
    background-color: #325998;
    color: #ffff;
}
.price-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-ten-winners {
    background: linear-gradient(180deg, #325998 0%, #ae3869 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 2rem;
    text-align: center;
}

.bottom-img-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nav-bar-box {
    background: linear-gradient(90.14deg, #ae3869 0%, #325998 100%);
    height: 65px;
    line-height: 65px;
}
.top-nav {
    position: relative;
    margin-bottom: calc(65px + 4rem);
}
.diwali-ki-mala {
    position: absolute;
    top: calc(10% + 15%);
    /* bottom: 0; */
    z-index: -1;
}
/* Medai query */
/* for mobile devices */
@media (max-width: 575px) {
    .admin-form {
        width: auto;
        margin: auto;
    }
    .winner-heading-text {
        font-size: 2rem;
    }
    .top-ten-winners {
        font-size: 2rem;
    }
    .logo-with-button {
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
    .spin-win-imgs {
        height: auto;
        width: 100%;
        object-fit: contain;
        cursor: pointer;
    }
    .spin-win-heading {
        font-size: 3rem;
    }
    .winner-btn-box {
        text-align: center;
        margin-top: 1rem !important;
    }
    .logo-wraper {
        text-align: center;
    }
    .logo {
        /* width: 100%; */
        /* object-fit: fill; */
    }
    .winner-list-btn {
        width: 100%;
    }
    .dynamic-name,
    .spin-win-heading,
    .spin-win-text,
    .custom-width,
    .center-text {
        text-align: center;
    }
    .steps-wraper {
        justify-content: center;
    }
    .hide-email {
        display: none;
    }
}
/* Tablet */
@media (min-width: 567px) and (max-width: 991px) {
    .spin-win-img {
        right: 90px;
    }
    .spin-win-heading {
        font-size: 3rem;
    }
}
