.scroll {
    background-image: url('assets/img/olaichuvadi 1.svg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}


h1 {
    margin-top: 10px;
    font-size: 2em;
    color: #6c3a18;
    text-decoration: underline;
}

li {
    font-size: 1.2em;
    color: #000000;
    margin: 20px;
}

.contentNotesMV {
    display: none;
}

@media only screen and (max-width: 767px) {
    .contentNotesMV {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .notesImageMV {
        max-width: 100%;
        /* height: 450px; */
        position: relative;
        /* overflow: hidden; */
        object-fit: cover;
        width: 100%;
        /* height: 100%; */
        overflow: visible;
        max-width: inherit;
    }

    .scrollHide {
        display: none;
    }
}

.container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.toggle-button {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #000;
}

.toggle-button.active {
    background-color: #ffc107;
    color: rgb(23, 9, 9);
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.image-container {
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
}

.image {
    display: none;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.image:not(.hidden) {
    display: block;
}

.details-container {
    margin-top: 5px;
    text-align: center;
}

.details {
    display: none;
    margin-top: 30px;

}

.details p {
    margin-top: 5px;
    font-size: larger;
}

.details:not(.hidden) {
    display: block;
}

.hidden {
    display: none;
}






@media (min-width: 768px) {
    .content-container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }

    .details-container {
        text-align: left;
        margin-top: 30px;
    }

    .details {
        justify-content: center;
        margin-top: 0px;

    }

    .image-container,
    .details-container {
        flex: 1 1 100%;
        text-align: center;
    }

    li {
        font-size: 1em;
    }

    h1 {
        font-size: 1.5em;
    }

    #inrDetails {
        margin-top: 15%;
    }

    #usdDetails {
        margin-top: 30%;
    }

}


.li-in-donor {
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.li-in-donor li {
    color: #767676;
   
}