* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1140px;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

/* upcoming-events css start here */
.upcoming-event-wrapper {
    padding: 30px 0;
}

.primary-heading {
    color: #000;
    font-family: "Segoe UI";
    text-align: center;
    font-weight: 500;
    font-size: 2.1333333333333rem;
    transition: 0.5s;
    margin-bottom: 20px;
    b

{
    color: #1a3967;
}

&:hover {
    color: #1a3967;
    b

{
    color: #000;
}

}
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.secondry-heading {
    color: #000;
    font-family: "Segoe UI";
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.5625rem, 1.3352rem + 1.1364vw, 2.1875rem);
    transition: 0.5s;
    margin-bottom: 10px;
    b

{
    color: #1a3967;
    font-size: clamp(2.1875rem, 1.8239rem + 1.8182vw, 3.1875rem);
}

&:hover {
    color: #1a3967;
    b

{
    color: #4ab03b;
}

}
}

.dot-line {
    width: 100px;
    height: 4px;
    background-color: #4ab03b;
    margin: 10px 0;
    position: relative;
    border-radius: 2px;
    &::before

{
    content: "";
    position: absolute;
    color: #4ab03b;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #4ab03b;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

}

.dot-line.left {
    margin-left: 30px;
}

.event-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21) inset;
    padding: 20px;
    border-radius: 9px;
}

.event-card-img {
    border-bottom: 1px solid #3a3a3a;
    aspect-ratio: 16/12;
    padding: 5px;
    text-align: center;
    img

{
    object-fit: cover;
    width: 65%;
    height: 100%;
    object-position: center;
}

}

.event-card h2 {
    font-family: "Helvetica", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-block: 20px 40px;
    color: #1a3967;
}

.event-detail-list li {
    color: #4ab03b;
    a

{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    text-decoration: none;
    color: #4ab03b;
    font-family: Lato, Sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    svg

{
    color: #1a3967;
}

}
}

/* upcoming-events css end here */

/* heading-with-btn start here */
.success-story-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* wrap-up start here */
.warp-up-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

/* wrap-up end here */

/* swiper css start here */
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 198px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    top: 58%;
}

.swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #1a3967a8;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.swiper-slide:hover .swiper-overlay {
    transform: translateY(0);
}

.swiper-pagination-bullet {
    height: 6px;
    width: 6px;
}

.swiper-pagination-bullet-active {
    background-color: #1a3967 !important;
}

.single-slide-swiper {
    padding-bottom: 0;
}

    .single-slide-swiper .swiper-slide {
        height: 400px;
        position: relative;
        .slide-overlay

{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.overlay-content {
    transform: translateY(100%);
    transition: all 1s ease-in-out;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 20%;
    opacity: 0;
    h1

{
    font-family: Helvetica, sans-serif;
    font-size: clamp(1.0625rem, 0.6534rem + 2.0455vw, 2.1875rem);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-wrap: balance;
}

p {
    margin-bottom: 0;
    font-size: clamp(0.8125rem, 0.7216rem + 0.4545vw, 1.0625rem);
}

}
}

.single-slide-swiper .swiper-slide-active .overlay-content {
    transform: translateY(0);
    opacity: 1;
}

/* img-slider */
.image-slider .swiper-slide {
    height: auto;
    background-color: #fff;
    img

{
    object-fit: contain;
}

}

.logos-slider .swiper-slide {
    background-color: #fff;
    padding: 5px;
    img

{
    object-fit: contain;
}

}

.logos-slider .swiper-button-next:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f178";
    color: #000;
}

.logos-slider .swiper-button-prev:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f177";
    color: #000;
}

/*  */
.main-heading-wrapper {
    flex-shrink: 0;
    margin-right: 20px;
}

.view-all-btn {
    background-color: #ffffff;
    fill: #000000;
    color: #000000;
    box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 25px 25px 25px 25px;
    padding: 10px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
    width: 164px;
    flex-shrink: 0;
    &:hover

{
    background-color: #1a3967;
    color: #fff;
}

}

.play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 51px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

.border-line {
    height: 1px;
    width: 100%;
    background-color: #1a3967;
}

.border-plus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.for-mob-display {
    display: none;
}

/* Our Best Supporters css start here */
.our-best-supporters-wrapper {
    padding: 35px 0;
    background-color: #e5e5e5;
    text-align: center;
    h1

{
    font-size: clamp(1.5625rem, 1.3352rem + 1.1364vw, 2.1875rem);
    color: #1a3967;
    font-size: 500;
    margin-bottom: 10px;
}

p {
    position: relative;
    color: #1a3967;
    font-size: 20px;
    width: 172px;
    margin: 0 auto;
    margin-bottom: 20px;
    &::after, &::before

{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #4ab03b;
    top: 50%;
}

&::after {
    left: 0;
}

&::before {
    right: 0px;
}

}
}

/* Our Best Supporters css end here */
.whatsapp-btn-wrapper {
    position: fixed;
    bottom: 15px;
    right: 15px;
    overflow: hidden;
    transition: 0.5s;
    z-index: 9999;
    &:hover

{
    p

{
    display: block;
}

}
}

.whatsapp-fixed-btn {
    transition: ease-in-out 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    p

{
    white-space: nowrap;
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: #25d366;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    display: none;
}

}

.preferrence-btn {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #0056b3;
    border-radius: 50%;
    padding: 0;
    height: 45px;
    width: 45px;
    z-index: 9999;
}




.custom-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4e4b66;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    margin-left: 10px;
}

    .custom-tooltip::after {
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent #4e4b66 transparent transparent;
    }

.preferrence-btn:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

#toggleBtn {
    background-color: transparent;
    color: #0056b3;
    border: none;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
}

#more {
    display: none;
}

.modal-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
}

.modal-body {
    p

{
    font-size: 14px;
}

.accordion-button {
    padding-left: 40px;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    div

{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    span

{
    color: #212121;
    &:nth-child(1)

{
    font-size: 16px;
    font-weight: 700;
}

&:nth-child(2) {
    color: #008000;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}

}
}

&::after {
    position: absolute;
    margin-left: 0;
    left: 15px;
    top: 20px;
    width: 12px;
    height: 12px;
    background-size: 12px !important;
}

p {
    width: 100%;
}

}
}

.modal-body .accordion-body p {
    color: #212121;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
    background-color: #f4f4f4;
    border-color: #ebebeb;
    border-radius: 5px;
}

.modal-body .accordion-item {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.modal-footer {
    flex-wrap: nowrap;
    .btn

{
    width: 100%;
    color: #273272;
    background-color: transparent;
    border: 2px solid #273272;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    &:nth-child(3)

{
    background-color: #273272;
    color: #fff;
}

&:hover {
    opacity: .9;
}

}
}

.modal-dialog {
    z-index: 999;
}

#onLoadModal .modal-dialog {
    margin-left: 20px;
    height: calc(100% - 56px);
}

body:has(#onLoadModal[aria-modal="true"]) {
    .preferrence-btn

{
    display: none;
}

}

/* loader */

.loader-wrapper {
    position: relative;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* event category css */
.main-banner-wrapper.image-banner-wrapper.event-category {
    background: url(../images/-past-event-page-image.jpg) bottom center;
    background-position: 10% 98%;
    .banner-content-wrapper

{
    min-height: 250px;
    text-align: center;
}

}

/* pagination */
.pagination {
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px;
}

.page-link {
    color: #000;
    border-radius: 0 !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0096ff;
}

.page-item.disabled {
    display: none;
}

/* pagination end here */

/* Our Success Stories start here */
.Our-Success-Stories-body {
    .dot-line

{
    margin-left: 30px;
}

.main-banner-wrapper.image-banner-wrapper {
    background: url(../images/-past-event-page-image.jpg) bottom center;
}

.banner-content-wrapper {
    min-height: 85vh !important;
}

}

.our-stories-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px 20px;
    padding-bottom: 50px;
}

.our-story-box {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #1a3967;
    box-shadow: 10px 14px 2px 0px #4AB03B;
    transition: ease-in-out all .5s;
    &:hover

{
    box-shadow: none;
}

.story-video-box {
    aspect-ratio: 16/9;
    iframe

{
    object-fit: cover;
}

}

h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    height: 90px;
    place-content: center;
}

}


/* Our Success Stories end here */

/* Experience-Our-Events- start here  */
.Experience-Our-Events-body {
    .main-banner-wrapper.image-banner-wrapper

{
    background: url(../images/team-member2.jpg) center;
}

.banner-content-wrapper {
    min-height: 580px !important;
}

.dot-line {
    margin-left: 30px;
}

}

/* Experience-Our-Events- End here  */
@media (max-width: 767px) {
    .border-plus-btn {
        display: none;
    }
}

@media (max-width: 575px) {
    #onLoadModal .modal-dialog {
        margin-left: 0px;
        padding-bottom: 90px;
        padding-inline: 20px;
    }

        #onLoadModal .modal-dialog .modal-footer {
            gap: 10px;
            flex-wrap: wrap;
            button

{
    margin: 0;
}

}
}
