@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*-------------------------------------------- VARIABLES ------------------------------------------------------*/
:root {
    --c-dark: #000000;
    --c-brand: #ce1b1c;
    --c-body: #4c4c4b;
    --c-green: #0a7434 ;
    --c-white: #fff;
    --font-base: "lato", sans-serif;
    --font-nav: "barlow Condensed", sans-serif;
    --box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    --transition: all 0.5s ease;
}
html{
    scroll-behavior: smooth;
}
#header img {
    height: 700px;
    object-fit: cover;
}

/*---------------------------------------------- RESET & HELPERS ---------------------------------------------*/
body{
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
}
body p {
    font-size: 20px;
}
a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}
a:hover {
    color: var(--c-brand-light);
}
img {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------ IMAGE ZOOM ------------------------------------------*/
.image-zoom {
    position: relative;
    overflow: hidden;
}
.image-zoom-wrapper {
    position: relative;
    overflow: hidden;
}
.image-zoom-wrapper img {
    transition: var(--transition);
}
.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

/*------------------------------------------------------ SECTION PADDING ---------------------------------------*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*----------------------------------- TOP NATIGATION ---------------------------------*/
.top-nav {
    background-color: var(--c-brand);
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav p {
    margin-bottom: 0px;
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-nav);
}
.top-nav i,
.top-nav span {
    vertical-align: middle;
}
.social-links a{
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    transition: all 0.4s ease;
}
.social-links a:hover {
    background-color: #fff;
    color: #c4161c;
}
/* Dropdown menu box */
.dropdown-menu {
    border-radius: 10px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    font-family: var(--font-nav);
    text-transform: capitalize;
}
.dropdown-menu .dropdown-item {
    font-size: 17px;          
    font-weight: 500;         
    color: #333;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    color: #c4161c; 
}

/*------------------------------------- NAVBAR ----------------------------------------*/
.navbar .nav-link {
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--c-dark);
    font-size: 20px;
    text-transform: capitalize;
}
.navbar-nav .nav-link.active {
    color: var(--c-brand);
}
.navbar .nav-link:hover {
    color: var(--c-brand);
}
.custom-caption {
    left: 5%;        
    right: auto;     
    text-align: left;
    justify-content: flex-start;
}
.custom-caption h1 {
    font-size: 90px;
    margin-top: 5%;
    font-weight: bold;
}
.custom-caption h3 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
}

/*------------------------------------- CAROUSEL ----------------------------------------*/
.carousel-item img {
    height: 90vh;        
    object-fit: cover;
}
.carousel-caption {
    padding: 20px;
}
.carousel-caption img {
    height: 70px;        
    object-fit: cover;
}
.carousel-indicators {
    display: none;
}
.carousel-caption h4 {
    font-size: 25px;
    font-weight: 300;
    color: white;
}
.carousel-caption h3 {
    font-size: 25px;
    font-weight: 500;
    color: white;
    font-style: italic;
}
.carousel-caption h1 {
    color: rgb(235, 226, 226);
}
.carousel-item {
    position: relative;
}
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    background: rgba(10, 116, 52, 0.5); /* #0a7434 with opacity */
    z-index: 1;
}
#activityCarousel .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    z-index: 1;
}
#activityCarousel .carousel-item::before {
    content: none;
}
#activityCarousel {
    border-radius: 10px;
    overflow: hidden;
}
.carousel-img {
    border-radius: 10px;
}
.carousel-caption {
    z-index: 2;
}
#youthSlider h2::before,
#youthSlider h2::after {
    content: "";
    width: 40px;
    height: 24px;
    margin: 0 10px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.btn-supportUs.active,
.btn-supportUs:focus,
.btn-supportUs:active {
    background-color: #000; /* active color */
    color: #fff;
    border-color: #000;
}

.btn-supportUs.active {
    background-color: #fff !important;
    color: var(--c-brand) !important;
    border-color: var(--c-brand) !important;
}

/* Remove lines on small screens */
@media (max-width: 768px) {
    #youthSlider h2::before,
    #youthSlider h2::after {
        display: none;
    }
}
.carousel-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: var(--c-dark);
    width: 40px;
    height: 70px;
    margin: auto;
}

@media (max-width: 768px) {
    .carousel-bg {
        min-height: auto;
        padding: 100px 0px;
    }

    .custom-caption h1 {
        font-size: 40px;
    }
}

.carousel-bg {
    display: flex;
    align-items: center;
    position: relative;
}

.custom-caption {
    position: relative;
    z-index: 2;
}

/*-------------------------------------------------- BTN ---------------------------------------------------*/
.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
}
.btn.btn-signup {
    background-color:  var(--c-brand);
    color: #fff;
    border: 1px solid #fff;
}
.btn.btn-signup:hover {
    background-color: #fff;
    border-color: var(--c-brand);
    color: var(--c-brand);
    border: 1px solid var(--c-brand);
}
.btn.btn-supportUs {
    color: #0a7434;
    background-color: white;
    border: 1px solid var(--c-brand);
    border-radius: 20px;
    padding: 3px 27px;
}
.btn-supportUs:hover {
    background-color: #fff;
    color: var(--c-brand);
    border: 1px solid var(--c-brand);
}
.btn.btn-supportUs1 {
    background-color: #fff;
    color: #0a7434;
    border: 1px solid var(--c-brand);
    border-radius: 20px;
    padding: 8px 27px;
}
.btn-supportUs1:hover {
    background-color: #fff;
    color: var(--c-brand);
    border: 1px solid var(--c-brand);
}
.btn.btn-contact {
    color: var(--c-dark);
    background-color: var(--c-brand);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 27px;
}
.btn-contact:hover {
    background-color: var(--c-brand);
    color: #fff;
    border: 1px solid #fff;
}
.btn-supportUs1 i {
    display: inline-block;
    transition: transform 0.3s ease;
    color: var(--c-dark)
}
.btn-supportUs1:hover i {
    transform: translateX(8px);
    color: #c4161c
}
.btn-contact i {
    display: inline-block;
    transition: transform 0.3s ease;
    color: var(--c-dark)
}
.btn-contact:hover i {
    transform: translateX(8px);
    color: #ffffff
}
.btn-send {
    background-color: var(--c-brand);
    color: white;
    border: 1px solid white;
}
.btn-send:hover {
    background-color: var(--c-brand);
    color: var(--c-brand);
}
.btn-learnmore{
    display: inline-block;
    color: var(--c-dark);
    background-color: var(--c-brand);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}
.btn-learnmore:hover{
    color: #fff;
    background-color: var(--c-brand);
    transform: translateY(-2px);
}
.btn-learnmore i {
    display: inline-block;
    transition: transform 0.3s ease;
    color: var(--c-dark)
}
.btn-learnmore:hover i {
    transform: translateX(8px);
    color: #ffffff
}

/*---------------------------------- DONATE PAGE ------------------------------------------*/
.donate-form {
    background-color: #0a7434;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    max-width: 80%;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.donate-form .form-label {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.donate-form h4 {
    background-color: #fff;
    padding: 10px;
    color: var(--c-dark);
    text-transform: uppercase;
    border-radius: 10px;
}
.donate-form h4 i {
    font-size: 27px;
    padding: 10px;
}
.donate-form .btn.btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 500;
}
.donate-form .btn.btn-outline-primary:hover {
    background-color: #ce1b1c !important;
    color: #fff !important;
    font-weight: 700;
    border-color: #fff !important;
}

/* Inputs */
.donate-form .form-control,
.donate-form .form-select {
    border-radius: 6px;
    border: none;
    padding: 10px;
}

/* Input focus */
.donate-form .form-control:focus,
.donate-form .form-select:focus {
    box-shadow: none;
    border: 2px solid #c4161c;
}

/* Amount buttons */
.donate-form .btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 500;
}

/* Hover + active */
.donate-form .btn-outline-primary:hover,
.donate-form .btn-outline-primary.active {
    background-color: #c4161c;
    border-color: #c4161c;
    color: #fff;
}

/* Donate button */
.donate-form .btn-danger {
    background-color: #c4161c;
    border: none;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
}

.donate-form .btn-danger:hover {
    background-color: #c4161c;
    color: #000;
}
.donate-form .btn-danger i {
    display: inline-block;
    transition: transform 0.3s ease;
    color: #fff
}
.donate-form .btn-danger:hover i {
    transform: translateX(8px);
    color: #000;
}
/*---------------------------------- VOLUNTEER PAGE ------------------------------------------*/
.volunteer-form {
    background-color: #0a7434;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    max-width: 80%;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.volunteer-form .form-label {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.volunteer-form h4 {
    background-color: #fff;
    padding: 10px;
    color: var(--c-dark);
    text-transform: uppercase;
    border-radius: 10px;
}
.volunteer-form h4 i {
    font-size: 27px;
    padding: 10px;
}
.volunteer-form .btn.btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 500;
}
.volunteer-form .btn.btn-outline-primary:hover {
    background-color: #ce1b1c !important;
    color: #fff !important;
    font-weight: 700;
    border-color: #fff !important;
}

/* Inputs */
.volunteer-form .form-control,
.volunteer-form .form-select {
    border-radius: 6px;
    border: none;
    padding: 10px;
}

/* Input focus */
.volunteer-form .form-control:focus,
.volunteer-form .form-select:focus {
    box-shadow: none;
    border: 2px solid #c4161c;
}

/* Amount buttons */
.volunteer-form .btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 500;
}

/* Hover + active */
.volunteer-form .btn-outline-primary:hover,
.volunteer-form .btn-outline-primary.active {
    background-color: #c4161c;
    border-color: #c4161c;
    color: #fff;
}


.volunteer-form .btn-danger {
    background-color: #c4161c;
    border: none;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
}

.volunteer-form .btn-danger:hover {
    background-color: #c4161c;
    color: #000;
}
.volunteer-form {
    background-color: #0a7434;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    max-width: 800px;
}

.volunteer-form .form-label {
    color: #fff;
}

.volunteer-form .form-control,
.volunteer-form .form-select {
    border: none;
    border-radius: 6px;
}

.volunteer-form .form-control:focus,
.volunteer-form .form-select:focus {
    box-shadow: none;
    border: 2px solid #c4161c;
}

.volunteer-form button {
    font-weight: 600;
    padding: 12px;
}

/*-------------------------------------- ABOUT ----------------------------------------------*/
#about {
    background-color: #000;
    color: var(--c-white);
}
#about h2{
    color: var(--c-white);
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#about p {
    text-align: left;
}
#about p a {
    color: var(--c-brand);
}

#about p a:hover {
    color:var(--c-white);
}

#about p a i {
    display: inline-block;
    transition: transform 0.3s ease;
}

#about p a:hover i {
    transform: translateX(8px);
}

.img-hover-zoom {
    overflow: hidden;
    border-radius: 10px; 
    border: 2px solid var(--c-white);
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/*------------------------------------ WHAT WE DO ------------------------------------------------*/
#whatwedo h3{
    color: var(--c-dark);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
#whatwedo h5{
    color: var(--c-green);
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}
#whatwedo .para {
    text-align: left;
}
#whatwedo .carousel-item img {
    height: 60vh;        
    object-fit: cover;
}
#whatwedo .check-list {
    list-style: none;
    padding-left: 0;   
    margin-left: 0;    
}
#whatwedo .check-list li {
    display: flex;     
    align-items: center;
    font-size: 20px;
}
#whatwedo .check-list li::before {
    content: "✔";
    color: green;
    margin-right: 8px;
}
#about h3{
    color: var(--c-white);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
#about h2{
    color: var(--c-white);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
#about h5{
    color: #fff;
    font-size: 25px;
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
}
.team-member small {
    display: block;
    text-align: left;
}
#about .team-title {
    font-size: 18px;
}
#about .team-member {
    font-size: 14px;
}
#about h6 {
    color: var(--c-green);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#about .team-title {
    text-decoration: none;
}
#about i {
    color: var(--c-brand);
    font-size: 30px;
    display: block;
    text-align: center;
}
#about .para1 {
    color: var(--c-body);
    text-align: center;
}
.custom-card {
    transition: all 0.4s ease;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.custom-card:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-5px);
}
.custom-card img {
    filter: brightness(0) invert(1);
    width: 20px;  
    height: 20px;  
    object-fit: contain;
}
.whatwedo1 {
    padding: 44px, 24px;
    text-align: center;
}
.whatwedo1 h3 {
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 800;
    text-decoration: underline;
}
#whatwedo1 h5{
    color: var(--c-green);
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}
#whatwedo1 .whatwedo1 h5{
    color: var(--c-brand);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.whatwedo1 p{
    text-align: center;
}
.whatwedo1 .icon-box {
    width: 40px;
    height: 40px;
    background-color: var(--c-green);
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.whatwedo1 p {
    font-size: 18px;
}
.whatwedo1 h5 {
    text-transform: capitalize;
    color: var(--c-brand);
    font-weight: 700;
}
#whatwedo1 h2{
    color: var(--c-dark);
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
/*---------------------------------------------------- SIGN UP ------------------------------------------------------*/
#register {
    background:
        linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
        url(../images/activities/img1.jpg);

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}
#register p, 
#register h2 {
    color: #fff;
}
/*---------------------------------------------------- GALLERY ------------------------------------------------------*/
.program-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.program-wrapper img{
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.program-wrapper .btn {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.6s ease;
}
.program-wrapper:hover .btn {
    top: 50%;
    opacity: 1;
}
.program-wrapper:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}
.btn.btn-viewProject {
    color: #fff;
    background-color: var(--c-brand);
    border: 1px solid #fff;
    padding: 8px 18px;
}
/*-------------------------------------------------- EVENT ---------------------------------------------------------*/
.events .nav-pills .nav-link {
    padding: 35px 30px !important;
    margin-bottom: 10px;
    color: var(--c-green);
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    border-radius: 12px;
}
.events .nav-pills .nav-link:hover {
    background-color: var(--c-green);
    color: #fff;
}
.events .nav-pills .nav-link.active {
    color: #fff;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    background: var(--c-green);
}
.events .nav-pills .nav-link::after{
    position: absolute;
    top: 50%;
    bottom: 10px;
    right: -11px;
    width: 0;
    height: 0;
    margin-top: -10px;
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--c-green);
    opacity: 0;
}
.events .nav-pills .nav-link.active::after {
    opacity: 1;
}
.event-wrap {
    width: 100%;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border-radius: 22px;
    color: var(--c-body);
    font-weight: 400;
}
/*-------------------------------------------------- TEAM ---------------------------------------------------------*/
.team-member {
    text-align: center;
}
.team-member h5 {
    margin-top: 24px;
}
.team-member .team-member-img {
    position: relative;
    overflow: hidden;
}
.team-social-links {
    display: flex;
}
.team-social-links a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    display: flex;
    color: var(--c-brand);
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
}
.team-member .team-social-links {
    position: absolute;
    bottom: 60px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}
.team-social-links a:hover {
    background-color: var(--c-brand);
    color: #fff;
}
.team-member:hover .team-social-links {
    bottom: 30px;
    opacity: 1;
    transition: all 0.6s ease;
}
.team-member img {
    transition: all 0.4s ease;
    filter: grayscale(100%);
}
.team-member:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}
#team h3 {
    color: var(--c-brand);
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 20px;
}

/*-------------------------------------------------- TEAM ---------------------------------------------------------*/
#contact-us {
    background-color: #fff;
}
#contact-us h2{
    color: #fff;
}
#contact-us .btn-signup {
    width: auto;
    display: inline-block;
    padding: 8px 20px;
}
.contact-form {
    border-radius: 5px;
}
.contact-form .form-control {
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s ease;
}
.contact-form .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.15rem rgba(25,135,84,0.15);
}

#contact-us .contact-wrapper,
.map-wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.contact-form textarea {
    resize: none;
}



.btn-brand {
    background-color: #198754;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-brand:hover {
    background-color: #146c43;
    color: #fff;
}

/*-------------------------------------------------- TEAM ---------------------------------------------------------*/
.footer-top {
    background:
        linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
        url(../images/activities/slider.jpg);

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}
#register p, 
#register h2 {
    color: #fff;
}
#footer a{
    color: var(--c-dark);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.6s ease;
}
#footer a:hover{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#footer .btn {
    margin-left: 0px;
    margin-top: 10px;
}
.footer-bottom {
    background-color: var(--c-brand);
    padding-top: 0;
    padding-bottom: 0;
}
.footer-bottom p {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-nav);
    margin-bottom: 0;
    margin-top: 0;
}
.footer-bottom i,
.footer-bottom span {
    vertical-align: middle;
}
#footer .footer-bottom .social-links a{
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    transition: all 0.4s ease;
}
#footer .footer-bottom .social-links a:hover {
    background-color: #fff;
    color: #c4161c;
}
.footer-bottom {
    padding: 0 !important;
}

.footer-bottom .row {
    margin: 0;
}

.footer-bottom .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .Copyright {
    font-size: 10px; 
    color: #fff;
}

/* PARTNERS */
.partners-section {
    padding: 64px, 0;
}

.section-title {
    text-align: center;
}

.section-title h3{
    color: var(--c-brand);
}

.logos-slider {
    overflow-x: hidden;
}

.overflow {
    display: flex;
    padding: 5rem 1rem;
    overflow: hidden;
}

.logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: logoLoop 30s linear infinite;
}

.logo-item {
    margin-left: 1rem;
    padding: 1rem;
    aspect-ratio: 30/9;
    display: grid;
    place-items: center;
}

.logo-item img {
    height: 50px;
    width: 100px;
    margin-inline: 2rem;
}

@keyframes logoLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translate(-100%);
    }
}
