body {
    background: #FFF9EF
}

.homeCarouselWrap {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFDFA8 0%, #FFFBF4 100%) 0% 0% no-repeat;
}

.homeCarousel {
    padding: 0 0;
    position: relative;
    display:block;
}

.feed-carousel
{
   
    display:flex;
}

.homeCarouselSlide {
}

.homeCarousel .leftArea {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.homeCarousel .leftArea p {
    color: #212020;
}

.homeCarousel .leftArea a {
    position: relative;
    display: flex;
    margin: auto 0 0 auto;
    text-transform: uppercase;
    bottom: 90px;
    gap: 10px;
}

.homeCarousel .arrow {
    height: 13px;
    width: auto !important;
    right: 0;
    top: 4px;
    position: relative;
}

.homeCarousel .shop {
    position: relative;
}

.homeCarousel .shop:after {
    content: "";
    height: 30px;
    width: 60px;
    border: solid 1px #603509;
    position: absolute;
    top: -6px;
    left: -20px;
    opacity: 0;
    transition: all ease .2s;
}

.homeCarousel .shop:hover:after {
    opacity: 1;
    left: -10px;
    width: 160px;
}

.homeCarousel .heading {
    color: #603509;
    font-size: 42px;
    line-height: 50px;
    width: 73%;
    margin: 0 0 20px;
    position: relative;
    padding: 30px 0 0;
}

.homeCarousel .heading:after {
    content: "";
    height: 1px;
    width: 60px;
    background: #603509;
    position: absolute;
    top: 0px;
    left: 0
}

.homeCarousel .heading strong {
    font-weight: 900;
}

.homeCarousel .rightArea {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.homeCarousel .more {
    margin: auto 0 0 auto;
    font-style: italic;
    position: relative;
    bottom: 90px;
}

.homeCarousel .more:after {
    content: "";
    height: 1px;
    width: 30px;
    background: #212020;
    position: absolute;
    bottom: 0;
    left: 0
}

.homeCarousel .owl-dots {
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.productBannerImg {
    max-width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
}

.owl-item.active .productBannerImg {
    animation: slideImg 1s ease-in .1s;
}

@keyframes slideImg {
    from {
        right: -20px;
    }

    to {
        right: 0;
    }
}

.bgColorWrap {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFDFA8 0%, #FFFBF4 100%) 0% 0%;
}

.missionLine {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 0;
    padding: 0 0 30px;
}

.zealtyThumbSec {
    display: flex;
}

.zealtyThumb {
    padding: 0 20px;
    text-align: center;
    flex-grow: 1;
    margin: 0 0 30px;
}

.zealtyThumb figure {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.zealtyThumb figcaption {}

.zealtyLifeSec {
    padding: 0 0 70px;
}

.zealtyLifeSec .row {
    align-items: center;
}

.zealtyLifeSec h3 {
    padding: 20px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: center;
    margin: 0 0 70px;
}

.zealtyLifeSec p {
    line-height: 30px;
    margin: 0 0 30px;
}

.feedSec {
    background: transparent radial-gradient(closest-side at 50% 50%, #F2D5FF 0%, #FFFFFF 100%) 0% 0%;
    padding: 100px 0;
}

.feedSec h3 {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
    text-align: center;
    margin: 0 0 70px;
}

.firstPhaseSec {
    background: transparent radial-gradient(closest-side at 50% 50%, #E2FFD3 0%, #FFFFFF 100%);
    padding: 0 0 100px 0;
}

.firstPhaseSec .content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0 160px 0 0;
}

.phaseVideo {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 1200px) {
    .homeCarousel .leftArea a {
        bottom: 0;
        margin: 20px 0 0;
    }

    .homeCarousel .more {
        bottom: 0;
        margin: 20px 0 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .homeCarousel {
        padding: 0 0 20px;
        position: relative;
    }

    .productBannerImg {
        padding: 0
    }

    .homeCarousel .heading {
        width: 100%
    }

    .homeCarouselSlide {
        flex-direction: column;
    }
    
    .homeCarousel .leftArea,
    .homeCarousel .rightArea {
        width: 100%;
    }

    .relatedServicesSec {
    padding: 0;
    }

    .missionLine {
        padding: 0 20px 20px;
    }

    .zealtyLifeSec {
        padding: 0
    }

    .zealtyThumbSec {
        flex-wrap: wrap;
    }

    .feedSec {
        padding: 0
    }

    .firstPhaseSec {
        padding: 50px 0;
    }

    .firstPhaseSec .content {
        padding: 0;
        margin: 0 0 40px;
    }
}