body{
    margin: 0;
}

header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ea9c36;
    box-shadow: inset 0 0 10px #000000;
    font-family: sans-serif;
    z-index: 1;
}

main{
    margin: 0;
    background: #e4bf8e;
    height: 100vh;
    font-family: sans-serif;
}

form{
    background: #deae6f;
    position: fixed;
    top: 10%;
    right: 85%;
    left: 0;
    bottom: 0;
    font-family: sans-serif;
    padding: 5px;
}

.M, .a, .i, .n, .l, .r{
    background: none;
    font-size: 30px;
    border: none;
    margin-top: 50px;
    font-family: sans-serif;
    border-bottom: 2px solid black;
}

.adiv{
    display: flex;
    gap: 100px;
}

a{
    text-decoration: none;
    color: #474747;
}

a:focus{
    color: red;
}

#icon1, #icon2{
    font-size: 30px;
}

.Search{
    position: relative;
    bottom: 25px;
    background: none;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #000000;
}

.inp{
    position: relative;
    bottom: 25px;
    background: none;
    font-size: 20px;
    border: none;
    color: #000000;
    border-bottom: 2px solid #000000;
    z-index: 1;
}

.katta{
    width: 1000px;
    margin-left: 300px;
    padding: 120px 80px;
}

footer{
    background-color: #000000;
    color: #ffff;
    width: 1287px;
    margin-left: 210px;
    font-family: sans-serif;
    padding: 30px 30px 30px 140px;
}

.rasm{
    display: flex;
    gap: 100px;
}

img{
    border-radius: 50%;
    width: 100px;
}

.h{
    color: white;
}

.sayt{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
}

.div{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e4bf8e;
}

.card{
    position: relative;
    left: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 400px;
    transition: transform 0.3s ease;
    margin: 10px;
    border: 2px solid #007bff;
    box-sizing: border-box;
}

.card:hover{
    transform: scale(1.05);
}

select {
    padding: 10px;
    border: 1px solid #ccc;
    border-end-end-radius: 5px;
    border-top-right-radius: 5px;
    width: 100;
    box-sizing: border-box;
}

select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#uzs {
    font-weight: bold;
    color: #007bff;
}

#usd {
    font-weight: bold;
    color: #28a745;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

.div1, .div2 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.val {
    padding: 15px;
    border: 1px solid #ccc;
    border-start-start-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.val:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#icon {
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
    rotate: 90deg;
}

#icon:hover{
    color: #000000;
}

.hidden{
    display: none;
}

.narxi, .nomer, .nomi{
    width: 200px;
    height: 40px;
    background-color: #e4bf8e;
    color: white;
    border: none;
    border-bottom: 2px solid #474747;
    font-size: 20px;
    margin-top: 50px;
}

.x{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #e4bf8e;
    border: none;
    font-size: 30px;
    transition: all 200ms;
}

.x:hover{
    background: red;
}

.ol{
    background-color: #dea860;
    font-size: 30px;
    padding: 20px;
    display: flex;
    gap: 100px;
    height: 70px;
    align-items: center;
    border-radius: 5px;
}