@import url(roots.css);

html,
body {
    scroll-behavior: smooth;
}

body {
    color: #111c21;
}

@font-face {
    font-family: "glacial indifference";
    src: url(../fonts/GlacialIndifference-Regular.otf);
}

@font-face {
    font-family: "glacial indifference blod";
    src: url(../fonts/GlacialIndifference-Bold.otf);
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Regular.ttf);
}

@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "kollektif";
    src: url(../fonts/Kollektif.ttf);
}

@font-face {
    font-family: "inter";
    src: url(../fonts/Inter-VariableFont.ttf);
}

*,
body {
    box-sizing: border-box;
}

body {
    font-family: var(--family-1);
    background-color: var(--color-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    display: nonemid
}


/*UNIVERSAL CLASSES*/

.iconf1 {
    width: 25px;
    aspect-ratio: 1/1;
}

.logo-1 {
    height: 70px;
    /* background-color: red; */
}

.logo-3 {
    height: 85px;
    /* background-color: red; */
}



.section-type-one {
    width: 100vw;

    /*height: 100svh; */
    margin: auto;
    text-align: center;
    position: relative;
}

.section-type-two {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section-type-three {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

.section-type-four {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    justify-content: space-between;
    flex-shrink: 1;

    gap: 2em;
    margin: 10vh auto;
}


/* .section-type-two>* {
    flex: 1;
} */

.h1-type-one {
    color: var(--color-12);
    font-size: var(--font-size-2);
    position: relative;
    font-family: var(--family-3);
    font-weight: 800;
    letter-spacing: 1px;
}

.h2-type-one {
    color: var(--color-6);
    font-family: var(--family-4);
    font-size: var(--font-size-2);
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 2px solid var(--color-2);
    width: min-content;
    margin: auto;
}

.h2-type-two {
    color: var(--color-6);
    font-family: var(--family-4);
    font-size: var(--font-size-2);
    font-weight: 400;
    text-transform: capitalize;
    /* border-bottom: 2px solid var(--color-2); */
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

.h2-type-two span {
    color: var(--color-2);
}

.h2-type-three {
    color: var(--color-6);
    font-family: var(--family-4);
    font-size: var(--font-size-7);
    font-weight: 400;
    text-transform: capitalize;
    /* border-bottom: 2px solid var(--color-2); */
    width: fit-content;
    width: -moz-fit-content;
    /* margin: auto; */
}

.h2-type-five {
    color: var(--color-6);
    font-family: var(--family-4);
    font-size: 14;
    font-weight: bold;
    text-transform: capitalize;
    /* border-bottom: 2px solid var(--color-2); */
    width: fit-content;
    width: -moz-fit-content;
    transition: all 1s;
    /* margin: auto; */
    margin-bottom: 200px;
}

.h2-type-six {
    color: var(--color-6);
    font-family: var(--family-1);
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    /* border-bottom: 2px solid var(--color-2); */
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px auto;
}

.h2-type-six span {
    color: var(--color-2);
}

.h3-type-zero {
    font-family: var(--family-2);
    font-size: calc(16px * 1.618);
    font-weight: 400;
    text-align: left;
    text-wrap: pretty;
    color: var(--color-4);
    line-height: 30px;
    margin-bottom: 40px;
}

.h4-type-one {
    font-family: var(--family-6);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--color-6);
}

.p-type-one {
    color: var(--color-0);
    font-family: Arial;
    font-size: 20px;
    position: relative;
    font-weight: 100;
    letter-spacing: 1.5px;
}

.p-type-two {
    text-align: center;
    font-family: var(--family-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.p-type-three {
    font-family: var(--family-3);
    font-size: var(--font-size-4);
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-11);
}

.members-link {
    text-decoration: none;
}

.p-type-four {
    font-family: var(--family-3);
    font-size: var(--font-size-4);
    font-weight: 300;
    line-height: 1.6em;
}

.p-type-five {
    font-family: var(--family-3);
    font-size: var(--font-size-1);
    font-weight: 200;
    line-height: 1.6em;
    color: #18233a;
}

.p-type-six {
    font-family: var(--family-2);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 25px !important;
}

.p-type-seven {
    font-family: var(--family-2);
    font-size: 17px;
    font-weight: 400;
    line-height: 25px !important;
}

.button-type-one {
    border-radius: 46px;
    background: #934497;
    color: var(--color-0);
    font-family: var(--family-3);
    border: none;
    padding: 10px 80px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin: 30px auto 10px;
}

.button-type-one {
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
    /* Add color transitions */
}

.hover-cover {
    cursor: pointer !important;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.hover-cover:hover {
    transform: scale(1.1);
    /* Scale the entire link when hovered */
}

.button-type-one:hover {
    /* transform: scale(1.05) !important; */
    background-color: inherit;
    /* This will not change the background if 'inherit' is set */
    border: 1px solid #934497;
    color: #934497;
}


.button-link {
    margin: auto;
}

/*UNIVERSAL CLASSES*/


/*HEADER*/

header {
    display: grid;
    padding: var(--padding-1);
    /* align-items: center; */
    min-height: auto;
    max-height: 20vh;
    max-height: 20svh;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav {
    transition: all 1s;
}

header nav ul li a {
    text-decoration: none;
    color: var(--color-2);
    font-family: var(--family-2);
    font-size: var(--font-size-1);
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.09s;
    transition-timing-function: linear;
}

header nav ul li a:hover {
    border-bottom: 3px dotted #944597;
    border-radius: 2px;
}

header nav ul li a.active {
    /* border-bottom: 2px solid #ff6a00; */
    position: relative;
    transition: all .5s;
    border-bottom: 3px dotted #944597
}

/* header nav ul li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: var(--color-2);
    transition: all .5s;
} */

header nav ul li a.active:hover::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    left: calc(50% - 2px);
}


/*HEADER*/


/*hero*/

.hero::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.hero {
    display: grid;
    align-items: end;
    /* background-image: url(../images/1.png); */
    /* background-image: url(../images/uaau-excom.webp); */
    background-size: cover;
    margin: 0 0 2vw 0;
    height: 85vh;
    /* .content{
        background-color: orange;
        height: 150px;
    } */
}

.hero-down {
    width: 50px;
}

/* .swiper-pagination{
background-color: #111c21;
z-index: 3;

} */
/*hero*/


/*section 2*/
.section-2 {
    background-color: #FEF4FF;

    padding: 2vw;
    margin: 2vw auto;
    height: 80vh;
    align-items: center;

}


.section-2 div {
    width: 470px;
    height: 480px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 5px;
    /* border: 5px pink dashed;  */


}

.section-2 div article {
    position: absolute;
    background-color: #4D1E4FF0;
    color: white;
    width: 100%;
    height: 35%;
    bottom: 0;
    padding: 0.5vw;
    display: grid;
    place-items: center;
    text-align: center;

    p {
        text-align: center;
        width: 85%;
    }
}

.section-2 div span {
    position: absolute;
    background-color: #934497;
    color: white;
    width: 130px;
    height: auto;
    top: 10%;
    padding: 0.5vw;
    display: grid;
    place-items: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: bold;
    letter-spacing: 0.8px;

}

.sec-2-1 {
    background-image: url(../ulgaimages/2.png);
}

.sec-2-2 {
    background-image: url(../images/ulga-eastern-meeting.jpg);
}

.sec-2-3 {
    background-image: url(../images/engagement-auditor-general.jpg);
}




/*section 2*/


/*section 3*/
.section-3 {
    margin: 0 2vw;
    gap: 2vw;
    height: 80vh;
    height: 80dvh;
    display: grid;
    align-items: center;
}

.section-3 div {
    height: 88vh;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.sec-3-1 {
    background-image: url(../images/past-and-present-presidents-ulga.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}



.sec-3-2 {
    display: grid;
    background-color: #EDE5EE;

}

.sec-3-2 p {
    width: 85%;
    margin: 7px auto;
    line-height: 1.5em;

}

.sec-3-2 h4 {
    width: 80%;
    margin: 35px auto 13px;
    text-align: center;

}



.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(147, 68, 151, 0.95);
    color: white;
    padding: 12px 15px;
    font-family: var(--family-2);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    height: 15% !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Add mobile responsiveness */
@media (max-width: 768px) {
    .section-3 {
        grid-template-columns: 1fr;
        height: auto;
        gap: 1vw;
        margin: 0;
        padding: 20px;
    }

    .sec-3-2 {
        padding: 20px;
    }

    .sec-3-2 p {
        width: 100%;
        margin: 15px auto;
        font-size: 14px;
    }

    .image-caption {
        height: auto;
        min-height: 0 !important;
        font-size: 12px;
        padding: 10px;
    }

   
}

@media (max-width: 480px) {
    .sec-3-1 {
        min-height: 300px;
    }

    .h1-type-one {
        font-size: 24px;
    }

    .h2-type-two {
        font-size: 20px;
    }

    .partner-logo {
        height: 50px;
    }
}

/*section 3*/


/*section 4*/
.section-4 h2 {
    font-weight: bold;
    /* margin: 2vh 0; */
}

.section-4 {
    text-align: center;
    padding: var(--padding-1);
    background-color: #FEF4FF;
    /* margin-top: 70px; */
    position: relative;
    /* background-color: var(--color-5); */
    height: 70vh;
    height: 70dvh;
    display: grid;
    align-items: center;

}


.section-4 section h2 {
    margin-bottom: 50px;
}

.section-4 button {
    margin: 0 auto;
    transform: translateY(-20px);
}

.sec-4-1 {
    display: flex;
    gap: 6vw;
    justify-content: center;
}

.sec-4-1 div {
    display: grid;
    position: relative;
    border-radius: 20px;
    width: 350px;
    aspect-ratio: 1.1/1;
    flex-shrink: 0;
    justify-content: center;
    place-content: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    background-color: #934497;
    text-align: center;


}

.sec-4-1 div img {
    margin: auto;
}

.sec-4-1 div h3 {
    color: var(--color-0);
    font-family: var(--family-10);
    font-size: var(--font-size-9);
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    margin: 15px auto 0;
}

.sec-4-1 div p {
    font-size: 15px;
    color: white;
    margin: auto 20px;
}

.sec-4-1 div h3 span {
    color: var(--color-3);
}

/* .sec-4-1 div::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.65));
    border-radius: inherit;
} */

.counter-box {
    transition: transform 0.3s ease-in !important;
}

.counter-box:hover {
    transform: scale(1.05) !important;
    box-shadow: 0px 8px 15px rgba(199, 198, 198, 0.5);
    /* Optional shadow */
}

.sec-4-1-2 {
    /* background-image: url(../images/5.png); */
}

.sec-4-1-3 {
    /* background-image: url(../images/6.png); */
}

.sec-4-1-4 {
    background-image: url(../images/7.png);
}

.sec-4-1-5 {
    background-image: url(../galleries/uninversal/arua.jpg);
}

.sec-4-1-6 {
    background-image: url(../galleries/uninversal/gulu.jpg);
}

.sec-4-1-7 {
    background-image: url(../galleries/uninversal/soroti.jpg);
}

.sec-4-1-8 {
    background-image: url(../galleries/uninversal/masaka.jpg);
}

.sec-4-1-9 {
    background-image: url(../galleries/uninversal/hoima.jpg);
}

.sec-4-1-10 {
    background-image: url(../galleries/uninversal/lira.jpg);
}

.sec-4-1-11 {
    background-image: url(../images/OIG.WeuP7y76K1O2dT.jfif);
}

.ibanda {
    background-image: url(../images/ibandamc.jpg);
}

.sec-4-1 div {
    transition: all 1s;
    background-size: 100%;
}

.sec-4-1 div:hover {
    background-size: 110%;
}


/*section 4*/

/* ADDED SECTIONS */
.U-section-1 {
    height: auto;
    margin: 10vh 4vw;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 60px; /* Add padding at bottom */
}

.U-section-1 h2 {
    font-weight: 800;
}



.top {
    font-size: 40px;
    text-align: right;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 20px;
}

.top span {
    color: #934497;
    /* background-color: #111c21; */
    fill: #934497;
}

.U-section-1 .middle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    /* justify-content: space-evenly; */
    width: auto;
    margin: auto;
    /* border: 3px dashed pink; */
    place-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 50px; /* Add space for dots */
}

.mid-item {
    width: 470px;
    height: 600px;
    /* background-color: pink; */
    position: relative;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;

}

.mid-item::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(227, 227, 227, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

.mid-item-1 {
    background-image: url(../images/ulga_president_new.webp);
}

.mid-item-2 {
    background-image: url(../images/president_swear_in.webp);

}

.mid-item-3 {
    background-image: url(../images/DEN_8975.jpg);

}

.mid-item-4 {
    background-image: url(../images/group_photo_nbsdm.jpg);

}

.mid-item-5 {
    background-image: url(../images/nbsdm_launch.jpg);

}

.mid-item article {
    width: 80%;
    height: auto;
    min-height: 120px;
    max-height: 200px; /* Increased from 180px */
    background-color: #934497;
    position: absolute;
    right: 0;
    bottom: 40px;
    color: var(--color-12);
    font-family: var(--family-4);
    display: grid;
    place-content: center;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    z-index: 1;
    padding: 20px 25px; /* Increased padding */
    overflow: hidden;
}

.mid-item article h3 {
    font-weight: 600;
    font-size: 23px;
    /* width: 80%; */
    margin: auto;

}

.mid-item article h4 {
    font-size: 18px;
    margin: 0 0 8px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid-item article p {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid_container .descrip {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* border: 3px dashed pink; */
    width: 100%;
    display: grid;
    align-items: center;
}

.mid_container .descrip p {
    width: 100%;
    margin-top: 30px;
}

.mid_container .descrip a {
    text-transform: uppercase;
    color: #934497;
    text-decoration: none;
    padding: 10px 90px;
    border: 1px solid #934497;
    border-radius: 57px;
    margin: 15px auto;
}

.U-section-1 .middle .dots {
    display: flex;
    gap: 10px;
    width: max-content;
    margin: 30px auto;

    /* border: 1px dashed pink; */
    div {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #D9D9D9;
        cursor: pointer;
    }

    .on {
        background-color: #944597;
    }
}

/* Update dots container styles */
.dots-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 0;
    z-index: 10;
}

.dots {
    display: inline-flex;
    gap: 8px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Adjust dots container positioning and styling */
.dots-container {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px; /* Increased from 20px */
    position: relative;
    z-index: 1001;
    bottom: 0;
}

/* Add media query for better mobile responsiveness */
@media (max-width: 768px) {
    .mid-item article {
        padding: 15px 20px;
        min-height: 100px;
        max-height: 180px;
    }
    
    .dots-container {
        padding: 10px 0;
    }
    
    .dots {
        gap: 6px;
        padding: 6px 12px;
    }
    
    .dots .dot {
        width: 10px;
        height: 10px;
    }
}

/* u-section-2 */

.U-section-2 {
    width: 100%;
    background-color: #FEF4FF;
    padding: 50px 0;

}

.U-section-2 * {
    margin: 30px auto;
}

.U-section-2 h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}

.U-section-2 .US2-1 {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.U-section-2 .US2-1 .US2-1-1 {
    display: flex;
    align-items: center;
    gap: 30px;
    /* line-height: 10px; */
    background-color: white;
    padding: 10px 4%;
    border-radius: 20px;
    margin: 0;
}

.US2-1-1 a {
    text-decoration: none;
    color: white;
}

.U-section-2 .US2-1 .box {
    text-align: center;
    background-color: #934497;
    width: 190px;
    color: #F9F9F9;
    border-radius: 10px;
    margin: 0;
}

.U-section-2 .US2-1 .box p:nth-child(1) {
    border-bottom: 1px solid white;
    width: 70%;
    padding-bottom: 20px;
}

.U-section-2 .US2-1 .box p:nth-child(2) {
    margin-top: -10px;
}

.U-section-2 .US2-1 .box-2 {
    margin: 0;
    width: max-content;
}

/* u-section-2 */
/* u-section-3 */
.U-section-3 {
    width: 100%;
    padding: 50px 0;
}

.U-section-3 h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin: 20px auto 35px;
}

.US3-1 {
    display: flex;
    gap: 50px;
    overflow-x: scroll;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}

.partner-logo {
    height: 100px;
}

/* u-section-3 */

/*resource center*/
.r-center-one {
    margin: 100px 5vw 60px;
    padding: 0 0 30px 0;
    text-align: center;
    border-bottom: 1px solid rgb(128, 128, 128, 0.4);
}

.box-2-rc {
    width: 300px !important;
}

/*resource center*/

/* ADDED SECTIONS */
/*MUNICIPALITES*/

.sec-4_0-1 {
    display: flex;
    gap: 1em;
    justify-content: center;
}

.sec-4_0-1 div {
    position: relative;
    border-radius: 5px;
    width: 170px;
    height: 110px;
    flex-shrink: 0;
    display: grid;
    align-items: end;
    background-position: center;
    cursor: pointer;
    transition: all 1s;
    background-size: cover;
}

.sec-4_0-1 div:hover {
    transform: scale(1.1);
}

.sec-4_0-1 div h3 {
    color: var(--color-0);
    font-family: var(--family-2);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.sec-4_0-1 div h3 span {
    color: var(--color-3);
}

.sec-4_0-1 div::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    border-radius: inherit;
}


/*MUNICIPALITES*/


/*section 5*/

.section-5 {
    width: 100%;
    transform: translateY(-50px);
}

.section-5 h2,
.underline {
    text-align: center;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
}

.section-5 h2::after {
    content: "";
    background-color: var(--color-2);
    position: absolute;
    /* inset: 0; */
    bottom: 0;
    height: 3px;
    width: 80%;
    left: 10%;
    /* right: 0; */
    /* margin: auto; */
    overflow: hidden;
}

.underline::after {
    content: "";
    background-color: var(--color-2);
    position: absolute;
    /* inset: 0; */
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    /* right: 0; */
    /* margin: auto; */
    overflow: hidden;
}

.section-5>* {
    margin: 50px auto;
    width: 100%;
    padding: var(--padding-1);
    /* overflow-x: scroll; */
    /* padding: var(--padding-1); */
}

.sec-5-1 {
    display: flex;
    /* flex-shrink: -1; */
    /* width: 100%; */
    justify-content: center;
    gap: 1em;
    margin-bottom: 2vh;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
    /* flex-wrap: wrap; */
}

.sec-5-1-1 {
    width: 380px;
    min-height: 480px;
    background-color: var(--color-9);
    /* border: 2px dashed pink; */
    min-width: 300px;
}

.img {
    height: 45%;
    background-size: cover;
    background-position: center;
}

.content-description {
    height: 55%;
    padding: 5px 20px;
}

.content-description>* {
    margin: 30px auto;
}

.content-description p {
    color: var(--color-8);
    font-family: var(--family-2);
    font-size: var(--font-size-1);
    font-style: normal;
    font-weight: 500;
    text-align: justify;
    position: relative;
    /* background-color: blue; */
}

.greenLink {
    color: var(--color-7);
    text-decoration: none;
    font-size: var(--font-size-6);
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
    margin-top: 40px;
    position: relative;
    bottom: -10px;
}

.sec-5-1-1:nth-child(1) .img {
    background-image: url(../images/8.png);
}

.sec-5-1-1:nth-child(2) .img {
    background-image: url(../images/9.png);
}

.sec-5-1-1:nth-child(3) .img {
    background-image: url(../images/10.png);
}


/*section 5*/


/*section 6*/

.section-6 {
    padding: var(--padding-1);
    background-color: white;
}

.section-6>* {
    margin: 20px auto;
    /* padding: var(--padding-1); */
}

.partners {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
    flex-grow: 1;
}

.section-6 span {
    text-decoration: none;
    color: white;
    font-size: calc(var(--font-big) * 1.4);
}


/*section 6*/


/*section 7*/

.section-7 {
    background-color: #934497;
    padding: 50px 5vw 50px;
    /* background-image: url('../images/14.png'); */
    background-position: top center;
    background-size: cover;
}

.section-7-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-wrap: pretty;
    place-content: center;
    justify-content: center;

}

.section-7-1>* {

    padding-left: 20px !important;

}

.footer-heading {
    text-transform: capitalize;
    font-weight: 600;
    color: #F9F9F9;
    font-family: var(--family-3);
    font-size: 20px;
    margin: 20px 0 25px;
}

.footer-list {
    list-style-type: none;
    padding: 0;
}

.footer-links {
    text-decoration: none;
    font-family: var(--family-2);
    color: #e6d9d9;
    font-size: 15px;
    line-height: 45px;
    font-weight: 300;
    /* transition: all 0.5s; */
    transition: all 0.25s linear;
}

[href="tel:+256775191739"] {
    /* background-color: blue; */
    line-height: 30px;
}

a.footer-links:hover {
    font-weight: bold;
    border-bottom: 3px dotted white;
    border-radius: 5px;
}

p.footer-links {
    font-size: 12px;
}

.logo-2 {
    width: 90%;
    aspect-ratio: 1/1;
    padding: 10px;
    position: relative;
    margin: auto;
}

.wild-card {
    /* background-color: var(--color-0); */
    display: grid;
    /* align-items: center; */
    place-content: center;
    /* border-radius: 50%; */
    /* width: 200px;
    aspect-ratio: 1/1; */
    text-align: center;
}

.wild-card-3,
.wild-card-2,
.wild-card-4 {
    display: none;
}

.menu-icon {
    display: none;
    float: right;
}


/* .logo-2::before {
    content: "";
    inset: -20px;
    position: absolute;
    background-color: white;
} */

.section-7-2 {
    text-align: center;
    display: grid;
    place-items: center;
}


/*section 7*/
/*section 7 new*/
.section-7-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    background-color: #B333BA;
    color: #f9f9f9;
    font-weight: 400;
    font-family: var(--family-10);
    font-size: 12px;

    padding: var(--padding-1);
    flex-wrap: wrap;
    align-items: center;
    place-items: center;
    overflow-y: hidden;



}

.section-7-3>* {
    /* border: 3px dashed pink; */
    position: relative;
    /* margin: 10px 0; */
}

.sec-7-3-1 {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: right;
    /* background-color: orange; */


}

.sec-7-3-1 .footer-links {
    font-size: 12px;
    line-height: 16px;
}

.sec-7-3-3 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}


.sec-7-3-3>* {
    margin: auto;
    /* border: 3px dashed orange; */
    /* height: 35px; */


}

.sec-7-3-2 {
    color: #e6d9d9;


}

.social-links {
    width: 30px;

}

.sec-7-3-3 .footer-links {
    margin: 0;
    height: 30px;
}


/*section 7 new*/


/*principles part*/

.principles-heading {
    padding: 50px;
    width: 100%;
}

.principles {
    /* background-color: pink; */
    width: 90vw;
    margin: auto auto 55px auto;
    display: grid;
    gap: 3vw;
    grid-template-columns: 1fr 1fr 1fr;
}

.priciple-article {
    /* background-color: bisque; */
    width: 100%;
    position: relative;
    text-align: center;
    padding: 1vh 2vw;
    max-height: 350px;
}

.pa-image {
    width: 100px;
    aspect-ratio: 1 /1.5;
    /* margin: auto; */
    /* background-color: green; */
    transition: all 0.5s;
}

.pa-image:hover {
    transform: scale(1.1);
}

.principles_button {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.priciple-article p {
    line-height: 25px;
}

.pa-content {
    font-family: var(--family-2);
    font-size: 0.95em;
}


/*principles part*/


/*generic investment*/

.gi-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100vw;
    margin: 50px auto 0;
}

.gi-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100vw;
    margin: 0 auto 100px;
}

.gi-card-image {
    width: 25vw;
    height: 15vw;
    object-fit: cover;
    transition: all 1s;
}

.gi-card-image:hover {
    transform: scale(1.03);
}

.gi-card-title {
    text-align: center;
    font-family: var(--family-8);
    font-size: 15px;
}

.gi-card-subtitle {
    text-align: center;
    font-family: var(--family-9);
    font-size: 21px;
    font-weight: 200;
}

.gi-1 .gi-card:nth-child(even) {
    background-color: rgba(190, 220, 203, 0.15);
}

.gi-2 .gi-card:nth-child(odd) {
    background-color: rgba(190, 220, 203, 0.15);
}

.gi-card-text {
    margin: 0 15px 10px 15px;
    text-align: center;
    font-weight: 100;
    font-family: var(--family-7);
    font-size: 13px;
    /* background-color: orange; */
    transform: translateY(-20px);
}


/*generic investment*/


/*THE MEMBERS PAGE*/


/*herion section*/

.heroM::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65));
}

.heroM {
    display: grid;
    align-items: center;
    background-image: url(../images/48.JPG);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    height: 75svh;
}


/* .contentM {
    transform: translatey(100px)
} */

.h1-type-one span {
    color: white;
}


/*herion section*/


/*member section 1*/

section.members1 {
    padding: var(--padding-1);
    /* flex-shrink: 1;
    flex-grow: 1; */
}

.members1-0 {
    width: 90vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
    justify-content: center;
}

.button1 {
    font-size: 15px;
    /* padding: 12px 36px; */
    background-color: var(--color-10);
    text-transform: capitalize;
    display: grid;
    width: min-content;
    align-items: center;
    place-content: center;
    width: 150px;
    height: 50px;
    padding: auto;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
    color: #18233a;
    border: none;
}

.button1:hover {
    background-color: var(--color-12);
}

.button1 span {
    width: 90%;
    margin: auto;
    text-align: center;
}


/*member section 1*/


/*member section 2*/

.members2 {
    padding: var(--padding-1);
    width: 100%;
    overflow-x: hidden;
    height: auto;
    min-height: 80vh;
    display: grid;
}

.members2-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
    align-items: center;
}


/* .members2-1>* {
    border: 1px dashed pink;
} */

.members2-1-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
}

.members2-1-2 p {
    color: var(--color-11);

}

.members2-1-2 p.second {
    border-left: 2px solid #934497;
    padding-left: 30px;
    margin-top: 40px;
}

.members2-1-3 {
    /* text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw; */
    display: flex;
    flex-wrap: wrap;
         /* border: 3px dashed orangered; */
         justify-content: space-between;
         

}
.members2-1-3 figure{
    min-width:180px ;
    width: 35%;
    /* border: 3px dashed orangered; */
flex-shrink: 1;
margin: 0;
    

}
.members2-1-3 img{
    width: 100% !important;
   
    /* border: 3px dashed orangered; */

}


.stories2-1-3 figure{
    min-width:180px ;
    /* width: 35%; */
    /* border: 3px dashed orangered; */
flex-shrink: 1;
margin: 0;
    

}
.stories2-1-3 img{
    width: 100% !important;
   
    /* border: 3px dashed orangered; */

}

.members2-1-3 figcaption i {
    font-weight: bold;
    margin-top: 30px;
}

.members2-1-3 figcaption b {
    font-size: 24px;
    font-weight: 400;
}




/*member section 2*/


/*member section 3*/

.members3 {
    padding: var(--padding-1);
}

.members3 .p-type-four {
    color: var(--color-11);
    font-size: 14px;
    transform: translateY(-10px);
}

.members3-2 {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.members3-2 div {
    text-align: center;
    width: 200px;
    /* background-color:  orangered !important; */
}

.members3-2 div img {
    background-color: var(--color-10);
    width: 200px;
    /* aspect-ratio: 1/1; */
}


/*member section 3*/


/*member section 4*/

.members4 {
    padding: var(--padding-1);
    margin: 50px auto;
}

.members4-1 {
    position: relative;
    text-align: center;
}

.members4-1 h2 {
    position: relative;
    margin-bottom: 70px;
}

.members4-1 p {
    color: var(--color-11);
}

.members4-1 h2.h2-type-two::after {
    position: absolute;
    content: "";
    background-color: var(--color-2);
    width: 60%;
    height: 3px;
    border-radius: 3px;
    bottom: -15px;
    left: 0;
}

.members4-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33333333%;
    /* justify-content: space-evenly; */
}

.members4-2 div {
    text-align: center;
    width: 24%;
}

.members4-2 div img {
    background-color: var(--color-10);
    width: 100%;
    aspect-ratio: 1/0.8;
}

.members4-2-1 .p-type-five {
    transform: translatey(-20px);
}


/*member section 4*/


/*member section 5*/

.members5 {
    padding: var(--padding-1);
}

.members6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.members6>* {
    /* border: 1px dashed pink; */
    height: 65vh;
}

.members6-1 iframe {
    width: 100%;
    height: 100%;
}

.members6-2 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/25.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
}

.members6-2 ul {
    list-style-type: none;
    padding: 0;
    width: auto;
    margin: auto;
    color: white;
    font-family: var(--family-4);
    font-weight: 300;
}

.members6-2 ul li {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 0.3em;
    place-content: center;
    margin: 15px 0;
}


/* .members6-2 ul li>* {
    border: 1px dashed snow;
} */

.a1 {
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    align-items: center;
    justify-content: center;
}

.b1 {
    display: grid;
    align-items: center;
    justify-content: center;
}

.b1 a,
.a1 a,
.b2 a {
    text-decoration: none;
    color: white;
}

.a2,
.b2 {
    display: grid;
    align-items: center;
}


/*member section 5*/


/*members section 4*/

.members-sec-4-1 {
    flex-wrap: wrap;
}


/*members section 4*/


/*THE MEMBERS PAGE*/


/*THE MEMBERS PAGE*/


/*THE MEMBERS PAGE*/

.gallery-1 {
    padding: var(--padding-1);
}


/*THE MEMBERS PAGE*/

.move-up {
    /* background-color: pink; */
    margin-top: -25px;
}

.uparrow {
    text-decoration: none;
    color: var(--color-6);
    font-size: 30px;
}

.vanished {
    display: none;
}


/*PRIVACY POLICY */

.privacy-p {
    font-family: var(--family-2);
    font-size: 0.95em;
    line-height: 25px;
}

.pri-policy {
    width: 75vw;
    max-width: 1000px;
    margin: auto;
}

.privacy-p u {
    line-height: 40px;
}

/* about us page */

.leader-image {
    position: relative;
}

.leader-profile {
    position: relative;
    width: 900px;
    height: 100%;
    background-color: brown;
}

.about-M::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65));
}

.about-M {
    display: grid;
    align-items: center;
    background-image: url(../ulgaimages/18.png);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentM {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}
.story-M::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65));
}

.story-M {
    display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/DEN_8975.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentM {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}



.stoelect {
    display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/ulga_president_new.webp);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentMelect {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}


.excomswear {
    display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/president_swear_in.webp);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentMelect {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}


.bodaboda {
  display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/group_photo_nbsdm.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentMelect {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}



.bodabodalaunch {
  display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/nbsdm_launch.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    background-color: #111c21;

    .contentMelect {
        transform: translateY(100px);

        p {
            font-family: var(--family-10);
            letter-spacing: 5px;
            font-weight: 300;
            font-size: 24px;
        }
    }
}





.dynamic_bio {
    background-color: rgb(240, 245, 240);
    margin: 10px 5vw;
    padding: 5vw;
    /* border-radius: 5vh 5vw; */
    /* box-shadow: inset 1px -2px 15px var(--color-6), 2px 2px 10px var(--color-6); */
    color: var(--color-6);
    text-transform: capitalize;
}

.dynamic_bio hr {
    border: 1px solid rgb(1, 60, 1);
}

.name {
    font-size: 2em;
    font-weight: bold;
}

.bio-content {
    font-family: var(--family-5);
}

.bio {
    font-family: var(--family-8);
    font-size: 21px;
}

.top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-part button {
    width: 50px;
    border-radius: 1vh 1vw;
    height: 50px;
    border: 1px solid var(--color-6);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.25s;
}

.top-part button:hover {
    color: rgb(240, 245, 240);
    background-color: var(--color-6);
}

.gallery-2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 50px 0;
}
.gallery-2-images{
    width: 280px;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
}
.storyHero::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

.storyHero {
    display: grid;
    align-items: center;
    /* background-image: url(../images/uaau-boda-boda.jpg); */
    background-size: cover;
    background-position: middle;
    margin: 0 0 10vh 0;
    height: 85vh;
    height: 85svh;
}

/*PRIVACY POLICY */