.maincatgory{

    width: 100%;
    height: 400px;
    margin-top: var(--m50);
    margin-bottom: 20px;
}
.maincatgory1{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.maincatgory > div{
    width: 100%;
    height: 400px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.maincatgory > div >h1, .maincatgory > div >p{
    text-align: center;
}

#continfo{
    margin: var(--m50) 0px !important;
}

h2{
    margin-bottom: 20px !important;
}
h3{
    color: var(--green) !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.contactinfo{
    display: flex;
}
.contactinfo > i{
    margin-right: 10px;
    margin-top: 4px;
}

.formdiv{
    margin-bottom: 20px;
}


/* Shop Section */
.shop > div {
    margin-bottom: 20px;
}

.shopimg{
    margin-bottom: 20px;
}

iframe{
    margin-top: var(--m50);

}