/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}




.header {
    background-image: url(tarazcontact.png);
    background-size: cover;
    background-position: center ;
    color: white;
    text-align: center;
    padding: 50px 50px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 30px;
    
}

.navbar a{
    color: aliceblue;
    text-decoration: none;
    transition: color 0.3s;
    margin-top: -98px;

}

.navbar a:hover{
    color: rgb(255, 152, 152);
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin-top: -78px;
    font-size: 20px;
    margin-right: -10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    transition: color 0.5s;
    transition: filter 0.3s;
    list-style: none;
}

.nav-links a:hover {
    color: #f8f8f8;
    filter: drop-shadow( 1px 1px 10px rgb(255, 255, 255));
}



.main-content p {
    font-size: 18px;
    
}





.main-content {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 15px;
    border-radius: 10px;
}

.about-section, .mission-section, .offer-section, .why-taraz, .join-us {
    margin-bottom: 20px;
}

h2, h3 {
    color: #a4b7fb;
    margin-bottom: 15px;
}

p {
    color: #ffffff;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.main-content {
    background: url('taraz3.png') center/cover;
    padding: 40px 20px;
    border-radius: 10px;
}

.main-content section {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 8px;
}


.footer {
    background-color: #0c0c0c;
    color: white;
    text-align: center;
    padding: 15px 0;
    
}


.ull{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 95%;
} 


.ull a{
    color: aliceblue;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
}



.ull a:hover{
    color: #ff5a5f;

}


@media (max-width: 375px) {
    .navbar .logo {
        font-size: 20px;
        margin-top: -350px;
        margin-left: 40px;
    }

    .nav-links {
        flex-direction: column;
        margin-top: 10px;
        margin-left: -330px;
        margin-right: 50px;
    }

    .navigation, .Contact {
        margin-bottom: 200px;
    }


    .main-content {
        padding: 15px;
    }

    .about{
        position: absolute;
        top: 2150px;
    }

    .pstail{
        margin-left : 110px;
    }
}
