body{
    margin: 0;
    padding: 0;
}

main{
    margin-top: 100px;
}


.bg-image-1{
    background-image: url(/website_photo/carousel/car1.JPG);
}
.bg-image-2{
    background-image: url(/website_photo/carousel/car2.jpg);
}
.bg-image-3{
    background-image: url(/website_photo/carousel/car3.jpg);
}
.carousel-images{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.para{
    text-align: justify;
}
.para1{
    text-align: justify;
    font-size: 20px;
}

/* partnership section design start*/

.logo-sec{
    position: relative;
    place-items: center;
    width: 90%;
    overflow: hidden;
    display: grid;
    align-items: center;
}


/* history section start */
.about-title h1{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 25px;
}
.about-title{
    animation: about-title 6s linear infinite;
}

@keyframes about-title{
    0%{
        color: rgb(6, 185, 96);
    }
    25%{
        color: rgb(30, 159, 182);
    }
    50%{
        color: goldenrod;
    }
    75%{
        color: orange;
    }
    100%{
        color: rgb(2, 136, 91);
    }
}
.history {
    margin-top: 70px;
    width: 42vw;
}

.vision {
    width: 42vw;
}

.vision-text h2 p{
    margin-top: 70px;
}

.single-photo{
    width: 300px;
}
.single-photo a img{
    border-radius: 28px;
}
.index-home{
    background-color: rgb(232, 232, 238);
}
/* history section end */



.slide-container{
    display: flex;
    animation: scroll 20s linear infinite;
    align-items: center;
    width: calc(350px * 10);
}

.slide-image{
    width: 350px;
    height: 30vh;
    perspective: 90px;
}
.slide-image img{
    width: 100%;
    transition: transform 1s;
}

.slide-image img:hover{
    transform: translateZ(15px);
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translate(calc(-350px * 5));
    }
}

/* partnership section design end */



/* our work section style start (activities)*/
.activities{
    border-radius: 10px 10px 0px 0px;
}
.activities a{
    text-decoration: none;
    color: black;
}
/* our work section style end */



/* annual report section's design start */

.report-sec{
    background-color: rgb(240, 237, 234);
    height: 50vh;
    width: 80%;
    margin: auto;
}

/* annual report section's design end */


/* get involved section style start */
.donate a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid rgb(25, 151, 182);
    padding: 7px 10px;
}
.donate{
    display: flex;
    justify-content: center;
}
.donate :hover{
    border: 1px solid rgb(25, 151, 182);
    background:  rgb(25, 151, 182);
    padding: 7px 10px;
    color: aliceblue;
}
.row1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    margin: 10px 20px ;
    align-self: normal;
}
.card img{
    border-radius: 50%;
    margin-top: 15px;
}
.card .join a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    border: 1px solid rgb(25, 151, 182);
    padding: 5px 7px;
    font-weight: bold;
    font-size: 15px;
}
.join{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.card .join :hover{
    background: rgb(25, 151, 182);
    border: 1px solid rgb(25, 151, 182);
    padding: 5px 7px;
    color: aliceblue;
}

/* get involved section style end */

/* contact section's style start */
form{
   background: rgb(226, 212, 212);
   padding: 10px 20px;
   border-radius: 7px;
}
.submit a{
    text-decoration: none;
    color: black;
    border: 1px solid rgb(25, 151, 182);
    padding: 10px 14px;
    font-weight: bold;
    font-size: 20px;
}
.submit{
    display: flex;
    justify-content: center;
}
.submit :hover{
    border: 1px solid rgb(25, 151, 182);
    padding: 10px 14px;
    color: white;
    background: rgb(25, 151, 182);
}
/* contact section's style end */



.hill {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    margin: auto;
}
.phone img{
    width: 6vw;
}
.phone1 img{
    width: 5vw;
}
.location{
    display: flex;
    justify-content: center;
    align-items: center;

}
.address{
    margin-left: 5px;
}
.location img{
    width: 5vw;
}
.location p{
    display: inline;
}
/* logo section */
.hill img{
    width: 15vw;
}
.hilllogo img{
    width: 20vw;
}
/* .log img{
    width: 10px;
} */
.py-2 img{
    width: 30px;
    height: fit-content;
}
#footer{
    padding: 0;
    margin: 0;
    
}


.navbar ul li a{
    text-decoration: none;
}

.money img{
    width: 360px;
    height: 400px;
}
#donate p{
    margin-bottom: 0px;
}

/* media query for mobile  start*/

@media (min-width: 250px) and (max-width: 800px) {
    .first-history{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }
    .second-vision{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }
    .second-mission{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }
    .link-photo{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

/* media query for mobile  end*/
@media (min-width: 1280px) and  (max-width: 1366px) {
    .hilllogo img{
        width: 10vw;
    }
    .first-history{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .second-vision{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .second-mission{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}
@media (min-width: 768px) and  (max-width: 1366px){
    .first-history{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .second-vision{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .second-mission{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}