@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/



/* font-family: 'BigNoodleTitling'; */

/* font-family: 'American Captain'; */



:root {

    --theme: #bf1a72;

}



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

    background: #e9e9e9;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 400;

    line-height: 1.6;

    font-size: 16px;

    color: #000;

    margin-bottom: 20px;

}





/***** Font Files *****/



@font-face {

    font-family: 'BigNoodleTitling';

    src: url('../fonts/BigNoodleTitling.woff2') format('woff2'),

        url('../fonts/BigNoodleTitling.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'American Captain';

    src: url('../fonts/AmericanCaptain.woff2') format('woff2'),

        url('../fonts/AmericanCaptain.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'BigNoodleTitling';

    font-size: 100px;

    line-height: 1.1;

    color: #000;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: 'BigNoodleTitling';

    font-size: 64px;

    line-height: 1.2;

    color: #000;

    font-weight: 500;

    margin: 0 0 20px;

}



h3 {

    font-family: 'BigNoodleTitling';

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'BigNoodleTitling';

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'BigNoodleTitling';

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'BigNoodleTitling';

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}



/* project css start */



.banner {

    position: relative;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    z-index: 1;

    overflow: hidden;

}



.banner>span {

    position: absolute;

}



.banner>video {

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

    height: 100%;

    object-fit: cover;

    z-index: -1;

    filter: opacity(0.6);

}



header {

    position: absolute;

    width: 100%;

    z-index: 2;

    padding: 10px 0px;

    background: #ffffff03;

    backdrop-filter: blur(5px);

}



header .menu_wrpr {

    display: flex;

    align-items: center;

    justify-content: end;

    gap: 30px;

}



header .menu_wrpr>ul {

    display: flex;

    align-items: center;

    gap: 30px;

    margin: 0;

}



header .row {

    align-items: center;

}



header .menu_wrpr>ul>li>a {

    color: #000;

    font-size: 16px;

    text-transform: uppercase;

    font-family: 'Poppins';

    font-weight: 500;

    position: relative;

    transition: 0.3s ease-in-out;

}



.theme_btn {

    background: #bf1a72;

    height: 45px;

    display: flex;

    align-items: center;

    gap: 3px;

    width: fit-content;

    border-radius: 30px;

    padding-right: 10px;

    transition: 0.3s ease-in-out;

    border: 1px solid transparent;

    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.18);
}



.theme_btn>span {

    color: #000;

    font-size: 17px;

    text-transform: uppercase;

    background: #e9e9e9;

    display: flex;

    align-items: center;

    padding: 10px 20px;

    border-radius: 30px;

    transition: 0.1s ease-in-out;

    left: -1px;

    position: relative;
}



.banner>span.top_text {

    color: #dddddd;

    text-transform: uppercase;

    font-family: 'American Captain';

    font-size: 320px;

    z-index: -1;

    line-height: 230px;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.banner>span.bottom_text {

    color: #dddddd;

    text-transform: uppercase;

    font-family: 'American Captain';

    font-size: 500px;

    z-index: -1;

    line-height: 250px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.banner .banner_textt {

    width: 75%;

    margin: 0 auto;

    margin-top: 50px;

}



.banner .banner_textt .theme_btn {

    margin: 0 auto;

}



header .menu_wrpr>ul>li>a:after {

    position: absolute;

    content: "";

    background: var(--theme);

    width: 0;

    height: 2px;

    left: 0;

    bottom: -5px;

    z-index: -1;

    right: 0;

    margin: 0 auto;

    transition: 0.3s ease-in-out;

}



header .menu_wrpr>ul>li>a:hover:after {

    width: 100%;

}



header .menu_wrpr>ul>li>a:hover {

    color: var(--theme);

}



.theme_btn:hover {

    border-color: var(--theme);

}



.theme_btn:hover>span {

    padding: 8px 20px;

    left: 1px;

    color: var(--theme);

}



.social_wrpr {

    background: #121212;

    padding: 20px 0px;

    position: relative;

    z-index: 1;

}



.social_wrpr ul {

    margin: 0;

    display: flex;

    align-items: center;

    gap: 30px;

}



.social_wrpr ul>li>a>i {

    color: #8f526d;

    font-size: 20px;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #8f526d;

    border-radius: 50%;

    transition: 0.3s ease-in-out;

    background: #121212;

}



.social_wrpr ul>li>a>i:hover {

    background: #8f526d;

    color: #fff;

}



.social_wrpr:after {

    position: absolute;

    content: "";

    background: #3c2730;

    width: 91%;

    height: 1px;

    left: 9%;

    top: 45px;

    z-index: -1;

}



.events_sec {

    padding: 80px 0px;

}



.events_sec h2 {

    text-align: center;

    margin-bottom: 30px;

}



.events_sec .event_box_wrp {

    padding: 20px;

    background: #e27ca924;

    text-align: center;

}


.vid-evnnt a i {
    color: #e27ca9;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    background: #e8dae0;
}

.vid-evnnt {
    position: relative;
    overflow: hidden;
}

.event_box_wrp.event-new {}

.vid-evnnt a {
    height: 100%;
}


.event_box_wrp.event-new img {
    height: 500px;
    object-fit: contain;
}


.events_sec .event_box_wrp>img {

    width: 100%;

    height: 330px;

    object-fit: cover;
}



.events_sec .event_box_wrp>h3 {

    font-weight: 500;

    font-size: 40px;

    margin-top: 30px;

    margin-bottom: 10px;

    color: var(--theme);
}



.events_sec .event_box_wrp>span {

    font-size: 18px;

    color: #000;

    line-height: 1.2;

    display: block;

    margin-bottom: 10px;

    font-weight: 600;
}



.events_sec .event_box_wrp>.theme_btn {

    margin: 0 auto;

    height: auto;
}



.events_sec .slick-slide {

    opacity: 1;

}



.events_sec .event_box_wrp>.theme_btn img {

    width: auto;

    height: auto;
}



.events_sec .slick-prev:before {

    display: none;

}



.events_sec .slick-next:before {

    display: none;

}



.events_sec .slick-arrow>i {

    font-size: 30px;

    color: #000;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.events_sec .slick-arrow {

    width: 40px;

    height: 40px;

}



.events_sec .event_box_wrp>p {

    font-size: 14px;

    line-height: 1.8;

}



.every_dancer_sec {

    padding: 100px 0px;

}



.every_dancer_sec .every_dancer_wrpr {

    background: #fff;

    border-radius: 30px;

    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.05);

    height: 520px;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_img {

    display: flex;

    align-items: center;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_img>h3 {

    width: 20%;

    writing-mode: vertical-lr;

    transform: rotate(180deg);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin: 0;

    font-size: 60px;

    font-weight: 400;

    line-height: 1;

    margin-top: -50px;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_img>img {

    width: 80%;

    height: 650px;

    margin-top: -60px;

    border-radius: 30px;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_img>h3>span {

    color: var(--theme);

}



.every_dancer_sec .every_dancer_wrpr .row {

    align-items: center;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_textt {

    padding: 0px 20px;

    margin-top: -70px;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_textt>h2 {

    font-size: 60px;

    line-height: 1;

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_textt>p {

    margin-bottom: 20px;

    color: #7c7c7c;

}


.every_dancer_textt a.theme_btn span {
    color: #fff;
}

.every_dancer_sec .every_dancer_wrpr .every_dancer_textt>.theme_btn {

    background: #e9e9e9;
}



.every_dancer_sec .every_dancer_wrpr .every_dancer_textt>.theme_btn>span {

    background: var(--theme);

}



.every_dancer_sec .every_dancer_wrpr .every_dancer_textt>.theme_btn:hover>span {

    color: #fff;

}



.perfect_class_sec {

    background: #d3d3d3;

    padding: 80px 0px;

    margin-top: 70px;

}



.perfect_class_sec>.container-fluid {

    padding-right: 0;

    padding-left: 8%;

}



.perfect_class_sec .perfect_class_textt>h2 {

    font-size: 60px;

    line-height: 1.2;

    margin-bottom: 20px;

}



.perfect_class_sec .perfect_class_textt>p {

    color: #7c7c7c;

}



.perfect_class_sec .perfect_class_textt>ul {

    display: flex;

    align-items: center;

    gap: 30px;

    margin: 0;

    margin-top: 30px;

}



.perfect_class_sec .perfect_class_textt>ul>li {

    cursor: pointer;

    font-size: 20px;

    color: #ababab;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(#d3d3d3, #d3d3d3) padding-box, linear-gradient(to left, #00008b00, #000000) border-box;

    border-radius: 50em;

    border: 1px solid transparent;

}



.perfect_class_sec .perfect_class_textt>ul>li:last-child {

    background: linear-gradient(#d3d3d3, #d3d3d3) padding-box, linear-gradient(to right, #00008b00, #000000) border-box;

}



.perfect_class_sec .perfect_class_textt>ul>li:first-child>img {

    transform: rotate(180deg);

}



.perfect_class_sec .row {

align-items: center;

justify-content: center;
}



.perfect_class_sec .perfect_class_box>a>img {

    height: 400px;

    object-fit: cover;

    border-radius: 30px;

    object-position: top;

    width: 100%;
}



.perfect_class_sec .perfect_class_box>h3 {

    margin-bottom: 10px;

    line-height: 1.2;

    font-family: 'Poppins';

    font-size: 24px;

    margin-top: 20px;

    font-weight: 600;

    color: #121212;

    margin-bottom: 30px;

    padding-left: 20px;

    text-transform: capitalize;
}



.perfect_class_sec .perfect_class_box>span {

    font-size: 24px;

    line-height: 1.2;

    display: block;

    color: var(--theme);

    padding-left: 20px;

}



.perfect_class_sec .slick-slide {

    opacity: 1;

}



.perfect_class_sec .slick-next:before {

    display: none;

}



.perfect_class_sec .slick-prev:before {

    display: none;

}



.dance_academy_sec {

    padding: 100px 0px;

}



.dance_academy_sec .row {

    align-items: center;

}



.dance_academy_sec .dance_academy_img>img {

    width: 95%;

    height: 650px;

    border-radius: 30px;

    object-fit: cover;

    display: block;

    position: relative;

    z-index: 2;

}



.dance_academy_sec .dance_academy_textt>p {

    color: #7c7c7c;

    font-size: 17px;

    line-height: 1.6;

    margin-bottom: 30px;

}



.dance_academy_sec .dance_academy_textt>span {

    color: #000;

    font-size: 26px;

    line-height: 1;

    display: block;

    font-weight: 500;

    margin-bottom: 30px;

}



.dance_academy_sec .dance_academy_textt>.regis_textt {

    position: relative;

    padding: 20px;

    z-index: 1;

    padding-left: 0;

    margin-bottom: 30px;

}



.dance_academy_sec .dance_academy_textt>.regis_textt>p {

    margin: 0;

    font-size: 22px;

    color: #fff;

    font-weight: 500;

    width: 80%;

}



.dance_academy_sec .dance_academy_textt>.regis_textt:after {

    position: absolute;

    content: "";

    background: var(--theme);

    width: 150%;

    height: 100%;

    top: 0;

    right: 0;

    z-index: -1;

    border-radius: 20px;

}



.dance_academy_sec .dance_academy_textt>.theme_btn {

    background: #fff;

}



.dance_academy_sec .dance_academy_textt>.theme_btn>span {

    background: var(--theme);

    color: #fff;

}



.gallery_sec {

    padding: 20px 0px 80px;

}



.gallery_sec h2 {

    text-align: center;

    margin-bottom: 10px;

}



.gallery_sec p {

    text-align: center;

    font-size: 17px;

    width: 50%;

    margin: 0 auto;

    margin-bottom: 50px;

}



.gallery_sec .gallery_wrp>a>img {

    width: 100%;

    transition: 0.3s ease-in-out;

}



.gallery_sec .gallery_wrp.gImgone>a>img {

    height: 400px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgone {

    margin-bottom: 20px;

}



.gallery_sec .gallery_wrp.gImgtwo>a>img {

    height: 230px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgthree {

    margin-bottom: 20px;

}



.gallery_sec .gallery_wrp.gImgthree>a>img {

    height: 230px;

    object-fit: cover;

    border-top-right-radius: 50px;

    border-bottom-left-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgfour>a>img {

    height: 320px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgfive {

    margin-bottom: 20px;

}



.gallery_sec .gallery_wrp.gImgfive>a>img {

    height: 400px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgsix>a>img {

    height: 230px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgseven {

    margin-bottom: 20px;

}



.gallery_sec .gallery_wrp.gImgseven>a>img {

    height: 320px;

    object-fit: cover;

    border-top-right-radius: 50px;

    border-bottom-left-radius: 50px;

}



.gallery_sec .gallery_wrp.gImgeight>a>img {

    height: 230px;

    object-fit: cover;

    border-top-left-radius: 50px;

    border-bottom-right-radius: 50px;

}



.gallery_sec .gallery_wrp>a>img:hover {

    filter: brightness(0.6);

}



.testimonials_sec {

    padding: 30px 0 80px;

}



.testimonials_sec h2 {

    text-align: center;

    margin-bottom: 10px;

}



.testimonials_sec p {

    font-size: 17px;

    width: 60%;

    text-align: center;

    margin: 0 auto;

}



.testimonials_sec .testimonials_wrpr {

    width: 85%;

    margin: 0 auto;

    margin-top: 50px;

    position: relative;

    height: 505px;

    z-index: 1;

}



.testimonials_sec .testimonials_wrpr>img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

    filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(2305%) hue-rotate(308deg) brightness(88%) contrast(101%);
}



.testimonials_sec .testimonials_wrpr .testi_box {

    height: 505px;

    text-align: center;

    padding: 110px;

}



.testimonials_sec .testimonials_wrpr .testi_box>h3 {

    font-size: 50px;

    line-height: 1;

    font-family: 'BigNoodleTitling';

    font-weight: 500;

    margin-bottom: 10px;

    color: #fff;
}



.testimonials_sec .testimonials_wrpr .testi_box>span {

    font-size: 20px;

    display: block;

    line-height: 1;

    margin: 10px 0px 40px;

    color: #fff;
}



.testimonials_sec .testimonials_wrpr .testi_box>p {

    width: 100%;

    font-size: 22px;

    line-height: 1.6;

    margin-bottom: 30px;

    color: #fff;
}



.testimonials_sec .testimonials_wrpr .testi_box>ul {

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

}



.testimonials_sec .testimonials_wrpr .testi_box>ul>li>i {

    font-size: 20px;

    color: #fff;
}



.testimonials_wrpr .slick-prev:before {

    display: none;

}



.testimonials_wrpr .slick-next:before {

    display: none;

}



.testimonials_wrpr .slick-arrow>i {

    font-size: 20px;

    color: #c11a73;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #e27ca94f;
}



.testimonials_wrpr .slick-arrow {

    width: 50px;

    height: 50px;

}



.testimonials_wrpr .slick-prev {

    left: -70px;

}



.testimonials_wrpr .slick-next {

    right: -70px;

}



footer {

    position: relative;

    z-index: 1;

    padding-top: 70px;

}



footer>img {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: -1;

    top: 0;

    object-fit: cover;

}



footer .footer_info>img {

    display: block;

    margin-bottom: 20px;

}



footer .footer_info>h5 {

    font-family: 'Poppins';

    font-size: 22px;

    color: #000;

    font-weight: 600;

    margin-bottom: 20px;

}



footer .footer_info>ul {

    display: flex;

    align-items: center;

    gap: 15px;

}



footer .footer_info>ul>li>a>i {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--theme);

    border-radius: 50%;

    font-size: 20px;

    color: #fff;

}



footer .footer_links>h5 {

    font-family: 'Poppins';

    font-size: 22px;

    color: #000;

    font-weight: 600;

    margin-bottom: 30px;

}



footer .footer_links>ul {

    column-count: 2;

    margin: 0;

}



footer .footer_links>ul>li>a {

    font-size: 16px;

    line-height: 1;

    margin-bottom: 25px;

    display: block;

    color: #000;

    transition: 0.3s ease-in-out;

}



footer .footer_links {

    margin-top: 40px;

    padding-left: 20px;

}



footer .footer_contact {

    margin-top: 40px;

}



footer .footer_contact>h5 {

    font-family: 'Poppins';

    font-size: 22px;

    color: #000;

    font-weight: 600;

    margin-bottom: 30px;

}



footer .footer_contact>span {

    font-size: 18px;

    color: #000;

    line-height: 1;

    display: block;

    margin-bottom: 20px;

}



footer .footer_contact>ul {

    margin: 0;

}



footer .footer_contact>ul>li>a {

    color: #000;

    font-size: 16px;

    margin-bottom: 20px;

    display: inline-block;

    transition: 0.3s ease-in-out;

}



footer .footer_contact>ul>li {

    color: #000;

    font-size: 16px;

}



footer .footer_contact>ul>li>a:hover {

    color: var(--theme);

}



footer .footer_links>ul>li>a:hover {

    color: var(--theme);

}



footer h6 {

    font-size: 180px;

    line-height: 1;

    color: #000;

    margin-bottom: 20px;

    margin-top: 40px;

}



footer .copy_right {

    text-align: center;

    background: #f7f7f7;

    padding: 20px 0px;

}



footer .copy_right p {

    margin: 0;

}



footer img.footer_vec {

    margin: 0 auto;

    display: block;

    margin-bottom: -10px;

}

/* +++++++++++++++++++++++++++++++++++++++++++ Inner Pages +++++++++++++++++++++++++++++++++++++++++++ */

section.banner.inn-ban img.inner-banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: opacity(0.4);
    height: 500px;
}

section.banner.inn-ban {
    background: #7c7c7c;
    height: 500px;
}

section.every_dancer_sec.inn-abt .every_dancer_wrpr {
    height: unset;
    padding: 10px;
}

section.every_dancer_sec.inn-abt .every_dancer_wrpr .every_dancer_img>img {
    margin: 0;
}

section.every_dancer_sec.inn-abt .every_dancer_wrpr .col-md-12 p {
    width: 90%;
    margin: 0 0 0 auto;
    margin-top: 20px;
}

section.every_dancer_sec.inn-abt .every_dancer_wrpr .every_dancer_textt {
    margin: 0;
}

section.every_dancer_sec.inn-abt {
    padding-bottom: 0;
}

section.testimonials_sec.inner-testi .testimonials_wrpr {
    width: 100%;
    height: auto;
}

section.testimonials_sec.inner-testi .testimonials_wrpr .testi_box {
    background: url(../images/testibg.png);
    padding: 20px;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

section.testimonials_sec.inner-testi {
    padding-top: 80px;
}

section.gallery_sec.inn-gallery {
    padding: 80px 0;
}

section.gallery_sec.inn-gallery .gallery_wrp.gImgfour>a>img {
    height: 400px;
}

section.gallery_sec.inn-gallery .gallery_wrp.gImgseven>a>img {
    height: 400px;
}

/*Book Now Start*/

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    border-radius: 7px;
    background: #f8f8f8;
}

.inp-re:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #a1a0a0;
    padding-right: 10px;
    pointer-events: none;
    right: 9px;
    top: 19px;
}

.inp-re {
    position: relative;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    background-image: none;
    border-radius: 7px;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
    margin-bottom: 4%;
    border: 2px solid #e5e5e5;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    padding: 80px 0;
}

.online-restions-sec .theme_btn {
    width: 46%;
    font-size: 19px;
    justify-content: center;
    margin: 0 auto;
}


/*Book Now End*/

section.perfect_class_sec.inner-classes .container-fluid {
    padding: 0 6%;
}

section.perfect_class_sec.inner-classes {
    background: transparent;
    margin-top: 0;
}

.perfect_class_box.new-class a img {
    height: 500px;
}

.perfect_class_box.new-class h3 {
    height: 60px;
}

section.perfect_class_sec.inner-classes .perfect_class_box {
    margin-bottom: 50px;
    text-align: center;
}

.perfect_class_box.new-class a img {
    width: 400px;
}

section.perfect_class_sec.inner-classes .perfect_class_box p {
    padding-left: 20px;
    margin-top: 20px;
}

section.perfect_class_sec.inner-classes .perfect_class_box a img {
    border-radius: 30px;
}

/*COURSE DETAIL PAGE START*/
section.corse_detail_Sec {
    padding: 80px 0;
}

.detail_course_image img {
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0 0 20px #00000021;
    height: 600px;
    object-fit: cover;
}

.detail_course_content h3 {
    font-size: 58px;
}

.course_Detail_des {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.course_Detail_des p {
    font-size: 34px;
    line-height: 1.3;
    color: #000;
    width: 60%;
}

.course_Detail_des span.course_price {
    font-size: 60px;
    color: #e27ca9;
    font-weight: 500;
}

.course_Detail_des span.course_price small {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
}

p.tag {
    font-size: 33px;
    text-transform: uppercase;
    color: #e27ca9;
    margin-bottom: 10px;
}

.tagline2 {
    width: 30%;
}

/*COURSE DETAIL PAGE END*/
section.events_sec.inn-events .event_box_wrp {
    margin-bottom: 30px;
}

.event_box_wrp.event-new {
    height: 780px;
}

.event_box_wrp.event-new img {
    height: 500px;
    object-fit: contain;
}

.event_box_wrp.event-new .vid-evnnt {
    height: 500px;
}

/* Yesterday */
section.yesterday-sec {
    padding-bottom: 60px;
    background: #fff;
}

.yester-text h3 {
    color: #000;
    font-size: 37px;
    width: 90%;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 20px;
    margin: 20px 0;
    font-weight: 500;
}

.btn-3 {
    font-size: 30px;
    color: #fff;
    background: var(--theme);
    padding: 0 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-3:hover {
    background: #000;
    color: #fff;
}

section.event-descrp ul li:first-child {
    background: var(--theme);
    border-radius: 20px 20px 0 0;
}


section.event-descrp ul {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px;
    margin-top: -140px;
}

section.event-descrp ul li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

section.event-descrp ul li h4 {
    color: #fff;
    margin: 0;
}

section.event-descrp ul li h6 {
    margin: 0;
    font-size: 21px;
    color: #000000;
    font-weight: 500;
}

section.event-descrp ul li:last-child {
    border: unset;
}

section.event-descrp ul li h6 span {
    color: #7c7c7c;
}

section.event-descrp {
    background: #fff;
}

section.event-descrp h4 {
    font-size: 30px;
    color: #000;
}

section.gallery_sec.event-gall {
    background: #fff;
}

/* end */
.great-wrap {
    position: relative;
    margin-top: 70px;
    width: 90%;
    margin: 0 auto;
}

img.great-dean {
    margin: 0 auto;
    display: block;
    opacity: 0.9;
    width: 100%;
    margin-top: 70px;
    background-blend-mode: color;
}

.great-wrap h2 {
    color: #fff;
}

.great-wrap p {
    color: #fff;
}

.great-wrap a.btn2 {
    color: #fff;
    border-color: #fff;
}

.gre-abs {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 57%;
    width: 70%;
    transform: translate(0, -50%);
    background-color: #00000040;
    padding: 20px;
}

.btn2 {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    border: 1px solid #000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 30px;
    border-radius: 0 20px 0 20px;
    margin: 0 auto;
}

.btn2:hover {
    background: #e27ca9;
    color: #fff;
    border: 1px solid #fff;
}

/* +++++++++++++++++++++++++++++++++++++++++++ end +++++++++++++++++++++++++++++++++++++++++++ */

/* Team */
:root {
    --bg: #0f1724;
    --card: #0b1220;
    --accent: #d95dff;
    --muted: #98a0b3;
    --glass: rgba(255, 255, 255, 0.04);
    --max-width: 1100px;
    --radius: 14px;
    --gap: 20px;
    --text: #f7f8fb;
    --transition: 300ms cubic-bezier(.2, .9, .3, 1);
    font-family: Inter, system-ui, Arial;
}

.team-section {
    background: #fff;
    padding: 64px 20px;
}

section.team-section .container {
    max-width: 1100px;
    margin: auto;
}

.section-title {
    font-size: 32px;
    margin-bottom: 6px;
    text-align: center;
}

.section-subtitle {
    color: var(--muted);
    margin-bottom: 32px;
    font-size: 15px;
    text-align: center;
}

/* GRID */
.team-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width:1100px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:800px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:520px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.team-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: transform var(--transition);
}

.team-card:hover {
    transform: translateY(-8px);
}

.photo {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 380px;
    overflow: hidden;
}

.overlay p {
    color: #fff;
}

.card-content {
    padding: 18px;
}

.name {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}

.role {
    font-size: 14px;
    color: var(--theme);
    margin: 4px 0 10px 0;
}

.short-bio {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 12px;
    line-height: 1.4;
}

/* SOCIAL */
.social {
    display: flex;
    gap: 10px;
}

.icon {
    width: 36px;
    height: 36px;
    background: var(--glass);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: 0.3s;
}

.icon:hover {
    transform: translateY(-2px);
}

/* Overlay Bio */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transform: translateY(100%);
    transition: 0.4s;
    opacity: 0;
}

.team-card:hover .overlay {
    transform: translateY(0);
    opacity: 1;
}

.team-card::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 5px;
    background: linear-gradient(90deg, #c82e81, #e27ca9);
    border-radius: 8px;
}

/* Team CSS END */

/* Loving Memory */

:root {
    --ilm-bg: #fcfcfc;
    --ilm-accent: #6b4cff;
    /* change to brand color */
    --ilm-text: #222;
}


.in-loving-memory {
    background: var(--ilm-bg);
    padding: 48px 16px;
    display: block;
}

.ilm-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 28px;
    align-items: center;
}


.ilm-photo {
    margin: 0;
    position: relative;
    width: 300px;
}

.ilm-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
    border: 6px solid rgba(255, 255, 255, 0.6);
}

.ilm-name {
    margin-top: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
    color: var(--ilm-text);
}

.ilm-dates {
    display: block;
    font-weight: 400;
    font-size: .9rem;
    color: #555
}


.ilm-content h2 {
    margin: 0 0 6px 0;
    font-size: 1.6rem;
    color: var(--ilm-text);
}

.ilm-sub {
    margin: 0 0 14px 0;
    color: #666
}

.ilm-bio {
    line-height: 1.6;
    color: #333;
    margin-bottom: 14px
}


.ilm-quick {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.ilm-quick li {
    font-size: .95rem;
    color: #444
}


.ilm-actions {
    display: flex;
    gap: 12px
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600
}

.btn-tribute {
    background: var(--ilm-accent);
    color: white
}

.btn-flowers {
    background: transparent;
    border: 1px solid #ddd;
    color: #222
}


/* Responsive */
@media (max-width:880px) {
    .ilm-container {
        grid-template-columns: 1fr;
        text-align: center
    }

    .ilm-quick {
        justify-content: center
    }

    .ilm-actions {
        justify-content: center
    }

    .ilm-photo img {
        max-width: 320px;
        margin: 0 auto
    }
}


/* High-contrast / dark mode friendly tweak */
@media (prefers-color-scheme: dark) {
    :root {
        --ilm-bg: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(3, 3, 3, 0.65));
        --ilm-text: #eee
    }

    .ilm-photo img {
        border-color: rgba(255, 255, 255, 0.06)
    }

    .btn-flowers {
        border-color: rgba(255, 255, 255, 0.08);
        color: #fff
    }
}

/* end */


.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 380px;
}

.team-photo {
    position: relative;
    height: auto;
    overflow: hidden;
    /* min-height: 370px; */
}

ul#menu li {
    position: relative;
}

ul#menu li ul.manu-dropdown {
    display: none;
}

ul#menu li:hover ul.manu-dropdown {
    display: block;
    position: absolute;
    width: 180px;
    background: #b9156b;
    color: #fff;
    padding: 0;
}

ul.manu-dropdown li a {
    color: #fff;
}

ul#menu li:hover ul.manu-dropdown li {
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
}

ul#menu li:hover ul.manu-dropdown li:last-child {
    border: 0;
}

ul#menu li:hover ul.manu-dropdown li:hover {
    background: #000;
}

section.in-loving-memory.for-bg {
    background: #ba166e;
}

section.in-loving-memory.for-bg .ilm-content h2 {
    color: #fff;
    font-size: 60px;
    font-style: italic;
}


section.in-loving-memory.for-bg p.ilm-sub {
    color: #fff;
}

section.in-loving-memory.for-bg p.ilm-bio {
    color: #fff;
}

section.in-loving-memory.frbderbg {
    background: #c7217a0a;
    border-bottom: 1px solid #c21673;
}

section.every_dancer_sec.inn-abt .every_dancer_wrpr .col-md-12 p {
    color: #7c7c7c;
}

section.cal-evenets {
    padding: 80px 0;
}

section.cal-evenets img {
    width: 100%;
}

.newsletter {
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

.newsletter button.theme_btn span {
    background: #fff;
    font-size: 13px;
}

.newsletter-container {
    max-width: 550px;
    margin: auto;
}

.newsletter h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--theme);
}

.newsletter p {
    margin-bottom: 25px;
    font-size: 18px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newsletter-form input {
    padding: 12px;
    width: 70%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border-radius: 40px;
}


/* Class detail */
section.banner.inner-banner {
    height: 70vh;
}

.detail-classes-new {
    background: #fff;
    padding-top: 60px;
}

.baby-girls img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.top-heading-todlers p {
    padding: 20px;
    background: #bf1a72;
    margin: 0;
    text-align: center;
    color: #fff;
}

/* end */

/* Accordians */

section.accordians-det button.accordion-button, section.accordians-det .accordion-button:not(.collapsed) {
    background: var(--theme);
    color: #fff;
    font-size: 30px;
}
section.accordians-det .accordion-button:focus {
    box-shadow: unset;
}

section.accordians-det .accordion-item {
    margin-bottom: 20px;
}
section.accordians-det .accordion-button::after {
    filter: invert(1);
    opacity: 1;
}
.plt-head {
    text-align: center;
}

.plt-head h2 span i {
    display: inline-block;
}

.plt-box {
    padding: 10px;
    border: 1px solid #bf1a72;
    border-radius: 10px;
    text-align: center;
}

img.plt-img1 {
    width: 100%;
}
span.btn-tod {
    background: var(--theme);
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto  20px;
}

.plt-box h4 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
}

.plt-box p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.plt-box a {
    margin: 20px auto 11px;
}

.plt-box p b {
    font-size: 20px;
    color: #000;
}
b.new-btn {
    margin: 20px 0;
    display: block;
    color: #000;
}

b.new-btn a {
    color: var(--theme);
    border-bottom: 1px solid;
}
.inclusive-wrap ul li {
    color: #000;
    font-size: 16px;
    line-height: 33px;
    list-style: inside disc;
}
.plt-head h2 span {
    color: var(--theme);
}


.schedule-header{
    background: var(--theme);
    padding:10px 12px;
    color:white;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-transform:uppercase;
}

.schedule-row{
    display:flex;
    justify-content:space-between;
    padding: 6px 10px;
    border-bottom:1px solid #e6e6e6;
}

.schedule-row:last-child{
    border-bottom:none;
}

.class-name{
    color: var(--theme);
    font-weight:500;
}

.time{
    color:#555;
    font-size: 11px;
}

/* end */