﻿body{
    background-color:#000;
}
/* width */
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
    body::-webkit-scrollbar-track {
        background: #888;
    }

/* Handle */
    body::-webkit-scrollbar-thumb {
        background: #282828;
    }

    /* Handle on hover */
        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
            .center{
    text-align:center;
}

.footer{ 
border:none;
}
footer{
    border:none;
}

.header-area logo {
    margin: 0;
    margin-top: 10px;
}

.header-area img{
  height:30px;
}

header {
    height: 70px;
    border-bottom: 5px solid #1e1a1a;  
    background-color: #00000074
}

.header {
    padding: 18px 10%;
}
.menu-area{
    margin: 0;
    padding:0;
    width:100%;
}

.menu-area .responsive-menu .primary-menu{
    float:right;
    margin-right:0;
    padding-right:0;
}

.login-box {
    border-radius: 20px;
    background: linear-gradient(190deg, #9900cc, #ff0000, transparent), linear-gradient(240deg, #ff0000, transparent, #ff6a00, #5fd53c );
}
.login-box h2{
    color:white;
    text-shadow: 2px 2px 4px #41184f;
}

.login-box input{
    border-radius: 20px;
    background-color:#1e1a1a;
    color: #f7f7f7;
}

.theme-btn {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   color:white;
   border-color: #f7f7f7;
   border-width:1px;
   background-color: #eb315a;
}

.theme-btn:hover{
    color:#050a63
}

.close-btn {
    border-radius: 20px;
    margin: 5px;
    background: linear-gradient(180deg, #eb315a,#990000);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
    .close-btn:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        background: linear-gradient(180deg, #eb315a,#9900cc);
        color: white;
        text-shadow: 1px 1px 2px #41184f;
    }


.banner{
    height:100vh;
   position:relative;
}
    .imgxx {
        width:100%;
        height: 100%;
        background: url(/Content/Img/Banner.jpg) ;
        object-fit:cover;
        opacity: 0.15;
        position:absolute;
    }
.left-caption {
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-content {
    padding-top: 30vh;
    text-align: center;
}
    .banner-content h1 {
        opacity:1;
        font-weight: 500;
        font-size: 60px;
        color:white;
    }
    .b-content{
      
    }

        .b-content span {
            background-color: #0a0a0a;
            border: 1px solid #f7f7f7;
            margin: 5px;
            padding: 8px 10px;
            border-radius: 20px;
            display: inline-block;
        }
.get-started {
    font-size: large;
    padding: 10px 15px;
    margin: 10px;
    background: linear-gradient(190deg, #9900cc, #ff0000, transparent), linear-gradient(240deg, #ff0000, transparent, #ff6a00, #5fd53c );
    border-radius: 30px;
}
    .get-started:hover {
        background: linear-gradient(190deg, #282828,#1e1a1a,#000 );
        color:#f7f7f7;
    }




.tagline {
    padding: 30px 0;
}
        .theatre img{
            width:100%;
            height: 500px;
            object-fit:cover;
            margin: 20px 0;
     }
        .theatre2 img{
            width:100%;
            height: 200px;
            object-fit:cover;
            margin: 20px 0;
     }
.taglineb {
    padding: 30px 0;
    min-height: 40vh;
}
.taglineb .container img{
    border-radius: 25px;
}
    .match {
        display: flex;
       margin-top:20%;
    }

.stuff{
    background-color: rgb(16, 13, 13);
    padding:20px;
    border-radius:30px;
    border: 2px solid #555;
}
    .stuff hr {
        color: #555;
        background-color: #555;
    }
  

    .register{
        padding-top:10%;
        min-height: 90vh;
    }
    .register .pane{
        background-color: #141414;
        padding:20px;
        border-radius:20px;
        margin:30px 0;
    }
    .register 
    .form-control-sm{
        width:auto;
    }
    

    .warning{
        color: #d5c93c;
    }

@media screen and (max-width: 768px ) {
   
    .register{
        padding-top:30%;
    }

    .banner-content {
        padding-top: 25vh;
        padding-left: 20px;
        padding-right: 20px;
    }

        .banner-content h1 {
            font-weight: 600;
            font-size: 50px;
            color: white;
        }

    .b-content span {

    }

    .theatre img {
        width: 100%;
        height: 300px;
    }
    .theatre img {
        width: 100%;
        height: 150px;
        border-radius:0;
    }
    .match{ 
        margin-top: 30px;
        text-align:center;

    }
    .widget{
        text-align:center;
    }
    .widget img{
       
        width:200px;
    }
    .store-img {
        width: 120px; height: 40px
    }
}