:root {
    --sp-primary: #25b233;
    --sp-dark-primary: #0c3b11;
    --sp-light-primary: #49bf55;
    --sp-pastel-primary: #92d899;
    --sp-tint-primary: #d3f0d6;
    --sp-base-10: #111827;
    --sp-base-9: #1f2937;
    --sp-base-8: #374151;
    --sp-base-7: #4b5563;
    --sp-base-6: #6b7280;
    --sp-base-5: #9ca3af;
    --sp-base-4: #d1d5db;
    --sp-base-3: #e5e7eb;
    --sp-base-2: #f3f4f6;
    --sp-base-1: #f9fafb;
    --sp-white: #ffffff;
    --sp-base-yellow: #ffc85f;
    --sp-dark-yellow: #f2b007;
    --sp-light-yellow: #ffde9f;
    --sp-pastel-yellow: #fff4df;
    --sp-tint-yellow: #fffaef;
    --sp-base-red: #fa7456;
    --sp-dark-red: #d06148;
    --sp-light-red: #fca28e;
    --sp-pastel-red: #fdd1c7;
    --sp-tint-red: #fee3dd;
    --sp-base-blue: #0ec8e9;
    --sp-dark-blue: #08788c;
    --sp-light-blue: #6edef2;
    --sp-pastel-blue: #cff4fb;
    --sp-tint-blue: #e7fafd;
    --sp-tint-red: #fee3dd;
    --sp-base-purple: #6266eb;
    --sp-dark-purple: #021942;
    --sp-light-purple: #809dff;
    --sp-pastel-purple: #dadbfb;
    --sp-tint-purple: #ecedfd;
}

* {
    font-family: "Satoshi-Regular", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

input,
button,
.form-check-input[type="checkbox"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}


/* Global Styles */

.btn-sp-outline-sm {
    padding: 10px 24px;
    border: 1px solid var(--sp-primary);
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--sp-primary);
    background: transparent;
    margin: 0 5px;
}

.btn-sp-solid-sm {
    padding: 10px 24px;
    background: #25b233;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    border: none;
    text-align: center;
    color: #ffffff;
    margin: 0 5px;
}

.btn-sp-outline-lg {
    padding: 16px 32px;
    border: 1px solid #25b233;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #25b233;
    background: transparent;
    margin: 0 4px;
}

.btn-sp-solid-lg {
    padding: 16px 32px;
    background: #25b233;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border: none;
    margin: 0 4px;
}

.btn-sp-outline-lg-width {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border: 1px solid #25b233;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #25b233;
    background: transparent;
}

.btn-sp-solid-lg-width {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border: none;
    background: #25b233;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.wholeHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #111827;
}


/* Global Styles */


/* General Styles */

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999;
}

.navbar .navbar-brand {
    width: 201px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--sp-base-10);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 12px;
}

.navbar .navbar-nav .sp-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

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


/* ------------- heroSection ------------ */

.sp-heroSection .inner-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7rem;
}

.sp-heroSection .inner-hero .hero-inner-text {
    width: 816px;
}

.sp-heroSection .inner-hero .hero-inner-text .hero-header {
    font-style: normal;
    font-weight: 500;
    font-size: 76px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #111827;
}

.sp-heroSection .inner-hero .hero-inner-text .hero-para {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #1f2937;
}

.sp-heroSection .panorama-slider {
    z-index: 1;
    background-color: var(--sp-white);
}

.sp-heroSection .panorama-slider .swiper-slide {
    width: 446px;
    height: 407px;
}


/* Shape 1 */

.custom-shape-divider-top-1676737665 {
    position: absolute;
    top: -7px;
    z-index: 11;
    left: -90px;
    width: 118%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1676737665 svg {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 54px;
}

.custom-shape-divider-top-1676737665 .shape-fill {
    fill: #FFFFFF;
}


/* Shape 2 */

.sp-heroSection .custom-shape-divider-bottom-1676738375 {
    position: absolute;
    z-index: 11;
    left: -90px;
    width: 118%;
    bottom: -6px;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.sp-heroSection .custom-shape-divider-bottom-1676738375 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 22px;
}

.sp-heroSection .custom-shape-divider-bottom-1676738375 .shape-fill {
    fill: #ffffff;
}


/* ------------- heroSection ------------ */


/* ------------- aboutSection ------------ */

.sp-aboutSec .aboutMainText .aboutParas p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #1f2937;
}

.sp-aboutSec .aboutImg {
    width: 100%;
    height: 376px;
    border-radius: 16px;
}


/* ------------- aboutSection ------------ */


/* ------------- howItWorks Section ------------ */

.howItWorks {
    background: #f7fcf8;
}

.nav-pills .nav-link {
    color: #111827 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: start;
    line-height: 26px;
    width: 180px;
    height: 66px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #25b233 !important;
    background-color: #f7fcf8 !important;
    width: 180px;
    height: 66px;
    border-right: 2px solid #25b233;
    border-radius: 0;
    text-align: start;
}

.tab-content {
    position: relative;
}

.tab-content::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #25b233;
    border: 9px solid #d3f0d6;
    position: absolute;
    left: -15px;
    top: 5px;
}

.tab-content::after {
    content: "";
    width: 2px;
    height: 98%;
    /* background: #25b233; */
    border-left: 2px dashed #25b233;
    position: absolute;
    left: 0;
    top: 15px;
}

.tab-content .tab-pane .phase-h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #25b233;
    margin-left: 15px;
}

.tab-content .tab-pane .phase-cards {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.tab-content .tab-pane .phase-cards h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #25b233;
}

.tab-content .tab-pane .phase-cards h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1f2937;
}

.tab-content .tab-pane .phase-cards p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.tab-content .tab-pane .tab-row .phase-row1 {
    height: 213px;
}

.tab-content .tab-pane .tab-row .phase2-row1 {
    height: 295px;
}

.tab-content .tab-pane .tab-row .phase-row2 {
    height: 319px;
}

.tab-content .tab-pane .tab-row .phase2-row2 {
    height: 295px;
}

.tab-content .tab-pane .tab-row .phase2-row3 {
    height: 309px;
}


/* ------------- howItWorks Section ------------ */


/* ------------- ourPackages Section ------------ */

.ourPackages .pricingCard {
    padding: 32px;
    height: 608px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    position: relative;
    align-content: start;
    margin: 0 12px;
}

.ourPackages .pricingCards .pkgName {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #25b233;
}

.ourPackages .pricingCards .pkgPrice {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #111827;
}

.ourPackages .pricingCards .pkgNote {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.ourPackages .pricingCard .pricingCardBody .bodyHead {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #111827;
}

.ourPackages .pricingCards .pricingCardBody .benefitLists {
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.ourPackages .pricingCard .pricingCardBody .benefitLists::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #25b233;
    border-radius: 50%;
    position: absolute;
    left: -21px;
    top: 7px;
}

.ourPackages .pricingCard .pricingBtnSmallScreen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    border: 1px solid #9ca3af;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #111827;
    background: transparent;
}

.ourPackages .pricingCard .pricingBtnLargeScreen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    width: 80%;
    height: 48px;
    border: 1px solid #9ca3af;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #111827;
    position: absolute;
    bottom: 32px;
    background: transparent;
}

.modal .modal-dialog {
    max-width: 100%;
}

.modal .modal-content {
    margin: 0 auto;
    display: flex;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    height: auto;
    width: auto;
}

.ourPackages .modal.pkgModal .modal-content {
    width: 996px;
}

.modal .modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #111827;
}

.modal .modal-list li h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #111827;
}

.modal .modal-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.ourPackages .custom-pricing {
    height: 232px;
    padding: 32px;
    border: 1px solid #e5e7eb;
    margin: 0 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.form-check-input[type="checkbox"] {
    background: #e5e7eb;
    border: none;
    border-radius: 50%;
    outline: none;
}

.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: none !important;
    position: relative;
    width: 20px;
    border-radius: 50%;
    height: 20px;
}

.form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background: #25b233;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.modal.sponsorModal1 .modal-content,
.modal.sponsorModal2 .modal-content {
    width: 792px;
}

.modal.sponsorModal .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.modal.sponsorModal .form-select {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 56px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.modal.sponsorModal .checkbox-group {
    height: 56px;
}

.modal.sponsorModal .sponsorModalBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #25b233;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.modal.sponsorModal .sponsorModalBtn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: transparent;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #25b233;
    border-radius: 50px;
    color: #25b233;
}

.modal.sponsorModal input.form-control {
    padding: 16px 24px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: transparent;
    height: 56px;
}

.modal.sponsorModal textarea.form-control {
    padding: 16px 24px;
    height: 194px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
}


/* ------------- ourPackages Section ------------ */

.connectCompanines {
    background: #f9fafb;
    padding: 120px 0px;
}

.connectCompanines .connectcol-one {
    border-radius: 16px;
}

.connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1f2937;
}

.connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info i {
    color: #25b233;
}

.connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #1F2937;
}

.connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1f2937;
}

.connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info .connectcol-two-btn {
    padding: 16px 32px;
    background: #25b233;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.connectCompanines .sponsorModal .phoneLeft {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.connectCompanines .sponsorModal .phoneRight {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* ------------- connectCompanines ------------ */


/* ------------- humanit-fund ------------ */

.humanit-fund {
    padding: 80px 0px;
    background: #ffffff;
}

.humanit-fund .mainHumanit-sec p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1f2937;
}

.humanit-fund .humanit-fund-col h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1f2937;
}

.humanit-fund .humanit-secd-col {
    padding: 24px;
    height: 260px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.humanit-fund .humanit-secd-col h4 {
    padding-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1f2937;
}

.humanit-fund .humanit-secd-col p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #374151;
}


/* ------------- humanit-fund ------------ */


/* ------------- whoCanApply ------------ */

.whoCanApply .apply-Funds-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #25b233;
    background-color: white;
    padding: 16px 32px;
    border: 1px solid #25b233;
    border-radius: 50px;
    width: fit-content;
}

.whoCanApply .apply-Funds-one .applyHeader {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1F2937;
}

.whoCanApply .apply_sections {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.whoCanApply .apply_sections-col {
    padding: 0;
}

.whoCanApply .apply_sections .top-pic {
    border-radius: 16px 0 0 16px !important;
}

.whoCanApply .apply_sections .innerapply_sections {
    padding: 32px;
}

.whoCanApply .apply_sections .innerapply_sections h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1f2937;
}

.whoCanApply .apply_sections .innerapply_sections p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #374151;
}


/* -------------whoCanApply  ------------ */


/* ------------- aboutUS Section ------------ */

.aboutUS .swiper-button-next,
.aboutUS .swiper-button-prev {
    color: #25b233;
    font-size: 32px;
}

.aboutUS .swiper-button-next:after,
.aboutUS .swiper-button-prev:after {
    content: none;
}

.aboutUS .swiper-button-next.swiper-button-disabled,
.aboutUS .swiper-button-prev.swiper-button-disabled {
    color: #9ca3af;
}

.aboutUS .paginationAboutSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.aboutUS .paginationAboutSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /* width: 282px; */
    height: 4px;
    width: 100%;
    background: #d1d5db;
    border-radius: 16px;
    opacity: 1;
    margin: 0 12px;
}

.aboutUS .paginationAboutSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1),
.aboutUS .paginationAboutSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1),
.aboutUS .paginationAboutSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4),
.aboutUS .paginationAboutSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0 !important;
}

.aboutUS .swiper-pagination-bullet-active {
    background: #25b233 !important;
}

.aboutUS .aboutSwiperTxt p {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #1f2937;
}

.aboutUS .aboutSwiperTxt .sp-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #25b233;
    text-decoration: none;
    border: none;
    background: none;
}

.aboutUS .aboutSwiperPic {
    border-radius: 16px;
}


/* ------------- aboutUS Section ------------ */


/* ------------- meet-CEO Section ------------ */

.meet-CEO .ceo-card {
    background: #f7fcf8;
    border-radius: 16px;
    padding: 56px;
}

.meet-CEO .ceo-card .profileImg {
    border-radius: 50%;
    width: 230px;
    height: 230px;
}

.meet-CEO .ceo-card .topInfo .dets h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1f2937;
}

.meet-CEO .ceo-card .topInfo .dets a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    color: #25b233;
}

.meet-CEO .ceo-card .topInfo .social .icon {
    width: 26px;
    height: 26px;
    color: white;
    font-size: 12px;
    background: #25b233;
    border-radius: 50%;
    text-decoration: none;
}


/* ------------- meet-CEO Section ------------ */


/*-------------- Contact us start here --------- */

.contact-sec .shapeCont {
    position: absolute;
    top: -35%;
    right: -35%;
    z-index: 0;
}

.contact-sec .inner-contact {
    width: auto;
    height: 400px;
    border-radius: 16px;
    padding: 56px;
    background: #f3f4f6;
}

.contact-sec .inner-contact .contact-row {
    z-index: 1;
    position: relative;
}

.contact-sec .inner-contact .contact-row .contact-col p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1f2937;
}


/* Contact us End here  */


/* footer section start here */

.footer {
    background: #0c3b11;
}

.footer .footer-row {
    justify-content: center;
}

.footer .footer-row .innerfooter {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 80px 0px 0px;
}

.footer .footer-row .innerfooter img {
    width: 350px;
}

.footer .footer-row .innerfooter .footer-icons a {
    text-align: center;
    margin: 0 10px;
    background: #f9fafb;
    color: #0c3b11;
    border-radius: 50%;
    margin: 5px 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-row .innerfooter p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}


/* footer section end here */

/* back-to-top */
.back-to-top {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 40px;
    transition: all .2s linear;
    background-color: var(--sp-white);
    color: var(--sp-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 39px;
    max-height: 40px;
    border: 2px solid var(--sp-primary);
    padding: 10px 20px;
    z-index: 9999999999;
    border-radius: 10rem;
}

/* back-to-top */

/* *********** */


/* *Media Queries */


/* *********** */

@media screen and (max-width: 1200px) {
    .nav-pills .nav-link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 336px !important;
        height: 66px !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        border-right: none;
        border-bottom: 2px solid #25b233;
    }

    .tab-content {
        padding-left: 0 !important;
    }

    .tab-content::after,
    .tab-content::before {
        content: none;
    }

    .tab-content .tab-pane .phase-cards {
        width: 100%;
        height: 319px;
    }

    .ourPackages .pricingCard {
        height: auto !important;
        width: 100%;
    }

    .modal .modal-content {
        width: 672px;
        height: auto;
        padding: 32px;
    }

    .ourPackages .custom-pricing {
        height: auto !important;
    }

    .btn-sp-outline-lg-width,
    .btn-sp-solid-lg-width {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        padding: 16px 32px;
        text-align: center;
    }

    .humanit-fund .humanit-secd-col {
        height: 304px;
    }

    .contact-sec .shapeCont {
        width: 872px !important;
        height: 872px !important;
        right: -60% !important;
        top: -76px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .sp-heroSection .panorama-slider .swiper-slide {
        width: 288.77px;
        height: 263.52px;
    }

    .sp-heroSection .inner-hero .hero-inner-text {
        width: 672px;
    }

    .sp-heroSection .custom-shape-divider-top-1676737665 {
        top: -8px;
    }

    .sp-heroSection .custom-shape-divider-bottom-1676738375 svg,
    .sp-heroSection .custom-shape-divider-top-1676737665 svg {
        height: 45px;
    }

    .ourPackages .pricingCard {
        height: 690px;
    }

    .whoCanApply .apply_sections {
        height: 100%;
    }

    .whoCanApply .apply_sections .top-pic {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sp-btn-group {
        width: 100%;
        padding: .8rem;
    }

    .btn-sp-outline-sm,
    .btn-sp-solid-sm,
    .btn-sp-outline-lg,
    .btn-sp-solid-lg {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 12px auto;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 100%;
    }

    .wholeHeader {
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .sp-heroSection .panorama-slider .swiper-slide {
        width: 165.01px;
        height: 150.58px;
    }

    .sp-heroSection .custom-shape-divider-top-1676737665 {
        top: -2px;
    }

    .sp-heroSection .custom-shape-divider-bottom-1676738375 {
        bottom: -2px;
    }

    .sp-heroSection .custom-shape-divider-bottom-1676738375 svg,
    .sp-heroSection .custom-shape-divider-top-1676737665 svg {
        height: 8px;
    }

    .sp-heroSection .inner-hero .hero-inner-text {
        width: 327px;
    }

    .sp-heroSection .inner-hero .hero-inner-text .hero-header {
        font-weight: 500;
        font-size: 48px;
        line-height: 110%;
        text-align: center;
        letter-spacing: -0.02em;
    }

    .sp-heroSection .inner-hero .hero-inner-text .hero-para {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .sp-aboutSec .aboutMainText .aboutParas {
        padding-top: 1rem !important;
    }

    .sp-aboutSec .aboutMainText .aboutParas p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .sp-aboutSec,
    .sp-aboutSec .aboutImg {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }

    .howItWorks .nav-pills .nav-link {
        width: 163.5px !important;
        height: 48px !important;
    }

    .howItWorks .tab-content {
        margin-left: 12px !important;
    }

    .howItWorks .tab-content .tab-pane .phase-cards {
        width: 100%;
        height: 307px;
    }

    .ourPackages .pricingCard .pricingCardBody .bodyHead,
    .howItWorks .tab-content .tab-pane .phase-cards h4,
    .howItWorks .nav-pills .nav-link {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .ourPackages .pricingCards .pkgName,
    .howItWorks .tab-content .tab-pane .phase-cards h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
    }

    .ourPackages .pricingCard .pricingCardBody .benefitLists,
    .ourPackages .pricingCards .pkgNote,
    .howItWorks .tab-content .tab-pane .phase-cards p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .ourPackages .col-xl-4.col-12 {
        padding-left: 6px;
        padding-right: 8px;
    }

    .ourPackages .pricingCard {
        padding: 22px 12px;
        height: 455px;
        margin: 0;
        justify-content: start;
        align-items: start;
        align-content: start;
    }

    .ourPackages .pricingCards .pkgPrice {
        font-weight: 500;
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }

    .ourPackages .pricingCard .pricingCardBody .benefitLists {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .ourPackages .pricingCard .pricingBtnLargeScreen {
        padding: 10px 24px;
        width: 80%;
        height: 42px;
        margin: 0 auto;
        position: static;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }

    .modal .modal-content {
        width: 90% !important;
        height: auto;
        padding: 20px 16px !important;
    }

    .connectCompanines {
        padding: 50px 0 0 0;
    }

    .modal.sponsorModal textarea.form-control {
        padding: 12px;
        height: 126px;
        font-size: 12px;
    }

    .modal.sponsorModal input.form-control,
    .modal.sponsorModal .form-select {
        padding: 0 13px;
        font-size: 13px;
        height: 42px;
    }

    .modal.sponsorModal .form-label,
    .modal label {
        font-size: 14px;
        line-height: 20px;
    }

    .connectCompanines .connectcol-one {
        padding-bottom: 0 !important;
    }

    .connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info .connectcol-two-btn,
    .whoCanApply .apply-Funds-btn {
        padding: 12px 0;
    }

    .btn-sp-outline-lg-width,
    .btn-sp-solid-lg-width {
        width: 86%;
        margin: 8px auto;
        font-weight: 700;
        font-size: 16px;
        padding: 12px 0;
        line-height: 24px;
    }

    .whoCanApply .apply-Funds-one {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .contact-sec.container-lg,
    .connectCompanines .connectcol-one,
    .connectCompanines .container-lg {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }

    .humanit-fund .humanit-secd-col {
        height: auto;
        margin: 12px auto;
    }

    .humanit-fund {
        padding-bottom: 0;
    }

    .whoCanApply .apply_sections .top-pic {
        border-radius: 16px 16px 0 0 !important;
        height: 204px;
    }

    .aboutUS .paginationAboutSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .aboutUS .paginationAboutSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .aboutUS .aboutSwiperPic {
        height: 348px;
    }

    .aboutUS .aboutSwiperTxt p {
        font-style: normal;
        font-weight: 100;
        font-size: 16px;
        line-height: 24px;
    }

    .aboutUS .aboutSwiperTxt a {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }

    .connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info .connectcol-two-btn {
        width: 100%;
    }

    .footer .footer-row .innerfooter img {
        width: 250px !important;
    }

    .contact-sec .inner-contact {
        padding: 56px 24px !important;
        height: 340px !important;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 0 !important;
    }

    .modal .modal-body .row>div {
        margin: 12px 0 0 0 !important;
    }

    .modal.sponsorModal .checkbox-group {
        height: auto;
    }

    .modal.sponsorModal .sponsorModalBtn2,
    .modal.sponsorModal .sponsorModalBtn1 {
        width: 100%;
        padding: 10px 0;
    }

    .contact-sec .shapeCont {
        width: 455px !important;
        height: 455px !important;
        right: -25% !important;
        top: 30%;
    }

    .whoCanApply .apply-Funds-one .applyHeader {
        font-size: 26px !important;
    }

    .connectCompanines .connectcol-two .inner-connectcol-two .connectcol-two-info p {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #1F2937;
    }

    .apply_nowbtn {
        padding: 24px 0 !important;
    }

    .modal .modal-title {
        font-size: 20px !important;
    }

    .modal .modal-list li h3 {
        font-size: 18px !important;
    }

    .modal .modal-list li p {
        font-size: 14px !important;
    }

    .back-to-top {
        padding: 8px 14px;
        bottom: 8px;
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .ourPackages .pricingCard .pricingCardBody .benefitLists {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .ourPackages .pricingCard .pricingBtnLargeScreen {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 36px;
        width: 90%;
        margin: 0 auto;
    }

    .btn-sp-outline-lg-width,
    .btn-sp-solid-lg-width {
        margin: 8px auto;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }

    .meet-CEO .ceo-card {
        padding: 56px 25px !important;
    }

    .contact-sec .shapeCont {
        width: 455px !important;
        height: 455px !important;
        left: 51px !important;
        top: 228px;
    }

    .contact-sec .shapeCont {
        width: 508px !important;
        height: 455px !important;
        left: 51px !important;
        top: 211px;
    }

    .btn-sp-outline-lg-width,
    .btn-sp-solid-lg-width {
        width: 100%;
    }

    .navbar .navbar-brand {
        width: 134px;
    }
}