@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) {
    .col-2-5 {
        flex: 0 0 auto !important;
        max-width: 20% !important;
    }
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #856CCB;
    border-radius: 0px 25px 25px 0px;
    box-shadow: 0px 0px 3px 2px #00000036;
}

@media (max-width:1200px) {
    .icon-bar {
        display: none;
    }
}

/* navbar */
.navigation_bar {
    background: #fff;
    background-image: linear-gradient(to left, #ebdac611 50%, #856ccb11 77%);
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-nav li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    color: #4C4E4B;
    opacity: 0.6;
    font-family: "Outfit", sans-serif;
}

.scrolled {
    background-color: #ffff;
    box-shadow: 0px 0px 10px 2px #a7a7a7;
}

.navbar-nav {
    gap: 3rem;
}

.navbar-nav li a:hover {
    color: #4C4E4B !important;
}

/* .navbar-nav .active {
    color: #4C4E4B !important;
    font-weight: 600;
} */

.nav-item a {
    position: relative;
}

/* .nav-item a.active:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background-color: #4C4E4B;
    animation: underline 0.6s ease forwards;
} */

.nav-bar-contact-btn {
    background-color: #262626;
    border: none;
    padding: 15.67px 49px 15.67px 49px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    border-radius: 58px;
}

.nav-logo {
    max-width: 100%;
    height: auto;
}

.navbar-brand {
    max-width: 60%;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.nav-badge {
    position: absolute;
    top: -13px;
    left: 57%;
    transform: translateX(-46%);
    background-color: #856CCB;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border-radius: 50%;
}

.shoplist-cart-dialogbox {
    position: absolute;
    top: 65px;
    right: 0;
    background-color: #fff;
    width: 290px;
}

.shoplist-dialodbox-img {
    width: 67px;
    height: 67px;
}

.shoplist-text-margin {
    margin-left: -35px;
}

.shoplist-cart-box-total {
    font-size: 16px;
    font-weight: 500;
}

.shoplist-cart-box-price {
    color: #856CCB;
    font-size: 16px;
    font-weight: 600;
}

.nav-shopping-cart-img {
    padding: 16px;
    font-size: 16px;
    border: none;
}

.nav-shopping-cart-btn {
    background: none;
    border: none;
}

.shoplist-dialogbox-btn-01 {
    width: 104px;
    height: 37px;
    background-color: #856CCB;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
}

.shoplist-dialogbox-btn-02 {
    width: 104px;
    height: 37px;
    background-color: #393531;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width:1199px) {
    .navbar-nav {
        gap: 8px;
    }
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    }
}

/* hero-section css */
.hero-background {
    background-image: linear-gradient(to left, #ebdac611 50%, #856ccb11 77%);
    height: auto;
    position: relative;
}

.position-vector-01 {
    position: absolute;
    left: 0;
    top: 0;
}

.position-vector-02 {
    position: absolute;
    bottom: 265px;
    right: 0;
}

.hero-section-text h1 {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-size: 79px;
}

.hero-section-text span {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    color: #856CCB;
}

.hero-section-text p {
    font-size: 30.92px;
    color: #7D7D7D;
    font-family: "Outfit", sans-serif;
}

.hero-section-text button {
    border: none;
    background-color: #262626;
    color: #fff;
    padding: 13.84px 43.29px 13.84px 43.29px;
    border-radius: 57px;
    font-size: 22px;
}

.ic-hero {
    position: absolute;
    top: 24px;
    left: 119px;
    background-color: #856CCB;
    height: 64.71px;
    width: 64.71px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yoga-part-back {
    background-color: #856CCB;
    border-radius: 0px 35.5px 35.5px 35.5px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    width: 100%;
    min-height: 274px;
}

.yoga-part-text h5 {
    font-family: "Rubik", sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
}

.yoga-part-text p {
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    color: #fff;
}

.yoga-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
}

.yoga-input::placeholder {
    color: #fff;
}

.yoga-form button {
    border: none;
    background-color: #fff;
    color: #856CCB;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    padding: 15px 30px 15px 30px;
    border-radius: 0px 35.5px 35.5px 35.5px;
    width: 100%;
}

.yoga_position_01 {
    position: absolute;
    top: 0;
    left: 0;
}

.yoga_position_02 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
}

@media (max-width:1024px) {
    .ic-hero {
        display: none;
    }

    .position-vector-01 {
        display: none;
    }

    .position-vector-02 {
        display: none;
    }
}

@media (max-width:375px) {
    .hero-section-text h1 {
        font-size: 66px;
    }
}


/* our classes css */
.header-bg {
    background-image: url('../img/header_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 18px 0px;
}

.our-classes-back {
    background-color: #FAF6F2;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.header-text h5 {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.header-text p {
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    letter-spacing: 0.58px;
    color: #866DCA;
    line-height: 35px;
}

.classes-icon {
    background-color: #856CCB;
    display: inline-block;
    width: 106.71px;
    height: 106.71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;
    position: relative;
    box-shadow: 0px 9px 17px 0px #856CCB40;

}

.our-classes-text-section {
    border: 1px solid #856CCB;
}

.our-classes-text h2 {
    font-size: 62px;
    font-family: "Overpass", sans-serif;
}

.our-classes-text h6 {
    font-family: "Overpass", sans-serif;
    font-size: 23px;
    letter-spacing: 0.58px;
}

.our-classes-text p {
    font-family: "Overpass", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #262626;
    opacity: 0.5;
}

/*  */
.qualification-background {
    background-image: linear-gradient(#fff 40%, #856ccb1e 77%);
}

.qualification-section {
    min-height: 477px;
    display: flex;
    align-items: center;
}

.qualification-text {
    position: relative;
}

.qualification-text::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #856CCB;
}

.qualification-text h2 {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #856CCB;
}

.qualification-text p {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #262626;
}

.position-vector-03 {
    position: absolute;
    left: 0;
    top: -155px;
}

@media (max-width:1024px) {
    .position-vector-03 {
        display: none;
    }
}

/* image css */
.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 65px;
    max-width: 100%;
    box-sizing: border-box;
}

.image-container {
    flex: 1 1 auto;
    max-width: calc(20% - 20px);
    /* 20% for each image with 10px gap between */
}

.image-border {
    width: 206px;
    height: 236px;
}

.image {
    width: 204px;
    height: 236px;
    display: block;
}

.img_images {
    position: absolute;
    top: 11px;
    left: 9px;
    transition: 0.1s;
}

.img_images:hover {
    top: 1px;
    left: 1px;
}

@media (max-width:1199px) {
    .image {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .image-container {
        flex: 1 1 auto;
        max-width: calc(100% - 20px);

    }

    .img_images {
        position: relative;
        top: 9px;
        left: 9px;
        transition: 0.1s;
    }

    .image-border {
        display: none !important;
    }

    .image {
        max-width: 100%;
        height: auto;
        display: flex;
        margin: auto;
    }

    .image-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* yogasan css */
.yogasan-background {
    background-image: url('../img/img_yogasan_01.png');
    min-height: 616px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 30px;
    margin-top: 6rem;
    position: relative;
}

.position-vector-04 {
    position: absolute;
    right: 0;
    top: -77px;
}

.about-yogasan-img {
    text-align: end;
}

@media (max-width:1024px) {
    .yogasan-background {
        background-image: none;
        margin-left: 0px;
        min-height: 616px;
        margin-top: 4rem;
    }

    .about-yogasan-img {
        text-align: center !important;
    }
}

@media (max-width:992px) {
    .position-vector-04 {
        display: none;
    }
}

@media (max-width:425px) {
    .yogasan-background {
        background-image: none;
        margin-left: 0px;
        min-height: 416px;
        margin-top: 4rem;
    }
}

/* working hourse css */
.working-hours-background {
    background-image: url('../img/img_bannner_time_table.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 966px;
    position: relative;
}

.working-hours-icon {
    background-color: #856CCB;
    display: inline-block;
    height: 106px;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;
    position: relative;
    box-shadow: 0px 9px 17px 0px #856CCB40;
}

.working-section {
    background-color: #fff;
    border: 1px solid #856CCB;
}

.workin-hours-padding {
    padding-left: 5rem;
    padding-right: 5rem;
}

.working-time-text h6 {
    font-family: "Overpass", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #262626;
}

.working-time-text p {
    font-family: "Overpass", sans-serif;
    font-size: 25px;
    color: #262626;
    opacity: 0.5;
}

.working-day-text {
    padding-top: 6rem;
}

.view-time-table button {
    font-family: "Outfit", sans-serif;
    border: none;
    height: 80px;
    width: 228px;
    background-color: #262626;
    color: #fff;
    font-size: 22px;
    border-radius: 57px;
}

.position-vector-05 {
    position: absolute;
    left: 0;
    bottom: -84px;
}

@media (max-width:1024px) {
    .working-time-table {
        width: 100% !important;
    }
}

@media (max-width:992px) {
    .position-vector-05 {
        display: none;
    }
}

@media (max-width:520px) {
    .working-hours-background {
        background-color: #FAF6F2;
        padding-bottom: 2rem;
    }
}

@media (max-width:512px) {
    .working-time-text h6 {
        width: 100%;
        text-align: center;
    }

    .working-time-text p {
        width: 100%;
        text-align: center;
    }
}

/* about us css */
.about-us-background {
    background-color: #856CCB;
    background-image: url("../img/about_us_banner_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 449px;
    max-width: 1232px;
    margin: auto;
    border-radius: 0px 50px 50px 50px;
    position: relative;
    box-shadow: 0px 100px 135px 0px #856CCB40;
}

.about-us-text h5 {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.about-us-text p {
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.img_position_about_01 {
    position: absolute;
    top: 0;
    left: 0;
}

.img_position_about_02 {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.about-slider-margin {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-top: -125px;
}

.about-slide {
    background: #fff !important;
    border-radius: 32px;
    min-height: 281.75px;
    position: relative;
    z-index: 2;
    max-width: 294px;
    margin-left: 18px;
}

.about-slide-text p {
    font-family: "Outfit", sans-serif;
    color: #262626;
    font-size: 20px;
}

.img_border_about {
    margin-top: -287px;
}

.about-swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 72%);
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    background-color: #F2EEFF;
    border: 1px solid #856CCB;
}

.about-swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 72%);
    left: 0;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    background-color: #F2EEFF;
    border: 1px solid #856CCB;
}

@media (max-width:1400px) {
    .img_border_about {
        display: none;
    }

    .about-slide {
        background: #fff !important;
        border-radius: 32px;
        min-height: 281.75px;
        position: relative;
        z-index: 2;
        max-width: 100%;
        margin-left: 0px;
    }
}

@media (max-width:1200px) {
    .about-slider-margin {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width:576px) {
    .about-slider-margin {
        margin-top: 2rem;
    }

    .about-us-background {
        box-shadow: 0px 238px 189px 0px #856CCB40;
    }

    .about-swiper-button-next {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 76%);
    }

    .about-swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 76%);
    }
}

/* trainers css */
.trainers-background {
    background-color: #FAF6F2;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.trainers-img-text h6 {
    font-family: "Overpass", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 43px;
}

.trainers-img {
    max-width: 100%;
    min-height: 457px;
}

/* footer css */
.footer-back {
    font-family: "Rubik", sans-serif;
    background-color: #856CCB;
    background-image: url('../img/banner_footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px 25px 0px 0px;
    background-position: center center;
    /* min-height: 799px; */
}

.footer-newsletter {
    background-color: #9880DC;
    border-radius: 30px;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.footer-mail-icon {
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.newsletter-text {
    padding-left: 1.5rem;
}

.newsletter-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.newsletter-text p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.newsletter-input-container {
    position: relative;
    max-width: 100%;
    margin: 0 25px;
    margin-top: -28px;
}

.newsletter-input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 57px;
    font-size: 22px;
    box-sizing: border-box;
    height: 70px;
    outline: none;
    color: #262626;
}

.newsletter-input-field::placeholder {
    color: #262626;
}

.newsletter-input-button {
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: #856CCB;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 57px;
    width: 151px;
    cursor: pointer;
    font-size: 16px;
    height: 55px;
}

.footer-header h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.footer-menu-text p {
    color: #fff;
    font-size: 19px;
}

.footer-menu-text a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 300;
}

.footer-menu-text a:hover {
    text-decoration: underline;
}

.footer-address {
    background-color: #fff;
    border-radius: 49px;
    margin-top: -150px;
    min-height: 412px;
    position: relative;
}

.footer-logo-text h5 {
    font-size: 21px;
    font-weight: 400;
    opacity: 0.5;
}

.footer-add-text p {
    color: #262626;
    font-size: 20px;
}

.footer-add-text a {
    text-decoration: none;
    color: #262626;
    font-size: 20px;
}

.img_footer_girl {
    position: absolute;
    bottom: -45px;
    right: 0;
}

.footer-border {
    border-bottom: 1px solid #D9D9D9;
    max-width: 1650px;
    margin: 3rem auto auto;
}

.yoga-class-txet h3 {
    font-size: 27px;
    font-weight: 300;
    color: #fff;
}

.yoga-class-txet a {
    text-decoration: none;
    color: #fff;
}

.yoga-class-txet a:hover {
    text-decoration: underline;
}

.footer-act-text h3 {
    font-size: 27px;
    font-weight: 300;
    color: #fff;
}

.footer-festum-text {
    text-wrap: nowrap;
}

@media (max-width:1199px) {
    .newsletter-text {
        padding-left: 0rem;
    }
    .break-text{
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .newsletter-input-container {
        max-width: 100%;
    }
}

@media (max-width:992px) {
    .newsletter-input-container {
        margin-top: 2rem;
    }

    .footer-address {
        margin-top: 2rem;
    }

    .footer-act-text {
        justify-content: center !important;
    }

    .newsletter-text {
        padding-left: 1.5rem;
    }
}

@media (max-width:768px) {
    .newsletter-text {
        padding-left: 0rem;
    }
}

@media (max-width:428px) {
    .newsletter-input-button {
        position: relative;
        right: 0px;
    }

    .newsletter-input-container {
        margin: 0 5px;
    }
}

@media (max-width:375px) {
    .img_footer_girl {
        display: none;
    }
}
/* back to top btn */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  .back-to-top-button{
    padding: 12px 21px 12px 21px;
    background-color: #000000;
  }