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: rgb(53, 68, 99);
    padding:2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-image:url('../assets/home/mobile/annie-spratt-135307-unsplash@2x.png');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    
}
.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;
}
main>.page1>.issue_container{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 1.5rem 2rem 1.5rem;
    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;
    line-height: 1.75rem;
}
.issue_msg_box{
    
    font-family: "poynter-oldstyle-display",sans-serif;
    margin-top: 1rem;
    margin-bottom:2rem ;
    text-align: center;
}
.readme_me_more_linkbox{
    font-size:0.87rem ;
    font-weight: 300;
    line-height: 1.6rem;
    text-align: center;
    font-family:" komet", sans-serif;
    text-decoration: underline;
     margin-bottom: 1.93rem;
}

/* page -2 take-action section */
.take-action-section{
    background-color: rgb(193,246,213);
    display: flex;
    flex-direction: column;
    align-items: center;
    color:rgb(53, 68, 99) ;
    
}
.take-action-label-box{
    /* background-color: yellowgreen; */
    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;
}
.action-list-container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    font-family: "poynter-oldstyle-display", sans-serif; 
    padding:0rem 2rem 3.62rem 2rem;
    column-gap: 1.5rem; 
    row-gap: 1.68rem;
}
.action-link-box>h2{
    font-size: 1.12rem;
    line-height: 1.37rem;
    margin-bottom: 0.56rem;
}
.action-link-box>p{
    font-size: 0.87rem;
    line-height: 1.25rem;
    font-weight: 300;
    margin: 0;
}



/* page -3 what we do section */

.what-we-do-section{
    background-color: rgb(53, 68, 99);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.68rem 2rem 2rem 2rem;
}
.what-we-do-title-box{
    background-color:white;
    color:rgb(53, 68, 99) ;
    text-align: center;
    font-family:" komet", sans-serif;
    padding: 0.68rem;
    font-size: 0.87rem;
    min-width: 10rem;
    font-weight: 300;
    margin-bottom: 1.37rem;
}
.what-we-do-message-box{
    /* background-color: red; */
    color: white;
    text-align: center;
    font-size: 1.37rem;
    line-height: 1.75rem;
    font-family: "poynter-oldstyle-display", sans-serif;
    font-weight: 800;
}

.what-we-do-box{
    color: rgb(53, 68, 99);
    margin-top: 4rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "poynter-oldstyle-display", sans-serif;
    padding: 2rem;
    padding-top: 0rem;

}
.what-we-do-img{
    width: 100%;
    height: 11rem;
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: 2rem;

}
.box1{
    background-image:url('../assets/home/tree-planting@2x.png');
}
.box2{
    background-image:url('../assets/home/education-training@2x.png');
}
.box3{
    background-image:url('../assets/home/advocacy@2x.png');
}
.text-containor{
    text-align: center;
}

.text-containor>h2{
    font-size: 1.12rem;
    margin-bottom: 1.37rem;
}
.text-containor>p{
    font-size: 0.87rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 1.93rem;
}
.what-we-do-box>button{
    font-size: 1rem;
    font-weight: 700;
    padding: 0.87rem 1.93rem 0.62rem 2.31rem;
    border-radius: 2rem;
    border: none;
    background-color:#c0e7c7;
    color: rgb(53, 68, 99);
    min-width: none;
   
}
/* <!-- page-4 did you know section --> */
.facts-section{
    /* background-color: blueviolet; */
    background-image: url('../assets/home/mobile/Did\ you\ know\ background@2x.png');
    background-size: cover;
    background-position:center;
    /* background-repeat: no-repeat; */
    padding:2rem ;
}
.take-action-today-section{
    margin-top: 2rem;
    
  /* background-color: yellow;   */
    
}
.take-action-today-section>h2{
    font-size: 2.75rem;
    line-height: 2.87rem;
    font-family: "flood-std", sans-serif;
    font-weight: 300;
    color:white;
    /* background-color: yellow; */
    line-height: 3rem;
    word-spacing: 0.5rem;
    padding-right: 5rem;
    

}
.take-action-today-section>button{
    font-size: 1rem;
    font-weight: 700;
    padding: 0.87rem;
    min-width: 9.75rem;
    border-radius: 2rem;
    border: none;
    background-color:#c0e7c7;
    color: rgb(53, 68, 99);
    margin-top: 0.5rem;
    margin-bottom: 5rem;
}
.did-you-know-label-box{
    background-color:rgb(53, 68, 99) ;
    text-align: center;
    color: white;
    font-family:" komet", sans-serif;
    font-size: 0.87rem;
    font-weight: 300;
    padding: 0.68rem;
    min-width:10rem ;
    position: relative;
    top:1rem;

}
.did-you-know-element-containor{
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family:" komet", sans-serif;
}
.did-you-know-fact-box{
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 0.25fr;
    padding: 2rem;
    margin-bottom: 1rem;
    
}
.did-you-know-fact-box>.text-content{
/* background-color: pink; */
    line-height: 1.5rem;
    color:rgb(53, 68, 99) ;
}
.did-you-know-fact-box>.text-content>h3{
    font-size:1.37rem;
    margin-bottom: 1rem;
   
}
.did-you-know-fact-box>.text-content>p{
    font-size: 0.87rem;
    line-height: 1.25rem;
    font-weight: 300;
}
.logo-box-containor{
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;

}
.logo-box{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color:#c0e7c7 ;
    background-position: center;
    background-repeat: no-repeat;
    
}
.box-1{
    
background-image: url('../assets/home/iconmonstr-twitter-1.png'); 
/* background-size: 50% 50%; */
 
}
.box-2{
    background-image: url('../assets/home/iconmonstr-facebook-1.png'); 

}

/* <!-- page -5 stories section --> */
.containor-5{
    background-color: white;
    display:flex ;
    justify-content: center;
    align-items: center;
}
.stories-image>.stories-label-box{
    display: none;
}
.stories-section{
    /* background-color: blueviolet; */
    padding: 2rem;
    font-family:" komet", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stories-image>img{
    width: 100%;
    object-fit: cover;
    object-position: center;
   
}
.stories-label-box{
    background-color:rgb(53, 68, 99) ;
    text-align: center;
    color: white;
    font-family:" komet", sans-serif;
    font-size: 0.87rem;
    padding: 0.68rem;
    font-weight: 300;
    position: relative;
    top:1.3rem;
    min-width: 10rem;
}
.stories-msg-box{
    background-color: rgb(53, 68, 99);
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
}
.stories-msg-box>h2{
  font-size: 1.37rem;
  line-height: 1.75rem;  
}
.stories-msg-box>p{
    font-size: 0.68rem;
    margin-top: 1rem;
}
.stories-masg-box-containor{
    display: flex;
    flex-direction:column;
    align-items: center;
}
.stories-masg-box-containor>button{
    font-size: 1.12rem;
    padding: 0.56rem;
    font-weight:bold;
    border-radius: 6.25rem;
    border: none;
    background-color:#c0e7c7;
    color: rgb(53, 68, 99);
    margin-top: 2rem;
    min-width: 9.75rem;

}

/* <!-- page-6  lets-take-action-section --> */
.containor-6{
    background-color:rgb(53, 68, 99);
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-text-content>.action-label-box{
    display: none;
}
.lets-take-action-section{
    color: white;
    padding:2rem;

}
.lets-take-action-section>h1{
    font-family:"flood-std", sans-serif ;
    font-size:2.75rem;
    line-height: 2.87rem;
    font-weight: 500;
    text-align: center;
    margin:1rem 0rem 3rem 0rem;
}

.action-box{
    /* background-color:rgb(139, 90, 184); */
    margin: 4.56rem 0rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.action-img-box>img{
    /* background-color: yellow; */
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}
.action-label-box{
    background-color:white;
    color:rgb(53, 68, 99) ;
    font-size: 0.87rem;
    padding: 0.68rem ;
    min-width: 10rem;
    position: relative;
    top:1.2rem;
    text-align: center;
}
.action-text-content{
    text-align: center;
    margin-top: 1.87rem;
}
.action-text-content>h2{
    font-size: 1.37rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}
.action-text-content>p{
    font-size: 0.87rem;
    line-height: 1.25rem;
}
.action-text-content>button{
    font-size: 1.12rem;
    font-weight: bold;
    padding: 0.56rem;
    min-width: 9.75rem;
    border-radius: 2rem;
    border: none;
    background-color:#c0e7c7;
    color: rgb(53, 68, 99);
    margin-top: 1rem;

}
/* <!-- page-7 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;
}





















/* tablet */
@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/home/tab/annie-spratt-135307-unsplash@2x.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 ;
        line-height: 2.875rem;
    }
    .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;
        line-height: 2.87rem;
    }
    .issue_msg_box{
        text-align: start;
        margin: 0;
    }
    .readme_me_more_linkbox{
        margin-top: 2rem;
        margin-bottom: 0rem;
        font-size: 1rem;
    }
    /* page -2 take-action section */
    .take-action-section{
      padding: 0rem 4rem 3.75rem 4rem;
      
    }
    .take-action-label-box{
        padding:0.87rem
    }
    .action-list-container{
    column-gap: 8rem;
    row-gap:2.75rem;
    padding:0;
    }
    .action-link-box>h2{
        font-size:1.37rem ;
        margin-bottom: 0.65rem;
    }
    .action-link-box>p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    /* page-3 what we do section */
    .what-we-do-section{
        align-items: start;
        padding: 4rem;
    }
    .what-we-do-title-box{
        margin-bottom: 2rem;
    }
    .what-we-do-message-box{
        text-align: start;
        font-size: 2.25rem;
        line-height: 2.87rem;
    }
    .what-we-do-box{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows:1fr 0.3fr ;
        justify-items: center;
        align-items: center;
        column-gap: 2rem;
        margin-top: 4rem;
        padding:0rem 2rem 1rem 2rem;
        /* grid-auto-flow:column; */

    }
    .what-we-do-img{
        width:100%;
        min-height: 12.56rem;
    }
    .text-containor{
        grid-column: 2/3;
        grid-row:1/3;
        text-align: start;
    }
    .text-containor>h2{
        font-size: 1.37rem;
        line-height: 1.75rem;
        max-width: 9rem;
        margin-bottom: 2rem;
        margin-top: 2.25rem;

    }
    .text-containor>p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .what-we-do-box>button{
        font-size: 1.12rem;
        padding: 0.56rem;
        min-width:8.75rem;
       justify-self: end;
       align-self: start;
       position:relative;
       bottom: 1rem;
    }
    /* <!-- page-4 did you know section --> */
    .facts-section{
        display:grid;
        grid-template-columns: 0.75fr 1fr;
        background-image: url('../assets/home/tab/Did\ you\ know\ background@2x.png');
        background-size: cover;
        background-position: center;
        padding: 4rem;
    }
    .did-you-know-fact-box>.text-content>h3{
        font-size: 2.25rem;
    }
    .take-action-today-section{
        max-width: 70%;
        justify-self: start;
    }
    .did-you-know-element-containor{
        align-items: start;
    }
    .did-you-know-label-box{
        left:2rem;
    }
    .did-you-know-fact-box{
        margin-bottom: 2rem;
    }
    /* <!-- page -5 stories section --> */
    .stories-section{
        /* align-items:start; */
        padding:4rem;
        /* max-width: 41.25rem; */
        width: 100%;
        align-items: start;
    }
    .stories-image{
        max-width: 36rem;
    }
    .stories-label-box{
        left:4rem;
    }
    .stories-masg-box-containor{
        align-items: start;
        position:relative;
        bottom: 6rem;
        left: 4rem;
        max-width: 36rem;
    }
    .stories-msg-box{
        padding: 4rem;
        text-align: start;

    }

    /* <!-- page-6  lets-take-action-section --> */
    .action-text-content>.action-label-box{
        display: none;
    }
    .lets-take-action-section{
        padding:4rem;
    }
    .lets-take-action-section>h1{
        text-align: start;
        max-width: 32.27rem;
    }
    .action-box{
        display: grid;
        grid-template-columns:1fr 1fr ;
        grid-row: 1fr 1fr;
        justify-items: end;
        align-items: start;
        column-gap: 2rem;
    }
    .action-img-box{
        grid-row: 1/3;
    }
    .action-label-box{
        justify-self: start;
        top:0rem;
        
    }
    .action-text-content{
        justify-self: start;
        text-align: start;
    }
    .action-text-content>h2{
       font-size: 1.75rem;
       line-height: 2.25rem; 
       margin-bottom: 2rem;
    }
    .action-text-content>p{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    .action-box-2{
        direction: rtl;
    }
    .action-box-2>.action-label-box{
        justify-self: end;
    }
    .action-box-2> .action-text-content{
        direction: ltr;
    }
    /* <!-- page-7 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;
    }
    .logo-box-green-trees>a>h1{
        font-size: 1.37rem;
    }
    .navigation_box>ul{
        flex-direction: row;
        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:10rem ;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* flex-direction: row;
        justify-content: center; */
        justify-items: start;
        background-image: url('../assets/home/annie-spratt-135307-unsplash@-desktop.png');
        background-size: cover;
        background-position: center;
        width: 100%;
       
    }
    main>.page1>.stop_climate_change_box>h1{
        font-size: 4.5rem;
        line-height: 4.75rem;
    }
    main>.page1>.stop_climate_change_box{
        order: 1;
        text-align:start;
        margin-bottom: 0;
        justify-self: center;
    }
    main>.page1>.issue_container{
        order:0;
        align-items: start;
        width: 33rem;
        margin-bottom: 0;
        padding:0rem 4rem 4rem 4.68rem ;
    }
    .issue_msg_box>h2{
        font-size: 2.75rem;
        line-height: 3.5rem;
        text-align: start;
    }
    .issue_box{
        font-size: 1rem;
        bottom: 1rem;
       
        
    }
    .readme_me_more_linkbox{
        font-size: 1rem;
        margin-bottom: 0;
    }
/* page -2 take-action section */
.take-action-section{
   padding:0rem 10rem 4.5rem 10rem; 
    
}

.action-list-container{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    font-family: "poynter-oldstyle-display", sans-serif; 
    padding:0rem;
    column-gap: 3.5rem; 
}
.action-link-box>h2{
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.56rem;
}
.action-link-box>p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0;
}
    /* page -3 what we do section  */
   .what-we-do-section{
    align-items: start;
    padding: 5.5rem 10rem 10rem 10rem;

   }
   .what-we-do-title-box{
    margin-bottom:2.5rem;
   }
   .what-we-do-message-box{
    font-size: 2.75rem;
    line-height: 3.5rem;
    text-align: start;
   } 
   .what-we-do-box-containor{
    display: flex;
    justify-content: space-between;
   }
    .what-we-do-box{
        max-width: 30%;
        padding: 1rem;
        align-items: start;
    }
    .what-we-do-img{
        width: 100%;
        min-height: 14rem;
        left:2rem;

    }
    .text-containor{
        text-align: start;
        padding:0rem 2rem 2rem 2rem;
    }
    .text-containor>h2{
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    .text-containor>p{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }
    .what-we-do-box>button{
        font-size: 1.12rem;
        padding: 0.81rem;
        min-width: 10rem;
        position:relative;
        left:2rem;
    }
    /* <!-- page-4 did you know section --> */
    .facts-section{
        display:grid;
        grid-template-columns: 0.75fr 1fr;
        background-image: url('../assets/home/tab/Did\ you\ know\ background@2x.png');
        background-size: cover;
        background-position: center;
        padding:9rem 10rem ;
    }
    .did-you-know-element-containor{
        justify-self: end;
    }
    .did-you-know-fact-box{
        padding: 4rem;
        max-width: 34rem;
    }
    .did-you-know-fact-box>.text-content>h3{
        font-size: 2.25rem;
        line-height: 2.87rem;
        margin: 0;
    }
     .did-you-know-fact-box>.text-content>p{
        font-size: 1.25rem;
        line-height: 1.87rem;
     }
    .take-action-today-section{
        max-width: 70%;
        justify-self: start;
    }
    .take-action-today-section>h2{
        font-size: 4.5rem;
        line-height: 4.75rem;
        margin-bottom: 2.75rem;
    }
    .did-you-know-element-containor{
        align-items: start;
    }
    .did-you-know-label-box{
        left:4rem;
    }
    .did-you-know-fact-box{
        margin-bottom: 2rem;
    }


    /* <!-- page -5 stories section --> */
    
   .stories-section{
    width: 100%;
    flex-direction: row;
    justify-content: start;
    padding: 6.75rem 10rem 8rem 10rem;

   } 
   .stories-section>.stories-label-box{
    display: none;

   }

   .stories-image>img{
    max-width:640rem;
    min-height: 35.5rem;
   }
   .stories-image{
    order: 2;
   }
   .stories-image>.stories-label-box{
    display:inline-block;
    position: relative;
    left:4rem;
   }
   
   .stories-masg-box-containor{
    width:60%;
    order: 1;
    justify-content: end;
    align-items: start;
    position: relative;
    left:4rem;
    align-self:flex-end;
   }
   .stories-msg-box>h2{
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: bold;
   }
   .stories-masg-box-containor>button{
    margin-top: 4rem;
   }
   .stories-msg-box{
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    padding:3rem;

   }

   /* <!-- page-6  lets-take-action-section --> */
   .containor-6{
    padding: 0rem 10rem 0rem 10rem;
   }
   .action-text-content>.action-label-box{
    display:block;
}

    .action-box>.action-label-box{
        display: none;
    }
   .lets-take-action-section{
    padding: 8rem 0rem;
    display: flex;
    flex-direction: column;
    width:100%;
   }
   .lets-take-action-section>h1{
    text-align: start;
    width:53rem;
    font-size: 4.5rem;
    line-height: 4.75rem;
    position: relative;
    /* left:0%; */
   }
   .action-box{
    display:grid;
    grid-template-columns:1.25fr 1fr ;
    grid-template-rows: 1fr;
    column-gap: 6rem;
    align-items:start;
    /* flex-direction: row;
    justify-content:space-between;
    align-items: start; */

   }

   .action-text-content{
    display: flex;
    flex-direction: column;
    align-items:start;
    max-width:35rem;
    text-align: start;
    margin-top: 0;
   }
   .action-text-content>h2{
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-bottom:1.37rem;
   }
   .action-text-content>p{
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
   }
   .action-label-box{
        top:0rem;
        margin-bottom: 3.1rem;
   }
   .action-box-2{
    display: grid;
    grid-template-columns: 1fr 1.25fr;
   }
   .action-box-2>.action-img-box{
    order:2;
   }
   .action-img-box{
    height: 100%;
    width: 100%;
   }
   .action-box-2>.action-text-content{
    order: 1;

   }
   /* <!-- page-7 subscribe-section --> */
   .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;
   }
  

   











    
   
 
}

