@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

*{
    margin: 0;
    padding: 0;
}
.niat-header{
    /* width: 100%; */
    margin-top: 72px;
    background: #00193F;
    color: #fff;
    padding: 56px 0px;
    padding-left: 81px;
    padding-right: 196px;
}
.niat-header>h1{
    width: 1169px;
    font-size: 40px;
    font-weight: 650;
    font-family: "Figtree", sans-serif;
}
.niat-header>h1>span{
    color: #FFAA00;
}
.niat-main-container{
    display: flex;
    padding-top: 78px;   
    margin-bottom: 140px;
}

.niat-cards{
    height: 420px;
    width: 1063px;
    background: #fff;
    margin-left: 80px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px #00000028;
    padding: 20px;
    font-family: "Figtree", sans-serif;
    margin-bottom: 28px;
}
.niat-cards-chennai{
    height: 450px;
    width: 1063px;
    background: #fff;
    margin-left: 80px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px #00000028;
    padding: 20px;
    font-family: "Figtree", sans-serif;
    margin-bottom: 28px;
}
.niat-adds{
    width: 500px;
    height: 742px;
    background-image:url(/Assests/adds.png);
    background-size: cover;
    margin-right: 80px;
}
.card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header>.college-name{
    font-size: 32px;
    font-weight: 550;
}
.rating{
    font-size: 18px;
    font-weight: 300;
    color: #343434;
}
.rating>span{
    color: #FFAA00;
}
.cards-middle{
    display: flex;
    margin-top: 28px;
}
.cards-middle>img{
    width: 274px;
    margin-right: 20px;
}
.NIAT-info{
    display: flex;
    width: 700px;
    height: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.NIAT-info>.info{
    display: flex;
    /* align-items: baseline; */
    width: 200px;
    font-size: 16px;
    margin-bottom: 18px;
}
.info>i{
    font-size: 18px;
    color: #1A57B4;
    margin-right: 4px;
    margin-top: 1px;
}
.info>p>span{
    color: #646464;
}
.niat-cards>p{
    width: 1023px;
    height: 72px;
    margin-top: 20px;
    font-size: 18px;
    color: #5B5B5B;
}
.action-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.action-container>img{
    margin-top: 51px;
}

.counselling-btn{
        width: 233px;
        height: 40px;
        background: transparent;
        font-size: 16px;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #0F52BA;
        color: #0F52BA;
        font-weight: 400;
        cursor: pointer;
        transition: transform 0.2s;
}
.counselling-btn:active{
    transform: scale(0.95);
}

.counselling-btn>i{
    font-size: 20px;
    margin-right: 10px;

}
.apply-btn{
    width: 177px;
    height: 40px;
    border: none;
    font-size: 16px;
    background: #0F52BA;
    color: #fff;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 48px;
    cursor: pointer;
    transition: transform 0.2s;
}
.apply-btn:active{
    transform: scale(0.95);
}