@font-face {
    font-family: 'Grill-Shadow';
    src: url('../fonts/Grill-Shadow.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
}
body {
background-color:pink;
font-weight: bold;
font-style: normal;
color: #333;
font-family: 'Grill-Shadow';
font-size: 20px;
}
.card {
background-color: #f1e6d6;
border: 1px solid #d4c0a1;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-body {
padding: 15px;
}
.toplist-item {
margin-bottom: 30px;
}
.video-png {
margin-top: 10px;

object-fit: cover;
}
.user-icon {

border-radius: 50%;
margin-right: 10px;

}
.card-title {
display: flex;
align-items: center;
}
.toplist-item .card {
    transition: 0.3s ease;
    cursor: pointer;
  }

  .toplist-item .card:hover {
    background-color: #f8d7da; 
    color: #721c24;
  }

  .user-icon {

    margin-right: 8px;
  }

  .rating {
    display: flex;
    justify-content: center;
    font-size: 32px; 
    color: gold;
    cursor: pointer;
  }
  
  .rating .star {
    transition: transform 0.2s ease-in-out;
  }
  
  .rating .star:hover,
  .rating .star.active {
    transform: scale(1.2); 
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
 
    margin: 0;
    padding: 0;
    box-sizing: border-box
}



.contain {
    margin: 20px 25px;
    padding: 20px
}

.col-lg-7 .card1 {
    overflow: hidden;
    border-radius: 0%;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white
}

.col-lg-5 .card2 {
    border: 1px solid #ddd;
    background-color: #e8e3fc;
    padding: 10px
}

p {
    margin: 0
}

.fw-bold {
    font-size: 14px
}

.text-muted {
    font-size: 12px
}

.fas.fa-tasks {
    color: blueviolet
}

.far.fa-file-alt {
    color: #4949db
}

.fas.fa-trophy {
    color: #fafa00
}

.fas.fa-cogs {
    color: palevioletred
}

.fab.fa-app-store {
    color: green
}

.fas.fa-download {
    color: #5050f0
}

.fas.fa-angle-double-right {
    color: #a56de6;
    font-size: 12px
}

.card {
    background-color: white;
    padding: 8px;
    margin-bottom: 8.5px
}

.card .fs {
    font-size: 20px
}

.card .circle {
    height: 10px;
    width: 10px;
    
    border-radius: 50%;
    display: inline-block
}



.btn.btn-primary {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d5ecc;
    background-color: #efecf3;
    border: none;
    outline: none;
    box-shadow: none
}

.btn.btn-primary:hover .fas.fa-angle-double-right {
    transform: translateX(10px);
    transition: transform 0.5s ease
}

.btn.btn-secondary {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5ec5;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none
}

.btn.btn-secondary:hover .fas.fa-angle-double-right {
    transform: translateX(10px);
    transition: transform 0.5s ease
}

.fw-600 {
    font-weight: 600
}
/* Circle ranglarini turlicha belgilash */
.circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* 20 ta turli rangdagi .circle klasslari */
.circle-1 {
    background-color: #e74c3c; /* Red */
}
.circle-2 {
    background-color: #f39c12; /* Yellow */
}
.circle-3 {
    background-color: #2ecc71; /* Green */
}
.circle-4 {
    background-color: #3498db; /* Blue */
}
.circle-5 {
    background-color: #9b59b6; /* Purple */
}
.circle-6 {
    background-color: #34495e; /* Dark Blue */
}
.circle-7 {
    background-color: #1abc9c; /* Turquoise */
}
.circle-8 {
    background-color: #16a085; /* Dark Turquoise */
}
.circle-9 {
    background-color: #f1c40f; /* Light Yellow */
}
.circle-10 {
    background-color: #e67e22; /* Orange */
}
.circle-11 {
    background-color: #d35400; /* Dark Orange */
}
.circle-12 {
    background-color: #c0392b; /* Dark Red */
}
.circle-13 {
    background-color: #7f8c8d; /* Grey */
}
.circle-14 {
    background-color: #95a5a6; /* Light Grey */
}
.circle-15 {
    background-color: #2c3e50; /* Dark Grey */
}
.circle-16 {
    background-color: #f39c12; /* Golden Yellow */
}
.circle-17 {
    background-color: #8e44ad; /* Violet */
}
.circle-18 {
    background-color: #2980b9; /* Light Blue */
}
.circle-19 {
    background-color: #e74c3c; /* Light Red */
}
.circle-20 {
    background-color: #f1c40f; /* Light Yellow */
}

/* Hover effekti */
.card:hover .circle {
    transform: scale(1.2); /* Hover vaqtida o‘lchamini kattalashtirish */
    transition: transform 0.2s ease-in-out;
    
}
