*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background-image: url("image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.continer{
    max-width: 1300px;
    margin: 0 auto;
}

header{
  margin-left: 10px;
  margin-right: 10px;
}

section{
    margin-top: 15px;
}

.hed{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    background-color: #ffffff1c;
    height: 45px;
    border-radius: 12px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.logo-text{
    font-size: 15px;
    font-weight: 550;
    color: #ffffff;
}

.logo-text2{
    font-size: 15px;
    font-weight: 550;
    color: gold;
}

.bi-telegram{
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

nav ul{
    display: flex;
    gap: 20px;
    list-style: none;
}

nav ul li{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
   
}

nav ul li button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
}

.search-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.input{
    width: 100%;
    height: 35px;
    border-radius: 9px;
    border: none;
    padding-left: 10px;
    background-color: #ffffff1c;
    color: #fff;
    font-weight: 500;
}

.input::placeholder{
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.btn-search{
    width: 50px;
    height: 35px;
    border-radius: 9px;
    border: none;
    background-color: #ffffff1c;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}


.card-img{
    width: 100%;
    height: auto;
    min-height: 100px;
    border-radius: 8px 8px  0 0;
}

.card-div {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center; 
}

.card {
    width: calc(50% - 10px); 
    max-width: 180px;
    height: 240px;
    position: relative;
    background-color: #ffffff1c;
    border-radius: 8px;
    display: inline-block;
}


@media (max-width: 300px) and (max-width: 200px)  {
    .card {
        width: 200px; 
    }
}

.card-body{
    position: relative;
    padding: 10px;
}

.card-title{
    font-size: 15px;
    font-weight: 550;
    color: #fff;
}

.card-dipt{
    font-size: 13px;
    font-weight: 550;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 5px;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 20px;
    width: 100%; 
}

.stars-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.stars {
    font-size: 13px;
    text-align: end;
    color: gold;
    display: flex;
    gap: 5px;
}

.down {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

#noResults {
    display: none;
    text-align: center;
    color: red;
    font-size: 1.2em;
    margin-top: 20px;
}

.news-div{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.news{
    width: 100%;
    height: 50px;
    border-radius: 9px;
    border: none;
    padding-left: 10px;
    background-color: #ffffff1c;
    color: #fff;
    font-weight: 550;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.info-bmt{
    margin-top: 10px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background-color: #ffffff1c;
    color: #fff;
    font-weight: 550;
    font-size: 15px;
}