<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>


body{
    background-color: #f9f9fa !important;
}

.container{
    width: 100% !important;
    max-width: 90%;
}

.university-logo{
    position: absolute;
    top: 10px;
    /* right: 10px; */
    /* width: 200px; */
    left: 2%;
    /* width:45%; */
}

.right-data{
    position: absolute;
    right: 0px;
}

.nav-background{
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.primary-button{
    background-color: #8A1F1B;
    color: #ffffff;
}

.primary-button:hover{
    background-color: #7c1a17;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.1);
    transform: translateY(-2px);
    transition: 0.4s;
}

.navbar-brand img{
    max-width: 150px;
}

.about-text h5, .Notifications-div h5, .heading-class{
    font-size: 20px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-text p, .Notifications-div p{
    font-size: 15px;
    line-height: 1.8;
    color: #6a6c72;
    margin-bottom: 15px;
}

.Notifications-div{
    background-color: #f9f9fa;

}

.notification-list li{
    margin-bottom: 10px;
}

.ebook-row{
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.1);
}

.ebook-row:hover{
    transform: scale(1.02);
    transition: 0.4s;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 4, 20, 0.2);
}

.ebook-row img{
    width: 100%;
    padding: 10px;
}

.ebook-row span{
    padding-left: 10px;
}

.footer{
    padding-top: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #007E76;
    color: #ffffff !important;
}

.footer-right{
    display: flex;
    list-style: none;
    float: right;
}

.footer-right li{
    padding-right: 14px;
}

.footer-right li a{
    color:  #ffffff !important;
    text-decoration: none;
}

.login-button{
    padding:4px 16px;
}


.carousel-caption {
    width: 85%;
}

.carousel-caption h5{
    position: relative;
top: 0px;
right: 30px;
font-size: 32px;
font-weight: 700;
float: right;
width: 500px;
text-align: left;
}


@media screen and (max-width: 767px) {

    .footer .container{
        text-align: center !important;
    }

    .footer-right{
        display: block;
        width: 100%;
        padding: 0px px;
        margin-top: 24px;
    }

}