.abtImg img {
    position: relative;
    margin-left: 0rem;
    border-radius: 4px;
    transition: all 0.3s;
    max-width: 400px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.heroBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--theme-red);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--theme-red);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(var(--theme-red) 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.topheader .navbar li .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--theme-red);
    opacity: 1;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: -1;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.headerStrip .mblsmedia li:nth-child(1) a .fa {
    background-color: #4267b2;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.headerStrip .mblsmedia li:nth-child(2) a .fa {
    background-color: #00acee;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.headerStrip .mblsmedia li:nth-child(3) a .fa {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.headerStrip .topInfo ul.smedia li:nth-child(1) a .fa {
    background-color: #4267b2;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.headerStrip .topInfo ul.smedia li:nth-child(2) a .fa {
    background-color: #00acee;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.headerStrip .topInfo ul.smedia li:nth-child(3) a .fa {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: center;
}

.topheader .navbar li {
    line-height: normal;
    margin: 0;
    padding: 10px 2px;
    z-index: 1;
}

.topheader .navbar li .nav-link {
    position: relative;
    transition: all 0.5s linear;
    z-index: 1;
}

.topheader .navbar li .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: var(--theme-red);
    opacity: 0;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: -1;
}

.topheader .navbar li .nav-link:hover {
    color: #fff !important;
    z-index: 1;
}

.topheader .navbar li .nav-link:hover:before {
    width: 100%;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.heroBg {
    position: relative;
}

.heroBg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18%;
    width: 32%;
    height: 100vh;
    margin: auto;
    background-image: url(./img/heroBG/shines1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: shineUp 5s linear infinite;
    transform: translateX(-50%);
}

@keyframes shineUp {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* cloud animation starts here */

.cloud-1 {
    animation: animateCloud 50s linear infinite;
    text-align: left;
}

.cloud-2 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-3 {
    animation: animateCloud 90s linear infinite;
    text-align: left;
}

.cloud-4 {
    animation: animateCloud 90s linear infinite;
    text-align: left;
}

.cloud-5 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-6 {
    animation: animateCloud 70s linear infinite;
    text-align: left;
}

.cloud-7 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-8 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-9 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-10 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-11 {
    animation: animateCloud 80s linear infinite;
    text-align: left;
}

.cloud-12 {
    animation: animateCloud 30s linear infinite;
    text-align: left;
}

.cloud-13 {
    animation: animateCloud 30s linear infinite;
    text-align: left;
}

.cloud-14 {
    animation: animateCloud 20s linear infinite;
    text-align: left;
}

.cloud-15 {
    animation: animateCloud 10s linear infinite;
    text-align: left;
}

@keyframes animateCloud {
    0% {
        transform: translateX(-150%) scale(1);
    }
    100% {
        transform: translateX(200%) scale(1.5);
    }
}

#darkBG {
    background-color: #f7f6ed;
    padding-bottom: 8rem;
}

.figure {
    position: relative;
}

#yogaSlider {
    background-color: #f7f6ed;
    padding-bottom: 4rem;
}

.section_heading {
    text-align: center;
}


/* .section_heading h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0.5rem 0;
} */

.section_heading h5 {
    color: #aaa698;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 4.2px;
    font-weight: 600;
}

.section_heading p {
    font-family: "Dancing Script", cursive;
    font-size: 28px;
    font-style: italic;
    color: #aaa698;
    margin-bottom: 0;
}

.item-left {
    position: relative;
}

.item-left::after {
    content: "";
    position: absolute;
    top: 230px;
    right: 0%;
    width: 50%;
    height: 40vh;
    margin-left: auto;
    background-image: url(../img/staryogachakra.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: slideAlternet 5s linear infinite;
}

@keyframes slideAlternet {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-60px);
    }
    100% {
        transform: translate(0px);
    }
}

.item-right {
    position: relative;
}

.item-right::before {
    content: "";
    background-image: url(../img/sqr-pattern.png);
    background-position: 2px 2px;
    background-repeat: repeat;
    background-size: 20px 20px;
    content: "";
    height: auto;
    margin: 20px -20px -20px 20px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    animation: slideUpdown 5s linear infinite;
}

@keyframes slideUpdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translate(0px);
    }
}

.movingChakra figure {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #f7f6ed;
    border-radius: 50%;
}

.movingChakra figure img {
    animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.bookBtn {
    width: 54%;
}

.bookBtn a {
    background: #fff;
    border: 2px solid #cd9933;
    padding: 0.8rem 2rem;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.blogImg {
    overflow: hidden;
    transition: all 0.3s linear;
}

.blogImg img {
    overflow: hidden;
}


/* buutonhover effects */

.bookBtn .btn-5 {
    background: #fff;
    border: 0;
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0em auto;
    padding: 0.8rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
    border: 2px solid #cd9933;
}

.bookBtn .btn-5::before {
    content: "";
    position: absolute;
    z-index: -1;
}

.bookBtn .btn-5::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.bookBtn .btn-5:hover {
    color: #fff;
}


/* 1 */


/* 5 */

.bookBtn .btn-5 {
    overflow: hidden;
}

.bookBtn .btn-5::after {
    background-color: #cd9933;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(45deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.bookBtn .btn-5:hover:after {
    height: 100%;
    width: 135%;
}

.brLeft {
    border-left: 1px solid #ddd;
    margin-left: -14px;
}


/* ripple effects on hover */

.iconBox figure {
    background: transparent;
    cursor: pointer;
    border: 2px solid white;
    color: white;
    height: 130px;
    width: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
}

.iconBox figure:hover {
    /*    transform: scale(1.1); */
    animation: ripple 1.5s linear alternate;
    transition: all 0.7s ease;
}

.iconBox figure:focus {
    outline: none;
}

.yogaBox:hover .iconBox figure {
    animation: ripple 1.5s linear alternate;
    transition: all 0.7s ease;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #eee, 0 0 0 1px #eee, 0 0 0 3px #eee, 0 0 0 5px #eee;
    }
    100% {
        box-shadow: 0 0 0 0 #eee, 0 0 0 4px #eee, 0 0 0 8px #eee, 0 0 0 10px #eee;
    }
}


/* slic slider */

#client .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 120%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 50%;
}

#client .slick-prev {
    left: 42%;
}

#client .slick-next {
    right: 42%;
}

.abtBg {
    position: relative;
}

.abtBg::after {
    content: "";
    position: absolute;
    left: 10%;
    right: -30px;
    top: 0%;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ffeb8d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.leafAnimateTop {
    animation: LeafslideLeft 1.5s linear infinite;
    transition: all 00s ease;
}

@keyframes LeafslideLeft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

.leafAnimateBottom {
    animation: LeafslideUP 5s linear infinite;
    transition: all 10s ease;
}

@keyframes LeafslideUP {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.tablinks {
    position: relative;
}

.tablinks.active::before {
    opacity: 1;
}

.tablinks.active::after {
    opacity: 1;
}

.tablinks::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -65px;
    width: 50px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s linear;
    opacity: 0;
}

.tablinks:hover:after {
    left: -90px;
    opacity: 1;
}

.tablinks::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s linear;
    opacity: 0;
}

.tablinks:hover:before {
    right: -92px;
    opacity: 1;
}