/*added by kshitij mehta*/
.caretmobile {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    /*margin-left: 60% !important*/
}

.caretmobileCollapse {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 60% !important
}

#menuItems:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding-left: 37px !important;
    padding-bottom: 5px !important;
    /*text-decoration: underline !important;*/
    line-height: 44px;
    font-size: 18px !important;
    font-weight: 600;
}

    .dropdown-item:hover {
        text-decoration: underline;
    }

.dropdown-item-Mobile {
    padding-left: 44px !important;
    padding-bottom: 5px !important;
    text-decoration: underline !important;
    line-height: 28px;
}

.menu__item dropdown-item {
    padding-bottom: 5px !important;
}

.dropdown-menu {
    padding: 0;
    margin: 0 0 0 0;
    width: 205px !important;
    border: 0;
}

.row-margin {
    margin-top: 20px;
}

.row-margin-large {
    margin-top: 60px;
}

.pay-message {
    color: green;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px !important;
    /*    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 50%;*/
    margin: auto;
}

.required {
    color: red;
}

/*  Notifications*/
/*  ----------------------------------------- */

.k-widget.k-notification.k-notification-success {
    background-color: #ffea00;
    color: #000000;
    border-color: #ffbb00;
}

.success-notification {
    width: 1000px;
}

    .success-notification td {
        padding: 15px;
    }

.error-notification {
    width: 1000px;
}

    .error-notification td {
        padding: 15px;
    }
/*  ----------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
    color: #7a7a7a;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.list-group li {
    margin-left: 40px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
    color: #7a7a7a !important;
    list-style-type: disc !important;
}

.list-group .indented {
    margin-left: 100px !important;
    list-style-type: circle !important;
}

button {
    font-family: "Poppins", sans-serif;
    outline: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    button.primary {
        background-color: #3071a9;
        font-size: 19px;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
        padding: 10px 45px;
        width: fit-content;
    }

    button.primary-small {
        background-color: #3071a9;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        font-weight: 400;
        padding: 8px 25px;
        min-width: 120px;
    }

    button.default {
        font-size: 19px;
        line-height: 30px;
        color: #000000;
        font-weight: 500;
        padding: 10px 45px;
        width: fit-content;
    }



    button.rounder {
        border-radius: 25px;
    }

    button.yellow {
        background-color: #ffed00;
        color: #000000;
        font-size: 18px;
    }

    button:disabled,
    button[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }

h1 {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #000000;
}

.main-content {
    border-top: 1px solid #EBEBEB;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.main-content-footer {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
}


.container {
    padding: 0 80px;
    /*max-width: 1600px;*/
    margin: 0 auto;
}

.bread-crumb {
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

    .bread-crumb a {
        text-decoration: underline;
        color: #3F87C4;
    }

div.scroll {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

/*Registration Item*/
/*--------------------------------------------*/

.registration-text {
    height: 150px;
}
.registration-item {
    height: 340px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

    .registration-item button {
        margin-bottom: 50px;
    }

.registration-content {
    padding-left: 30px;
    padding-right: 30px;
}

.registration-item-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.registration-item-text {
    margin-top: 30px;
    height: 150px;
    color: #7a7a7a;
}

/*RESOURCE PAGE*/
/*--------------------------------------------*/

.resourceview-item-category {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;
    height: 50px;
}

.resourceview-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    height: 750px;
}

    .resourceview-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .resourceview-item button {
        margin-bottom: 50px;
    }

.resourceview-content {
    padding-left: 30px;
    padding-right: 30px;
}

.resourceview-item-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.resourceview-item-text {
    margin-top: 30px;
    height: 150px;
    color: #7a7a7a;
}


/*NEWS PAGE*/
/*--------------------------------------------*/

.news-header .section-newform {
    display: flex;
    gap: 16px;
    row-gap: 24px;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
    margin: 0 auto;
}

.news-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 860px;
}

    .news-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /*max-height: 300px;*/
    }

    .news-item button {
        margin-bottom: 20px;
    }

.news-content {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.news-item-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.news-item-date {
    font-size: 18px;
    margin-top: 10px;
    color: #7a7a7a;
    line-height: 30px;
}

.news-item-text {
    font-size: 24px;
    margin-top: 30px;
    color: #7a7a7a;
}

.news-button {
    background-color: #FFD700;
    height: 30px;
    padding: 6px 18px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: fit-content;
    pointer-events: none !important;
}


.news-bottom-row {
    bottom: 0;
    position: absolute;
}

.news-bottom-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
}


/*EVENTS PAGE*/
/*--------------------------------------------*/

.event-item-category {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;
    height: 25px;
}

.event-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    height: 800px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

    .event-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.event-content {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.event-item-date {
    font-size: 20px;
    font-weight: 400;
}

.event-item-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}

.event-view-panel {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 20px 20px;
    min-height: 180px;
    margin-bottom: 40px;
}

    .event-view-panel a {
        text-decoration: underline;
        color: #3F87C4;
    }

.event-view-title {
    font-size: 46px;
    line-height: 48px;
    margin: 16px 0;
    font-weight: 800;
    margin-bottom: 40px;
}

.event-child-header {
    text-decoration: underline;
    text-transform: none !important;
    font-size: 26px;
}

.event-booked {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 25px;
    background-color: green;
}

.event-terms p {
    font-size: 11px;
}

/*NEWS & EVENTS PAGE*/
/*--------------------------------------------*/


.news-events-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 700px;
}

    .news-events-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /*max-height: 300px;*/
    }

    .news-events-item button {
        margin-bottom: 20px;
    }

.news-events-content {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.news-events-item-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.news-events-item-text {
    font-size: 24px;
    margin-top: 30px;
    color: #7a7a7a;
}

/*CONNECT LANDING PAGE*/
/*--------------------------------------------*/

.connect-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 860px;
}

    .connect-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /*max-height: 300px;*/
    }

    .connect-item button {
        margin-bottom: 20px;
    }

.connect-content {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.connect-item-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.connect-item-text {
    font-size: 24px;
    margin-top: 30px;
    color: #7a7a7a;
}

/*SOCIAL MEDIA PAGE*/
/*--------------------------------------------*/


.social-media-item {
    border-radius: 20px;
    box-shadow: 3.86px 1.04px 49px rgba(0, 0, 0, 7%);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: auto !important;
}

    .social-media-item img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .social-media-item button {
        margin-bottom: 20px;
    }

.social-media-content {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.social-media-item-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.social-media-item-text {
    font-size: 24px;
    margin-top: 30px;
    color: #7a7a7a;
    min-height: 250px !important;
}

/*--------------------------------------------*/

/*FILTER*/

.box-filter {
    margin-top: 20px;
    margin-right: 50px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 20px 20px;
}

.box-filter-title {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-left: 0px !important;
}

.box-filter-row {
    min-height: 30px;
}

.box-filter img {
    float: right;
    margin-left: auto;
}

.box-filter hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}



.k-checkbox:checked + .k-checkbox-label:after {
    background-color: #ffd700 !important;
    border-color: #ffd700 !important;
    color: #000000;
}

.k-checkbox-label {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: normal;
}

/*--------------------------------------------*/

.validation-error {
    color: red;
    font-size: 14px;
}

.mvc-grid-large {
    color: #444444;
    font-size: 14px;
    margin-top: 10px;
}

.mvc-grid {
    color: #444444;
    font-size: 12px;
    margin-top: 10px;
}

.btn-xs {
    width: 18px;
}

.btn-grid {
    width: 60px;
}

.form-label {
    text-align: left;
    padding-right: 25px;
}

.data-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hidden-element {
    display: none;
}

.modal-header {
    border-bottom: none !important;
}

.message {
    color: blue;
}

.message-small {
    color: blue;
    font-size: 11px;
}

.title-content {
    font-size: 46px;
    line-height: 48px;
    margin: 16px 0;
    font-weight: 800;
    margin-bottom: 40px;
}



.child-header {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    text-transform: none !important;
}


/*-------------------------------------------------------------------*/
.sidebar {
    background-color: #000000;
    padding: 4px;
}

    .sidebar p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 34px;
        font-weight: 500;
        margin: 0;
    }

/* introduce-section-css */

.section-introduce .section-introduce-main {
    display: flex;
    column-gap: 60px;
}

.section-introduce-main .content {
    flex: 1;
    min-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .section-introduce-main .content .sub-title {
        color: #3a7fbb;
    }

.section-introduce-main .title-content {
    font-size: 40px;
    line-height: 48px;
    margin: 16px 0;
    font-weight: 800;
}

.section-introduce-main .content .text-content {
    color: #7a7a7a;
    margin-bottom: 24px;
}

.section-introduce-main .image {
    flex: 2;
    overflow: hidden;
}

    .section-introduce-main .image img {
        width: 100%;
        object-fit: cover;
    }

    .section-introduce-main .image div {
        background-image: url("~/img/getty_image_01.png");
    }

.section-introduce .sub-content {
    margin-top: 40px;
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
}

.section-introduce .sub-content-item {
    text-align: center;
    max-width: 330px;
}

    .section-introduce .sub-content-item:nth-child(2) {
        text-align: center;
        max-width: 330px;
    }

    .section-introduce .sub-content-item p {
        margin-top: 32px;
        font-size: 20px;
        line-height: 30px;
    }

/* section new form css */

.section-newform {
    position: relative;
    margin-top: 24px;
}

#section h1 span:first-child {
    display: block;
}

.section-newform-bg {
    background-color: #f9f9f9;
    position: absolute;
    width: 100vw;
    height: 60%;
}

    .section-newform-bg img {
        position: absolute;
        right: 0;
        top: -80px;
    }

.section-newform_title {
    padding-top: 60px;
    position: relative;
}

    .section-newform_title h1 {
        font-size: 48px;
        line-height: 60px;
    }

.section-newform-item {
    flex: 1;
    padding-right: 50px;
    margin-top: 40px;
}

.section-newform_title .text-yellow {
    color: #f7ea02;
}

.section-newform-menu {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 36px 0 52px;
    max-width: 1500px;
}

.section-newform button {
    background-color: #ebebeb;
    padding: 0 22px;
    border-radius: 18.5px;
    font-size: 18px;
    line-height: 37px;
    color: #323232;
    margin-left: 10px;
    margin-right: 10px;
}

.section-newform-selected {
    background-color: #111111 !important;
    color: #ffffff !important;
}


.section-newform-list {
    position: relative;
    display: flex;
    gap: 18px;
}

.section-newform-item img {
    width: 100%;
    border-radius: 5%;
    max-height: 485px;
    object-fit: contain;
}

.section-newform-item button {
    background-color: #ffd700;
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0 25px;
}

.section-newform-item p {
    font-size: 30px;
    line-height: 34px;
    color: #3a3a3a;
    font-weight: 600;
}



/* section resource css*/

.section-resource {
    margin-top: 60px;
    padding-top: 40px;
}

    .section-resource h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 50px;
    }

.resource-item {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 22px 44px 22px 32px;
    display: flex;
    gap: 60px;
    margin-bottom: 24px;
}

    .resource-item .image-bug {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(30%, -60%);
    }

    .resource-item:last-child > img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-50%, 50%);
    }

.resource-item-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 50%;
}

.resource-item-image {
    min-width: 40%;
}

    .resource-item-image img {
        border-radius: 5%;
    }

    .resource-item-image img {
        max-width: 100%;
    }

.resource-item-content h2 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 16px;
    font-weight: 500;
}

.resource-item-content p {
    font-size: 20px;
    line-height: 30px;
    color: #8b8b8b;
    margin-bottom: 24px;
}

/* section training css */

.section-training-item {
    background-color: #fff;
    padding-top: 0;
}

/* section incredible css */

.section-incredible {
    margin-top: 120px;
}

.incredible-item {
    display: flex;
    gap: 60px;
}

    .incredible-item h1 {
        font-size: 48px;
        line-height: 55px;
    }

.incredible-item-content {
    min-width: 36%;
    width: 36%;
}

    .incredible-item-content button {
        font-size: 22px;
        height: 55px;
    }

.incredible-item-image {
    display: flex;
    row-gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 16px;
    max-width: calc(64% - 60px);
}

.our-partners-img {
    flex: 0 0 33.3%;
    max-width: 30%;
    height: fit-content;
}

    .our-partners-img img {
        max-width: 100%;
        width: 100%;
    }

.incredible-item-content p {
    margin-top: 16px;
    margin-bottom: 24px;
}

.incredible-item .image-container {
    width: 286px;
    height: 116px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .incredible-item .image-container.bounce {
        width: 256px;
    }

    .incredible-item .image-container.ndia {
        width: 256px;
        height: 126px;
    }

/* section donate css*/

.section-donate {
    background-color: #ffed00;
    position: relative;
    padding: 90px 0;
}

.section-donate-bug {
    position: absolute;
    right: -24px;
    top: 0;
    transform: translateY(-50px);
}

.section-donate h1 {
    font-size: 48px;
    line-height: 55px;
    /*max-width: 35%;*/
    margin-bottom: 48px;
    font-weight: 600;
}

.section-donate button {
    margin-top: 20px;
}

.section-donate-list {
    display: flex;
    width: 100%;
    align-items: center;
}

.section-donate-item {
    flex: 1;
    background-image: url("/img/donate_1.png");
    background-repeat: no-repeat;
    height: 400px;
    width: 477px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    background-size: cover;
}


.section-donate-item.center {
    flex: 1.1;
    background-image: url("/img/donate_2.png");
    height: 450px;
    width: 530px;
    color: #fff;
}

    .section-donate-item.center p {
        color: #ffffff;
    }

.section-donate-item p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.section-donate-item button {
    padding: 10px 37px;
}

/* footer css */

footer {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 80px;
}

.footer-bug-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-content {
    display: flex;
    gap: 80px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-right-top {
    display: flex;
    justify-content: space-between;
}

    .footer-right-top h2 {
        font-size: 30px;
        line-height: 55px;
        font-weight: 500;
        margin-bottom: 18px;
    }

    .footer-right-top .box-search {
        height: 77px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 16px 16px 24px;
        border-radius: 30px;
        background-color: #fff;
        width: 556px;
    }

        .footer-right-top .box-search button {
            font-size: 24px;
        }

#footer .footer-right-top input {
    border: none;
    outline: none;
    font-size: 18px;
}

.footer-center ul {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 36px 0;
    font-size: 18px;
    line-height: 34px;
    list-style-type: none;
}

.footer-center p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    color: #404040;
}

    .footer-center p:last-child {
        margin: 0;
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 16px;
}

    .footer-bottom p {
        font-size: 20px;
        line-height: 34px;
    }

.overflow {
    padding-top: 100px;
    overflow: hidden;
}


@media (max-width: 1700px) {
    .section-introduce-main .content {
        min-width: 35%;
    }

    header .header-content .header-menu ul li {
        padding: 0 30px;
    }
}

@media (max-width: 1599px) {
    .container {
        padding: 0 48px;
    }

    .section-donate-bug img,
    .section-newform-bg img {
        width: 200px;
    }

    .section-donate-item h1,
    .section-donate-item p {
        margin-bottom: 0;
    }

    .section-donate-item {
        padding-top: 24px;
        gap: 24px;
        background-size: contain;
    }

    .incredible-item-content {
        min-width: 40%;
    }

    .incredible-item-image {
        row-gap: 0;
    }
}

@media (max-width: 1440px) {
    #section h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .section-introduce-main .content {
        min-width: 40%;
    }

    .sidebar p {
        font-size: 14px;
        line-height: 24px;
    }

    #section p {
        font-size: 16px;
        line-height: 24px;
    }

    #section h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .overflow {
        padding-top: 60px;
    }

    .section-newform-item p {
        font-size: 22px;
        line-height: 32px;
    }

    .section-donate h1 {
        max-width: 100%;
    }

    .section-donate {
        padding: 50px 0;
    }

    .section-donate-item {
        gap: 8px;
        height: 300px;
        background-size: cover;
    }

        .section-donate-item.center {
            height: 350px;
        }

    header .header-content .header-menu ul li {
        padding: 0 16px;
        line-height: 28px;
    }



    .section-newform-bg img {
        width: 140px;
    }

    .section-resource {
        margin-top: 24px;
    }

    .section-introduce .sub-content {
        margin-top: 50px;
        padding: 0 32px;
    }

    .resource-item > img {
        width: 80px;
    }

    .section-training {
        margin-top: 0;
    }

    .section-incredible {
        margin-top: 48px;
    }

    .footer-right-top h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .footer-right-top {
        gap: 24px;
    }

    .footer-center ul {
        column-gap: 24px;
        flex-wrap: wrap;
        margin: 24px 0 16px 0;
        justify-content: flex-start;
    }

    .footer-right-top .box-search {
        max-width: 100%;
        width: auto;
    }

    .footer-section:last-child {
        display: flex;
        flex-direction: column;
    }

    .social-image {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .footer-bug-image img {
        width: 600px;
    }
}

@media (max-width: 1223px) {
    .container {
        padding: 0 32px;
    }

    .main-content {
        padding-left: 32px;
        padding-right: 32px;
    }

    .main-content-footer {
        padding-left: 32px;
        padding-right: 32px;
    }

    header .header-content .header-menu ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .header-content .btn {
        height: 38px;
        font-size: 16px;
    }

    .footer-content {
        gap: 42px;
    }

    #section .section-introduce .sub-content-item p {
        margin-top: 16px;
        font-size: 14px;
    }

    .section-introduce .sub-content {
        padding: 0 16px;
        column-gap: 16px;
    }

    .section-newform-bg img {
        width: 100px;
    }

    .section-donate-bug img {
        width: 140px;
    }

    .section-donate-item {
        height: 270px;
        background-size: cover;
        padding: 0 32px;
        padding-top: 24px;
    }

        .section-donate-item.center {
            height: 300px;
        }

        .section-donate-item button {
            padding: 8px 24px;
            font-size: 14px;
            line-height: 20px;
        }

    .section-donate .section-donate-item h1 {
        margin-bottom: 0;
    }

    .section-donate-item p {
        margin-bottom: 8px;
    }

    .footer-right-top .box-search {
        height: 50px;
        padding: 8px 16px 8px 24px;
    }

        .footer-right-top .box-search button {
            font-size: 16px;
            padding: 6px 24px;
        }

    .footer-left .logo img {
        width: 250px;
    }

    .footer-bottom {
        margin-top: 24px;
    }

    .footer-center p {
        margin-bottom: 14px;
    }

    button.primary {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 25px;
    }

    .section-introduce .sub-content-item p {
        margin-top: 16px;
    }

    .section-donate h1 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) {

    .news-header .section-newform {
        width: 100%;
        row-gap: 16px;
        margin-bottom: 48px;
    }
}

@media (max-width: 991px) {

    .success-notification {
        width: 600px;
    }

    .error-notification {
        width: 600px;
    }

    #section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .section-introduce-main .content {
        min-width: 35%;
    }

    .sidebar p {
        font-size: 12px;
        line-height: 18px;
    }

    .section-introduce .sub-content {
        margin-top: 24px;
    }

    #section p {
        font-size: 14px;
        line-height: 20px;
    }

    #section .section-donate-item p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    #section .section-introduce-main,
    #section .resource-item,
    #section .incredible-item {
        gap: 32px;
    }

    .incredible-item-content {
        min-width: 50%;
    }

        .incredible-item-content button {
            height: 45px;
        }

    .section-resource h1 {
        margin-bottom: 24px;
    }

    .section-newform-menu {
        margin: 16px 0 32px;
    }

    .section-newform-item button,
    .section-newform button {
        font-size: 14px;
        line-height: 28px;
        padding: 0 20px;
    }

    .social-image img {
        max-width: 100%;
    }

    #footer .footer-right-top input {
        font-size: 16px;
        max-width: 150px;
    }

    footer {
        padding-top: 48px;
    }

    .footer-right-top h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer-right-top .box-search button {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 16px;
    }

    .footer-center ul {
        margin: 16px 0 12px 0;
        font-size: 16px;
        line-height: 28px;
    }

    #footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-newform-bg img {
        width: 80px;
        top: -60px;
    }

    .section-donate-item {
        justify-content: center;
        padding-top: 36px;
        gap: 0;
        height: 200px;
        padding: 0 20px;
    }

        .section-donate-item.center {
            height: 220px;
        }

    .section-resource,
    .section-donate {
        padding-top: 24px;
    }

    .section-incredible {
        margin-top: 24px;
    }

    #section .section-donate-item h1 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 28px;
    }

    #section .section-donate-item button {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 16px;
    }

    .footer-bug-image img {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 24px;
    }

    .main-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main-content-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .overflow {
        padding-top: 0;
    }

    #section p {
        margin-bottom: 16px;
        margin-top: 0;
    }

    #section h1 {
        font-size: 24px;
        line-height: 32px;
    }

    #section img {
        max-height: 300px;
        object-fit: contain;
    }

    #section .section-newform-item img {
        object-fit: cover;
    }

    .section-introduce-main .title-content {
        margin: 8px 0;
    }

    #section .sub-title {
        margin-bottom: 0;
    }

    #section h2,
    #footer h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .section-introduce .section-introduce-main {
        flex-direction: column;
        gap: 24px;
    }

    .section-introduce-main .image img {
        max-width: 100%;
    }

    .section-introduce .sub-content {
        padding: 0 24px;
        justify-content: center;
        flex-wrap: wrap;
    }

    button.primary {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 16px;
    }

    .section-newform-bg img {
        width: 80px;
        top: -35px;
    }

    .section-newform_title {
        padding-top: 32px;
    }

    .section-newform-menu {
        margin: 24px 0 24px;
        gap: 12px;
    }

    .section-newform button {
        font-size: 14px;
        line-height: 28px;
        padding: 0 12px;
    }

    .section-newform-list {
        flex-wrap: wrap;
        gap: 8px;
    }

    .section-newform-item img {
        max-height: 300px;
        object-fit: cover;
    }

    .section-newform-item {
        height: fit-content;
    }

    .section-resource {
        margin-top: 0;
        padding-top: 16px;
    }

    .resource-item {
        padding: 12px 16px;
        flex-direction: column;
        gap: 20px;
    }

    .section-training-item {
        flex-direction: column-reverse;
    }

    #section .resource-item > img {
        width: 55px;
    }

    .resource-item .image-bug {
        transform: translate(20%, -50%);
    }

    .resource-item-image img {
        width: 100%;
        object-fit: cover;
    }

    .footer-bug-image img {
        width: 320px;
    }

    .section-training-image img {
        width: 100%;
    }

    .section-training-item {
        padding: 0;
    }

    .section-incredible {
        margin-top: 24px;
    }

    .incredible-item {
        gap: 24px;
        flex-direction: column;
    }

    .incredible-item-content {
        width: 100%;
    }

        .incredible-item-content button {
            height: 34px;
        }

    #section .incredible-item-image {
        gap: 12px;
        max-width: 100%;
        align-items: center;
        max-width: 80%;
        margin: 0 auto;
    }

        #section .incredible-item-image .image-container {
            width: 100px;
            height: 50px;
            padding: 8px 16px;
            margin-bottom: 0;
        }

        #section .incredible-item-image img {
            margin-bottom: 0;
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .our-partners-img {
        flex: 0 50%;
        max-width: 45%;
    }

    .incredible-item-image {
        flex-direction: row;
    }

    .section-donate {
        margin-top: 50px;
        padding: 24px 0;
    }

    .section-donate-bug img {
        width: 80px;
    }

    .section-donate h1 {
        max-width: 100%;
    }

    .section-donate-list {
        margin: 0;
        flex-direction: column;
        gap: 24px;
    }

    #section .section-donate-item {
        width: 90%;
        max-width: 477px;
        flex: auto;
        height: 300px;
        padding: 0 50px;
        padding-top: 32px;
        gap: 16px;
    }

    footer {
        padding-top: 32px;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-left {
        width: 100%;
        gap: 24px;
    }

    .footer-right-top {
        flex-wrap: wrap;
        gap: 16px;
    }

        .footer-right-top .box-search {
            width: 100%;
            padding: 16px;
            height: 50px;
        }

    #footer .footer-right-top input {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-right-top .box-search button {
        font-size: 14px;
    }

    .footer-center ul {
        margin: 16px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-section {
        flex: 1;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        gap: 8px;
        margin-top: 16px;
    }


    .news-header .section-newform {
        justify-content: flex-start;
    }

    .section-newform_title h1 {
        max-width: 90%;
    }
}

@media (max-width: 576px) {

    .success-notification {
        width: 350px;
    }

    .error-notification {
        width: 350px;
    }

    .main-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-content-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-newform-list {
        flex-direction: column;
    }

    #section .section-donate-item {
        padding-top: 60px;
        gap: 8px;
        justify-content: flex-start;
        height: 250px;
    }

    .section-newform-item img {
        max-height: 300px;
        object-fit: cover;
    }
   
}
