@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn-primary {
    background: #ee3124!important;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ee3124;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #ee3124 !important;
    color: #fff !important;
    border: 1px solid #ee3124 !important;
}

.btn-primary:hover {
    background: #fff;
    color: #ee3124;
    border: 1px solid #ee3124;
}

.btn-secondary {
    background: transparent;
    color: #ee3124;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    border: 0;
}

.btn-secondary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: transparent !important;
    color: #ee3124 !important;
}

.navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1.4rem 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2b2b2b;
}

.navbar-nav .nav-item .nav-link.active {
    color: #ee3124;
    font-weight: 600;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #3a3737;
    margin: 5px;
    transition: all 0.3s ease;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.navbar-toggle {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.links {
    color: #ee3124;
    font-weight: 700;
}

.min-container {
    min-height: 60vh;
}

/* Index */
.hero-section-slider h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.hero-section-slider p {
    font-size: 1.2rem;
}

/* Footer */
footer {
    background: #2b2b2b;
    color: #fff;
}

footer span {
    font-size: 16px;
    font-weight: 300;
}

.social-icons i {
    font-size: 20px;
}

.blood-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.svg-wrapper {
    position: relative;
    /* Make this wrapper relative so the absolute positioning of the text works */
    width: fit-content;
    /* Size to fit the SVG exactly */
}

.svg-text {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the text vertically and horizontally */
    text-align: center;
}

.carousel-indicators button {
    background-color: #ee3124 !important;
}

.news-sidebar {
    background-color: rgba(239, 228, 238, 0.2);
    padding: 20px;
}

.socials i {
    cursor: pointer;
}

.banner {
    background-image: url('/front/images/volunteers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    position: relative;
    background-position: center
}

.banner::before {
    background: rgba(28, 28, 28, 0.78);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-text {
    color: white;
    top: 50%;
    left: 16%;
    font-weight: 700;
}

p.hightlight {
    font-weight: 800;
    color: #555;

}

.para>p {
    font-size: 18px;
    line-height: 32px;
}

.links p {
    color: #ee3124;
    cursor: pointer;
    font-weight: 500;

}

table,
td,
th {
    border: 1px solid black;
    border-collapse: collapse;
    width:80%;
}

td,
th {
    text-align: left;
    padding: 8px;
}
.eligibility > ul > li{
    color:#555;
    font-size:18px;
    margin-bottom:0.75rem;
    font-weight:550;
}
.eligibility > ul > li::marker{
    color:#ee3124;
}
.text-wrap p{
    color:#555;
    font-size:18px;
    font-weight:500;
}
.company > h4{
    font-weight:550;
}
.sidebar-donate{
    background-color:#f78d8e ;
    padding:25px;
    height:80%;
}
.carousel-item{
    min-height: 600px;
}
