.section1-background {
    background-image: linear-gradient(
        to right,
        #fcf5ef,
        #fcf5ef,
        #fcf5ef,
        #fcf5ef,
        #fcf5ef,
        #fcf4ed,
        #fdf3ea,
        #fdf2e8,
        #fef0e3,
        #feeede,
        #ffedd8,
        #ffebd3
    );
}

.section1-leftdiv {
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.section1-leftdiv-image1 {
    height: 250px;
}

.section1-leftdiv-image2 {
    position: absolute;
    bottom: -50px;
    right: -50px;
    height: 250px;
}

.section1-middlediv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin-bottom: 10%;
}

.section1-rightdiv {
    display: flex;
    justify-content: start;
    z-index: 10;
}

.section1-rightdiv-card {
    height: 110px;
    padding: 0px 10px;
    background: #f9eedc;
    width: 110px;
    z-index: 2;
    border-radius: 50%;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #cdcdcd;
}

.section1-overlaydivimage {
    position: absolute;
    bottom: 0;
    height: 100;
    z-index: 1;
    height: auto;
    right: 20%;
}

.section2-card {
    position: absolute;
    top: -100px;
    z-index: 10;
    width: 100%;
}

@media (max-width: 768px) {
    .section2-card {
        position: relative;
        top: 0;
        margin-top: 1rem;
    }
}

.section3-categoryimage {
    position: absolute;
    height: 100px;
    left: 0;
    top: -20px;
}

.section3-card {
    text-transform: uppercase;
    background: #b88e2f;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.col-2 .border-0 .card-body {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.section3-cardimg {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-self: center;
    justify-self: center;
}

.home-button-transparent {
    font-size: 12px;
    background: transparent;
    border-bottom: 2px solid;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.home-button-1 {
    font-size: 11.5px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 0;
}
