/* COLOR CODE */
:root{
    --purple-bg : #6a35ff;
    --light-yellow-bg : #fcec5e;
    --light-orange-bg: #ffba69;
    --dark-purple-bg: #4210ac;
    --light-maroon-bg: #a8094c;
    --light-blue-bg: #29bde8;
    --dark-navy-blue-bg: #0d2caf;
    --light-green:#43d39f;
    --bgcolor-black:#000;
}
body {
    background: var(--bgcolor-dark);
}
.mobile {
	display: none;
}
.highlightRnkings h4.af-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
}
.highlightRnkings h4.af-title::after {
	display: none;
}
.highlightRnkings h4::after {
	width: 85%;
}
.achieve-bg-section .col-sm-6 {
    padding-top: 30px;
    padding-bottom: 70px;
}
.achieve-bg-section .highlightRnkings h2 {
	font-size: 56px;
}
.achieve-bg-section .highlightRnkings h4.af-title {
	font-size: 22px;
	line-height: 22px;
}
.activity-row {
    position: relative;
    z-index: 1;
}
.ach-content {
    max-width: 248px;
    position: relative;
}
.ach-content::after {
    content: "";
/*    background-image: url(../../uie/assets/images/ranking-star.png);*/
    width: 43px;
    height: 37px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.highlightRnkings.act-inner, .highlightRnkings.lab-inner {
    padding: 0px;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    background: var(--bgcolor-dark);
}
.highlight-Activity{position:relative; transition: all .3s ease-in-out;}
.highlight-Activity:hover .ach-content{opacity:1;}
.highlight-Activity:hover .ach-thumb h3{display:none;}
.highlight-Activity .ach-content{
    position: absolute;
    bottom: 0;
    padding: 15px;
    opacity: 0;
    height: 100%;
    display: flex;
    background: linear-gradient(180deg, #7c04ad, #fb0202c4);
    transition: all .2s ease-in-out;
    width: 100%;
}
.highlight-Activity .ach-content-title, .highlight-Activity .ach-content-para {
    display: none;
}
.highlight-Activity:hover .ach-content-title, .highlight-Activity:hover .ach-content-para {
    display: block;
}
.highlightRnkings.act-inner:hover {
    background: var(--bgcolor-mid-gray);
    box-shadow: none!important;
    overflow: hidden;
}
.highlightRnkings.act-inner .ach-content, .highlightRnkings.lab-inner .ach-content {
    max-width: 100%;
}
.highlightRnkings.act-inner .ach-content::after, .highlightRnkings.lab-inner .ach-content::after {
    display: none;
}
/* .highlight-Activity {
    display: flex;
} */
.highlight-Activity .ach-content p {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
}
.highlight-Activity .ach-thumb {
    position: relative;
    overflow: hidden;
}
.highlight-Activity .ach-thumb img {
    width: 100%;
    /* height: 120px; */
    object-fit: cover;
}
.ach-content p {
	line-height: 18px;
}
.ach-content .cu-btn:hover {
    text-decoration: none!important;
}
.highlightRnkings.lab-inner {
    background: var(--bgcolor-white);
}
.highlightRnkings.lab-inner .ach-content {
    padding: 30px;  
}
.highlightRnkings.lab-inner .ach-content h4.af-title {
    font-size: 20px;
    line-height: 24px;    
}
.highlightRnkings.lab-inner .ach-content p {
	line-height: 20px;
}
#sb_container {
    z-index: 998!important;
}

/* Custom Css */
#glorious--stars {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;
}
#glorious--stars::before {
/*    content: "";*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.95);    
}
.dark-bg{background-color: var(--bgcolor-black);}
.padd120px{padding-top:120px; padding-bottom:120px;}
.ach-content-box {display: flex; flex-direction: column; justify-content: space-between;}
.star-name {
	position: absolute;
	bottom: 10px;
	left: 0;
	background: rgba(0, 0, 0,.8);
	padding: 6px 13px;
	border-radius: 0 8px 20px 0;
    box-shadow: 0 10px 18px rgba(255, 255, 255, 0.2);   
}
.light-green-bg .star-name {
    background: rgba(67, 211, 159,.8);
}
.purple-bg .star-name {
    background: rgba(106, 53, 255,.8);
    color: var(--text-color-white);    
}
.light-yellow-bg .star-name {
    background: rgba(252, 236, 94,.8);
}
.light-orange-bg .star-name {
    background: rgba(255, 186, 105,.8);
}
.dark-purple-bg .star-name {
    background: rgba(66, 16, 172,.8);
    color: var(--text-color-white);
}
.light-maroon-bg .star-name {
    background: rgba(168, 9, 76,.8);
    color: var(--text-color-white);
}
.light-blue-bg .star-name {
    background: rgba(41, 189, 232,.8);
}
.dark-navy-blue-bg .star-name {
    background: rgba(13, 44, 175,.8);
    color: var(--text-color-white);    
}

.shadow{box-shadow: 0 10px 18px rgb(200 200 200 / 10%) !important;}
.light-green-bg{background: var(--light-green)  ! important;}
.purple-bg{background: var(--purple-bg)  ! important;}
.light-yellow-bg{ background: var(--light-yellow-bg)  ! important;}
.light-orange-bg{background: var(--light-orange-bg)  ! important;}
.dark-purple-bg{background: var(--dark-purple-bg)  ! important;}
.light-maroon-bg{background: var(--light-maroon-bg)  ! important;}
.light-blue-bg{background: var(--light-blue-bg)  ! important;}
.dark-navy-blue-bg{ background: var(--dark-navy-blue-bg)  ! important;}


@media only screen and (max-width: 1199px){
    .ad-content {
        padding: 25px;
    } 
    .ad-content::after {
        display: none;
    }
    .highlight-Activity {
        flex-direction: column;
    }
    .achieve-bg-section .highlightRnkings h2 {
        font-size: 32px;
        line-height: 40px;
    }    
    .achieve-bg-section .highlightRnkings h4.af-title {
        font-size: 18px;
        line-height: 20px;
    } 
}

@media only screen and (max-width: 767px){
    .achieve-bg-section .highlightRnkings h2 {
        font-size: 42px;
    }    
    .achieve-bg-section .highlightRnkings h4.af-title {
        font-size: 18px;
        line-height: 18px;
    } 
    .highlightRnkings.act-inner:hover {
        background: var(--bgcolor-white);
    }
    .ach-content p {
        line-height: 16px;
        font-size: 14px;
    } 
    .ach-content .cu-btn {
        padding: 0!important;
    }   
    .highlightRnkings.lab-inner .ach-content {
        padding: 15px;  
    } 
    .highlightRnkings.lab-inner .listStyle-4 li {
        font-size: 14px;
        margin-bottom: 7px;
    }       
}

@media only screen and (max-width: 575px) {
    .mobile {
        display: block;
    }
    .desktop{
        display: none !important;
    }
}
@media only screen and (max-width: 479px){
    .ad-content .cu-btn {
        bottom: 15px;
    }  
}

@media only screen and (max-width: 320px){
    .ach-thumb img {
        width: 60px;
        height: 56px;
    }
}