@font-face {
    font-family: "Georama-Regular";
    src: url("../fonts/georama/Georama-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Georama-SemiBold";
    src: url("../fonts/georama/Georama-SemiBold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Mulish-SemiBold";
    src: url("../fonts/mulish/Mulish-SemiBold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Mulish-Bold";
    src: url("../fonts/mulish/Mulish-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700;
}

.font-georama-regular {
    font-family: "Georama-Regular", sans-serif;
    font-weight: 400;
}

.font-georama-semibold {
    font-family: "Georama-SemiBold", sans-serif;
    font-weight: 600;
}

.font-poppins-regular {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
}

.font-poppins-medium {
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
}

.font-poppins-semibold {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
}

.font-poppins-bold {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.font-mulish-semibold {
    font-family: "Mulish-SemiBold", sans-serif;
    font-weight: 600;
}

.font-mulish-bold {
    font-family: "Mulish-Bold", sans-serif;
    font-weight: 700;
}

.text-dark-1 {
    color: #2B2D42;
}

.text-dark-2 {
    color: #161A1D;
}

.text-red-1 {
    color: #D8394B;
}

.bg-dark-1 {
    background-color: #2B2D42;
}

.bg-red-2 {
    background-color: #FFEEF0;
}

.border-gray-1 {
    border-color: #EDF2F4;
}

.navbar {
    padding: 42px 0;
    display: flex;
    align-items: center;
}

.navbar .dropdown-menu {
    top: 100px;
}

@media screen and (max-width: 1024px) {
    .navbar {
        padding: 24px;
    }

    .navbar .navbar-content {
        padding-top: 16px;
        border-top: 1px solid #EDF2F4;
        background-color: #ffffff;
        top: 85px;
        left: 0;
        width: 100%;
        position: fixed;
        height: calc(100vh - 85px);
    }

    .navbar .navbar-content .nav-item {
        margin-top: 4px;
    }
}

.navbar .nav-item {
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 12px;
}

.navbar .nav-item.active {
    color: #2B2D42;
    border-bottom: 2px solid #D8394B;
}

.donate-table {
    width: 100%;
    max-width: 1248px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
}

@media screen and (max-width: 1024px) {
    .donate-table {
        max-width: 100%;
        margin-top: -30px;
        overflow-x: auto;
        overflow-y: unset;
    }
}

.donate-table-head {
    background: #F7F8FA;
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 4px;
}

.donate-table-head-item {
    padding: 18px 0;
    color: #656565;
}

.donate-table-head-item:nth-child(1) {
    min-width: 200px;
}

.donate-table-head-item:nth-child(2) {
    min-width: 94px;
}

.donate-table-head-item:nth-child(3) {
    min-width: 144px;
}

.donate-table-head-item:nth-child(4) {
    min-width: 170px;
}

.donate-table-head-item:nth-child(5) {
    min-width: 158px;
}

.donate-table-head-item:nth-child(6) {
    min-width: 138px;
}

.donate-table-head-item:nth-child(7) {
    min-width: 254px;
}

.donate-table-points-column {
    width: min-content;
}

.donate-table-body-box {
    padding: 0 4px;
    height: 52px;
    margin-bottom: 4px;
    border: 2px solid transparent;
}

.donate-table-body-box:hover {
    border: 2px solid #FFEEF0;
    border-radius: 12px;
}

.donate-table-body-box:last-child .donate-table-body-box-row {
    border-bottom: none;
}

.donate-table-body-box-row {
    padding: 0 36px;
    border-bottom: 2px solid #F2F2F2;
    display: flex;
    align-items: center;
}

.donate-table-body-box-row-item {
    padding: 14px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.donate-table-body-box-row-item:nth-child(1) {
    max-width: 200px;
    min-width: 200px;
}

.donate-table-body-box-row-item:nth-child(2) {
    max-width: 94px;
    min-width: 94px;
}

.donate-table-body-box-row-item:nth-child(3) {
    max-width: 144px;
    min-width: 144px;
}

.donate-table-body-box-row-item:nth-child(4) {
    max-width: 170px;
    min-width: 170px;
}

.donate-table-body-box-row-item:nth-child(5) {
    max-width: 158px;
    min-width: 158px;
}

.donate-table-body-box-row-item:nth-child(6) {
    max-width: 138px;
    min-width: 138px;
}

.donate-table-body-box-row-item:nth-child(7) {
    max-width: 254px;
    min-width: 254px;
}

.footer-social {
    padding: 52px 0;
    width: 100%;
    background-color: #F7F8FA;
}

@media screen and (max-width: 1024px) {
    .footer-social {
        padding: 32px 16px;
    }
}

@media screen and (min-width: 1024px) {
    .lg\:rounded-4xl {
        border-radius: 2rem;
    }

    .main-page-buttons .main-page-button {
        margin-right: 20px !important;
    }
}

.head-content {
    height: 406px;
    max-width: 1620px;
    background: linear-gradient(0deg, #F6F9FC, #F6F9FC), #F7F8FA;
}

.head-content .description {
    max-width: 794px;
    margin-top: 42px;
}

.foundation-head-content {
    padding: 90px;
    height: auto;
}

.foundation-logo {
    width: 180px;
    height: 180px;
}

.foundation-name {
    font-size: 32px;
}

.foundation-head-content .description {
    margin-top: 4px;
    font-size: 24px;
}

.foundation-head-content .action button {
    font-size: 18px;
}

.foundation-attributes {
    margin-top: 16px;
    font-size: 16px;
}

.foundation-attributes .attribute {
    padding: 10px 16px;
    border-radius: 12px;
    margin-right: 24px;
}

.foundation-attributes .foundation-area {
    background: rgba(194, 219, 255, 0.6);
    color: #2B2D42;
}

.foundation-attributes .foundation-website {
    background: #FFF5E3;
    color: #E29D2A;
}

.foundation-attributes .foundation-donor {
    background: #FFEEF0;
    color: #D8394B;
}

@media screen and (max-width: 1024px) {
    .head-content .description {
        margin-top: 24px;
    }
}

/*# sourceMappingURL=main.css.map */

/* Components Style */

.count-container {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    width: 329px;
    height: 163px;
    padding: 5px;
}

.count-container .count {
    font-size: 48px;
    line-height: 46px;
    letter-spacing: 0.005em;
    color: #2B2D42;
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.count-container .count-information {
    background: #F7F8FA;
    border-radius: 0 0 12px 12px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.005em;
    color: #656565;
    padding: 19px 0;
}

/* Components Style End */

/* General Modal */
.modal-content {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.modal-content .modal-header {
    background: #F7F8FA;
    border-radius: 12px 12px 0 0;
    padding: 19px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.005em;
    color: #656565;
}
/* General Modal End */

/* Pagination */
.order-table-pagination {
    color: #999999;
    margin-top: 20px;
    font-size: 18px;
    line-height: 27px;
}

.order-table-pagination a:hover {
    text-decoration: none;
    color: #656565;
}

.pagination {
    color: #999999;
    margin-top: 20px;
    font-size: 18px;
    line-height: 27px;
}

.page-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    width: 55px;
    background: #F7F8FA;
    border-bottom: 3px solid transparent;
    color: #999999;
}

.current-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F7F8FA;
    border-radius: 8px;
}

.current-list .current-list-page-item {
    padding: 10px 12px;
}

.current-list .current-list-page-item:first-child,
.current-list-page-item:last-child {
    padding: 10px 24px;
}

.page-active-item {
    color: #656565;
    border-bottom: 2px solid #656565 !important;
}

/* Pagination End */
