@import './bootstrap.min.css';

:root {
    --primary-color: #293543;
    --light-primary: #283442fa;
    --font-light: #f8f8f8;
    --basic-btnbg: #e0e2e078;
    --light-dark: #0000004f;

    --primary-btn:linear-gradient(to right,#e0e2e078,#293543);
    --custom-btn:linear-gradient(to right,#fbbd61,#ec7532);
    --second-btn:#e0e2e078;
}

a{
    color:var(--font-light);
}
a:hover{
    color::var(--font-light);
    text-decoration: none;
}
/* index css here */
.index-bg{
    background:url('../../images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-box{
    margin: 20px auto;
}
.no-bg{
    background:none;
}

/*.index-logo{
    width: 10rem;
    margin:  40px 0px 0px;
}*/
.index-spacer{
    margin-top: 50px;
}
.hideOnload{
    display: none!important;
}
.login-bg {
    background: url('../../images/BlurBG.png') no-repeat center;
    background-size: 100% 100%;
    padding: 30px 30px;
    color: #f8f8f8; 
    border-radius: 10px;
    box-shadow: 0 0 42px -10px #000;
}
.form-group{
    margin-bottom: 1.8rem;
}

.login-btn{
    width: 50%;
    float: right;
    background: transparent;
    border:1px solid #f8f8f8;
    color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;    
    transition: all .2s ease-out;
}
.login-btn:hover{
    color:#f8f8f8;
    background: #4c33e2;
    border-color: transparent;
    transform: scale(1.1);
}


/* client css changes and look for comment css orngnl*/
/* changed css custom*/
.index-logo{
    width: 18rem;
    position: absolute;
    top: 163px;
}
.form-title {
    margin-bottom: 30px;
    color: #f8f8f8;
}

.form-index {
    position: absolute;
    top: 90px;
    left: 41px;
    color: #f8f8f8;
}

.form-control{
    background: transparent;
    border:none;
    border-radius: unset;
    color:#f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}
.form-control:hover,
.form-control:focus,
.form-control:active{
    border:none;
    background: transparent;
    box-shadow: none;
    outline: none;
    color:#f8f8f8;
    border-bottom:3px solid var(--primary-color);
}


.form-control::-moz-placeholder {
  color: #f8f8f8;
}
.form-control:-ms-input-placeholder {
  color: #f8f8f8;
}
.form-control::-webkit-input-placeholder {
  color: #f8f8f8;
}

.btn-login {
    background: #f8f8f8;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    transition: all .2s ease-out;
}
.btn-login:hover{
    transform: scale(1.1);
    background: #072b95;
    color:var(--white);
}
.signup-para{
    margin-top: 15px;
    text-align: center;
}
.signuplink{
    color:var(--primary);
}
.forgot-link-para{
    text-align: center;
    
    cursor: pointer;
}
.forgot-link{
    color:var(--primary);
    text-decoration: underline;
}

/*  dashboard css here */
.dash-brand{
    width: 9rem;
    height: 40px;
}
.img-icon{
    width: 2rem;
    transition: all 0.2s ease-in-out;
}
.img-icon:hover{
   transform: scale(1.2);
}
.dash-bg{
    background: url(../../images/dark-blue-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-img-1{
    background: url(../../img/livetvbackground.png);
    background-size: auto 118%;
    padding: 70px;
    background-position-y: -15px;
    height: 300px;
    border-radius: 8px;
    position: relative;
    transition: all .2s ease-in-out;
}

.section-img-2{
    background: url(../../img/catch_background_working.png);
    background-size: 118% auto;
    padding: 30px;
    background-position-x: -15px;
    height: 225px;
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 8px;
}

.section-img-3{
    background: url(../../img/Untitled-1.png);
    background-repeat: repeat-y;
    background-size: 118% auto;
    padding: 30px;
    background-position-x: -15px;
    height: 225px;
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 8px;
}

.section-logo {
    width: 5rem;
    position: absolute;
    top: 15%;
    right: 40%;
    transition: all .2s ease-in-out;
}
.logo-live{
    width: 7rem !important;
    left: 33%;
}


.section-img-1:hover .section-logo, .section-img-2:hover .section-logo, .section-img-3:hover .section-logo{
    transform: scale(1.2);
}
/*.section-img-1:hover, .section-img-2:hover, .section-img-3:hover{
    border:5px solid #f8f8f8;
}*/
.sectionStrip-img{
    width:100%;
}
.spacer{
    margin-top: 75px;
}
.spacer-1{
    margin-top: 50px;
}
.main-grid{
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(271px, 1fr));
    grid-gap: 20px;   

}
.grid-col-1{
    height:150px;
}

.grid-col-large{
    display: flex;
    width: 66%;
    float: right;
    margin-top: 15px;
}
.section-title-1 {
    position: absolute;
    top: 63%;
    color: #f8f8f8;
    left: 31%;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.section-title-2 {
    position: absolute;
    top: 58%;
    color: #f8f8f8;
    left: 31%;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.section-title-3 {
    position: absolute;
    top: 58%;
    color: #f8f8f8;
    left: 27%;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.sectionstrip-logo{
    width:2rem;
    margin-top: -9px;
    transition: all .2s ease-in-out;
}
.btn-cus-dash{
    background: #73ad88;
    width: 100%;
    padding: 10px;
    color: #f8f8f8;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
.btn-cus-dash:hover .sectionstrip-logo{
    transform: scale(1.2);
}
.btn-cus-dash:hover{
    color:#f8f8f8!important;
    border:1px solid #f8f8f8;
}
.btn-cus-dash:nth-child(3n) {
  margin-right: 0;
}
.footer{
    text-align: center;
    position: fixed;
    left: 37%;
    bottom: 0;
}

.datetime{
	margin-right: 20px;
    font-weight: 600;
    font-size: 21px;
}

.fullimage-loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
/* category css here  */

.cate-brand-logo{
    width: 9rem;
    height: 40px;
}
.cate-card{
    background: var(--primary-btn);
    color:var(--font-light);
    margin-bottom: 15px;
    position: relative;
    display: block;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding:7px 7px;
    transition: all .2s ease-in-out;
}
.cate-card:hover{
    background: var(--custom-btn);
    transform: scale(1.1);
}
.cate-logo {
   padding: 5px;
   line-height: 3;
   position: relative;
   top:-3px;
}
.cate-logo-img{
    width: 2rem;
}
.cate-title{
    font-size: 1.3vw;
    text-transform: uppercase;
}
.arrow-sign{
    position: absolute;
    right: 0%;
}
.arrow-fa{
    float: right;
    margin-right: 17px;
    margin-top: 11px;
    font-size: 36px;
}
.sidelist{
    display: flex;
    margin-right: 20px;
    margin-bottom: 0;
}
.nav-item{
    position: relative;
}
span.Navtitle {
    font-size: 26px;
    font-weight: 600;
}

.setting-btn,.logout-btn{
    width:1.5rem;
}
.bg-custom-nav{
    background:#6f6f6f5c;
    height: 60px;
}
.navbar-toggler{
    position: absolute;
    right: 5%;
    top: 2%;    
}
.navbar-toggler-icon{
    background: none;
    background-image: url('../../images/menu.png');
}
.navbar-light .navbar-nav .nav-link{
    color:#f8f8f8!important;
}
.fixed-top.scrolled {
    background-color: var(--primary-color) !important;
    transition: background-color 200ms linear;
}
.text-underline{
    text-decoration: underline;
}
/* media query for all here */

@media screen and (min-device-width : 768px){
    /* dash css here */
    .login-box{
        width: 45%;
        margin: 20px auto;
    }
    .section-logo{
        width: 5rem;
        position: absolute;
        top: 19%;
        right: 39%;
    }
    .section-title{
        font-size: 28px;
    }
   /*  .section-title-1{
       position: absolute;
       top: 58%;
       left: 37%;
       text-transform: uppercase;
       font-size: 36px;
   } */
    .cate-logo-img{
        width: 2.5rem;
    }
    .cate-logo {
        padding: 5px;
        position: relative;
        top: -3px;
    }
}
@media screen and (max-width:996px) {
    /* index css */
    
    .cate-logo-img{
        width: 2rem;
    }
    /* dash css here */
   /*  .dash-bg{
       height:103%;
   } */
    .section-logo{
        width: 5em;
        position: absolute;
        top: 16%;
        left: 39%;
    }
    .grid-col-1{
        height:unset;
    }
    .grid-col-large {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .btn-cus-dash{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .section-title-1{
        position: absolute;
        top: 58%;
        left: 37%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-2{
        position: absolute;
        top: 58%;
        left:25%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-3{
        position: absolute;
        top: 58%;
        left: 25%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .spacer-1{
        margin-top: 20px;
    }
    /* category css here */
}
@media screen and (max-width:768px) {
    /* index css here */
    .index-bg{
        height:100%;
    }
    /* dash css here */
    .section-title-1{
        position: absolute;
        top: 53%;        
        left: calc(50% - 47px);
        text-transform: uppercase;
        font-size: 30px;
    }
    .section-title-2 {
        position: absolute;
        top: 58%;
        left: calc(50% - 76px);
        text-transform: uppercase;
        font-size: 36px;
    }

    .section-title-3 {
        position: absolute;
        top: 58%;
        left: calc(50% - 76px);
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-logo{
        width: 5em;
        position: absolute;
        top: 14%;
        right: 24%;
    }
    .section-img-1,.section-img-2, .section-img-3{
        margin-bottom: 20px;
    }
    .section-img-1{
        padding: 30px;
        background-position-x: -15px;
        height: 225px;
    }
    .btn-cus-dash{
        margin-bottom: 10px;
    }
    .sectionstrip-logo{
        width: 3rem;
    }
    /* category css here */
  
    .navbar-nav{
        text-align: center;
    }
}


@media screen and (max-width:526px) {
    .index-logo{
        width: 15rem;
        text-align: center;
        position: relative;
        top:0px;
    }
    .index-bg{
        height:100%;
    }
    .index-logo-div{
        text-align: center;
    }
    .login-form{
        text-align: center;
    }
    .form-index{
        position: absolute;
        left:10px;
        right: 10px;
    }
    /* dash css here */
    .section-logo {
        width: 5em;
        position: absolute;
        top: 17%;
        left: 40%;
    }
    .section-title-2 {
        position: absolute;
        top: 57%;
        left: 33%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-1 {
        position: absolute;
        top: 53%;
        left: 35%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-3 {
        position: absolute;
        top: 58%;
        left: 35%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .sectionstrip-logo {
        width: 2rem;
    }
    /* cate css here */
}




.top-spacer
{
    margin-top: 65px !important
}
.addborder{
    border:1px solid red;
}