body,
html {
    width: auto;
    height: auto;
    background-color: #F7F1E3;
    margin: 0;
    background-image: url(../images/bg-blur.png);
    background-size: 450px auto;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 1;
    overflow-x: hidden;
}

.yogi-home-aura{
    animation: MoveUpDown 3s linear infinite;
    height:500px;
    position:absolute;
    display:flex;
    align-self:center;
}

.yogi-home-mobile-aura{
    animation: MoveUpDownMobile 3s linear infinite;
    height:800px;
    position:absolute;
    display:flex;
    align-self:center;
}

.yogi-home{
    /*animation: MoveUpDown 3s linear infinite;*/
    height:500px;
    position:absolute;
}
.yogi-home-mobile{
    /*animation: MoveUpDownMobile 3s linear infinite;*/
    height:800px;
    position:absolute;
}

.animate {
    transition: transform 0.3s ease-out;
}

.active-tab{
    border-bottom: 2px solid orange;
    border-top: 2px dashed orange;
    padding-top:5px;
    padding-bottom:5px;
}

.active-tab-small{
    border-bottom: 2px solid orange;
    border-top: 2px dashed orange;
    padding-top:17px;
    padding-bottom:17px;
}

.active-link{
    color:orange !important;
}

.ms-touch.slider {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    /* Hides the scrollbar. */

    -ms-scroll-chaining: none;
    /* Prevents Metro from swiping to the next tab or app. */

    -ms-scroll-snap-type: mandatory;
    /* Forces a snap scroll behavior on your images. */

    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    /* Defines the y and x intervals to snap to when scrolling. */
}

/*.header {*/
/*    height: 160px;*/
/*    width: auto;*/
/*    background-color: rgba(98, 98, 98, 1);*/
/*    background-image: url(../images/bg-blur-top.png);*/
/*    background-size: 450px auto;*/
/*    background-repeat: repeat;*/
/*    padding-left: 10%;*/
/*    padding-right: 10%;*/
/*    z-index: 1000;*/
/*}*/

/*.logo-container {*/
/*    padding-left: 20px;*/
/*}*/

/*.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
*/
/*.logo {*/
/*    width: 240px;*/
/*    height: 160px;*/
/*}*/

/*.my-nav-item {*/
/*    font-size: 28px;*/
/*    color: white;*/
/*    text-align: center;*/
/*    font-family: myMajallab;*/
/*}*/

/*.my-nav-link {*/
/*    height: 120px;*/
/*}*/

/*.vertical-line {*/
/*    border-left: 2px solid white;*/
/*    height: 80px;*/
/*}*/

.main-container {
    width: auto;
    height: auto;
    background: rgba(98, 98, 98, 1);
    background: -moz-linear-gradient(top, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 39%, rgba(161, 158, 153, 1) 60%, rgba(187, 182, 176, 1) 72%, rgba(247, 240, 227, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98, 98, 98, 1)), color-stop(39%, rgba(98, 98, 98, 1)), color-stop(60%, rgba(161, 158, 153, 1)), color-stop(72%, rgba(187, 182, 176, 1)), color-stop(100%, rgba(247, 240, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 39%, rgba(161, 158, 153, 1) 60%, rgba(187, 182, 176, 1) 72%, rgba(247, 240, 227, 0) 100%);
    background: -o-linear-gradient(top, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 39%, rgba(161, 158, 153, 1) 60%, rgba(187, 182, 176, 1) 72%, rgba(247, 240, 227, 0) 100%);
    background: -ms-linear-gradient(top, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 39%, rgba(161, 158, 153, 1) 60%, rgba(187, 182, 176, 1) 72%, rgba(247, 240, 227, 0) 100%);
    background: linear-gradient(to bottom, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 39%, rgba(161, 158, 153, 1) 60%, rgba(187, 182, 176, 1) 72%, rgba(247, 240, 227, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#f7f0e3', GradientType=0);
}



.slider-container {
    position: relative;
    z-index: 100;
    /*background-color: #FED20C;*/
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.slider-container-mobile {
    position: relative;
    z-index: 100;
    /*background-color: #FED20C;*/
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.my-slider {
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

.dot {
    box-shadow: 1px 2px #888888;
    margin-right: 10px;
}

.carousel-indicators li {
    margin-left: 10px;
}

li.dot.active {
    margin-left: 10px;
}

.carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
}

ol.members-indicatiors{
    bottom: -50px;
}
.members-indicatiors li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(96,96,96,1);
    border: 1px solid #ffffff;
    border-radius: 10px;
}
ol.members-indicatiors .active{
    background-color: #C9A470;
}
ol.upcoming-events-indicatiors .active{
    background-color: #C9A470;
}



.parent {
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    display: inline-block;
}

.child {
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    animation-delay: 2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: leaves 5s ease-in-out alternate;
    animation: leaves 5s ease-in-out alternate;
}

.slider-heading {
    /*color: #FED20C;*/
    /*text-shadow: -4px -4px #000000;*/
    text-align: center;
    line-height: 100px;
    font-family: myMyriadProRegular;
    animation-delay: 1s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: text 1s ease-in-out;
    animation: text 1s ease-in-out;
    
}

.text-alignment-center-left{
    margin-left:-300px;
}

.text-alignment-top-left{
    margin-left:-400px;
    margin-top:-150px;
}

.text-alignment-bottom-left{
    margin-left:-300px;
    margin-top:150px;
}
.text-alignment-bottom-left-mobile{
    margin-left:-150px;
    margin-top:150px;
}

.text-alignment-center-top{
    margin-top:-150px;
}

.text-alignment-center-bottom{
    margin-top:150px;
}

.text-alignment-top-right{
    margin-top:-150px;
     margin-left:300px;
}
.text-alignment-bottom-right{
    margin-top:150px;
     margin-left:400px;
}
.text-alignment-center-right{
     margin-left:400px;
}

.slider-sub-heading {
    /*color: #FED20C;*/
    /*text-shadow: -3px -3px #000000;*/
    text-align: center;
    font-family: myMyriadProRegular;
     animation-delay: 10s;
      -webkit-animation: sub-text 20s ease-in-out;
    animation: sub-text 20s ease-in-out;
}




.work-scope-container {
    height: auto;
    width: 1450px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 3%;
}



.love-img {
    width: 150px;
    height: 105px;
}


.art-img {
    width: 130px;
    height: 110px;
    margin-left:5px;
    margin-bottom: 15px;
}

.environment-img {
    width: 150px;
    height: 140px;
    margin-left: 30px;
}


.love-text-color {
    color: #ea4335;
}

.yoga-text-color {
    color: #ff8d00;
}


.art-text-color {
    color: #25a0f0;
}


.environment-text-color {
    color: #48bf08;
}

.recent-events {
    margin-top: -50px;
}
.recent-seperator{
    width:330px;
    margin-left:10px;
    margin-top:94px;
    position:absolute;
}
.recent-seperator-mobile{
    width: 725px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
}
.recent-events-container-desktop {
    width: 1450px;
    height: 400px;
}

/** First effect**/

/*.col-md-12.col-sm-3.col-xs-6.col-lg-4.recent-events-item-container.d-flex.justify-content-center:hover .recent-event-date{*/
/*    background-color:white;*/
    
    /*background-color: #e5dbc1;*/
/*}*/

/*.col-md-12.col-sm-3.col-xs-6.col-lg-4.recent-events-item-container.d-flex.justify-content-center:hover .recent-event-details-container{*/
    /*background-image: url(../images/Subscribe_Background.png);*/
/*     background-image: url(../images/white_dotted.png);*/
/*}*/
/*.col-md-12.col-sm-3.col-xs-6.col-lg-4.recent-events-item-container.d-flex.justify-content-center:hover .recent-event-heading-container{*/
/*    background-image: url(../images/Subscribe_Background.png);*/
/*}*/

.recent-events-item-container:hover .recent-event-img-overlay{
            background-position: top;
        }

        .recent-events-item-container:hover .recent-event-img-button{
            top: 0px;
            visibility: visible;
        }

        .recent-events-item-container:hover .dots-container{
            top: 0px;
            visibility: visible;
        }

        .recent-events-item-container:hover .recent-event-details-container-overlay{
            background-position: top;
        }
        .recent-events-item-container:hover .recent-event-date{
            background-color: white;
        }
        .recent-events-item-container:hover .recent-event-border{
             width: 300px;
             height:300px;
        }
        .recent-events-item-container:hover .recent-event-border-darker{
             width: 350px;
             height:370px;
        }




.recent-events-item-container {
    height: 365px;
    width: 335px;
    margin-top: 40px;
}


.recent-events-item-container-mobile {
    height: 800px;
    width: 750px;
    margin-top: 50px;
}

.animationDiv{
    width: 350px;
 }
 .recent-event-border{
    width: 350px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    height: 370px;
    opacity:0.3;
    border: 1px solid brown;
    transition:0.3s ease;
 }
 .recent-event-border-darker{
    width: 300px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    height: 300px;
    border: 1px solid brown;
    transition:0.3s ease;
 }

.recent-events-image-container {
    position: relative;
    height: 230px;
    width: 350px;
}

.recent-event-img-overlay{
   height: 230px;
    width: 350px;
    position: absolute;
    margin-top:-230px;
    background-image: linear-gradient(to bottom, rgba(98, 98, 98, .7) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: bottom;
    transition: background-position 0.2s ease-in-out;
    
 }
 .read-more-button{
    height: 40px;
    width: 130px;
    text-align: center;
    justify-content: center;
    background-color: #FCDB6B;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 500;
   font-family: myMyriadProRegular;
   cursor: pointer;
}
 .recent-event-img-button{
  height: 230px;
  width: 350px;
  position: absolute;
  visibility: hidden;
  transition: top 0.4s ease;
}

.recent-event-details-container-overlay{
    height: 150px;
    width: 350px;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(252, 219, 107, 1) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: bottom;
    transition: background-position 0.35s ease-in-out;
 }
.dots-container{
    height: 230px;
    width: 350px;
    position: absolute;
     visibility: hidden;
    top:0px;
    transition: top 0.4s ease;
}
 .animationDiv:hover .recent-event-img-button{
    top: 0px;
    visibility: visible;
}

.animationDiv:hover .recent-event-img-overlay{
    background-position: top;
}

.recent-events-image-container-mobile {
    height: 62%;
    width: 750px;
    margin-top:-20px;
}

.recent-event-img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    
}

.recent-event-img-mobile {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/*.recent-event-details-container {*/
/*    height: 21%;*/
/*    width: 350px;*/
    /*background-image: url(../images/white_dotted.png);*/
/*    background-image: url(../images/Subscribe_Background.png);*/
/*    background-position: center;*/
/*    background-size: 800px;*/
/*    transition:0.5s ease;*/
/*}*/

.recent-event-details-container{
    height: 150px;
    width: 350px;
    margin-top:-10px;
    background-image: url("../images/dotss.png");
    position: relative;
    background-size: 600px auto;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: white;
}

.recent-event-details-container-mobile {
    height: 21%;
    width: 750px;
    background-color:white;
    background-image: url("../images/dotss.png");
    background-position: center;
    background-size: 800px;
}
.dots-image{
    background-image: url("../images/dotss.png");
    background-size: 600px auto;
    background-position: 0 0;
    background-repeat: repeat;
 }
.recent-event-date {
    width:80px;
    height: 70px;
    padding-left:5px;
    padding-right:5px;
    /** First effect**/
    background-color: #e5dbc1;
    
    /** Second effect**/
    /*background-color: white;*/
    
    
    text-align: center;
    color: black;
    transition:0.5s ease;
    margin-top:10px;
    margin-left:10px;
    position:absolute;
}

.recent-event-date-mobile {
    width: 170px;
    height: 120px;
    margin-top: 22px;
    background-color: #e5dbc1;
    text-align: center;
    color: black;
}

.recent-event-day {
    font-family: myJasmineUPCNew;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    position: absolute;
    margin-left: 9px;
    top: 0px;
}

.recent-event-day-mobile {
    font-family: myJasmineUPCNew;
    font-size: 40px;
    line-height: 20px;
    margin-top: 30px;
}

.recent-event-month {
    font-family: myJasmineUPCNew;
    font-size: 18px;
    position: absolute;
    top: 35px;
    width: 70px;
    margin-left: -2px;
}

.recent-event-month-mobile {
    font-family: myJasmineUPCNew;
    margin-top:5px;
    font-size: 40px;
}

.event-sub-heading {
    margin-left: 100px;
    font-family: myMyriadProRegular;
    color: #313131;
    font-size: 18px;
    position: absolute;
    top: 50px;
}

.event-sub-heading-place{
    margin-left: 100px;
    font-family: myMyriadProRegular;
    color: #313131;
    font-size: 18px;
    position: absolute;
    top: 20px;
    
}

.event-sub-heading-mobile {
    margin-left: 20px;
    font-family: myMyriadProRegular;
    color: #313131;
    font-size: 45px;
}

.recent-event-heading-container {
    height: 17%;
    width: 350px;
    background-color: white;
    background-image: url(../images/white_dotted.png);
    transition:0.5s ease;
        
   
    
}

.recent-event-heading-container-mobile {
    height: 17%;
    width: 750px;
    background-color: white;
    background-image: url("../images/dotss.png");
}

.recent-event-heading {
    font-family: myMyriadPro;
    color: #313131;
    font-size: 30px;
    padding-left: 18px;
    position:absolute;
    margin-top: 102px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.recent-event-heading-mobile {
    font-family: myMyriadPro;
    color: #313131;
    font-size: 55px;
    padding-left: 30px;
}


.upcoming-event-image-container {
    width: 630px;
    display: flex;
    align-items: center;
}


.upcoming-events-desc-1 {
    margin-top: 50px;
    height: 150px;
}

.upcoming-events-desc {
    height: 150px;
    margin-top:-40px;
}



.upcoming-events-desc-image {
    width: 75px;
    height: 60px;
}
.upcoming-events-desc-image-date {
    width: 65px;
    height: 60px;
    margin-left: 8px;
}

.recent-videos-container {
    height: auto;
    width: 1450px;
    margin-left: 0.1%;
    margin-top: 3%;
}

.play-video {
    position: absolute;
    z-index: 130;
    width: 180px;
    height: 180px;
    background-image:url("../images/play_gray.png");
    background-size:180px 180px;
     transition:0.3s ease;
     
}

.play-video-white {
    position: absolute;
    z-index: 130;
    width: 180px;
    height: 180px;
    background-image:url("../images/play_white.png");
    background-size:180px 180px;
    transition:0.3s ease;
    opacity:0;
}

.recent-video-image-container:hover .play-video-white{
    opacity:1;
}

.recent-event-right-image-container:hover .play-video-right-white{
    opacity:1;
}

.play-video-right {
    position: absolute;
    z-index: 130;
    width: 70px;
    height: 70px;
    background-image:url("../images/play_gray.png");
    background-size:70px 70px;
    transition:0.3s ease;
}
.play-video-right-white {
    position: absolute;
    z-index: 130;
    width: 70px;
    height: 70px;
    background-image:url("../images/play_white.png");
    background-size:70px 70px;
    transition:0.3s ease;
    opacity:0;
}

.button-border {
    border: 1px solid #925127;
    width: auto;
    height: auto;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    background-color: #ffda6b;
}


.our-book {
    position: absolute;
    z-index: 110;
    width: 100%;
    margin-top: 140px;
    
}


.our-book-container {
    width: auto;
    height: 950px;
}

.book-div {
    width: auto;
    height: auto;
}

.our-book-img-container {
    width: auto;
    height: 100%;
    z-index: 110;
    display: flex;
    align-self: flex-end;
}

.our-book-img {
    width: 400px;
    height: 410px;
    z-index: 110;
    margin-left: 140px;
}

.our-book-image {
    width: 100%;
    height: 950px;
  
    z-index: 100;
}

.book-desc {
    z-index: 110;
    margin-top: 280px;
    margin-left: 50px;
}



.members-exp {
    margin-top: -100px;
    margin-left:-55px;
}

.members-exp-container {
    height: auto;
    margin-left: 3%;
    margin-right: 3%;
    width: auto;
}

.members-exp-item-container:hover .members-exp-item-bg-hover{
    opacity:1;
}
.members-exp-item-container:hover .member-exp-name{
    color:white;
}
.members-exp-item-container:hover .members-exp-border{
    height:500px; width:250px;
}
.members-exp-item-container:hover .members-exp-border-darker{
    height:550px; width:300px;
}


.members-exp-item-bg {
    height: 550px;
    width: 300px;
    position: absolute;
    z-index: 100;
    background-image:url("../images/member-exp-bg.png");
    background-size:300px 550px;
    transition:0.3s ease;
}

.members-exp-item-bg-hover {
    height: 550px;
    width: 300px;
    position: absolute;
    z-index: 100;
    background-image:url("../images/members-exp-bg-hover.png");
    background-size:300px 550px;
    transition:0.3s ease;
    opacity:0;
}

.members-exp-item-bg-mobile {
    height: 880px;
    width: 500px;
    position: absolute;
    z-index: 100;
    
}

.members-exp-item-container {
    height: 560px;
    width: 300px;
    margin-top: 50px;
    align-items: center;
    position: relative;
}
.members-exp-border{
height:550px; width:300px;position:absolute;border:1px solid brown;margin-left:10px;margin-top:10px;
transition:0.3s ease;
opacity:0.3;
}

.members-exp-border-darker{
height:500px; width:250px;position:absolute;border:1px solid brown;margin-left:10px;margin-top:10px;
transition:0.3s ease;
}

.members-exp-item-container-mobile {
    height: 850px;
    width: 500px;
    margin-top: 55px;
    align-items: center;
    position: relative;
}


.members-exp-circle-one {
    width: 180px;
    height: 180px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-top: 110px;
}

.members-exp-circle-one-mobile {
    width: 280px;
    height: 280px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-top: 130px;
}

.members-exp-circle-two {
    width: 180px;
    height: 180px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-left: 15px;
    margin-top:110px;
}

.members-exp-circle-two-mobile {
    width: 280px;
    height: 280px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-left: 15px;
    margin-top: 136px;
}

.members-exp-image-container {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
    margin-left: 10px;
    margin-top: 110px;
}

.members-exp-image-container-mobile {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
    margin-left: 10px;
    margin-top: 130px;
}

.members-exp-image {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
}
.members-exp-image-mobile {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
}

.member-exp-text {
    width: 275px;
    color: black;
    font-family: myJasmineUPCNew;
    font-size: 22px;
    line-height:35px;
    z-index: 110;
    margin-top: 320px;
    text-align: justify;
    position: absolute;
}

.member-exp-text-mobile {
    width: 400px;
    color: black;
    font-family: myJasmineUPCNew;
    font-size: 36px;
    z-index: 110;
    margin-top: 420px;
    text-align: justify;
    position: absolute;
}

.member-exp-name {
    z-index: 110;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    font-family: myJasmineUPCBoldNew;
    color: black;
}

.member-exp-name-mobile {
    z-index: 110;
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
    font-family: myJasmineUPCBoldNew;
    color: black;
}

.counter-container {
    margin-top: 100px;
    width: auto;
    height: auto;
    background-color: #dbcca6;
}


.lets-celebrate {
    margin-top: 10px;
    margin-bottom: 100px;
}

.lets-celebrate-container {
    width: 1450px;
    height: auto;
}

.lets-celebrate-left-container {
    height: 350px;
    width: auto;
    display: flex;
    align-items: center;
    margin-top:-25px;

}

.lets-celebrate-image-container {
    height: 300px;
    width: 400px;
    flex-direction: row;
    position: relative;
    margin-bottom: 50px;
}

.lets-celebrate-image {
    position: absolute;
    z-index: 110;
}

.lets-celebrate-left-bg {
    position: absolute;
    z-index: 100;
    margin-top: -40px;
    opacity:0.7;
    background-color: #e09866;
}

.lets-celebrate-left-image-bg {
    position: absolute;
    z-index: 105;
    background-color: #FED20C;
    border-radius: 10px;
}


.line {
    width: 740px;
    height: 4px;
    background-color: #925127;
    margin-top: 30px;
    margin-bottom: 30px;
}


.subscribe-donate-container {
    height: auto;
    width: 1450px;
}

.suscribe {
    position: relative;
    height: 400px;
    width: auto;
    margin-top: 50px;
}

.suscribe-image-container {
    width: auto;
    height: 400px;
    position: relative;
    margin-left:10px;
}

.donate-image-container {
    width: auto;
    height: 400px;
}

.suscribe-image {
    height: 400px;
    width: 820px;
    position: absolute;
}

.subscribe-content {
    position: absolute;
    align-self: center;
}

.donate {
    margin-top: 50px;
}

.join-text {
    width: 100%;
    text-align: center;
    font-family: myJasmineUPCBoldNew;
    font-size: 40px;
}

.subscribe-text {
    width: 100%;
    text-align: center;
    font-family: myJasmineUPCNew;
    font-size: 40px;
    line-height: 1px;
}

.name {
   width: 700px;
    margin-top: 30px;
    font-size: 30px;
}

.name-field {
    width: 700px;
    height: 70px;
    padding-left: 20px;
    margin-top: 5px;
    border: 1px solid black;
    background-color: transparent;
    font-family: myJasmineUPCNew;
}

.email {
    width: 700px;
    margin-top: 18px;
    font-size: 30px;
}

.email-field {
    width: 600px;
    height: 70px;
    padding-left: 20px;
    border: 1px solid black;
    background-color: transparent;
    font-family: myJasmineUPCNew;
}

.donate-icon {
    width: 160px;
}

.about {
    height: auto;
    width: auto;
    margin-top: 50px;
}



.kavya {
    width: auto;
    background-color: #c9a470;
}


.about-founder-image {
    width: 180px;
    height: 180px;
    margin-top: 20px;
    transition:0.3s ease;
}
.about-founder-image:hover {
    width: 190px;
    height: 190px;
    margin-top: 10px;
}


.contact {
    width: auto;
    height: auto;
    background-image: url(../images/Subscribe_Background.png);

}



.address-container {
    margin-left: 20px;
}


.fb-icon {
    height: 32px;
    width: 18px;
    position:absolute;
    margin-top:-15px;
    margin-left:-180px;
}

.twi-icon {
    height: 32px;
    width: 40px;
    position:absolute;
    margin-top:-15px;
    margin-left:-120px;
}

.yt-icon {
    height: 34px;
    width: 40px;
    margin-top: 10px;
    position:absolute;
    margin-top:-12px;
    margin-left:-50px;
}

.wa-icon {
    height: 35px;
    width: 35px;
    position:absolute;
    margin-top:-15px;
    margin-left:25px;
}

.ig-icon {
    height: 35px;
    width: 35px;
    position:absolute;
    margin-top:-15px;
    margin-left:90px;
}
.ig-icon-overlay {
    height: 35px;
    width: 35px;
    position:absolute;
    margin-top:-15px;
    margin-left:90px;
    opacity:0;
    transition: .3s ease;
}


.fb-icon-overlay {
    height: 32px;
    width: 18px;
    position:absolute;
    margin-top:-15px;
    margin-left:-180px;
    opacity:0;
    transition: .3s ease;
}

.twi-icon-overlay {
    height: 32px;
    width: 40px;
    position:absolute;
   margin-top:-15px;
    margin-left:-120px;
    opacity:0;
    transition: .3s ease;
}

.yt-icon-overlay {
    height: 34px;
    width: 40px;
    margin-top: 10px;
    position:absolute;
    margin-top:-12px;
    margin-left:-50px;
    opacity:0;
    transition: .3s ease;
}

.wa-icon-overlay {
    height: 35px;
    width: 35px;
    position:absolute;
   margin-top:-15px;
    margin-left:25px;
    opacity:0;
    transition: .3s ease;
}

.facebook-container{
    height:auto;
    width:auto;
}

img.fb-icon-overlay:hover{
    opacity:1;
}

img.twi-icon-overlay:hover{
    opacity:1;
}
img.ig-icon-overlay:hover{
    opacity:1;
}


img.yt-icon-overlay:hover{
    opacity:1;
}

img.wa-icon-overlay:hover{
    opacity:1;
}

.registration {
    height: 60px;
    width: auto;
    background-color: #54452f;
    font-size: 16px;
}

.registration-text {
    color: white;
    font-family: myJasmineUPCNew;
}


.recent-videos-left-desktop-container{
   
   height:600px;
}
.recent-videos-right-desktop-container{
    
    height:600px;
}

.recent-videos-left-desktop-thumbnail {
    height: 400px;
    width: 750px;
    position: absolute;
    object-fit: cover;
}

.video-thumbnail-desktop-overlay {
     height: 400px;
    width: 750px;
    background-color: rgba(107, 104, 100, 0.6);
    position: absolute;
    z-index: 120;
}

.recent-video-desktop-image-container{
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 100; 
    align-items: center;
}

.recent-videos-desktop-left-thumbnail-player{
    height: 400px;
     width: 750px;
}


@media (min-width:320px) {
    
    .our-book-button{
        margin-top: 30px;
    cursor: pointer;
    
    }
    
    .button-text {
    color: #925127;
    font-family: myJasmineUPCBoldNew;
    font-size: 30px;
}
    
    .yogi-home{
        display:none;
    }
    .yogi-home-mobile{
        display:flex;
        align-self:center;
    }
    
     .yogi-home-aura{
        display:none;
    }
    .yogi-home-mobile-aura{
        display:flex;
        align-self:center;
    }
  
.membersExperienceDesktop{
    display:none !important;
}  

.membersExperienceMobile{
    display:flex !important;
}
  

.divider-recent-videos {
    width: 720px;
    height: auto;
    margin-left: 55px;
    margin-top: 8px;
}  

.divider {
   width: 629px;
    height: auto;
    margin-left: 23px;
    margin-top: 20px;
}

.divider-header {
    font-size: 60px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 18px;
    margin-top: 20px;
    margin-left: 20px;
}


.divider-members-experience {
   width: 748px;
    height: auto;
    margin-left: 60px;
    margin-top: 14px;
}

.divider-header-members-experience {
    font-size: 50px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 15px;
    margin-left: 60px;
}

    
.divider-book {
    width: 340px;
    height: auto;
    margin-left: 20px;
}

.divider-header-book {
   font-size: 48px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    margin-top: 80px;
    line-height: 15px;
    margin-left: 15px;
    margin-bottom: -2px;
}
    
    
.divider-upcoming-events {
   width: 715px;
    height: auto;
    margin-left: 40px;
    margin-top: 20px;
}    
    
.divider-recent-events {
   width: 565px;
    height: auto;
    margin-left: 20px;
    margin-top: 35px;
}

.divider-header-recent-events {
    font-size: 60px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 10px;
    margin-top: 60px;
    margin-left: 15px;
}
    
    .divider-work-scope {
   width: 675px;
    height: auto;
    margin-left: -24px;
    margin-top: 20px;
}

.divider-header-work-scope {
    font-size: 62px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 23px;
    margin-top: 20px;
    margin-left: -30px;
}
    
    .flip-card-front-text{
    text-align:justify;
    font-family:myMyriadProRegular;
    font-size:40px;
    line-height:2;

   padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

.flip-card-back-text{
    text-align:justify;
    font-family:myKokila;
    font-size:50px;
    line-height:2;
    padding-top:60px;
    padding-left:20px;
    padding-right:20px;
}
    
    
    .news-popup-text{
    font-size:33px;
    padding-left:20px;
    padding-right:20px;
    padding-top:50px;
    font-family:myKokila;
    text-align:justify;
}

    
     .article-description-mobile{
        display:block !important;
    }
    .article-description-desktop{
        display:none !important;
    }
    
    
    .step-container-desktop{
            display:none !important;
        }
        .step-container-mobile{
            display:block !important;
        }
    
    .upcoming-event-item{
        width:700px;
        text-align:justify;
    }
    
    .videos-mobile{
        display:flex;
    }
    
    .videos-desktop{
        display:none;
    }
    
    .divider-header-recent-videos {
    font-size: 60px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    margin-left: 15px;
}

    
    .divider-header-upcoming-events {
    font-size: 60px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 20px;
    margin-top: 45px;
    margin-left: 32px;
}

    
    .email-icon {
    height: 25px;
    padding-right: 25px;
    margin-top: 8px;
     margin-left:-40px;
    position:absolute;
}
.email-icon-overlay {
    height: 25px;
    padding-right: 25px;
   margin-top: 8px;
    margin-left:-40px;
    position:absolute;
    opacity:0;
}
    
    /* smartphones, iPhone, portrait 480x320 phones */

.video-custom{
    margin-top:10px; 
    margin-left: 0px;
}

.slider-container-mobile{
    display: table-cell;
    display: flex;
}

.slider-container{
    display:none;
}
.upcoming-event-desc-container {
    height: 560px;
    width: 450px;
}

.yoga-img {
    width: 95%;
    height: 95%;
    margin-bottom: 10px;
}

    .love {
   background-image:url("../images/LoveIcon.png");
   background-size:240px 240px;
}

.art {
     background-image:url("../images/ArtAndCreativityIcon.png");
   background-size:240px 240px;
}

.yoga {
     background-image:url("../images/YogaIcon.png");
   background-size:240px 240px;
}

.environment {
    background-image:url("../images/EnvironmentIcon.png");
   background-size:240px 240px;
}

.address-icon {
    height: 40px;
    margin-left: -25px;
    position:absolute;
}

.address-icon-overlay {
    height: 40px;
    margin-left: -25px;
    position:absolute;
    transition:.3s ease;
    opacity:0;
}

img.address-icon-overlay:hover{
     opacity:1;
}

.call-icon {
    height: 35px;
    padding-right: 25px;
   margin-left: -40px;
    margin-top: 4px;
    position:absolute;
}

.call-icon-overlay {
    height: 35px;
    padding-right: 25px;
   margin-left: -40px;
    margin-top: 4px;
    position:absolute;
    opacity:0;
}

.continue-reading{
    margin-top: 450px;
    z-index: 110;
    margin-left: -75px;
    font-family: myJasmineUPCBoldNew;
    font-size: 20px;
}


.continue-reading-mobile{
    margin-top: 630px;
    z-index: 110;
    margin-left: -130px;
    font-family: myJasmineUPCNew;
    font-size: 40px;
    font-weight:700;
}


img.call-icon-overlay:hover{
     opacity:1;
}


img.email-icon-overlay:hover{
     opacity:1;
}

.number-text {
    font-size: 35px;
    font-family: myJasmineUPCNew;
}

.email-text {
    font-size: 35px;
    line-height: 40px;
    font-family: myJasmineUPCNew;
}

.address-line-one {
    font-size: 25px;
    font-family: myJasmineUPCNew;
}

.address-line-two {
    font-size: 35px;
    line-height: 40px;
    
    font-family: myJasmineUPCBoldNew;
}

.founder {
    height: 550px;
    width: auto;
    background-color: #d4ad76;
}

.about-text {
    font-size: 42px;
    margin-top: 20px;
    font-family: myJasmineUPCBoldNew;
}

.big-text{
    font-family: myKokila;
    font-size: 80px;
}

.people-reached-text {
    font-size: 80px;
    font-family: myMyriadPro;
    position: absolute;
    margin-top:-20px;
    z-index: 110;
}

.people-reached-text-desc {
    font-size: 40px;
    top: 140px;
    font-family: myMyriadPro;
    position: absolute;
    z-index: 110;
}

.recent-video-image-container{
width: 750px; height: 400px; position: relative; z-index: 100; align-items: center;
}
.recent-videos-left-thumbnail {
    height: 400px;
    width: 750px;
    position: absolute;
    object-fit: cover;
}
.recent-videos-left-thumbnail-player{
    height: 400px;
    width: 750px;
}

.recent-videos-left-container {
   height: 400px;
    width: 750px;
    margin-top:5px;
    cursor:pointer;
}

.video-thumbnail-overlay {
   height: 400px;
    width: 750px;
    background-color: rgba(107, 104, 100, 0.6);
    position: absolute;
    z-index: 120;
}

.recent-videos-desc-heading {
    font-family: myKokila;
    font-size: 70px;
    line-height: 70px;
    margin-top: 40px;
    width: 700px;
    margin-left:50px;
    text-align:justify;
}


.recent-videos-desc-sub-heading {
    font-family: myKokila;
    font-size: 50px;
    line-height: 70px;
    margin-left: 15px;
   text-align:justify;
    width:700px;
}


.upcoming-events-desc-heading {
    font-family: myJasmineUPCBoldNew;
    font-size: 50px;
    margin-left: 25px;
    line-height: 1;
}

.upcoming-events-desc-heading-date {
    font-family: myJasmineUPCBoldNew;
    font-size: 50px;
    margin-left: 30px;
    line-height: 50px;
}

.upcoming-events-desc-sub-heading {
    font-family: myJasmineUPCNew;
    font-size: 45px;
    line-height: 50px;
    margin-left: 10px;
    

}
.upcoming-events-desc-sub-heading-last {
    font-family: myKokila;
    font-size: 52px;
    line-height: 1;
    margin-left: 10px;

}

.recent-event-right-image-container{
width: 260px; height: 145px;
position: relative; z-index: 100; align-items: center;cursor:pointer; 
}

.recent-videos-right-thumbnail {
    height: 130px;
    width: 240px;
    position: absolute;
    object-fit: cover;
}


.video-thumbnail-overlay-right {
    height: 130px;
    width: 240px;
    background-color: rgba(107, 104, 100, 0.6);
    position: absolute;
    z-index: 120;
}



.recent-videos-right-container {
    height: auto;
    width: 700px;
}


.upcoming-event-desc-container {
    margin-left:60px;
}

.upcoming-events-container {
    height: 1150px;
    width: 1450px;
    margin-top: 1%;
}

.work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size: 65px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom:30px;
}

.work-scope-item-container {
    width: 240px;
    height: 370px;
    margin-bottom: 50px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
    width: 240px;
    height: 240px;
    border-radius: 50%;
}
    
.work-scope-item {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    transition:.3s ease;
}


   .donate-image {
    height: 400px;
    width: 820px;
 
}

    .slider-heading {
        font-size: 60px;
        line-height: 65px;
    }

    .slider-sub-heading {
        font-size: 35px;
        line-height: 30px;
    }

    .upcoming-events-image {
        height: 450px;
        width: 750px;
        margin-left:10px;
        transition: 0.3s ease;

    }
  

    .lets-celebrate-right-container {
        margin-top: 100px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
        width: 650px;
        height: 450px;
        margin-left: -160px;
    }

   .lets-celebrate-image {
        width: 520px;
        height: 380px;
        margin-top: -10px;
        margin-left: 40px;
        transition:0.3s ease;
    }
    
     .lets-celebrate-image-container:hover .lets-celebrate-image {
        width: 535px;
        height: 390px;
        margin-top: -10px;
        margin-left: 33px;
    }

.lets-celebrate-image-container:hover .lets-celebrate-left-image-bg {
        width: 553px;
        height: 410px;
        margin-left: 26px;
        margin-top: -18px;
    }

    .lets-celebrate-left-image-bg {
        width: 540px;
        height: 400px;
        margin-left: 25px;
        margin-top: -18px;
        transition:0.3s;
    }

    .our-book-img {
        width: 250px;
    height: 310px;
    z-index: 110;
    margin-right: 50px;
    margin-bottom: 60px;
    }

    .book-title {
            font-family: myJasmineUPCBoldNew;
            font-size: 50px;
    }

    .book-text {
        font-family: myJasmineUPCNew;
    font-size: 32px;
    width: 550px;
    color: #925127;
    text-align: justify;
    }
    .book-button{
        margin-top: 5px;
        margin-left: 45px; 
        z-index: 110;
    }

    .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
    }
    .lets-celebrate-text-two-english {
        font-family: myJasmineUPCNew;
        font-size: 36px;
        line-height: 60px;
        width: 750px;
    }

    .about-founder-sub-text {
        width: 750px;
    text-align: justify;
    color: black;
    font-family: myJasmineUPCNew;
    line-height: 60px;
    font-size: 38px;
    margin-top: 10px;
    }

    .slider-container {
        width: 94%;
        height: 100%;
    }
    .slider-container-mobile {
        width: 94%;
        height: 100%;
    }

    .recent-events-container-desktop {
        display: none;
    }

    .recent-events-container-mobile {
        display: flex;
    }

    .upcoming-event-image-container {
        /*height: 550px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        max-width: 900px;
        margin-top: 0px;
    }

    .counter-bg-image {
        width: 310px;
        height: 260px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 250px;
        position: relative;
        align-items: center;
    }

    .address {
        height: 160px;
    }

    .contact-details {
        height: 160px;
    }

    .social-details {
        height: 80px;
        margin-left: 10px;
    }
     .members-exp-container {
        display: none;
    }

    .members-exp-container-mobile {
        display: flex;
    }
     .my-slider {
           height: 470px;

        padding-top:8px;
    }
     .slide-image{
        width:100%; 
        height: 450px;
    }
     .kavya{
        height: 650px;
    }
}

@media (min-width:481px) {
    
    .upcoming-events-container {
    height: 1150px;
    width: 100%;
    margin-top: 1%;
}
    
    .work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size: 65px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom:30px;
}

    
.work-scope-item-container {
    width: 240px;
    height: 370px;
    margin-bottom: 50px;
}

    .col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
        width: 240px;
    height: 240px;
        border-radius: 50%;
    }
    
    .work-scope-item {
        height: 240px;
        width: 240px;
        border-radius: 50%;
        transition:.3s ease;
    }

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
       .donate-image {
    height: 400px;
    width: 820px;
 
}

    .slider-heading {
        font-size: 60px;
        line-height: 65px;
    }

    .slider-sub-heading {
        font-size: 35px;
    }

    .upcoming-events-image {
        height: 450px;
        width: 750px;
        
            transition:0.3s ease;
            -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }


    .lets-celebrate-right-container {
        margin-top: 100px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
        width: 650px;
        height: 450px;
        margin-left: -160px;
    }

   .lets-celebrate-image {
        width: 520px;
        height: 380px;
        margin-top: -10px;
        margin-left: 40px;
        transition:0.3s ease;
    }
    
/*    .lets-celebrate-image-container:hover .lets-celebrate-image {*/
/*        width: 535px;*/
/*        height: 390px;*/
/*        margin-top: -10px;*/
/*        margin-left: 33px;*/
/*    }*/
/*.lets-celebrate-image-container:hover .lets-celebrate-left-image-bg {*/
/*        width: 555px;*/
/*        height: 410px;*/
/*        margin-left: 20px;*/
/*        margin-top: -18px;*/
/*    }*/

    .lets-celebrate-left-image-bg {
        width: 540px;
        height: 400px;
        margin-left: 30px;
        margin-top: -18px;
    }

    .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 45px;
        line-height: 60px;
        width: 750px;
    }

     .about-founder-sub-text {
        width: 750px;
    text-align: justify;
    color: black;
    font-family: myJasmineUPCNew;
    line-height: 60px;
    font-size: 38px;
    margin-top: 10px;
    }
    .slider-container {
        width: 94%;
        height: 100%;
    }

    .recent-events-container-desktop {
        display: none;
    }

    .recent-events-container-mobile {
        display: flex;
    }

    .upcoming-event-image-container {
        /*height: 550px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        max-width: 900px;
    }

    .counter-bg-image {
        width: 310px;
        height: 260px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 250px;
        position: relative;
        align-items: center;
    }

    .address {
        height: 160px;
    }

    .contact-details {
        height: 160px;
    }

    .social-details {
        height: 80px;
        margin-left: 10px;
    }
     .members-exp-container {
        display: none;
    }

    .members-exp-container-mobile {
        display: flex;
    }
     .my-slider {
           height: 470px;

        padding-top:8px;
    }
    .slide-image{
        width:100%; 
        height: 450px;
    }
      .kavya{
        height: 650px;
    }
}

@media (min-width:641px) {

.upcoming-events-container {
    height: 1150px;
    width: 100%;
    margin-top: 1%;
}

.work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size: 65px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom:30px;
}


.work-scope-item-container {
    width: 240px;
    height: 370px;
    margin-bottom: 50px;
}

    .col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
        width: 240px;
     height: 240px;
        border-radius: 50%;
    }
    
    .work-scope-item {
        height: 240px;
        width: 240px;
        border-radius: 50%;
        transition:.3s ease;
    }


    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
       .donate-image {
    height: 400px;
    width: 820px;
 
}

    .slider-heading {
        font-size: 60px;
        line-height: 65px;
    }

    .slider-sub-heading {
        font-size: 35px;
    }

    .upcoming-events-image {
         height: 450px;
        width: 750px;
        margin-left:10px;
        margin-top:10px;
           transition:0.3s ease;
           -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
   

    .lets-celebrate-right-container {
        margin-top: 100px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
        width: 650px;
        height: 450px;
        margin-left: -160px;
    }

    .lets-celebrate-image {
        width: 520px;
        height: 380px;
        margin-top: -10px;
        margin-left: 40px;
        transition:0.3s ease;
    }
    
/*     .lets-celebrate-image-container:hover .lets-celebrate-image {*/
/*        width: 535px;*/
/*        height: 390px;*/
/*        margin-top: -10px;*/
/*        margin-left: 33px;*/
/*    }*/
/*.lets-celebrate-image-container:hover .lets-celebrate-left-image-bg {*/
/*        width: 555px;*/
/*        height: 410px;*/
/*        margin-left: 20px;*/
/*        margin-top: -18px;*/
/*    }*/
    .lets-celebrate-left-image-bg {
        width: 540px;
        height: 400px;
        margin-left: 30px;
        margin-top: -18px;
    }

    .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 45px;
        line-height: 60px;
        width: 750px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
    }

     .about-founder-sub-text {
        width: 750px;
    text-align: justify;
    color: black;
    font-family: myJasmineUPCNew;
    line-height: 60px;
    font-size: 38px;
    margin-top: 10px;
    }
    .slider-container {
        width: 94%;
        height: 100%;
    }

    .recent-events-container-desktop {
        display: none;
    }

    .recent-events-container-mobile {
        display: flex;
    }

    .upcoming-event-image-container {
        /*height: 550px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        max-width: 900px;
    }

    .counter-bg-image {
        width: 310px;
        height: 260px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 250px;
        position: relative;
        align-items: center;
    }

    .address {
        height: 160px;
    }

    .contact-details {
        height: 160px;
    }

    .social-details {
        height: 80px;
        margin-left: 10px;
    }
     .members-exp-container {
        display: none;
    }

    .members-exp-container-mobile {
        display: flex;
    }
     .my-slider {
           height: 470px;

        padding-top:8px;
    }
     .slide-image{
        width:100%; 
        height: 450px;
    }
     .kavya{
        height: 650px;
    }
}


@media (min-width:961px) {
    
    .upcoming-events-container {
    height: 1150px;
    width: 100%;
    margin-top: 1%;
}

.work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size: 65px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom:30px;
}


.work-scope-item-container {
    width: 240px;
    height: 370px;
    margin-bottom: 50px;
}

    .col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
        width: 240px;
     height: 240px;
        border-radius: 50%;
    }
    
    .work-scope-item {
        height: 240px;
        width: 240px;
        border-radius: 50%;
        transition:.3s ease;
    }


    /* tablet, landscape iPad, lo-res laptops ands desktops */
      .donate-image {
    height: 400px;
    width: 820px;
 
}

    .slider-heading {
        font-size: 60px;
        line-height: 65px;
    }

    .slider-sub-heading {
        font-size: 35px;
    }

    .upcoming-events-image {
        height: 450px;
        width: 750px;
        margin-left:10px;
           transition:0.3s ease;
           -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
   

    .lets-celebrate-right-container {
        margin-top: 100px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
        width: 650px;
        height: 450px;
        margin-left: -160px;
    }

   .lets-celebrate-image {
        width: 520px;
        height: 380px;
        margin-top: -10px;
        margin-left: 40px;
        transition:0.3s ease;
    }
    
/*     .lets-celebrate-image-container:hover .lets-celebrate-image {*/
/*        width: 535px;*/
/*        height: 390px;*/
/*        margin-top: -10px;*/
/*        margin-left: 33px;*/
/*    }*/
/*.lets-celebrate-image-container:hover .lets-celebrate-left-image-bg {*/
/*        width: 555px;*/
/*        height: 410px;*/
/*        margin-left: 20px;*/
/*        margin-top: -18px;*/
/*    }*/
    .lets-celebrate-left-image-bg {
        width: 540px;
        height: 400px;
        margin-left: 30px;
        margin-top: -18px;
    }

    .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 50px;
        line-height: 60px;
        width: 750px;
    }

    .about-founder-sub-text {
        width: 750px;
    text-align: justify;
    color: black;
    font-family: myJasmineUPCNew;
    line-height: 60px;
    font-size: 38px;
    margin-top: 10px;
    }

    .slider-container {
        width: 94%;
        height: 100%;
    }

    .recent-events-container-desktop {
        display: none;
    }

    .recent-events-container-mobile {
        display: flex;
    }

    .upcoming-event-image-container {
        /*height: 550px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        margin-left: 60px;
    }

    .upcoming-events-desc {
        max-width: 900px;
    }

    .counter-bg-image {
        width: 310px;
        height: 260px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 250px;
        position: relative;
        align-items: center;
    }

    .address {
        height: 160px;
    }

    .contact-details {
        height: 160px;
    }

    .social-details {
        height: 80px;
        margin-left: 10px;
    }
     .members-exp-container {
        display: none;
    }

    .members-exp-container-mobile {
        display: flex;
    }
     .my-slider {
           height: 470px;

        padding-top:8px;
    }
     .slide-image{
        width:100%; 
        height: 450px;
    }
    .kavya{
        height: 650px;
    }
    
}

@media (min-width:1025px) {
    
    .our-book-button{
        margin-top: 30px;
    cursor: pointer;
    margin-left: 35px;
    }
    
.button-text {
    color: #925127;
    font-family: myJasmineUPCBoldNew;
    font-size: 20px;
}

    
    .news-popup-text{
    font-size:25px;
    padding-left:20px;
    padding-right:20px;
    padding-top:40px;
    
    font-family:myKokila;
    text-align:justify;
}

    
    .upcoming-event-item{
        width:590px;
        text-align:justify;
    }
    
    .divider-header-recent-videos {
   font-size: 42px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 30px;
    margin-top: 20px;
    margin-left: 15px;
   
}

    
    .email-icon {
    height: 25px;
    padding-right: 25px;
    margin-top: 15px;
     margin-left:-40px;
    position:absolute;
}
.email-icon-overlay {
    height: 25px;
    padding-right: 25px;
   margin-top: 15px;
    margin-left:-40px;
    position:absolute;
    opacity:0;
}
    .video-custom{
    margin-top:48px; 
    margin-left: 30px;
}
    
.slider-container{
    display: table-cell;
    display: flex;
}

.slider-container-mobile{
    display:none;
}
    
    .upcoming-event-desc-container {
    height: 450px;
    width: 450px;
}
    
    .love {
   background-image:url("../images/LoveIcon.png");
   background-size:160px 160px;
   transition:.3s ease;
}

.art {
     background-image:url("../images/ArtAndCreativityIcon.png");
   background-size:160px 160px;
   transition:.3s ease;
}

.yoga {
     background-image:url("../images/YogaIcon.png");
   background-size:160px 160px;
   transition:.3s ease;
}

.environment {
     background-image:url("../images/EnvironmentIcon.png");
   background-size:160px 160px;
   transition:.3s ease;
}
    
    
    .number-text {
    font-size: 25px;
    font-family: myJasmineUPCNew;
}

.email-text {
    font-size: 30px;
    line-height: 60px;
    font-family: myJasmineUPCNew;
}
    
    .address-line-one {
    font-size: 25px;
    font-family: myJasmineUPCNew;
}

.address-line-two {
    font-size: 30px;
    line-height: 60px;
    margin-top:-15px;
    font-family: myJasmineUPCBoldNew;
}
    .founder {
    height: 525px;
    width: auto;
    background-color: #d4ad76;
}
    .about-text {
    font-size: 30px;
    margin-top: 20px;
    font-family: myJasmineUPCBoldNew;
}
    .big-text{
    font-family: myKokila;
    font-size: 70px;
}
    .people-reached-text {
    font-size: 60px;
    font-family: myMyriadPro;
    position: absolute;
    margin-top:-20px;
    z-index: 110;
}
    
    .people-reached-text-desc {
    font-size: 22px;
    margin-top: 40px;
    font-family: myMyriadPro;
    position: absolute;
    z-index: 110;
}
    
    .recent-video-image-container{
 height: 320px;
     width: 580px;
     margin-left:-20px;
position: relative; z-index: 100; align-items: center;
}

.recent-videos-left-thumbnail {
   height: 320px;
     width: 580px;
    position: absolute;
}

.recent-videos-left-thumbnail-player{
   height: 320px;
     width: 580px;
}

.recent-videos-left-container {
     height: 320px;
     width: 580px;
}

.video-thumbnail-overlay {
     height: 320px;
     width: 580px;
    background-color: rgba(107, 104, 100, 0.6);
    position: absolute;
    z-index: 120;
}
    
    .recent-videos-desc-heading {
    font-family: myKokila;
    font-size: 50px;
    line-height: 50px;
    margin-top: 0px;
    margin-left: 40px;
    width: 620px;
    text-align:justify;
}

.recent-videos-desc-sub-heading {
    font-family: myKokila;
    font-size: 29px;
    line-height: 50px;
    margin-left: 15px;
   text-align:justify;
    width:500px;
}

.recent-event-right-image-container{
  height: 108px;
   width: 210px;
position: relative; z-index: 100; align-items: center;cursor:pointer; 
}

.recent-videos-right-thumbnail {
    height: 108px;
   width: 200px;
    position: absolute;
}


.video-thumbnail-overlay-right {
    height: 108px;
    width: 200px;
    background-color: rgba(107, 104, 100, 0.6);
    position: absolute;
    z-index: 120;
}



.recent-videos-right-container {
    height: auto;
    width: 480px;
    margin-left: -80px;

}


.upcoming-event-desc-container {
    margin-left:60px;
}
    
    .upcoming-events-desc-heading {
    font-family: myJasmineUPCBoldNew;
    font-size: 35px;
    margin-left: 25px;
    line-height: 1;
    margin-top:12px;
}
    .upcoming-events-desc-heading-date {
    font-family: myJasmineUPCBoldNew;
    font-size: 35px;
    margin-left: 30px;
    line-height: 50px;
    margin-top:4px;
}

.upcoming-events-desc-sub-heading {
    font-family: myJasmineUPCNew;
    font-size: 30px;
    line-height: 50px;
    margin-left: 10px;
margin-top:6px;
}


.upcoming-events-desc-sub-heading-last {
    font-family: myKokila;
    font-size: 30px;
    line-height: 1;
    margin-left: 10px;

}

    
    .upcoming-event-desc-container {
    margin-left:-60px;
}
    
    
    .upcoming-events-container {
    height: 1150px;
    width: 1450px;
    margin-top: 1%;
    
}
    
    .work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size: 30px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;

}

    
.work-scope-item-container {
    width: 180px;
    height: 280px;
    margin-bottom: 50px;
}
    
.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
    height: 180px;
    width: 180px;
    margin-top:-10px;
}


.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .love {
   background-image:url("../images/LoveIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .art {
     background-image:url("../images/ArtAndCreativityIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .yoga {
     background-image:url("../images/YogaIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .environment {
     background-image:url("../images/EnvironmentIcon.png");
   background-size:180px 180px;
}

.work-scope-item {
    height: 160px;
    width: 160px;
    transition:.3s ease;
}

    /* big landscape tablets, laptops, and desktops */
    .donate-image {
        height: 400px;
        width: 360px;
    }

    .slider-heading {
        font-size: 100px;
        line-height: 85px;
    }

    .slider-sub-heading {
        font-size: 32px;
        line-height: 60px;
    }

    .upcoming-events-image {
        height: 360px;
        width: 620px;
        margin-left:10px;
           transition:0.3s ease;
           -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
    img.upcoming-events-image:hover{
        height: 380px;
        width: 650px;
        margin-left:-20px;
    }

    .lets-celebrate-right-container {
        margin-top: 1px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
        width: 360px;
        height: 380px;
        margin-left: 25px;
    }

    .lets-celebrate-image {
        width: 400px;
        height: 290px;
        margin-left: 100px;
        margin-top: 0px;
        transition:0.3s ease;
    }
    .lets-celebrate-image-container:hover .lets-celebrate-left-image-bg{
        width: 422px;
        height: 308px;
        margin-left: 90px;
        margin-top: -10px;
    }
   .lets-celebrate-image-container:hover .lets-celebrate-image {
        width: 412px;
        height: 298px;
       margin-top: -5px;
       margin-left: 95px;
    }
    .lets-celebrate-left-image-bg {
        width: 410px;
        height: 300px;
        margin-left: 95px;
        margin-top: -5px;
        transition:0.3s ease;
    }

    .our-book-img {
        width: 350px;
        height: 400px;
        z-index: 110;
        margin-right: 100px;
    }

    .book-title {
        font-family: myJasmineUPCBoldNew;
        font-size: 60px;
    }

    .book-text {
        font-family: myJasmineUPCBoldNew;
        font-size: 40px;
        width: 700px;
        color: #925127;
        text-align: justify;
    }
   .book-button{
        margin-top: 25px;
        margin-left: 45px; 
        z-index: 110;
    }


    .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 30px;
        line-height: 40px;
        width: 730px;
        margin-left: 80px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 30px;
        line-height: 40px;
        width: 730px;
        margin-left: 80px;
    }
    .lets-celebrate-text-two-english {
        font-family: myJasmineUPCNew;
        font-size: 22px;
        line-height: 40px;
        width: 750px;
    }

    .about-founder-sub-text {
        width: 600px;
        text-align: justify;
        color: black;
        font-family: myJasmineUPCNew;
        line-height: 50px;
        font-size: 25px;
        margin-top: 30px;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .slider-container {
        margin-top: 130px;
    }

    .slider-container {
        width:1280px;
        height: 600px;
    }

    .recent-events-container-desktop {
        display: flex;
    }

    .recent-events-container-mobile {
        display: none;
    }

    .upcoming-event-image-container {
        /*height: 500px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 35px;
    }

    .upcoming-events-desc {
        margin-left: 35px;
        margin-top: -40px;
    }

    .upcoming-events-desc {
        max-width: 700px;
    }

.counter-bg-image {
        width: 260px;
        height: 205px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 280;
        position: relative;
        align-items: center;
    }

    .line {
        margin-left: 60px;
    }

    .address {
        height: 180px;
    }

    .contact-details {
        height: 180px;
    }

    .social-details {
        height: 180px;
        margin-left: 0px;
    }
     .members-exp-container {
        display: flex;
    }

    .members-exp-container-mobile {
        display: none;
    }
    .my-slider {
        height: 580px;
        padding-top:0px;
    }
    .slide-image{
        width:100%; 
        height: 580px;
    }
     .kavya{
        height: 525px;
    }
}

@media (min-width:1281px) {
    
    .yogi-home-mobile{
        display:none;
    }
    .yogi-home{
        display:flex;
        align-self:center;
    }
    
    .yogi-home-mobile-aura{
        display:none;
    }
    .yogi-home-aura{
        display:flex;
        align-self:center;
    }
    
    
    .membersExperienceDesktop{
    display:flex !important;
}  

.membersExperienceMobile{
    display:none !important;
}
    
    .divider-recent-videos {
    width: 480px;
    height: auto;
    margin-left: 55px;
    margin-top:-3px;
}
    
    .divider {
    width: 385px;
    height: auto;
    margin-left: 18px;
}

.divider-header {
    font-size: 37px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 7px;
    margin-top: 21px;
    margin-left: 20px;
}

.divider-members-experience {
    width: 560px;
    height: auto;
    margin-left: 60px;
    margin-top:5px;
}

.divider-header-members-experience {
    font-size: 38px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 34px;
    margin-left: 60px;
    padding-top: 16px;
}


    .divider-book {
    width: 310px;
    height: auto;
    margin-left: 20px;
}

.divider-header-book {
    font-size: 43px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    margin-top: 80px;
    line-height: 15px;
    margin-left:15px;
    margin-bottom:-2px;
}
    
    .divider-upcoming-events {
    width: 510px;
    height: auto;
    margin-left: 40px;
    margin-top: -3px;
}
    
.divider-recent-events {
    width: 410px;
    height: auto;
    margin-left: 20px;
    margin-top:-3px;
}

.divider-header-recent-events {
    font-size: 43px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    margin-left:15px;
}
    
    .divider-work-scope {
    width: 475px;
    height: auto;
    margin-left: -24px;
    margin-top:-3px;
}

.divider-header-work-scope {
    font-size: 43px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 38px;
    margin-top: 20px;
    margin-left: -30px;
}
    
    .flip-card-front-text{
    text-align:justify;
    font-family:myJasmineUPCNew;
    font-size:26px;
   padding-top: 25px;
   line-height:1.5;
    padding-right: 20px;
    padding-left: 20px;
}

.flip-card-back-text{
    text-align:justify;
    font-family:myKokila;
    font-size:30px;
    line-height:1.5;
    padding-top:60px;
    padding-left:20px;
    padding-right:20px;
}
    
    
    .article-description-mobile{
        display:none !important;
    }
    .article-description-desktop{
        display:block !important;
    }
    
    .step-container-desktop{
            display:flex !important;
        }
        .step-container-mobile{
            display:none !important;
        }
    
     .videos-mobile{
        display:none;
    }
    
    .videos-desktop{
        display:flex;
    }
    
    .divider-header-upcoming-events {
    font-size: 43px;
    font-family: myJasmineUPCBoldNew;
    text-align: center;
    height: 30px;
    margin-top: 50px;
    margin-left: 32px;
}

    
    .yoga-img {
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}
    

    
    
    .upcoming-events-container {
    height: auto;
    width: 1450px;
    margin-top: 1%;
    margin-left:5px;
}
    
        .work-scope-text {
    font-family: myJasmineUPCBoldNew;
    font-size:30px;
    line-height: 1;
    height: 20%;
    text-align: center;
    margin-top: 20px;

}

    
.work-scope-item-container {
    width: 180px;
    height: 280px;
    margin-bottom: 50px;
}
    
.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .work-scope-item {
    height: 180px;
    width: 180px;
    margin-top:-10px;
}


.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .love {
   background-image:url("../images/LoveIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .art {
     background-image:url("../images/ArtAndCreativityIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .yoga {
     background-image:url("../images/YogaIcon.png");
   background-size:180px 180px;
}

.col-lg-3.col-sm-3.col-xs-6.col-md-6.work-scope-item-container.d-flex.flex-column:hover .environment {
     background-image:url("../images/EnvironmentIcon.png");
   background-size:180px 180px;
}

.work-scope-item {
    height: 160px;
    width: 160px;
    transition:.3s ease;
}

    /* hi-res laptops and desktops */
    .donate-image {
        height: 400px;
        width: 360px;
    }

    .slider-heading {
        font-size: 100px;
        line-height: 85px;
    }

    .slider-sub-heading {
        font-size: 32px;
        line-height: 60px;
    }

    .upcoming-events-image {
        height: 360px;
        width: 620px;
        margin-left:-10px;
           transition:0.3s ease;
           -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }

    .lets-celebrate-right-container {
        margin-top: 1px;
        display: flex;
        align-items: center;
    }

    .lets-celebrate-left-bg {
         width: 360px;
        height: 380px;
        margin-left: 25px;
    }

    .lets-celebrate-image {
        width: 400px;
        height: 290px;
        margin-left: 100px;
        margin-top: 0px;
        transition:0.3s ease;
    }
    .lets-celebrate-image-container:hover .lets-celebrate-left-image-bg{
        width: 422px;
        height: 308px;
        margin-left: 90px;
        margin-top: -10px;
    }
   .lets-celebrate-image-container:hover .lets-celebrate-image {
        width: 412px;
        height: 298px;
       margin-top: -5px;
       margin-left: 95px;
    }

    .lets-celebrate-left-image-bg {
        width: 410px;
        height: 300px;
        margin-left: 95px;
        margin-top: -5px;
        transition:0.3s ease;
    }

    .our-book-img {
        width: 280px;
    height: 350px;
    z-index: 110;
    margin-bottom: -70px;
    margin-left: 250px;
    }

    .book-title {
        font-family: myJasmineUPCBoldNew;
    font-size: 36px;
    margin-left: 35px;
    margin-top: 30px;
    }

    .book-text {
        font-family: myJasmineUPCNew;
    font-size: 25px;
    width: 700px;
    color: #925127;
    text-align: justify;
    margin-left: 35px;
    }
    .book-button{
        margin-top: 0px;
        margin-left: 45px; 
        z-index: 110;
    }

   .lets-celebrate-text-one {
        font-family: myKokila;
        font-size: 30px;
        line-height: 40px;
        width: 720px;
        margin-left: 60px;
        text-align: justify;
    }

    .lets-celebrate-text-two {
        font-family: myKokila;
        font-size: 30px;
        line-height: 40px;
        width: 720px;
        margin-left: 60px;
        text-align: justify;
    }

    .about-founder-sub-text {
        width: 600px;
        text-align: justify;
        color: black;
        font-family: myJasmineUPCNew;
        line-height: 50px;
        font-size: 25px;
        margin-top: 30px;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .slider-container {
        margin-top: 130px;
    }

    .slider-container {
        width: 1280px;
        height: 600px;
    }

    .recent-events-container-desktop {
        display: flex;
    }

    .recent-events-container-mobile {
        display: none;
    }

    .upcoming-event-image-container {
        /*height: 500px;*/
        /*550px*/
    }

    .upcoming-events-desc-1 {
        margin-left: 35px;
    }

    .upcoming-events-desc {
        margin-left: 35px;
    }

    .upcoming-events-desc {
        max-width: 700px;
    }

    .counter-bg-image {
        width: 260px;
        height: 205px;
        margin-top: 20px;
        z-index: 100;
        position: absolute;
    }

    .counter-item-one {
        width: auto;
        height: 280;
        position: relative;
        align-items: center;
    }

    .line {
        margin-left: 60px;
    }

    .address {
        height: 180px;
    }

    .contact-details {
        height: 180px;
    }

    .social-details {
        height: 180px;
        margin-left: 0px;
    }

    .members-exp-container {
        display: flex;
    }

    .members-exp-container-mobile {
        display: none;
    }
    .my-slider {
        height: 580px;
        padding-top:0px;
    }
    .slide-image{
        width:100%; 
        height: 580px;
    }
     .kavya{
        height: 525px;
    }
}
@media (min-width:1400px) {
    .kavya{
        height: 525px;
    }
     .my-slider {
        height: 580px;
        padding-top:0px;
    }
    .slide-image{
        width:100%; 
        height: 580px;
    }
}



@font-face {
    font-family: myJasmineUPCNew;
    src: url(../fonts/MyriadProRegular.ttf);
}

@font-face {
    font-family: myJasmineUPCBoldNew;
    src: url(../fonts/MyriadProBold.ttf);
}

@font-face {
    font-family: myMyriadProRegular;
    src: url(../fonts/MyriadProRegular.ttf);
}

@font-face {
    font-family: myMyriadPro;
    src: url(../fonts/MyriadPro.ttf);
}

@font-face {
    font-family: myKokila;
    src: url(../fonts/kokila.ttf);
}

@font-face {
    font-family: myMajallab;
    src: url(../fonts/majallab.ttf);
}


@-webkit-keyframes text {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes text {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.0);
    }
}

@-webkit-keyframes sub-text {
   0%, 8.3% { margin-left: -100%; opacity: 0; }
  8.3%,25% { margin-left: 0%; opacity: 1; }

}

@keyframes sub-text {
    0%, 8.3% { margin-left: -100%; opacity: 0; }
  8.3%,25% { margin-left: 0%; opacity: 1; }
  
}


@keyframes MoveUpDown {
   0% {
        transform: scale(0.5,0.5);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.5,0.5);
    }
}

@-webkit-keyframes MoveUpDown {
   0% {
        transform: scale(0.5,0.5);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.5,0.5);
    }
}

@keyframes MoveUpDownMobile {
   0% {
        transform: scale(0.5,0.5);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.5,0.5);
    }
}

@-webkit-keyframes MoveUpDownMobile {
   0% {
        transform: scale(0.5,0.5);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.5,0.5);
    }
}

@-webkit-keyframes leaves {
    100% {
        -webkit-transform: scale(1.0);
    }

    0% {
        -webkit-transform: scale(1.06);
    }
}

@keyframes leaves {
    100% {
        transform: scale(1.0);
    }

    0% {
        transform: scale(1.06);
    }
}
