@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&family=Barlow:ital,wght@0,100;0,200;1,100&family=Grand+Hotel&family=Open+Sans:wght@300&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');
  h2{
    font-size: 1.5rem;
  }
  p{
    font-size: 0.9rem;
  } 

  .subheading{
    font-size:1.5rem; 
    text-transform:uppercase; 
    color:#000; 
    font-family: product-sans; 
    font-weight:bold; 
    line-height:40px; 
    letter-spacing:2px;
  }
  ul{
    font-size: 16px;
  }
  section{
    padding:80px 0px;
  }
  .section-np{
    padding:0px;
  }

  .hover-button:hover{
    transform: scale(1.2) perspective(1px);
  }

  .outter{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .video-container {
    width:100%;
    max-width:100%;
    position: relative;
    overflow: hidden;
  }

  .header-video {
    height:800px;
    object-fit: contain;
    width: 100%;
    top: 0;
    left: 0;
  }

  .video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(black, .2);
    z-index: 1;
  }

  .callout {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin:auto;
  }

  .subheading span {
    font-family: 'Grand Hotel', cursive;
    font-size: 50px;
  }

  .section-heading{
    font-size:35px; 
    color:#000; 
    font-family: product-sans; 
    line-height:50px; 
    letter-spacing:2px;
  }

  body{
    font-family: 'Roboto', sans-serif !important;
    font-size:1rem !important;
  }

  .nav-link{
    color:#2e3538 !important;
  }
  


  .fifth_section{
    background-image: url("images/home-background.jpg");
    height: 75vh;
    background-position: center; background-repeat: no-repeat; background-size: cover;
  }
  .seventh_section_bg{
    background-image: url("images/uniqueness.avif");
  }

  .projects_done_award_winning_expert_gardners{
    height: 150px;
    padding-top: 10px;
  }

  .stats-bold{
    font-size:50px;
    font-family: product-sans;
    font-weight: bold;
    letter-spacing:2px;
    color:#de9349;
  }

  .stats-text{
    font-size:15px;
    font-family: product-sans;
    color:#fff;
  }


  .footer{
    background-color: #022e26;
  }
  .sixth_section{
    background-color: #017f67;
  }
  .navbar_section{
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index:99999;
  }
  .sustainable_planet_text{
    position: absolute;
    top: 50%;
    text-align:center !important;
    transform: translate(-50%,-50%);
    color: white;
  }
  .seven_sec{
    margin: 0px 15px;
  }

  .col-md-five{
    width:20%;
    padding:100px 20px;
    border-right:1px solid grey;
  }
  .world_class_advisors_bg h2 span{
    font-family: 'Grand Hotel', cursive !important;
    font-size: 50px;
  }
  .contact_map{
    width: 80vw !important;
    height: 50vh !important;
  }
  h2 span{
    font-family: 'Grand Hotel', cursive !important;
    font-size: 50px;
  }
  .water_lentils{
    position: relative;
    bottom: 300px;
    left: 270px;
  }


  @font-face{
    font-family: product-sans;
    src:url(fonts/product-sans/Product_Sans_Regular.ttf);
  }
  h1{
    font-family: product-sans;
  }
  h2{
    font-family: product-sans;
  }
  h3{
    font-family: product-sans;
  }
  h4{
    font-family: product-sans;
  }

  @media screen and (max-width: 576px){
    .sustainable_planet video{
      display: none;
    }
    
    .header-video{
        height:230px;   
    }

    .col-md-five{
      width:100%;
      padding:100px 20px;
      border-right:0px;
      border-bottom:1px solid grey;
    }

    .twenty_five_years_experience{
        margin-bottom: 20px;
    }
    .footer{
        text-align: center;
        list-style: none;
    }
    .seventh_section_one{
        margin: 0px;
    }
    .sustainable_planet{
        position: static;
    }
    .navbar_section{
        position: static;
    }
    .sustainable_planet_text{
        display: none;
    }
    .seven_sec{
    margin: 10px 0px;
  }
  .water_lentils{
    position: static !important;
  }
  .innovation_our_support_undernourished_people_text h2{
    margin-top: 20px;
  }
  }

  .green-circle{
    background-color:#017f67;
    padding:50px;
    border-radius:100%;
  }