@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
header {
    z-index: 99;
}

.threeContent {
    padding: 0 5rem 1.75rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#grassroot-engagement {
    display: flex;
    width: 100%;
}

.img-center {
    margin: 0 auto;
}

.joinourcause {
    background-color: #2a2076;
    border-radius: 50px;
    padding: 9px 0 11px 0;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.joinourcause:hover {
    background-color: white;
    border: 1px solid #2a2076;
    color: #2a2076;
}

.joinourcause a {
    color: #ffffff !important;
}

.joinourcause a:hover {
    color: #2a2076 !important;
}

.menu-bar-btn p {
    background-color: #000;
    width: 34px;
    height: 4px;
    margin: 5px 0;
}
.closebtn {
    position: absolute;
    right: 0;
    top: 7px;
    width: 32px;
    height: 32px;
    opacity: 1;
}
.closebtn:hover {
    opacity: 1;
}
.closebtn:before,
.closebtn:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}
.closebtn:before {
    transform: rotate(45deg);
}
.closebtn:after {
    transform: rotate(-45deg);
}

nav .wrapper {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.25rem;
}

.wrapper .logo a {
    color: #101010;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wrapper .nav-links {
    display: inline-flex;
    align-items: center;
}
.nav-links li {
    list-style: none;
}
.nav-links li a {
    color: #101010;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li a:hover {
    color: #d61e53;
}
.nav-links .mobile-item {
    display: none;
}
.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}
.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}
.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}
.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
    padding: 0 20px;
}
.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}
.row .mega-links li a:hover {
    color: #f2f2f2;
}
.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

.accordion-button {
    border: 2px solid black;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.accordion-button span .faq-plus-icon {
    width: 1rem;
    height: 1rem;
}

.bgimg {
    position: relative;
}

.customa-crousel-indicators {
    bottom: 20px !important;
}
.custombannerContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.bgimg h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #ffffff;
}
.bgimg p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 15px;
}
.pContent p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding-bottom: 15px;
}
.ColorContent {
    color: #2a2076;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}
.ColorContent span {
    color: #d60d47;
}
.sbilifeProudly {
    background-color: #efeaf3;
    padding: 35px;
}
.sbilifeProudly h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 11px;
    color: #2a2076;
    line-height: 21px;
}

.sbilifeProudly ul {
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    line-height: 25px;
    padding-bottom: 25px;
}
.sbilifeProudly h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d60d47;
    line-height: 25px;
}
.reachout {
    font-size: 18px;
    font-weight: 700 !important;
    margin-top: 20px;
}
.grassroot {
    background-image: url("../images/tad/grassroot-level-inspiration.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ladycontent {
    padding: 0 4rem;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

.tabs {
    margin: 0 auto;
    display: table;
}

.tab-btn {
    padding: 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    opacity: 0.5;

    background: transparent;
}

.tab-btn:hover {
    color: #000000;
}

.tab-btn.active {
    color: #000000;
    opacity: 1;
    border-bottom: 1px solid #000000;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoSection {
    background: rgb(42, 32, 118);
    background: linear-gradient(
        0deg,
        rgba(42, 32, 118, 1) 0%,
        rgba(89, 27, 105, 1) 38%,
        rgba(195, 15, 76, 1) 58%,
        rgba(214, 13, 71, 1) 65%
    );
    color: #ffffff;
    padding: 1.75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoSection h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.videoSection p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.body-text div {
    font-size: 45px;
    font-weight: 600;
}
.header-logo-wrapper-desktop {
    z-index: 9;
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.submit-btn button:focus {
    color: #ffffff;
}
.carousel-indicators li {
    width: 65px;
    height: 6px;
    background-color: #3d215f;
    border-radius: 0;
    opacity: 0.5;
    border: none;
}
.carousel-indicators .active {
    width: 65px;
    height: 6px;
    margin: 0;
    background-color: #3d215f;
    opacity: 1;
}
.carousel-indicators {
    bottom: -25px;
}
#join-the-cause {
    margin-top: 4rem;
}
.tab-content video {
    width: 100%;
}
.yticon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion-container {
    padding: 0 calc(5rem);
}

@media (max-width: 320px) {
    .tab-btn {
        font-size: 12px !important;
    }

    .accordion-container {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .mblpadding {
        padding: 0;
    }
    .tabs-container {
        margin-bottom: 30px;
    }
    .tab-btn {
        padding: 5px;
        font-size: 15px;
        margin: 0 auto;
        text-align: center;
    }
    .tab-item.active {
        display: block;
    }
    #join-the-cause {
        margin-top: 2rem;
    }
    .grassrootbg {
        padding: 60px 0 0;
    }
    .bnr-title,
    .videoSection h3,
    .ColorContent,
    .bgimg h2 {
        font-size: 25px !important;
    }
    .custombannerContent {
        position: static;
        transform: translateY(0);
    }
    .popupvideo {
        padding-top: 40px;
    }
    .nav-links li a {
        color: #ffffff;
    }
    .nav-links.hidden {
        left: -100% !important; /* This will slide the nav out of view */
    }
    s .sbilogo {
        max-width: 140px;
    }

    .joinourcause {
        border-radius: 50px;
        background-color: #2a2076;
        padding: 9px 10px 11px;
    }

    .joinourcause:hover {
        background-color: white;
        border: 1px solid #2a2076;
        color: #2a2076;
    }

    .bgimg {
        padding: 3rem 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 1) 0%,
            rgb(199 17 74) 0%,
            rgba(214, 13, 71, 1) 100%
        );
    }
    .numbercount {
        height: 175px;
    }
    .grassrootContent {
        background: rgb(214, 13, 71);
        background: linear-gradient(
            0deg,
            rgb(205 13 72) 65%,
            rgb(205 13 73) 100%
        );
    }
    .bgimg h2 {
        padding-top: 2rem;
    }
    .bannerForm,
    .threeContent {
        padding: 0rem 0;
    }
    .ladycontent {
        padding: 0 0 27px 0rem;
        font-size: 21px;
    }
    .topspace {
        padding-top: 0;
    }
    .threeContent {
        display: block;
        padding: 20px 15px;
    }
    .mbltopspacing {
        margin-top: 20px;
    }
    .desktopSection {
        display: none;
    }
    .mobilesection {
        display: block;
    }

    .accordion-container {
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    .flexproperty {
        display: flex;
        align-items: center;
    }
    .nav-links li a {
        color: #ffffff;
    }
    .desktopSection {
        display: none;
    }
    .mobilesection {
        display: block;
    }
}

@media screen and (max-width: 970px) {
    .mblpadding {
        padding: 0;
    }
    .bgimg h2 {
        padding-top: 30px;
    }
    .mblbg {
        background: rgb(214, 13, 71);
        background: linear-gradient(
            90deg,
            rgba(214, 13, 71, 1) 52%,
            rgba(168, 30, 72, 1) 76%,
            rgba(201, 37, 91, 1) 100%,
            rgba(42, 32, 118, 1) 100%,
            rgba(42, 32, 118, 1) 100%
        );
    }
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 84px;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }
    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }
    /* #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  } */
    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        background: #3a3b3c;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }

    .accordion-container {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .nav-links li a {
        color: #101010;
    }
    .mobilesection {
        display: none;
    }
    .desktopSection {
        display: block;
    }
}

@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
    /* .bgimg {
    padding: 6rem 0 3rem;
} */
}

/*-slider- Evolution*/
.evolution-sec {
    position: relative;
}

.bnr-title {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1;
    color: #ffffff;
    font-size: 2rem;
}
.carousel-inner {
    position: relative;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.5);
}
.carousel-indicators-numbers {
    display: flex;
    flex-direction: row;
    bottom: 50px;
    justify-content: center;
    align-items: center;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    padding: 5px 0;
    font-size: 20px;
    width: 120px;
    height: fit-content;
    border: none;
    border-radius: 0;
    line-height: 30px;
    color: #fff;
    transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 120px;
    height: fit-content;
    background-color: #2a2076;
}

.carousel-indicators-numbers li:hover {
    padding: 1rem 0;
}

.carousel-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 10%;
    width: 100%;
    max-width: 400px;

    z-index: 1;
    line-height: 30px;
}

.carousel-text {
    color: #fff;
    z-index: 1;
    font-size: 1.5rem;
}
.w-100 {
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0.3;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media screen and (max-width: 830px) {
    .bnr-title {
        width: 100%;
        text-wrap: balance;
        text-align: center;
    }

    .carousel-indicators-evolution {
        left: 0;
        width: 100%;
        margin: 0 auto;
        /* padding-left: 0; */
        margin-left: 0;
        text-align: center;
        list-style: none;
    }

    .carousel-indicators-numbers {
        flex-direction: row;
        gap: 0;
        bottom: 50px;
        /* width: auto; */
        flex-wrap: wrap;
        /* position: relative; */
        padding: 10px 0;
        justify-content: center;
    }

    .carousel-text {
        right: 0;
        text-align: center;
        max-width: 80%;
        left: 0;
        margin: 0 auto;
    }

    .carousel-indicators-numbers li {
        width: 70px;
        font-size: 14px;
    }
    .carousel-indicators-numbers li.active,
    .carousel-indicators-numbers li:hover {
        width: 70px;
    }
}

@media screen and (max-width: 640px) {
    .carousel-text {
        max-width: 96%;
        font-size: 1.2rem;
        line-height: 22px;
        top: 70%;
    }
}
