body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(359deg, #04103f, #181e29);
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    width: 1200px;
}

header {
    display: flex;
    background: rgb(54 78 159 / 55%);
    padding: 10px 10px;
    border-radius: 10px;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    margin-top: 20px;
    align-items: center;
}
.photo-text{
    display: flex;
    align-items: center;
}
.photo-text h1{
    margin-left: 10px;
    font-size: 25px;
}
.but{
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: rgb(255, 255, 255);
    border-bottom: 0px;
    font-family: Verdana;
    transition-duration: 0.4s;

}
.but:hover {
    background-color: #030303; /* Green */
    color: white;
  }
  
.menu-global {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: linear-gradient(90deg, #004d7f, #007db5);
    border-radius: 10px;
  }
.blocker-1{
    background-color: rgb(19 31 60);
    padding: 10px 15px;
    border-radius: 10px;
    width: 400px;
    height: 400px;
}
.all-blocker{
    gap: 20px;
    margin-top: 10px;
    display: flex;
}

.global-block{
    margin-top: 10px;
    border-radius: 10px;
    background-color: #0d2936;
    padding: 10px 15px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-global-h2{
    background-color: rgb(1, 94, 175);
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 40px;
    width: max-content;
}
.text-global{
    display: flex;
    width: 300px;
    margin-left: 20px;
}
.menu-global {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #000000;
    border-radius: 10px;
    margin-top: 10px;
   
}
.text-content h3 {
    font-size: 2em;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.text-content{
    width: 260px;
}
.text-togather {
    display: flex;
    align-items: center; /* Вирівнювання елементів по центру */
    padding: 20px;
    background-color: rgb(19 31 60); /* Легкий фон */
    border-radius: 10px; /* Закруглені краї */
}


.sliders {
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    scrollbar-width: none;
}

/* Приховання стандартної прокрутки */
.sliders::-webkit-scrollbar {
    display: none;
}

.two-images{
    display: flex;
    gap: 20px;
}

.sliders img {
    max-width: 230px; /* Трохи зменшений розмір для балансу */
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Тінь для зображення */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sliders img:hover {
    transform: scale(1.05); /* Легке збільшення зображення */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Глибша тінь при наведенні */
}

@media (max-width: 768px) {
    .text-togather {
        margin: 10px;
        padding: 15px;
    }

    .sliders img {
        max-width: 200px; /* Зменшення зображень на мобільних */
    }
}

.text-p{
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
    color: wheat;
}
.buy-stars{
    width: 300px;
}
.text-buy-h2{
    background-color: rgb(1, 94, 175);
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 40px;
    cursor: pointer;
    transition-duration: 0.4s;
    
}
.text-buy-h2:hover {
    background-color: #030303; /* Green */
    color: white;
  }
  
.bio-stars{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #224e6b;
}

.text-global-h2-all{
    margin-left: 20px;
}
/* Стилі футера */
footer {
    background-color: rgb(19 31 60);
    color: white;
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-logo h2 {
    font-size: 24px;
    color: white;
}

.footer-links, .footer-social {
    list-style: none;
    padding: 0;
}

.footer-links ul, .footer-social ul {
    display: flex;
    gap: 15px;
}

.footer-links a, .footer-social a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-links a:hover, .footer-social a:hover {
    color: #6ab5f1;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p {
    margin: 0;
}
