/* menu */
.open{display: flex !important;}

.header{
    display: flex;
    align-items: center;
    min-height: 100hv;
}
.nav{
    display: flex;
    width: 70vh;
    padding: 0 20px;
}
.nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    color: #000;
}

.logo{
    display: flex;
    margin-right: auto;
    padding-left: 60px;
}
#logoBurger{
    display: none;
}
.burger{
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px; height: 18px;
}
.burger span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #000;
}
.burger::before, .burger::after{
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    transition: all 0.3s ease 0s;
}
.burger::before{top: 0;}
.burger::after{bottom: 0;}

.burger.active span{transform: scale(0);}

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}
#btnDonate{
    padding: 10px;
    background: #ff9922;
    border-radius: 40px;
    border: none;
}
#btnDonate:hover {
    background: #fff;
    border: solid 2px #d1028b;
}

/* about */
.main {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: auto;
    background-image: url(half-circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#header{
    display: flex;
    justify-content: center;
}
.mainHeader{
    flex-wrap: wrap;
    font-size: 40px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
#paragraph{
    display: flex;
    flex-direction: column;
}
.mainText {
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 25px;
}

#mainButton {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 50px;
}
#btn {
    padding: 10px;
    border-radius: 40px;
    background-color: #eeebeb;
    border-color: #ff9922;
    border-style: solid;
    border-width: 3px;
}

#btnOne {
    text-decoration: none;
    font-size: 13px;
    color: #ff9922;
    font-weight: bolder;
    margin-left: 5px;
    margin-right: 5px;
}
#btnOne:hover {text-transform: uppercase;}

/* Our propositions */
.containerPropositions {
    display: flex;
    flex-direction: column;
}

.propositions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 30px;
    
}

.propositionsBack {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #fef4e8;
    padding: 30px;
}

.blockPropositions{
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 75%;
}

.opt {
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}
.par, .parNav {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.listStyle {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    color: #000;
    width: 80%;
}

#btnProp {
    align-self: flex-start;
    padding: 15px;
    margin-top: 30px;
    background: #ff9922;
    border-radius: 40px;
    border: none;
}

#btnProp:hover {
    background: #fff;
    border: solid 2px #d1028b;
}

#btnTwo {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
#btnTwo:hover{color: #000;}

.propositionsImg{
    background-image: url(circle2.svg);
    background-repeat: no-repeat;
}

.propositionsImgThree{
    background-image: url(circle1.svg);
    background-repeat: no-repeat;
}

/* Outcomes Slideshow container */
.slideContainer {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-color:#ff9822c9;
    max-width: fit-content;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
    padding: 40px;
}

.mySlides {padding: 40px;}

.prev,
.next {
    position: absolute;
    padding: 10px;
    background-color: #ff982200;
    color: #000;
    font-size: 20px;
    border: none;
    border-radius: 0 4px 4px 0;
}

.next {right: 0;}
.prev {left: 0;}

.prev:hover,
.next:hover {
    background: #fff;
    color: #d1028b;
}

q {
    margin-left: 35px;
    margin-right: 35px;
    font-size: 25px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.text {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
}

/* Objectives */
.scroll-container {
    background: #ff9922;
    overflow: auto;
    white-space: nowrap;
    padding: 3px;
}
#colour{
    filter: grayscale(95%) opacity(90%);
    border-radius: 5px;
}
.scroll-container img {
    padding: 3px;
}
.mainTwo{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 30px;
}
.scrollList {
    text-align: start;
}
#btnPropositions{
    display: flex;
    justify-content: center;
}
#btnThree {
    
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

#btnThree:hover {color: #fcb665;}

.listStyleTwo {
    display: flex;
    background-color: #fef4e8;
    padding: 40px;
}
.listStyleThree{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    color: #000;
    width: auto;
}

/* Trustees */
.rowTrustees {
    display: flex;
    flex-wrap: wrap;
}

.card {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #fef4e8;
    margin: 25px;
    text-align: center;
    border-radius: 5px;
}
.card:hover{
    transform: scale(1.1); 
    box-shadow: 1px 7px 12px 8px #f0d1ad;
}

.containerCard {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
#put {
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}
#charityWebsite{
    justify-items: center;
    text-align: center;
    color: #ff9922;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 30px 0 30px 0 ;
}


/* Footer */
.footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: start;
    background-image: url(Footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footerText {
    display: flex;
    align-items: top;
    margin-top: 10px;
}

.contactsDetail {
    display: flex;
    flex-direction: column;
    align-items: normal;
}

@media all and (max-width:1000px) {
    #btnDonate {
            background: #ff4322;
    }

    .mainHeader{font-size: 20px;}

    #paragraph{font-size: 12px;}

    #imageOne{max-width: fit-content;}
    
    .selected .containerCard {
        font-size: 12px;
        top: 120px;
        left: 10px;
    }
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .burger{display: flex;}

    .nav{
        display: none;
        flex-direction: column;
        position: fixed;
        height: fit-content;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #fcb665f7;
        animation: burgerAnimation 0.4s;
    }

    .nav ul{
        flex-direction: column;
        row-gap: 30px;
    }

    .parNav{
        color: #000;
        font-size: 20px;
    }
    .logo{padding: 10px 30px;}
    #logoBurger {
        display: flex;
    }
    .card{
        width: 50%;
        margin: 10px;
    }
    
    .listStyleTwo{flex-wrap: wrap;}
}
@media all and (max-width:500px) {
    .opt,#put{
        font-size: 30px;
        text-align: center;
        margin-top: 10px;
    }
    .rowTrustees {
        flex-direction: column;
        align-items: center;
    }
    .slideContainer{height: 420px;}
    .blockPropositions{
        width: auto;
    }

    .propositionsImg, #imageTwo, #ImageThree {
        width: 100%;
        height: 100%;
    }
    .mainText{width: 88%;}

    .title, #charityWebsite {font-size: 15px;}

    .text{font-size: 13px;}

    #colour {max-width: 70%; height: auto;}

    .mainTwo{padding: 0;}

    .listStyleTwo {padding: 25px;}

    .listStyleThree{
        font-size: 15px;
        padding: 0;
    }
    #btnPropositions{margin-top: 0;}
}
@keyframes burgerAnimation {
    from {opacity: 0;}

    to {opacity: 1;}
}