@import url('https://fonts.googleapis.com/css2?family=Norican&display=swap');


@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBlack.woff2') format('woff2'),
        url('../fonts/NexaBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


p::-webkit-scrollbar {
    display: none;
}
p{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.scrollup {background: #fff; border-radius: 30px; bottom: 40px; color: #FF7200; display: none; font-size: 18px; height: 50px; line-height: 50px; position: fixed;
right: 20px; text-align: center; width: 50px; z-index: 9999; box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.scrollup:hover{ background:#000; color:#fff;}



.banner{ background-image:url(../img/yoga/banner.jpg); background-size: cover;    padding:50px 0; background-position: center center; display: flex; align-items: center;}
.banner .row {
    background: #fff;
    display: flex;
    align-items: center;
  position: relative;
}
.banner h1.sec-title {
    position: absolute;
    font-size: 190px;
    letter-spacing: 50px;
    margin: 0;
    z-index: 9;
    left: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.banner .left-content {
    font-size: 14px;
    text-align: justify;
    padding: 190px 40px 0px;
}
.banner .left-content p {
    font-size: 17px;
    line-height: 24px;
    overflow-y: scroll;
    height: 183px;
    margin-bottom: 20px;
    font-weight: 00;
}
.banner .col-md-8 {
    padding: 0;
}
.banner .right-slider #banner-slider .item img{ width:100%; height:400px; min-height:530px;}

section.about-box {
    padding: 50px 0;
}
.about-box .left-box img {
    width: 100%;
}
section.about-box .right-content img {
    width: 100%;
}

section.about-box .right-content {
    position: relative; 
  height:100%;
}
section.about-box .right-content::before {
    content: "";
    width: 300px;
    height: 520px;
    background: #004e4b;
    position: absolute;
    margin: 0 auto;
    left: 17%;
    top: 0;
}
section.about-box .right-content img {
    width: 100%;
    margin: 40px 0 0 0;
    z-index: 99;
    position: relative;
}
section.about-box .right-content .text-box {
    width: 55%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 30px #2a2a2ad1;
    padding: 30px;
    z-index: 999;
    position: absolute;
    right: 30px;
    bottom: 16px;
}
.about-box .left-box img.logo {
    width: 50%;
}
.about-box .left-box img {
    width: 110%;
    margin: 20px 0 0;
    position: relative;
    z-index: 999;
    border: 10px solid #fff;
    height: 400px;
    border-left: 0;
}
section.sec-yoga {
    padding: 50px 0;
}
section.sec-yoga .sec-title {
    text-align: center;
  margin: 0 0 30px 0;
}
section.sec-yoga .sec-title p {
    padding: 0 100px;
}
.sec-title h2 {
    font-size: 62px;
    margin: 0 0 10px 0;
}
.sec-yoga .box-list .list-box {
    display: flex;
    align-items: center;
      margin: 40px 0 0 0;
}
.sec-yoga .box-list .list-box .box-content {
    text-align: right;
      padding: 0 10px 0px 0;
  
}
.sec-yoga .box-list .list-box .box-content p {
    font-size: 12px;
}
.sec-yoga .box-list.right-list .list-box .box-content {
    text-align: left;
    padding: 0 0 0 10px;
}
.sec-yoga .box-list .list-box h4 {
    margin: 0 0 5px 0;
}
.sec-yoga .mid-box img {
    width: 100%;
  z-index: 99;
}
.sec-yoga .mid-box{ position:relative;
text-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-flex;
   display: flex;}

.sec-yoga .mid-box::before {
    background: url(../image/we_ignite_logo_1-0323295.webp) no-repeat center center;
    background-size: 100%;
    content: "";
    width: 25vw;
    height: 100vw;
    position: absolute;
/*    animation: spin 5s linear infinite;*/
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}


section.brand-slider {
    padding: 50px 0;
}
section.brand-slider .sec-title {
    text-align: center;
    
}
section.brand-slider .sec-title h2{ color:#c1536c;}

section.testimonial-sec {

    background-image: url(../image/yoga-background-c35vyaj3yr1tvcwe.jpg);
    background-size: cover;
    background-position: center top;

}
section.testimonial-sec .background-overlay {
    padding: 50px 0;
    background-image: linear-gradient(#e166988a, #463bbbc4);
}
.testimonial-sec .sec-title {
    text-align: center;
  margin: 0 0 30px;
}
.testimonial-sec .sec-title h6 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.testimonial-sec .sec-title h2 {
    color: #fff;
}
.testimonial-sec .item-content {
    text-align: center;
}
.testimonial-sec .item-content p {
    color: #fff;
}
.client-img img {
    margin: 0 auto;
    width: 50px !important;
    border-radius: 50px;
}
.client-name h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.banner h1.sec-title span {
    position: relative;
    left: 60px;
}




.btn-default {
    background: #004f49;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-weight: 700;
    transition: all 0.9s ease;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
}
.banner .btn-default {
    position: relative;
    left: 250px;
    z-index: 9;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 500;
}
.about-box .left-box h3 {
    font-family: Norican;
    font-size: 70px;
    line-height: 75px;
    color: #004e4b;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.text-box p {
    line-height: 24px;
    overflow-y: scroll;
    height: 229px;
}
.about-box .left-box p {
    line-height: 25px;
    overflow-y: scroll;
    height: 115px;
}



.our_specialties_section{
    position: relative;
    padding-bottom: 70px;
}
.our_specialties_heading_content{
    text-align: center;
}
.our_specialties_heading_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.our_specialties_heading_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.our_specialties_heading_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}
.s1{
    padding-top: 110px;
    padding-right: 0;
}
.s2{
    padding-right: 20px;
}
.s3{
    padding-right: 0;
}
.s4{
    padding-right: 25px;
}
.specialties_content_wrapper{
    position: relative;
}
.specialties_content {
    text-align: right;
    margin-bottom: 67px;
    position: relative;
}
.specialties_content .specialties_name {
    font-family: 'Poppins';
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: 8px;
    color: #004e4b;
}
.specialties_content .specialties_paragraph {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 0;
}
.specialties_left_line {
    position: absolute;
    top: 120px;
    right: -50px;
}
.specialties_left_line img {
    height: 390px;
}

.s1::after {
    top: 110px;
    right: -78px;
}
.s2::after {
    top: 0px;
    right: -30px;
}
.s3::after {
    top: 0;
    right: -30px;
}
.s4::after {
    top: 0;
    right: -78px;
}
.specialties_content2{
    text-align: left;
}
.s5{
    padding-top: 110px;
    padding-left: 0;
}
.s6{
    padding-left: 20px;
}
.s7{
    padding-left: 0;
}
.s8{
    padding-left: 24px;
}
.s5::after {
    top: 110px;
    left: -78px;
}
.s6::after {
    top: 0px;
    left: -30px;
}
.s7::after {
    top: 0;
    left: -30px;
}
.s8::after {
    top: 0;
    left: -78px;
}
.specialties_right_line {
    position: absolute;
    top: 120px;
    left: -50px;
}
.specialties_right_line img {
    height: 390px;
}
.our_specialties_section .specialties_image {
    text-align: center;
    margin-top: 15%;
}
.our_specialties_section .our_specialties_right_shape{
    position: absolute;
    top: 150px;
    right: 0;
}
.side-content {
    width: 75%;
    float: left;
}
.type-icon-img {
    display: inline-block;
    width: 100px;
    width: 25%;
}
.our_specialties_section .col-md-4.col-sm-6:last-child .side-content {
    float: right;
}
.specialties_image {
    background: url(../img/yoga/mandala-art.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    width: 390px;
    height: 390px;
}

figure.specialties_image img {
    padding-top: 80px;
}
.type-icon-img img {
    width: 85px;
}
.fix-image {
    position: absolute;
    width: 410px;
    top: 30%;
    /* transform: translate(0%, 0); */
}
.meditation-title h3 {
    font-family: Norican;
    font-size: 47px;
    line-height: 75px;
    color: #004e4b;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.05em;
}


.s-slider {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    pointer-events: auto;
    background-image: url(../img/meditation/slider-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-origin: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.slider-item {
    position: relative;
}
.slider-item span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 5%;
    right: 5%;
    z-index: 99;
}
.slider-item span a {
    color: #fff;
    font-family: 'Poppins';
}
.slider-item:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    z-index: 1;
    border-radius: 20px;
}
.s-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(2px);
    background-color: #ffffff7d;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.meditation-title.text-white p, .meditation-title.text-white h3{
    color: #fff!important;
}
.meditation-title p{
    font-size: 20px;
}
.title-btn-png img {
    width: 180px;
    transform: rotate(180deg);
}
.title-btn-png{
        margin-top: -35px;
}
.testimonial .start i{
    color: #ffcc00;
}
.testimonial .start {
    margin: 20px 0;
}
.testimonial .start i {
    color: #ffcc00!important;
    font-size: 20px;
}
.banner_thumb img {
    height: 300px;
    border-radius: 10px;
}
.banner_area.mb-36 {
    padding: 30px 0;
}
.gradient-banner {
    background-image: url(../img/meditation/gradient-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    padding: 80px 0;
    position: relative;
}
.gradient-banner-content h2 {
    color: #fff;
}
.gradient-banner-content p {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
}
.gradient-banner-content .btn-transparent{
font-family: 'Poppins';
    width: 100%;
}
.logo-bg {
    width: 260px;
}
.banner-single {
    width: 25%;
    position: absolute;
    left: 59%;
    top: 10%;
}
.banner-line {
    transform: rotate(90deg);
    width: 26%;
    position: absolute;
    right: -3%;
    top: 37%;
}
.testimonial-section {
    background: url(../img/meditation/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    table-layout: fixed;
    padding: 50px 0 50px;
    z-index: 99;
}
.testimonial-section:before {
    content: '';
    background: linear-gradient(to bottom, #c55b6d , #453aba);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}
.meditation-title {
    color: #fe3975;
    font-size: 85px;
    line-height: 90px;
}
.title-btn-png {
    margin-top: -35px;
}
.title-btn-png img {
    width: 180px;
    transform: rotate(180deg);
}
.testimonials {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.testimonial {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 100px;
}
.testimonial p {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #ECEEF4;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.testimonial .start {
    margin: 20px 0;
}
.testimonial .start i {
    color: #ffcc00!important;
    font-size: 20px;
}
.testimonial img {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.testimonial .details span {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    font-family: poppins;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
}
.type6 span {
    background: #fff;
    text-align: center;
    display: block;
    border: 5px solid #004e4b;
    margin: 10px;
    padding: 22px;
    font-family: 'Norican';
    font-size: 60px;
    color: #004e4b;
    font-weight: 600;
}
.type3, .type6, .type12, .type5{
    position: relative;
}
.type3 img {
    height: 400px;
    overflow: hidden;
}
.type6 img {
    height: 235px;
    position: relative;
}

.type12 img {
    height: 330px;
}
.type5 img {
    height: 730px;
}

.type3::after, .type6::after, .type5::after, .type12::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}
.type6::after{
  bottom: 41%;
}
.type-title {
    position: absolute;
    bottom: 2px;
    transform: translate(-50%, -33%);
    z-index: 9;
    left: 50%;
    text-align: center;
}
.type-title h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
}
.type12 .type-title h4{
    display: inline-block;
    margin-right: 100px;
}
 .type6 .type-title h4 {
    display: inline-block;
    margin-right: 20px;
}
.type-title .btn-default {
    padding: 6px 15px;
    font-weight: 600;
    font-size: 23px;
}
.type6 .type-title {
    bottom: 40%;
}
.type12 .type-title {
    transform: translate(-0%, -33%);
    left: 62%;
}