
/*modern home hero section */

.home-modern-section {
    position: relative;
    background-image: url('./assets/slider-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    z-index: 0;
    margin-bottom: 150px;
}

.home-modern-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);  
    z-index: 0;
}

 .home-modern-content-section {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1; 
    padding: 100px 0px;
}

.home-modern-content-section{
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.home-modern-content-section h5 {
    font-family: font1;
    color: rgba(252, 179, 45, 0.877);
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.home-modern-content-section h2 {
    font-family: font1;
    color: white;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.home-modern-content-section p {
    color: white; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}


/* ///////about page hero section/////// */


.about-page-section {
    position: relative;
    background-image: url('./assets/slider-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    z-index: 0;
    margin-bottom: 150px;
}

.about-page-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);  
    z-index: 0;
}

 .about-page-content-section {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1; 
    padding: 50px 0px;
}

.about-page-content-section{
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.about-page-content-section h2 {
    font-family: font1;
    color: white;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.about-page-content-section .hero-about-main-para {
    color: white; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.about-hero-para{
    font-size: 17px;
    font-family: font1;
}

.about-hero-para a{
    color: white;
    text-decoration: none;
    transition: text-decoration 0.5s ease-in;
}
.about-hero-para a:hover{
    text-decoration: underline white;
}

.about-yellow{
    color: rgba(252, 179, 45, 0.877);
}


/* more-about-us-section */

.more-about-section{
    margin-top: 70px;
    margin-bottom: 90px;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
}

.more-about-section-image img{
    border-radius: 10px;
}

.more-about-section-content{
    width: 40%;
}

.more-about-section-content h2 {
    font-family: font1;
    text-align: left;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


/* ////causes-content section//// */

.causes-section{
    margin-top: 50px;
}

.causes-card-section-second{
    margin-top: 20px;
}


/* cause-page-section */


.cause-page-section {
    position: relative;
    background-image: url('./assets/slider-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    z-index: 0;
    margin-bottom: 50px;
}

.cause-page-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);  
    z-index: 0;
}

 .cause-page-content-section {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1; 
    padding: 50px 0px;
}

.cause-page-content-section{
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.cause-page-content-section h2 {
    font-family: font1;
    color: white;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.cause-page-content-section .hero-cause-main-para {
    color: white; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.cause-hero-para{
    font-size: 17px;
    font-family: font1;
}

.cause-hero-para a{
    color: white;
    text-decoration: none;
    transition: text-decoration 0.5s ease-in;
}
.cause-hero-para a:hover{
    text-decoration: underline white;
}

.cause-yellow{
    color: rgba(252, 179, 45, 0.877);
}


/* event page */


.event-page-section {
    position: relative;
    background-image: url('./assets/slider-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    z-index: 0;
    margin-bottom: 150px;
}

.event-page-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);  
    z-index: 0;
}

 .event-page-content-section {
    justify-content: flex-start;
    gap: 380px;
    align-items: center;
    position: relative;
    z-index: 1; 
    padding: 50px 0px;
}

.event-page-left h2 {
    font-family: font1;
    color: white;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.event-page-left .hero-event-main-para {
    color: white; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.event-hero-para{
    font-size: 17px;
    font-family: font1;
}

.event-btn{
    padding: 10px 15px;
}



