body {
    font-family: 'KECILIMUT', sans-serif;
    margin: 0;
    padding: 0;
    background-image:url(../img/bg2.png);
    background-position-x: center;
    color:#63AFE1;

}
@font-face {
    font-family: 'KECILIMUT';
    src: url('../fonts/KECILIMUT.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
h1{
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
   /* box-shadow: 0 4px 6px rgba(255, 255, 255, 0.5);  Oq rangdagi yarim shaffof soya */
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
}
h2{
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
   /* box-shadow: 0 4px 6px rgba(255, 255, 255, 0.5);  Oq rangdagi yarim shaffof soya */
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
}
h3{
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
   /* box-shadow: 0 4px 6px rgba(255, 255, 255, 0.5);  Oq rangdagi yarim shaffof soya */
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
    font-size: 30px;
}
.hd {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 30px;
    display: grid;
margin-bottom: 5px;
} 
.grid-container {
    display: flex;
    flex-wrap: wrap; /* Kichik ekranlarda elementlarni pastga tushirish */
    gap: 10px; /* Elementlar orasidagi bo'shliq */
    justify-content: center; /* Gorizontal markazlash */
    align-items: center; /* Vertikal markazlash */
    height: auto; /* Balandlikni avtomatik qilish */
    padding: 10px;
  
}

.box {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.box2 {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background:transparent;
    border-radius: 10px; 
    
}

.box:hover {
    transform: scale(1.02); /* Hover qilganda kattalashtirish effekti */
    background-color: rgba(0, 0, 0, 0.7); /* Hover qilganda fonni to'ldirish */
}
.box2:hover {
    transform: scale(1.02); /* Hover qilganda kattalashtirish effekti */
    background-color: rgba(0, 0, 0, 0.7); /* Hover qilganda fonni to'ldirish */
}

.rounded-3 {
    border-radius: 0.75rem; /* Radiusni 12px ga moslashtirish */
}
.left{
    width: 60%;
    height: 50%;
    color: #fff;
    text-align: center;
   
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.right{
    width: 35%;
    height: 50%;
    color: #fff;
    text-align: center;
   
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; 
    backdrop-filter:blur(5px);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background:transparent;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    backdrop-filter:blur(5px);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background:transparent;
}
.tags a {
    text-decoration: none;
    background: #007BFF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s;
}
.tags a:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .box {
        width: 100%;
        margin-bottom: 10px;
        
    }
}
@media (max-width: 768px) {
    .hd {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .right {
        width: 100%;
        font-size:20px;
        line-height: 1.5;
        text-align: center;
    }
}
a:link {
    color: yellow;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: green;
  }
  
  /* mouse over link */
  a:hover {
    color: #63AFE1;
  }
  
  /* selected link */
  a:active {
    color: yellow;
  }