/* Questrial-Font  */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');

/* Garamond-Font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');



body {
    margin: 0px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    font-family: Questrial;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    color: #000000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #000000;
    font-family: 'Paalalabas Display Wide BETA';
    line-height: 1.2;
    font-weight: 400;
}

h1 {
    font-size: 95px;
}

h2 {
    font-size: 66px;
}

h3 {
    font-size: 62px;
}

h4 {
    font-size: 60px;
}

h5 {
    font-size: 52px;
}

h6 {
    font-size: 34px;
}

.p_260 {
    padding: 260px 0;
}

.p_240 {
    padding: 240px 0px;
}

.p_135 {
    padding: 135px 0px;
}

.p_120 {
    padding: 120px 0px;
}

.pt_100 {
    padding-top: 100px;
}
.pagee{
    margin:0;
}
.cta.white-cta {
    position: relative !important;
    cursor: pointer;
    overflow: hidden;
    border-radius: 90px !important;
    transition: background .3s ease;
    z-index: 1;
    color: #fff !important;
    background: transparent;
    padding: 20px 45px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #FFFFFF;
    height: 100%;
    line-height: 100%;
    text-transform: uppercase;
}

.cta.white-cta::before {
    position: absolute !important;
    content: "" !important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 90px !important;
    transition: left .3s ease;
    z-index: -1;
    display: block !important;
    text-transform: uppercase;
}

.cta.white-cta:hover {
    color: #000 !important;
    border: transparent;
    background: transparent;
    border: 2px solid #FFFFFF;

}

.cta.white-cta:hover::before {
    left: 0;
}




/* **************** */



/* index.page start  */


/* toggle css  */
button.navbar-toggler {
    height: 32px;
    width: 32px;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: unset;
    outline: unset;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

span.bar {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
}

/* --- Cross animation --- */
.navbar-toggler[aria-expanded="true"] .bar.one {
    transform: rotate(45deg) translate(9px, 6px);
}

.navbar-toggler[aria-expanded="true"] .bar.two {
    opacity: 0;
    transform: translateX(-10px);
}

.navbar-toggler[aria-expanded="true"] .bar.three {
    transform: rotate(-45deg) translate(7px, -5px);
}

header {
    background: #000000;
    padding: 15px 61px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF !important;
    font-family: Questrial;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #31C2E1 !important;
}

header .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-family: Questrial;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 0;
}


header .navbar-collapse {
    justify-content: center;
}

header .navbar-nav {
    display: flex;
    gap: 72px;
}

header .navbar {
    padding: 0;
}

/* banner-section  */
.banner-section {
    /* background-image: url(../Image/banner-iamge.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner-section .top-head-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-section h1 {
    color: #FFFFFF;
}

.banner-section .hour-heading h1 {
    font-family: 'Gurmukhi MN';
    line-height: 75px;
}

.banner-section span {
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    color: #FFFFFF;
}

.banner-section .banner-anchor {
    margin-top: 46px;
}


/* black-side-section   */
.black-side-sec {
    background: #000000;
    overflow: hidden;
    position: relative;
}


.black-side-sec::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 60px;
    width: 170px;
    height: 267px;
    /* background-image: url("../Image/footer-after.svg"); */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.black-side-sec .black-content h3 {
    color: #FFFFFF;
    font-family: Garamond;
    text-align: center;
    margin-bottom: 6px;
}

.black-side-sec .black-content p {
    color: #FFFFFF;
    font-family: Garamond;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    margin: 0;
}

.black-side-sec .black-main {
    padding: 50px 0;
}

.black-side-sec .black-sec-anchor {
    text-align: center;
    margin-top: 25px;
}




/* TRY-Section  */
.try-section {
    background: #000000;
    position: relative;
    overflow: hidden;
}


/* .try-section::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 60px;
    width: 296px;
    height: 465px;
    background-image: url("../Image/footer-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
} */

.try-section p {
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.try-section h2 {
    color: #FFFFFF;
    text-align: center;
    max-width: 458px;
    margin: auto;
}

.try-section .try-ancoher {
    text-align: center;
    margin-top: 30px;
}

/* download-section  */
.download-sec {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

/* .download-sec::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 54px;
    width: 281px;
    height: 440px;
    background-image: url("../Image/side-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
} */

.download-sec .content-download-sec h2 {
    max-width: 542px;
}

.download-sec .content-download-sec p {
    font-size: 22px;
    line-height: 32px;
    max-width: 649px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
}

.download-sec .content-download-sec .dwon-anc {
    margin-top: 35px;
}

.download-sec .container {
    max-width: 1124px;
    margin: auto;
}

.download-sec .phone-img {
    text-align: right;
}

.download-sec .content-download-sec .Available-Pera {
    margin: 0;
    padding-top: 20px;
}


/* location-section */
.location-sec {
    background: #000000;
    overflow: hidden;
}

.location-sec .container-fluid {
    padding: 0 125px;
}

.location-sec .top-head-loc h2 {
    color: #FFFFFF;
    text-align: center;
}

.location-sec .map-side {
    margin-top: 37px;
}

.location-sec .map-side iframe {
    width: 100%;
    height: 731px;
    border-radius: 30px;
}


/* Testimonials-Section */
.testimonials-sec .top-inner h2 {
    text-align: center;
}

.testimonials-sec .testimonials-btn {
    margin-top: 37px;
}

.testimonials-sec a {
    padding: 46px;
    background: #F5F5F5;
    display: inline-block;
    color: #000000;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.testimonials-sec a:hover {
    background: #000000;
    color: #FFFFFF;
}

.cta.white-cta.black-cta {
    background-color: #000;
    border-color: #000;
}


/* Reformer-section  */
.Reformer-section {
    overflow: hidden;
}

.Reformer-section .right-side-con .btn-side .cta {
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 20px 36px;
    transition: all 0.4s ease-in-out;
}

.Reformer-section .right-side-con .btn-side .cta:hover {
    color: #fff !important;
    background: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;
}

.Reformer-section .right-side-con .btn-side .cta::before {
    background: #000 !important;
}


.Reformer-section .right-side-con .right-side-icon i {
    width: 50px;
    height: 50px;
    border: 0.6px solid #000000;
    color: #000000;
    border-radius: 100%;
    background: #FFFFFF;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    transition: 0.3s;
}

.Reformer-section .right-side-icon i:hover {
    color: #888;
    transform: scale(1.1);
}

.Reformer-section .right-side-con .right-side-icon {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.Reformer-section .top-con-right p {
    font-size: 22px;
    line-height: 32px;
    font-variant: small-caps;
    text-transform: uppercase;
    margin: 0;
    padding-top: 6px;
}

.Reformer-section .right-side-con .btn-side {
    margin-top: 43px;
}

.Reformer-section .right-side-con {
    margin-left: auto;
    max-width: 642px;
}

.footer-col ul li a:hover {
    color: #31C2E1;
}

/* index.page End  */









/* Studios-Page start */

.banner-studio-sec {
    background-image: url(../Image/banner-iamge.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.studio-black-sec .studio-content p {
    color: #FFFFFF;
    font-family: Questrial;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

.studio-black-sec .studio-content {
    max-width: 832px;
    margin: auto;
    text-align: center;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.studio-black-sec {
    overflow: hidden;
    position: relative;
}

.studio-black-sec::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 10px;
    width: 348px;
    height: 485px;
    background-image: url("../Image/footer-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.studio-reformer {
    background-color: #000000;
}

.studio-reformer .top-con-right h2 {
    color: #FFFFFF !important;
    margin-bottom: 28px;
}

.studio-reformer .top-con-right span {
    color: #FFFFFF;
    font-family: Questrial;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
}


.studio-reformer .top-con-right p {
    color: #FFFFFF !important;
    margin-top: 18px;
    padding: 0;
}

.studio-reformer .right-side-con {
    margin-left: auto;
    max-width: 100%;
}

.studio-reformer .right-side-con .right-side-icon i {
    width: 64px;
    height: 64px;
    color: #FFFFFF;
    border-radius: 100%;
    background: #FFFFFF1A;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.stodio-side span {
    font-size: 32px;
}

.studio-reformer .left-side-image {
    max-width: 700px;
    margin-left: auto;
}


/* Studios-Page end */

section.error-404.not-found {
    text-align: center;
}
.error-404.not-found header.page-header {
    background-color: #fff;
}