

html {
    scroll-behavior: smooth;
}

body{
    margin: 0px;
    background: #f8f9fa;
    color: #333;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
  
}

a, p{
     padding: 0px;
     margin:0px;
     font-family: 'Poppins', sans-serif;
}

body a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
  
}

body a:hover{
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6{
padding: 0px;
margin: 0px;
font-family: 'Playfair Display', serif;
}

@media (min-width: 1200px){

.all{
    display: grid;
    max-width:1400px;
    margin:0 auto;
    

}

.carousel{
    display: table;
    width:100%;
    margin:0 auto; 
    
}


.item-img{
    float: left;
    width: 100%;
    padding: 20px;
   
}

.inner-carousel-text1{
   float: left;
    width:50%;
    margin:0 auto; 
    text-align: center;
    color: white;
    padding-top: 100px;
    gap:20px;
}

.inner-carousel-text1 h2{
    font-weight: 700;
    font-size: 35px;
    font-family: 'Playfair Display', serif;


}

.inner-carousel-text1 p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.inner-carousel-text1 button{
    cursor: pointer;
    background-color: #ff9100;
    border: none;
    margin-left: 20px;
    color:#ffffff;
    padding:13px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}

.inner-carousel-text1 button:hover{
    color:white;
    background-color: #ffc953;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.inner-carousel-text2{
    float: left;
    width: 50%;
}

.inner-carousel-text2 img{
    display: inline-block;
    width: 80%;
}

.section{
    display: grid;
    width: 100%;
    margin: 0 auto;
}

.intro-part{
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ffefe8;
    padding-bottom:40px;
    

}

.intro-part1{
    display: flex;
    width: 90%;
    margin: 0 auto;
    
    
}

.intro-part-inner{
    float: left;
    width: 50%;

}

.intro-part-inner h1{
    font-weight: 700;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 50px;

}

.intro-part-inner button{
    cursor: pointer;
    background-color: #ff6726;
    border: none;
    color:white;
    padding:10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;

}

.intro-part-inner button:hover{
    color:white;
}

.title-intro{
    background-color: #ff6726;
    padding: 8px;
    border-radius: 10px ;
    color:rgb(247, 247, 247);
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.desc-intro{
    display:inline-block;
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    color: rgb(95, 95, 95);
    padding:10px;
    margin-top: 10px;
}




.intro-part-inner1{
    float: left;
    width: 50%;
}

.intro-part-inner1 img{
    width: 95%;
    display: inline-block;
    padding:20px;
}

.stat{
     display: grid;
    width: 80%;
    margin: 0 auto;
    
}

.stat1{
     display: grid;
    width: 100%;
    padding-top: 40px;
}

.stat1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.stat1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.stat-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.stat-box1{
    float: left;
     width:24%;
    
}

.stat-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.stat-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.hunger{
    display: grid;
    width:100%;
    margin: 0 auto;
    background-image: linear-gradient(to left, #722506,  #e7541a );
    margin-top:30px;
    padding-bottom:30px;
}

.inner-hunger{
     display: flex;
    width:80%;
    margin: 0 auto;
   margin-top: 50px;
}

.inner-hunger1{
    float: left;
    width: 40%;
    border: 8px solid white;
    border-top-left-radius: 90px ;
    border-bottom-right-radius: 90px ;
    height: 400px;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.inner-hunger2{
    float: left;
    width: 60%;

}

.inner-hunger2 h3{
     display: inline-block;
    font-size: 32px;
    font-weight: 700;
   font-family: 'Inter', sans-serif;
    color:white;
    padding: 30px;
    padding-top: 100px;
}


.mission{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-color: #ffefe8;

}

.inner-mission{
    display: flex;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
     padding-bottom:40px;
}

.inner-mission1{
    float: left;
    width: 100%;
}

.inner-mission1 h2{
    font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(14, 14, 14);
}

.inner-mission1 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(65, 65, 65);
    margin-top: 25px;
    padding-left: 50px;
     padding-right: 50px;
}

.roadmap{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.roadmap-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-inner1{
    float: left;
    width: 50%;
}

.roadmap-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 70px;
    color: #4d1702;
    text-shadow: 2px 2px 2px rgba(24, 24, 24, 0.6);
}

.roadmap-inner2{
    float: left;
    width: 50%;
}

.roadmap-inner2 img{
    width: 50%;
}

.roadmap-inner3{
    display: flex;
    width: 80%;
     margin: 0 auto;
}


.roadmap-inner3 p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(34, 34, 34);
    margin-top: 10px;
}
  


.phase{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.phase-inner{
    display: table;
    width: 70%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-phase1{
    float: left;
    width: 40%;
    margin-left: 20px;
     border-top-right-radius: 50px;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.3);
    height:auto;
    background-color: white;
    
}


.phase-title{
    float: left;
    width: 100%;
    padding: 10px;
     border-top-right-radius: 50px;
   
}

.phase-title h3{
     font-weight: 700; 
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 22px;
    color: white;
}

.phase-body{
    float: left;
    width: 100%;
    padding:10px;

}

.phase-body p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(26, 26, 26);
     border-bottom: 1px solid rgb(211, 211, 211);
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
     
    
}

.sub-phase-p{
    padding-left:20px;
}





.buy{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );


}

.buy-inner{
    display: flex;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.buy-inner1{
    float: left;
    width: 50%;
}

.buy-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 110px;
    color: white;
    text-shadow: 2px 4px 4px rgba(92, 30, 1, 0.6);
}

.buy-inner2{
    float: left;
    width: 50%;
}

.buy-inner2 img{
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}



.buydem{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );
     padding-bottom: 30px;
}

.buydem-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.dem-buy1{
    float: left;
    width: 27%;
    margin-left:30px;
    background-color: white;
    border: 3px solid #722506;
    border-bottom-left-radius: 50px;
    padding:15px;
    
    
}

.dem-buy1 h3{
     font-weight: 700;
     font-family: 'Inter', sans-serif;
    display: inline-block;
    margin:2px;
    font-size: 20px;
    color: #722506;
}

.dem-buy1 h2{
     font-weight: 800;
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:2px;
    font-size: 28px;
    color: #3d1100;
}

.dem-buy1 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(53, 53, 53);
     padding: 3px;
     margin-top:5px;
}

.dem-buy2{
    float: left;
    width: 100%;
    padding: 10px;
}

.dem-buy2 button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;

}

.dem-buy2 button:hover{
    background-color: #ffd780;
    transition-delay: 0.2s;
}




.donation{
     display: table;
    width: 80%;
    margin: 0 auto;
    
}

.donation1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.donation1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.donation1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.donation-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.donation-box1{
    float: left;
     width:50%;
    
}

.donation-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.donation-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.donation-button{
    float: left;
    width:100%;
    padding-top:20px;
    
}

.donation-button button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}



.partner1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.partner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.partner1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.partner-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.partner-box1{
    float: left;
     width:25%;
    
}

.partner-box1 img{
    display: inline-block;
    width: 100px;
}

.partner-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.testimonial1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.testimonial1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.testimonial1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.testimony-box{
    float: left;
    width: 100%;
}

.testimony-box1{
    float: left;
    width: 30%;
    margin-left: 25px;
    margin-top: 20px;
    padding:20px;
     box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
     border-radius: 20px;
}

.testimony-head{
    float: left;
    width: 100%;
}

.testimony-body{
    float: left;
    width: 100%;
    
}

.span-profile{
    display: inline-block;
    width: 100px;
    height: 100px;
     background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
     box-shadow: 4px 0px 10px rgba(0,0,0,0.3);
}

.testimony-body p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}





.transparent{
     display: table;
    width: 100%;
    margin: 0 auto;
    margin-top:20px;
    background-color: #ffefe8;
    
}

.transparent1{
     display: table;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.transparent1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);
    text-shadow: 0px 0px 4px rgba(209, 193, 193, 0.6);
}

.transparent1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
     color: rgb(46, 46, 46);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.transparent-box{
    display: table;
    width: 30%;
    margin: 0 auto;
   
}

.transparent-box p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(46, 46, 46);
    padding: 10px;
}

.join{
    display: table;
    width: 100%;
    background-image: linear-gradient(to left, #722506,  #e7541a );
}

.join-inner{
     display: table;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.join-inner h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(255, 255, 255);
     text-shadow: 0px 0px 4px rgba(102, 37, 7, 0.6);
   
}

.join-inner p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(231, 231, 231);
    padding: 15px;
}

.join-inner button{
     cursor: pointer;
    background-color: #fffcf4;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
    margin-left: 20px;
}

.footer{
    display: table;
    width: 100%;
    background-color: white;
}


.footer-inner{
     display: table;
    width: 80%;
    margin:0 auto;
}

}








@media (min-width: 800px) and (max-width: 1199px) {
    .all{
    display: grid;
    max-width:1400px;
    margin:0 auto;
    

}

.carousel{
    display: grid;
    width:100%;
    margin:0 auto; 
    
}

.item-img{
     float: left;
    width: 100%;
    padding: 20px;
}

.inner-carousel-text1{
   float: left;
    width:50%;
    margin:0 auto; 
    text-align: center;
    color: white;
    padding-top: 100px;
    gap:20px;
}

.inner-carousel-text1 h2{
    font-weight: 700;
    font-size: 35px;
    font-family: 'Playfair Display', serif;


}

.inner-carousel-text1 p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.inner-carousel-text1 button{
    cursor: pointer;
    background-color: #ff9100;
    border: none;
    margin-left: 20px;
    color:#ffffff;
    padding:13px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}

.inner-carousel-text1 button:hover{
    color:white;
    background-color: #ffc953;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.inner-carousel-text2{
    float: left;
    width: 50%;
}

.inner-carousel-text2 img{
    display: inline-block;
    width: 80%;
}

.section{
    display: grid;
    width: 100%;
    margin: 0 auto;
}

.intro-part{
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ffefe8;
    padding-bottom:40px;
    

}

.intro-part1{
    display: flex;
    width: 90%;
    margin: 0 auto;
    
    
}

.intro-part-inner{
    float: left;
    width: 50%;

}

.intro-part-inner h1{
    font-weight: 700;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 50px;

}

.intro-part-inner button{
    cursor: pointer;
    background-color: #ff6726;
    border: none;
    color:white;
    padding:10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;

}

.intro-part-inner button:hover{
    color:white;
}

.title-intro{
    background-color: #ff6726;
    padding: 8px;
    border-radius: 10px ;
    color:rgb(247, 247, 247);
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.desc-intro{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(95, 95, 95);
    padding:10px;
    margin-top: 10px;
}




.intro-part-inner1{
    float: left;
    width: 50%;
}

.intro-part-inner1 img{
    width: 95%;
    display: inline-block;
    padding:20px;
}

.stat{
     display: grid;
    width: 80%;
    margin: 0 auto;
    
}

.stat1{
     display: grid;
    width: 100%;
    padding-top: 40px;
}

.stat1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.stat1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.stat-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.stat-box1{
    float: left;
     width:24%;
    
}

.stat-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.stat-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.hunger{
    display: grid;
    width:100%;
    margin: 0 auto;
    background-image: linear-gradient(to left, #722506,  #e7541a );
    margin-top:30px;
    padding-bottom:30px;
}

.inner-hunger{
     display: flex;
    width:80%;
    margin: 0 auto;
   margin-top: 50px;
}

.inner-hunger1{
    float: left;
    width: 50%;
    border: 8px solid white;
    border-top-left-radius: 90px ;
    border-bottom-right-radius: 90px ;
    height: 400px;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.inner-hunger2{
    float: left;
    width: 50%;

}

.inner-hunger2 h3{
     display: inline-block;
    font-size: 30px;
    font-weight: 700;
   font-family: 'Inter', sans-serif;
    color:white;
    padding: 28px;
    padding-top: 60px;
}


.mission{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-color: #ffefe8;

}

.inner-mission{
    display: flex;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
     padding-bottom:40px;
}

.inner-mission1{
    float: left;
    width: 100%;
}

.inner-mission1 h2{
    font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(14, 14, 14);
}

.inner-mission1 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(65, 65, 65);
    margin-top: 25px;
    padding-left: 50px;
     padding-right: 50px;
}

.roadmap{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.roadmap-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-inner1{
    float: left;
    width: 50%;
}

.roadmap-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 70px;
    color: #4d1702;
    text-shadow: 2px 2px 2px rgba(24, 24, 24, 0.6);
}

.roadmap-inner2{
    float: left;
    width: 50%;
}

.roadmap-inner2 img{
    width: 50%;
}

.roadmap-inner3{
    display: flex;
    width: 80%;
     margin: 0 auto;
}


.roadmap-inner3 p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(34, 34, 34);
    margin-top: 10px;
}
  


.phase{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.phase-inner{
    display: table;
    width: 70%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-phase1{
    float: left;
    width: 45%;
    margin-left: 20px;
     border-top-right-radius: 50px;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.3);
    height:auto;
    background-color: white;
    
}


.phase-title{
    float: left;
    width: 100%;
    padding: 10px;
     border-top-right-radius: 50px;
   
}

.phase-title h3{
     font-weight: 700; 
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 22px;
    color: white;
}

.phase-body{
    float: left;
    width: 100%;
    padding:10px;

}

.phase-body p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(26, 26, 26);
     border-bottom: 1px solid rgb(211, 211, 211);
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
     
    
}

.sub-phase-p{
    padding-left:20px;
}





.buy{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );



}

.buy-inner{
    display: flex;
    width: 80%;
     margin: 0 auto;

}

.buy-inner1{
    float: left;
    width: 50%;
}

.buy-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 100px;
    color: white;
    text-shadow: 2px 4px 4px rgba(92, 30, 1, 0.6);
}

.buy-inner2{
    float: left;
    width: 50%;
}

.buy-inner2 img{
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}



.buydem{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );
     padding-bottom: 30px;
}

.buydem-inner{
    display: table;
    width: 90%;
     margin: 0 auto;
     padding-top:40px;
}

.dem-buy1{
    float: left;
    width: 30%;
    margin-left:20px;
    background-color: white;
    border: 3px solid #722506;
    border-bottom-left-radius: 50px;
    padding:15px;
    
    
}

.dem-buy1 h3{
     font-weight: 700;
     font-family: 'Inter', sans-serif;
    display: inline-block;
    margin:2px;
    font-size: 20px;
    color: #722506;
}

.dem-buy1 h2{
     font-weight: 800;
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:2px;
    font-size: 26px;
    color: #3d1100;
}

.dem-buy1 p{
     display:inline-block;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: rgb(53, 53, 53);
     padding: 3px;
     margin-top:5px;
}

.dem-buy2{
    float: left;
    width: 100%;
    padding: 10px;
}

.dem-buy2 button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;

}

.dem-buy2 button:hover{
    background-color: #ffd780;
    transition-delay: 0.2s;
}




.donation{
     display: table;
    width: 80%;
    margin: 0 auto;
    
}

.donation1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.donation1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.donation1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.donation-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.donation-box1{
    float: left;
     width:50%;
    
}

.donation-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.donation-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.donation-button{
    float: left;
    width:100%;
    padding-top:20px;
    
}

.donation-button button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}



.partner1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.partner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.partner1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.partner-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.partner-box1{
    float: left;
     width:25%;
    
}

.partner-box1 img{
    display: inline-block;
    width: 100px;
}

.partner-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.testimonial1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.testimonial1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.testimonial1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.testimony-box{
    float: left;
    width: 100%;
}

.testimony-box1{
    float: left;
    width: 45%;
    margin-left: 25px;
    margin-top: 20px;
    padding:20px;
     box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
     border-radius: 20px;
}

.testimony-head{
    float: left;
    width: 100%;
}

.testimony-body{
    float: left;
    width: 100%;
    
}

.span-profile{
    display: inline-block;
    width: 100px;
    height: 100px;
     background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
     box-shadow: 4px 0px 10px rgba(0,0,0,0.3);
}

.testimony-body p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}





.transparent{
     display: table;
    width: 100%;
    margin: 0 auto;
    margin-top:20px;
    background-color: #ffefe8;
    
}

.transparent1{
     display: table;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.transparent1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);
    text-shadow: 0px 0px 4px rgba(209, 193, 193, 0.6);
}

.transparent1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
     color: rgb(46, 46, 46);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.transparent-box{
    display: table;
    width: 30%;
    margin: 0 auto;
   
}

.transparent-box p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(46, 46, 46);
    padding: 10px;
}

.join{
    display: table;
    width: 100%;
    background-image: linear-gradient(to left, #722506,  #e7541a );
}

.join-inner{
     display: table;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.join-inner h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(255, 255, 255);
     text-shadow: 0px 0px 4px rgba(102, 37, 7, 0.6);
   
}

.join-inner p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(231, 231, 231);
    padding: 15px;
}

.join-inner button{
     cursor: pointer;
    background-color: #fffcf4;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
    margin-left: 20px;
}

.footer{
    display: table;
    width: 100%;
    background-color: white;
}


.footer-inner{
     display: table;
    width: 80%;
    margin:0 auto;
}
}











@media (min-width: 400px) and (max-width: 799px) {

.all{
    display: grid;
    max-width:1400px;
    margin:0 auto;
    

}

.carousel{
    display: grid;
    width:100%;
    margin:0 auto; 
    
}

.item-img{
     float: left;
    width: 100%;
    padding: 20px;
}

.inner-carousel-text1{
   float: left;
    width:100%;
    margin:0 auto; 
    text-align: center;
    color: white;
    padding-top: 20px;
    gap:20px;
}

.inner-carousel-text1 h2{
    font-weight: 700;
    font-size: 35px;
    font-family: 'Playfair Display', serif;


}

.inner-carousel-text1 p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.inner-carousel-text1 button{
    cursor: pointer;
    background-color: #ff9100;
    border: none;
    margin-left: 20px;
    color:#ffffff;
    padding:13px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}

.inner-carousel-text1 button:hover{
    color:white;
    background-color: #ffc953;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.inner-carousel-text2{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.inner-carousel-text2 img{
    display: inline-block;
    width: 50%;
}

.section{
    display: grid;
    width: 100%;
    margin: 0 auto;
}

.intro-part{
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ffefe8;
    padding-bottom:40px;
    

}

.intro-part1{
    display: table;
    width: 90%;
    margin: 0 auto;
    
    
}

.intro-part-inner{
    float: left;
    width: 100%;

}

.intro-part-inner h1{
    font-weight: 700;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 50px;

}

.intro-part-inner button{
    cursor: pointer;
    background-color: #ff6726;
    border: none;
    color:white;
    padding:10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;

}

.intro-part-inner button:hover{
    color:white;
}

.title-intro{
    background-color: #ff6726;
    padding: 8px;
    border-radius: 10px ;
    color:rgb(247, 247, 247);
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.desc-intro{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(95, 95, 95);
    padding:10px;
    margin-top: 10px;
}




.intro-part-inner1{
    float: left;
    width: 100%;
}

.intro-part-inner1 img{
    width: 95%;
    display: inline-block;
    padding:20px;
}

.stat{
     display: grid;
    width: 80%;
    margin: 0 auto;
    
}

.stat1{
     display: grid;
    width: 100%;
    padding-top: 40px;
}

.stat1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.stat1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.stat-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.stat-box1{
    float: left;
     width:50%;
    
}

.stat-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.stat-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.hunger{
    display: grid;
    width:100%;
    margin: 0 auto;
    background-image: linear-gradient(to left, #722506,  #e7541a );
    margin-top:30px;
    padding-bottom:30px;
}

.inner-hunger{
     display: table;
    width:80%;
    margin: 0 auto;
   margin-top: 50px;
}

.inner-hunger1{
    float: left;
    width: 100%;
    border: 8px solid white;
    border-top-left-radius: 90px ;
    border-bottom-right-radius: 90px ;
    height: 350px;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.inner-hunger2{
    float: left;
    width: 100%;

}

.inner-hunger2 h3{
     display: inline-block;
    font-size: 27px;
    font-weight: 700;
   font-family: 'Inter', sans-serif;
    color:white;
    padding: 28px;
    padding-top: 20px;
}


.mission{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-color: #ffefe8;

}

.inner-mission{
    display: flex;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
     padding-bottom:40px;
}

.inner-mission1{
    float: left;
    width: 100%;
}

.inner-mission1 h2{
    font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(14, 14, 14);
}

.inner-mission1 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(65, 65, 65);
    margin-top: 25px;
    padding-left: 50px;
     padding-right: 50px;
}

.roadmap{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.roadmap-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-inner1{
    float: left;
    width: 100%;
}

.roadmap-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 80px;
    color: #4d1702;
    text-shadow: 1px 2px 2px rgba(24, 24, 24, 0.6);
}

.roadmap-inner2{
    float: left;
    width: 100%;
}

.roadmap-inner2 img{
    width: 80%;
}

.roadmap-inner3{
    display: flex;
    width: 90%;
     margin: 0 auto;
}


.roadmap-inner3 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(34, 34, 34);
    margin-top: 10px;
}
  


.phase{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.phase-inner{
    display: table;
    width: 70%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-phase1{
    float: left;
    width: 100%;
     border-top-right-radius: 50px;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.3);
    height:auto;
    background-color: white;
    margin-top: 20px;
    
}


.phase-title{
    float: left;
    width: 100%;
    padding: 10px;
     border-top-right-radius: 50px;
   
}

.phase-title h3{
     font-weight: 700; 
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 22px;
    color: white;
}

.phase-body{
    float: left;
    width: 100%;
    padding:10px;

}

.phase-body p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(26, 26, 26);
     border-bottom: 1px solid rgb(211, 211, 211);
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
     
    
}

.sub-phase-p{
    padding-left:20px;
}





.buy{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );


}

.buy-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.buy-inner1{
    float: left;
    width: 100%;
}

.buy-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 75px;
    color: white;
    text-shadow: 2px 4px 4px rgba(92, 30, 1, 0.6);
}

.buy-inner2{
    float: left;
    width: 100%;
}

.buy-inner2 img{
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}



.buydem{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );
     padding-bottom: 30px;
}

.buydem-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:20px;
}

.dem-buy1{
    float: left;
    width: 100%;
    background-color: white;
    border: 3px solid #722506;
    border-bottom-left-radius: 50px;
    padding:15px;
    margin-top: 20px;
    
    
}

.dem-buy1 h3{
     font-weight: 700;
     font-family: 'Inter', sans-serif;
    display: inline-block;
    margin:2px;
    font-size: 20px;
    color: #722506;
}

.dem-buy1 h2{
     font-weight: 800;
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:2px;
    font-size: 26px;
    color: #3d1100;
}

.dem-buy1 p{
     display:inline-block;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: rgb(53, 53, 53);
     padding: 3px;
     margin-top:5px;
}

.dem-buy2{
    float: left;
    width: 100%;
    padding: 10px;
}

.dem-buy2 button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;

}

.dem-buy2 button:hover{
    background-color: #ffd780;
    transition-delay: 0.2s;
}




.donation{
     display: table;
    width: 80%;
    margin: 0 auto;
    
}

.donation1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.donation1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.donation1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.donation-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.donation-box1{
    float: left;
     width:50%;
    
}

.donation-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.donation-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.donation-button{
    float: left;
    width:100%;
    padding-top:20px;
    
}

.donation-button button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}



.partner1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.partner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.partner1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.partner-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.partner-box1{
    float: left;
     width:50%;
    
}

.partner-box1 img{
    display: inline-block;
    width: 100px;
}

.partner-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.testimonial1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.testimonial1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.testimonial1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.testimony-box{
    float: left;
    width: 100%;
}

.testimony-box1{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding:20px;
     box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
     border-radius: 20px;
}

.testimony-head{
    float: left;
    width: 100%;
}

.testimony-body{
    float: left;
    width: 100%;
    
}

.span-profile{
    display: inline-block;
    width: 100px;
    height: 100px;
     background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
     box-shadow: 4px 0px 10px rgba(0,0,0,0.3);
}

.testimony-body p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}





.transparent{
     display: table;
    width: 100%;
    margin: 0 auto;
    margin-top:20px;
    background-color: #ffefe8;
    
}

.transparent1{
     display: table;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.transparent1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 30px;
    color: rgb(34, 34, 34);
    text-shadow: 0px 0px 4px rgba(209, 193, 193, 0.6);
}

.transparent1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
     color: rgb(46, 46, 46);
    padding:10px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


.transparent-box{
    display: table;
    width: 60%;
    margin: 0 auto;
   
}

.transparent-box p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(46, 46, 46);
    padding: 10px;
}

.join{
    display: table;
    width: 100%;
    background-image: linear-gradient(to left, #722506,  #e7541a );
}

.join-inner{
     display: table;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.join-inner h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(255, 255, 255);
     text-shadow: 0px 0px 4px rgba(102, 37, 7, 0.6);
   
}

.join-inner p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(231, 231, 231);
    padding: 15px;
}

.join-inner button{
     cursor: pointer;
    background-color: #fffcf4;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
    margin-left: 20px;
}

.footer{
    display: table;
    width: 100%;
    background-color: white;
}


.footer-inner{
     display: table;
    width: 80%;
    margin:0 auto;
}
}




@media (max-width: 399px) {
.all{
    display: grid;
    max-width:1400px;
    margin:0 auto;
    

}

.carousel{
    display: grid;
    width:100%;
    margin:0 auto; 
    
}

.item-img{
    float: left;
    width: 100%;
    padding: 20px;
}

.inner-carousel-text1{
   float: left;
    width:100%;
    margin:0 auto; 
    text-align: center;
    color: white;
    padding-top: 20px;
    gap:20px;
}

.inner-carousel-text1 h2{
    font-weight: 700;
    font-size: 35px;
    font-family: 'Playfair Display', serif;


}

.inner-carousel-text1 p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.inner-carousel-text1 button{
    cursor: pointer;
    background-color: #ff9100;
    border: none;
    margin-left: 20px;
    color:#ffffff;
    padding:13px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}

.inner-carousel-text1 button:hover{
    color:white;
    background-color: #ffc953;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.inner-carousel-text2{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.inner-carousel-text2 img{
    display: inline-block;
    width: 100%;
}

.section{
    display: grid;
    width: 100%;
    margin: 0 auto;
}

.intro-part{
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ffefe8;
    padding-bottom:40px;
    

}

.intro-part1{
    display: table;
    width: 90%;
    margin: 0 auto;
    
    
}

.intro-part-inner{
    float: left;
    width: 100%;

}

.intro-part-inner h1{
    font-weight: 700;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 50px;

}

.intro-part-inner button{
    cursor: pointer;
    background-color: #ff6726;
    border: none;
    color:white;
    padding:10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;

}

.intro-part-inner button:hover{
    color:white;
}

.title-intro{
    background-color: #ff6726;
    padding: 8px;
    border-radius: 10px ;
    color:rgb(247, 247, 247);
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.desc-intro{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(95, 95, 95);
    padding:10px;
    margin-top: 10px;
}




.intro-part-inner1{
    float: left;
    width: 100%;
}

.intro-part-inner1 img{
    width: 95%;
    display: inline-block;
    padding:20px;
}

.stat{
     display: grid;
    width: 80%;
    margin: 0 auto;
    
}

.stat1{
     display: grid;
    width: 100%;
    padding-top: 40px;
}

.stat1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.stat1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.stat-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.stat-box1{
    float: left;
     width:50%;
    
}

.stat-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.stat-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.hunger{
    display: grid;
    width:100%;
    margin: 0 auto;
    background-image: linear-gradient(to left, #722506,  #e7541a );
    margin-top:30px;
    padding-bottom:30px;
}

.inner-hunger{
     display: table;
    width:80%;
    margin: 0 auto;
   margin-top: 50px;
}

.inner-hunger1{
    float: left;
    width: 100%;
    border: 8px solid white;
    border-top-left-radius: 90px ;
    border-bottom-right-radius: 90px ;
    height: 350px;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.inner-hunger2{
    float: left;
    width: 100%;

}

.inner-hunger2 h3{
     display: inline-block;
    font-size: 27px;
    font-weight: 700;
   font-family: 'Inter', sans-serif;
    color:white;
    padding: 28px;
    padding-top: 20px;
}


.mission{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-color: #ffefe8;

}

.inner-mission{
    display: flex;
    width: 90%;
     margin: 0 auto;
     padding-top:40px;
     padding-bottom:40px;
}

.inner-mission1{
    float: left;
    width: 100%;
}

.inner-mission1 h2{
    font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(14, 14, 14);
}

.inner-mission1 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(65, 65, 65);
    margin-top: 25px;
    padding-left: 50px;
     padding-right: 50px;
}

.roadmap{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.roadmap-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-inner1{
    float: left;
    width: 100%;
}

.roadmap-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 60px;
    color: #4d1702;
    text-shadow: 1px 2px 2px rgba(24, 24, 24, 0.6);
}

.roadmap-inner2{
    float: left;
    width: 100%;
}

.roadmap-inner2 img{
    width: 85%;
}

.roadmap-inner3{
    display: flex;
    width: 90%;
     margin: 0 auto;
}


.roadmap-inner3 p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(34, 34, 34);
    margin-top: 10px;
}
  


.phase{
    display: flex;
    width: 100%;
     margin: 0 auto;
      background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;


}

.phase-inner{
    display: table;
    width: 90%;
     margin: 0 auto;
     padding-top:40px;
}

.roadmap-phase1{
    float: left;
    width: 100%;
     border-top-right-radius: 50px;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.3);
    height:auto;
    background-color: white;
    margin-top: 20px;
    
}


.phase-title{
    float: left;
    width: 100%;
    padding: 10px;
     border-top-right-radius: 50px;
   
}

.phase-title h3{
     font-weight: 700; 
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 22px;
    color: white;
}

.phase-body{
    float: left;
    width: 100%;
    padding:10px;

}

.phase-body p{
     display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(26, 26, 26);
     border-bottom: 1px solid rgb(211, 211, 211);
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
     
    
}

.sub-phase-p{
    padding-left:20px;
}






.buy{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );



}

.buy-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:40px;
}

.buy-inner1{
    float: left;
    width: 100%;
}

.buy-inner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 70px;
    color: white;
    text-shadow: 2px 4px 4px rgba(92, 30, 1, 0.6);
}

.buy-inner2{
    float: left;
    width: 100%;
}

.buy-inner2 img{
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}



.buydem{
    display: flex;
    width: 100%;
     margin: 0 auto;
     background-image: linear-gradient(to left, #722506,  #e7541a );
     padding-bottom: 30px;
}

.buydem-inner{
    display: table;
    width: 80%;
     margin: 0 auto;
     padding-top:20px;
}

.dem-buy1{
    float: left;
    width: 100%;
    background-color: white;
    border: 3px solid #722506;
    border-bottom-left-radius: 50px;
    padding:15px;
    margin-top: 20px;
    
    
}

.dem-buy1 h3{
     font-weight: 700;
     font-family: 'Inter', sans-serif;
    display: inline-block;
    margin:2px;
    font-size: 20px;
    color: #722506;
}

.dem-buy1 h2{
     font-weight: 800;
      font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:2px;
    font-size: 26px;
    color: #3d1100;
}

.dem-buy1 p{
     display:inline-block;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: rgb(53, 53, 53);
     padding: 3px;
     margin-top:5px;
}

.dem-buy2{
    float: left;
    width: 100%;
    padding: 10px;
}

.dem-buy2 button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;

}

.dem-buy2 button:hover{
    background-color: #ffd780;
    transition-delay: 0.2s;
}




.donation{
     display: table;
    width: 80%;
    margin: 0 auto;
    
}

.donation1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.donation1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.donation1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.donation-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.donation-box1{
    float: left;
     width:50%;
    
}

.donation-box1 h3{
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color:#cc3b01;
}

.donation-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.donation-button{
    float: left;
    width:100%;
    padding-top:20px;
    
}

.donation-button button{
    cursor: pointer;
    background-color: #ffb311;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
}



.partner1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.partner1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(34, 34, 34);

}

.partner1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}


.partner-box{
    float: left;
    width:100%;
    margin-top:10px;
    
}

.partner-box1{
    float: left;
     width:50%;
    
}

.partner-box1 img{
    display: inline-block;
    width: 100px;
}

.partner-box1 p{
    display:inline-block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: rgb(110, 110, 110);
    margin-top: 10px;
}

.testimonial1{
     display: table;
    width: 100%;
    padding-top: 40px;
}

.testimonial1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 35px;
    color: rgb(34, 34, 34);

}

.testimonial1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.testimony-box{
    float: left;
    width: 100%;
}

.testimony-box1{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding:20px;
     box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
     border-radius: 20px;
}

.testimony-head{
    float: left;
    width: 100%;
}

.testimony-body{
    float: left;
    width: 100%;
    
}

.span-profile{
    display: inline-block;
    width: 100px;
    height: 100px;
     background-position: center 10%;
	background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
     box-shadow: 4px 0px 10px rgba(0,0,0,0.3);
}

.testimony-body p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(71, 71, 71);
    padding:10px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}





.transparent{
     display: table;
    width: 100%;
    margin: 0 auto;
    margin-top:20px;
    background-color: #ffefe8;
    
}

.transparent1{
     display: table;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.transparent1 h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 30px;
    color: rgb(34, 34, 34);
    text-shadow: 0px 0px 4px rgba(209, 193, 193, 0.6);
}

.transparent1 p{
    display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
     color: rgb(46, 46, 46);
    padding:10px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


.transparent-box{
    display: table;
    width: 60%;
    margin: 0 auto;
   
}

.transparent-box p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(46, 46, 46);
    padding: 10px;
}

.join{
    display: table;
    width: 100%;
    background-image: linear-gradient(to left, #722506,  #e7541a );
}

.join-inner{
     display: table;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.join-inner h2{
     font-weight: 800;
     font-family: 'Playfair Display', serif;
    display: inline-block;
    margin:6px;
    font-size: 40px;
    color: rgb(255, 255, 255);
     text-shadow: 0px 0px 4px rgba(102, 37, 7, 0.6);
   
}

.join-inner p{
     display:inline-block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(231, 231, 231);
    padding: 15px;
}

.join-inner button{
     cursor: pointer;
    background-color: #fffcf4;
    border: none;
    color:#3d1100;
    padding:15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
   box-shadow: offset-x offset-y blur-radius spread-radius color inset;
    transition: background-color 0.3s ease-in-out;
    margin-left: 20px;
}

.footer{
    display: table;
    width: 100%;
    background-color: white;
}


.footer-inner{
     display: table;
    width: 80%;
    margin:0 auto;
}
}