/*  Hero Section  */
.hero .container {
    max-width: 1500px;
}

.hero {
    position: relative;
}

.hero .card-hero {
    padding: 70px 0;
    text-align: center;
}

.hero.filter .card-hero {
    padding: 250px 0;
}

.hero .card-hero .hero-body {
    position: relative;
    z-index: 2;
}

.hero .card-hero .hero-body a {
    padding: 11px 37px;
}

.hero h1.title {
    text-transform: capitalize;
    font-weight: 500;
    position: absolute;
    top: 260px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 65px;

}

.hero .card-hero .hero-body p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.hero.filter .card-hero .hero-body p {
    font-weight: bold;
    font-size: 19px;
}

.hero img:not(.hero-logo) {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    z-index: 0;
    object-fit: cover;
    padding: 0;
}


/**/
.hero .card-hero img:not(.hero-logo) {
    position: absolute;
}

.hero.filter img:not(.hero-logo) {
    height: 600px;
}

.hero .card-hero .hero-body .hero-logo {
    width: 300px;
    border-radius: 11px;
    margin-bottom: 30px;
}

.hero .overflow {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    z-index: 1;
    background: #0000009c;
}


/**/


.hero .card-hero .overflow {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 600px;
    z-index: 1;
    background: #0000009c;
}

.hero.filter h1 {
    color: #fff;
}

.hero.filter .card-hero .hero-body p {
    color: #fff;
}

.hero.filter .overflow {
    height: 600px;
}

/*  Hero Section  */

/*  School Details Section  */
.school-details {
    margin-top: 80px;
}

.school-details .header h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 42px;

}

.school-details .data-table {
    margin-bottom: 60px;
}

/*  School Details Section  */


/*  NavBar Section  */
header .navbar.navbar-list {
    top: 72px;
}

header .navbar:not(.navbar-list) {
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
}

/*  NavBar Section  */

/* table design */
.data-table {
    margin-top: 10px;
    border-radius: var(--border-radios-card);
    position: relative;
    padding: 0;
    box-shadow: var(--shadow);
    overflow: auto;
}

.data-table .table {
    margin: 0;
    text-align: left;
}

.data-table header .btn-reload {
    margin-right: 15px;
}

.data-table tr td {
    padding: 17px 14px;
    font-size: 16px;
}

.table-link {
    cursor: pointer;
}

.table tr:hover {
    background-color: var(--color-hover);
}

.table > :not(:last-child) > :last-child > * {
    padding: 22px 18px;
    font-size: 16px;
    border-bottom: 2px solid var(--app-color);
    text-transform: capitalize;
}

.data-table footer {
    padding: 20px 11px;
    text-align: right;
}

.data-table footer .more-data span {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

/* table design */

/* Detail Section*/
.detail {
    margin-top: 100px;
}

.detail .header h1 {
    text-align: center;
    margin-bottom: 30px;
}

.detail .data-table {
    margin-bottom: 40px;
}

.detail.details3 .header h1 {
    text-align: left;
}

.school-details .header h6 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 18px;
}

.detail.details3 .details3-list ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.school-details .img-table {
    width: 100px;
    border-radius: 10px;
}

/* Detail Section*/

/* Rank Global */
.rank-global .rank-global-card {
    text-align: center;
}

.rank-global .rank-global-card h1 {
    margin-bottom: 20px;
}

.rank-global .rank-global-card h6 {
    margin-bottom: 13px;
}

.rank-global .rank-global-card p {
    color: #00000075;
    margin-bottom: 35px;
}

.rank-global .rank-global-card a {
    padding: 12px 23px;
}

/* Rank Global*/
/* college cards */
.college-cards .header {
    text-align: center;
    margin-bottom: 30px;
}

.college-cards .up-card a {
    text-decoration: none;
    color: #000;
}

.college-cards .card {
    position: relative;
    box-shadow: var(--shadow);
    overflow: hidden;
    margin-bottom: 30px;
}

.college-cards .card .year-founded {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 3px 22px;
    left: 0;
    top: 0;
}

.college-cards .card .card-img img {
    width: 100%;
    max-height: 273px;
    object-fit: cover;
}

.college-cards .card .card-body {
    padding: 13px 10px;
    min-height: 155px;
}

.college-cards .card .card-body .college-name {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 13px;
}

.college-cards .card .card-body .des {
    font-size: 14px;
    color: #000000b0;
    margin-bottom: 5px;
}

/* college cards */

header .navbar:not(.navbar-list) .navbar-nav .nav-item:nth-child(4) .nav-link {
    background: #000;
    color: #fff;
}