.main-logo {
    height: 200px;
}

.navbar-collapse {
    background-color: rgb(162, 32, 34, 0.5);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: x-large;
    text-transform: uppercase;
    font-weight: 600;
    /* border: 2px solid #000; */
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #821a1b;
}

.main-container {
    position: relative;
    min-height: 100vh;
    /* color: #fff; */
}

.main-container::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: url('/assets/background.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.main-prize ul,
.other-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.main-prize .circle,
.main-prize ul.circles li,
.other-prize .circle,
.other-prize ul.circles li {
    width: 50px;
    height: 50px;
    line-height: 40px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    text-align: center;
    border: 5px solid #fc0404;
    background: #CD113B;
}

.result-pagination nav a {
    /* color: #253586; */
    /* border: 2px solid #FFFB05 !important; */
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    /* background-color: rgb(255, 255, 255, 0.5) !important; */
}

.result-pagination nav a {
    position: relative;
    margin: 50px 20px 0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    background-color: #821a1b !important;
    border: none;
    text-decoration: none;
}

.result-pagination nav a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.result-pagination nav a:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




.result-pagination nav span {
    display: none;
}

.home-detail * {
    color: #000;
    font-weight: 700;
}

.home-container {
    /* background-color: rgb(255, 255, 255, 0.5); */

    margin-top: 0px;
    /* border: 5px solid #253586; */
}

.home-other-prize,
.home-main-prize,
.home-result {
    border-radius: 10px;
    border: 2px solid #b22325;
    background: #ffffff;
    box-shadow: inset 10px -10px 20px #e6e6e6,
        inset -10px 10px 20px #ffffff;
}


.bottom-banner {
    background-color: #304878;
}

.main-prize h1,
.other-prize h2 {
    color: #a22022;
    font-weight: 700;
}

.home-other-prize .col-6 {
    font-weight: 500;
    font-size: large;
    padding: 3px 0;
    /* background-color: #253586; */
}

.home-other-prize .col-12 {


}

.home-other-prize .col-12 h3 {
    color: #a22022;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}

.about-box {
    border-radius: 20px;
    background: linear-gradient(45deg, #f0f0f0, #cacaca);
    box-shadow: 10px -10px 0px #cacaca,
        -10px 10px 0px #f6f6f6;
}

.about-heading {
    background-color: #a22022;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-banner {
    background-color: #a22022;
    padding: 20px 10px;
}

.live-draw-container {
    color: white;
    border-radius: 10px;
    background: linear-gradient(45deg, #ad2224, #921d1f);
    box-shadow: 10px -10px 0px #821a1b,
        -10px 10px 0px #c22629;
}

.live-heading {
    color: #a22022;
    background-color: #fff;
    margin: 20px 10px;
    padding: 10px 10px;
}

.special-consolation-title {
    border-radius: 5px;
    padding: 3px;
    color: #a22022;
    background-color: #fff;
}

.live-special-consolation {
    font-size: large;
}

.prize-col {
    background-color: white;
    border-radius: 5px;
    color: #a22022;
}

.result-head {
    background-color: #a22022;
    color: white;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border: 0;
}


@media (max-width: 1199.98px) {

    .main-prize .circle,
    .main-prize ul.circles li,
    .other-prize .circle,
    .other-prize ul.circles li {
        width: 45px;
        height: 45px;
        line-height: 32px;
    }

    .main-prize ul,
    .other-prize ul {
        font-weight: 500;
        font-size: 24px;
    }
}
