* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    color: #333333;
    font-size: 16px;
    line-height: 135%;
}

.havola {
    color: #d57672;
    margin-right: 10px;
    transition: color 0.4s ease, background-color 0.4s ease-in-out;
}
.havola:hover {
    color: #2c362f;
}

.tepasi {
    display: flex;
    width: 100%;
    padding: 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    align-items: top;
    background-color: #fafafa;
    border-bottom: 2px solid #c0c0c0;
}

.tepasi .ramz {
    width: 30%;
    float: left;
}
.ramz h2 {
    font-weight: 600;
}
.ramz .boshi {
    width: min-content;
}

.tepasi .menyu {
    width: 40%;
    float: left;
}
.havola-menyu {
    padding: 5px;
    background-color: #c8c8c8;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 5px;
}

.tepasi .kirish-kiritish {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 20px;
}


/* asosiy-qism uchun */
.asosiy-qism {
    display: flex;
    width: 80%;
    margin-left: 10%;
}

.asosiy-qism .chap-ustun {
    width: 70%;
    float: left;
    margin-right: 10%;
}

.asosiy-qism .joriy-yangilik {
    width: 80%;
    margin-left: 10%;
    padding: 1%;
    background-color: #f6f6f6;
}

.asosiy-qism .joriy-yangilik img,
.asosiy-qism .yangilik img {
    width: 100%;
}
.asosiy-qism .rasm-uchun {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}
.yangilik-sarlavhasi {
    font-family: Montserrat, sans-serif;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.asosiy-qism .batafsil {
    width: min-content;
    padding: 10px 12px;
    margin-top: 20px;
    background-color: #dc5e4e;
    border-radius: 5px;
    color: #fafafa;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.asosiy-qism .batafsil:hover {
    background-color: #c23f2e;
}

.asosiy-qism .yangilik {
    width: 40%;
    margin-left: 5%;
    padding: 1%;
    float: left;
    background-color: #f6f6f6;
}
/* Qayta aloqa uchun */
.asosiy-qism .maydon,
.matn-maydoni {
    width: 40%;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
}
.matn-maydoni {
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    resize: none;
}
.tugma {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-weight: 500;
    background-color: #ffffff;
    border-color: #6c757d;
    cursor: pointer;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tugma:hover {
    color: #fafafa;
    background-color: #6c757d;
}

.xatolik {
    color: #ff0000;
    font-size: 18px;
    opacity: 0;
    margin-top: 20px;
    transition: opacity 0.4s linear;
}


/* Ong tomon */
.asosiy-qism .ong-ustun {
    width: 20%;
    float: left;
}

.asosiy-qism .rasmlar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
}

.asosiy-qism .rasmlar img {
    width: 100%;
}

/* Pasti */
.pasti {
    display: flex;
    width: 100%;
    padding: 1%;
    align-items: top;
    margin-top: 10px;
    box-sizing: border-box;
    background-color: #fafafa;
    border-top: 2px solid #c0c0c0;
}

.pasti .ijtimoiy {
    width: 50%;
    float: left;
    margin-left: 50px;
}

.tarmoq .ajoyib {
    font-size: 20px;
    color: #1b3e4d;
    margin: 0 10px;
    transition: transform 0.2s, color 0.2s ease-in-out;
}

.tarmoq:hover .ajoyib {
    color: #c51c32;
    transform: translateX(-10%)
}

.pasti .huquqlar {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 18px;
}

/* Bo'sh joy */
.boshliq {
    height: 30vh;
}

/* Telefonga moslashtirish */
@media (max-width : 600px) {
    .tepasi a {
        font-size: 14px;
    }


    .asosiy-qism {
        display: block;
    }
    
    .asosiy-qism .chap-ustun {
        width: 100%;
        margin-right: 0%;
    }

    .asosiy-qism .joriy-yangilik {
        width: 100%;
        margin-left: 0%;
    }

    .asosiy-qism .yangilik {
        width: 80%;
        margin-left: 10%;
    }

    .asosiy-qism .ong-ustun {
        width: 90%;
        margin-top: 25px;
        margin-left: 5%;
    }
}