
html{
    font-size: 16px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:" komet", sans-serif;
}
a{
    text-decoration: none;
    color: inherit;

}
header{
    font-family: sans-serif;
    color:rgb(53, 68, 99);
    padding: 2rem;
    /* border: 2px solid black; */
}
.header-containor{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navigation_container{
    display: flex;
    justify-content: space-between;
    align-items:center ;
}

.logo-box-green-trees>a>h1{
    font-size: 1.12rem;
    
}
.navigation_box>ul{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.navigation_box>ul>li{
    list-style-type: none;
    font-size: 0.87rem;
    padding: 0.5rem;
    font-weight: 300;
}
.donate_button_container{
    display: flex;
    justify-content:space-between;
    margin-top: 1rem;
}
#donate_button{
    font-size: 1.12rem;
    font-weight: 700;
    width: 100%;
    border-radius:2.5rem;
    padding:0.68rem;
    background-color: #c0e7c7;
    border: none;
    color:rgb(53, 68, 99);

}
.hover-btn:hover{
    background-color: rgb(53, 68, 99) !important;
    color:#c0e7c7 !important;
    cursor: pointer;
}
/* home -page -1 main  mobile */
main>.page1{
    background-color: palevioletred;
    padding:2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-image: url('../assets/about-us/mobile/annie-spratt-427339-unsplash.png');    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-color: rgb(53, 68, 99);
    
}
.stop_climate_change_box{
    margin-bottom: 8.5rem;
}
main>.page1>.stop_climate_change_box>h1{
    font-size:2.75rem;
    line-height: 2.87rem;
    width: 12.25rem;
    font-family: "flood-std", sans-serif;
    font-weight: 300;
    color:white;
    line-height: 3rem;
}
main>.page1>.issue_container{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 2rem 1.5rem 2rem;
    color: rgb(53, 68, 99);
    /* margin-bottom: 1.5rem; */
}
.issue_box{
    background-color: rgb(53, 68, 99);
    color: white;
    position:relative;
    font-family:" komet", sans-serif;
    font-size: 0.87rem;
    bottom: 1.5rem;
    text-align: center;
    padding: 0.68rem;
    min-width:10rem ;
}
.issue_msg_box>h2{
    font-size: 1.37rem;
}
.issue_msg_box{
    
    font-family: "poynter-oldstyle-display",sans-serif;
    margin-top: 1rem;
    margin-bottom:1.5rem ;
    text-align: center;
}
.readme_me_more_linkbox{
    font-size:0.87 ;
    font-weight: 300;
    line-height: 1.6rem;
    text-align: center;
    font-family:" komet", sans-serif;
    text-decoration: underline;
     margin-bottom: 2rem;
}
/* <!-- page-2 mission & values --> */
.mission-and-values-containor{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.label{
    background-color: red;
    font-family:" komet", sans-serif;
    font-size: 0.87rem;
    text-align: center;
    padding: 0.68rem  ;
    min-width:10rem ;

}
.misssion-and-values-label{
    background-color: white;
    color:rgb(53, 68, 99) ;
    align-self: center;
}
.mission-msg-box{
    font-size: 1.37rem;
    text-align: center;
    font-weight:700;
    margin-top: 1.68rem;
}
.mission-and-values-containor{
    background-color:rgb(53, 68, 99) ;
    color:white;
}
.mission-list-containor{
    margin-top: 4.06rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4,1fr);
    justify-items: center;
    align-items: center;
    gap: 1rem 2rem;
}


.mission-logo>img{
    max-height: 3.5rem;
    max-width: 3.5rem;
    /* background-color: white; */
    object-fit: contain;
}
.mission-list>h1{
    font-size: 1rem;
    line-height: 1.75rem;
}
.mission-list{
    font-size: 0.87rem;
    line-height: 1.3rem;
    font-weight: 300;

}

/* <!-- page-3 our team section --> */

.our-team-section{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.our-team-label{
    background-color: rgb(53, 68, 99);
    color: white;
}
.our-team-msg{
    text-align: center;
    margin-top: 2.37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:rgb(53, 68, 99) ;
}
.our-team-msg>h2{
    font-size: 1.37rem;
    line-height: 1.75rem;
    font-weight: 800;
    max-width: 16rem;
}
.our-team-msg>p{
    font-size: 0.87rem;
    font-weight: 300;
    line-height: 1.3rem;
    margin-top: 1.87rem;
}
.team-list-containor{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,1fr);
    /* justify-items: center;
    align-items: center; */
    gap:1.5rem;
    margin-top:2rem;
}

.team-member-image>img{
    max-height: 9rem;
    max-width:100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.name{
    background-color:rgb(53, 68, 99) ;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 1rem;
    max-width: 9rem;
}
/* <!-- page 4  our impact section --> */
.our-impection-section{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:rgb(53, 68, 99);
    background-image: url('../assets/about-us/mobile/ian-macharia-509884-unsplash@2x.png');
    background-size: cover;
    background-position: center;
    color: white;

}
.our-impact-label{
    background-color: white;
    color:rgb(53, 68, 99)  ;
}
.our-impact-msg{
    margin-top: 2.75rem;
    font-size: 1.37rem;
    font-weight: 700;
    
}
.impact-list-containor{
    display: grid;
    grid-template-rows: repeat(4,1fr);
    justify-items: center;
    align-items: center;
    margin-top: 1.87rem;
}
.impact-list{
    text-align: center;
    margin-bottom: 2.15rem;
}
.impact-list>h2{
    font-size: 2.75rem;
    font-family: "flood-std", sans-serif;
    font-weight: 300;
}
.impact-list>p{
    max-width: 10rem;
    line-height: 1.25 rem;

}
/* <!-- page-5 save-the-future --> */

.save-the-future-section{
    padding: 2rem;
    position: relative;
    background-color: rgb(53, 68, 99);

    

}
.save-thefuture-section-msg{
    font-family: "flood-std", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.87rem;
    text-align: center;
    color: white;


}
.arrow-btn{
    position: absolute;
    background-color: #c0e7c7;
    border-radius: 50%;
    width: 3rem;
    height:3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    right:1rem;
    top:24.75rem;

}
.arrow-btn>img{
    object-fit: cover;
    object-position: center;
    height: 1rem;
    width: 1.56rem;
}
.action-card-containor{
    /* background-color: cornflowerblue; */
    display: flex;
    overflow:scroll;
    scrollbar-width:0;
 
}
.action-card-containor::-webkit-scrollbar{
    display: none;
}
.action-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 2rem;
   

}
.year-label{
    background-color: white;
    position: relative;
    top:1rem;
    color:rgb(53, 68, 99)
    
}
.img-containor>img{
    max-height: 14rem;
    max-width: 19.5rem;
    display: block;
}
.text-box{
    text-align: center;
    padding: 0rem 2rem 2rem 2rem;
    background-color: white;
    color: rgb(53, 68, 99);
}
.text-box>h2{
    margin-top: 2.25rem;
    font-size: 1.37rem;
    line-height: 1.75rem;
}
.text-box>p{
    font-weight: 300;
    margin-top: 1.37rem;
    line-height: 1.5rem;
    margin-bottom: 1.37rem;
}
.text-box>button{
    font-size: 1.12rem;
    line-height: 1.37rem;
    font-weight: 700;
    padding: 0.56rem 2rem ;
    border-radius: 6.25rem;
    border: none;
    background-color: #c0e7c7;
}
.card-bullet-pointer{
    display: flex;
    /* background-color: green; */
    justify-content: center;
    align-items: center;
    margin-top: 2.12rem;
    
}
.bullet-points{
    height:0.81rem;
    width: 0.81rem;
    border: 2px solid white;
    border-radius:50%;
    margin-right: 0.5rem;
    background-color: white;
    
}
.bullet-points:first-child{
    background-color: rgb(53, 68, 99);
}

/* <!-- page-6 subscribe-section --> */
.containor-7{
    background-color:#c1f7d5; ;
    padding: 2rem;
    color: rgb(53, 68, 99);

}

.subscribe-section>h3{
    font-size: 1.37rem;
    line-height: 1.75rem;
    margin-bottom: 1.87rem;

}
.email-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.email-box>input{
    font-size: 0.87rem;
    padding: 0.87rem;
    border-radius:6.25rem ;
    border: none;
    margin-right: 0.5rem;
    max-width: 65%;
}
.email-box>button{
    font-size: 1rem;
    padding: 0.87rem 0.2rem 0.87rem 0.2rem;
    border-radius:6.25rem ;
    border: none;
    background-color: rgb(53, 68, 99);
    color:#c1f7d5 ;
    font-weight: bold;
    min-width: 30%;
}
.subscribe-btn:hover{
    background-color: white !important;
    color:rgb(53, 68, 99) !important;
    cursor: pointer;

}
/* <!-- footer section --> */

.containor-footer{
    /* background-color: plum; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(53, 68, 99);
    padding: 4rem 2rem;
}
.footer-section{
    display: grid;
    grid-template-columns:1fr 1fr ;
    grid-template-rows:repeat(3,1fr);
    row-gap: 3rem;
    column-gap: 4rem;
    
}
.footer-section>ul{
    list-style-type: none;
    font-size:0.87rem;
}
.footer-section>h2{
    font-size: 1.12rem;
    line-height: 1.37rem;
}
.stop-climate-change-footer>h1{
    font-size: 2.75rem;
    font-weight: 300;
    font-family:"flood-std", sans-serif ;
    
}
.stop-climate-change-footer{
    grid-column: 1/3;
    justify-self: end;
}
.stop-climate-change-footer{
    width: 11rem;
    align-self: end;
    text-align: end;
}

.follow-us,.learn-more,.contect-us{
    font-weight: 300;
}

.learn-more>li{
    text-decoration: underline;
    line-height: 1.8rem;
    
}
.follow-us>li{
    text-decoration: underline;
    line-height: 1.8rem;
}
.contect-us{
    line-height: 1.25rem;
}
#heading{
    text-decoration: none;
    font-size: 0.68rem;
    line-height: 0.81rem;
    font-weight: 400;
    margin-bottom: 0.68rem;
}
.link-hover:hover{
    opacity: 0.5 !important;
}












/* tab */

@media screen and ((min-width:600px) and (max-width:1023px)){
    header{
        display: flex;
        justify-content:center;
        align-items: center;
        padding:1.25rem 4rem;
    }
    .header-containor{
        flex-direction: row;
        justify-content: space-between;
        align-items:center ;
        width: 100%;
    }
    .navigation_container{
        flex-direction: column;
        justify-content: space-between;
        align-items: start;

    }
    .logo-box-green-trees>a>h1{
        font-size:1.37rem;
    }
    .navigation_box>ul{
        margin-top: 1.5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .navigation_box>ul>li{
        font-size: 1rem;
        margin-right: 1rem;
    }
    #donate_button{
        font-size: 1.12rem;
        padding:1rem 0.62rem 0.87rem 1rem;
    }
    /* home -page -1 main  mobile */
    main>.page1{
        background-image: url('../assets/about-us/tab/annie-spratt-427339-unsplash.png');
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
        padding: 4.31rem 4rem 5rem 4rem;
    }
    .stop_climate_change_box>h1{
        font-size:2.75rem ;
    }
    .stop_climate_change_box{
        margin-bottom: 5.87rem;
    }
    main>.page1>.issue_container{
        align-items: start;
        padding: 1rem 4rem 4rem 4rem ;

        
    }
    .issue_box{
        position:relative;
        bottom: 2rem;
        text-align: center;
    }
    .issue_msg_box>h2{
        font-size: 2.25rem;
    }
    .issue_msg_box{
        text-align: start;
    }
    .readme_me_more_linkbox{
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    /* <!-- page-2 mission & values --> */
    .mission-and-values-containor{
        padding: 4rem;
    }
    .misssion-and-values-label{
        align-self: start;
    }
    .mission-msg-box{
        text-align: start;
        font-size:1.75rem;
    }
    .mission-list-containor{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows:repeat(3,1fr) ;
    }
    /* <!-- page-3 our team section --> */

.our-team-section{
    display: flex;
    align-items: start;
    padding: 4rem;
}
.our-team-msg{
    text-align: start;
    margin-top: 2.37rem;
    display:grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    color:rgb(53, 68, 99) ;
}
.our-team-msg>h2{
    font-size: 2.25rem;
    line-height: 2.87rem;
    max-width: 24rem;
}
.our-team-msg>p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
}
.team-list-containor{
    gap:2rem 2rem;
    margin-top:2rem;
    align-self: stretch;
}
.team-member-image>img{
    max-height: 17rem;
    max-width:100%;
}
.name{
    background-color:rgb(53, 68, 99) ;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    line-height: 1.25rem;
    padding: 1rem;
    position: relative;
    left:2rem ;
    bottom: 1.5rem;
    /* display: inline-block; */
    max-width: 17rem;
}

/* <!-- page 4  our impact section --> */
.our-impection-section{
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:rgb(53, 68, 99);
    background-image: url('../assets/about-us/tab/Impact\ Background@2x.png');
    background-size: cover;
    background-position: center;
    color: white;

}
.our-impact-label{
    background-color: white;
    color:rgb(53, 68, 99)  ;
}
.our-impact-msg{
    margin-top: 2.12rem;
    font-size: 2.25rem;
    line-height: 2.87rem;
    font-weight: 700;
}
.impact-list-containor{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2,1fr);
    justify-items: center;
    align-items: center;
    margin-top: 1.87rem;
}
.impact-list{
    text-align: center;
    margin-bottom: 3.56rem;
}
.impact-list>h2{
    font-size: 4.5rem;
    font-family: "flood-std", sans-serif;
}
.impact-list>p{
    max-width: 18rem;
    font-size: 1.37rem;
    line-height: 1.75 rem;
    font-weight: 700;

}

/* <!-- page-5 save-the-future --> */
.save-the-future-section{
    padding: 4rem;
    position: relative;
    background-color: rgb(53, 68, 99);
}
.save-thefuture-section-msg{
    font-family: "flood-std", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    line-height: 2.87rem;
    text-align: start;
    color: white;
    max-width: 32rem;


}
.arrow-btn{
    position: absolute;
    background-color: #c0e7c7;
    border-radius: 50%;
    width: 4rem;
    height:4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    right:4rem;
    top:5.12rem;

}
.arrow-btn>img{
    object-fit: cover;
    object-position: center;
    height: 1rem;
    width: 1.56rem;
}
.action-card-containor{
    /* background-color: cornflowerblue; */
    display: flex;
    overflow: scroll;
    scrollbar-width: 0;
 
}
.action-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: white;
    margin-right: 2rem;
   

}
.year-label{
    background-color: white;
    position: relative;
    top:1rem;
    left:2rem;
    color:rgb(53, 68, 99)
    
}
.img-containor>img{
    max-height: 13rem;
    max-width: 18rem;
}
.text-box{
    text-align: center;
    padding: 0rem 2rem 2rem 2rem;
    background-color: white;
    color: rgb(53, 68, 99);
}
.text-box>h2{
    margin-top: 2.25rem;
    font-size: 1.37rem;
    line-height: 1.75rem;
}
.text-box>p{
    font-weight: 300;
    margin-top: 1.37rem;
    line-height: 1.5rem;
    margin-bottom: 1.37rem;
}
.text-box>button{
    font-size: 1.12rem;
    line-height: 1.37rem;
    font-weight: 700;
    padding: 0.56rem 2rem ;
    border-radius: 6.25rem;
    border: none;
    background-color: #c0e7c7;
}
.card-bullet-pointer{
   display:none;
}
 /* <!-- page-6 subscribe-section --> */
 .containor-7{
    padding: 0;
}
.subscribe-section{
    /* max-width:37.5rem; */
    padding:3.8rem 4rem 4rem 4rem;
}
.subscribe-section>h3{
    /* width: 80%; */
    font-size: 1.37rem;
    line-height: 1.75rem;
    max-width: 28rem;
}
.email-box{
    display: flex;
    justify-content: space-between;
}
.email-box>input{
    /* width:90%; */
    font-size:1rem;
    font-weight: 300;
    padding:0.87rem;
    min-width: 65%;
}
.email-box>button{
    /* width: 30%; */
    font-size: 1.12rem;
    font-weight: bold;
    padding: 0.75rem;
    min-width: 30%;

}
/* <!-- footer section --> */


.containor-footer{
    padding:3.75rem 4rem 4.62rem 4rem; 
}
.footer-section{
    max-width:100%;
}
.footer-section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows:1fr 1fr;
}
.footer-section>h2{
    grid-row: 1/3;
    font-size: 1.37rem;
    line-height: 1.75rem;


}
.contect-us>li{
    max-width:7.87rem;
   }

.footer-section>.stop-climate-change-footer{
    grid-column: 3/4;
    font-size: 2.75rem;
}


    
  
}


/* desktop */
@media screen and (min-width:1024px) {
    header{
        display: flex;
        justify-content:center;
        align-items: center;
        padding:2.12rem 10rem;
       
    }
    .header-containor{
        width:100%;
        display: grid;
        grid-template-columns: 1fr 0.28fr;
        justify-items:start;
        align-items: center;
      
    }
    .navigation_container{
        width: 100%;
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        /* background-color: blue; */

    }
    .logo-box-green-trees>a>h1{
        font-size: 1.37rem;
    }
    .navigation_box>ul{
        flex-direction: row;
        /* background-color: rebeccapurple; */
        justify-content: space-evenly;
        
        
    }
    .navigation_box>ul>li{
        font-size: 1rem;
    }
    .donate_button_container{
        margin:0;
        justify-self: end;
    }
    #donate_button{
        font-size: 1.12rem;
        padding:0.81rem;
    }
    /* home page-1 main */
    main>.page1{
        padding: 5rem 10rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* flex-direction: row;
        justify-content: center; */
        justify-items: center;
        align-items: center;
        background-image: url('../assets/about-us/desktop/annie-spratt-427339-unsplash.png');
        background-size: cover;
        background-position: center;
    }
    main>.page1>.stop_climate_change_box>h1{
        font-size: 4.5rem;
        line-height: 4.75rem;
    }
    main>.page1>.stop_climate_change_box{
        text-align:start;
        margin: 0rem;
        justify-self: start;
    }
    main>.page1>.issue_container{

        max-width: 34rem;
        margin-bottom: 0;
        padding:0rem 4rem 4rem 3.6rem ;
        position: relative;
        top:9.75rem;
    }
    .issue_msg_box{
        margin:0;

    }
    .issue_msg_box>h2{
        text-align: start;
        font-size: 1.75rem;
        line-height: 2.25rem;
        

    }
    .issue_box{
        font-size: 0.87rem;
        bottom: 1rem;
       
        
    }
    .readme_me_more_linkbox{
        font-size: 1rem;
    }

    /* <!-- page-2 mission & values --> */

    .mission-and-values-containor{
        padding: 8rem 10rem 8rem 10rem;
    }
    .misssion-and-values-label{
        align-self: start;
    }
    .mission-msg-box{
        text-align: start;
        font-size:2.75rem;
        line-height: 3.5rem;
    }
    .mission-list-containor{
        grid-template-columns: repeat(4,1fr);
        grid-template-rows:repeat(2,1fr) ;
        margin-top: 8rem;
    }
    .mission-list>h1{
        font-size: 1.75rem;
        line-height:2.25rem;
    }
    .mission-list>p{
        font-size: 1rem;
        line-height: 1.5rem;
    }

       /* <!-- page-3 our team section --> */

.our-team-section{
    overflow: hidden;
    padding: 8rem 10rem;
    display: flex;
    align-items: start;
}
.our-team-msg{
    text-align: start;
    margin-top: 2.37rem;
    display:grid;
    grid-template-columns: 1fr 1fr;
    justify-items:start;
    align-items: start;
    color:rgb(53, 68, 99) ;
    align-self:stretch;
}
.our-team-msg>h2{
    font-size: 2.75rem;
    line-height: 3.5rem;
    max-width: 30rem;
}
.our-team-msg>p{
    font-size: 1.25rem;
    line-height: 1.87rem;
    margin-top: 0;
    max-width: 27.75rem;
}
.team-list-containor{
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr 1fr;
    gap: 4.5rem 2rem;
    margin-top:5.68rem;
    align-self: stretch;
}
.team-member-image>img{
    max-height: 20rem;
    max-width:100%
}

.name{
    background-color:rgb(53, 68, 99) ;
    color: white;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    position: relative;
    left:2rem ;
    bottom: 1.5rem;
    max-width: 20rem;
}

/* <!-- page 4  our impact section --> */
.our-impection-section{
    padding: 8rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:rgb(53, 68, 99);
    background-image: url('../assets/about-us/desktop/Impact\ Background@2x.png');
    background-size: cover;
    background-position: center;
    color: white;

}
.our-impact-msg{
    margin-top: 2.62rem;
    font-size: 2.75rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-align: center;
    max-width: 46.37rem;
}
.impact-list-containor{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    grid-template-rows:1fr;
    justify-items: center;
    align-items: center;
    margin-top: 1.87rem;
    gap: 2.75rem;
}
.impact-list{
    text-align: center;
    margin-bottom: 3.56rem;
}
.impact-list>h2{
    font-size: 4.5rem;
    font-family: "flood-std", sans-serif;
}
.impact-list>p{
    max-width: 18rem;
    font-size: 1.75rem;
    line-height: 2.25 rem;
    font-weight: 700;

}

/* <!-- page-5 save-the-future --> */
.save-the-future-section{
    padding: 8rem 10rem;
    position: relative;
    background-color: rgb(53, 68, 99);
}
.save-thefuture-section-msg{
    font-family: "flood-std", sans-serif;
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 4.75rem;
    text-align: start;
    color: white;
    max-width: 60.25rem;


}
.arrow-btn{
    position: absolute;
    background-color: #c0e7c7;
    border-radius: 50%;
    width: 4rem;
    height:4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    right:10rem;
    top:11rem;

}
.arrow-btn>img{
    object-fit: cover;
    object-position: center;
    height: 1rem;
    width: 1.56rem;
}
.action-card-containor{
    /* background-color: cornflowerblue; */
    display: flex;
    overflow: scroll;
    scrollbar-width: 0;
    margin-top: 5rem;
 
}
.action-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: white;
    margin-right: 2rem;
   

}
.year-label{
    background-color: white;
    position: relative;
    top:1rem;
    left:4rem;
    color:rgb(53, 68, 99)
    
}
.img-containor>img{
    max-height: 24.62rem;
    max-width: 34.06rem;
}
.text-box{
    text-align: start;
    padding: 0rem 4rem 4rem 4rem;
    background-color: white;
    color: rgb(53, 68, 99);
}
.text-box>h2{
    margin-top: 4.18rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
}
.text-box>p{
    font-weight: 300;
    margin-top: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}
.text-box>button{
    font-size: 1.12rem;
    line-height: 1.37rem;
    font-weight: 700;
    padding: 0.56rem 2rem ;
    border-radius: 6.25rem;
    border: none;
    background-color: #c0e7c7;
}
.card-bullet-pointer{
   display:none;
}
/* page-6  */
.containor-7{
    padding: 0;
   }
   .subscribe-section{
    padding: 4.3rem 10rem 4.3rem 10rem;
    max-width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
   }
   .subscribe-section>h3{
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin:0;
   }
   .email-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .email-box>input{
    font-size: 1.25rem;
    padding:0.9rem;
    width:70%;
   }



 /* <!-- footer section --> */
 .containor-footer{
    padding: 0;
    display: block;
   }
   .footer-section{
    padding: 7.12rem 10rem 8.75rem 10rem;
    max-width:100%;
    display: grid;
    grid-template-columns: 1fr 0.7fr 0.7fr 0.7fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 1.5rem;
   }
   .footer-section>h2{
    font-size: 1.37rem;
    line-height: 1.75rem;
    max-width: 10rem;
   }
   .footer-section>ul{
    /* width:10rem; */
    font-size: 0.87rem;
    line-height: 1.25rem;
   }
   .contect-us>li{
    max-width:7.87rem;
   }

   #heading{
    border-bottom: 2px solid rgb(53, 68, 99);
    margin-bottom: 1rem;
    padding-bottom: 0.56rem;
    font-size: 0.87rem;
    line-height: 1.06rem;
    max-width: 100%;
    
   }
   .footer-section>ul>li{
    text-decoration: none;
   }
   .stop-climate-change-footer{
    grid-column: 5/6;
    justify-self: end;
    align-self: start;
   }
  

    



}