/* Home */
.home__vision-mission__img img {
    width: 100%;
}

.home__our-background__landscape img {
    width: 100%;
}

.home__our-background {
    height: 100vh;
}

.home__vision-mission__info__mission ul {
    padding-left: 20px;
}

.home__vision-mission__img {
    box-shadow: -20px 20px #ac8140;
}

.home__leaves--1 {
    z-index: 1;
}

.home__leaves--1__container {
    max-width: 20%;
}
.our-menu {
    margin-top: 10em;
}

.home__leaves--2 {
    margin-top: -2rem;
    margin-right: -2rem;
}

.carousel-caption p {
    line-height: 2;
}

.home__stains--1 {
    margin-top: -30rem;

    margin-bottom: -20rem;
    z-index: -1;
}

.our-menu p {
    margin-top: 1rem;
    font-size: 0.8em !important;
}

@media screen and (min-width: 1024px) {
    .home__leaves--1 {
        margin-top: -40vh;
        margin-bottom: -10em;
    }
    .carousel-caption {
        font-size: 0.8rem;
    }
    .carousel-caption h2,
    .our-menu h2 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1024px) {
    .home__leaves--1__container {
        max-width: 20%;
    }
    .home__leaves--1 {
        margin-top: -12em;
        margin-bottom: -10em;
    }
    .carousel-caption {
        font-size: 0.6rem;
    }
    .carousel-caption h2,
    .our-menu h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .home__leaves--1__container {
        max-width: 20%;
    }
    .home__leaves--1 {
        margin-top: -9em;
        margin-bottom: -10em;
    }
    .carousel-caption {
        font-size: 0.5rem;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .carousel-caption h2,
    .our-menu h2 {
        font-size: 1.2rem;
    }
}
