@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* font-family: "Manrope", sans-serif; */
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* primary color #261fb3 */

html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

#GalleryMain {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

a,
p,
span,
small,
ul li,
ul {
    font-family: "Inter", sans-serif;
    color: #222;
}

a {
    text-decoration: none;
    color: #222;
}

::-webkit-scrollbar {
    display: none;
}

.GalleryHero,
.GalleryAbout,
.Awards-Section,
.whatsappCommunity,
.watch-Podcast,
.LearnFrom {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.GalleryHeroContainer {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    min-height: 350px;
    background-image: url(./gallery\ hero\ bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.GalleryHeroContent {
    width: auto;
    height: auto;
    padding: 20px;
    text-align: center;
    /* background-color: #ffffff60; */
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 25px;
    /* backdrop-filter:  blur(10px); */
}

.GalleryHeroContent h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #111;
    margin-bottom: 15px;
}

.GalleryHeroContent p {
    max-width: 800px;
    text-align: center;
    margin-bottom: 20px;
}

.GalleryHeroContent a {
    padding: 10px 25px;
    background: linear-gradient(125deg, #1e37af, #25228d);
    border-radius: 15px;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .GalleryHero {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 10px;
    }

    .GalleryHeroContainer{
        margin-top: 5px;
    }

    .GalleryHeroContent h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .aboutleft-cta{
        flex-wrap: wrap;
    }

    .GalleryAboutContainer{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .aboutleft-cta1, .aboutleft-cta2{
        width: 100%;
        padding: 15px;
        text-align: center;
    }
}



.GalleryAboutContainer,
.Awards-Container,
.whatsappContainer,
.WatchPodcast-Container,
.ArticlesBoxes {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.About-Left,
.Awards-Text,
.Awards-Images,
.Encouraging-Text,
.QR-Code {
    width: 50%;
    height: 100%;
}

.About-Right,
.Awards-Images,
.QR-Code {
    width: 50%;
    height: 100%;
    /* background-color: #1e37af; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.About-Right img {
    width: 80%;
    /* transform: scale(2); */
}

.Awards-Images .Award-image-wrapper .Award-image-track img {
    width: 90%;
    height: 450px;
    object-fit: cover;
}

.About-Left h4,
.ExploreEventsContainer h4,
.Awards-Text h4,
.Encouraging-Text h4,
.WatchPodcast-Container h4,
.LearnFrom h4,
.RiskoMeter-Container h4 , .youContainer h4{
    font-size: 1rem;
    color: #1e37af;
    text-decoration: underline;
}

.About-Left h1,
.ExploreEventsContainer h1,
.Awards-Text h1,
.Encouraging-Text h1,
.WatchPodcast-Container h1,
.LearnFrom h1,
.RiskoMeter-Container h1 , .youContainer h1{
    font-size: 3.5rem;
    line-height: 4rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #111;
}

.About-Left p,
.Awards-Text p,
.Encouraging-Text p, .youContainer p {
    color: #333;
    margin-bottom: 20px;
}

.About-Left .aboutleft-cta,
.awards-cta {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 20px;
}

.aboutleft-cta1,
.aboutleft-cta2,
.awards-cta a,
.JoinCta {
    border: 1px solid #1e37af;
    padding: 10px 25px;
    border-radius: 15px;
    font-weight: 650;
}

.aboutleft-cta1,
.awards-cta a,
.JoinCta {
    background: linear-gradient(45deg, #25228d, #372ffc);
    color: #fff;
}

.Encouraging-Text ul {
    margin-bottom: 30px;
}

/* 
.ExploreEvents {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ExploreEventsContainer {
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 100vh;
    max-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}*/

.ExploreEventsContainer h1 {
    max-width: 1100px;
}

.ExploreEventsContainer p {
    max-width: 900px;
}

/* 
.ExploreEventsCards {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    gap: 20px 20px;
    position: relative;
    overflow-y: hidden;
} */

/* .eventSlider {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px 20px;
   
    animation: eventCardSlider 60s linear infinite;
} */
/* 
.EventWrapper::before,
.EventWrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
} */
/* 
.EventWrapper::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.EventWrapper::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

.eventSlider:hover {
    animation-play-state: paused;
}

@keyframes eventCardSlider {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
} */
/* 
.eventCard {
    width: auto;
    min-width: 30%;
    max-width: 35%;
    height: auto;
    padding: 15px;
     overflow: hidden;
    box-shadow: 5px 5px #1e37af;
    border-radius: 15px;
}

.eventCard img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.eventCard h3 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #1e37af;
}

.eventCard p {
    text-align: justify;
}

.EventWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .eventSlider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
   */
/* .eventCard {
    min-width: 300px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  } */
/*   
  .event-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .event-nav.left {
    left: -10px;
  }
  
  .event-nav.right {
    right: -10px;
  }
  
  @media only screen and (max-width: 767px) {
    .eventCard {
      min-width: 85%;
    }
  
    .event-nav {
      display: none;
    }
  }
   */


.ExploreEvents {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ExploreEventsContainer {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
}

/* .ExploreEventsContainer h1 {
    max-width: 1100px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  
  .ExploreEventsContainer p {
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
  } */

.ExploreEventsCards {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    position: relative;
}

.EventWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.eventSlider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
}

.eventCard {
    min-width: 30%;
    max-width: 35%;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 5px 5px #1e37af;
    flex-shrink: 0;
}

.eventCard img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.eventCard h3 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #1e37af;
}

.eventCard p {
    text-align: justify;
    font-size: 0.95rem;
}

.event-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.event-nav:hover {
    background: rgba(0, 0, 0, 0.6);
}

.event-nav.left {
    left: 10px;
}

.event-nav.right {
    right: 10px;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .eventCard {
        min-width: 45%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .eventCard {
        min-width: 85%;
        max-width: 90%;
    }

    .ExploreEventsContainer{
        padding: 0;
    }

    /* .event-nav {
        display: none;
    } */

    .ExploreEventsContainer h1 {
        font-size: 1.5rem;
    }

    .ExploreEventsContainer p {
        font-size: 0.95rem;
    }
}



.Award-image-track img {
    width: 100% !important;
    border-radius: 15px;
    box-shadow: 5px 5px 40px #25228d15;
}

.Awards-Container,
.whatsappContainer {
    margin-top: 40px;
    margin-bottom: 40px;
}

.Awards-Images {
    position: relative;
    width: 50%;
    /* max-width: 500px; */
    overflow: hidden;
    padding: 20px;
}

.Award-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.Award-image-track {
    display: flex;
    transition: transform 0.5s ease;
}

.awardImage {
    min-width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 15px;
}

.award-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffffcc;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000022;
    transition: background 0.3s ease;
}

.award-nav:hover {
    background-color: #ffffffee;
}

.award-nav.left {
    left: 25px;
}

.award-nav.right {
    right: 25px;
}

.Awards-Text ul li,
.Encouraging-Text ul li {
    margin-left: 20px;
    list-style: disc;
    /* accent-color: #f9f9f9; */
}

.Awards-Container,
.whatsappCommunity {
    padding: 5px;
}

.JoinCta i {
    font-size: 1.2rem;
    font-weight: 400;
}

.QR-Code img {
    width: 50%;
    box-shadow: 10px 10px 60px #372ffc15;
}

.WatchPodcast-Container {
    flex-direction: column !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.WatchPodcast-Container iframe {
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 550px;
    border-radius: 15px;
    box-shadow: 5px 5px 60px #00000015;
    margin-top: 30px;
    /* min-height: 550px; */
}


.video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 20px auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

/* .video-thumbnail:hover {
    transform: scale(1.02);
} */

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 25px;
    animation: pulse 1.5s infinite;
    transition: background 0.3s ease;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid #e53935;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.video-embed iframe {
    width: 100%;
    /* height: 450px; */
    max-width: 1300px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* riskometer */
.RiskoMeter , .youshouldKnow{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.RiskoMeter-Container, .youContainer {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.RiskoMeter-Container h1 , .youContainer h1{
    text-align: center;
    max-width: 850px;
}

.RiskoMeter-Container p , .youContainer p{
    max-width: 900px;
    text-align: center;
}

/* Modal Slider */
.RiskoModalWrapper, .youModalContainer {
    position: relative;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin-top: 30px;
}

.RiskoModalSlider, .youModalSlider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.RiskoModalSlider img, .youModalSlider img {
    width: 100%;
    display: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.RiskoModalSlider img.active, .youModalSlider img:active {
    display: block;
}

.RiskoModalControls, .youModalControls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.modal-prev,
.modal-next, .you-modal-prev, .you-modal-next {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

@media(max-width: 768px) {
    .RiskoModalControls button, .youModalControls button {
        padding: 8px 16px;
    }
}
/* riskometer */

/* .youshouldKnow {
    background: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
} */

.youContainer {
    max-width: 1400px;
    margin: auto;
}
/* 
.youContainer h4 {
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 10px;
}

.youContainer h1 {
    font-size: 2.2rem;
    margin-bottom: 20px; */
/* } */
/*
.youContainer p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
} */

.youModalContainer {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.youModalSlider {
    display: flex;
    overflow: hidden;
    position: relative;
}

.youModalSlider img {
    display: none;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.youModalSlider img.active {
    display: block;
}

.youModalControls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
}

.youModalControls button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.youModalControls button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}



@media only screen and (max-width:768px) {

    .GalleryAbout,
    .ExploreEvents {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .GalleryAboutContainer {
        width: 100%;
        height: auto;
        flex-wrap: wrap-reverse;
    }

    .About-Left,
    .About-Right,
    .ExploreEvents {
        width: 100%;
        height: auto;
    }

    .About-Right img {
        width: 100%;
    }

    .About-Left {
        /* padding: 40px auto; */
        height: 450px;
    }

    .About-Left h1,
    .ExploreEventsContainer h1,
    .Awards-Text h1,
    .Encouraging-Text h1,
    .WatchPodcast-Container h1,
    .LearnFrom h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .eventCard {
        width: auto;
        min-width: 350px;
        max-width: 400px;
    }

    .ExploreEventsCards {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .EventWrapper {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }


}

@media only screen and (max-width:768px) {
    body {
        padding: 10px;
        /* overflow: hidden; */
    }

    .Awards-Section,
    .whatsappCommunity,
    .watch-Podcast {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .Awards-Container,
    .whatsappContainer,
    .WatchPodcast-Container {
        padding: 0;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .Awards-Images,
    .Awards-Text,
    .Encouraging-Text,
    .QR-Code {
        width: 100%;
        height: auto;
    }

    .QR-Code {
        margin-top: 50px;
    }

    /* .Awards-Text h4  */
}



.ArticlesBoxes {
    width: 100%;
    max-width: 1400px;
    gap: 20px 20px;
    justify-content: space-between;
    align-items: start;
    margin-top: 10px;
    margin-bottom: 40px;
}

.ArticleBox {
    width: 25%;
    height: auto;
    min-height: auto;
    /* background-color: #111; */
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #11111125;
}

.ArticleBox h3,
.ArticleBox p {
    padding: 0 10px;
}

.ArticleBox h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #222;
    text-transform: capitalize;
}

.ArticleBox p {
    margin-bottom: 8px;
    text-align: justify;
    color: #333;
}

.ArticleBox a {
    color: #372ffc;
    font-weight: 500;
    /* padding-bottom: 15px; */
    /* margin-bottom: 15px; */
    padding: 0 10px;
}


.ArticleBox img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
}

.LearnFrom h1 {
    max-width: 1000px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .LearnFrom {
        width: 100%;
        height: auto;
    }

    .LearnFrom h1{
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .ArticlesBoxes{
        flex-wrap: wrap;
    }

    .ArticleBox{
        width: 100%;
        height: auto;
    }

    .ArticleBox a{
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

}

@media only screen and (max-width:768px) {
        .RiskoMeter, .youshouldKnow{
            width: 100%;
            height: auto;
            padding: 0;
        }

        .RiskoMeter-Container, .youContainer{
            width: 100%;
            height: auto;
        }

        .RiskoMeter-Container h1, .youContainer h1{
            font-size: 2.5rem;
            line-height: 3rem;
        }
}