@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Marcellus&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.body{
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;

}

.header{
      font-family: "Cormorant Upright", serif;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem 0;
      height: 5vh;
}
.logo-header{
    font-size: clamp(1rem, 6vw, 1.5rem);
    font-weight: 600;
    color: bisque;

}
/**Header-number-2**/
.header2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}
.image-header-2{
    height: clamp(9vh, 15vw, 15vh);
}

/**Main-section**/
.background-image{
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.807)),
        url('./ash-amplifies-NQ6Lh81BTRs-unsplash.jpg') center center / cover no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.section-div-1{
     flex: 1; /* takes up remaining space after headers */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shape-box-home{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.shape-box-home2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.p-greenduty-homepage{
    color: bisque;
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-size: clamp(2rem,10vw,3rem);
}
.button{
    border-width: 2px;
    border-style: solid;
    border-color: beige;
    height: 25px;
    width:  5rem;
    background-color:   rgba(206, 233, 118, 0.581);
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    font-weight: 500;
    font-size: 10px;
}
.button:hover{
    background-color: rgba(240, 248, 255, 0.275);
}
.moving-section{
    position: relative;
    padding-top: 4.5rem;

}

/**Second Section**/
.general-section2{
      background: linear-gradient(rgba(0, 0, 0, 0.807),rgba(35, 44, 13, 0.916) ),
        url('./2.jpg') center center / cover no-repeat;
        
}
.small-text-section1{
    font-family: "Old Standard TT", serif;
    color: rgba(255, 228, 196, 0.629);
    font-weight: 300;
    font-size: 10px;
}


        /**Title section 2**/
.content-section2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.content1-of-section2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-content2{
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-family: "Old Standard TT", serif;
    color: bisque;


}
        /**TEXT SECTION 2**/
.content2-section2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content2-of-section2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(20rem, 30vw ,80rem);
    height: 100px;
}
.p-content3{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: clamp(5px,30vw, 13px);
    color: bisque;

}

      /**Section2-boxes**/
.moving-section2-3{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.boxes-team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.image-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
.image-of-person1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.person1{
    height: 80px;
    border-radius: 100px;
    width: 80px;
}
.description-p{
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;

}
.present-person1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.description-of-person-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paragraphe-text-2{
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: beige;
    font-size: 12px;
}
.person{
  
  width: 200px;           /* Fixed width */
  height: 180px;
}

.description-person1{
    padding-top: 5px;
    
}
.moving-section2-3{
    padding-top: 10px;
}
.description-p{
    color: bisque;
}
@media(min-width: 768px) and (max-width: 1900px){
    .boxes-team{
    flex-direction: row;
    }
}

/**3rd Section**/
.button-of-section3{
    margin-top: 5px;
}

.genral-section3{
    height:340px;
    position: relative;
}
.shape-to-add-padding-content3{
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    
}
.content-section3{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-color: white;
    border-image-width: 2px;
    border-radius: 20px;
    height: 270px;
    width: 20rem;
    color: white;
    
}
.content-inside-content-section3{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-content-3{
    height: 60px;
    font-family: "Old Standard TT", serif;

}
.h2-content-3{
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
    font-size: clamp(8px, 30vw, 18px);
    color: bisque;
}
      /**description text**/
.description-of-section3-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-content-3{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1px,30vw, 10px);
    color: white;
}
.description-of-section3-content{
    width: 60vw;
    max-width: 200px;
}
        /**padding content 3**/
.logo-of-content3{
padding: 5px;
}
.Header-text-section3{
    padding: 5px;
}

@media(min-width: 768px) and (max-width: 1900px){
    .content-section3{
    height: 300px;
    width: 40rem;
}
.p-content-3{
    text-align: center;
    font-family: "Poppins", sans-serif;

}
.description-of-section3-content{
    width: 60vw;
    max-width: 400px;
}
.h2-content-3{
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
    font-size: 30px;
}
}
.video-section {
  position: relative;
  height: 100vh; /* Full screen height */
  overflow: hidden;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Makes video fill the container */
  z-index: -1; /* Sends video behind content */
}


/**Section 4**/
.content-about-us-shape-text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.about-us-text{
    font-family: "Old Standard TT", serif;
    font-size: clamp(8px, 30vw, 18px);
    letter-spacing: -1.5px;
    color: bisque;

}
.shape-image-about-us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.border-shape-image{
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-color: white;
    border-radius: 20px;
}
.about-us-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 15rem;
    border-radius: 20px;
}
.text-about-us-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}
.p-about-us{
    font-family: "Poppins", sans-serif;
    font-size: clamp(1px,30vw, 10px);
    color: bisque;
}
.description-about-us{
    padding: 15px;
    width: 20rem;
}
/**
.general-section4{
    background-color: rgb(13, 75, 13);

}
    **/
.right-section-content5{
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-radius: 12px;
    color: white;
}
@media(min-width: 768px) and (max-width: 1900px){
    .shape-content4{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .about-us-image{
    
    width: 17rem;
    border-radius: 20px;
}
.text-about-us-description{
    padding-top: 15px;
}
}


/**Content-5**/
.content5-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shape-of-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.shape-of-p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
}

.team-picture{
    height: 210px;
    border-radius: 10px;
}
.P-TEXT-CONTENT5{
    font-family: "Poppins", sans-serif;
    font-size: clamp(2px,30vw, 10px);
    color: bisque;
    width: 20rem;
    padding: 15px;


}
.headline-content5{
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
    color: bisque;

}

.content-5-apps{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 20rem;
}
.content-5-sections{
    height: 30px;
    width: 20rem;

}

@media(min-width: 768px) and (max-width: 1900px){
   .content5-text{
   flex-direction: row;
}
}
.general-background-tree{
    background: linear-gradient(rgba(34, 36, 14, 0.892), rgba(0, 0, 0, 0.807)),
        url('./General-content-background.jpg') center center / cover no-repeat;
}


/**Content-6**/
.content-6-shape{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head-text-of-conent6{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;

}

.h2-header-text{
    font-family: "Old Standard TT", serif;
    color: bisque;
    letter-spacing: -1px;
}
.right-6-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.p-text-content6{
    width: 18rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2px,30vw, 10px);
    color: bisque;
    text-align: center;

}

@media(min-width: 768px) and (max-width: 1900px){
   .content-6-shape{
   flex-direction: row;
   gap: 52px;
}
.head-text-of-conent6{
    width: 17rem;
}
.h2-header-text{
    font-size: 40px;
}
}
.content-button-6{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}


/**content number 7**/
.content7-seprating-background{
    height: 100px;
    background: url('/planting-9001234_1920.png') center center / cover no-repeat;
}
@media(min-width: 768px) and (max-width: 1900px){
   .content7-seprating-background{
    height: 200px;
    background: url('/planting-9001234_1920.png') center center / cover no-repeat;
}
}


/**8 content**/
.p-text-content7{
    width: 18rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2px,30vw, 10px);
    color: bisque;
    text-align: center;

}
.content-7-shape{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media(min-width: 768px) and (max-width: 1900px){
.content-7shape{
   flex-direction: row-reverse;
   gap: 52px;
}
.content-7-shape{
    flex-direction: row-reverse;
}
}


/**Footer**/
.footer-shape-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.signature-image{
    height: 300px;
}
.left-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: "Marcellus", serif;
}
.footer-description{
    letter-spacing: -1px;
    font-size: 30px;
}

.right-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.width-footer-contacts{
    width: 288px;
}
.contant-footer{
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
    font-size: clamp(8px, 30vw, 18px);

}
.gmails{
    font-family: "Marcellus", serif;
    font-size: 13px;
}
.the-gmail{
    font-family: "Marcellus", serif;
    font-size: 12px;

}
.email-s-footer{
    display: flex;
    gap: 20px;
    padding: 15px;
}
.email-s-footer2{
    display: flex;
    gap: 20px;
    padding: 15px;
}
.contant-footer{
    color: bisque;
    font-size: 30px;
}


/**right-section**/
.width-footer-contacts{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.right-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-shape{
    display: flex;
    justify-content: center;
    align-items: center;
    gap :55px;
}
.list-a-decoration{
    list-style: none;
    text-decoration: none;
}
.nav-lists{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 7px;
}
.copyright{
    font-size: 7px;
}
.privacy-policy-content{
    padding: 20px;
}
.footer-background{
    background: linear-gradient(rgba(0, 0, 0, 0.807),rgba(35, 44, 13, 0.916) ),
        url('./backiee-100958.jpg') center center / cover no-repeat;
}
.app-center{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media(min-width: 768px) and (max-width: 1900px){
.left-section{
    flex-direction: row;
    gap: 20px;
}
.text-footer{
    width: 20rem;
}
}


/**Leaf Map**/
.leaf-map-shape-again{
    padding: 30px 10px 10px 10px ;
}
.shape-of-mao-leaf{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
}
.texts-leaf{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.heading-text{
    color: bisque;
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
    font-size: clamp(9px, 30vw, 19px);

}
.leaf-header-leaf{
    height: 40px;
}

.descirpition-p-leaf{
    color: bisque;
    font-family: "Poppins", sans-serif;

}
.description-leaf-map{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19rem;
    font-size: clamp(2px,30vw, 10px);

}
@media(min-width: 768px) and (max-width: 1900px){
.description-leaf-map{
    text-align: center;
    width: 25rem;
    font-size: clamp(2px,30vw, 15px);

}

 #map {
      height: 300px; 
      width: 650px;
      border-radius: 30px;
      min-width: 650px
    }
}