body {
    padding: 0;
    margin: 0;
    font-family: "cursive", "Helvetica", sans-serif;

}

.fixed-icon{
    position: fixed;
    top: 70%;
    left: 0;
    z-index: 9999;
    padding-left: 5px;
}

.fixed-icon a img{
    height:50px;
    margin-bottom: 10px;
    width: 50px;
    border-radius: 50%;
    border:1px solid white;
    background: white;
}

header a {
    color: black;

}

header {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

header .navbar ul li a {
    color: black;
    font-weight: 500;
    font-size: 18px !important;
}

.logo-header{
    width: 60px;
    border-radius: 50%;
}

header .navbar ul li {
    padding: 0 10px;
}

.banner-section .item {
    height: 600px;
    width: 100%;
    justify-content: center;
    justify-items: center;
}

.banner-section .carousel-caption {
    text-align: center;
    justify-content: center;
    justify-items: center;
    top: 60%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    height: 100%;
    text-shadow: 3px 3px rgb(68, 66, 66);
    font-family: cursive;

}

.banner3 {
    background-image: url('../assets/gallery/banner4.jpg');
    background-size: cover;
}

.banner4 {
    background-image: url('../assets/gallery/banner5.jpg');
    background-size: cover;
}

.banner2 {
    background-image: url('../assets/gallery/banner2.webp');
    background-size: cover;
}

.banner1 {
    background-image: url('../assets/gallery/banner1.webp');
    background-size: cover;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.banner-section .carousel-caption button {
    border: none;
    background-color: #FB6D48;
    color: white;
    border-radius: 5px;
    padding: 7px 30px;
    margin-top: 40px;
}

.top-header {
    background-color: black;
    color: white;
    font-size: 16px;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    /* font-family: cursive; */
}

/* course */
.cource-div {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cource-div img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 250px;
}

.cource-div .detial {
    padding: 20px;
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.cource-div .detial h3 {
    font-size: 20px;
    font-weight: bold;
}

.cource-div .detial button {
    border: none;
    background-color: black;
    color: white;
    padding: 5px 18px;
    border-radius: 5px;
    margin-top: 20px;
}

.heading-title {
    /* text-align: center; */
    margin-bottom: 0px;

}

.heading-title .small-title {
    font-size: 18px;
    color: #FB6D48;
    font-weight: bold;
}

.heading-title .big-title {
    font-size: 34px;
    /* letter-spacing: 10px; */
    margin-top: -10px;
    /* font-family:; */

}

.about-text {
    text-align: center;
}



.about-bg img {
    width: 100%;
    border-radius: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.about-bg {
    background-color: ghostwhite;
}

footer {
    background-color: black;
    color: white;
    padding: 70px 0 70px 0;

}


footer .logo-footer a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    border-bottom: 2px solid white;
    border-radius: 5px;
}

footer .logo-footer p {
    margin-top: 20px;
}


footer .social-media {
    display: flex;

}

footer .social-media li a i {
    font-size: 20px;
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}

footer .social-media li a {
    border: none;
}



footer li a {
    color: white;
    text-decoration: none;

}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    padding: 5px 0;
}

/* review section */
.review-wraper {
    background-image: url('../assets/gallery/bg-faq.jpeg');
    background-size: cover;
    background-position: bottom;

}

.review-wraper .review-opacity {
    background-color: rgba(251, 109, 72, 0.9);
    padding: 80px 180px 170px 180px;
}

.review-carousel {
    color: white;
    text-align: center;
}


.testimoinal-title h2 {
    color: #181717;
    font-size: 18px;
    /* font-weight: bold; */

}

.testimoinal-title h1 {
    font-size: 35px;
    margin-bottom: 70px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
}

.testimoinal-title {
    text-align: center;
}

.review-wraper .name-of-student {
    font-size: 25px;
    font-family: cursive;
}

.owl-theme .owl-nav {
    margin-top: -90px !important;
    display: flex;
    justify-content: space-between;
    /* background-color: black; */

}

.owl-theme .owl-nav .owl-prev {
    margin-left: -60px !important;
    background-color: white !important;
    /* margin-top: -40px; */

}

.owl-theme .owl-nav .owl-next {
    margin-right: -60px !important;
    background-color: white !important;
}


.owl-theme .owl-nav button span {
    /* background-color: white !important; */
    /* border: solid; */
    font-size: 30px;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 10px;
    color: black;

}

.review-carousel img {
    width: 80px !important;
    border-radius: 50%;
    margin-bottom: 20px;
    height: 80px;
    margin: auto;
    border: 1px solid white;
}

.name-p {
    width: 100px;
    background-color: white;
    margin: auto;
    height: 2px;
    margin-bottom: 20px;
}


/* faq */
.faq-section img {
    width: 100%;
    border-radius: 50px 0;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.accordion-button:not(.collapsed) {
    color: #FB6D48 !important;
    background-color: #ffdfb5 !important;
    box-shadow: none !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    border-top: 1px solid #FB6D48;
    border-left: 1px solid #FB6D48;
    border-right: 1px solid #FB6D48;
}

.accordion-item .accordion-button {
    border-radius: 10px 10px 0 0 !important;
    border-top: 1px solid #FB6D48;
    border-left: 1px solid #FB6D48;
    border-right: 1px solid #FB6D48;
    border-bottom: 1px solid #FB6D48;
    font-weight: 700;
}

.accordion-item {
    margin-bottom: 10px;
    border: none !important;
}

.accordion-body {
    border-bottom: 1px solid #FB6D48;
    border-left: 1px solid #FB6D48;
    border-right: 1px solid #FB6D48;
    border-radius: 0 0 10px 10px !important;
}


/* review section css */





/* From Uiverse.io by ilkhoeri */






/* CSS */
.button-31 {
  background-color: #000;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  
  min-height: 44px;
  
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-31:hover,
.button-31:focus {
  opacity: .75;
}


/* timer */

.timer-wraper {
    background-color: #FB6D48;
    color: white;
    text-shadow: 3px 3px rgb(143, 133, 133);
}

#stats {
    /* background-color: #f4f4f4; */
    padding: 50px 0;
    font-family: cursive;
}

#stats h3 {
    font-size: 40px;
    font-weight: bold;
}

#stats p {
    font-size: 18px;
    color: white;
}

.border-left-t {
    border-right: 2px solid white;
}

.border-left-t-l{
    border-right: 2px solid white;
}



.faq-title h2{
  color: black;
  font-size: 18px;
}

.faq-title h1{
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 40px;

}

.faq-title{
    text-align: center;
}


/* how it works */
#how-it-works i {
    color: #FB6D48 !important;
}

#how-it-works {
    background-color: ghostwhite;
    padding: 60px 0;
    border-radius: 10px;
}

.how-it-works-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
}

.text-primary {
    color: #4E73DF !important;
}

.text-muted {
    color: #6c757d;
}

.icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 60px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.text-white {
    color: #fff;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    .icon {
        width: 60px;
        height: 60px;
        line-height: 50px;
    }
}


/* Style for the popup background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 99999;
}

/* Show popup when active */
.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

/* Style for the popup container */
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    
    position: relative;
}

/* Close button styles */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #A94A4A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.popup-close:hover {
    background: #A94A4A;
}

.btn-black {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-black:hover {
    background-color: #333;
}

.founder-card .container  h2, .director-wraper .container  h2 {
    font-family:monospace;
    font-size: 25px;
    /* text-align: center; */
}

.founder-card .container  h4, .director-wraper .container  h4 {
    font-family:cursive;
    margin-top: 40px;
}

.line-divide{
    width: 100px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}

.founder-card img, .director-wraper img{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.founder-card .container , .director-wraper .container   {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact-page-card{
    background-color: #FB6D48;
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.btn-orange{
    background-color: #FB6D48 !important;
    color: #000 !important;
    font-weight: bold !important;
}

::placeholder{
    color: #000 !important;
}

.main-tile{
    color: white;
    margin-bottom: 100px !important;
    
}

.categor{
    color: white;
    text-align: center  ;
    margin-top: 40px;
}

.dance-classes img {
    object-fit: cover;
    height: 350px; /* Adjust height based on your image */
    border-radius: 10px; /* Rounded corners */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border: 1px solid white;
}

.dance-classes h3 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    font-family: cursive;
}

.dance-classes p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.zumba-video{
    width: 100%;
    border-radius: 5px;
}

.page-dtal{
    width: 260px;
    background-color: white;
    border-radius: 2px;
    height: 2px;
}

.dace-page-wraper{
    background-image: url('../assets/gallery/bg.jpeg');
    background-size: cover;
}


.dance-page-opacity{
    background-color: rgba(0, 0, 0, 0.9);
}


.gallery-apge h3{
    color: #000;
    font-family: cursive;
    font-size: 40px;
}