* {
    margin: 0;
    padding: 0;
    font-family: "Bookman Old Style";
}

.abc {
    background: #eee;
}


.a1 {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 0 30px;
    margin-top: 10px;

    
}


.a2 {
    border-radius: 10px;
    height: 80px;
}

.a3 {
    border: none;
    color: white;
    background: #484848;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}

.b1 {
    padding-top: 10px;
    margin: 150px 100px 10px 100px;
    border-radius: 20px;
    background: white;
}

.bb1 {
    font-size: 40px;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
}

.b {
    display: flex;
}

.b2 {
    width: 50%;
    display: block;
    text-decoration: none;
    color: inherit;
}


.b4 {
    border-radius: 15px;
    margin: 10px;
    background: #eee;
    display: flex;
    transition: 0.3s;
}

.b4:hover {
    background: #bbb;
}

.b5 {
    border-radius: 10px;
    margin: 10px;
    width: 50%;
}

.b6 {
    width: 50%;
    margin: 10px;
}

.b3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.b7 {
    list-style: none;   
}

.b7 li {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.b7 img {
    height: 40px;
}

.b7 p {
    margin-left: 10px;
    font-size: 20px;
}


.c1 {
    max-width: 900px;
    margin: 30px auto;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.c2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.c3 {
    width: 100%;
}

.c4 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #e0e0e0;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.c5, .c6 {
    font-size: 22px;
    font-weight: bold;
}

.c7 {
    display: grid;
    gap: 15px;
}

.c8 {
    background: #abaaaa;
    border-radius: 15px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    transition: 0.3s;
}

.c8:hover {
    transform: scale(1.05);
    background: #b8eeb8;
}

.c9 {
    font-size: 24px;
    font-weight: 600;
}

.c10 {
    font-size: 20px;
    color: #444;
}

.c11 {
    width: 200px;
    height: 45px;
    border: none;
    background: #484848;
    color: white;
    border-radius: 10px;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.c11:hover {
    background: black;
}

.e1{
    margin: 20px;
    border-radius: 10px;
    background: #bbb;
}

.e2{
    width: 80px;
    height: 80px;
}

.e2 p{
    margin: 30px;
    font-size: 40px;
}

.e3{
    width: 50px;
}

.e4{
    text-align: center;
    font-size: 30px;
}

.e5{
    border-radius: 10px;
    background: #aaa;
    display: flex;
}

.e6{
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
}

.e6 p{
    text-decoration: none;
    color: inherit;
    font-size: 30px;
}



@media (max-width: 1000px) {

    .a1{
        padding:10px;
        height: 50px;
    }

    .a2{
        height: 50px;
    }

    .a3{
        padding: 8px 12px;
        font-size: 14px;
    }

    .b1{
        margin: 5px;
        margin-top: 100px;

    }

    .b {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .b2 {
        width: 100%;
    }

    .b4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b5,
    .b6 {
        width: 95%;
    }

    .c6 {
        flex-direction: column;
        align-items: center;
    }

    .c4, .c5 {
        width: 90%;
        height: 50px;
        font-size: 20px;
    }

    .c2 {
        font-size: 24px;
    }

    .c1 {
        margin: 10px;
        padding: 15px;
    }
}
