  @import url('https://fonts.googleapis.com/css2?family=Alkatra&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Yaldevi&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@400;500;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
}
html{
    font-family: 'Ubuntu', 'Gemunu Libre', sans-serif;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(241, 241, 241);
    display: flex;
       padding-bottom: 10rem; 
    flex-direction: column;
    scroll-behavior: smooth;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;

}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.header{
    width: 100%;
    min-height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 0%;
    background-size: 400% 400%;
    background-image: linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    z-index: 100;
    transition: 300ms;

}
.sleeping_header{
    width: 100%;
    min-height: 4rem;
    background-color: transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-left{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content:flex-start;
    align-items: center;

}
.header-right{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content:flex-end;
    align-items:center;
}
.headtextIco{
    width:10rem;
    height: 4rem;
    background-image: url(../assests/img/headText.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: .2rem;
}
.headerBtnContext{
    width: max-content;
    height: 3rem;
    background-color: rgb(24, 24, 24);
    margin-right: 1%;
    border-radius: 1rem;
    color: rgb(214, 211, 0);
    fill: rgb(247, 242, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:rgba(50, 50, 93, 0.25) 0px 0px 20px 10px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding-left:  .5rem;
    padding-right: .5rem;
    transform: scale(.9);
    cursor: default;

    transition: 100ms;
    border: .1rem solid transparent;
}
.gameBtn-header svg{
    animation: headerIco-game-start-fictionsl-gfradiend-fadeinOut 5s linear 2;
}
.headerBtnContext svg{
    width: 1.5rem ;
    height: 1.5em;
    margin-right: .3rem;
    transform: scale(.8);

}
.headerBtnContext h3{
    font-size: 130%;
    white-space: nowrap;
    font-family: 'Alkatra', cursive;
}

.headerBtnContext:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px , rgba(0, 0, 0, 0.3) 0px 18px 36px -18px ;
    border: .1rem solid black;
}
.allCont{
    width: 100%;
    min-height:100vh ;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}
.bannerImag-main{
    width: 100%;
    min-height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--defBannerimg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 300ms;
}
.bannerContent{
    width: 100%;
    min-height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.banner-left{
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: var(--defBannerimg_);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;

}

.bannerHeadline-h3{
    font-size: 600%;
    color:transparent;
    background-image:linear-gradient(65deg,#ffffff,rgb(255, 255, 255));
    -webkit-background-clip: text;
    font-family: 'Gemunu Libre', sans-serif;
    white-space: nowrap;
    width: max-content;
    letter-spacing: 5vw;
    width:100%;
    height: max-content;

}
.bannerContent-slider{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    
}
.bannerContent-sliderM{
    width:100%;
    padding: 0 5% 0 5%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;

}
.headlinexoddj{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.nowHappening-div-cen{
    padding-top: 2rem;
    width: 95%;
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
}
.now-happening-div{
    width: 100%;
    min-height: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(214, 211, 0);
    border-radius: 1rem;
    flex-direction: column;
    padding-bottom: 1rem;

}
.adContext_div-googleAnylatiq-f{
    width: 40%;
    height: max-content;
    background-color: rgb(29, 29, 29);
    border-radius: 1rem;

    margin-left: 2.5%;

}
.advertiserImg_snapShot-firebaseSDK{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-weight: 700;
}
.sha512-E8QSvWZ0eCLGk4km3hxSsNmGWbLtSCSUcewDQPQWZF6pEU8GlT8a5fF32wOl1i8ftdMhssTrFYTi{
    width: max-content;
    height: max-content;
    background-color: #1DA1F2;
    color: white;
    cursor: pointer;
    padding: .1rem 25% .1rem 25%;
    border-radius: 1rem;
}
.advertiserImg_snapShot-firebaseSD-innerdiv{
    width: 100%;
    height: max-content;
    padding: .5rem 0 .5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 120%;

    padding-left: 2.5%;
}
.advertiserImg_snapShot-firebaseSD-innerdiv img{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    margin-right: 2%;
}
.now-happening-div-header{
    width: 100%;
    min-height: 3rem;
    border-radius: 1rem 1rem 0 0 ;
    background-color: rgb(32, 32, 32);
    display: flex;
    justify-content: center;
    align-items: center;
}
.now-happening-div-header-left{
    width: 100%;
    min-height:3rem ;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;

}
.now-happening-div-header-right{
    width: 100%;
    min-height:3rem ;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tagh3-header{
    color: rgb(247, 242, 0);
    font-family: 'Gemunu Libre', sans-serif;
    font-size:140% ;
    font-weight: 500;
}
.now-happening-div-header-right-sleepingsvg{
    fill: rgb(247, 242, 0);
    width:  1.6rem;
    height: 1.6rem;
}
.now-happening-div-title-cen{
    width: 100%;
    min-height:5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.now-happening-div-title-h3{
    color: rgb(32, 32, 32);
    font-family: 'Yaldevi', sans-serif;
    font-size:240% ;
    font-weight: 700;
    margin-left: .5rem;
    margin-right: .5rem;
    text-align: center;
}
.now-happening-div-title-img{
    width: 100%;
    height: 8rem;
    background-image: url(../assests/neketh-vectors/nawasanda.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
}
.nowKeeping_timecontainer-cen{
    width: 100%;
    min-height:8rem ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}
.nowKeeping-timer{
    min-width: 80%;
    min-height:8rem;
    background-color: rgb(241, 241, 241);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.nowKeeping-timer-element{
    width:100%;
    height: 8rem;
  
    border-radius: 1rem;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gemunu Libre', sans-serif;
    flex-direction: column;
    font-size: 300%;
}
.nowKeeping-timer-element span{
    font-weight: 600;
}
.now-happening-div-details-cen{
    width: 100%;
    min-height:5rem ;
    padding: 1rem;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}
.now-happening-div-details-div{
    width: 80%;
    min-height: max-content;
    background-color: rgb(32, 32, 32);
    border-radius: 1rem;
    padding: 1rem 2% 1rem 2%;
    display: flex;
    justify-content: center;

    align-items: center;
}
.now-happening-div-details-p{
    font-size: 150%;
    white-space: pre-wrap;
    color:transparent;
    background-image:linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    -webkit-background-clip: text;
    font-family: 'Yaldevi', sans-serif;
    text-align: center;
    
}
.bannerContent-clzBtn{
    width: 2rem;
    height: 2rem;
    position: absolute;
    background-color: rgb(241, 241, 241);
    top: 5rem;
    right: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.lithaContents-wrap{
    width: 100%;
    min-height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.lithaContent-box{
    width: 95%;
    min-height:7rem ;
    background-image:linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0)); ;
    background-position: center;
    background-size:400% 400%;
    border-radius: 1rem;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;

}
.adContext_div-googleAnylatiq-g{
    width: 95%;
    min-height:7rem ;
    margin-bottom: 1rem;
    background-position: center;
    background-size:400% 400%;
    border-radius: 1rem;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;

}
.lithaContent-box-left{
    width: 100%;
    min-height: 7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lithaContent-box-right{
    width: 100%;
    min-height: 7rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.h3-cont-litha{
    font-family: 'Yaldevi', sans-serif;
    font-size: 140%;
    letter-spacing: .1rem;
    white-space: pre-wrap;

}
.lithaContent-icon{
    width:  2rem;
    height: 2rem;
    background-image: url(../assests/img/leaf.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
    margin-left: 1rem;
}
.lithaContent-box-right-imerange{
    min-width: 40%;
    height: 4rem;
    background-color: rgb(32, 32, 32);
    border-radius: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lithaContent-timerange{
    font-family: 'Gemunu Libre', sans-serif;
    color: rgb(247, 242, 0);
    font-weight: 500;
    letter-spacing: .1rem;
    font-size: 140%;
    margin-left: .5em;
    margin-right: .5em;
}

.lithaContent-Pop-up-cen{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: fixed;
    background-color: rgba(12, 12, 12, 0.918);
    overflow-y: scroll;
    flex-direction: column;
    transition: 300ms;
    visibility: hidden;
    z-index: 4;
    
    
    
    
}
.AdygfSyndicate_OnPageloadDiv-cen{
    width: 80%;
    min-height:max-content;

    margin-top: 10vh;
    border-radius: 1rem;
    margin-bottom: .5rem;

}
.lithaContent-pop-up-box{
    width:80%;
    min-height:max-content;
    background-color: rgb(241, 241, 241);
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    border-radius: 1rem;
    margin-bottom: 5rem;
}
.lithaContent-pop-up-box-top{
    width: 100%;
    height: 5rem;
    background-color: rgba(12, 12, 12, 0.918);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items:center;
}
.lithaContent-pop-up-box-bottom{
    width: 100%;
    min-height:20rem;
    background-color: rgb(241, 241, 241);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items:center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.lithaContainer-pop-up-box-headline{
    width: 80%;
    min-height:max-content;
    background-color: rgb(247, 242, 0);
    border-radius: 1rem;
    margin-bottom: 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;

}
.lithaContainer-pop-up-box-headline-left{
    width: 170%;
    min-height:5rem ;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.lithaContainer-pop-up-box-headline-right{
    width: 100%;
    min-height:5rem ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
.lithaContainer-HeadText-pop{
    font-size: 220%;
    font-weight: 600;
    white-space: pre-line;
    font-family: 'Gemunu Libre', sans-serif;
    margin-left: 1rem;
}
.popLitha-clzBtn{
    width: 2rem;
    height: 2rem;
    background-color: rgb(241, 241, 241);
    margin-right: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lithaContent-box:hover{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
.preLoaderAvrudu_Litha-cen{
    width: 100%;
    height: 100vh;
    background-color: rgb(247, 242, 0);
    z-index: 101;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}
.preLoader-box{
    width: 50%;;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.preLoader-box-Svg{
    width: 10rem;
    fill: rgba(12, 12, 12, 0.918);
    height: 3rem;
    animation: preLoader-box-ClockSand_Anim 2s infinite;
    
    
}

@keyframes preLoader-box-ClockSand_Anim {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.preLoaderBox-h3{
    font-size: 190%;
    font-weight: 600;
    white-space: pre-line;
    text-align: center;
    font-family: 'Gemunu Libre', sans-serif;
    margin-top: .3rem;
}
.avruduPlayer-cen{
    width: 100%;
    min-height:max-content ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: default;
}
.avruduPlayer{
    width: 95%;
    min-height:6rem ;
    border:  .2rem solid rgb(247, 242, 0);
    border-radius: 1rem;
    
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avruduPlayer-left{
    width: 170%;
    min-height: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.avruduPlayer-right{
    min-width:5rem;
    min-height: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.auruduplayerCase-buttons{
    width:  3rem;
    height: 3rem;
    margin-left: 1rem;
    cursor: default;
    fill: rgba(12, 12, 12, 0.918);;
}
.media-prog{
    background-color:transparent;
    width: 100%;
    height: 4rem;
    margin-left: .5rem;
    border-radius: 1rem;
}
.auruduplayerCase-buttons.avruduPlayer-fwdbtn{
    cursor: default;
    fill: rgba(12, 12, 12, 0.918);
    scale: .7;
    background-color: transparent;
    border-radius: 0;
}
.avruduPlayerS-title{
    margin-top: 3rem;
    margin-bottom: .5rem;
    font-size: 220%;
    font-weight: 600;
    white-space: pre-line;
    font-family: 'Gemunu Libre', sans-serif;
    text-align: center;
}
.footer{
    width: 100%;
    min-height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 0%;
    background-size: 400% 400%;
    background-image: linear-gradient(-65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    animation: gradient 60s linear infinite;
    margin-top: 3rem;
    flex-direction: column;
    
}
.top-footer{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-direction: column;
}
.top-footer-top{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    font-size: 250%;

    font-weight: 700;
}
.top-footer-bottom{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.vector-top-footer-top{
    width:  5rem;
    height: 5rem;
    z-index: -1;
    transform: translateY(-.3rem);
    position: absolute;
    background-color: rgb(0, 0, 0);

}
.bottom-footer{
    width: 100%;
    min-height:10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(65deg, rgb(34, 0, 34), rgb(128, 0, 202));
    
}
.footer-left{
    width: 100%;
    height:max-content ;
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.footer-right{
    width: 100%;
    height:max-content;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    margin-right: 3%;
    flex-direction: column;

}
.headtextIco:nth-child(1){
    width: 5rem;
}
.headtextIcoEng{
    width:5rem;
    height: 4rem;
    background-image: url(../assests/img/headText_Eng.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: .2rem;
}
.QuoteText-h3-footer{
    font-size: 220%;
    font-weight: 600;
    white-space: pre-line;
    font-family: 'Gemunu Libre', sans-serif;
    margin-left:5%;
    color: rgb(241, 241, 241);
    white-space: pre-wrap;
    
}

.authorizerNme-bottom{
    color: transparent;
    background-position: 0%;
    background-size: 400% 400%;
    background-image: linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    -webkit-background-clip: text;
    box-shadow: inset 0px -1px 9px 0px rgb(247, 242, 0);
    padding: .3rem;
    border-radius: 1rem;
}
.authorizerNme-bottom1{
    color: transparent;
    background-position: 0%;
    background-size: 400% 400%;
    background-image: linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    -webkit-background-clip: text;

}
.footerBtn{
    min-width:max-content;
    min-height: 2rem;
    border-radius: .2rem;
    background-color: rgb(255, 255, 255);
    margin-top: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem;
    padding-left:  5%;
    padding-right: 5%;
    cursor: default;
    transition: 300ms;
}
.socialBar-footer-lose-landing{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5%;
}
.socialBar-footer-lose-landing svg{
    width:  1rem ;
    height: 1rem;
     background-color: #303030;
     fill: white;padding: .1rem;
     margin-right: 2%;
     cursor: pointer;
     padding: .2rem;
     border-radius: .3rem;
}
.footerBtn-text{
    font-size: 120%;
    font-weight: 800;
    white-space: pre-line;
    font-family: 'Gemunu Libre', sans-serif;
    white-space: pre-line;
    text-align: right;
    font-weight: 600;
    color: rgba(12, 12, 12, 0.918);
    white-space: pre-wrap;
    
}
.footerBtn:hover{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);

}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(12, 12, 12, 0.918) ;
	background-color: rgb(241, 241, 241);
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb
{
	background-color: rgba(12, 12, 12, 0.918);
}
.avruduPlayer-tags_info-box{
   width: 100%;
    min-height: max-content;
    background-color: rgba(12, 12, 12, 0.918);

    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 1rem;
}
.avruduPlayer-tags_info{
    font-size: 120%;
    letter-spacing: .1rem;
    background-image: linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    -webkit-background-clip: text;
    color: transparent;
    white-space: pre-wrap;
    font-family: 'Gemunu Libre', sans-serif;
    font-weight: 800;
    text-align: center;
}
.avruduPlayer-tags_info-headline{
    
    background-color: 0;
    color: rgb(241, 241, 241);
}
.lithaContent-more-pop-h3-headline{
    font-size: 180%;
    background-color: 0;
    color: rgb(241, 241, 241);
    font-family: 'Gemunu Libre', sans-serif;
    font-weight: 500;
    text-align: center;
    white-space: pre-wrap;
    background-color:transparent;
    border-radius: 1rem;
    padding: .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    
}
.navBar-button{
    cursor: default;
}
.profilePreview-dic-img-stlayer{
    border-radius: 100%;
}
.lithaContent-more-pop-p{
    font-size: 150%;
    text-align: center;
    padding: 0 2% 0 .2%;
    white-space: pre-wrap;
    color:transparent;
    background-image:linear-gradient(65deg,rgb(255, 94, 0),rgb(247, 242, 0));
    -webkit-background-clip: text;
    font-family: 'Yaldevi', sans-serif;
}
.bannerImg-containerF-popBox{
    width: 80%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background-color: transparent;
    margin-top: 1rem;
}
.bannerImg-popBox{
    width:40%;
}

.shareVoid-container-cen{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(12, 12, 12, 0.918);
    z-index: 100;
    transition: 100ms;
    visibility: hidden;
    flex-direction: column;
}
.shareVoid-container{
    min-width: 50%;
    min-height:max-content ;
    background-color: rgb(214, 211, 0);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shareVoid-container-top{
    width: 100%;
    min-height:5rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.shareVoid-container-bottom{
    width: 100%;
    min-height:5rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    
}
.shareVoid-container-top-h3{
    font-size: 220%;
    font-family: 'Gemunu Libre', sans-serif;
    font-weight: 600;
    color: rgba(12, 12, 12, 0.918);
    text-align: center;
    

}
.shareVoid-container-top-svg{
    fill: rgba(12, 12, 12, 0.918);
    width:  3rem;
    height: 3rem;
}
.iconCaseF-share{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-wrap: wrap;
}
.shareVoid-iconCaser{
    width:  2.5rem;
    height: 2.5rem;
    margin-left: 3%;
    margin-right: 3%;
    transition: 100ms;
    fill: rgba(12, 12, 12, 0.918);
}
.shareVoid-iconCaser:first-child:hover{
    fill:#25D366 ;
}
.shareVoid-iconCaser:nth-child(2):hover{
    fill:#e40a0a ;
}
.shareVoid-iconCaser:nth-child(3):hover{
    fill:#1DA1F2 ;
}
.shareVoid-iconCaser:nth-child(4):hover{
    fill:#3b5998 ;
}
.shareWyN-div-left{
    width: 100%;
    min-height: 5rem;
    display: flex;
    justify-content: flex-start;

    align-items: center;

}
.shareWyN-div-right{
    width: max-content;
    min-height: 5rem;
    display: flex;
    justify-content: flex-end;
    
    align-items: center;

}
.shareWyN-div{
    width: 50%;
    min-height:5rem ;
    background-color: rgb(214, 211, 0);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.shareWyN-input{
    width: 95%;
    height: 4rem;
    font-size: 170%;
    color: rgba(12, 12, 12, 0.918);
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: 'Gemunu Libre', sans-serif;
    font-weight: 600;
    margin-left: 1rem;
    caret-color: rgb(241, 241, 241);
}
::placeholder{
    color: rgb(12, 12, 12);
}
.shareWyN-shareBtn{
    width: 1.6rem;
    height: 1.6rem;
    cursor: default;
    fill: rgba(12, 12, 12, 0.918);
    margin-right: 1rem;
}
.AdContent{
    width:100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
        position:fixed;
        margin-top: 3%;
        cursor: pointer;
}
.googleAdServicesBox{
    max-width: 95%;
    border-radius: 1rem;
    cursor: pointer;
}
.dzAd{
    position: absolute;
    top: .3rem;
    max-width: 95%;
    cursor: pointer;
}
/*2024 Updates*/
.navBar-navNavigatin{
    width: 100%;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: .5rem;
    padding-right: .5rem;
  
}
.navBarNavigatioin{
    width:95%;
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 1rem;
    
    
}
.navBarNavigatioin div{
    width:100%;
    min-height:2rem ;
    display: flex;
    justify-content: center;
  
    font-family: 'Gemunu Libre', sans-serif;
    font-size: 130%;
    font-weight: 500;
    align-items: center;
}
.svg-navbar-currentSet{
    width:  1.6rem;
    height: 1.6rem;
    fill: black;
    
}
.header-left span{
    font-size: 120%;

}
.lithaContent-page-swap-div{
    width: 100%;
    height: 100%;
    
    flex-direction: row;
    display: flex;
    justify-content:flex-start;/*/spec*/
    align-items:flex-start;
    padding-top: 1rem;
    overflow:hidden;
}
.lithaContent-page-swap{
    min-width:  100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
/*UpdatedVersion*/
.lithaQ-social-cen{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    -webkit-user-select: none;
}
.lithaQ-social{
    width: 100%;
    height:max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

    -webkit-user-select: none;
    
}
.lithaQ-profile{
    width: 95%;
    height:max-content;
    
}
.lithaQ-box-parody{
    width: 100%;
    height: max-content;
    display: flex;

justify-content: center;
align-items: center;
}
.lihtaQ-post{
    width:95%;
    min-height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color:var(--post-bg);
    outline: .1rem solid  var(--post-border-color);
    color: var(--post-color);
    margin-bottom: 1rem;
    
    border-radius: 1rem;

}
.divider-dction-mv{
    width: 100%;
    height: .1rem ;
    background-color: var(--post-color);

}
.lithaQ-post-header{
    width: 100%;
    white-space: nowrap;
    min-height:3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem 0 .3rem 0;
}
.lithaQ-post-end{
    width: 100%;
    white-space: pre-line;
    min-height:3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: .3rem 0 .3rem 0;
}
.lithaQ-post-header-right{
    width: 100%;
    min-height:3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right:5%;
    -webkit-user-select: none;   
}
.lithaQ-post-header-left{
    width:max-content;
    min-height:3rem;
    display: flex;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 3%;
    align-items: center;
    -webkit-user-select: none;       
}
.lithaQ-post-header-cen{
    width: max-content;
    min-height:3rem;
    display: flex;
    justify-content: flex-start;
    
    align-items: center;
    -webkit-user-select: none;     
}
.lithaQ-post-syn-user{
    font-size: 110%;
    
}
.lithaQ-post-dvv-verified{
    width: 1rem;
    height: 1rem;
    fill: var(--post-color);
}
.lithaQ-post-syn-imgPro{
    width: 3rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-image: linear-gradient(white,white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5%;
}
.lithaQ-post-syn-tme{
    font-size: 100%;
    font-weight: 400;
    margin-left: 2%
}
.lithaQ-post-syn-photo{
   width: 100%;
   height: 370px;
   background-image:url(../external/t3.ftcdn.net/jpg/06/97/35/74/360_F_697357418_p9YwSI1v4MTR6I4IZ6flnbFGTFOayV1t.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
}
.lithaQ-post-syn-phr{
    width: 90%;
    font-size: 105%;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.iconTray-lithaQ-actions{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    height: max-content;
}
.iconTray-lithaQ-actions div{
    margin: 3%;

}
.iconTray-lithaQ-actions div svg{
    width: 1.5rem;
    height: 1.5rem;
}
.activeElemntNowGoinOn_hover-heared-top-buttonCaseHndler{
    width: max-content;
    height: max-content;

    border-bottom: .2rem solid rgb(0, 0, 0);
    padding-bottom: .5rem;
    transition: 100ms;
    cursor: default;
    display: flex;
    justify-content: center;
  
    align-items: center;
}
.iFrameypeFace_Avantgd_webViewer{
    position: fixed;
    width: 100%;
    height: 100vh;
    border: 0;
    outline: 0;
    background-color: rgb(24, 24, 24);  
    z-index: 5;
    top: 0;
}
.lithaContainer-pop-up-box-headlineAdSyn{
    width: 100%;
    height:1rem;
    background-color: #333333;
    border-radius: 1rem;

}
.lithaQ-profile-header{
    width: 100%;
    height: 3rem ;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    font-size: 200%;

}
.lithaQ-profile-createPost-wrap{
    width:100%;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgb(24, 24, 24);
    flex-direction: column;
    margin-left: 5%;
    padding-left: 2%;
    border-radius: 1rem;
    padding-bottom: 1rem;
}
.lithaQ-profile-createPost{
    width:100%;
    min-height: 4rem;
    background-color: rgb(24, 24, 24);
    display: flex;
    justify-content: flex-start;
    border-radius: 1rem;
    
    
    align-items: center;
}
.lithaQ-profileP_thumb{
    width: 3rem;
    height:3rem;
    margin-right: 5%;
    background-color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lithaQ-profile-input-post_{
    width: 65%;
    height: 3rem;
    background: transparent;
    border: 0;
    outline: 0;
    margin-right: 5%;
    color: white;
    font-size: 120%;
}
.lithaQ-profile-input-post_::placeholder{
    color: white;
}
.lithaQ-profile-photoAddBtn-thumbV{
    width: 2rem;
    height:2rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lithaQ-profile-photoAddBtn-thumbV svg{
    width:  1.6rem;
    height: 1.6rem;
    fill: rgb(0, 0, 0);


}
.lithaQ-profileP_thumb img{
    width: 100%;
    border-radius: 50%;
}
.pictureDes-lithaQ-previewDiv{
    width:95%;
    min-height:6rem;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 110%;
    
    color: white;
    text-align: center;
    white-space: pre-wrap;
    background-position: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    border: .2rem dashed white;
    padding: 2%;

}
.photoAddBtn_lithaQ_jhhdh_input{
    width:95%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;

}
.photoAddBtn_lithaQ_jhhdh_input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .photoAddBtn_lithaQ_jhhdh_input::before {
    content: 'Select';
    width:95%;
    display: inline-block;
  background-color: white;
    border-radius: 3px;
    padding: .2rem 5% .2rem 5%;
    outline: none;
    color: black;
    border-radius: 1rem;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-size:120%;
  }
  .photoAddBtn_lithaQ_jhhdh_input:hover::before {
    border-color: black;
  }
  .photoAddBtn_lithaQ_jhhdh_input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }
.lithaQ-profile-account-showupWrapper{
    width: 95%;
    height: max-content;
    background-color:transparent;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding:1rem  2% 1rem 2%;
    border-radius: 1rem;
    background-color: rgb(24, 24, 24);
}
.AccountContext_NCloudSyndication_{
    max-width: 90%;
    height: max-content;
    background-color: rgb(255, 255, 255);
    padding: .2rem 2% .2rem 2%;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 1rem;


}
.CreateAccountContext_NCloudSyndication_{
    width:100%;
    height: max-content;
    

    justify-content:flex-start;
    align-items:center;
    display: flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    margin-top: .5rem;
    font-size: 120%;


}
.CreateAccountContext_Btn{
    width: max-content;
    height: max-content;
    display: flex;
    margin-right: 2%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    fill: white;
    padding: .4rem;
    color: white;
    background-color: #1DA1F2;
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    text-align:center;
    white-space: nowrap;

}
.AccountContext_NCloudSyndication_ img{
    width: 2rem;
    margin-right: 2%;
}
.AccountContext_NCloudSyndication_ span{
    font-size: 170%;
    font-weight: 600;
    white-space:pre-line;
    text-overflow: ellipsis;
}
.adContext_div-googleAnylatiq-ps{
    width: 95%;
    height:max-content;

    margin-top: 1rem;
    
    border-radius: 1rem;
    margin-left: 5%;

}
.adContext_div-googleAnylatiq-g {
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.adContext_div-googleAnylatiq-g img{
    width: 100%;
    border-radius: 1rem;
    height: 120%;
}
.adContext_div-googleAnylatiq-ps img{
    width: 100%;
}
.postBtn-desQ{
    width: 95%;
    height: max-content;
    font-size: 130%;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 0 .2rem 0;
    background-color: #2367f8;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.flotingDiv-profile-previewBtnrole{
    width:  5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: rgb(241, 241, 241);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.76);
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 1rem;
    right: 5%;
    z-index: 400;
}
.loadingDiv-postsLoAD_preload-seek{
    width:  2.5rem;
    height: 2.5rem;
    display: block;
    position: relative;
    animation: getstartedbtn-active-anim 1500ms linear infinite;
    background-image: none;
}
.loadingDiv-postsLoAD_preload-seek::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: auto;
    border: 5px solid rgb(24, 24, 24);
    border-radius: 50%;
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%,100% 80%);
    animation: getstartedbtn-active-anim-inner 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
#foremediaads-c1{
    visibility: hidden;
    position: fixed;
}

.loadingDiv-postsLoadignAdd_preload-seek{
    width: max-content;
    height: max-content;
    padding: .2rem 2% .2rem 2%;
    background-color: rgb(24, 24, 24);
    color: white;
    font-size: 120%;
    margin-top: 1rem;
    cursor: pointer;
}
@keyframes cen-leftAnim-vctualheader_a {
    0%{
        border-bottom: .2rem solid rgba(0, 0, 0, 0);
        transform: translateX(5px);

    }
    100%{
        border-bottom: .2rem solid black;
        transform: translateX(0);
    }
}
@keyframes cen-cenAnim-vctualheader_a {
    0%{
        border-bottom: .2rem solid rgba(0, 0, 0, 0);


    }
    100%{
        border-bottom: .2rem solid black;

    }
}
@keyframes cen-rightAnim-vctualheader_a {
    0%{
        border-bottom: .2rem solid rgba(0, 0, 0, 0);
        transform: translateX(-5px);

    }
    100%{
        border-bottom: .2rem solid black;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 385px){
    .lihtaQ-post{
        width: 370px;
        

    }
    
    .lithaQ-profile{
        width: 370px;
    }
    
    .lithaQ-post-syn-photo{
        width: 100%;
        height: 370px;
    }
}
@media only screen and (min-width: 962px){

    .lithaQ-profile{
        width: 95%;
    }
    .lithaQ-profile-account-showupWrapper {
        margin-left: 5%;
    }   
}
@media only screen and (max-width: 962px){
    .nowHappening-div-cen{
        flex-direction: column;
    }
    .lithaQ-profile-createPost-wrap{
        margin: 0;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }
    .adContext_div-googleAnylatiq-f{
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }
    .lithaQ-social-cen{
        flex-direction: column;
    }
    .lithaQ-social-cen{
        align-items: center;
    }
    .lithaQ-profile-header{
        padding: 0;
    }

    .pictureDes-lithaQ-previewDiv{
        width: 90%;
    }
    .lithaQ-profile-createPost{
        width: 90%;
    }.lithaQ-profile{
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 666px){
    .nowKeeping-timer-element{
        font-size: 250%;
    }
    .lithaContent-page-swap:nth-child(3) svg{
        width: 30%;
        height: 30%;
    }
}
@media only screen and (max-width: 566px){
    .nowKeeping-timer{
        border-radius: 0;
        width: 100%;
    }
    
    .nowKeeping-timer-element {
        font-size: 200%;
    }
    .lithaContent-box{
        flex-direction:column ;
    }
    .lithaContent-box-right{
        justify-content: center;
        align-items: flex-start;
    }
    .lithaContent-box-left{
        justify-content: center;
    }
    .headerBtnContext h3{
        font-size:100% ;
    }
    .lithaContent-box-right-imerange:first-child{
        margin: 0;
        border-radius: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .lithaContent-box-right-imerange:nth-child(2){
        margin: 0;
        border-radius: 0;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .lithaContent-more-pop-h3-headline{
        width: 100%;
        border-radius: 0;
    }
    .bannerImg-popBox{
        width: 80%;
    }
    .shareVoid-container-top{
        flex-direction: column;
        align-items: center;
    }
    .preLoader-box-Svg{
        width: 7rem;
    }
    .shareVoid-iconCaser{
        width: 2rem;
    }
    .AdContent{
        visibility: visible;
        position: relative;
    }
    
}

@media only screen and (max-width: 400px){
    .shareVoid-iconCaser{
        width: 1.5rem;
    }
    
}
@keyframes getstartedbtn-active-anim-inner {
    0%   { transform: rotate(-180deg); }
    50%  { transform: rotate(-160deg); }
    100% { transform: rotate(180deg); }
}
@keyframes getstartedbtn-active-anim {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.preLoaderBox-h3, .nowKeeping-timer-element, .tagh3-header, .bannerHeadline-h3, .h3-cont-litha { font-family: 'Gemunu Libre', sans-serif; }

body[data-lang='si'], .preLoaderBox-h3, .nowKeeping-timer-element, .tagh3-header, .bannerHeadline-h3, .h3-cont-litha { font-family: 'Gemunu Libre', 'Ubuntu', sans-serif; }


.avruduPlayer-legal-link{
    color: rgba(12,12,12,.92);
    text-decoration: underline;
    font-weight: 700;
}
.avruduPlayer-credit-inline{
    display: inline;
}


.lithaQ-post-dvv-verified-img{width:1.05rem;height:1.05rem;display:block;object-fit:contain;}
.lithaQ-post-header-cen{display:flex;align-items:center;justify-content:center;min-width:1.25rem;}

.pictureDes-lithaQ-previewDiv{margin-top:.75rem;}   
.loadingDiv-postsLoAD_preload-seek{margin:1rem auto;border-radius:999px;background:transparent;}
.loadingDiv-postsLoAD_preload-seek::after{border-color:rgb(255,184,0);border-width:4px;}
.loadingDiv-postsLoadignAdd_preload-seek{margin:1.25rem auto 0 auto;background:#ffb800;color:#111;padding:.55rem 1rem;border-radius:999px;font-weight:700;cursor:pointer;}
.leaderboard-list{width:100%;display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;}
.leaderboard-item{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.92);border-radius:1rem;padding:.9rem 1rem;box-shadow:0 6px 20px rgba(0,0,0,.08);font-family:'Ubuntu',sans-serif;}
.leaderboard-rank{font-size:1.15rem;font-weight:700;min-width:2rem;}
.leaderboard-meta{display:flex;align-items:center;gap:.7rem;flex:1;}
.leaderboard-avatar{width:2.4rem;height:2.4rem;border-radius:50%;background:#fff center/cover no-repeat;flex:none;}
.leaderboard-name{font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.35rem;}
.leaderboard-score{font-weight:700;color:#111;white-space:nowrap;}
.lithaProjectStory-strip{background:#fff;color:#111;padding:1rem 0 0 0;}
.lithaProjectStory-inner{width:92%;margin:0 auto;display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-top:1px solid rgba(0,0,0,.08);}
.lithaProjectStory-icon{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#11111100;color:#fff;border-radius:50%;flex:none;}
.lithaProjectStory-copy p{margin:0;font-size:.95rem;line-height:1.6;font-family:'Ubuntu',sans-serif;}
.lithaCopyright-strip{background:#fff;color:#111;border-top:1px solid rgba(0,0,0,.08);padding:.75rem 0 1.1rem 0;}
.lithaCopyright-inner{width:92%;margin:0 auto;font-size:.92rem;line-height:1.5;font-family:'Ubuntu',sans-serif;font-weight:500;}
.avruduPlayer-tags_info-box{display:none;}
.bannerHeadline-h3,.bannerContent-sliderM h3{font-family:'Gemunu Libre','Ubuntu',sans-serif !important;}
.pictureDes-lithaQ-previewDiv { display: flex !important; opacity: 1 !important; }