/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&family=Ubuntu:wght@300;500;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}


.max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}
/* navbar ko`rinishi

.navbar {
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    z-index: 0;
    /* background: crimson; 
    font-family: "Ubuntu", sans-serif;
    transition: all 0.3s ease;
    background-color: #278b81;
}
.navbar.sticky {
    padding: 15px 0;
    background: #009688;
}

.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    
}


.navbar .logo a span {
    color: crimson;
}

.navbar.sticky .logo a span {
    color: #fff;
    transition: all 0.3s ease;
}

.navbar .menu li {
    list-style: none;
    display: inline-block;
}

.navbar .menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
}
.logo-box a{
    font-family: "Ubuntu", sans-serif;

}


.navbar.sticky .menu li a:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.navbar .max-width .logo img{
    padding-bottom:  10px;
    
}
.navbar .max-width .logo {
    padding-right: 30px;
}
*/
/* .abs{
    box-shadow: 2px 10px 15px #322f2f;
    padding: 130px 10px 10px 10px;
} */



/* 
.container h1{
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}
.center h1{
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    color: white;
    padding-top: 10px;
}
.right h1{
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    color: white;
    padding-top: 10px;
}
.right img{
    padding: 10px;
}

.right h1 span{
    border-top: 3px solid greenyellow;
    border-left: 3px solid greenyellow;
    border-right: 3px solid greenyellow;
    border-radius: 30px;
    display: inline-block;
    padding: 8px;
}
.center h1 span{
    border-top: 3px solid greenyellow;
    border-left: 3px solid greenyellow;
    border-right: 3px solid greenyellow;
    border-radius: 30px;
    display: inline-block;
    padding: 8px;
}


.home{
    width: 100%;
    height: 1100px;
    
    /* padding-top: 130px; 
    
}
.maxhome-width{
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    margin: auto;
    background-image: radial-gradient(#009688,  #08ab9bb8);
    border-radius: 30px;
}


.left{
    
    width: 340px;
    height: 940;
}
.center{
    
    width: 600px;
    height: 940px;
}
.right{
    
    width: 340px;
    height: 940px;
}

.left .bir{
    margin: 10px 10px 10px 10px;
    text-align: center;
    border: greenyellow 3px solid;
    border-radius: 30px;
    font-family: "Ubuntu", sans-serif;
    color: white;
    background-color: #278b81;

}

.left .ikki a:hover{
    color: red;
}

.left .bir h2{
    padding-top: 10px;
}

.left .bir h1{
    border-bottom: 2px solid rgba(55, 54, 54, 0.859);
}
.left .ikki h1{
    border-bottom: 2px solid rgba(55, 54, 54, 0.859);
}
.left .ikki a{
    display: inline-block;
    text-align: start;
    padding: 15px;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: white;
}
.left .ikki{
    border: rgba(0, 128, 0, 0.807) 3px solid;
    border-radius: 30px;
    margin: 15px;
}

.center iframe{
    padding: 10px;
    display: inline;
}
.logo-box{
    width: 600px;
} 