:root{
    --black: #575555;
    --black2: #030303;
    --nav-bg: #e2dcdc;
    --nav-hover: #2426c0;
    --nav-border: #2a2dc5;
    --facebook: #080a6d;
    --white: #fff;
    --login:#0a9605;
    --live:#38e70d;
    --logout:#ec260c;
    --guest-login:#ffd207;
    --border:.2rem solid #ccc;
    --box-shadow:0 .5rem 1rem #5a56561a;
    --topbar-border: 0 7px 25px #16161657;
}


*{
    font-family: 'Rubik', sans-serif;
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: none; 
    border:none;
    text-decoration: none;
    color:var(--black);
 }
 

.header{
    position: fixed;
    top:0; 
    left:0; 
    right:0;
    /* height: 130px; */
    z-index: 1;

    /* border: 2px solid blue; */
}

.header .notification{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 60px;
    position: relative;
    background: var(--nav-hover);
    color: var(--guest-login);

    /* border: 2px solid green; */
}
.header .notification .add-ons{
    width: 20%;
    height: 60px;
    /* border: 2px solid yellow; */
}
.header .notification .add-ons img{
    width: 100%;
    height: 100%;
}

marquee{
    width: 50%;
    height: 50px;
    margin: 5px;
    color: var(--nav-bg);
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: 2px solid var(--nav-bg);
}
marquee span{
    color: var(--logout);
    text-decoration: underline;
    font-weight: 600;
}
marquee a{
    color: var(--white);
}
marquee a ion-icon{
    color: var(--nav-bg);
}



.top_icons_box{
    width: 30%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: space-around;

    /* border: 2px solid #a30f72; */
}

.noticeIcon{    
    padding: 5px;
    cursor: pointer;
}
.noticeIcon .noteNum{    
   background: var(--logout);
   color: var(--white);
   border-radius: 50%;
   padding: 0 5px;
   /* width: 20px;
   height: 20px; */

   position: absolute;
   top: 5px;
   right: 12.7%;
}

/* subscribe section starts */
.subscribe ion-icon{
    color: var(--logout);
    font-size: 23px;
    cursor: pointer; 
    -webkit-animation:shake .9s ease-in-out 
    .1s infinite alternate;
}

.subscribeFrm{
    position: absolute;
    top: 62px;
    right: 22%;
    display: none;
    width: 130px;
    /*width: 230px auto;
     height: 190px; 
    padding: 10px 2px;*/
    padding: 2px 2px;
    background: var(--black2);
    /* border-radius: 10px; */
    animation: fadeIn .4s linear;
    transition: 1s linear;
    z-index: 1000;
    /* opacity: .6; */
}
.subscribeFrm.active{
    display: inline-block;
    transition: 1s linear;
}

.subscribeFrm input{
    padding: 8px;
}
.subscribeFrm input[type="text"], 
.subscribeFrm input[type="number"], 
.subscribeFrm input[type="file"]{
    width:100%;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 13px;
    background: transparent;
    /* resize: vertical; */
    outline: none;
    border: none;
    border-bottom: 2px solid #474646;
    border-radius: 5px;
}
.subscribeFrm input[type="submit"]{
    width:70px;
    margin-bottom: 10px;
    margin-left: 65%;
    color: var(--white);
    font-size: 15px;
    background: var(--logout);
    outline: none;
    border: none;
    border-radius: 15px;
}

/* subscribe section ends */
.fb_link ion-icon{
    color: var(--white);
    font-size: 23px;
    cursor: pointer; 
    -webkit-animation:shake .7s ease-in-out 
    .1s infinite alternate;
}


.GoLive{
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 10px;
    border-left: 2px solid var(--logout);
    border-top: 0.9px solid var(--logout);
    border-right: 2px solid var(--logout);
    border-bottom: 0.9px solid var(--logout);
}

.GoLive h5{
    color: var(--nav-bg);
    font-size: 15px;
    cursor: pointer;
    
    padding: 3px;
}

/* Shaking Effect starts */
.noticeIcon ion-icon{
    color: var(--guest-login);
    font-size: 23px;
    font-weight: bolder;
    padding: 3px;
    /* animation: shake 0.7s ease-in-out both; */
    -webkit-animation: shake .2s ease-in-out 
    .1s infinite alternate;
} 

.noticeMsg{
    position: absolute;
    top: 62px;
    right: 10%;
    display: none;
    width: 230px;
    max-height: 400px;
    background: var(--black2);
    border-radius: 10px;
    animation: fadeIn .4s linear;
    transition: 1s linear;
    z-index: 1000;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.noticeMsg.active{
    display: inline-block;
}

.noticeMsg .notice_details{
    font-size: 14px;
    padding: 10px 5px;
    margin: 10px 5px;
    color: var(--black2);
    background: var(--nav-bg);
    text-align: justify;
    border-radius: 20px;
}
.noticeMsg .notice_details span{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px;
    margin-bottom: 10px;
    color: var(--facebook);
    text-decoration: underline;
    text-align: center;
}
.noticeMsg .notice_details p{    
    margin-top: 10px;
}
.noticeMsg .notice_details #date{    
    color: var(--logout);
}

.noticeMsg .empty{
    font-size: 16px;
    width: 100%;
    padding: 15px 10px;
    background: var(--live);
    color: var(--white);
    text-transform: capitalize;
}




@-webkit-keyframes shake{
    from{
        -webkit-transform: rotate(15deg);
    }
    to{
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: center
        center;
    }
}


.GoLive span ion-icon{
    color: var(--live);
    font-size: 15px;
}

.streams{
    width: 10%;
    height: 100%;
    position: absolute;
    top: 52px;
    right: 2%;
    display: none;

    z-index: 52;
}
.streams.activeLive{
    display: block;

    z-index: 52;
}

.streams a{
padding: 7px 5px;
display: flex;
margin: 2px 0;
font-size: 15px;
background: var(--white);
}

#ytStream{
    color: var(--logout);
    margin-right: 5px;
}

#fbStream{
    color: var(--facebook);
    margin-right: 5px;
}





/* navigation bar of the head */
.header .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2px;
    max-width: 100%;
    height: 70px;
    position: relative;
    background: var(--white);
    box-shadow: var(--topbar-border);
 }

 .header .flex .logo img{
    margin-left: -20px;
    width: 50px;
    height: 50px;
    margin: 4px 6px;
    float: left;
 }

 .header .flex .navbar a{
    margin:0 10px;
    font-size: 14.5px;
    color:var(--black);
    display: flex;
    float: left;
 }
 .header .flex .navbar a ion-icon{
    margin-right:5px;
    font-size: 18px;
    /* color:var(--black); */
 }


/* Menubar section style */
 .header .flex .menu{
    /* flex-basis: 15%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .header .flex .menu .user_ac{
    display: block;
     margin-left: 50px;
}
.header .flex .menu .user_ac img{
    margin-top: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    border-bottom: 2px solid var(--nav-hover);
    border-top: 2px solid var(--nav-hover);
}


/* Menu button */
#menu-btn{
    display: none;    
}
#menu-btn ion-icon{
    color: var(--nav-hover)
}



.title .nav_marquee{
    position: relative;
    height: 70px;
    width: 100%;
    top: 100px;
    display: flex;
    align-items: center;
    background: var(--marquee-border);
    border-bottom: 6px solid var(--marquee-border2);
    border-bottom-left-radius: 100%;
}

.nav_marquee h1{
    color: #b1b1b1;
    font-size: 27px;

    letter-spacing: 5px;
}

/* Profile Styling */
 .profile{
    position: absolute;
    top:105%; 
    right:-300px;
    box-shadow: var(--box-shadow);
    border: none;
    border-left:var(--border);
    /* border-radius: 10px; */
    padding:10px;
    text-align: justify;
    background-color: rgb(0, 0, 0, 0.9);
    width: 300px;
    height: 80vh;
    animation: fadeIn .4s linear;
    /* opacity: .9; */
    transition: .6s;
 }
 
 .profile.active{
    display: inline-block;
    right:0px;
    transition: .6s;    
 }
 
 .profile img{
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 35%;
    padding: 5px;
    border-bottom: 2px solid var(--logout);
    border-left: 2px solid var(--nav-hover);
    border-right: 2px solid var(--nav-hover);
 }
 
 .btn_drop_img_form{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10px;
    right: 30%;
    background: linear-gradient(to bottom, transparent, var(--black));
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1000;
    transition: .5s;
}

.btn_drop_img_form ion-icon{
    padding: 10px 28px;
    width: 100%;
    border-top: 1px solid var(--black);
    margin-bottom: -54px;
    opacity: 1;
}

.profile .btn_drop_img_form:hover{
    opacity: 1;
    transition: .5s;
}
 
 .header .flex .profile p{
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 15px;
    color:var(--nav-bg);
    margin-bottom: 10px;
    letter-spacing: 2px;
    opacity: 1;
 } 
 .header .flex .profile ion-icon{
    font-size: 25px;
    color:var(--nav-bg);
    margin-right: 6px;
 } 
 .header .flex .profile p h3{
    font-size: 13px;
    color:var(--nav-bg);
    opacity: 1;
    transition: .5s;
 }

    .profile .btn{
        width: 100%;
        border-radius: 5px;
        padding: 10px 0;
        display: block;
        text-align: center;
        cursor: pointer;
        transition: .5s;
        margin-top: 10px;
        background: transparent;
    }

    .profile .profile_btn{
        display: flex;
        align-items: center;
        justify-content: left;

    }

    .profile .profile_btn ion-icon{
        font-size: 30px;
        transition: .4s;
    }

    .profile .profile_btn:hover ion-icon{
        scale: 1.5;
        transition: .4s;
        margin-right: 5px;
        color: var(--live);
    }

    hr{
        width: 100%;
        background: var(--black);
        height: 1px;
        margin: 15px 0;
    }
    
    .btn h3{    
        display: none;
        font-size: 15px;
        color: var(--white);
    }
    .btn:hover h3
    {
        display: block;
        color: var(--black);
        transition: .5s;
    }
/*  
    .profile_pic_change{
        display: none;
        width: 100%;
        border-bottom: 1px solid var(--black);
    }
    .profile_pic_change.active{
        display: inline-block;
    }

    .profile_pic_change .form_img input{
        height: 40px;
        background: transparent;
    }
    .profile_pic_change .form_img .btn_set{
        height: 30px;
        width: 30px;
        color: var(--nav-bg);
        transition:.5s;
    }
    .profile_pic_change .form_img .btn_set:hover{
        background: var(--black);
        border-radius: 5px;
        color: var(--white);
        transition:.5s;
    } */

 /* Profile Styling ends */


@media only screen and (max-width: 1118px) {    
   
     .header .flex .navbar a{
        font-size: 16px;  
     }
     .header .flex .navbar a ion-icon{
        font-size: 16px;  
     }

    }

@media only screen and (max-width: 1008px) {    
   
     .header .flex .navbar a{
        font-size: 14.5px;  
     }
     .header .flex .navbar a ion-icon{
        font-size: 14.5px;  
     }

    }

@media only screen and (max-width: 954px) {    
    #menu-btn{
        display: inline-block;
        font-size: 30px;
        font-weight: 500;
        margin-right: 10%;
        cursor: pointer;
    }
    
    
    .header .flex .navbar{
        display: flex !important;
        flex-direction: column;
        /* border-top: var(--border);
        border-bottom: var(--nav-bg); */
        background-color: rgb(0, 0, 0, 0.9);
        position: absolute;
        top:99%; 
        left:0; 
        right:0;
        transition: .2s linear;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
     }
  
     .header .flex .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
     }
  
     .header .flex .navbar a{
        /* display: block; */
        margin:15px; 
        color: var(--nav-bg);
        padding: 8px 5px;
        transition: .3s;
     }
  
     .header .flex .navbar a:hover{
        border-left: 5px solid var(--guest-login); 
        transition: .3s;
     }
     .header .flex .navbar ion-icon{
        font-size: 20px;  
        color: var(--nav-bg);
        
     }
  
     .header .flex .navbar a:hover,
     .header .flex .navbar a:hover ion-icon{
        color: var(--white); 
     }

    
}


 @media only screen and (max-width: 747px) {
    .noticeIcon .noteNum{
        position: absolute;
        top: 5px;
        right: 13.7%;
     }
    
    
.streams{
    width: 120px;
    height: 100%;
    position: absolute;
    top: 58px;
    right: 2%;
    display: none;

    z-index: 52;
}
 }

 @media only screen and (max-width: 500px) {
    .nav_marquee{
        display: none;
    }

    .header .notification{
        /* justify-content: space-evenly; */
        
        /* border: 2px solid green; */
    }

    .top_icons_box{
        width: 70%;
    }

    .noticeIcon .noteNum{
        position: absolute;
        top: 5px;
        right: 30%;
     }


     .subscribeFrm{
        left: 40%;
        width: 115px;

    }
    
    .noticeMsg{
        right: 20%;
    }
    
 }