* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #FCF4F4;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}


.heading_bout {
    font-size: 36px;
}



.parentForHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.parentForHeader img {
    width: 150px;
    height: 150px;
}

.headerMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}

ul li {
    display: inline;
    margin-right: 1rem;
}

ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.heading {
    margin: 0 30px;
    font-size: 24px;
}

.heading_bout {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.pera {
    text-align: center;
    font-size: 20px;
    margin: 3rem 0;
}

.styled-hr {
    height: 20px;
    background: #676786;
    margin: 0;
}

.retailStyle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.retailHeading h1 {
    /* margin: 20px; */
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 4rem;
}

.retailParagraph p {
    text-align: center;
    /* margin-bottom: 20px; */
    font-size: 28px;
}

/* .serviceHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
} */

.serviceSubHeading {
    margin: 30px 30px;
    font-size: 22px;
    margin-left: 200px
}

.serviceSubHeading h1 {
    margin-top: 10px;
}

.serviceBoxparent {
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(4, 1fr); */
    justify-content: flex-start;
    /* row-gap: 30px; */
    margin-left: 200px
}

.serviceBox {
    /* height: 100px;
    width: 300px; */
    /* background-color: #cdcdff;
    margin: auto;
    border-radius: 10px; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.serviceBox p {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.serviceBox-hr {
    border: 0;
    height: 1px;
    width: 60rem;
    background-color: #676786;
    margin: 15px 0;

}


.footer {
    margin-top: 40px;
    background-color: #676786;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer img {
    padding: 30px;
    width: 250px;
    height: 250px;
}

.imgAndAddress {
    display: flex;
    flex-direction: row;
}

.address {
    padding: 30px;
    font-size: 22px;
    color: #ffff;
}

.copyright {
    background-color: rgb(0, 0, 0);
}

.copyright p {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: antiquewhite;
    margin: 0;
}