@charset "UTF-8";
/*!
 * meroka custom css
 */
.header-bg {
	background-image:url(../../assets/images/bg/homebg.webp); 
	opacity: 1; 
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat;
}
section {
	background-image: url("../../assets/photos/escort254_background.webp");
	background-repeat: repeat;
}

.text-pink {
	color: #E0006C;
}


#ads {
    margin: 0px 0 0px 0;
   
}

#ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px; 
        color: #000;
        padding: 5px 10px;
        font-size: 14px;

    }

#ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;      
        font-size: 14px;      
        width: 50px;
        height: 50px;    
        padding: 15px 0 0 0;
}


.premium-image {
    filter: blur(7px);
    opacity: 0.9;
}

.img-escort254-size {
    width: 250px; 
    height: 300px; 
    object-fit: cover;
}