* {
    margin: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

body {
    margin: 0;
}

.con {
    background-image: url('./rasmlar/image\ 1\ \(5\).png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

header {
    padding: 60px 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

nav p {
    color: white;
    font-size: 18px;
}

section {
    height: 600px;
    display: flex;
    align-items: center;
    padding: 0px 200px;
}

.a {
    width: 500px;
}

.a span {
    color: rgb(255, 174, 0);
}
.a button{
    padding: 10px 30px;
    background-color: black;
    border-radius: 30px;
    color: white;
}
.a h1 {
    color: black;
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    padding: 20px 0px;
}
.b{
    padding: 25px 0px;
}
.matnlar{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.shop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec{
    padding: 40px 200px;
}
.card {
    width: 380px;
    box-shadow: 0px 6px 16px 0px #00000029;
    padding: 20px;
    border-radius: 15px;
}
.card-img{
    width: 100%;
    height: max-content;
    border-radius: 10px;
}
.img-con{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
.img-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.title{
    padding: 10px 0px;
}
.text{
    font-size: 15px;
    font-weight: 700;
    color: #7E7D7A;
    width: 180px;
    padding: 5px 0px;
}
.shop button{
    background-color: #FF902B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:none;
    color: white;
}
