.aboutScroll {
    height: 300px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.aboutScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.aboutNepalScroll {
    height: 1000px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.aboutNepalScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.aboutMission {
    margin-top: 100px;
    margin-bottom: 150px;
}

.serviceSection {
    margin-top: 80px;
}

.serviceCard {
    margin-top: -100px;
}

.serviceScroll {
    height: 300px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.serviceScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.projectBtn a {
    color: white !important;

    background-image: linear-gradient(
        to right,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );

    margin-top: 20px;
}
.projectBtn a {
    margin: 10px;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;

    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;

    &:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }
}

.projectScroll {
    height: 200px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.projectScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.projectTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.projectImg img {
    height: 300px;
}

.blogCard {
    height: 400px;
}

.blogDesc {
    height: 250px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.blogDesc ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.blogImg img {
    height: 400px;
}

.homeAbout_scroll {
    height: 700px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.homeAbout_scroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.homeServiceScroll {
    height: 150px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.homeServiceScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.homeProjectImg img {
    height: 400px;
    object-fit: fill;
}

.homeProjectSdg {
    height: 50px;
    width: 70px !important;
    position: relative;
    float: right;
}

.homeProjectScroll {
    height: 150px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.homeProjectScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.homeTeamScroll {
    height: 100px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.homeTeamScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.homeGalImg img {
    height: 300px;
    object-fit: cover;
}

.teamImg img {
    height: 250px;
    object-fit: cover !important;
}

.homeNetwork img {
    height: 100px;
    object-fit: fill !important;
}

.donateImg img {
    height: 350px !important;
    object-fit: fill;
}

.serviceNepalScroll {
    height: 400px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.serviceNepalScroll ::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.donateCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
