@import url(roots.css);
html,
body {
    scroll-behavior: smooth;
}

body {
    color: #111c21;
}
.hero-p{
font-size: medium !important;
transform: translateY(-25px);
color:beige;
}

@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);
}

*,
body {
    box-sizing: border-box;
}
.fancybox__caption{
    font-size: 2em;
    font-weight: 500;
}

body {
    font-family: var(--family-1);
    background-color: var(--color-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    display: none;
}


/*UNIVERSAL CLASSES*/
.h3-type-1{
    text-align: center;
    margin: auto;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 25px;
}

.iconf1 {
    width: 25px;
    aspect-ratio: 1/1;
}

.logo-1 {
    width: 100px;
    /* background-color: red; */
}

.section-type-one {
    width: 100vw;
    /* height: 100vh;
    height: 100svh; */
    margin: auto;
    text-align: center;
    position: relative;
}

.section-type-two {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* .section-type-two>* {
    flex: 1;
} */

.h1-type-one {
    color: var(--color-3);
    font-size: var(--font-size-2);
    position: relative;
    font-family: var(--family-3);
}

.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: 21.6317px;
    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; */
}

.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;
}

.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;
}

.button-type-one {
    border-radius: 46px;
    background: #04A24A;
    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;
}


/*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-1);
    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: 2px solid darkgreen;
    border-radius: 2px;
}

header nav ul li a.active {
    /* border-bottom: 2px solid #ff6a00; */
    position: relative;
    transition: all .5s;
}

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-banner.png);
    background-size: cover;
    margin: 0 0 10vh 0;
    height: 85vh;
    background-position: center;
}


/*hero*/


/*section 2*/

.section-2 div {
    height: 88vh;
    text-align: center;
    display: grid;
    align-items: center;
    place-content: start;
}

.sec-2-1 {
    /* background-image: url(../images/2.png); */
    background-image: url(../images/1.jpeg);
    background-size: cover;
    background-position: center;
}

.sec-2-2 p {
    width: 80%;
    margin: 7px auto;
    line-height: 1.5em;
}

.sec-2-2 h3 {
    width: 80%;
    margin: 5px auto 20px;
}

.sec-2-2 h4 {
    width: 80%;
    margin: 0 auto 0;
}

.sec-2-2 h4 {
    /* transform: translatey(15px); */
    letter-spacing: 1px;
}

.sec-2-2 button {
    margin-bottom: 30px;
}


/*section 2*/


/*section 3*/

.section-3 div {
    height: 88vh;
    text-align: center;
    display: grid;
    align-items: center;
    place-content: start;
}

.sec-3-1 {
    background-image: url(../galleries/uninversal/uaau2.jpg);
    background-size: cover;
    background-position: center;
}

.sec-3-2 p {
    width: 80%;
    margin: 7px auto;
    line-height: 1.5em;
}

.sec-3-2 h4 {
    width: 80%;
    margin: 35px auto 0;
}

.sec-3-2 h3 {
    width: 80%;
    margin: 5px auto 20px;
}

.sec-3-2 h4 {
    /* transform: translatey(15px); */
    letter-spacing: 1px;
}

.sec-3-2 button {
    margin-bottom: 30px;
}


/*section 3*/


/*section 4*/

.section-4 {
    text-align: center;
    padding: var(--padding-1);
    /* margin-top: 70px; */
    position: relative;
    /* background-color: var(--color-5); */
}

.section-4>* {
    margin: 50px auto;
}

.section-4 button {
    margin: 0 auto;
    transform: translateY(-20px);
}
.section-4 h2{
    width: max-content;
}
.sec-4-1 {
    display: flex;
    gap: 2em;
    justify-content: center;
}

.sec-4-1 div {
    position: relative;
    border-radius: 5px;
    width: 250px;
    height: 190px;
    flex-shrink: 0;
    display: grid;
    align-items: end;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.sec-4-1 div h3 {
    color: var(--color-0);
    font-family: var(--family-2);
    font-size: var(--font-size-5);
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.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;
}

.sec-4-1-1 {
    background-image: url(../images/kasese-home.webp);
}
.sec-4-1-105 {
    background-image: url(../images/4.png);
}


.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%;
}



.sec-5-1 div {
    transition: all 1s;
    background-size: 100%;
}

.sec-5-1 div:hover {
    background-size: 110%;
}


/*section 4*/


/*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*/

.underline-2 {
    text-align: center;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    
}

.underline-2::after {
    content: "";
    background-color: var(--color-2);
    position: absolute;
    /* inset: 0; */
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    /* right: 0; */
    /* margin: auto; */
}

/*section 5*/

.section-5 {
    width: 100%;
    transform: translateY(0px);
}

.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: 8vh;
    margin-top: -3vh;
    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/uaau-banner.png);
}

.sec-5-1-1:nth-child(2) .img {
    background-image: url(../images/uaau-banner.png);
}

.sec-5-1-1:nth-child(3) .img {
    background-image: url(../images/uaau-banner.png);
}


/*section 5*/
/* slider for cities and municipalities */
.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;
}

/* slider for cities and municipalities */

/*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: var(--color-9);
    padding: 100px 5vw;
    background-image: url('../images/14.png');
    background-position: top center;
    background-size: cover;
}

.section-7-1 {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    text-wrap: pretty;
}

.footer-heading {
    text-transform: capitalize;
    font-weight: 600;
    color: rgb(0, 57, 0);
    font-family: var(--family-3);
    font-size: 18px;
}

.footer-list {
    list-style-type: none;
    padding: 0;
}

.footer-links {
    text-decoration: none;
    font-family: var(--family-2);
    color: var(--color-4);
    font-size: var(--font-size-1);
    line-height: 28px;
    /* transition: all 0.5s; */
}

[href="tel:+256775191739"] {
    /* background-color: blue; */
    line-height: 30px;
}

a.footer-links:hover {
    font-weight: bold;
    border-bottom: 1px solid darkgreen;
}

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;
}


/*section 7*/


/*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;
}



.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: top;
    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;
}

.members2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3em;
    align-items: center;
}


.story-1-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    align-items: center;
}



.story-1-1 img{
    /* width: 50% !important; */
   
    /* border: 3px dashed orangered; */

}


.story-1-1 figure{
    min-width:180px ;
    /* width: 35%; */
    /* border: 3px dashed orangered; */
flex-shrink: 1;
margin: 0;
    

}


/* .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-3 {
    text-align: center;
}


/*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;
}

.members3-2 div {
    text-align: center;
    width: min-content;
}

.members3-2 div img {
    background-color: var(--color-10);
    width: 230px;
    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;
}


/*PRIVACY POLICY */