@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

:root {
    --primary-color: #f60934;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

.heading {
    text-align: center;
}

.heading h2 {
    font-size: 2rem;
}

.heading span {
    color: var(--primary-color);
}

.heading-two {
    text-align: start;
}

.heading-two h2 {
    font-size: 2rem;
}

.heading-two span {
    color: var(--primary-color);
}

.p-50 {
    padding: 50px 0px 50px 0px !important;
}

.p-10 {
    padding-left: 35px;
}

.mobile-menu {
    display: none;
}

.c-mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    width: 100%;
    background-color: #ffffff;
    padding: 7px 20px;
}

.menu-content {
    display: none;
}


.c-topNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #262a2b;
    padding: 3px 20px;
    color: white;
    font-size: 14px;
}

.c-logo {
    min-height: 50px;
}

.c-hamburger {
    display: none;
}

.c-hamburgerIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-hamburger-menu-content {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}



.c-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
}

.c-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 15px;
}

.c-nav ul li {
    margin-right: 20px;
}

.c-nav ul li a {
    text-decoration: none;
    color: #181717;
    font-weight: bold;
}



.c-donationButton {
    padding: 8px 12px 10px 14px !important;
    background: linear-gradient(45deg, #f60934, #f60934f6) !important;
    color: white !important;
    font-weight: 400 !important;
    /* border: 1 solid #646363b6; */

}

.c-logo-text {
    color: #f60934;
    font-size: 38px;

}

.c-donationButton {
    /* Resetting styles to zero */
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
}