.top-header {
    background-color: #0a5b98d3;
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-header a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

.top-header a:hover {
    color: #ddd;
}

.social-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
}

.social-icons a:hover {
    color: #ddd;
}

* {
    padding: 0;
    margin: 0;

}

/* Navbar styling */
.navbar {
    /* position: fixed; */
    z-index: 5;
    /* margin-top: 100px; */
    background-color: #f1f4f7;
    color: black;
}

.main-body {
    background-color: rgb(243, 225, 201) !important;
}

.navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: rgb(18, 1, 1);
}

.navbar-nav .nav-link:hover {
    color: #0b0707;
}

/*Custom CSS to remove hover effect and shadow on the navbar toggler button */
.navbar-toggler:hover {
    background-color:
        transparent !important;
    border-color:
        transparent !important;
}

.navbar-toggler {
    box-shadow:
        none !important;
}

/* Hero section styling */
.hero-header {
    position: relative;
    color: white;
    text-align: center;
    padding: 100px 20px;
    background-color: black;
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/sport2.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    
    /* Adjust this value for desired opacity */
    z-index: 1;
}
   




.hero-header * {
    position: relative;
    z-index: 2;
    /* Ensure the content is above the pseudo-element */
}


.hero-header h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-header p {
    font-size: 1.2rem;
    margin: 20px 0;
}

/* section end */

.hero-section {
    position: relative;
    color: white;
    text-align: center;
    padding: 100px 20px;
    background-color: black;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/about1.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    
    /* Adjust this value for desired opacity */
    z-index: 1;
}
   




.hero-section * {
    position: relative;
    z-index: 2;
    /* Ensure the content is above the pseudo-element */
}


.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
    margin: 20px 0;
} 

/*** Hero Header ***/
.hero-section {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .hero-section {
    background-image: url('images\about1.jpg');
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: rgb(19, 16, 16);
    
} */

.hero-section img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/* this is info card */

.info-card {
    border: none;
    background-color: transparent;
}

.info-card .card-body {
    /* border: 2px solid red; */
    background-color: white;
    margin-bottom: 10px;

}

.info-card .card-body .blank-head1 {
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(55, 106, 141);
}

.info-card .card-body .blank-head2 {
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(163, 243, 143);
}

.info-card .card-body .blank-head3 {
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(177, 113, 204);
}


.info-card .card-body img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* Circular image */
    padding: 10px;
    margin-top: -50px;
    /* If necessary, adjust positioning */
    background-color: white;
    object-fit: cover;
    /* Ensure the image covers the container properly */
}


.info-card .card-body h5 {
    font-size: 19px;
}

.info-card .card-body p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding: 15px;
    text-align: left;
}


.info-card h5 {
    font-weight: bold;
    color: #333;
}

.info-card p {
    color: #666;
}

.programs{
    background-color: azure;
}

.programs .box1{
    background-color:rgb(149, 153, 219) ;
    margin-bottom:10px;
  }

  .programs .box2{
    background-color:rgb(226, 230, 230) ;
    margin-bottom:10px;
  }

  .programs .box3{
    background-color: rgb(245, 179, 230) ;
    margin-bottom:10px;
  }

  .programs .box4{
    background-color:rgb(245, 179, 179) ;
    margin-bottom:10px;
  }

  .programs .box5{
    background-color:rgb(215, 179, 245) ;
    margin-bottom:10px;
  }

  .programs .box6{
    background-color:rgb(212, 245, 179) ;
    margin-bottom:10px;
  }

  .programs .box7{
    background-color:rgb(181, 245, 179) ;
    margin-bottom:10px;
  }

  .programs .box8{
    background-color:rgb(141, 167, 101) ;
    margin-bottom:10px;
  }
  
   /* Remove text underline for links */
        .programs a {
            text-decoration: none;
            color:black;
        }

        /* Adjust image styles */
        .programs .serv-img img{
            float: right;
            width: 160px;
            height: 105px;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            margin-right: -10px;
        }

        .programs .serv{
            float: left;
        }
        
        @media screen and (max-width: 600px) {
  .programs .serv-img img{
      width: 50rem;
      /*border: 2px solid red;*/
  }
  .serv h3{
      font-size: 20px;
  }
  .serv p{
    font-size: 14px;
}
    .programs .box3, .box4, .box7, .box8 .serv h3{
        font-size: 18px;
    }
    
    .programs .box3, .box4, .box7, .box8 .serv p{
        font-size: 13px;
    }
} 

 /*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  height: calc(100% - 38px);
  transition: .5s;
}

.team-item img {
  transition: .5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item:hover {
  height: 100%;
}

.team-item .btn {
  border-radius: 38px 38px 0 0;
}

/*** mentors ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
  }
  
  .team-item img {
    transition: .5s;
  }
  
  .team-item:hover img {
    transform: scale(1.1);
  }
  
  .team-item:hover {
    height: 100%;
  }
  
  .team-item .btn {
    border-radius: 38px 38px 0 0;
  }
  
  a{
    text-decoration: none;
  }


  /* motion story section start */
  /* CSS for the Play Button */
.btn-play {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
    border: 2px solid white; /* White border */
    border-radius: 50%; /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem; /* Icon size */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    }
    
    .btn-play i {
    font-size: 2rem; /* Adjust play icon size */
    }
    
    .btn-play:hover {
    background-color: rgba(255, 255, 255, 0.6); /* Lighter background on hover */
    transform: scale(1.1); /* Slight zoom effect */
    color: #f8f9fa; /* Lighter color on hover */
    }
    
    .video {
    position: relative;
    overflow: hidden;
    }
    
    .video img {
    width: 100%;
    height: auto;
    }
    
    /* Video Scroll Section CSS */
    .video-scroll-wrapper {
        overflow-x: auto; /* Enable horizontal scroll */
        white-space: nowrap; /* Prevent line breaks */
    }
    
    .video-scroll {
        display: flex;
        flex-wrap: nowrap; /* Disable wrapping */
        gap: 1rem; /* Spacing between video items */
    }
    
    .video-scroll .video {
        flex: 0 0 auto; /* Prevent videos from shrinking */
        width: 400px; /* Set the width of each video item */
        border-radius: 10px;
    }
    
    /* Hide scrollbar but allow scrolling */
    .video-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .video-scroll-wrapper {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    /* Scroll buttons */
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        font-size: 2rem;
        cursor: pointer;
        z-index: 10;
    }
    
    .scroll-left {
        left: 0;
    }
    
    .scroll-right {
        right: 0;
    }
    
    .scroll-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    /* Adjust video item width for smaller screens */
    @media (max-width: 768px) {
        .video-scroll .video {
            width: 400px;
        }
    }
    
    
    @media (max-width: 768px) {
        .video-scroll {
            display: flex;
            flex-wrap: nowrap; /* Disable wrapping */
            gap: 18rem; /* Spacing between video items */
        }
        }

        
#footer-section{
    background-color: #0a5b98d3;
}


.team-member {
    text-align: center;
    margin-bottom: 30px;
    /* opacity: 0; */
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .team-member img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    max-width: 200px;
  }
  .team-member h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .team-member .dropdown-icon {
      position: relative;
    font-size: 24px;
    cursor: pointer;
    color: #007bff;

  }
  .team-member .dropdown-content {
      position: absolute;
    display: none;
    margin-top: 15px;
    border: 2px solid black;
    z-index: 1000;
    max-width: 400px;
    left: 10px;
    top: 200px;
  }
  .team-member:hover .dropdown-content{
      display: block;
      background-color: #007bff;
      border-radius: 10px;
      padding: 5px;
      color: white;
      transform: translateY(30px);
      transition: transform 0.3s ease;
  }
  /* .fade-in {
    opacity: 1;
    transform: translateY(0);
  } */
    
  
/* volunteer icon */
#btn-volunteer-form{
    position:fixed;
    writing-mode: vertical-rl;
    bottom:200px;
    right:5px;
    width:35px;
    height:165px;
    z-index:1000;
    text-align:center;
    padding-right:-10px;
    /*background-color:white;*/
    /*color:blue;*/
    /*text-orientation: upright;*/
    cursor: pointer;
    animation: jump 1s infinite;
}

/* WhatsApp Icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    cursor: pointer;
    animation: jump 1s infinite;
}

.whatsapp-icon img {
    width: 100%;
    height: auto;
}

/* Jumping Animation */
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* CSS for the Play Button */
.btn-play {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    /* Semi-transparent background */
    border: 2px solid white;
    /* White border */
    border-radius: 50%;
    /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    /* Icon size */
    transition: all 0.3s ease;
    /* Smooth transition for hover effect */
}

.btn-play i {
    font-size: 2rem;
    /* Adjust play icon size */
}

.btn-play:hover {
    background-color: rgba(255, 255, 255, 0.6);
    /* Lighter background on hover */
    transform: scale(1.1);
    /* Slight zoom effect */
    color: #f8f9fa;
    /* Lighter color on hover */
}

.video {
    position: relative;
    overflow: hidden;
}

.video img {
    width: 100%;
    height: auto;
}

/* Video Scroll Section CSS */
.video-scroll-wrapper {
    overflow-x: auto;
    /* Enable horizontal scroll */
    white-space: nowrap;
    /* Prevent line breaks */
    position: relative;
}

.video-scroll {
    display: flex;
    flex-wrap: nowrap;
    /* Disable wrapping */
    gap: 1rem;
    /* Spacing between video items */
}

.video-scroll .video {
    flex: 0 0 auto;
    /* Prevent videos from shrinking */
    width: 400px;
    /* Set the width of each video item */
    border-radius: 10px;
}

/* Hide scrollbar but allow scrolling */
.video-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.video-scroll-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Scroll buttons */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Adjust video item width for smaller screens */
@media (max-width: 1200px) {
    .video-scroll .video {
        width: 300px;
        /* Reduce size for larger screens */
    }
}

@media (max-width: 992px) {
    .video-scroll-wrapper {
        padding: 0 15px;
        /* Add padding to avoid edge clipping */
    }

    .video-scroll .video {
        width: 250px;
        /* Further reduce size */
    }
}

@media (max-width: 768px) {

    /* Adjust layout for smaller screens */
    .video-scroll-wrapper {
        padding: 0 10px;
        /* Less padding for narrow screens */
    }

    .video-scroll .video {
        width: 220px;
        /* Further reduce size for smaller screens */
    }

    .scroll-btn {
        font-size: 1.5rem;
        /* Reduce size of buttons */
        padding: 8px;
    }

    .video-scroll {
        gap: 0.5rem;
        /* Reduce gap between videos */
    }
}

@media (max-width: 576px) {
    .video-scroll .video {
        width: 180px;
        /* Smaller video items on extra small screens */
    }

    .btn-play {
        width: 60px;
        height: 60px;
        /* Smaller play button */
    }

    z .btn-play i {
        font-size: 1.5rem;
        /* Smaller icon size */
    }

    .scroll-btn {
        font-size: 1.25rem;
        /* Smaller scroll button font size */
        padding: 6px;
    }
}



/* CSS for the Play Button */
.btn-play {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    /* Semi-transparent background */
    border: 2px solid white;
    /* White border */
    border-radius: 50%;
    /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    /* Icon size */
    transition: all 0.3s ease;
    /* Smooth transition for hover effect */
}

.btn-play i {
    font-size: 2rem;
    /* Adjust play icon size */
}

.btn-play:hover {
    background-color: rgba(255, 255, 255, 0.6);
    /* Lighter background on hover */
    transform: scale(1.1);
    /* Slight zoom effect */
    color: #f8f9fa;
    /* Lighter color on hover */
}

.video {
    position: relative;
    overflow: hidden;
}

.video img {
    width: 100%;
    height: auto;
}

/* Video Scroll Section CSS */
.video-scroll-wrapper {
    overflow-x: auto;
    /* Enable horizontal scroll */
    white-space: nowrap;
    /* Prevent line breaks */
}

.video-scroll {
    display: flex;
    flex-wrap: nowrap;
    /* Disable wrapping */
    gap: 1rem;
    /* Spacing between video items */
}

.video-scroll .video {
    flex: 0 0 auto;
    /* Prevent videos from shrinking */
    width: 400px;
    /* Set the width of each video item */
    border-radius: 10px;
}

/* Hide scrollbar but allow scrolling */
.video-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.video-scroll-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Scroll buttons */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Adjust video item width for smaller screens */
@media (max-width: 768px) {
    .video-scroll .video {
        width: 400px;
    }
}


@media (max-width: 768px) {
    .video-scroll {
        display: flex;
        flex-wrap: nowrap;
        /* Disable wrapping */
        gap: 18rem;
        /* Spacing between video items */
    }
}

.scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.campaigns_story {
    display: flex;
    animation: scrollLeft 20s linear infinite;
    will-change: transform;
}

.campaigns_story>div {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 300px;
}


.campaigns-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* .campaigns-card{
    background-color: yellow;
} */

.campaigns-card .card-body {
    padding: 10px;
    text-align: center;
    
}

.campaigns-card div .card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.campaigns-card div .card-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.campaigns-card div .btn {
    text-decoration: none;
    background-color: #0a5b98d3;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.campaigns-card div .btn:hover {
    background-color: #197fce;
}

/* Keyframes for scrolling animation */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.navbar-campaigns{
    list-style-type:none;
    display: flex;
    justify-content: space-around;
    background-color: rgb(119, 138, 224);
    
}

.navbar-campaigns >.campaigns-item{
    font-size: larger;
    text-align: center;
    font-weight: 500;
    
    
}

.navbar-campaigns .campaigns-item > .nav-link{
    color: black;
    padding: 25px;
}

.navbar-campaigns .campaigns-item > .nav-link:hover{
    background-color: rgba(9, 30, 62, .85);
    color: white;
    font-weight: 500;
    border-radius: 10px;
}

.navbar-campaigns .campaigns-item > .active{
    background-color: rgba(9, 30, 62, .85);
    color: white;
    font-weight: 500;
    
}

 /* Mobile responsiveness */
 @media (max-width: 767px) {
    .navbar-campaigns {
        display: flex;
    justify-content: space-around;
        font-size: 10px;
        font-weight: 500;

    }
    
}

/* this is campaigns start */
.card-box {
    position: relative;
    width: 100%;
  }
  
  .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .card-box:hover .card-img-top {
    opacity: 0.3;
  }
  
  .card-box:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-align: center;
  }
  
  /* Truncate card text */
  .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* show approx 4 lines */
    -webkit-box-orient: vertical;
  }
  

