* {
    margin: 0px;
    padding: 0px;
}

.banner {
    background-image: url('./uploads/unsplash-two.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-bottom: 1px;
}

.marq {
    padding-top: 30px;
    padding-bottom: 30px;
}

.head-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
    height: 40vh;
}


.time {
    color: yellow;
}

.vip {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: white;
    animation-name: second;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-play-state: running;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes second {
    0% {
        color: blue;
    }

    50% {
        color: red;
    }

    100% {
        color: gold;
    }
}

.disawar {
    height:auto;
    border: 2px solid;
    background-color: green;
    text-align: center;
}

.table-disawar {
    width: 100%;
    height: auto;
}

.blue {
    background-color: lightblue;
    border: 2px solid black;
}

.cream {
    background-color: lightgoldenrodyellow;
    border: 2px solid black;
}
.banner-two {
    background-image: url('./uploads/unsplash-two.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}

.playimage {
    width: 60%;
    height: 400px;
    
}

@media(max-width:780px){

    .table-disawar {
        font-size: 22px;
        width: 98.6%;
        height: auto;
    }

}
@media(max-width:600px) {
    .table-disawar {
        width: 100%;
        height: auto;
    }
    .playimage {
        width: 80%;
        height: auto;
    }

    .banner {
        background-image: url('./uploads/unsplash-two.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
    }

    .banner-two {
        background-image: url('./uploads/unsplash-two.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
    }
}

table {
    font-size: 14px;
    color: white !important;
}

footer {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: red;

}

footer div {
    background-color: yellow;
    padding: 10px;
    border: 3px solid black;
    border-radius: 7px;
    font-weight: bold;
}

.btn-two {
    width: 170px;
    border-radius: 100px;
    margin-top: 5px;
}