@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
}

header {
    background-color: rgb(206, 191, 205)
}

.wrapper {
    display: flex;
    width: 100%;
    padding: 0 100px;
}

.top-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
}


.lead-button {
    transition: inherit;
    letter-spacing: 0.1em;
    color: #010101;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 10px 30px;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
    z-index: 9998;
}


.lead-button1 {
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #010101;
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    padding: 10px 1px;
    padding-bottom: 10px !important;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 5% !important;
    width: 25% !important;
   cursor: pointer;
}

.lead-button1 a{
    color: black;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;

}

.navigations {
    display: flex;

}

.navigations .wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.navigations ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.navigations ul li {
    padding: 20px 30px;
    min-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navigations ul li a {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 16px;
    white-space: nowrap;
}

.pro-close-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.pro-close-menu svg {
    width: 35px;
    height: 35px;
}

.mobile-menus {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-menus .logo {
    padding: 10px;
}

.mobile-menus .logo img {
    width: 65px;
}

.hamburger-menu svg {
    width: 45px;
    height: 45px;
}

.mobile-menus,
.pro-close-menu {
    display: none;
}

.navigations ul li a:hover {
    color: rgb(18, 47, 65);
}

.nav-menu {
    width: 100%;
}

.logo img {
    width: 100px;
}

section {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px 0px;
    min-height: 500px;
}

section h2 {
    text-align: center;
    line-height: 1.35em;
    text-align: center;
    font-size: 56px;
    color: rgb(18, 47, 65);
    font-weight: 300;
    padding-bottom: 20px;
}

section p {
    font-size: 15px;
    color: rgb(18, 47, 65);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 35px;
    font-weight: 400;
}

.banner {
    width: 100%;
    height: 140vh;
    padding: 0;
}

.slider {
    width: 100%;
    height: 100%;
}

.slider-content {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.silder-sec{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slider-content .banner-top-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1050px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.banner-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-content .content {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}


.slider-content .lebel-right  label {
    display: block;
    font-size: 35px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;

    color: white;
}

.slider-content .lebel-right .sec-txt{
    font-size: 25px;
 
    font-family: "Cormorant Garamond", serif;

}

.slider-content .center-content label {
  display: block;
    font-size: 35px;
    color: white;
}

.slider-content .center-content  #first-yellow{
    color: #F0A65F;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 50px;
}
 #sec-btn{
    display: none;
}
.about-us {
    padding: 0px 0;
    overflow: hidden;

}

.about-us .content{
   margin-top: -10%;
}
.about-us h2{
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.about-us::before,
.about-us::after {
    content: "";
    background-image: url(./img/cloud.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.about-us::after {
    right: 0;
    bottom: 0;
    top: unset;
    left: unset;
    background-position: bottom right;
}

.about-us .content-para {
    text-align: center;
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
}

.could-img{
    width: 400px;
    z-index: 99;
    margin-top: -4%;
    margin-left: -10%;
}

.could-img img{
    width: 100%;
}

.could-img1 {
    width: 400px;
    z-index: 99;
    position: absolute;
    right: 0;  
    bottom: 0;  
    margin-right: -10%;
}

.could-img1 img {
    width: 100%;
}




.about-us {
    background-color: #f3e2ef;
}

.program-elements {
    background-color: rgb(175, 168, 196);
}

.program-elements h2{
    font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  color: black;
}

.program-elements p {
    width: 80%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.image-grid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    gap: 38px;
}

.image-grid>div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

.image-grid img {
    width: 75%;
    height: 160px;
    object-fit: contain;
}

.image-grid h5 {
    font-size: 21px;
    color: rgb(255, 254, 248);
    font-weight: 100;
    white-space: nowrap;
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.meet-the-guru {
    background-color: rgb(219, 219, 219);
}

.top-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.right-content img {
    width: 100%;
}

.left-content h2 {
    text-align: left;
}

.left-content p {
    width: 60%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 36px;
}

.middle-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

}

.middle-content .guru img {
    border-top-left-radius: 133px;
    border-top-right-radius: 133px;
    width: 295px;
    position: relative;
    z-index: 1;
}

.middle-content .guru .courtesy {
    background-color: rgb(243 226 239);
    bottom: 0;
    width: 175px;
    margin-top: -60px;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.middle-content .guru .courtesy h6 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.middle-content .guru .courtesy label {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

.middle-content .group img {
    width: 350px;

}

.middle-content p {
    padding: 0 100px;
}

.bottom-content {
    padding: 0 250px;
    margin-top: -45px;
    margin-bottom: 45px;
}

.bottom-content p {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 100;

}

.bottom-content label {
    width: 100%;
    text-align: right;
    display: flex;
    font-size: 20px;
    justify-content: flex-end;
    color: rgb(18, 47, 65);
    font-family: "Cormorant Garamond", serif;
    font-family: 300;
}

.bullet-points {
    background-color: rgb(243, 226, 239);
}

.bullet-points .wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.bullet-points .wrapper>div {
    padding: 20px 100px;
}

.bullet-points .wrapper>div svg {
    width: 35px;
    height: 200px;
}

.bullet-points .wrapper>div label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
    gap: 12px;
    margin-bottom: 30px;

}

.bullet-points .wrapper>div label h5 {
    font-size: 26px;
    font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.bullet-points .wrapper>div p {
    padding: 0 45px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
}

.reserve-spot {
    background-color: rgb(75, 42, 101);
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.reserve-spot .wrapper {
    flex-direction: column;
}

.reserve-spot p {
    color: white;
    font-size: 28px;
    text-align: center;
    padding: 20px 140px;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    line-height: 45px;
}

.reserve-spot a {
    margin: auto;
    font-size: 18px;
    background-color: transparent;
    border-color: white;
    color: white;
}

.reserve-spot a:hover {
    background-color: white;
    color: black
}

.contact-us .wrapper>div {
    width: 50%;
}

.contact-us .left-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.contact-us .contact-content {
    width: 80%;
}

.contact-us .contact-content h2,
.contact-us .contact-content a {
    text-align: center;
}

.contact-us .contact-content a {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10px;
    color: rgb(18, 47, 65);
}

.contact-us .contact-content img {
    width: 80%;
    margin: auto;
}

.contact-us .right-content form {
    padding: 0 50px;
}

.contact-us .right-content form>div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px;
    margin: 0px;
    gap: 17px;
}

.contact-us .right-content form div.column-contain {
    flex-direction: row;
}

.contact-us .right-content form div.column {
    width: 50%;
}

.contact-us .right-content label {
    color: rgb(18, 47, 65);
    font-family: "Montserrat", sans-serif;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-us .right-content label pre {
    padding: 2px;
    margin-top: 0px;
}

.contact-us .right-content input {
    height: 45px;
    border: 1px solid black;
    width: 100%;
    padding-left: 20px;
}

.contact-us .right-content textarea {
    width: 100%;
    height: 200px;
    padding-left: 20px;
    padding-top: 20px;
}

.contact-us .right-content button {
    background-color: black;
    padding: 20px 50px;
    color: white;
    border: none;
}

.right-aligned {
    display: flex;
    justify-content: flex-end;
}

.contact-us .right-content form>div.split-column {
    flex-direction: row;
    justify-content: space-around;
}

.descalim-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.descalim-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
    transform: translate(-50%, -50%);
    background-color: #f4e2e2;
    padding: 20px;
    
}
.pro-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.pro-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
    transform: translate(-50%, -50%);
    background-color: #f4e2e2;
    padding: 20px;
}

.physical-head{
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}


.descalim-popup-content p{
    font-family: "Montserrat", sans-serif;
    font-style: italic !important;
    font-weight: 300;
    font-size: 14px;
}

.pro-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 35px;
}

.des-close{
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer;
    font-size: 55px;
}
.open-eye{
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.open-eye img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}



.daylist{
    margin-top:5%;
}
.schedule-top{
    
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 10%;
}
.working .schedule {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
.working .schedule .schedule-para{
    font-size: 22px;
    text-align: left !important;
    font-family: "Montserrat", sans-serif;


}

.right-program{
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    
}

.pop-para{
    width: 70%;
  
}

.sec-pop-para{
    padding-left: 5%;
}

.last-para{
    padding: 0 !important;
    
    display: block !important;
}

.last-para .pop-para{
    width: 50%;
  
}


.right-program p{
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10%;
    font-size: 14px;
  
    text-align: left;
    color: #634439;
    font-style: italic;
}


.right-program .paragraph{
    font-family: "Montserrat", sans-serif;
    padding-bottom: 5%;
    font-size: 18px;
    text-align: left;
    color: #634439;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 500;
}

.no-scroll {
    overflow: hidden;
}

.enhance{
    display: flex;
    width: 60%;
    margin-left: auto;
    justify-content: space-between;
    margin-right: auto;
    padding-top: 5%;
}

.enhance-part {
    display: flex;
    width: 60%;
    margin-left: auto;
    justify-content: space-between;
    margin-right: auto;
    padding-bottom: 5%;
    padding-top: 5%;
}

.enhance-sub{
    display: flex;
}

.enhance-sub p{
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 !important;
    margin-top: -3%;
}

.enhance-sub img{
    text-align: left;
    height: 30px;
    padding-right: 2%;
    width: 35px;
}

#map{
    padding: 0 !important;
}


.right-form{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}



.radio-group {
    display: flex;
    align-items: center;
  }
  
  .radio-group input[type="radio"] {
    margin-left: 10px; /* Adjust the spacing as needed */
    width: 20px;
  }
  
  .radio-group label {
    margin-left: 5px; /* Adjust the spacing as needed */
  }
@media screen and (min-device-width:300px) and (max-device-width: 360px) {
    .last-para{
        padding-bottom: 15% !important;
        
    }
    #sec-btn {
        display: block;
    }
    .slider-content {
        height: 100%;
     
    }
    .banner {
        width: 100% !important;
        padding: 0;
        height: 80vh !important;
        overflow: hidden;
    }
    .slider-content .content {
        display: block;
        padding: 10%;
    }
    .silder-sec {
        width: 100%;
        height: 90%;
        display: block;
    }
    .slider {
        width: 100%;
        height: 100%;
    }
  .slider-content .center-content {
        margin-top: 0% !important;
    } 
      .slider-content .center-content label {
        font-size: 30px !important;
        color: white;
        text-align: center !important;
        margin: 0 auto;
    }
    .slider-content .lebel-right {
        position: absolute;
        text-align: center;
        bottom: 0 !important; 
        left: 0;
        right: 0;
    }
    .slider-content .lebel-right label {
        font-size: 25px;
        display: block;
    }
    .slider-content .lebel-right .sec-txt {
        font-size: 18px;
    }
    .slider-content .banner-top-img {
        margin-top: 15%;
        width: 100% !important;
        height: 70% !important;
    }
    .slider-content .banner-top-img img {
        width: 100%;
        object-fit: cover;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    

   .meet-the-guru{
    width: 100% !important;
    }
    
.meet-the-guru p{
  text-align: left !important;
  padding: 0 4%;
}
    .top-content {
        display: flex;
        flex-direction: column;
    }

    .top-content .right-content{
        display: none;
    }
    .left-content h2 {
        text-align: left !important;
        font-size: 40px;
        padding: 0 4%;
    }
    
    .left-content p {
        width: 100% !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .middle-content p {
        padding: 15px !important;   
    }

    .bottom-content {
        padding: 0px !important;
        margin-top: 0px;
        margin-bottom:0px;
    }

    .bottom-content label{
        padding: 15px ;
        justify-content: left  !important;
    }
    .wrapper {
        
        padding: 0 10px !important;
    }
    
   .about-us {
        padding: 10px 0 230px 0;
    }
    .about-us .content-para {
        max-width: 100% !important;
        font-style: 14px;
    }
    .could-img1 {
        margin-right: 0% !important;
    }
    
    .could-img1 img {
        width: 100%;
    }
    .program-elements h2{
        font-size: 40px;
    }

    .program-elements .pro-para {
        width: 100% !important;
        font-size: 16px;
        padding: 0;        
    }
    .bullet-points{
        padding: 0 !important;
        padding-top: 10% !important;
    }
    .bullet-points .wrapper>div svg {
        width: 35px;
        height: 50px;
    }
    
    .bullet-points .wrapper>div label {
        display: block;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        gap: 12px;
        margin-bottom: 0px;
    
    }

    .bullet-points .wrapper>div label h5{
        text-align: left !important;
        padding-top: 3%;
        padding-left: 10px !important;


    }
    .bullet-points .wrapper>div {

        padding: 0 !important;
        margin-bottom: 2% !important;
    }

    .bullet-points .wrapper>div p{
        text-align: left;
        padding: 0 !important;
        padding-left: 15px !important;
    }
    .reserve-spot p{
        padding: 0px !important;
    }

    .contact-us .contact-content h2{
        font-size: 50px;
    }

    .contact-us .right-content form {
        padding: 0px;
    }

    .contact-us .right-content form>div.split-column {
        flex-direction: column;
        justify-content: space-around;
    }
   
    .open-eye{
        width: 400px !important;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .open-eye img{
       width: 100%;
       height: 100%;
       object-fit: cover;
    }
    
    .schedule-top{
    margin-top: 40%;
     
    }
   .day-1{
    padding-top: 20%;

   }
.right-program{
  padding-left: 0 !important;
  display: block;
}

.right-program h2{
    width: 200px !important;
}
.right-program p{
        font-size: 14px !important;
        width: 250px !important;
       
    }
    .day-2{
        padding-bottom:10% ;

    }

    .open-eye{
      width: 200px !important;
       
    }

    
.lead-button1 {
 
    padding: 10px !important;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 10% !important;
    width: 70% !important;

}

.pro-popup-content {
 width: 90% !important;
}

.enhance{
    display: block;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.enhance-sub{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.enhance-sub p{
    padding-bottom: 10%;
    text-align: center !important;
}
.enhance-sub img{
    text-align: left !important;
    height: 30px;
    padding-right: 10% !important;
    width: 35px;
}
.enhance-part{
    padding-top: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-pop-para{
    padding-left: 0%;
}


.right-form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;

}
}


@media screen and (min-device-width:300px) and (max-device-width: 360px) {
    .last-para{
        padding-bottom: 15% !important;
        
    }
    .sec-pop-para{
        padding-left: 0%;
    }
    #sec-btn {
        display: block;
    }
    .slider-content {
        height: 100%;
     
    }
    .banner {
        width: 100% !important;
        padding: 0;
        height: 80vh !important;
        overflow: hidden;
    }
    .slider-content .content {
        display: block;
        padding: 10%;
    }
    .silder-sec {
        width: 100%;
        height: 90%;
        display: block;
    }
    .slider {
        width: 100%;
        height: 100%;
    }
  .slider-content .center-content {
        margin-top: 0% !important;
    } 
      .slider-content .center-content label {
        font-size: 30px !important;
        color: white;
        text-align: center !important;
        margin: 0 auto;
    }
    .slider-content .lebel-right {
        position: absolute;
        text-align: center;
        bottom: 0 !important; 
        left: 0;
        right: 0;
    }
    .slider-content .lebel-right label {
        font-size: 25px;
        display: block;
    }
    .slider-content .lebel-right .sec-txt {
        font-size: 18px;
    }
    .slider-content .banner-top-img {
        margin-top: 15%;
        width: 100% !important;
        height: 70% !important;
    }
    .slider-content .banner-top-img img {
        width: 100%;
        object-fit: cover;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    

   .meet-the-guru{
    width: 100% !important;
    }
    
.meet-the-guru p{
  text-align: left !important;
  padding: 0 4%;
}
    .top-content {
        display: flex;
        flex-direction: column;
    }

    .top-content .right-content{
        display: none;
    }
    .left-content h2 {
        text-align: left !important;
        font-size: 40px;
        padding: 0 4%;
    }
    
    .left-content p {
        width: 100% !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .middle-content p {
        padding: 15px !important;   
    }

    .bottom-content {
        padding: 0px !important;
        margin-top: 0px;
        margin-bottom:0px;
    }

    .bottom-content label{
        padding: 15px ;
        justify-content: left  !important;
    }
    .wrapper {
        
        padding: 0 10px !important;
    }
    
   .about-us {
        padding: 10px 0 230px 0;
    }
    .about-us .content-para {
        max-width: 100% !important;
        font-style: 14px;
    }
    .could-img1 {
        margin-right: 0% !important;
    }
    
    .could-img1 img {
        width: 100%;
    }
    .program-elements h2{
        font-size: 40px;
    }

    .program-elements .pro-para {
        width: 100% !important;
        font-size: 16px;
        padding: 0;        
    }
    .bullet-points{
        padding: 0 !important;
        padding-top: 10% !important;
    }
    .bullet-points .wrapper>div svg {
        width: 35px;
        height: 50px;
    }
    
    .bullet-points .wrapper>div label {
        display: block;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        gap: 12px;
        margin-bottom: 0px;
    
    }

    .bullet-points .wrapper>div label h5{
        text-align: left !important;
        padding-top: 3%;
        padding-left: 10px !important;


    }
    .bullet-points .wrapper>div {

        padding: 0 !important;
        margin-bottom: 2% !important;
    }

    .bullet-points .wrapper>div p{
        text-align: left;
        padding: 0 !important;
        padding-left: 15px !important;
    }
    .reserve-spot p{
        padding: 0px !important;
    }

    .contact-us .contact-content h2{
        font-size: 50px;
    }

    .contact-us .right-content form {
        padding: 0px;
    }

    .contact-us .right-content form>div.split-column {
        flex-direction: column;
        justify-content: space-around;
    }
   
    .open-eye{
        width: 400px !important;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .open-eye img{
       width: 100%;
       height: 100%;
       object-fit: cover;
    }
    
    .schedule-top{
    margin-top: 40%;
     
    }
   .day-1{
    padding-top: 20%;

   }
.right-program{
  padding-left: 0 !important;
  display: block;
}

.right-program h2{
    width: 200px !important;
}
.right-program p{
        font-size: 14px !important;
        width: 250px !important;
       
    }
    .day-2{
        padding-bottom:10% ;

    }

    .open-eye{
      width: 200px !important;
       
    }

    
.lead-button1 {
 
    padding: 10px !important;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 10% !important;
    width: 70% !important;

}
.pro-popup-content {
    width: 90% !important;
   }
.descalim-popup-content {
 width: 95% !important;
 padding:20px 10px;
}


.enhance{
    display: block;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.enhance-sub{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.enhance-sub p{
    padding-bottom: 10%;
    text-align: center !important;
}
.enhance-sub img{
    text-align: left !important;
    height: 30px;
    padding-right: 10% !important;
    width: 35px;
}
.enhance-part{
    padding-top: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.right-form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;

}
}

@media screen and (min-device-width:361px) and (max-device-width: 379px) {
    .last-para{
        padding-bottom: 15% !important;
        
    }
    .sec-pop-para{
        padding-left: 0%;
    }
    #sec-btn {
        display: block;
    }
    .slider-content {
        height: 100%;
     
    }
    .banner {
        width: 100% !important;
        padding: 0;
        height: 100vh !important;
        overflow: hidden;
    }
    .slider-content .content {
        display: block;
        padding: 10%;
    }
    .silder-sec {
        width: 100%;
        height: 90%;
        display: block;
    }
    .slider {
        width: 100%;
        height: 100%;
    }
  .slider-content .center-content {
        margin-top: 0% !important;
    } 
      .slider-content .center-content label {
        font-size: 30px !important;
        color: white;
        text-align: center !important;
        margin: 0 auto;
    }
    .slider-content .lebel-right {
        position: absolute;
        text-align: center;
        bottom: 0 !important; 
        left: 0;
        right: 0;
    }
    .slider-content .lebel-right label {
        font-size: 25px;
        display: block;
    }
    .slider-content .lebel-right .sec-txt {
        font-size: 18px;
    }
    .slider-content .banner-top-img {
        margin-top: 15%;
        width: 100% !important;
        height: 70% !important;
    }
    .slider-content .banner-top-img img {
        width: 100%;
        object-fit: cover;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    

   .meet-the-guru{
    width: 100% !important;
    }
    
.meet-the-guru p{
  text-align: left !important;
  padding: 0 4%;
}
    .top-content {
        display: flex;
        flex-direction: column;
    }

    .top-content .right-content{
        display: none;
    }
    .left-content h2 {
        text-align: left !important;
        font-size: 40px;
        padding: 0 4%;
    }
    
    .left-content p {
        width: 100% !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .middle-content p {
        padding: 15px !important;   
    }

    .bottom-content {
        padding: 0px !important;
        margin-top: 0px;
        margin-bottom:0px;
    }

    .bottom-content label{
        padding: 15px ;
        justify-content: left  !important;
    }
    .wrapper {
        
        padding: 0 10px !important;
    }
    
   .about-us {
        padding: 10px 0 230px 0;
    }
    .about-us .content-para {
        max-width: 100% !important;
        font-style: 14px;
    }
    .could-img1 {
        margin-right: 0% !important;
    }
    
    .could-img1 img {
        width: 100%;
    }
    .program-elements h2{
        font-size: 40px;
    }

    .program-elements .pro-para {
        width: 100% !important;
        font-size: 16px;
        padding: 0;        
    }
    .bullet-points{
        padding: 0 !important;
        padding-top: 10% !important;
    }
    .bullet-points .wrapper>div svg {
        width: 35px;
        height: 50px;
    }
    
    .bullet-points .wrapper>div label {
        display: block;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        gap: 12px;
        margin-bottom: 0px;
    
    }

    .bullet-points .wrapper>div label h5{
        text-align: left !important;
        padding-top: 3%;
        padding-left: 10px !important;


    }
    .bullet-points .wrapper>div {

        padding: 0 !important;
        margin-bottom: 2% !important;
    }

    .bullet-points .wrapper>div p{
        text-align: left;
        padding: 0 !important;
        padding-left: 15px !important;
    }
    .reserve-spot p{
        padding: 0px !important;
    }

    .contact-us .contact-content h2{
        font-size: 50px;
    }

    .contact-us .right-content form {
        padding: 0px;
    }

    .contact-us .right-content form>div.split-column {
        flex-direction: column;
        justify-content: space-around;
    }
   
    .open-eye{
        width: 400px !important;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .open-eye img{
       width: 100%;
       height: 100%;
       object-fit: cover;
    }
    
    .schedule-top{
    margin-top: 40%;
     
    }
   .day-1{
    padding-top: 20%;

   }
.right-program{
  padding-left: 0 !important;
  display: block;
}

.right-program h2{
    width: 200px !important;
}
.right-program p{
        font-size: 14px !important;
        width: 250px !important;
       
    }
    .day-2{
        padding-bottom:10% ;

    }

    .open-eye{
      width: 200px !important;
       
    }

    
.lead-button1 {
 
    padding: 10px !important;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 10% !important;
    width: 70% !important;

}

.pro-popup-content {
 width: 90% !important;
}
.descalim-popup-content {
    width: 95% !important;
    padding:20px 10px;
   }
   
 
.enhance{
    display: block;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.enhance-sub{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.enhance-sub p{
    padding-bottom: 10%;
    text-align: center !important;
}
.enhance-sub img{
    text-align: left !important;
    height: 30px;
    padding-right: 10% !important;
    width: 35px;
}
.enhance-part{
    padding-top: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.right-form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;

}
}


@media screen and (min-device-width:380px) and (max-device-width: 600px) { 

/* 
@media only screen and (max-width: 600px) { */
    .last-para{
        padding-bottom: 15% !important;
        
    }
    .sec-pop-para{
        padding-left: 0%;
    }
    #sec-btn {
        display: block;
    }
    .slider-content {
        height: 100%;
     
    }
    .banner {
        width: 100% !important;
        padding: 0;
        height: 75vh !important;
        overflow: hidden;
    }
    .slider-content .content {
        display: block;
        padding: 10%;
    }
    .silder-sec {
        width: 100%;
        height: 90%;
        display: block;
    }
    .slider {
        width: 100%;
        height: 100%;
    }
  .slider-content .center-content {
        margin-top: 0% !important;
    } 
      .slider-content .center-content label {
        font-size: 30px !important;
        color: white;
        text-align: center !important;
        margin: 0 auto;
    }
    .slider-content .lebel-right {
        position: absolute;
        text-align: center;
        bottom: 0 !important; 
        left: 0;
        right: 0;
    }
    .slider-content .lebel-right label {
        font-size: 25px;
        display: block;
    }
    .slider-content .lebel-right .sec-txt {
        font-size: 18px;
    }
    .slider-content .banner-top-img {
        margin-top: 15%;
        width: 100% !important;
        height: 70% !important;
    }
    .slider-content .banner-top-img img {
        width: 100%;
        object-fit: cover;
    }
    .day-5 {
        margin-bottom: 10% !important;
    }
    .image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    

   .meet-the-guru{
    width: 100% !important;
    }
    
.meet-the-guru p{
  text-align: left !important;
  padding: 0 4%;
}
    .top-content {
        display: flex;
        flex-direction: column;
    }

    .top-content .right-content{
        display: none;
    }
    .left-content h2 {
        text-align: left !important;
        font-size: 40px;
        padding: 0 4%;
    }
    
    .left-content p {
        width: 100% !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .middle-content p {
        padding: 15px !important;   
    }

    .bottom-content {
        padding: 0px !important;
        margin-top: 0px;
        margin-bottom:0px;
    }

    .bottom-content label{
        padding: 15px ;
        justify-content: left  !important;
    }
    .wrapper {
        
        padding: 0 10px !important;
    }
    
   .about-us {
        padding: 10px 0 230px 0;
    }
    .about-us .content-para {
        max-width: 100% !important;
        font-style: 14px;
    }
    .could-img1 {
        margin-right: 0% !important;
    }
    
    .could-img1 img {
        width: 100%;
    }
    .program-elements h2{
        font-size: 40px;
    }

    .program-elements .pro-para {
        width: 100% !important;
        font-size: 16px;
        padding: 0;        
    }
    .bullet-points{
        padding: 0 !important;
        padding-top: 10% !important;
    }
    .bullet-points .wrapper>div svg {
        width: 35px;
        height: 50px;
    }
    
    .bullet-points .wrapper>div label {
        display: block;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        gap: 12px;
        margin-bottom: 0px;
    
    }

    .bullet-points .wrapper>div label h5{
        text-align: left !important;
        padding-top: 3%;
        padding-left: 10px !important;


    }
    .bullet-points .wrapper>div {

        padding: 0 !important;
        margin-bottom: 2% !important;
    }

    .bullet-points .wrapper>div p{
        text-align: left;
        padding: 0 !important;
        padding-left: 15px !important;
    }
    .reserve-spot p{
        padding: 0px !important;
    }

    .contact-us .contact-content h2{
        font-size: 50px;
    }

    .contact-us .right-content form {
        padding: 0px;
    }

    .contact-us .right-content form>div.split-column {
        flex-direction: column;
        justify-content: space-around;
    }
   
    .open-eye{
        width: 400px !important;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .open-eye img{
       width: 100%;
       height: 100%;
       object-fit: cover;
    }
    
    .schedule-top{
    margin-top: 40%;
     
    }
   .day-1{
    padding-top: 20%;

   }
.right-program{
  padding-left: 0 !important;
  display: block;
}

.right-program h2{
    width: 200px !important;
}
.right-program p{
        font-size: 14px !important;
        width: 250px !important;
       
    }
    .day-2{
        padding-bottom:10% ;

    }

    .open-eye{
      width: 200px !important;
       
    }

    
.lead-button1 {
 
    padding: 10px !important;
    border: 1px solid #010101;
    background: #FFFEF8;
    text-align: center;
    margin-top: 10% !important;
    width: 70% !important;

}

.pro-popup-content {
 width: 90% !important;
}
.descalim-popup-content {
    width: 95% !important;
    padding:20px 10px;
   }

.enhance{
    display: block;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.enhance-sub{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.enhance-sub p{
    padding-bottom: 10%;
    text-align: center !important;
}
.enhance-sub img{
    text-align: left !important;
    height: 30px;
    padding-right: 10% !important;
    width: 35px;
}
.enhance-part{
    padding-top: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.right-form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width: 900px) {

    
    
    .content{
      
    }
    .slider-content .lebel-right label {
        font-size: 25px;
    }
    .slider-content .lebel-right .sec-txt {
        font-size: 18px;
    }

  
    .slider-content .center-content{
        margin-top: 20%;
    }

    .slider-content .lebel-right{
        margin-top: 20%;
    }
    .slider-content .center-content label {
        font-size: 30px !important;
        color: white;
        text-align: center !important;
        margin: 0 auto;
     
    }

    .slider-content .banner-top-img {
        margin-top: 15%;
        width: 100% !important;
        height: 500px !important;
    }
    .slider-content .banner-top-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .wrapper {
        padding: 0 20px;
    }

    .mobile-menus,
    .pro-close-menu {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        right: 0;
        width: 100%;
        background-color: #cfbfcd;
        z-index: 999;
        height: 100%;
        bottom: 0;
        top: 0;
        transform: translate(100%, 0);
        scrollbar:hidden
    }

    .nav-menu ul {
        flex-direction: column;
    }

    .navigations ul li {
        justify-content: flex-start;
    }

    .navigations ul li.logo {
        display: none;
    }

    .mobile .nav-menu {
        transform: translate(0, 0);
    }
    .slider-content .center-content,
    .top-content,
    .middle-content,
    .contact-us .wrapper{
        flex-direction: column;
    }
    .image-grid,
    .bullet-points .wrapper{
        grid-template-rows:unset;
        grid-template-columns: unset;
    }
    .top-content .left-content h2,
    .left-content p,
    .program-elements p,
    .about-us .content-para{
        text-align: center;
        width: 100%;
        max-width: unset;
    }
    .bottom-content,
    .middle-content p,
    .reserve-spot p{
        padding: 20px;
        margin-top: 0;
        text-align: center;
    }
    .middle-content .group{
        text-align: center;
    }
    .middle-content .group img{
        width: 90%;
        margin: auto;
    }
    .middle-content .guru{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .middle-content .guru .courtesy{
        width: 215px;
    }
    .bullet-points .wrapper>div{
        padding: 20px;
    }
    .contact-us .wrapper>div{
        width: 100%;
    }
    .bottom-content label{
        text-align: center;
        justify-content: center;
    }
    .contact-us .right-content form div.column-contain{
        flex-direction: column;
    }
    .contact-us .right-content form div.column{
        width: 100%;
    }
    .contact-us .right-content form div.column button{
        width: 100%;
    }

   
}


@media only screen and (max-width: 1280px) {
  
    .slider-content .center-content label {
        padding: 0;
        font-size: 30px;
        color: white;
    }

    
    .banner {
        width: 100%;
        height: 110vh;
        padding: 0;
    }
    .slider-content .banner-top-img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 750px;
        height: 700px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
    }
    
    .banner-top-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .first-txt{
        z-index: 999;
    
    }
    .slider-content .lead-button {
        margin-bottom: 5%;
    }    
    .about-us .content-para {
        max-width: 80%;
    }
    .program-elements p {
        width: 80%;
        color: black;
    }
    .left-content p {
        width: 70%;
    }
    
    .middle-content .guru img {
        border-top-left-radius: 133px;
        border-top-right-radius: 133px;
        width: 265px;
        position: relative;
        z-index: 1;
    }

    .middle-content .group img {
        width: 300px;
    }
    
    .middle-content p {
        padding: 0 40px;
    }
    
    .bullet-points .wrapper>div {
        padding: 20px 40px;
    } 
    .bullet-points .wrapper>div label h5 {
        font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
    
    }
    
    .bullet-points .wrapper>div p {
        padding: 0 50px;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;

    }

    .bottom-content {
        padding: 0 200px;
    }

    .reserve-spot p {
        padding: 20px 100px;
    }

    .lead-button {
        
        font-size: 14px !important;
        
    
    }

    .about-us .content{
        margin-top: -15%;
     }

     .navigations ul li {
    padding: 20px 30px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;

}
    
}

@media (min-width:1540px) and (max-width:1720px) {

    .descalim-popup-content p{
        font-size: 16px;
    }
   .banner{
      height: 90vh;
   }

   .slider-content .banner-top-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.banner-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-content .center-content  #first-yellow{
    
    font-size: 50px !important;
}
.slider-content .center-content label {
    font-size:35px !important;
}

.slider-content .lebel-right label {
    font-size:35px !important;

}

.slider-content .lebel-right .sec-txt{
    font-size: 25px;
    padding-top: 3%;
}
.right-program{
    margin-top: 0%;

}
}
