@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
   
  }

:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #050505;
    --padding:15px 30px;
    --font1:18px;

}
section {
   padding-top: 50px;
}

body{
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.top-bar{
    background-color: var(--dark);
    color: var(--light);
    /* position:sticky; */
      top: 0;
      /* left: 0; */
      width: 100%;
    }
    
    .top-bar-flex{
        display: flex;
        justify-content: space-between;
    }
    
    .top-bar-flex span{
        font-size: 18px;
    
    }
    .socials{
    background-color: var(--dark);
    padding: 15px 30px;
    }
    
    .soc-handles a{
    padding: 8px 8px;
    color: var(--light);
    font-size: 13px;
    margin-left: 10px;
    background-color: var(--dark);
    border-radius: 30px;
    }
    
    .soc-handles a:hover{
    color: var(--primary);
    background-color: var(--light);
    }
    
    
    .call-no{
        position: relative;
        background-color: var(--primary);
        padding: 15px 30px;
        z-index:1;
    
    
    }
    .call-no::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: var(--primary);
        transform: skew(-20deg);
        transform-origin: top left;
        z-index:-1;
    
      }
    .call-no span{
        padding-right: 10px;
        color: var(--light);
    
    }
    .call-no i {
    font-size: 13px;
    }

    /***** Nav ****/
.menu-btn {
    display: none;
  }

nav{
    background-color: var(--light);
    /* position:fixed;  */
    width: 100%;
    top: 0;
  z-index: 999;
}
.nav-bar{
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 5px 30px;
    width: 90%;
} 

.nav-bar img {
    width: 100px;
}

.nav-bar ul{
    display: flex;
}
.nav-bar li {
    list-style: none;
    margin-left: 30px;
    font-size: 15px;
}

.nav-bar li a{
    text-decoration: none;
    color: var(--dark);
}
 

.nav-bar li:hover{
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--dark);
    color: var(--primary);
}


.nav-bar .donate-btn a{
    text-decoration: none;
color: var(--light);
}
.nav-bar .donate-btn {
    background-color: var(--primary);
    padding: 10px;
    border: none;
    margin-left: 20px;
}
/*** Carousel Start  ***/
.slide-container{
    position: relative;
     width: 100%;
    height: 100vh;
    /* margin-top: 50px; */
   background: linear-gradient( to right, rgb(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(/img/19.jpg) no-repeat center center/cover; 
    overflow: hidden;
}


.slide-text{
    position: relative;
    top: 20%;
    left: 200px;
    color: var(--light);
    z-index: 1;
}

.slide-text p{
    margin-top: 10px;
    width: 400px;
font-size: 15px;
}
.slide-text h1{
    /* margin-top: 10px; */
font-size: 40px;
}

.slide-text button{
    margin-top: 50px;
}
.slide-text button a{
    text-decoration: none;
    color: var(--light);
}
.slide-text .btn-1{
padding: 10px;
font-size: 15px;
width: 120px;
background-color: var(--primary);
border: none;
color: var(--light);
cursor: pointer;
border-radius: 5px;
}
.slide-text .btn-2{
    padding: 10px;
    width: 120px;
    font-size: 15px;
    margin-left: 20px;
    background-color: transparent;
    border: var(--light) 1px solid;
    color: var(--light);
    cursor: pointer;
border-radius: 5px;
    }
    .slide-text .btn-1:hover{
        background-color: var(--primary);   
        color: var(--light);
    }

    .slide-text .btn-2:hover{
        background-color: rgba(255, 255, 255, 0.2);
       
       

    }
    /*======== ABOUT US ======*/
.about-us{
    position: relative;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    /* margin: 100px ; */
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

.abt-img img {
    width: 400px;
    margin-left: 20px;
    height: auto;
    /* border: 3px solid black; */
}


.about-us .abt-text{
    text-align: left;
   margin-right: 10px;
}
.abt-text h1{
    font-weight: bold;
    font-size: 15px;
    color: var(--primary);
}

.abt-text-bold{
    font-size: 30px;
    color: var(--dark);
    font-weight: bold;
    width: 400px;
    margin-top: 10px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}
.abt-text p{
    width: 500px;
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    margin-top: 10px;
    padding-right: 100px;
font-size: 15px;
font-weight: 500;

}



    /*======== 3 FOLD BRAND ======*/
.brand-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 50px;

}

.brand-container p{
    width: 300px;
    color: var(--dark);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    text-align: center;
}

.brand-container h2{
    width: 100px;
    color: var(--primary);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .fold-brand{
        display: flex;
align-items: center;
justify-content: center;     
    }

.fold-brand .brand{
    position: relative;
    width: 230px;
    height: 300px;
   margin-left: 30px;
   margin-bottom: 10px;
   border-radius: 5px;
box-shadow: 2px 10px 20px 3px rgba(0, 0, 0, 0.06);

display: flex;
flex-direction: column;
/* justify-content: center; */
/* padding: 30px; */
}



.fold-brand .brand-img1{
    background: url("img/Minnesota\'s\ nursing\ homes\ face\ financial\ crisis.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 20px 20px;

}
.fold-brand .brand-img2{
    background: url("img/Middle\ &\ High\ Elementary\ School\ Math\ Programs\ in\ Eldridge\ »\ TruIQ.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 20px 20px;


}
.fold-brand .brand-img3{
    background: url("img/15.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 20px 20px;
}
.fold-brand .brand-img1:hover,
 .brand-img2:hover,
  .brand-img3:hover {
    /* transform: scale(1.1); */
    z-index: 0;
}
.brand h3{
    width: 80%;
    height: 50px;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 30px;
    text-wrap: wrap;
}
.brand p{
    width: 90%;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: var(--secondary);
    line-height: 1.8;
font-weight: 500;
}
.brand a{
    text-decoration: none;
    color: var(--primary);
    margin-left: 10px;
    font-size: 13px;


}
.brand a:hover{
    background-color: var(--primary);
    color: var(--light);
    padding: 5px;
    transition: ease-in 0.1s;
    border-radius: 3px;
    /* transform: translate(-20px); */
}

.brand hr{
    width: 60%;
    margin-left: 10px;
    opacity: 0.4;
}


    /*======== Team Members ======*/
    .Team-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 100px;
    
    }
    
    .Team-container p{
        width: 300px;
        color: var(--dark);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
        text-align: center;
    }
    
    .Team-container h2{
        /* width: 150px; */
        color: var(--primary);
        font-size: 15px;
        font-weight: bold;
    }
    
        .Team_members{
            display: flex;
    align-items: center;
    justify-content: center;     
        }
    
    .Team_members .Team{
        position: relative;
        width: 300px;
        height: auto;
       margin-left: 30px;
       margin-bottom: 30px;
       border-radius: 5px;
       padding-bottom: 30px;
    box-shadow: 5px 20px 20px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* padding: 30px; */
    }
    
    
    
    .Team_members .Team-img1{
        background: url("img/woman\ 1.jpg") no-repeat center
        center/cover;
        width: 100%;
        height: 300px;
        /* border-radius: 0px 0px 20px 20px; */
    
    }
    .Team_members .Team-img2{
        background: url("img/woman\ 2.jpg") no-repeat center
        center/cover;
        width: 100%;
        height: 300px;
        /* border-radius: 0px 0px 20px 20px; */
    
    
    }
    .Team_members .Team-img3{
        background: url("img/bright.JPG") no-repeat center
        center/cover;
        width: 100%;
        height: 300px;
        /* border-radius: 0px 0px 20px 20px; */
    }
  
    .Team h3{
        width: 80%;
        /* height: 50px; */
        margin-left: 10px;
        font-size: 15px;
        margin-top: 30px;
        text-wrap: wrap;
    }
    .Team span{
        color: var(--secondary);
        font-size: 13px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;

    }
    .Team p{
        width: 90%;
        margin-left: 10px;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        color: var(--secondary);
        line-height: 1.8;
    font-weight: 500;
    transition: trasform ease-in-out 0.5s;
    display: none;
    }
    
    
    
    .Team a{
        text-decoration: none;
        color: var(--primary);
        margin-left: 10px;
        font-size: 13px;
    margin-top: 30000px;
    cursor: pointer;
    }

    .Team a:hover{
        background-color: var(--primary);
        color: var(--light);
        padding: 5px;
        transition: ease-in 0.1s;
        border-radius: 3px;
        /* transform: translate(-20px); */
    }
    
    .Team hr{
        width: 60%;
        margin-bottom: 20px;
        margin-left: 10px;
        opacity: 0.4;
    }
.Team_hand{
    position: sticky;
    background-color: var(--light);
    width: 130px;
    height: 35px;
    margin-top: 250px;
    /* bottom:250px; */
    border-radius: 5px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
margin-left: 150px;
padding: 10px;
}
    .Team_handles{
        display: flex;
justify-content: center;
align-items: center;

    }
    .Team_handles a{
        color: var(--light);
    }
    /* Modal */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
        padding-top: 60px;
      }
      
      .modal-content {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid var(--primary);
        width: 70%;
        border-radius: 5px;
      }
      
      .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      
      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }

      .modal-con{
        /* position: relative; */
        display: flex;
        align-items: center;
        align-self: center;
        align-content: center;
        justify-content: center;
       
    }
    
    .modal-img img {
        width: 200px;
        height: auto;
    }
    
    
    .modal-con .modal-text{
        text-align: left;
       /* margin-right: 10px; */
       margin-left: 30px;
    }
    .modal-text h1{
        font-weight: bold;
        font-size: 20px;
        color: var(--dark);
    }
    
    .modal-text-bold{
        font-size: 15px;
        color: var(--primary);
        font-weight: bold;
        width: 400px;
        margin-top: 10px;
        /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    }
    .modal-text p{
        width: 500px;
        flex-wrap: wrap;
        line-height: 1.8;
        color: var(--secondary);
        margin-top: 10px;
        padding-right: 100px;
    font-size: 15px;
    font-weight: 500;
    
    }
    

/***** Mission, Vision and Core Value  *****/
#mission{
    background-color: #f7eae5;
    padding-bottom: 30px;

}
.mis_vis_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.value_pro{
    width: 60%;
}
/* .value_pro p{
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    margin-top: 10px;
font-size: 15px;
text-align: justify;
font-weight: 500;
} */
.value_pro h2{
    flex-wrap: wrap;
    margin-top: 10px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}

.mission_sts{
    width: 60%;
}
.mission_sts p{
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    margin-top: 10px;
    text-align: justify;
font-size: 15px;
font-weight: 500;
}
.mission_sts h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.vision_sts{
    width: 60%;
}
.vision_sts p{
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    text-align: justify;
    margin-top: 10px;
font-size: 15px;
font-weight: 500;
}
.vision_sts h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.core_value{
  margin-left: 269px;
    width: 60%;
}
.core_value p{
    flex-wrap: wrap;
    line-height: 1.8;
    text-align: justify;
    color: var(--secondary);
    margin-top: 10px;
font-size: 15px;
font-weight: 500;
}
.core_value h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.core_value span{
    color: var(--primary);
    font-size: 20px;
    font-weight: bold;
}

    /***** Projects ****/

.projects{
    margin-top: 100px;
    background: linear-gradient( to right, rgb(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(/img/larm-rmah-AEaTUnvneik-unsplash.jpg) no-repeat center center/cover; 
    /* background-color: rgb(5, 5, 5); */
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.projects p{
    color: var(--light);
    font-size: 40px;
    font-weight: bolder;
}
.projects span{
    color: var(--light);
    font-size:10px;
}


/*======== CONTACT FORM ======*/
.contact-container{
    position: relative;
     width: 100%;
    height: 350px;
    /* margin-top: 50px; */
   background:
    url(/img/larm-rmah-AEaTUnvneik-unsplash.jpg) no-repeat center center/cover; 
    overflow: hidden;
}

.contact-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Change the alpha value (0.5) for desired transparency */
  }


.contact-text{
    position: relative;
    top: 30%;
    /* left: 100px; */
    color: var(--light);
text-align: center;

    z-index: 1;

}

.contact-text p{
    margin-top: 10px;
font-size: 13px;
}
.contact-text a{
  text-decoration: none;
  color: var(--light);
}
.contact-text h1{
    /* margin-top: 10px; */
font-size: 30px;
}
section#contact_form{
    margin:20px  20px;
}
.contact_form{
    width: 80%;
display: flex;
/* flex-direction: row; */
align-items: center;
justify-content: center;
}
iframe {
width:400px;
 height:400px;
}



.contact-form {
/* padding: 30px; */
width:400px;
margin-left: 80px;
color: var(--dark-color);
margin-bottom: 20px;
/* padding-left: 10px; */
}




.contact-form label {
display: block;
margin-bottom: 10px;
font-weight: bold;
font-size: 13px;
}

.contact-form input, .contact-form textarea {
width:100%;
padding: 8px;
outline: none;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 15px;
}

.contact-form button[type="submit"] {
background-color:var(--primary);
color: #fff;
width: 120px;
padding: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
font-weight: bold;
margin-bottom: 20px;

}

.contact-form button[type="submit"]:hover {
background-color:#f56d2e;
}
/* Donate and Volunteer */

.lightville{
    background: url("img/larm-rmah-AEaTUnvneik-unsplash.jpg") no-repeat center
      center/cover;
      background-color: rgba(0, 0, 0, 0.9); /* Adjust the RGB values and alpha (0.5 for 50% transparency) */
  background-blend-mode: overlay;
    height: 300px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }


  
  .lightville-content {
    width: 450px;
    /* padding: 190px 0 0 80px; */
  }
  
  .lightville-content h2 {
    margin-bottom: 10px;
    font-size:1.2rem;
    
  }
  .lightville-content h2 span {
    font-size:1.7rem;
    color: var(--primary);
  }

  .lightville-content p {
    font-size: 13px;
    margin-bottom: 20px;
    text-wrap: wrap;
  }
  
 
  .lightville .btn1{
    padding: 10px;
    font-size: 13px;
    width: 120px;
    background-color: var(--primary);
    border: none;
    color: var(--light);
    cursor: pointer;
    border-radius: 5px;
    }
    .lightville .btn2{
        padding: 10px;
        width: 120px;
        font-size: 13px;
        margin-left: 20px;
        background-color: transparent;
        border: var(--light) 1px solid;
        color: var(--light);
        cursor: pointer;
    border-radius: 5px;
        }
        /* .slide-text .btn-1:hover{
            background-color: var(--primary);   
            color: var(--light);
        }
     */
        .lightville .btn2:hover{
            background-color: rgba(255, 255, 255, 0.2);
           
           
    
        }


  .lightville  a {
    text-decoration: none;
    color: var(--light);
  }

  /* .lightville {
     margin-top: 350px; 
    height: 400px;
  }

  .lightville-content {
    padding-top: 100px;
    padding-left: 25px;
    text-wrap: wrap;
  } */

    /***** Gallery ****/

.gal-container{
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20% 20px 20%;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
}
.gallery img{
    width: 100%;
}
     .gallery img:hover{
        width: 98%;
     }
      
    /***** Footer ****/
footer{
    background-color:black;
    padding: var(--padding);
    height: auto;
}
.footer-container{
    display: flex;
    /* align-items: center; */
    margin-bottom: 30px;
}
.contact_info{
    color: var(--light);
    margin: 30px 50px;
}
.contact_info p{
    padding: 10px 0 10px 0;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--secondary);
}

.contact_info .soc-handles{
    margin-top: 30px;
    padding: 10px 0 10px 0;
    
}
.contact_info a{
    background-color: var(--primary);
    margin-right: 10px;
}
.footer h2 {
font-size: 15px;
}

.nav-back{
    display: flex;
    flex-direction: column;
    margin: 30px;
color: var(--light);
}
.nav-back a{
    padding: 10px 0 10px 0;
color: var(--secondary);
font-size: 13px;
} 
.nav-back a:hover{
    font-size: 14px;
color: var(--secondary);
transition: ease-in-out;
}
.alright{
    margin-top: 30px;
    color: var(--light);
    text-align: center;
}
.alright a{
    text-decoration: none;
    color: var(--secondary);

}
.alright p{
    font-size: 13px;
}

#scroll-top-btn {
    display: none; /* Hide initially */
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--primary); 
    cursor: pointer;
    padding: 15px 15px 0px 15px;
    padding-top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);

   
  }

  #scroll-top-btn a{
    /* position: sticky; */
    text-decoration: none;
    color: var(--light);
    font-size: 20px;
  }
/*********** domation *********/
.donation-container{
    /* margin: auto; */
    /* width: 70%; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}
.donation-container img{
    margin-top: 20px;
    width: 500px;
}
/* .don-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
.donate-link{
    border:  1px solid var(--primary);
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.donate-bank{
    border:  1px solid var(--primary);
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    margin-top: 20px;
}


    /***** Media screen ****/
@media (max-width:700px) {  
    /* top bar */
    .top-bar{
        display: none;
    }

    /* Nav Bar */
    .nav-bar .donate-btn{
        display: none;
    }
    nav .menu-btn {
        display: block;
        z-index: 999;
        position: absolute;
        right: 15px;
        top: 25px;
        cursor: pointer;
        border: 2px solid #b3b0b0;
        border-radius: 5px;
        padding: 2px 4px;
        max-width: 500px;
        font-size: 20px;
      }
    
    
      nav{
        background-color: var(--light);
     padding: 10px;
     height: 70px;
     
    
    }
      .nav-bar .infos{
        margin-top: 50px;
        display: block;
        position: absolute;
        z-index: 998;
        top: 2px;
        left: 0px;
        background: var(--light);
        width: 250px;
        height: 100vh;
        /* border-right: #ccc 1px solid; */
        opacity: 0.9;
        padding: 30px;
        transform: translateX(-500px);
        transition: transform 1s ease-in-out;
        /* scroll-behavior: smooth; */
    }
    
    .show {
        transform: translateX(0);
    
    }
    
    .nav-bar ul{
        display: flex;
        flex-direction: column;
    }
    .nav-bar li a {
        text-decoration: none;
        /* color: black; */
    
    }

    .nav-bar li:hover{
        border-bottom: none;
    }
    
    .nav-bar li{
        padding: 16px;
        border-bottom: #ccc solid 1px;
    
    }
    .nav-bar li:last-child {
        border-bottom: none;
      }
    .nav-bar img{
        position: absolute;
        top: 20px;
        left: 5px;
        width: 100px;
    }
    .infos.show {
        transform: translateX(-20px);
      }

    

    
    .slide-text{
        top: 18%;
        left: 40px;
    }
    
    .slide-text p{
        margin-top: 10px;
        width: 250px;
    font-size: 15px;
    }

    .slide-text h1{
    font-size: 38px;
    }
    
  /*======== ABOUT US ======*/
.about-us{
   
    display: flex;
    flex-direction: column;
   align-items: start;
   justify-content: left;
    margin: 20px ;
}

.abt-img img {
    width: 80%;
    margin-left: 0px;
    margin-top: 20px;
    height: auto;
}


.about-us .abt-text{
   /* width: 100%; */
   /* flex-wrap: wrap; */
   margin-right: 0px;
}

.abt-text-bold{
    font-size: 25px;
    flex-wrap: wrap;
    width: auto;
   
}
.abt-text p{
    width: auto;
    flex-wrap: wrap;
    line-height: 1.8;
    padding-right:0px;

}
       
/***** Mission, Vision and Core Value  *****/
.mis_vis_container{
    display: flex;
    flex-direction: column;
    justify-content: left;
    /* align-self: normal; */
    align-items: start;
    margin-left: 20px;
}

.value_pro{
    width: 100%;
}
.value_pro p{
    width: auto;
    margin-top: 0px;
text-align: left;
margin-right: 5px;

}
.value_pro h2{

    text-align: left;
}


.mission_sts{
    width: 100%;
}
.mission_sts p{
    flex-wrap: wrap;
    width: auto;
    text-align: left;
    margin-right: 5px;


}
.mission_sts h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.vision_sts{
    width: 100%;
}
.vision_sts p{
    flex-wrap: wrap;
    line-height: 1.8;
    text-align: left;
    margin-right: 5px;
/* margin-left: 0px; */

}
/* .mis-vis{
    display: flex;
    flex-direction: column;
    margin-left: 0;
} */
.vision_sts h2{
   
    text-align: left;

}
.core_value{
    width: 90%;
    margin-left: 20px;

}
.core_value p{
    line-height: 1.8;
    flex-wrap: wrap;
    /* width: auto; */
    text-align: left;
    margin-right: 5px;

}
.core_value h2{
  
    text-align: left;

}
.core_value span{
    color: var(--primary);
    font-size: 20px;
    font-weight: bold;
}
/*======== 3 FOLD BRAND ======*/
.brand-container{
   
    margin-bottom: 10px;
    margin-top: 50px;

}

.brand-container p{
    width: auto;
   
}

.brand-container h2{
    width: 100px;
}

    .fold-brand{
        display: flex;
        flex-direction: column;
align-items: center;
justify-content: center;     
    }

.fold-brand .brand{
    width: 90%;
    height: 380px;
   margin-left: 0;
   margin-bottom: 20px;
   border-radius: 5px;

}

/***** Projects ****/

.projects{
    margin-top: 50px;
  
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.projects p{
    color: var(--light);
    font-size: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.projects span{
    color: var(--light);
    padding-right: 0;
    font-size:8px;
}


/*======== Team Members ======*/





    .Team_members{
        display: flex;
        flex-direction: column;
align-items: center;
justify-content: center;     
    }

.Team_members .Team{
    width: 90%;
    height: auto;
   margin-left: 0;
   margin-bottom: 20px;
}

.Team_hand{
margin-left: 190px;
}

.Team_members .Team-img3{
    background: url("img/bright.JPG") no-repeat center
    center/cover;
    width: 100%;
    height: 320px;
    /* border-radius: 0px 0px 20px 20px; */
}

/* Modal */
.modal {
    padding-top: 150px;
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid var(--primary);
    width: 90%;
    border-radius: 5px;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-con{
    /* position: relative; */
    display: flex;
    align-items:start;
    flex-direction: column;
margin-left: 0;
    justify-content: center;
   
}

.modal-img img {
    width: 200px;
    height: auto;
  
}


.modal-con .modal-text{
    text-align: left;
   /* margin-right: 20px; */
   margin-left: 0;
}
.modal-text h1{
    font-weight: bold;
    font-size: 20px;
    color: var(--dark);
}

.modal-text-bold{
    font-size: 15px;
    color: var(--primary);
    font-weight: bold;
    width: 200px;
    margin-top: 10px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}
.modal-text p{
    width: 300px;
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    margin-top: 10px;
    padding-right: 0;


}

/* Contact Form */
section .contact_form {
    display: flex;
   flex-direction: column;
   align-items:start;
   justify-content: left;
   align-content: center;
   overflow: hidden;
   
}
.contact-map iframe{
    width:340px;
     height:300px;
     /* margin-right: 10px; */
     margin-bottom: 50px;
}
.form .contact-form {
    /* width:400px; */
    margin-left: 0px;
    width:auto; 
    margin-right: 0px;
    padding: 0px;
  }
/* .contact-form{
  
} */
  .form .contact-form input, .form .contact-form textarea{
padding: 10px;
  }

 .form .contact-form button[type="submit"] {
   
    padding: 10px ;
    font-size: 15px;

  }
/* volunteer */

  .lightville {
     /* margin-top: 350px;  */
    height: 200px;
  }
  .lightville-content h2 {
    margin-bottom: 10px;
    font-size:1.3rem;
    /* width: 70%; */
    
  }
  .lightville-content h2 span {
    font-size:1.9rem;
    color: var(--primary);
  }
.lightville-content{
    width: 80%;
    
}

    /***** Gallery ****/

.gal-container{
  padding: 20px 8%;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
}
.gallery img{
    width: 100%;
}
     .gallery img:hover{
        width: 98%;
     }
/***** Footer ****/
footer{
   
    padding:0;
  
}
.footer-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.contact_info{
    margin:30px 30px;
}


.contact_info .soc-handles{
    margin-top: 10px;

}
.contact_info a{
    background-color: var(--primary);
    margin-right: 10px;
}
.footer h2 {
font-size: 15px;
}

.nav-back{
    display: flex;
    flex-direction: column;
    margin: 30px;
color: var(--light);
}
.nav-back a{
    padding: 10px 0 10px 0;
color: var(--secondary);
font-size: 13px;
} 
.nav-back a:hover{
    font-size: 14px;
color: var(--secondary);
transition: ease-in-out;
}
.alright{
    margin-top: 30px;
    color: var(--light);
    text-align: center;
}
.alright a{
    text-decoration: none;
    color: var(--secondary);

}
.alright p{
    font-size: 13px;
}
#scroll-top-btn {
    display: none; /* Hide initially */
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--primary); 
    cursor: pointer;
    padding: 15px 15px 0px 11px;
    padding-top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);

   
  }

  #scroll-top-btn a{
    /* position: sticky; */
    text-decoration: none;
    color: var(--light);
    font-size: 20px;
  }

}

@media  (min-width:701px) and (max-width:1024px) {  

/* top bar */
.top-bar{
    display: block;
}

/* Nav Bar */
.nav-bar .donate-btn{
    display: none;
}
nav .menu-btn {
    display: block;
    z-index: 999;
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
    border: 2px solid #b3b0b0;
    border-radius: 5px;
    padding: 2px 4px;
    max-width: 500px;
    font-size: 20px;
  }


  nav{
    background-color: var(--light);
 padding: 10px;
 height: 70px;
 

}
  .nav-bar .infos{
    margin-top: 50px;
    display: block;
    position: absolute;
    z-index: 998;
    top: 2px;
    left: 0px;
    background: var(--light);
    width: 250px;
    height: 100vh;
    /* border-right: #ccc 1px solid; */
    opacity: 0.9;
    padding: 30px;
    transform: translateX(-500px);
    transition: transform 1s ease-in-out;
    /* scroll-behavior: smooth; */
}

.show {
    transform: translateX(0);

}
.nav-bar li:hover{
    border-bottom: none;
}
.nav-bar ul{
    display: flex;
    flex-direction: column;
}
.nav-bar li a {
    text-decoration: none;
    /* color: black; */

}
.nav-bar li{
    padding: 16px;
    border-bottom: #ccc solid 1px;

}
.nav-bar li:last-child {
    border-bottom: none;
  }
.nav-bar img{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 100px;
}
.infos.show {
    transform: translateX(-20px);
  }




.slide-text{
    top: 25%;
    left: 100px;
}

.slide-text p{
    margin-top: 10px;
    width: 250px;
font-size: 15px;   
line-height: 1.5;

}

.slide-text h1{
font-size: 38px;
}

/*======== ABOUT US ======*/
.about-us{
width: 90%;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 20px 0 40px;
}

.abt-img img {
width: 300px;
/* margin-left: 30px; */
margin-top: 0;
height: auto;
}


.about-us .abt-text{

flex-wrap: wrap;
/* margin-right: 20px; */
}

.abt-text-bold{
font-size: 25px;
flex-wrap: wrap;
width: auto;

}
.abt-text p{
width: auto;
flex-wrap: wrap;
line-height: 1.8;
padding-right:0px;

}
   
/***** Mission, Vision and Core Value  *****/
.mis_vis_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;

}

.value_pro{
width: 100%;
}
.value_pro p{
width: auto;
margin-top: 0px;
text-align: left;
margin-right: 5px;

}
.mission_sts{
    width: 70%;
}
.mission_sts p{
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    margin-top: 10px;
    text-align: justify;
font-size: 15px;
font-weight: 500;
}
.mission_sts h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.vision_sts{
    width: 70%;
}
.vision_sts p{
    flex-wrap: wrap;
    line-height: 1.8;
    color: var(--secondary);
    text-align: justify;
    margin-top: 10px;
font-size: 15px;
font-weight: 500;
}
.vision_sts h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.core_value{
    width: 70%;
    margin-left: 120px;

}
.core_value p{
    flex-wrap: wrap;
    line-height: 1.8;
    text-align: justify;
    color: var(--secondary);
    margin-top: 10px;
font-size: 15px;
font-weight: 500;
}
.core_value h2{
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: justify;
font-size: 18px;
font-weight: bold;
}
.core_value span{
    color: var(--primary);
    font-size: 20px;
    font-weight: bold;
}
/*======== 3 FOLD BRAND ======*/
.brand-container{

margin-bottom: 10px;
margin-top: 50px;

}

.brand-container p{
width: auto;

}

.brand-container h2{
width: 100px;
}

.fold-brand{
    display: flex;
    flex-direction: column;
align-items: center;
justify-content: center;     
}

.fold-brand .brand{
width: 70%;
height: 380px;
margin-left: 0;
margin-bottom: 20px;
border-radius: 5px;

}

/***** Projects ****/

.projects{
margin-top: 50px;
height: 200px;
display: flex;
justify-content:space-around;
align-items: center;
text-align: center;
padding-left: 100px;
padding-right: 100px;
}
.projects p{
color: var(--light);
font-size: 30px;
padding-right: 20px;
padding-left: 20px;
}

.projects span{
color: var(--light);
padding-right: 0;
font-size:8px;
}


/*======== Team Members ======*/



/* #team-members{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.Team_members{
    display: flex;
    flex-direction: column;
  /* margin-left: 30px; */
align-items: center;
justify-content: center;     
}

.Team_members .Team{
width: 60%;
height: 600px;
margin-left: 0;
margin-bottom: 20px;
}

/* .Team_hand{
    position: sticky;
    background-color: var(--light);
    width: 150px;
    height: 35px;
    margin-top: 250px;
    /* bottom:250px; 
    border-radius: 5px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
padding: 10px;
} */

.Team_hand{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 400px;
    width: 150px;
    padding-left: 0;
margin-left: 290px;
}

.Team_members .Team-img3{
background: url("img/bright.JPG") no-repeat center
center/cover;
width: 100%;
height: 500px;
/* border-radius: 0px 0p
x 20px 20px; */
}

.Team_members .Team-img1{
    background: url("img/woman\ 1.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 500px;
    /* border-radius: 0px 0px 20px 20px; */

}
.Team_members .Team-img2{
    background: url("img/woman\ 2.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 500px;
    /* border-radius: 0px 0px 20px 20px; */
}
/* Modal */
.modal {
padding-top: 150px;
}

.modal-content {
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid var(--primary);
width: 90%;
border-radius: 5px;
}

.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.modal-con{
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
margin-left: 0;

}

.modal-img img {
width: 200px;
height: auto;
margin-right: 30px;
}


.modal-con .modal-text{
text-align: left;
/* margin-right: 20px; */
margin-left: 0;
}
.modal-text h1{
font-weight: bold;
font-size: 20px;
color: var(--dark);
}

.modal-text-bold{
font-size: 15px;
color: var(--primary);
font-weight: bold;
width: 200px;
margin-top: 10px;
/* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}
.modal-text p{
width: 300px;
flex-wrap: wrap;
line-height: 1.8;
color: var(--secondary);
margin-top: 10px;
padding-right: 0;


}

/* Contact Form */
section .contact_form {
display: flex;
flex-direction: column;
align-items:start;
justify-content: left;
align-content: center;
overflow: hidden;

}
.contact-map iframe{
width:340px;
 height:300px;
 /* margin-right: 10px; */
 margin-bottom: 50px;
}
.form .contact-form {
/* width:400px; */
margin-left: 0px;
width:auto; 
margin-right: 0px;
padding: 0px;
}
/* .contact-form{

} */
.form .contact-form input, .form .contact-form textarea{
padding: 10px;
}

.form .contact-form button[type="submit"] {

padding: 10px ;
font-size: 15px;

}
/* volunteer */

.lightville {
 /* margin-top: 350px;  */
height: 200px;
}


/***** Gallery ****/

.gal-container{
padding: 20px 8%;
}
.gallery{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-gap: 20px;
}
.gallery img{
width: 100%;
}
 .gallery img:hover{
    width: 98%;
 }
/***** Footer ****/
footer{

padding:0;

}
.footer-container{
display: flex;
/* flex-direction: column; */
margin-bottom: 30px;
/* align-items: center; */
justify-content: space-evenly;
}
.contact_info{
margin:50px 0px;
}


.contact_info .soc-handles{
margin-top: 10px;

}
.contact_info a{
background-color: var(--primary);
margin-right: 10px;
}
.footer h2 {
font-size: 15px;
}

.nav-back{
display: flex;
flex-direction: column;
margin:50px 50px;
color: var(--light);
}
.nav-back a{
padding: 10px 0 10px 0;
color: var(--secondary);
font-size: 13px;
} 
.nav-back a:hover{
font-size: 14px;
color: var(--secondary);
transition: ease-in-out;
}
.alright{
margin-top: 30px;
color: var(--light);
text-align: center;
}
.alright a{
text-decoration: none;
color: var(--secondary);

}
.alright p{
font-size: 13px;
}


#scroll-top-btn {
    display: none; /* Hide initially */
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--primary); 
    cursor: pointer;
    padding: 15px 15px 0px 15px;
    padding-top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);

   
  }

  #scroll-top-btn a{
    /* position: sticky; */
    text-decoration: none;
    color: var(--light);
    font-size: 20px;
  }


}