body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #000;
    color: white;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    font-weight: 600;
}   

header a{
    color: #1F4E79;
    font-size: 18px;
    text-decoration: none;
}

header a:hover{
   color: rgb(45, 241, 255);
}

header img{
    width: 150px;
}

.base{
    width: 1200px;
    margin: 0 auto;
}

nav{
   display: flex;
   gap: 40px;
   justify-content: space-evenly;
}

p:hover .hide {
    max-width: 100%;
}


.bce{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    align-items: center;
    height: 100vh;
}

.left h1{
    font-size: 50px;
}

.left p{
    font-size: 20px;
}

.left{
    width: 350px;
    height: 370px;
}

.left button{
    padding: 10px 20px;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    background-color: #fff;
}

.right{
    border: 3px solid #ffffff;
    width: 363px;
    height: 362px;
    border-radius: 70px;
}

.right img{
    transform: translate(20px, -20px);
    object-fit: cover;
    width: 363px;
    height: 362px;
    border-radius: 70px;
}

/* ----header qismi tugadi---- */

.loyihlarim{
    column-count: 2;
    column-gap: 100px;
    margin-bottom: 30px;
}

.loyiha{
    width: 460px;
    margin-bottom: 50px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  margin: 20px;
  border: none; 
}

.rating input {
  display: none;
}

.rating label {
  font-size: 32px;
  line-height: 1;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}

.rating label::before {
  content: "★";
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
  color: #ffc107;
}


.loyiha button{
    border: none;
    border-radius: 15px;
    background: #EBEBEB;
    padding: 5px 15px;
}

.loyiha img{
    width:100%;
    height: 250px;
    border-radius: 20px;
    border: 1px solid gray;
}

.sec2 h2{
    display: flex;
    justify-content: center;
}

.sec2{
    padding: 0px 150px;
}