@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');/* Global Styles */
/* Recoleta Regular */
@font-face {
  font-family: 'Recoleta';
  src: url('fonts/Recoleta-Regular.woff2') format('woff2'),
       url('fonts/Recoleta-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Bold */
@font-face {
  font-family: 'Recoleta';
  src: url('fonts/Recoleta-Bold.woff2') format('woff2'),
       url('fonts/Recoleta-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
 
   font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%;
}
.front-main-menu{
 position:fixed;
 right: 0;
 top: 180px;
 color: white;
 height: 230px;
 width: 70%;
 margin:auto;
 display: inline-flex;
 align-items: center;
 font-size: 13px;
 font-weight: 600;
 z-index: 100;
}
.front-main-menu .donate-button{
right: 100px;
top: 100px;
}
.main-menu{
background: hsl(80deg 19.15% 18.43%);
border-radius: var(--rd,5px);
box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
left: 0;
position: fixed;
right: 0;
top: 0;
color: white;
height: 130px;
width: 80%;
margin:auto;
display: inline-flex;
align-items: center;
font-size: 13px;
font-weight: 600;
z-index: 100;
}
.main-menu a, 
.front-main-menu a{
text-decoration: none; 
color:white;
}
.main-menu a:hover , .main-menu a .active,
.front-main-menu a:hover, .front-main-menu a .active {
border-top: 4px solid #bcaa95;
 color: #bcaa95;
}
.site-logo{
margin-left: 50px;
margin-right: 30px
}
.site-logo img{
width: 120px
}
.menu-items{
padding: 0 30px;
}
.donate-button{
position:absolute;
right: 20px;
transition: all 0.2s ease, visibility 0s;
box-shadow: 0 0 2px #000000;
border: 0px solid #C19F75;
border-radius: 2px;
background: #C19F75;
padding: 10px 50px;
color:#323826
}
.front-seventh-image{
   background-image: url("../images/front-seventh.avif");  
}
.about-header { 
  background-image: url("../images/about-top.avif");
}
.contact-header {
  background-image: url("../images/contact.avif");
}
.involved-header {
  background-image: url("../images/involved.avif");
}
.our-work-header {
  background-image: url("../images/our-work.avif");
}
.front-seventh-image,
.about-header,
.contact-header,
.involved-header,
.our-work-header{
  height: 550px;
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* This creates parallax effect */
}
.head-text{
 font-family: "Averia Serif Libre", serif;
position: absolute;
top: 200px;
text-align: center;
width: 100%;
color: white;
font-size: 60px;
font-weight: 600;
text-shadow: 1px 1px 1px black;
}
.highlight, .mission{
 display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px; /* optional spacing */
margin: 100px  100px
}
h2{
color:#c19f75; 
}
.highlight-text p{
padding-bottom: 30px;    
}
.highlight-image img{
 width: 100%;
 height: 600px;
 border-radius: 10px;
 box-shadow: 0px 0px 5px 1px grey;
}
.mission-item g, svg{
transform:rotate(160deg);
   fill: #c19f75;
  
}
.mission p{
 padding: 0 40px
}
.mission-svg-2 svg, .mission-svg-1 svg{
 zoom: 0.3;
 position: relative;
left: 74%;
top: -200px
}
.mission-svg-1{
 padding:10px 0;
 position: relative;
 left: 40px;
}
.mission-svg-2{
 padding-left:200px;
 position: relative;
 left: 40px;
}
.value{background: #9c958e;width: 100%;text-align:center;padding: 50px 50px;}
.value h2{
 color: white;
font-weight: 500;
margin-bottom: 30px
}
.value-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 20px;
}
.value-item{
 font-family: "Averia Serif Libre", serif;
 with: 200px;
 background: white;
 font-weight:600;
 color:#323826;
 box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
 padding-bottom: 20px
}
.collaborative svg, .transparent svg,
.focused svg, .sustainable svg, .ethical svg{
padding: 0 40px;
transform:rotate(0deg)
}
.value-item h3{
  height: 140px;
  padding: 40px
}
.value-item p{
 font-family: "Montserrat", sans-serif;
 font-size: 13px;
 display: none;
 font-weight: 400;
 padding: 0 10px;
}
.what-we-do{
 position: relative;
 margin-bottom: -10px;
}
.what-we-do img{
  height: 550px;
  background-image: url("images/what-we-do.avif");
   /* This creates parallax effect */
  width: 100%;
}
.what-we-do-text{
position:absolute;
top: 50px;
right: 40px;
 width: 40%
}
.what-we-do-text h1{
font-size: 40px;
  font-family: "Averia Serif Libre", serif;
}
.rrr{background: #c19f75;position:relative;height: 400px;}
.rrr-items{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 width: 80%;
 margin-left: 10%;
 position:absolute;
 top: -100px;
 gap: 20px;
background:#c19f75;
padding: 40px 40px 0 40px;
}
.rrr-item{
 background:#c19f75;
 position:relative;
 box-shadow: 0px 0px 4px 1px #595959;
 height: 297px;
}
.rrr-item img{width: 100%;/* height: fit-content; *//* margin-bottom: 0; *//* padding-bottom: 0; */}
.rrr-item h2{
color: white;
text-align:center;
position:absolute;
 width:100%;
  font-family: "Averia Serif Libre", serif;
font-size: 30px;
top: 100px;
font-weight:900;

}
.rrr-item p{
color: white;
padding: 30px;
font-size: 13px;
position:absolute;
top: 70px
}
.rrr-item svg{
 zoom: 0;
 transform: rotate(0deg);
 scale: 0.2;
 position:absolute;

 z-index: 900
}
.rescue svg{
 top: 150px;
}
.rehabilitate svg{
 top: 90px;
}
.release svg{
 top: 160px;
}
.rrr-item svg, .rrr-item p{
display: none;
}
.learn-button{
 padding: 10px 20px;
 display: flex;
 justify-content: center;
 background:#323826;
 color: white;
 border: 1px solid #323826;
 width: 100%;
 margin: 50px 100%;
}
.future img {
width: 100%
}
.future{
 position: relative
}
.future h2, .future-text-1, .future-text-2,
.future-text-3, .future-text-4{
 position:absolute;
 z-index: 90
}
.future h2{
  font-family: "Averia Serif Libre", serif;
 font-size: 50px;
 margin: 20px
}
.future-text-1, .future-text-2,
.future-text-3, .future-text-4{
 width: 200px;
 font-size: 13px
}
.future-text-1{
 top:140px;
left: 41%
}
.future-text-2{
 top:140px;
left: 77%
}
.future-text-3{
 top:500px;
left: 18%
}
.future-text-4{
 top:440px;
left: 50%
}
.difference svg{
 zoom: 0.3;
 position: relative;
 top: 200px;
}
.make-difference{
 background: #323826;
 height: 180px
}
.difference-wrapper{
 display: inline-flex;
}
.make-difference-text{
 color: white;
}
.difference-wrapper{
margin-left: 200px 
}
.difference-wrapper h2{
padding: 20px;
}
.make-difference-text{
 width: 400px;
 border-left: 2px solid grey;
 padding: 20px;
}
.message{
  height: 550px;
  background-image: url("images/mwalimu.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}
.message-text-wrappper{
 position: relative;
width: 100%
}
.message-text{
 position:absolute;
top: -400px;
 z-index: 90;
width: 70%;
color: white;
font-style:italic;
text-align:center;
left: 10%
}
.footer{
 background:hsl(80deg 19.15% 18.43%);

}
.footer-top, .footer-bottom{
 display: grid;
grid-template-columns: repeat(2, 1fr);

}
.subscribe{
 color:#646a59;
 display: flex;
 align-content: center;
 flex-direction: column;
 justify-content: center;
 margin-left: 100px;
}
.subscribe h3{
font-family: "Averia Serif Libre", serif;
}
.subscribe-form{
 border-bottom: 2px solid red;
 width:fit-content;
}
.subscribe-button{
 background:hsl(80deg 19.15% 18.43%);
border: none;
 color: #c19f75;
 text-transform:uppercase
}
    
.footer input{
 background:#323826;
border: none;
 width: 300px;
 height: 40px
}
.footer-logo svg{
 scale: 0.5;
 transform:rotate(0deg)
}

.copyright-social h3{
 color: #eee5
}
.social-icons {
 font-family: "Averia Serif Libre", serif;
 display: inline-flex;
margin-left: 20px
}
.social-icons a{
 color: white;
 font-size: 25px
}
.copyright{
 color:#646a59;
 font-size: 10px;
 width: 300px;
 text-align: right;
 position: relative;
 right: -200px
}
.copyright a{
 color:#646a59;
}
.social-icons-footer{
 position: fixed;
 bottom: 20px;
 display:inline-flex;
 justify-content: center;
 right: 0;
}
.social-icons-footer a{
 font-size: 20px;
 margin: 0 5px;
 background: #b8b6b6b3;
 border-radius: 50px;
 height: 40px;
 width: 40px;
 display:flex;
 align-items: center;
 justify-content: center;
 color: black;
 border: 1px solid grey;
 text-decoration: none;
}

/* Contact Form Styles */
.contact-wrapper {
display: grid;
grid-template-columns: 2fr 3fr;
margin: 20px 15%
}
.contact-message{
width: 90%
}
.contact-form{
 background:#eedebb;
padding: 20px;
}
 form {
            display: flex;
            flex-direction: column;
        }
        label {
            margin-top: 12px;
            font-size: 13px;
         color: #c19f75;
        }
        input, textarea {
            padding: 8px;
            margin-top: 5px;
            border: none;
           height: 40px
        }
       .contact-form button {
            margin: 20px;
            padding: 10px 50px;
            background-color: #323826;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 17px;
           text-transform:uppercase;
           width:fit-content
        }
.involved-wrapper, .donation-information, .partnerships{
 width: 80%;
 margin: 20px auto;
}
.involved-wrapper h1{
 color:#c19f75;
  font-family: "Averia Serif Libre", serif;
 font-size: 60px
}
.donation-information{
 display: grid;
 grid-template-columns: 2fr 2fr;
 background: #646a59;
 color: white;
 padding: 40px;
}

.donate-form-button {
 text-decoration:none;
color: #c19f75;
 background:hsl(80deg 19.15% 18.43%);
 padding: 10px 40px;
 text-transform:uppercase;
 font-size:12px;
 font-weight:600;
 position: relative;
 top: 30px;
 left: 100px
}
.other-support{
background:hsl(80deg 19.15% 18.43%) ;
 padding: 40px 10%
}
.other-support h1{
 color: #c19f75;
 font-family: "Averia Serif Libre", serif;
 
}
.support-item {
 color: white;
 border-bottom: 2px solid #c19f75;
 padding-bottom: 20px;
 padding-top: 20px;
}
.support-item h3{
 
}
.support-item p{
 
}
.partnerships span{
 display: inline-flex;
 align-items: center;
}
.partnerships h1{
 color: #c19f75;
 font-family: "Averia Serif Libre", serif;
}
.partnerships p{
 padding: 0 20px
}
.partnerships-message{
 display: inline-flex;
 align-items: center;
 justify-content: center;
}
.partner-item{
 text-align:center;
width: 400px
}
.partner-item img{
width: 150px
}
.partner-item p{
 font-size: 12px
}
.our-work-wrapper{
 display: grid;
grid-template-columns: repeat(2, 1fr); 
 width: 80%;
 margin: 40px auto;
 
}
.our-work-wrapper h1{
text-align:center;
color: #c19f75;
  font-family: "Averia Serif Libre", serif;
}
.our-work-wrapper a{
 color:black;
}
.our-work-projects{
  display: grid;
grid-template-columns: repeat(2, 1fr); 
 width: 80%;
 margin: 40px auto;;
 gap: 40px
}
.project-item{
 position: relative;
 background:#323826;
 color: white;
 height: 400px
}
.project-item h3{
 position:absolute;
 top: 160px;
 color: white;
 font-size: 35px;
   font-family: "Averia Serif Libre", serif;
 width: 370px;
}
.rehabilitation h3, 
.veterinary h3,
.outreach h3{
 margin: 0 15%
}
.training h3{
 margin: 0 23%
}
.tourism h3{
 margin: 0 35%
}
.project-item h4{
 position:absolute;
 top: 330px;
 color: white;
 margin: 0 0 0 40% 
}
.project-item img{
 width: 100%;
 box-shadow: 1px 0px 5px 1px #363434;
}
.project-item svg{
 scale: 0.1;
 transform:rotate(0deg);
    fill: #646a59;
}
.rehabilitation svg{
 position: relative;
 top: 150px;
}
.tourism svg{
 position: relative;
 top: -50px;
}
.training svg{
 position: relative;
 top: 50px;
}
.outreach svg{
 position: relative;
 top: 20px;
}
.veterinary svg{
 position: relative;
 top: 30px;
}
.project-item-text{
 position:absolute;
 top: 0;
 padding: 40px;
display: none;
}
.more-to-come{
 background: white;
 color:#323826;
 display: flex;
 align-items: flex-end;
 justify-content: flex-end;
}
.where-we-work{
   display: grid;
grid-template-columns: repeat(2, 1fr); 
 width: 80%;
 margin:50px auto;
}
.map img{
width: 100%
}
.map-message h1{
 color:#c19f75;
  font-family: "Averia Serif Libre", serif;
}
.backed-by{
 background:#75706a;
    display: grid;
grid-template-columns: 6fr 4fr;
  width: 100%;
 padding: 40px 10%;
 position: relative
}
.backed-by img{
 width: 200px;
 height: 200px;
 background: white;
 border-radius: 100px;
 position: absolute;
 top: 60px;
 right: 20%;
 padding: 10px;
 float: 
}
.backed-by p, .backed-by a{
 color: white
}



.front-logo{
 width: 100%;
}

.front-logo img{
 position:fixed;
 width: 350px;
 left: 40%;
 top: 40px
}

.front-text{
 position:absolute;
 top: 400px;
color: white;
text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
 text-align: center;
 font-size: 22px;
 line-height: 1.4em;
 font-weight: 600;
 width: 60%;
 left:20%
}
.front-second{
display: grid;
grid-template-columns: repeat(2, 1fr); 
 width: 80%;
 margin:50px auto;
}
.front-second img{
width: 100%
}
.front-second-left{
 padding: 0 30px
}
.front-third{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 width: 80%;
 margin:50px auto;
}
.front-third .stats{
  font-family: "Averia Serif Libre", serif;
 font-size: 50px;
 font-weight:800;
 text-align:center;
}
.front-third .stats-text{
 padding: 20px 50px;
 text-align:center
}
.front-third-bottom {
 margin: auto;
 width: 100%;
 display: flex;
justify-content: center;
}
.front-third-bottom button{
padding: 7px 30px;
background:hsl(80deg 19.15% 18.43%);
 color: white;
 text-align:center
}
.front-fourth{
 display: grid;
 grid-template-columns: 1fr 1fr ;
 width: 100%;
 margin:50px auto;
 background:hsl(80deg 19.15% 18.43%);
 color: white;
 padding: 50px 15%
}
.front-fourth h2{
  font-family: "Averia Serif Libre", serif;
 font-size: 40px
}
.front-fourth-right button{
 padding: 10px 30px;
background:#c19f75;
 color: white;
 text-align:center;
 border: none;
margin-top: 20px
}
.front-firth{
 width: 80%;
 margin:auto
}
.front-firth h1{
 color:hsl(80deg 19.15% 18.43%);
  font-family: "Averia Serif Libre", serif;
 font-weight:900;
 font-size: 50px;
 margin-bottom:30px 
}
.front-firth p{
 width:80%;
}
.front-firth-wrapper{
display:flex;
}
.front-firth-left,
.front-firth-right{
 width:50%;
}
.front-firth-right img{
width: 100%;
height: 400px
}
.front-sixth{
 background:#c19f75;
 width: 100%;
 padding:40px 10%;
 color:hsl(80deg 19.15% 18.43%)
}
.front-sixth h1{
 font-family: "Averia Serif Libre", serif;
 font-size: 60px;
 color: white
 
}
.front-sixth-wrapper{
 display: grid;
 grid-template-columns: 2fr 2fr ;
 gap: 20px;
}
.front-sixth-left{
background:#646a54; 
 padding: 50px;
}
.front-sixth-right{
 background: #646A54;
  padding: 50px;
}
.front-sixth-left h3,
.front-sixth-right h3{
 font-family: "Averia Serif Libre", serif;   
}
.front-sixth-left button,
.front-sixth-right button{
 padding: 10px 30px;
background: hsl(80deg 19.15% 18.43%);
 color: white;
 text-align:center;
 border: none;
margin-top: 20px 
}
.front-seventh{
 position: relative
}
.front-seventh-text, .front-seventh-author{
 position:absolute;
 color: white;
}
.front-seventh-text{
 top: 200px;
  font-size: 18px;
 font-style: italic;
  width: 50%;
 left: 25%;
}
 .front-seventh-author{
  top: 340px;
  font-family: "Averia Serif Libre", serif;  
   width: 50%;
 left: 25%;
  font-size: 20px;
  font-weight:900;
}



