*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px; /* Set the base font size for the root element */
}

body{
    background-color: #fff;
}

/* Cover Start */

.cover{
    background-image: url("../images/imgs/Home-page.jpg");
    /*background-image: url("../images/imgs/Home-page.png");*/

    /* background-color: #C1D87E; */

    width: 100%;
    height: 45vw;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
    
    
}

.cover .content{
     /*border: 1px solid red; */
    width: 50vw;
    
    padding-left: 50px;
}

.cover .content .welcom-message{
    color: #0b4f0b;
    font-size: 1.8rem;
    word-spacing: 5px;
    margin-bottom: 10px;
}

.cover .content .heading{
    font-size: 4.3rem;
    word-spacing: 5px;
}

.cover .content .heading2{
    font-size: 4.3rem;
    word-spacing: 5px;
    margin-bottom: 20px;
}

.cover .content .desc{
    width: 80%;
    color: #656565;
    font-size: 1.1rem;
    word-spacing: 5px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cover .content .btns{
    display: flex;
    justify-content:first baseline;
    align-items: center;
}

.cover .content .btns a{
    text-decoration: none;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;

    border-radius: 8px;
}

.cover .content .btns .exp-btn{
    color: #fff;
    background-color: #0b4f0b;

    margin-right: 10px;
}

.cover .content .btns .learn-btn{
    color: #fff;
    background-color: #6EA42E;
}

.cover .side-img{
    width: 50vw;
    height: 35vw;

    margin-top: 80px;

    /* border: 1px solid red; */
}

.cover .side-img img{
    width: inherit;
    height: inherit;
}

/* Cover End */

/* Our Products Start */

.our-products{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    padding: 100px 50px;

    min-height: 100vh;
}

.our-products .header{
    display: flex;
    flex-direction: row;

    justify-content: space-around;
    align-items: center;
    
    overflow: hidden;
}

.our-products .header .head{
    width: 50%;
}

.our-products .header .head .heading{
    font-size: 1.6  rem;
    font-weight: 400;
    color: #0b4f0b;
    margin-bottom: 10px;
}

.our-products .header .head .message{
     color: #222222;
}

.our-products .header .desc{
    width: 50%;
}

.our-products .header .desc p{
    color: #363636;
    font-size: 1rem;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 25px;
}

.our-products .product-items{
    width: 100%;
    height: 250px;

    position: relative;

    /* border: 1px solid red; */
}

.our-products .items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    width: 100%;

    transition: opacity .5s ease-in-out;

    /* border: 1px solid blue; */
}

.our-products .items .card{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    -ms-flex: 23%; /* IE10 */
    flex: 23%;
    max-width: 23%;
    padding: 0 4px;

    margin-right: 15px;
    
    height: 250px;

    box-shadow: 0px 0px 5px 1px #6fa42e71;
}

.our-products .items .card1{
    transform: perspective(800px) rotateY(-25deg);
    margin-left: -20px;
}

.our-products .items .card2{
    transform: perspective(800px) rotateY(25deg);
    margin-right: -20px;
}

.our-products .items .card .icon{
    padding: 25px;
    background-color: #EAEFE1;
    border-radius: 50%;
}

.our-products .items .card .icon .inner-icon{
    font-size: 40px;
    color: #0b4f0b;
}

.our-products .items .card .name{
    color: #000;
    font-weight: 800;
    font-size: 1.2rem;
}

.our-products .paginations{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: 40px;
    width: 8%;
}

.our-products .paginations .dot{
    padding: 10px;
    background-color: #fff;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    position: relative;
}

.our-products .paginations .dot:hover, .our-products .paginations .active{
    cursor: pointer;
    border: 1px solid #000;
}

.our-products .paginations .dot .inside-dot{
    background-color: #000;
    border: 1px solid #000;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Our Products End */

/* about company start */

.about-company{
    /* border: 1px solid red; */

    /* padding-top: 50px;
    padding-bottom: 50px; */

    margin-top: 50px;

}

.about-company .about-section{

    /* border: 1px solid blue; */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background-color: #F0F1F1;

    min-height: 70vh;

    padding: 50px;

    
}

.about-company .about-section .about-images{
    width: 48%;

     /*border: 1px solid red; */

    height: 400px;

    position: relative;
    
}

.about-company .about-section .about-images .below-img{
    position: absolute;

    width: 80%;
    height: 100%;

    object-fit: cover;

    z-index: 1;
}

.about-company .about-section .about-images .up-img{
    
    position: absolute;
    top: 25%;
    right: 0%;
    
    width: 40%;
    height: 50%;

    object-fit: cover;

    z-index: 2;
}

.about-company .about-section .about-intro{
    width: 50%;
    height: 50vh;

     /*border: 1px solid green; */

    position: relative;
}

.about-company .about-section .about-intro .heading{
    font-size: 1.6rem;
    font-weight: 400;
    color: #0b4f0b;
    margin-bottom: 10px;

    position: absolute;
    top: 10%;
    left: 0%;

    transform: translate(0%, -10%);
}

.about-company .about-section .about-intro .message{
    color: #000000;
    margin-bottom: 20px;

    position: absolute;
    top: 22%;
    left: 0%;

    transform: translate(0%, -22%);
}

.about-company .about-section .about-intro .desc{
    color: #000000;
    font-size: 1rem;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 25px;

    position: absolute;
    top: 50%;
    left: 0%;

    transform: translate(0%, -50%);
}

.about-company .about-section .about-intro .desc2{
    color: #000000;
    font-size: 1rem;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 25px;

    position: absolute;
    top: 70%;
    left: 0%;

    transform: translate(0%, -70%);
}

.about-company .about-section .about-intro .btn{
    text-decoration: none;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;

    border-radius: 5px;

    color: #fff;
    background-color: #0b4f0b;

    position: absolute;
    top: 100%;
    left: 0%;

    transform: translate(0%, -100%);
}

/* about company end */

/* Industry solution start */

.industry{
    margin-top: 100px;
    margin-bottom: 100px;
    /*padding: 50px;*/

    height: 100vh;
}

.industry .industry-head{
    /* border: 1px solid red; */

    text-align: center;
}

.industry .industry-head .heading{
    font-size: 1.6  rem;
    font-weight: 400;
    color: #0b4f0b;
    margin-bottom: 10px;
}

.industry .industry-head .message{
    color: #000000;
}

.industry .industry-content{
    margin-top: 50px;

    /* border: 1px solid blue; */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    /* background-color: #F0F1F1; */

    min-height: 70vh;

    padding: 50px;
    
    overflow: hidden;
}

.industry .industry-content .industry-images{
    width: 48%;

     /*border: 1px solid red; */

    height: 400px;

    position: relative;
}

.industry .industry-content .industry-images .below-img{
    position: absolute;
    right: 0;

    width: 80%;
    height: 100%;

    object-fit: cover;

    z-index: 1;
}

.industry .industry-content .industry-images .up-img{
    position: absolute;
    top: 25%;
    left: 0%;
    
    width: 40%;
    height: 50%;

    object-fit: cover;

    z-index: 2;
}

.industry .industry-content .industry-cards{
    width: 50%;

     /*border: 1px solid red; */

    height: 50vh;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}

.industry .industry-content .industry-cards .row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    

    /* border: 1px solid blue; */

    width: 100%;
}

.industry .industry-content .industry-cards .row .card{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    min-width: 28.5%;
    padding: 0 4px;

    margin-right: 25px;
    margin-left: 25px;

    /* width: 130px; */
    height: 160px;

    box-shadow: 0px 0px 5px 1px #6fa42e71;
}

.industry .industry-content .industry-cards .row .card-left{
    margin-left: 0px;
}

.industry .industry-content .industry-cards .row .card-up{
    /*margin-top: -40px;*/
    margin-top: 0px;
}

.industry .industry-content .industry-cards .row .card-down{
    margin-top: 60px;
    /*margin-top: 80px;*/
    /*margin-top: 40px;*/
}

.industry .industry-content .industry-cards .row .card .icon{
    padding: 16px;
    background-color: #EAEFE1;
    border-radius: 50%;
}

.industry .industry-content .industry-cards .row .card .icon .inner-icon{
    font-size: 20px;
    /* color: #0b4f0b; */

    color: #363636;
}

.industry .industry-content .industry-cards .row .card .name{
    color: #000;
    font-weight: 800;
    font-size: 0.8rem;
    width: 70%;
    text-align: center;
}

/* Industry solution end */
