*{
    padding : 0px;
    margin : 0px;
    box-sizing: border-box;
}
.main_container{
    height : 80vh;
    /* border : 2px solid red; */
}
#logo{
    height : 6vh;
}

.homepage_bg{
    background-image: url('/static/images/farming.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding : 40px 
}
.home_p{
    color : white;
}
.hero_section{
    /* background-image: url('/static/images/topbg4.svg'); */
    /* background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #bbe1ec;
}
.left_side>div>h1{
    color :#00cdff;
}

.left_side>div>p{
    color : white;
    font-size : 1.2rem;
    font-weight: 400;
}
.nav-link{
    color : black
}
.nav-link:hover{
    color : #40a2e3 !important;
    font-weight: bold;
}
.nav-item>a.active{
    color : #40a2e3 !important;
    font-weight: bold;
}
.nav-item>a.focus{
    color : #40a2e3 !important;
    font-weight: bold;
}
/* .active{
    color : #40a2e3 !important;
    font-weight: bold;
} */
section>.row, footer>.row{
    --bs-gutter-x : 0rem !important;
}
.sec_section .card{
    box-shadow: 5px 8px 9px 3px grey;
}

.sec_section{
    background-color: #0d927512;
}
.mid{
    background-image: url('/static/images/handshake.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color : white;
}
.mid>.row{
    height : 300px;
}
.third_section{
    background-color: #0d927512;
}
.third_section h2{
    color : #0D9276;;

}

.third_section .sub_head{
    font-size: 1rem;
    color : blue
}
.contact img{
    height : 150px;
    width : 150px;
    margin:auto;
}

.carousel-item img{
    height : 200px;
    width : 200px;
    margin : auto;
    border-radius: 50%;
}
.testimonials{
    background-image: url('/static/images/testimonial_bg2.jpeg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonials .card{
    background : none;
    color : white;
    
}
footer {
    background-color: black;
    padding : 10px 40px;
}
.testimonials .card-text{
    padding : 0px 80px;
}
footer h3{
    color : #0D9276;
}
footer h5{
    color : #40a2e3;
}
footer .links>ul>li{
    list-style: none;
    
    
}
footer .links>ul>li>a{
    text-decoration: none;
    color : rgb(178, 177, 177) !important;
}

footer p{
    color : rgb(178, 177, 177);
}
.footer-end{
    background-color: rgba(0, 0, 0, 0.894);
    padding : 20px 20px 10px  20px;
    color : white;
}
.follow_us>ul>li{
    display: inline-block;
    padding-left : 10px;
}


/* ABOUT US.......... */
.img_section{
    background-image: url('/static/images/farming.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;

    background-repeat: no-repeat;
    background-size: cover;
    background-position :bottom;
    height  : 250px;

}
.img_section h1{
    color : white;
}
.about_section p{
    color : black;
}
.profile_section {
    background-image: url('/static/images/curve_line.png'), linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255));
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    
}
.profile_name{
    height : 200px;
}

.profile_section p{
    font-size: 1.1rem;
    word-spacing: 0.5rem;
    padding : 0px 100px !important;
    /* width : 65ch; */
}
.about_section h2{
    color : #0D9276
}
.about_section p{
    word-spacing: 0.3rem;
}

/* SERVICES........ */

.services .card{
    height : 450px;
}




.text-dec-none{
    text-decoration: none;
}
.white{
    color : white;
}






@media screen and (max-width: 480px) {
    .profile_section p {
      padding: 0px 20px !important;
    }
    .services .card{
        height : 100%;
    }
  }


 
.hero-section-collage{
    padding-top: 80px;
    position: relative;
    background-image: url('/static/images/homepage/collage2.png'), linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.5));
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    

}


.hero-section-collage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity for the overlay */
    z-index: 1;
  }


.hs-title{
    
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    font-size: 3em;
    font-weight: bold;
    color: white;
    text-align: center;
    color : #bbe1ec;

}
.hs-title>img{
    width: 30vw;
    height: 6vw;
}

.hero-section-collage>p{
    font-weight: bold;
    width: 70vw;
    z-index: 2;
    text-align: center;
    font-size: 1em;
}

.hero-section-collage>p:nth-child(1){
    color : red;
    margin-top : 40px;
}

#hero_translate_now{
    width: 20vw;
    cursor: pointer;
}


.jcc{
    justify-content: center;
}
.aic{
    align-items: center;
}
.f{
    display: flex;
}

.goog-te-combo{
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #hero_translate_now{
        width: 40vw;
        cursor: pointer;
    }
    .hs-title{
        z-index: 2;
        font-size: 2em;
        padding : 20px 10px;
    }
    .hs-title>img{
        width: 50vw;
        height: 9vw;
    }
}