@import url('https://font.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'
);
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif; 
}

body
{
    background: #e8e8e8;
}

#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
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #fff;
}

footer .container
{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

footer .container .sec h2
{
    position: relative;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .container .sec p
{
    color: #555;
}

footer .container .sci
{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4,50px);
}

footer .container .sci li
{
    list-style: none;
}

footer .container .sci li a
{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #37B6FF;
    display: grid;
    align-content: center;
    justify-content: center;
    text-decoration: none;
}

footer .container .sci li a i
{
    color: #fff;
    font-size: 20px;
}

footer .container .quicklinks
{
    position: relative;
}

footer .container .quicklinks ul li
{
    list-style: none;
}

footer .container .quicklinks ul li a
{
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    
}

footer .container .kontakt .info
{
    position: relative;
}

footer .container .kontakt .info li
{
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
}

footer .container .kontakt .info li span
{
    color: #37B6FF;
    font-size: 20px;
}

footer .container .kontakt .info li a
{
    color: #37B6FF;
    text-decoration: none;
}

.copyrightText 
{
    width: 100%;
    background: #37B6FF;
    padding: 20px 100px 30px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(4, 47, 107, 0.15);
}

@media (max-width: 991px)
{
    footer
    {
        padding: 40px;
    }
    footer .container
    {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    }
    .copyrightText 
    {
        padding: 20px 40px 30px;
    }
}

@media (max-width: 768px)
{
    footer .container
    {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    }
}


 



#footer
{
    padding: 50px 0;
    text-align: center;
    background-color: #0E96EC;
    color: #ffffff;
}


#footer .logo
{
    color: #35424a;
}






