
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
 
}


.header {
    background-image: url(taraz3.png);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 120px 80px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    
}

.navbar a{
    color: aliceblue;
    text-decoration: none;
    transition: color .5s;
    margin-top: -98px;

}

.navbar a:hover{
    color: rgb(255, 152, 152);
}

.logo {
    font-size: 24px;
     font-weight: bold; /*  kerek */
    filter: drop-shadow( 0px 0px 30px rgb(255, 255, 255));
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin-top: -120px;
    font-size: 20px;
    margin-right: -10px;
    filter: drop-shadow( 0px 0px 10px rgb(255, 255, 255));
}
   
.nav-links a {
    color: white;
    text-decoration: none;
    transition: filter 0.5s;

}

.nav-links a:hover {
    color: #ffffff;
    filter: drop-shadow( 0px 0px 15px rgb(255, 255, 255));
}

.scndhead{
    padding: 20px;
    
}


.scndhead h2 {
    font-size: 60px;
    margin-top: 20px;
    background: transparent;
      
    
}

.scndhead p {
    font-size: 30px;
    margin: 30px 0 45px;
    margin-bottom: 100px;
    filter: drop-shadow( 0px 0px 30px rgb(255, 255, 255));
    
}





.cta-btn {

    background-color: #ff5a5f;
    color: white;
    padding: 18px 35px;
    text-decoration: none;
    border-radius: 15px;
    transition:  0.3s;
    font-size: 30px;
    align-items: center;
    filter: drop-shadow( 0px 0px 100px rgb(255, 39, 39));
}

.cta-btn:hover {
    background-color: #c70007;
}

.about-section, .highlights-section {
    padding: 40px 20px;
    text-align: center;
}

.about-section p{
    margin-top: 20px;
}

.highlights-section .all {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}





.card:hover {
    scale: 1.05;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card h3 {
    font-size: 18px;
    margin: 15px 0;
}

.card p {
    padding: 0 15px 20px;
    font-size: 15px;
    color: #666;
}


.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) {
    .hero h2 {
        font-size: 32px;
    }
    .navbar {
        flex-direction: column;
        margin-left: -10px;
    }
    .nav-links {
        flex-direction: column;
        margin-top: 30px;
    }

    .scndhead h2{
        align-items: center;
        display: flex;
        margin-left: -40px;
    }

    .ull p{
        margin-left: 20px;
    }

    .ull{
        margin-bottom: 200px;
    }


    .Contact{
        margin-top: -4px;
    }

    .about{
        position: absolute;
        top: 2350px;
    }

    .cta-btn{
        margin-left: -20px;
    }

    .pstail{
        margin-left : 240px;
    }


}
