.Industry_Hero{
    width: 100%;
    height: 500px;
    background-color: crimson;
    display: flex;
    flex: 1;
}

header{
    box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.726);
}

.Industry_Hero_Left{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    background: url("../images/industry_hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.Industry_Hero_Right{
    background-color: white;
    height: 100%;
    width: 60%;
    padding: 5rem;
}



.Industry_pack h1{
    font-size: 3rem;
    color: white;
}

.Industry_pack a button{
width: 10rem;
height: 3rem;
font-size: 1.2rem;
font-weight: bold;
font-family: calibri;
background: var(--green_special_color);
color: white;
border: 2px solid white;
}

.Industry_para_pack h3{
    font-size: 1.5rem;
    color: var(--green_special_color);
}

.Industry_para_pack p{
    font-family: calibri;
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 1.4rem;
}


.industryMainBar{
    width: 100%;
    height: 5rem;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 1rem 5rem;
}


.industryInnerBar{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--green_special_color);
    justify-content: center;
    align-items: center;
}

.industryInnerBar ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    
}

.industryInnerBar ul li{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 1.2rem;
    border-right: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.industry_service{
    background-color: white;
}


.industry_head{
    color: black;
    margin: 2rem;
}

.Hr_div{
    height: 100%;
    box-shadow: 0px 0px 5px 0px rgba(151, 151, 151, 0.781);
    padding: 0px;
}

.Hr_div img{
    width: 100%;
    height: 100%;
    border-radius: none;
}

.Industry_div{
    width: 100%;
    padding: 2rem 5rem;
    display: grid;
    grid-template-rows:1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2rem;
    column-gap: 2rem;
}

.Ind_div{
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 5px 0px rgb(128, 127, 127);
    /* border: 2px solid var(--green_special_color); */
}

.Ind_div img{
    width: 100%;
    height: 85%;
}

.Ind_div p{
    color: var(--green_special_color);
    font-size: 1.5rem;
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
}





@media (max-width:894px){

    .Industry_Hero{
        flex-direction: column;
    }
    
    .Industry_Hero_Left{
        width: 100%;
    }


    .Industry_Hero_Right{
        padding: 2rem 4rem;
        width: 100%;
    }

    .Industry_pack h1{
        font-size: 2rem;
    }
    .Industry_pack{
       padding: 1rem 2rem;
    }

    .industryMainBar{
        height: 100%;
        width: 100%;
        padding: 1rem 2rem;
        display: flex;
        background:linear-gradient(rgb(173, 126, 195),rgb(117, 117, 236));
        justify-content: left;
    }

.industryInnerBar{
    padding: 1rem;
    border-radius: 1rem;
}

    .industryInnerBar ul{
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr ;
        place-items: center;
        gap: 2rem;
    }

    .industryInnerBar ul li{
        width: 100%;
        border: none;
        justify-content: left;
    }

    .Industry_div{
        width: 100%;
        padding: 1rem 1rem;
        display: grid;
        grid-template-rows:1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr ;
        row-gap: 2rem;
        column-gap: 2rem;
    }

    .Ind_div{
        width: 100%;
        height: 100%;
        min-height: 230px;
    }
    .Ind_div img{
        width: 100%;
        height: 80%;
    }
    .Ind_div p{
        width: 100%;
        height: 20%;
        font-size: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    }