
/* .horizontal-menu{
    position: sticky;
    width: 100%;
    top: 0;
} */

.hero_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    
}

.mainTagline{
    margin-top: -5%;
    width: 50%;
    text-align: center;
    line-height: 5rem;
    letter-spacing: -2px;
    font-size: 5.5em;
}
.heroImage{
    display: block ;
}

.mainDesc{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right p {
    color: #3a3a3a;
    width: 85%;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
}

.right p span{
    font-weight: 500;
    color: #2b2b2b;
}
.right h4{
    font-size: 1.3rem;
    font-weight: 500;
    color: #2b2b2b;
}
.right h1 {
    width:85%;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -1px;
    /* font-size: 3rem; */
    /* text-align: justify; */
}

.sec_page .card{
    width: 100%;
}
.left_side img{
    width: 100%;
    height: 100%;
}

.right button{
    font-size:1.3rem !important;
}

.nav-pills.nav-pills-custom .nav-link.active{
    background-color: #514CF7;
}

.Services h4{
font-size: 1.2rem;
}
.Services h1{
font-size: 2.5rem;
}

.nav-item a{
    font-size: 1.2rem;
}

.nav-pills .nav-link{
    border: 1px solid #dcd4d4 !important;
}

.Tablist li{
    font-size: 17px;
}

.tab-pane h4{
    
    line-height: 25px !important;
}
.tab-pane{
    width: 100%;
    text-align: left;
}
.logoimage{
    width: 250px;
    margin-right: 10px;
}

.productImages img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    /* mix-blend-mode: color-dodg; */
}
.productRow{
    gap: 2px;
    justify-content: space-evenly;
}
.item .card .card-title{
    text-align: center;
}

.item .card{
    margin-bottom: 30px;
}

.ServicesBorder{
    border: 1px solid #dcd4d4 !important;
    border-radius: 10px;
     padding: 1rem !important; 
}

.ServicesBorder .card-text{
    line-height: 1rem;
    color: #4a4a4a;
}
.ServicesBorder .card-title{
    line-height: 1.5rem;
    color: black !important;
}

.ServicesBorder ul li{
    line-height: 1.5rem;
    color: #4a4a4a;

}

.Customer .item img{
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.table td{
    border-top: 1px solid #ebebeb !important;
}



.reveal {
    
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    /* gap: 20px; */
    line-height: 50px;
    text-align: center;
}

@media (max-width: 576px) {
    .content-wrapper {
        padding: 0% !important;
    }
}
@media (max-width: 576px) {
    .heroImage {
        margin-top: 20% !important;
    }
}