/*/body, h1, h2, h3, ul, p/*/
*
{
    padding: 0;
    margin: 0;
}

#header
{
    background-color: #35424a;
    border-bottom: 5px solid #0E96EC;
}

#header h1
{
    color: aliceblue;
    font-family: sans-serif;
    padding: 15px 0;
    display: inline-block;
}
#header .logo
{
    color: #0E96EC;
}

.navbar
{
    float: right;
}
.navbar li
{
    display: inline;
}

.navbar li a
{
    text-decoration: none;
    color: aliceblue;
    font-family: sans-serif;
    padding: 25px 15px;
    display: inline-block;
}

.navbar li a:hover
{
    color: #0E96EC;
}


.container
{
    width: 70%;
    margin: auto;
}


#banner
{
    height: 80vh;
    background-image: url(Nr2qNcLeQUl3C4PE9O7nq.jpg);
    background-size: cover;
    background-position: center -60px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: sans-serif;

}

#banner h1
{
    font-size: 65px;
    margin-bottom: 15px;
    margin-top: 0px;
    
}
#banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80vh;
}
#banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
}

#banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('Nr2qNcLeQUl3C4PE9O7nq.jpg');
    background-size: cover;
    background-position: center -60px;
    filter: blur(8px);
    z-index: -1;
}

/* Kontent markazda turadi */
#banner .container {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Sarlavha */
#banner h1 {
    font-size: 48px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
}

/* Matn */
#banner p {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
}



#newslatter
{
    background-color: #35424a;
    color: aliceblue;
    font-family: sans-serif;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

#newslatter .left
{
    float: left;
}

#newslatter .right
{
    float: right;
}

#newslatter input 
{
    padding: 5px;
}

.button 
{
    padding: 7px 15px;
    border: none;
    background-color: #0E96EC;
    color: rgb(255, 255, 255);
    margin: 15px;
}

.button a:hover
{
    color: #ffffff;
}


#courses 
{
    padding: 30px 0;
}

.box
{
    width: 33.3%;
    float: left;
    text-align: center;
    font-family: sans-serif;
}

.box img
{
    max-width: 100%;
    width: 180px;
}
    
.clr
{
    clear: both;
}

#footer
{
    padding: 50px 0;
    text-align: center;
    background-color: #0E96EC;
    color: #ffffff;
}

#footer .logo
{
    color: #35424a;
}






