body{
    /* overflow: hidden; */
}
.mainicn{
    height:40px;
    width:40px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.navbar-nav{
    margin-left:440px;
}
@media (max-width: 768px) {
    .mainicn {
        height: 30px; 
        width: 30px; 
        padding-bottom: 3px; 
        margin-bottom: 3px; 
    }

    .navbar-nav {
        margin-left: 0px; 
    }
}

/* Section2 */
#sec2{
    position: relative;
}
.backimg{
    height:auto;
    max-width:100%;
}
.backimg img{
    height:auto;
    max-width:100%;
}
.nav-item{
    margin-left:20px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.treecount {
    background-color: whitesmoke;
    height: auto;
    width: 45%;
    position: absolute;
    top: 9.3rem;
    left: 41.5rem;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    box-shadow: 5px 5px 10px #abaaaa;
}

.text {
    margin-right: 15px;
    margin-top: 10px;
    color: rgba(28, 155, 28, 0.84);
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Pacifico', cursive; */
    /* font-family: 'Kalam', cursive; */
}

.content {
    padding-left:10px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.cont1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}

.cont1img {
    flex: 0.8;
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.cont1img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-right:0.93rem;
    transition: transform 0.3s; 
}
.cont1img img:hover{
    margin-right:auto;
    transform: scale(1.5);
}

@media only screen and (max-width: 768px) {
    .backimg{
        height:auto;
        width:100%;
    }
    .backimg img{
        height:auto;
        width:100%;
    }
    .treecount {
        background-color: whitesmoke;
        height: auto;
        width: 100%;
        position: absolute; 
        top:auto;
        left: 0rem;
        border-radius: 20px;
        box-shadow: 5px 5px 10px #abaaaa;
        /* z-index: 99; */
        margin-top:10px;
    }
}

/* Section 3 and 4*/
.mission{
    margin-left:40%;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.f1 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2.5%;
}
.C{
    font-size: 3.125rem;
}
.f1img {
    flex: 1;
    height: auto; 
    width: 100%;
}

.f1cont {
    flex: 1;
    border-radius: 25px;
    margin-left: 10px;
    background-color: rgba(61, 221, 173, 0.336);
    height: 100%; 
}
.f2cont {
    flex: 1;
    margin-right:10px;
    border-radius: 25px;
    background-color: rgba(61, 221, 173, 0.336);
    height: 100%; 
}
.f1img .carousel-inner img {
    width: 100%; 
    height: 25rem; 
    object-fit: cover;
    border-radius: 15px;
}

.f1cont span{
    padding-left:10px;
}

.second{
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}


@media only screen and (max-width: 768px) {
    #sec3{
        margin-top:28rem;
        margin-bottom:auto;
    }
    .mission{
        margin-left:auto;
    }
    .f1 {
        flex-direction: column; 
    }

    .f1img,
    .f1cont ,.f2cont{
        flex: initial;
        width: 100%; 
        margin-left: 0; 
        margin-top:4%;
    }
}

/* Section 6 */
.execution{
    margin-left:30%;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.upload-container {
    background-color: #fff;
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    background-color: #ffc107!important; 
    color:black!important;
    color: #fff; 
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.inline-container {
    display: inline-block; 
}

.custom-file-upload:hover {
    background-color: #0056b3;
}

.jpg{
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.upld {
    display: flex;
    position: relative; /* Add this to create a positioning context */
  }
  
  .sample1 {
    flex: 1;
    height: auto;
    width: 100%;
    object-fit: cover;
    padding: 0.625rem;
    position: relative; 
  }
  
  .sample1 img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
  
  .upll,
  .statement {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
  }
  
  .upll {
    left: 38%;
  }
  
  .statement {
    left: 2rem;
    top:8rem;
  }
  
  .statement h3 {
    color: white;
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
  }
  
  .upload-container {
    background-color: rgba(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
  }

@media screen and (max-width: 768px) {
    #sec6{
        margin-top:4rem;
        margin-bottom:4rem;
    }
    .execution {
        margin-left: auto; 
    }
    .upload-container {
        max-width: 100%;
        margin: 50px auto; 
    }
    .upld{
        position: relative;
        width: 100%;
    }
    .sample1{
        width: 100%;
        height: auto;
    }
    .spample1 img{
        width: 100%;
        height: auto;
    }
    .statement{
        position: absolute;
        font-size: 2px!important;
        top: 24%;
        left: 50%; 
        transform: translate(-50%, -50%);
        white-space: normal; 
        text-align: center; 
        width: 80%;
    }
    .upll{
        position: absolute;
        top: 70%;
        left: 50%; 
        transform: translate(-50%, -50%);
    }
    .inline-container{
        padding-left:20px;
        padding-right:20px;
    }
}


/* Section 7 */
.canva{
    margin-left:9.375rem;
    width:70%;
    height:500px;
}
.execute{
    margin:40px;
    font-size: 30px;
    margin-left:35%;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 768px) {
    #sec7{
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .canva {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height:auto;
    }
    .execute,
    .exe {
        margin: 10px; 
        font-size: 20px; 
        margin-left: auto;
        margin-right: auto;
    }
}

/* Section 9 */
.exe{
    margin:40px;
    font-size: 30px;
    margin-left:45%;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
#quoteCarousel {
    margin-top: 20px;
    background-color: #f5f5f5;
    background-image: url('images/img-3.jpg');
    border-radius: 10px;
    padding: 60px;
    margin-bottom:20px
}
  
.carousel-item blockquote {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #ffc107c8;
    height:250px;
}
  
.carousel-item blockquote p {
    font-size: 20px;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    padding:30px;
    color:white;
}
  
.carousel-item blockquote footer {
    font-size: 16px;
    font-style: italic;
}
  
  
.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* background-color: #333; */
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
}
  
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}
  
.carousel-control-prev:hover, .carousel-control-next:hover {
    /* background-color: #555; */
}


@media screen and (max-width: 768px) {
    .exe{
        margin:auto;
    }
    #quoteCarousel {
        padding: 20px; 
    }

    .carousel-item blockquote p {
        font-size: 16px; 
        padding: 10px 20px; 
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        font-size: 20px; 
    }
}

/* Footer */
footer {
    background-color: #333;
    border-radius: 15px;
    margin:20px;
    padding:10px;
    color: #fff;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.preserve{
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.footer-section {
    flex: 1;
    max-width: 300px;
    margin: 0 20px;
}

.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
}

.newsletter-form input[type="email"] {
    margin-top:20px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.newsletter-form button {
    width: 30%;
    /* background-color: #4CAF50; */
    background-color: #ffc107!important;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #ffc107!important;
}

.G{
    font-size: 35px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.GG{
    font-size: 25px;
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8rem;
}

.input-container {
    display: flex;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.newsletter-form button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    padding: 10px 15px;
}

@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column; 
        align-items: center; 
    }

    .preserve {
        font-size: 20px; 
    }

    .footer-section {
        max-width: 90%; 
    }

    .newsletter-form input[type="email"] {
        margin-top: 5px; 
    }

    .newsletter-form button {
        margin-top: 5px; 
    }

    .G {
        font-size: 24px; 
    }

    .GG {
        font-size: 18px; 
    }
}
