@import "components/header.css";
@import "components/slider.css";
@import "components/footer.css";
@import "components/accordion.css";
@import "pages/event.css";
@import "pages/team.css";
@import "pages/bibliography.css";
@import "pages/blog.css";
@import "pages/research.css";
@import "pages/archive.css";
@import "pages/archive-toolkit.css";
@import "mobile.css";

body {
    font-family: Poppins, sans-serif;
    color: #2A2A2A;
}

body.home {
    background: url("../../assets/images/bg.png");
}


.bg-white {
    background-color: #fff;
}

#breadcrumb {
    display: flex;
    align-items: center;
    background: url("./../../assets/images/breadcrumb.png") center no-repeat;
    background-size: cover;
    min-height: 140px;
}

#breadcrumb label {
    font-size: 34px;
    font-weight: bold;
}

#breadcrumb ul {
    list-style-type: none;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0;
}

#breadcrumb ul li:not(:last-child):after {
    content: '';
    background: url("./../../assets/images/slider_next.png");
    background-size: contain;
    background-position: right;
    width: 50px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}

#breadcrumb ul li:first-child {
    font-size: 34px;
    font-weight: bold;
}

#breadcrumb ul li:not(:first-child) {
    font-size: 20px;
    font-weight: 400;
}

p {
    color: #2A2A2A;
    font-size: 20px;
    font-weight: 300;
}


.logo {
    width: 100%;
    max-width: 50px;
    height: 50px;
    background-color: #c2185b; /* Red color for the logo */
}


.purple-button {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    background: #6C2383;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 32px;
    border-radius: 100px;
    text-decoration: none;
}


.purple-button:after {
    content: '';
    background: url("./../../assets/images/slider_next.png");
    background-size: contain;
    background-position: right;
    width: 65px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}


.yellow-button {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    background: #FFD500;
    color: #2A2A2A;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 32px;
    border-radius: 100px;
    text-decoration: none;
}

.yellow-button:after {
    content: '';
    background: url("./../../assets/images/slider_next.png");
    background-size: contain;
    background-position: right;
    width: 65px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}


ul li {
    font-weight: 300;
    font-size: 20px;
}
