.key_text {
    margin-top: 20px;
}

.brown_text {
    color: #D9BE9B;
}

.c_para {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_paragraph_light {
    color: black;
    opacity: 0.4;
    font-weight: bold;
}

.c_paragraph_dark {
    color: white;
    opacity: 0.4;
    font-weight: bold;
}

.c_para span {
    width: 50%;
}

.c_text_section {
    margin-bottom: 50px;
}

.c_text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.c_inner_box {
    border: 1px solid black;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 2rem;
    width: 50%;
}

.c_inner_box .text_box_heading {
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
}

.c_inner_box .box_para {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
}

.purple_text {
    color: #000;
}

.bg.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("./holistic\ retreat/reception/recption 03.JPG");
    filter: blur(3px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.swiperContainer {
    width: 100%;
    padding: 2rem 3rem;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #ED7D31 !important;
}

.yoga-classes-card {
    align-items: flex-start;
}

.keedaram_logo {
    width: 150px;
}

.logo_footer {
    width: 200px;
}

.containerFeatures {
    width: 100%;
    min-height: 30vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.5), #D9BE9B);
    animation: show 1s ease;
}

.featureDetail {
    width: 100%;
    padding: 2rem 3rem;
}

.featureImageRight {
    width: 100%;
    height: 100%;
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%);
}

.featureImageLeft {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0, 73% 0, 100% 100%, 0 100%);
}

.featureImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featureDetail .title {
    font-size: 3rem;
    margin-top: 1rem;
    line-height: 3rem;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-wrapper, .swiper{
    position: static;
}
.swiper-pagination{
    bottom: 2rem !important;
}

@media screen and (max-width: 997px) {
    .containerFeatures {
        display: flex;
        flex-direction: column;
    }
    .featureImageRight {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        max-height: 200px;
        object-position: center;
    }
    
    .featureImageLeft {
        max-height: 200px;
        object-position: center;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    }
    .containerFeatures2{
        flex-direction: column-reverse;
    }
    .featureDetail .title{
        font-size: 1.7rem;
    }
    .featureDetail {
        width: 100%;
        padding: 2rem 1rem;
    }
}