/* body {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 0px 550px; 
}

.item {
    background: linear-gradient(to bottom, #f9f9f9, #d1d1d1, #a1a1a1, #6b6b6b); 
    border-radius: 10px;
    text-align: center;
    width: 350px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    margin: 1% 0;
}

.item img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 20px;
}

.item h3 {
    margin: 10px 0;
}

.item p {
    margin: 5px 0;
    color: #333;
}

button {
    background-color: #00FF00;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

button:hover {
    background-color: #00CC00;
} */





/* WORK */
/* body {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    /* margin: 20px 40px;  
    margin: 0 20px;
}

.item {
    flex-basis: calc(25% - 2opx);
    background: linear-gradient(to bottom, #f9f9f9, #d1d1d1, #a1a1a1, #6b6b6b); 
    border-radius: 10px;
    text-align: center;
    width: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    /* margin: 1% 0; 
    margin: 10px;
}

.item img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 20px;
}

.item h3 {
    margin: 10px 0;
}

.item p {
    margin: 5px 0;
    color: #333;
}

button {
    background-color: #61de61;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

button:hover {
    background-color: #00CC00;
}  */

/* .telegram-icon {
    position: fixed; 
    bottom: 20px;    
    right: 20px;     
    width: 50px;     
    height: 50px;    
    border-radius: 50%; 
    overflow: hidden; 
}

.telegram-icon img {
    width: 100%;  
    height: auto; 
} */








body {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #444;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-logo {
    max-width: 100%;
    height: 100px;
}

.header h1 {
    margin: 0;
    font-size: 24px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 20px 20px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1200px;
}

.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 1 1 calc(25% - 20px); 
    background: linear-gradient(to bottom, #f9f9f9, #d1d1d1, #a1a1a1, #6b6b6b); 
    border-radius: 10px;
    text-align: center;
    width: calc(25% - 20px); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    margin: 10px;
}

.item img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 20px;
    align-self: center;
}

.item h3 {
    font-weight: 100;
    margin: 10px 0;
}

.item p {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
    color: #000000;
}


.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; 
    margin-top: auto; 
    margin-bottom: 20px;
}

button {
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    transition: transform 0.2s ease;
}

button:hover {
    background-color: #00CC00;
    transform: scale(1.05);
}

.try-button {
    background-color: #61de61;
    padding-left: 30px;
    padding-right: 30px;
}

.share-button {
    font-size: x-small;
    background-color: transparent;
    border: 2px solid #61de61;
}

.share-button:hover {
    background-color: rgba(97, 222, 97, 0.1);
    transform: scale(1.05);
}

.sold-text {
    font-size: small;
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
}

.stars-container {
    position: absolute;
    top: 20px; 
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sold-star {
    width: 20px;
    height: 20px;
    margin: -20px;
}

.corner-image {
    position: absolute;
    top: -31px;
    left: -10px;
    /* margin-left: -12px; */
    width: 125px;
    height: 125px;
    transform: rotate(270deg);
}

.description-text {
    font-size: 7px; /* Дрібний шрифт */
    color: rgba(255, 255, 255, 0.151); /* Напівпрозорий білий */
    text-align: center; /* Центрує текст */
    margin-bottom: 10px; 
}

.footer {
     margin: 0;
     padding: 0;
     font-size: 100%;
     list-style: none;
    display: block;

}

footer {
    padding: 40px 0;
    text-align: center;
}

@media screen and (max-width: 1399px) {
    footer {
        padding: 25px 0
    }
}

footer h6 {
    display: block;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: .05rem;
    margin-bottom: 14px
}

@media(max-width: 1399px) {
    footer h6 {
        font-size: 18px
    }
}

@media(max-width: 375px) {
    footer h6 {
        font-size: 16px;
        margin-bottom: 10px
    }
}

footer img {
    width: 100%;
    max-width: 350px
}

footer .block-reassurance {
    border-top: 1px solid #737474;
    border-bottom: 1px solid #737474;
    padding: 30px 0
}

footer .footer-content {
    padding: 30px 0 0
}

footer .footer-content p {
    font-size: 11px;
    color: #888;
    line-height: 18px;
    max-width: 980px;
    margin: auto
}

@media (max-width: 600px) {
    .item {
        flex: 1 1 100%; 
        max-width: 100%;
        margin: 10px 0; 
    }

    .container {
        padding: 80px 10px 10px;
    }
}










/* OLD */
/* body {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto; 
}

.item {
    flex-basis: calc(25% - 20px); 
    background: linear-gradient(to bottom, #f9f9f9, #d1d1d1, #a1a1a1, #6b6b6b);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 10px; 
    height: 400px; 
}

.item img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 20px;
}

.item h3 {
    margin: 10px 0;
}

.item p {
    margin: 5px 0;
    color: #333;
}

button {
    background-color: #00FF00;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

button:hover {
    background-color: #00CC00;
} */
