/* Sidebar hidden by default */
body {
    margin: 0;
    padding: 0;
    background-color: #F8F5EF !important;
    font-family: 'Playfair Display', serif;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    max-width: 90%;
    background-color: #cba074;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    padding: 20px;
    COLOR: white;
    height: 800px;
}

.navbar {
    background-color: #cba074;
    color: white !important;

}

.div {
    margin-top: 70px;
    /* Adjust this according to the navbar height */
}

/* Sidebar visible when toggled */
.sidebar.show {
    right: 0;
}


/* Close button for the sidebar */
.close-sidebar {
    position: absolute;
    top: -10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 39px;
    cursor: pointer;
    color: white;
}
.navbar-toggler {
    border: 1px solid white!important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important
    ;
}
/* Logo in normal flow */
.navbar-brand {
    z-index: 1;

}

/* Toggler button for smaller screens */
.navbar-toggler {
    margin-left: auto;
}

/* Styling for links inside the sidebar */
.sidebar .navbar-nav .nav-link {
    padding: 15px;
    font-size: 18px;
    color: white;
}

/* Responsive behavior */
@media (max-width: 991px) {
    .navbar-collapse {
        display: none;
        /* Hide normal navbar for smaller screens */
    }

    .contactinfo {
        display: none;
        /* Hide normal navbar for smaller screens */
    }

    .navbar-toggler {
        display: block;
    }

    .text-content {
        display: none;
    }

}

@media (min-width: 992px) {
    .sidebar {
        display: none;
        /* Hide sidebar for larger screens */
    }

    .navbar-collapse {
        display: flex !important;
        /* Show normal navbar for larger screens */
    }

    .contactinfo {
        display: flex !important;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
    }

    .nav-link {
        color: white !important;
    }
}

/* #navbar {
    background-color: transparent; 
    transition: background-color 0.3s ease, top 0.3s ease; 
    position: relative; 
    width: 100%;
    z-index: 1050; 
}

.navbar-scrolled {
    background-color: #cba074; 
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050; 
} */
/* headercontent................................................................ */
.text-content {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    /* You can choose the font family, Poppins is similar */
    color: #333;
    /* Dark text color */
    margin: 0;
    padding-left: 50px;
}

.text-content h1 {
    font-size: 50px;
    font-weight: 400;
    /* Thin weight for the heading */
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.text-content p {
    font-size: 50px;
    font-weight: 300;
    /* Lighter weight for the paragraph */
    margin: 5px 0;
    line-height: 1.4;
    font-family: 'Playfair Display', serif;
}

.text-content .highlight {
    color: #d4a373;
    /* Use a gold/beige color similar to the image for the highlighted word */
    font-weight: 500;
    /* Slightly bolder for the highlight */
}

.headerimg {
    background: url(../images/slider.png)50% 50% / cover no-repeat transparent;
    overflow: visible;
    padding: 0px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    width: 377px;
    height: 403px;
    display: block;
    z-index: -1;
    /* visibility: hidden; */
    animation: rotate 10s linear infinite;
    position: absolute;

}


/* For screens smaller than 992px */
@media (max-width: 992px) {
    .headerimg {
        width: 350px;
        height: 350px;
    }
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
    .headerimg {
        width: 300px;
        height: 300px;
    }
}

/* For screens smaller than 576px (mobile screens) */
@media (max-width: 576px) {
    .headerimg {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 333px) {
    .headerimg {
        width: 200px;
        height: 200px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        /* Start at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}

.backgroundcolor {
    width: 441px;
    background: rgba(203, 160, 116, 0.5);
    height: 590px;
    position: absolute;
    top: -70.015px;
    right: 0%;
    z-index: -1;
}

@media (max-width:991px) {
    .backgroundcolor {
        height: 462px;
    }
}

@media (max-width:576px) {
    .backgroundcolor {
        height: 400px;
    }
}

.yogaimg {
    position: relative;
    width: 380px;
    height: 441px;
}

.image {
    position: absolute;
    top: -49PX;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: fadeZoom 16s infinite, moveUpDown 2s 3s infinite alternate ease-in-out;
    ;
    animation-fill-mode: forwards;
}

.image-1 {
    background-image: url('../images/IMG_7363-removebg-preview.png');
}




/* For screens smaller than 992px */
@media (max-width: 992px) {
    .yogaimg {
        width: 285px;
        height: 340px;
    }
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
    .yogaimg {
        width: 255px;
        height: 300px;
    }
}

/* For screens smaller than 576px (mobile screens) */
@media (max-width: 576px) {
    .yogaimg {
        width: 200px;
        height: 260px;
    }
}

/* ...........col12div */

.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #cba074;
    padding: 10px;
    height: 45px;
    /* Adjusted height */
    display: flex;
    align-items: center;
}

.scrolling-text {
    display: flex;
    white-space: nowrap;
    position: absolute;
    width: 150%;
    /* Reduced width to save space */
    animation: scroll 12s linear infinite;
    /* Slower scroll for a smoother effect */
    font-size: 30px;
    /* Reduced font size */
    color: white;
}

.text-contents {
    padding-right: 30px;
    /* Adjusted padding between repetitions */
    font-family: 'Playfair Display', serif;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    .scroll-container {
        height: 50px !important;
    }

    .scrolling-text {
        font-size: 30px !important;
        /* Further reduced font size for smaller screens */
    }

    .yogadiv {
        text-align: center;
    }
}

/* .......................... */
.sec-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    margin: auto;
}

.yogadiv {
    display: flex !important;
    flex-direction: column !important;

}


.col-lg-6 img {
    width: 100%;
    max-width: 450px;
    border-radius: 200px;
}

.text-section {
    max-width: 500px;
}

.headline {
    font-size: 2.9rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 70px;
    font-family: 'Playfair Display', serif;
}

.subtext {
    font-size: 1rem;
    color: #777;
    margin-bottom: 30px;
    width: 75%;
}

.maindiv {
    display: flex;
    /* Flexbox layout for row-like behavior */
    flex-wrap: wrap;
    /* Allow wrapping of items */
    /* Negative margin to align items (similar to Bootstrap) */
}

.maindiv>.col {
    flex-basis: 0;
    /* Allows columns to size properly */
    flex-grow: 1;
    /* Flex columns to fill available space */
    max-width: 100%;
    /* Ensure no column exceeds 100% width */
    padding-right: 15px;
    /* Space between columns */
    padding-left: 15px;
    /* Space between columns */
}

/* For smaller devices (Bootstrap-like) */
@media (max-width: 992px) {
    .maindiv {
        justify-content: center;
        /* Stack items vertically */
    }
}

@media (max-width: 576px) {
    .maindiv {
        flex-direction: column;
        padding: 0px 20px;
        /* Stack items vertically */
    }
}


.stats {
    display: flex;
    gap: 50px;

}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    font-size: 50px;
    color: #d4a373;
    margin: 0;
}
@media (max-width:576px) {
    .stat-item h3 {
        font-size: 35px;
       
    }
}

.stat-item p {
    font-size: 1rem;
    color: #777;
}

.cta-button {
    padding: 10px 20px;
    background-color: #d4a373;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #b88750;
}

/* Responsive Design */
@media (max-width:1200px) {
    .col-lg-6 img {
        border-radius: 150px;
    }
}

@media (max-width:991px) {
    .joinbtn {
        text-align: center;
    }

    .stats {
        justify-content: center;
    }

    .headline {
        font-size: 50px;
        /* padding: 0px 138px; */
    }

    .subtext {
        margin: auto;
        padding: 0px 46px;
    }
}

@media (max-width: 767px) {
    .content {
        flex-direction: column;
        align-items: center;
    }

    .stats {
        display: block;
        gap: 20px;
    }

    .headline {
        font-size: 25px;
        padding: 0px !important;
        line-height: 50px;
    }

    .col-lg-6 img {
        border-radius: 50px;
    }

    .subtext {
        margin: auto;
        padding: 0px 0px;
    }

}

/* ....................... calm your mind............... */
.headingline h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

@media (max-width:991px) {
    .headingline h2 {
        font-size: 55px;
    }

    .description {
        padding: 0.5em 7em 0em 7em;
    }
}

@media (max-width:767px) {
    .headingline h2 {
        font-size: 25px;
    }

    .description {
        padding: 0.5em 1em 0em 1em;
    }

}

@media (min-width:992px) {
    .description {
        padding: 0.7em 11em 0.2em 0em;
    }

}


.progress-container {
    margin: 30px 0;
}

.progress-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.progress-bar {
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
    margin-bottom: 20px;
}

.progress {
    background-color: #cba074;
    height: 100%;
    border-radius: 5px;
}

.info-btn {
    width: 100%;
    margin: 30px 0px;
}

.info-btton {
    background-color: #cba074;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
}

.image-bottom {
    position: absolute;
    right: 0;
    bottom: -150px;
    max-width: 360px !important;
    border-radius: 100px !important;
}

.image-top {
    max-width: 400px !important;
    border-radius: 100px !important
}

@media (max-width:991px) {
    .right_column {
        display: flex;
        justify-content: center;
    }

    .progress-container {}

    .info-btn {
        text-align: center;
    }

    .left-column {
        text-align: center;
    }
}


@media (max-width:767px) {
    .right_column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-bottom {
        position: static !important;
        display: flex;
        justify-content: center;
        margin: 20px 0px;

    }

    .image-top {
        margin: 20px 0px;
    }
}

/* .//////////////////////////////select your class///////////////// */
.selectclass {
    margin: 200px auto 56px auto;
    text-align: center;
}

.mainheading {
    padding: 0px 120px;
}

.mainheading h1 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

@media (max-width:991px) {
    .mainheading h1 {
        font-size: 55px;
    }
}

@media (min-width:1200px) {
    .mainheading {
        padding: 0px 350px !important;
    }
}

@media (min-width:992px) {
    .mainheading {
        padding: 0px 250px;
    }
}

@media (max-width:767px) {
    .mainheading {
        padding: 0px 0px;
    }

    .mainheading h1 {
        font-size: 35px;
    }

    .selectclass {
        margin: 50px auto;
    }
}

.imgicon {
    text-align: center;
}

.imgicon img {
    width: 70px !important;
}

.facility {
    text-align: center;
}

.text {
    margin: 10px 0px;
}

.text h4 {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.text p {
    font-size: 17px;
}


.rowmaindiv {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.maindivadvice {
    align-content: center;
    padding: 0px 20px;
}

.mainimg img {
    border-radius: 0px;
}

.maintext h1 {
    padding: 0px 120px;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.maintext p {
    padding: 0px 120px;
}

.booknowbtn {
    padding: 0px 120px;
}

.booknowbtn button {
    background-color: #cba074;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mainimg {
    text-align: center;
}

@media (max-width:1213px) {
    .maintext h1 {
        padding: 0px 90px;
    }

    .maintext p {
        padding: 0px 90px;
    }

    .booknowbtn {
        padding: 0px 90px;
    }
}

@media (max-width:991px) {
    .maintext h1 {
        padding: 0px 170px;
        font-size: 45px;
    }

    .maintext p {
        padding: 0px 220px;
    }

    .booknowbtn {
        padding: 0px 220px;
    }

    .maintext {
        text-align: center;
    }

    .maindivadvice {
        margin: 80px auto;
    }

    .right-div {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .maintext h1 {
        padding: 0px 100px;
        font-size: 45px;
    }

    .maintext p {
        padding: 0px 120px;
    }

    .booknowbtn {
        padding: 0px 120px;
    }

    .maintext {
        text-align: center;
    }

    .maindivadvice {
        margin: 80px auto;
    }
}

@media (max-width:576px) {
    .maintext h1 {
        padding: 0px 0px;
        font-size: 35px;
    }

    .maintext p {
        padding: 0px 0px;
    }

    .booknowbtn {
        padding: 0px 0px;
    }

    .maintext {
        text-align: center;
    }

    .maindivadvice {
        margin: 80px auto;
    }
}

.offerdiv {
    margin: 120px auto;
}

.offerfirstimg {
    text-align: end;
}

@media (max-width:991px) {
    .offerfirstimg {
        text-align: center;
    }

    .offersecimg {
        text-align: center;
    }
}

.offerfirstimg img {
    max-width: 450px;
    width: 100%;
    height: 600px;
    border-radius: 100px !important;
}

.offersecimg img {
    max-width: 450px;
    height: 600px;
    /* width: 400px!important; */
    border-radius: 100px !important;
    width: 100%;
}

.firstimg {
    margin: 30px 0px;
}

.secimg {
    margin: 40px 0px;
}

.thirdimg {
    margin: 40px 0px 0px 0px;
}

.firstimg img {
    width: 70px !important;

}

.secimg img {
    width: 70px !important;
}

.thirdimg img {
    width: 70px !important;
}

.firstimg h3 {
    font-weight: 400;
}

.secimg h3 {
    font-weight: 400;
}

.thirdimg h3 {
    font-weight: 400;
}


.galleryfirstimg, .gallerythirdimg {
    margin-bottom: 20px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);/* Black background with opacity */
}
.image-container {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 90%;
}
@media (max-width:576px) {
    .modal-content {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 90%;
    }
}
/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    user-select: none;
}

/* Position the "next" button to the right of the image */
.next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Position the "prev" button to the left of the image */
.prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* On hover, make buttons brighter */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Ensure buttons stay within the image container */
.image-container .prev, .image-container .next {
    max-height: 100%;
}

/* Mobile responsiveness */
@media only screen and (max-width: 768px) {
    .prev, .next {
        font-size: 12px;
        padding: 10px;
    }
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.galleryimg {
    cursor: pointer;
}
.galleryimg img {
    width: 100%;
    max-width: none;
    height: 16.5rem;
}

.gallery-heading h1 {
    font-family: 'Playfair Display', serif;
}



.galleryimg img {
    width: 100%;
    max-width: none;
    height: 16.5rem;
}
.Result{
    text-align: center;
}


.aboutimg {
    background-image: url('../images/IMG-20240914-WA0032-removebg-preview.png');
    position: absolute;
    top: -133px;
    left: 0;
    width: 100%;
    height: 556px;
    background-size: cover;
    background-position: center;
    animation: moveUpDown 2s infinite alternate ease-in-out;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
        /* You can adjust the value as needed */
    }
}

.aboutslideimg {
    background: url(../images/slider.png)50% 50% / cover no-repeat transparent;
    overflow: visible;
    padding: 0px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    width: 377px;
    height: 403px;
    display: block;
    z-index: 0;
    /* visibility: hidden; */
    animation: rotate 10s linear infinite;
    position: absolute;

}

.feedbackbox {

    width: 600px;
    border-radius: 50px;
}

.feedbackimg img {
    width: 90px;
    padding: 10px 10px;
    margin: 20px 40px 0px 40px;
}

.mainfeedbacktext {
    padding: 30px 60px;
}

.mainfeedbacktext p {
    font-size: 24px;
    font-weight: 500;
}
@media (max-width:576px) {
    .mainfeedbacktext p{
        font-size:17px ;
    }
    .mainfeedbacktext {
        padding: 30px 30px;
    }
}


.feedback-carousel {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Adjust based on your design */
    overflow: hidden;
    background-color: #cba074;
    border-radius: 20px;
    height: 550px;
}

@media (max-width:576px) {
    .feedback-carousel {
        height: 560px;
    }
}

.feedback-item {
    position: absolute;
    width: 100%;
    height: 100%;
    /* Adjust based on your design */
    /* Adjust based on your design */
    transform: translateX(-100%);
    /* Start off-screen to the right */
    opacity: 0;
    /* Start as invisible */
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.feedback-item.active {
    transform: translateX(0);
    /* Slide into view */
    opacity: 1;
    /* Make visible */
}

.feedback-item.slide-out {
    transform: translateX(-100%);
    /* Slide out to the left */
    opacity: 0;
    /* Make invisible */
}

.feedbackowner {
    display: flex;
    align-items: center;
}

.feedbackowner img {
    width: 60px;

}

.feedbackowner p {
    margin: 0px 15px;
    font-weight: 400;
}

@media (max-width:991px) {
    .aboutyogaimg {
        margin: 10px 0px 150px 0px;
    }

    .aboutslideimg {
        display: none;
    }

    .teamimgdiv {
        margin: 30px 0px;
    }

    .teamimgdiv img {
        max-width: 450px;
    }

    .teamname h2 {
        font-size: 40px;
    }

    .galleryfirstimg img {
        width: 100%;
        max-width: none;
    }

    .gallerysecimg img {
        width: 100%;
        max-width: none;
    }

    .gallerythirdimg img {
        width: 100%;
        max-width: none;
    }
}

.teamimgdiv img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Make the images fluid and responsive */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Ensure spacing between team members on smaller screens */
.mb-4 {
    margin-bottom: 1.5rem;
}

/* Responsive Text */
.teamname h2 {
    font-size: 1.5rem;
    margin-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Optional: Adjust spacing between videos */
.col-md-4,
.col-sm-6 {
    margin-bottom: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .footersection {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #f4ece0;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.whatsapplogo {
    position: absolute;
    left: 30px;
    box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 1.5);
    border-radius: 40px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: black;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    color: black;
    font-size: 14px;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}
.userfulllink {
    display: flex;
    justify-content: center;
}
.userfulllinks{
    display: grid;
}
.footer-widget-heading h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;

    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    text-transform: capitalize;
    color: black;
    text-decoration: none;
    font-weight: 400!important;
}
.footer-widget{
    display: grid;
    justify-content: center;
}

.copyright-area {
    background: #f4ece0;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
}

.copyright-text p a {
    color: #ff5e14;
}
.footer-menu p a {
    color: black!important;
    text-decoration: none;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #000;
}

/* .................contactuspagecss./................... */




.padded {
    padding: 0 2rem;
}

.level.fill-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
}
.contactbackgroundcolor{
    width: 100%;
    background: linear-gradient(rgba(203, 160, 116, 0.5), rgba(203, 160, 116, 0.5)), url('../images/2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto
}
#navbarSupportedContent a i{
    padding: 0px 10px;
    color: white;
    font-size: 25px;
}
.maincontactdiv {
    background: white;
    
    margin: 60px 0px;
    
}

.col-6:first-child {
    padding-left: 0;
}

.frame {
    box-shadow: none !important;
}

.frame__body {
    overflow-y: unset !important;
}

.col-6:last-child {
    padding-right: 0;
}



li {
    padding: 0 0.5rem;
}

.btn-info {
    margin-left: 1rem;
}

.googlemap {
    height: 569px;
}

@media (max-width:991px) {
    .googlemap {
        margin: 30px 0px;
    }
}

.googlemap iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.contactdetails ul li {
    list-style: none;
}

.btn-info{
    background-color: #cba074!important;
    border: none!important;
    border-radius: 5px;
}
/* .//////////////aboutuscss....................... */

.aboutpageimg {
    width: 100%;
    /* height: 300px; */
    border-radius: 30px !important;
}

.abouthead {
    font-size: 42px;
}

.aboutdescription {
    font-size: 19px;
}

@media (min-width:992px) {
    .yoga-benefits {
        list-style-position: inside;
    }
}

.yoga-benefits li {
    margin: 10px 0px;
}
.aboutbackgroundcolor{
    width: 100%;
    background: linear-gradient(rgba(203, 160, 116, 0.5), rgba(203, 160, 116, 0.5)), url('../images/1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}

.aboutgooglemap iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.heading {
    text-align: center;
    margin: 80px 0px;
}

.locationline {
    background-color: red;
    height: 3px;
    border-radius: 20px;
    width: 30%;
    margin: auto;
}
.line{
    background-color: red;
    height: 3px;
    border-radius: 20px;
    width: 30%;
    
}

.productsline {
    background-color: red;
    height: 3px;
    border-radius: 20px;
    width: 60%;
    margin: auto;
}
.accordion-button:not(.collapsed){
    background-color: #cba074!important;
    color: white!important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")!important;
}

@media (max-width:991px) {
    .aboutgooglemap {
        margin: 30px 0px;
    }

    .aboutpage {
        flex-wrap: wrap-reverse;
    }
}

.faqsquestions h4 {
    font-weight: 300;
}

/* .....................................classes.html */
.classesbackgroundcolor {
    width: 100%;
    background: linear-gradient(rgba(203, 160, 116, 0.5), rgba(203, 160, 116, 0.5)), url('../images/Untitled_design_\(81\)[1].png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}


.classesrow {
    margin: 50px 0px;
    justify-content: center;
}

.classesbackgroundcolor h1 {
    font-size: 70px;
}
.claasesimg{
    transform: translateY(-100%);
    /* Upar se aane ke liye */
    opacity: 0;
    transition: all 1s ease-in-out;
}
.claasesimg.show{
    opacity: 1;
    transform: translateY(0);
}

.claasesimg img {
    border-radius: 0px;
    box-shadow: 0px 0px 100px -30px rgba(0, 0, 0, 0.5);
    z-index: 0;
    height: 37vh;
}

.classes {
    text-align: center;
    margin: 30px 0px;
}

.claassesdetails {
    margin: 20px 0px;
    opacity: 0;
    transform: translateY(-100%);
    /* Upar se aane ke liye */
    transition: all 1s ease-in-out;

}

.claassesdetails.show {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width:991px) {
    .classesbackgroundcolor h1 {
        font-size: 40px;
    }
    .claasesimg img{
    height: 17vh;
    }
}