* {
    margin: 0;
    padding: 0;
    font-family: 'Yantramanav', sans-serif;
}

.admission-rama {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.admission-left {
    height: 830px;
    width: 100%;
    background: #012758;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 66% 100%);
}

/* .admission-right {
    height: 760px;
    width: 100%;
    background: #f0f2f3;
    position: absolute;
    transform: rotate(180deg);
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 66% 100%);
} */

.inner-admission {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    margin: 2.5% auto;
    position: absolute;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-admission {
    margin: 30px;
}

.admission {
    font-size: 25px;
    font-weight: 700;
    word-spacing: 3px;
}

.admission span {
    color: #012758;
}

.table {
    margin: 3% 0%;
}

.table table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.table table .tr{
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.table table .tr{
    border: none;
}

.table table th {
    padding: 14px 0;

    background: #012758;
    color: white;
       border: none;
    text-align: center;
}

.table table td {
    padding: 17px 5px;
    text-align: center;
    font-weight: 550;
       border: none;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
   
}
.roma_boy{
    width: 100%;
}

@media(max-width:1111px){
   .roma_boy{
    height: 140px;
   }
}

@media(max-width:1024px){
    .inner-admission {
        width: 95%;
    }
}


@media(max-width:768px){
    .admission-left, .admission-right {
        height: 600px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .roma_boy{
    height: 330px;
   }
}


@media(max-width:600px){
    .main-admission {
        margin: 20px;
    }

    table th, table td {
        font-size: 14px;
        padding: 12px 4px;
    }

    .admission {
        font-size: 20px;
    }
}


@media(max-width:425px){
    .inner-admission {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    table th, table td {
            gap: 7px;
        font-size: 12px;
        padding: 10px 2px;
    }

    .admission {
        font-size: 18px;
        text-align: center;
    }
}


@media(max-width:375px){
    .admission {
        font-size: 16px;
    }

    table th, table td {
        font-size: 11px;
            gap: 7px;
    }
}
@media(max-width:320px){
    .admission {
        font-size: 14px;
    }

    table th, table td {
        font-size: 10px;
            gap: 10px;
    }
}
