@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900');
@font-face {
    font-family: roboto;
    src: url(fonts/roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: roboto;
    src: url(fonts/roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: roboto;
    src: url(fonts/roboto-Thin.ttf);
    font-weight: 300;
}
@font-face {
    font-family: roboto;
    src: url(fonts/roboto-Bold.ttf);
    font-weight: 600;
}
:root{
    --high-back-color:#0a35ad;
    --high-color:#fff;
    --dim-back-color:#cccccc;
    --dim-color:#696969;
    --dim-back-color-hover:#6f6f6f;
    --dim-color-hover:#595959;
    --head-color:#212121;
    --info-color:#6d6d6d;
    --border-color:rgba(0,0,0,0.1);
}
body{
    font-family: roboto;
    width: 100%;
    padding: 0em;
    background-color:#e6e6e6;
    overflow-x: hidden;
}
body-box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

body-box::-webkit-scrollbar
{
    width: 0px;
    background-color: #fff;
}

body-box::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0057ff;
}

.middle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.middle::-webkit-scrollbar
{
    width: 5px;
    background-color: #fff;
}

.middle::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--high-back-color);
}
.none{
    display: none;
}
/* navbar css starts here */
.sports-nav-outer{
    width: 100%;
    margin: -0.6%;
    float: left;
    opacity: 1;
    background-color: var(--high-back-color);
    z-index: 1000;
    transition: all 300ms;
}
.nav-up{
    opacity: 0;
    margin-top: -20%;
    background-color: #575d98;
    transition: all 1200ms;
}
.brand-logo{
    width: 20%;
    float: left;
}
.brand-logo h2{
    color: #fff;
    font-weight: 400;
    margin: 0.5em 0em 0em 2em   ;  
}
.vertical-middle{
    width: 60%;
    float: left;
}
.nav-login{
    width: 20%;
    float: left;
}
.nav-login h4{
    color: #fff;
    font-weight: 500;
}
.sports-nav-inner-top{
    width: 100%;
    float: left;
    padding: 1em 0em 0.5em 0em;
    display: none;

}
.sports-nav-inner-bottom{
    width: 100%;
    float: left;
    margin: 0% 0%;
    margin-left: 0%;

}
.search-bar{
    transition: all 500ms;
    float: left;
    width: 0%;
    position: absolute;
    right: 23%;
    opacity: 0;
    padding: 0.6em;
    background-color: var(--high-back-color);
}
.search-open{
    transition: all 400ms;
    width: 48%;
    opacity: 1;
}
.search-butt{
    position: absolute;
    right: 24%;
    width: 0%;
}
.search-ico{
    float: right;
    width: 1em;
    margin: 0.5em;
    padding: 0.8em;
}
.search-ico:hover{
    cursor: pointer;
}
#close-icon{
    width: 0.9em;
}
#search-icon:hover{
    transition: all 100ms;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
}
.search-bar-input{
    transition: all 200ms;
    float: right;
    width: 90%;
    padding: 0.8em 4em 0.8em 2em;
    border: 0px solid #fff;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0px;
    color: #fff;
}
.search-bar-input:focus{
    transition: all 200ms;
    background-color: rgba(0,0,0,0.3);
    outline: -webkit-focus-ring-color auto 0px;
}

.search-box{
    width: 70%;
    margin-left: 5%;
    float: left;
    color: #fff;
    font-size: 15px;
    padding: 0.5em 1em;
    background-color: rgba(255,255,255,0.1);
    border: 0px solid #000;
    border-radius: 2px 0px 0px 2px;

}
.search-bar-input::-webkit-input-placeholder {
  transition: all 300ms; /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.6);
}
.search-bar-input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  transition: all 300ms;
  color: rgba(255,255,255,0.2);
}
.search-box::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.search-box:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.search-box:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.search-button{
    width: 10%;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    padding: 0.47em 0em;
    padding-left: 2em;
    background-color: #d07e99;
    border: 0px solid #000;
    border-radius: 0px 2px 2px 0px;
    text-decoration: none;
}
.search-button:hover{
}
.nav-links{
    text-decoration: none;
    color: #fff;
    float: left;
    margin:0em;
    padding: 1.2em 1em;
}
.nav-links:hover{
    transition: all 100ms;
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
    border-radius: 2px;
}
.active-nav{
    background-color: rgba(255,255,255,0.2);
}
.login-button{
    color: #fff;
    padding: 0.8em 2em;
    border-radius: 2px;
    background-color: #0057ff;
    text-decoration: none;
    float: left;
    margin: 0em 3em;
}
.login-button-nav{
    color: #fff;
    padding: 0.6em 2em;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    float: left;
    margin: 0.5em 3em;
    opacity: 1;
    transition: all 200ms;
}
.login-button-nav:hover{
    transition: all 100ms;
    background-color: #fff;
    color: var(--high-back-color);
}
.show-login-button{
    transition: all 400ms;
    opacity: 1;
    transform: scale(1);
    display: block;
}
.profile-button{
    float: left;
    margin: 0% 0% 0% 0%;
    width: 18%;
    padding: 0.5em 0.5em;
    margin: 0em;
    
}
.profile-button:hover{
    transition: all 300ms;
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
}
.profile-button-img{
    width: 15%;
    float: left;
    padding: 2px;
    margin-left: 2%;
    background-color: #fff;
    border-radius: 100%;
}
.profile-button-name{
    float: left;
    margin:0.5em 0em 0em 0.6em;
    color: #fff;
}
/* profile box popup css here */
.profile-popup{
    position: fixed;
    right: -40%;
    top: 0%;
    background-color: #fff;
    width: 22%;
    float: left;
    height: 150%;
    z-index: 9;
    opacity: 0;
    transition: all 400ms;
}
.popup{
    transition: all 400ms;
    right: 0%;
    opacity: 1;
    box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.4);
}
.close-pop{
    float: left;
    padding: 7.1% 48%;
    background-color: var(--high-back-color);
    opacity: 1;
    border-radius: 0%;
    width: 0.9em;
    filter: invert(0%);
}
.close-pop:hover{
    transition:all 300ms;
    cursor: pointer;
    background-color: var(--high-back-color);
    filter: invert(0%);
    opacity: 0.7;
}
.profile-popup-content{
    width: 90%;
    float: left;
    margin-top: 2%;
}
.profile-show{
    color: rgba(0,0,0,0.7);
    float: left;
    width: 100%;
    padding: 0.5em;
    margin: 0em 0.5em;
}
.prof-img{
    width: 25%;
    float: left;
    border-radius: 100%;
    padding: 1%;
    background-color: rgba(255,255,255,0.7);
}
.prof-details{
    width: 68%;
    float: left;
    margin-left: 3%;
    margin-top: 1em;
    
}
.prof-name{
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0em;
}
.email-profile-popup{
    font-size: 0.8em;
    margin:0em;
}
.links-profile-popup{
    font-family: roboto;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    float: left;
    width: 100%;
    color: rgba(0,0,0,0.7);
    padding: 1.4em 3em;
    margin: 0em 0em;
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-decoration: none;
}
.links-profile-popup:hover{
    transition: all 300ms;
    transition-delay: 50ms;
    background-color: #92c0c3;
    padding: 1.4em 2.5em;
}
.logout:hover{
    transition: all 300ms;
    transition-delay: 50ms;
    background-color: #da5b2e;
}
/* profile box popup css here */

/* login menu css here*/

.show{
    transition:all 300ms;
    top:0%;
    right: 0%;
}
.welcome-box{
    width: 100%;
    height: 100%;
    z-index: -90;
    position: fixed;
    top: 0%;
    left: 0%;
    transition: all 600ms;
    background-color: var(--high-back-color);
}
.hide{
    transition: all 600ms;
    top: -180%;
    opacity: 0.9;
    background-color: #1e2ba5;
    transform-origin: top;
    transform: rotateX(30deg)

}
.welcome-img{
    width: 110%;
    position: fixed;
    top: -5%;
    left: -5%;
    z-index: -66565656;
    opacity: 0.4;
}
.intro-line-box{
    position: absolute;
    top: 18%;
    color: #fff;
    width: 70%;
    margin: 0em;
    left: 2%;
    opacity: 0.9;
}
.intro-line-box h2{
    font-size: 4em;
    text-align: center;
    width: 100%;
    margin: 0em;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: 'Rajdhani', sans-serif;
    opacity: 0;
    animation-name: fade;
    animation-duration: 500ms;
    animation-delay: 200ms;
    transform: scale(1.2);
    animation-fill-mode: forwards;
}
@keyframes fade{
    0%{opacity: 0;transform: scale(1.2);}
    100%{opacity: 1;transform: scale(1);}
}
.cr1{
    animation-name: swipeleft;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateX(-3em);
}
.cr2{
    animation-name: swipeleft;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateX(-3em);
}
@keyframes swipeleft{
    0%{opacity: 0;transform: translateX(-3em);}
    100%{opacity: 1;transform: translateX(0em);}
}
.choose-sub{
    animation-name: swipeleft;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateX(-3em);
}
.cr1{
    animation-delay: 800ms;
}
.csa1{
    animation-delay: 1000ms;
}
.csa2{
    animation-delay: 1200ms;
}
.csa3{
    animation-delay: 1400ms;
}
.cr2{
    animation-delay: 2s;
}
.csb1{
    animation-delay: 2200ms;
}
.csb2{
    animation-delay: 2400ms;
}
.csb3{
    animation-delay: 2600ms;
}
.csb4{
    animation-delay: 2800ms;
}
.choose-head{
    font-size: 1.3em;
    margin: 0.3em 0em 0em 0em;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: left;
    width: 25%;
    float: left;
}
.manage-head{
    font-size: 1.3em;
    margin: 0.3em 0em 0em 0em;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: left;
    width: 15%;
    float: left;
}
.choose{
    width: 100%;
    margin: 2em 5%;
    float: left;
    padding: 0.4em 0em;
}
.choose-sub{
    float: left;
    width: 18%;
    margin: 0% 1%;
}

.choose-right-img{
    width: 18%;
    float: left;
    filter: invert(100%);
}
.choose-right-head{
    float: left;
    margin: 0.8em 1em;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.dive{
    float: left;
    width: 100%;
    margin: 3em 0em 0em 0em;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@keyframes dive{
    0%{opacity: 0.4;transform: translateY(-2em);}
    40%{opacity: 1;transform: translateY(1em);}
    100%{opacity: 1;transform: translateY(0em);}
}
.dive1{
    text-align: center;
    opacity: 0;
    transform-origin: top;
    transform: translateY(-3em);
    font-family: raleway;
    animation-name: dive;
    animation-duration: 300ms;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
}
.dive2{
    text-align: center;
    opacity: 0;
    transform-origin: top;
    transform: translateY(-3em);
    font-family: raleway;
    animation-name: dive;
    animation-duration: 300ms;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
}
.login-box2{
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    width: 25%;
    top: 20%;
    right: 2%;
    padding: 1em 0em;
    opacity: 0;
    transform-origin: center;
    animation: fadein;
    animation-delay: 3s;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}
@keyframes fadein{
    0%{opacity: 0;box-shadow: 0em 0em 0em rgba(0,0,0,0.0) , 0em 0em 0em rgba(0,0,0,0);}
    30%{opacity: 1;}
    60%{opacity: 1;box-shadow: 0em 0em 0em rgba(0,0,0,0.0) , 0em 0em 0em rgba(0,0,0,0);}
    100%{opacity: 1;box-shadow: 0em 3.5em 5em rgba(0,0,0,0.2) , 0em 0em 1.5em rgba(0,0,0,0.2);}
}
@keyframes fadein2{
    0%{max-height: 10px;}
    100%{max-height:800px;}
}
.login-box2 h3{
    text-align: center;
    color: rgba(0,0,0,0.8);
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: 400;
}
.login-box2 input{
    transition: all 200ms;
    width: 80%;
    margin:0.5em 1.5em;
    float: left;
    color: rgba(0,0,0,0.9);
    letter-spacing: 0.1em;
    font-size: 15px;
    padding: 0.5em 1em;
    background-color: rgba(255,255,255,0.4);
    border: 0px solid #000;
    border-radius: 2px 0px 0px 2px;
}
.loginbox2 input:focus{
    transition: all 200ms;
    background-color: rgba(255,255,255,0.7);
}
.login-box2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.4);
  letter-spacing: 0.1em;
}
.login-box2 input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.login-box2 input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.login-box2 input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.login-2{
    padding: 0em;
    margin:0.5em 6%;
    float: right;
    width: 87%;
    text-align: center;
}
.log-button{
    float: left;
    width: 25%;
    margin: 0% 1%;
    float: left;
    padding: 0.5em;
    border: 1px solid var(--high-back-color);
    color: #fff;
    background-color: var(--high-back-color);
    text-decoration: none;
}
.log-button:hover{
    transition: all 200ms;
    color: var(--high-back-color);
    background-color: #fff;
    border: 1px solid #fff;
}
.facebook{
    width: 58%;
    background-color: transparent;
    color: var(--high-back-color);
}
.forgot{
    color: #fff;
    text-align: center;
    width: 100%;
    float: right;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    padding: 0.5em 0em 1em 0em;
}
.forgot:hover{
    text-decoration: underline;
}
.facebook-log{
    background-color: #3b5998;
}
.newto{
    color: #fff;
    text-align: center;
    width: 100%;
    float: right;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    padding: 1em 0em 0em 0em;
}
.signup{
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1em;
    border: 1px solid rgba(255,255,255,0);
}
.signup:hover{
    transition: all 200ms;
    border: 1px solid rgba(255,255,255,1);
}
.sneak{
    transition: all 300ms;
    position: fixed;
    top: 110%;
    z-index: 9999;
    color: #fff;
    text-decoration: none;
    left: 30%;
    letter-spacing: 0.1em;
    padding: 0.7% 2em;
    border-left: 1px solid rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,1);
    animation-name: sneak;
    animation-duration: 300ms;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}
@keyframes sneak{
    0%{top: 100%;opacity: 0;}
    100%{top: 90%;opacity: 1;}
}
.sneak:hover{
    transition: all 400ms;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    border-top: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,0);
    padding: 2% 2em;
    top: 87%;
}

/* homepage content starts here */
.home-content{
    width: 100%;
    float: left;
    opacity: 0;
    top: 120%;
    position: fixed;
    transition: all 400ms;
    overflow-y: scroll;
    height: 90%;
    overflow-y: hidden;
    z-index: -999;
    overflow-x: hidden;
}
.home-up{
    transition: all 300ms;
    transition-delay: 200ms;
    top: 8%;
    opacity: 1;
}
.left{
    width: 25%;
    margin: 1%;
    float: left;

}
.middle{
    width: 44%;
    margin: 1%;
    padding: 0% 2% 0% 0%;
    height: 100%;
    overflow-y: scroll;
    float: left;

}
.right{
    width: 22%;
    margin: 1%;
    float: left;

}
/* left section css goes here */
.featured-arena{
    background-color: #fff;
    float: left;
    width: 100%;
    margin: 1em 0em;
}
.card-head{
    font-weight: 500;
    padding: 0.5em 1em;
    margin: 0.5em 0em 0em 0em;
    font-size: 0.8em;
    color: rgba(0,0,0,0.7);
}
.arena-card{
    float: left;
    width: 96%;
    margin: 1% 2%;
    padding: 2% 0% 0% 0%;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.arena-photo{
    background-image: url(arena.jpg);
    background-size: 100%;
    width: 20%;
    float: left;
    color: rgba(0,0,0,0)
}
.arena-dis{
    float: left;
    width: 74%;
    margin: 0em 3%;
}
.arena-dis h3{
    font-weight: 500;
    font-size: 0.8em;
    width: 100%;
    height: 1.3em;
    overflow-y: hidden;
    float: left;
    margin: 0.5em 0em 0em 0em;
}
.arena-dis p{
    font-weight: 400;
    width: 100%;
    font-size: 0.75em;
    color: rgba(0,0,0,0.8);
    float: left;
    margin: 0em 0em;
    line-height: 1.5em;
}
.detail-sec{
    float: left;
    width: 100%;
    margin: 0.5em 0em 0em 0em;
}
.arena-sports-list{
    float: left;
    width: 80%;
}
.arena-sports{
filter: invert(0%);
float: left;
width: 8%;
padding: 2%;
border-radius: 50%;
background-color: var(--high-back-color);
margin:0% 1%;
opacity: 0.5;
}
.arena-sports:hover{
    transition: all 200ms;
    opacity: 0.7;
}
.more-sports{
    float: left;
    color: rgba(0,0,0,0.3);
    padding: 2%;
    margin:0em;
}
.arena-details-link{
    transition: all 200ms;
    text-decoration: none;
    color: var(--high-back-color);
    font-size: 0.8em;
    padding: 0.7em 0em;
    width: 18%;
    float: left;
    text-align: center;
    border:1px solid var(--high-back-color);
    background-color: transparent; 
}
.arena-details-link:hover{
    transition: all 200ms;
    background-color: var(--high-back-color);
    color: #fff; 
}
/* left section css ends here*/
/* middle section post cards css goes here */
.post-card{
    float: left;
    margin: 1em 0em;
    background-color: #fff;
    box-shadow: 0em 0em 0em #000;
    float: left;
}
.person-identity{
    padding: 2%;
    
}
.profile-image-post{
    width: 10%;
    float: left;
}
.name-section{
    width: 80%;
    float: left;
    padding: 0em 1em;
}
.person-identity h4{
    float: left;
    width: 100%;
    font-weight: 500;
    margin: 0.3em 0em;
    color: var(--high-back-color);
}
.person-identity p{
    float: left;
    width: 100%;
    margin: 0.3em 0em;
    font-size: 0.7em;

}
.post-content{
    float: left;
    padding: 1% 2%;
}
.post-content p{
    font-size: 15px;
    word-spacing: 0em;
    font-weight: 500;
    line-height: 25px;
    font-family: raleway;
}
.post-image{
    width: 100%;
}
/*respond section contain comment like both inputs and outputs */
.respond-section{
    
    background-color: rgba(0,0,0,0);
    float: left;

}
.likes{
    float: left;
    margin-left: 0.3em;
    padding: 0% 2%;
}
.like-button{
    width: 3%;
    padding:1.5%;
    margin: 0em 0em 0.5em 0em;
    float: left;
    background-color: var(--high-back-color);
    opacity: 0.3;
    border-radius: 50%;
}
.like-button:hover{
    transition: all 300ms;
    opacity: 0.9;
    cursor: pointer;
}
.likes p{
    float: left;
    margin: 0.8em 1em;
    font-size: 0.8em;
}
.likes p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.comment{
    float: left;
    width: 100%;
}
.input-comment{
    float: left;
    width: 96%;
    padding: 1% 2%;
    border-top: 1px solid rgba(0,0,0,0.1);

}
.inner-comment{
    background-color: rgba(0,0,0,0.03);
    float: left;
    width: 100%;
}
.input-comment-img{
   width: 5%;
   float: left;
}
.input-comment input{
    float: left;
    padding: 1% 1%;
    width: 97%;
    height: 5%;
    border: 0px solid #fff;
    background-color: transparent;
}
.input-comment input:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.input-comment input::-webkit-input-placeholder {
  transition: all 300ms; /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.7);
}
.input-comment input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  transition: all 300ms;
  color: rgba(0,0,0,0.3);
  outline: none;
}
.input-comment input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.input-comment input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.input-comment input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.input-comment-action{
   width: 2%;
   padding: 1.5% 4%;
   float: left;
   background-color: var(--high-back-color);
}
.read-comment{
    padding: 2%;
    width: 96%;
    margin-top: 0%;
    border-top: 1px solid #d8d8d8;
    float: left;
}
.comments{
    float: left;

}
.comment-identity{
    float: left;

}
.comment-img{
    float: left;
    width: 5%;

}
.comment-identity h4{
    float: left;
    width: 80%;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0.4em 0.5em;
    color: var(--high-back-color);

}
.comment-identity p{
    float: left;
    font-weight: 500;
    font-size: 0.7em;
    margin: 0.1em 0.5em;
}
.reply{
        color: var(--high-back-color);

}
.reply:hover{
    text-decoration: underline;
    cursor: pointer;
}
.comment-content{
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.5em 2em 0.5em 6%;
    text-align: justify;
    color: var(--dim-color);
}
.read-more{
    text-align: center;
    color: var(--high-back-color);
    font-size: 0.8em; 
    padding: 0.5em;
    font-weight: 500; 
    float: left;
    width: 93%;
    margin:0.3em;
    border-top: 1px solid rgba(0,0,0,0.1)  
}
.read-more:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*right side view css starts here */
.notification-card{
    background-color: #fff;
    float: left;
    margin: 1em 0em;

}
.notification{
   float: left;
   padding: 0.3em 1em;
   border-top: 1px solid rgba(0,0,0,0.1);
}
.notification:hover{
    transition: all 200ms;
    background-color: rgba(0,85,250,0.1);
    cursor: pointer;
}
.noti-image{
    width:15%;
    margin: 0.1em 1em 0em 0em;
    float: left;
}
.noti-name{
    float: left;
    width: 75%;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0.3em 0em 0em 0em;
    color: rgba(0,0,0,0.9);
    font-family: roboto;

}
.noti-says{
    float: left;
    font-size: 0.8em;
    font-weight: 300;
    margin: 0.5em 0em;
    margin: 0em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    width: 100%;
    height: 1.2em;
    overflow-y: hidden;
}
.noti-time{
    float: left;
    font-size: 0.7em;
    margin: 0em;
    color: rgba(0,0,0,0.7);
}
#barnav{
    padding: 0% 15%;
}
.footer-bottom{
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 0%;
    padding: 0% 35%;
    background-color: var(--high-back-color);
    float: left;
}
.footer-link{
    text-decoration: none;
    color: #fff;
    padding: 0.4em 1.5em;
    font-size: 0.8em;
    float: left;
    letter-spacing: 0em;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.footer-link:hover{
    background-color: rgba(255,255,255,0.2);
    transition: all 300ms;
}
.foot1{
    border-left: 0px solid rgba(255,255,255,0.3);
}

.underpro{
    margin: 20% 0%;
    width: 100%;
    font-size: 6em;
    text-align: center;
    opacity: 0.2;
    color: var(--high-back-color);
    animation-name: underpro;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes underpro{
    0%{opacity: 0.4;letter-spacing: 0em;font-size: 6em;}
    100%{opacity: 0.2;letter-spacing: 1.5em;font-size: 2em;}
}
