body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}
*{
    scroll-behavior: smooth;
}

.poppins-text{
    font-family: "Poppins", sans-serif;
}

.my-container {
    width: 80vw;
    margin: auto;
}

.nav-logo {
    margin-left: 10px;
    height: auto;
    width: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.navbar {
    background-color: #4B7435;
    padding: 0px 0; 
    z-index: 3;
}
.text-dashboard {
    font-size: 16px;
    margin-bottom: 2rem;
}

.nav-link {
    color: rgb(255, 255, 255);
    font-weight: 550;
    font-size: 16px;
}
.nav-btn{
    cursor: pointer;
    align-items: center;
    background-color: #80B03B;
    border: none;
    border-radius: 8px;
    width: 100px;
    height: 32px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}
.nav-btn:hover{
    background-color: #63931E;
}

.navbar-nav .nav-link:hover {
    color: #000000; 
}

.navbar-nav {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    list-style: none; /* Remove bullet points */
}

.nav-item {
    margin: 0 8px; /* Add horizontal margin */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.btn-toggle{
    background-color: #80B03B; /* Set the background color */
    color: #80B03B;
    border: none;
    padding: 14.4px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s; /* Add transition effect */
}
.btn-toggle:hover {
    background-color: #80B03B; 
    background-color: #80B03B;
    padding: 8px 10px;
}
navbar-toggler{
    color: white;
}

.navbar-nav .nav-item .login-btn{
    background-color: #80B03B;
    border: 1px solid #80B03B;
    width: 120px;
    border-radius: 20px;
    text-align: center;
}
.navbar-nav .nav-item .login-btn:hover{
    background-color: #4B7435;
    border: 1px solid white;
    color: white;
    position: relative;
}


.hero {
    height: 100vh;
    background-size: cover;
}

.gradient-overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0));
    /* Adjust the color codes and opacity values as needed */
}

.main-bg2 {
    background: #000;
    background-size: cover;
    position: relative;
    /* padding: 30px 30px 0px  30px; */
}

.main-bg3 {
    padding: 85px 0px;
}

.feature-card {
    background: white;
    border-radius: 10px;
    width: 22%;
    padding: 15px 0px;
    text-align: left;
    box-shadow: 12px 12px 0px 0px rgba(178, 254, 118, 0.25)
}

.feature-title {
    width: 90%;
    background: #125F3F;
    padding: 10px 5px 10px 40px;
}

.feature-desc {
    color: #282828;
    padding: 15px 40px;
}

.gradient-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0));
    /* Adjust the color codes and opacity values as needed */
}

section.hero .title{
    color: white !important;
    margin-top: 180px;
    font-size: 54px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

section.hero .title span{ 
	background: linear-gradient(to right, #FF9900 -50%, #6EE151 150%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



section.hero{
    padding-top: 5%;
    padding-bottom: 5%;
}

section.hero .text {
    color: white !important;
    z-index: 2;
    position: relative;
    margin-top: 12px;
    font-weight: 380 !important;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px
}

section.hero .box-01 .subtext{
    font-weight: bold;
    color: white;
    font-size: 22px;
    margin-top: 25px;
}
section.hero .box-01 .subtext span{
    font-weight: bold;
	background: linear-gradient(to right, #16A43E -50%, #ADFF00 150%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.project-card{
    width: 100%;
    border-radius: 15px;
}

.project-text{
    position: absolute;
    bottom: 0;
    color: white;
    font-weight: 400;
    padding: 20px 25px;
}

.text-gradient{
    background: linear-gradient(to right, #FF9900 10%, #6EE151 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-orange{
    color: #FF9900;
}

.text-green{
    color: #81FF62;
}

.text-green-1{
    color: #4B7435;
}

.padding-section3{
    padding: 60px 120px
}

.padding-section2{
    padding-top: 750px;
}

.statistic-section{
    background-color: #00000099;
}

.become-member-5 {
    border-radius: 60px;
    background: #80B03B;
    margin-right: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 15.1px;
    box-sizing: border-box;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: 265px;
    color: white;
    margin: auto;
    margin-bottom: 30px;
}

.progress-bar1 path.mainline{
    stroke: #0b864a;
    stroke-width: 9;
    stroke-linecap: round;
}
.progress-bar1 path.baseline{
    stroke-width: 9;
}

.progress-bar2 path.mainline{
    stroke: #d4b13e;
    stroke-width: 9;
    stroke-linecap: round;
}
.progress-bar2 path.baseline{
    stroke-width: 9;
}

.progress-bar3 path.mainline{
    stroke-width: 9;
    stroke-linecap: round;
}
.progress-bar3 path.baseline{
    stroke-width: 9;
}

.btn-contribute-detail{
    background-color: #1daa97;
    margin: auto;
    color: white;
    font-size: 12px;
    border-radius: 25px;
    padding: 10px 25px;
    border: none;
    font-weight: 550;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.btn-contribute-detail:hover{
    background-color: #3cb1a1;
}

#hot-project{
    position: relative;
}

.button-left{
    position: absolute;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    z-index: 10;
    top: 50%;
    bottom: 50%;
    left: -4%;
}
.button-right{
    position: absolute;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    z-index: 10;
    top: 50%;
    bottom: 50%;
    right: -4%;
}

.button-left-testimonial{
    position: absolute;
    border: none;
    color: #4B7435;
    background: none;
    z-index: 10;
    left: -70px;
    font-size: 55px;
    top: 50%;
    transform: translateY(-50%);
}
.button-right-testimonial{
    position: absolute;
    border: none;
    color: #4B7435;
    background: none;
    z-index: 10;
    right: -70px;
    font-size: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-card{
    padding: 70px 50px;
    border-radius: 15px;
    box-shadow: 16px 15px 20px 0px #0006;
    margin-bottom: 50px;
    position: relative;
}

.whitepaper-section{
    padding: 30px 80px;
    background: linear-gradient(90.4deg, #002917 10.57%, #008F50 243.14%);
}

.whitepaper-btn{
    text-decoration: none;
    border: 2px solid white;
    border-radius: 15px;
    padding: 7px 35px;
    color: white;
}

.whitepaper-btn:hover{
    border: 2px solid white;
    background-color: white;
    color: #002917;
}

.photo img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
}


.barProgress{
    height: 5px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.barProgressPercentage {
    width: 75%;
    height: 5px;
    background-color: #1daa97;
    border-radius: 10px;
}

.ldBar.label-center>.ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: unset;
    font-size: 30px;
}
.ldBar.development-lebel::before {
    content: 'Progress';
    color: #333;
    position: absolute;
    left: 5%;
    top: -30%;
}

.statistic-item h1 {
    font-size: 72px;
    color: white;
}

.statistic-item h5 {
    font-size: 24px;
    color: white;
    font-weight: 400;
}

.text-bigger {
    font-size: 140%;
}
.text-smaller{
    font-size: 80%;
}

.btn-01{
    font-weight: 700;
    color: white;
    background-color: #80B03B;
    padding: 20px 30px;
    border-radius: 8px;
    border: none; 
}
.btn-01:hover{
    background-color: #4B7435;
}
.info-01{
    padding-top: 40px;
}
.info-02{
    padding-top: 10px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4B7435;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: none;
    width: 45px;
    z-index: 3;
}
.text-info{
    color: #000000 !important;
}
.img-leaf{
    width: 120px;
    height: auto;
    position: relative;
    margin-top: -16px;
}
.text-p1{
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    text-align: justify !important;
}
.img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-leafstand{
    width: 60px;
    height: auto;
}
.img-leaflong{
    width: 180px;
    height: auto;
    margin-top: -12px;
}
.img-dashboard{
    width: 360px;
    height: auto;
}
.box-side-project{
    align-items: center;
    background-color: rgba(235, 255, 207, 0.5);
    width: 100%;
    gap: 10px;
    border-radius: 12px;
    border: .5px solid rgb(128, 176, 59, 0.75);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
}
.box-project{
    align-items: center;
    background-color: rgba(235, 255, 207, 0.5);
    width: 100%;
    gap: 10px;
    border-radius: 12px;
    border: .5px solid rgb(128, 176, 59, 0.75);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
}

.number-300{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.number-300-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px !important;
}
.number-400{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 6px;
}
.text-p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}
.huruf-k{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.icon-member{
    width: 60px;
    height: auto;
}
.icon-member2{
    width: 76px;
    height: auto;
}
.img-icon{
    width: 40px;
    height: auto;
}
.sub-title-box{
    margin-bottom: 2px;
}
.satuan{
    margin-top: -8px;
}
.text-buttom{
    margin-top: -20px;
}
.canvasjs-chart-credit{
    display: none;
}
.donut-chart{
    min-height: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#chartContainer {
    position: relative;
    height: 370px;
    width: 100%;
}
.chart-label {
    position: absolute;
    text-align: center;
    pointer-events: none; /* Makes labels unclickable */
}
.piechart{
    height: 340px !important;
    width: 340px !important;
}
ul.list {
    margin-left: -20px;
}
.chart-bawah1{
    width: 300px !important;
    height: 300px !important;
    margin-top: 40px;
}
.chart-bawah2{
    width: 320px !important;
    height: 320px !important;
    margin-top: 40px;
}
.chart-bawah3{
    width: 310px !important;
    height: 310px !important;
    margin-top: 40px;
}

/* footer */
.footer-content{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: auto;
}

.footer-bg{
    background-color: #4B7435;
    height: 350px;
    width: 100%;
}

.footer-logo {
    width: 200px;
}

.f-menu{
    display: grid;
    grid-template-columns: auto;
    row-gap: 10px;
    font-weight: 300;
}

.social-icons{
    display: inline-block;
    font-size: 20px;
}

.social-icons a {
    text-decoration: none; /* Removes underline */
    display: inline-block; /* Ensures the anchor takes up only the space it needs */
    transition: transform 0.3s ease; /* Smooth transition for the animation */
    margin-right: 12px;
  }
  
  /* CSS for the hover effect - scaling up the icons slightly */
  .social-icons a:hover {
    transform: scale(1.1); /* Scale up the icons by 10% on hover */
  }

.social-icon{
    width: 40px;
}

.copyright{
    display: flex;
    justify-content: center;
    color: white;
}

.member-benefit{
    background-color: rgba(218, 241, 223, 0.5); 
    padding-top: 20px;
    padding-bottom: 20px;
}
/* pluggin 1*/
.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25vh;
    margin-bottom: 100px;

  }

  .content-wrapper {
    text-align: center;
  }
.carbon-footprint-capture-container {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    margin-left: 0;
  }

  .carbon-footprint-capture-image {
    width: 100px;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    align-self: center;
  }

  .carbon-footprint-capture-title {
    color: var(--Text-Title, #2e2e2e);
    text-align: center;
    font: 700 18px/200% Poppins, sans-serif;
    margin-top: 29px;
  }

  .carbon-footprint-capture-description {
    color: #656565;
    text-align: justify;
    font: 400 14px/27px Poppins, sans-serif;
    margin-top: 12px;
  }

  .main-container {
    align-self: center;
    margin-top: 95px;
  }

  .content-wrapper {
    display: flex;
    gap: 25px;
  }

  /* pluggin 2 */
  .benefits-section {
    max-width: 100%; /* Set the section to take the full width */
    display: flex;
    justify-content: center; /* Horizontally center the content */
    padding: 0 1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .benefits-container {
    max-width: 1320px; /* Limit the width of the container */
    display: flex;
    gap: 20px;
  }

  .benefit-item {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: 100%;
    /* width: 25%;
    margin-left: 20px; */
  }

  .benefit-item:first-child {
    margin-left: 0;
  }

  .benefit-card {
    border-radius: 8px;
    border: 1px solid #80b03b;
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 29px 20px;
  }

  .benefit-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100px;
    max-width: 100%;
  }

  .benefit-title {
    color: #2e2e2e;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    margin-top: 23px;
    font: 700 24px/83% Poppins, sans-serif;
  }

  .benefit-description {
    color: #808080;
    text-align: justify;
    align-self: stretch;
    margin-top: 26px;
    font: 400 16px/20px Poppins, sans-serif;
  }

  /* pluggin 3 */
  .news-section {
    display: flex;
    max-width: 1414px;
    align-items: center;
    gap: 20px;
    margin: 40px 0 60px;
  }

  .news-icon {
    aspect-ratio: 0.96;
    object-fit: contain;
    width: 48px;
    align-self: stretch;
    margin: auto 0;
  }

  .news-content {
    align-self: stretch;
    flex-grow: 1;
    flex-basis: auto;
  }

  .news-grid {
    display: flex;
    gap: 20px;
  }

  .news-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    height: 100%;
  }

  .news-card {
    height: 600px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(9, 107, 59, 1);
    border-radius: 20px;
    position: relative;
    aspect-ratio: 0.65;
    flex-grow: 1;
    padding: 20px;
  }

  .news-card-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .news-card-logo {
    aspect-ratio: 1.41;
    object-fit: contain;
    width: 100%;
  }

  .news-card-title {
    position: relative;
    color: #000;
    margin-top: 29px;
    font: 500 24px Poppins, sans-serif;
  }

  .news-card-description {
    position: relative;
    color: #6b6b6b;
    text-align: justify;
    margin-top: 12px;
    font: 400 16px/26px Poppins, sans-serif;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-card-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 50px;
    align-self: end;
  }

.carousel-before{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -72px;
    font-size: 100px;
    width: fit-content;
    color: #096B3B;
}
.carousel-next{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: -72px;
    font-size: 100px;
    width: fit-content;
    color: #096B3B;
}

ul.news-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0px;
    padding-left: 0px;
}

ul.news-dots li button{
    color: transparent;
    border: 0;
    outline: none;
    height: 5px;
    width: 32px;
    border-radius: 10px;
    background: #c1c1c1;
}
ul.news-dots li.slick-active button{
    color: transparent;
    border: 0;
    outline: none;
    height: 5px;
    width: 32px;
    border-radius: 10px;
    background: #0D0D0D;
}

ul.testimonal-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0px;
    padding-left: 0px;
}

ul.testimonal-dots li button {
    height: 12px;
    width: 12px;
    background: #525252;
    border-radius: 50%;
    color: transparent;
    border: none;
    margin: auto;
    vertical-align: middle;
}

ul.testimonal-dots li.slick-active button {
    height: 20px;
    width: 20px;
    background: #096B3B;
    border-radius: 50%;
    color: transparent;
    border: none;
    vertical-align: middle;
}

.testimonial-section{
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
}
  
.partner-item{
    height: 70px;
    transition: height 0.3s ease-in-out;
}
.partner-item:hover{
    height: 80px;
}

.media-partner-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media-partner-logo{
    width: 20%;
    padding: 25px 0px;
}
.media-partner-logo>a>img{
    margin: auto;
}
.list-roman-upper{
    list-style: upper-roman;
}
.list-alphabet {
    list-style: lower-alpha;
}
.list-roman-upper li, .list-alphabet li, .list-normal li{
    padding-left: 10px;
}
.white-space-break{
    white-space: pre-line;
}
.fs-55{
    font-size: 18px;
}
.fs-xl{
    font-size: 3rem;
}

.fs-md{
    font-weight: bold;
    font-size: 2rem;
}

@media only screen and (max-width: 481px){
    .hero {
        height: 90vh;
    }

    section.hero{
        padding-top: 25%;
        padding-bottom: 10%;
    }

    section.hero .title {
        margin-top: 120px;
        font-size: 28px;
        font-weight: bold;
    }

    section.hero .text {
        margin-top: 12px;
        font-weight: 380 !important;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 60px;
    }

    section.hero .box-01 .subtext {
        font-size: 15px;
        margin-top: 30px;
    }

    .navbar-toggler:focus{
        box-shadow: unset!important;
    }
    .feature-card{
        width: 90%;
    }

    .whitepaper-section{
        padding: 15px 10px;
    }

    .whitepaper-section h2 {
        font-size: 12px;
        max-width: 130px;
        margin-bottom: 0px;
    }

    .whitepaper-btn {
        text-decoration: none;
        border: 1px solid white;
        border-radius: 15px;
        padding: 5px 20px;
        color: white;
        font-size: 12px;
    }
    
    .project-title h1{
        font-size: 22px;
    } 
    .project-title p{
        font-size: 14px;
        text-align: justify;
    } 

    .project-image h4{
        font-size: 14px;
    }

    .donut-chart{
        min-height: 200px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .project-text{
        position: absolute;
        bottom: 0;
        color: white;
        font-weight: 400;
        padding: 0px 10px;
        font-size: 14px;
    }

    .chart-text h2{
        font-size: 18px;
    }
    .chart-text h5{
        font-size: 16px;
    }

    .project-activities h2{
        font-size: 18px;
    }

    .project-activities h5{
        font-size: 18px;
    }

    .btn-01 {
        padding: 15px 20px;
        font-size: 14px;
    }

    .main-bg3{
        padding: 20px 0px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
    .btn-toggle {
        padding: 5px 10px;
    }
    .navbar-nav{
        padding-bottom: 10px;
    }
    /* .nav-item{
        justify-content: flex-start; 
    } */
    .nav-link, .nav-btn {
        font-size: 12px;
    }

    .news-card{
        width: 100%;
        padding: 10px;
        height: unset;
    }

    .news-card-title{
        font-size: 18px;
        margin-top: 20px;
    }

    .news-card-description{
        font-size: 14px;
    }

    .testimonial-card{
        padding: 20px 10px;
        margin: 0px 10px 35px 10px
    }

    .testimonial-text{
        font-size: 12px;
    }

    .flex-own .flex-own-child {
        flex: 1 1 35%;
    }

    .testimonial-section{
        width: unset;
        margin-bottom: unset;
    }

    .media-partner-logo{
        width: 50%;
        padding: 25px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
    .hero {
        height: 90vh;
    }

    section.hero{
        padding-top: 20%;
        padding-bottom: 10%;
    }

    section.hero .title {
        margin-top: 120px;
        font-size: 36px;
        font-weight: bold;
    }

    section.hero .text {
        margin-top: 12px;
        font-weight: 380 !important;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 60px;
    }

    section.hero .box-01 .subtext {
        font-size: 15px;
        margin-top: 30px;
    }

    .navbar-toggler:focus{
        box-shadow: unset!important;
    }
    .feature-card{
        width: 45%;
    }

    .whitepaper-section{
        padding: 15px 10px;
    }

    .whitepaper-section h2 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .whitepaper-btn {
        text-decoration: none;
        border: 1px solid white;
        border-radius: 15px;
        padding: 5px 20px;
        color: white;
        font-size: 12px;
    }

    .project-card{
        height: 100%;
    }
    
    .project-title h1{
        font-size: 28px;
    } 
    .project-title p{
        font-size: 14px;
        text-align: justify;
    } 

    .project-image h4{
        font-size: 14px;
    }

    .donut-chart{
        min-height: 320px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .w-md-25{
        width: 25% !important;
    }

    .project-text{
        position: absolute;
        bottom: 0;
        color: white;
        font-weight: 400;
        padding: 0px 10px;
        font-size: 16px;
    }

    .chart-text h2{
        font-size: 20px;
    }
    .chart-text h5{
        font-size: 20px;
    }

    .project-activities h2{
        font-size: 20px;
    }

    .project-activities h5{
        font-size: 20px;
    }

    .btn-01 {
        padding: 15px 20px;
        font-size: 16px;
    }

    .main-bg3{
        padding: 20px 0px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
    .btn-toggle {
        padding: 5px 10px;
    }
    .navbar-nav{
        padding-bottom: 10px;
    }
    /* .nav-item{
        justify-content: flex-start; 
    } */
    .nav-link, .nav-btn {
        font-size: 12px;
    }

    .news-card{
        width: 100%;
        padding: 10px;
        height: unset;
    }

    .news-card-title{
        font-size: 18px;
        margin-top: 20px;
    }

    .news-card-description{
        font-size: 14px;
    }

    .testimonial-card{
        padding: 25px;
        margin: 0px 30px 35px 30px
    }

    .testimonial-text{
        font-size: 16px;
    }
    .testimonial-section{
        width: unset;
        margin-bottom: unset;
    }
    .media-partner-logo{
        width: 25%;
        padding: 25px 0px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)  {
    .hero {
        height: 90vh;
    }

    section.hero{
        padding-top: 10%;
        padding-bottom: 10%;
    }

    /* section.hero .title {
        margin-top: 120px;
        font-size: 36px;
        font-weight: bold;
    } */

    section.hero .text {
        margin-top: 12px;
        font-weight: 380 !important;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 60px;
    }

    section.hero .box-01 .subtext {
        font-size: 15px;
        margin-top: 30px;
    }

    .navbar-toggler:focus{
        box-shadow: unset!important;
    }
    .feature-card{
        width: 45%;
    }

    .whitepaper-section{
        padding: 15px 10px;
    }

    .whitepaper-section h2 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .whitepaper-btn {
        text-decoration: none;
        border: 1px solid white;
        border-radius: 15px;
        padding: 5px 20px;
        color: white;
        font-size: 12px;
    }

    .project-card{
        height: 100%;
    }
    
    .project-title h1{
        font-size: 28px;
    } 
    .project-title p{
        font-size: 14px;
        text-align: justify;
    } 

    .project-image h4{
        font-size: 14px;
    }

    .donut-chart{
        min-height: 320px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .w-md-25{
        width: 25% !important;
    }

    .project-text{
        position: absolute;
        bottom: 0;
        color: white;
        font-weight: 400;
        padding: 0px 10px;
        font-size: 16px;
    }

    .chart-text h2{
        font-size: 20px;
    }
    .chart-text h5{
        font-size: 20px;
    }

    .project-activities h2{
        font-size: 20px;
    }

    .project-activities h5{
        font-size: 20px;
    }

    .btn-01 {
        padding: 15px 20px;
        font-size: 16px;
    }

    .main-bg3{
        padding: 20px 0px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
    .btn-toggle {
        padding: 5px 10px;
    }
    .navbar-nav{
        padding-bottom: 10px;
    }
    /* .nav-item{
        justify-content: flex-start; 
    } */
    .nav-link, .nav-btn {
        font-size: 12px;
    }

    .news-card{
        width: 100%;
        padding: 10px;
        height: unset;
    }

    .news-card-title{
        font-size: 18px;
        margin-top: 20px;
    }

    .news-card-description{
        font-size: 14px;
    }

    .testimonial-card{
        padding: 25px;
        margin: 0px 30px 35px 30px
    }

    .testimonial-text{
        font-size: 16px;
    }

    .testimonial-section{
        width: unset;
        margin-bottom: unset;
    }
}