/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Author: Your Name
 Template: astra
 Version: 1.0.0
 Description: Child theme for Astra
*/


/* single classes  */


@media (max-width:1024px){
    .about-section.container, .level-check.container{
      grid-template-columns: repeat(1, 2fr) !important;
        width: 100%;
        gap: 30px !important;
        margin: 80px auto !important;
    }
    /* .about_images_second img{
            display: none;
    } */
    img.about_image1{
            height: 400px !important;
    }
    .about-right, .about-left{
    width: 100% !important;
}
.dance-grid{
        grid-template-columns: repeat(2, 2fr) !important;
}
.dance_p{
    width:90% !important
}
}
@media (max-width:650px){
    .dance-grid{
        grid-template-columns: repeat(1, 2fr) !important;
}
.hero-overlay h1{
    font-size: 40px !important;
    line-height: 45px !important;
}
.single-classes .ast-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

.single-classes .ast-container {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.container-wrapper {
    width: 100%;
}
.hero-section {
    background: linear-gradient(103.74deg, #FBAF03 -0.89%, #FCC814 100%);
    padding: 30px;
}
.hero-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4225) 65.16%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    border-radius: 24px;
    z-index: 1;
}
.hero-img {
    max-width: 1380px;
    margin: auto;
    width: 100%;
    height: 290px;
    position: relative;
    z-index: 2;
    border-radius: 24px;
    display: flex;
    align-items: center;
         background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-overlay h1 {
    font-size: 56px;
    line-height: 64px;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 0px 50px;
}
.hero-overlay p {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 50px;
    color: #FFFCEA;
    margin-top: 16px;
    z-index: 2;
    position: relative;
    margin-bottom: 0px;
}
.about-section.container,
.level-check.container {
       max-width: 1320px;
    margin: 130px auto;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}
img.about_image1  {
    border-radius: 24px;
    height: 282px;
    width: 100%;
    object-fit: cover;
}
.about_images_second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}
.about_images_second img {
    border-radius: 24px;
    max-width: 100%;
    object-fit: cover;
}

.dance_container {
    max-width: 1320px;
    margin: auto;
}
.dance-levels{
    padding: 100px 20px;
}
h2.section-title {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 16px;
}
.dance_p {
    line-height: 28px;
    color: #323232;
    font-size: 18px;
    width: 74%;
    font-weight: 400;
    margin: auto;
    text-align: center;
}
.dance-grid {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 24px;
    margin-top: 48px;
}

.dance-card {
    background: #fff;
    padding: 24px;
    border-bottom: 3px solid #111;
    border-radius: 16px;
}
.card-mix {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}   
.card-mix h4 {
    font-size: 24px;
    color: #FFB100;
    line-height: 32px;
       font-weight: 600;
}
.card-mixh3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.dance-card p {
    line-height: 26px;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.level-check-left p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: rgb(50 50 51);
}
.level-check-left a.btn {
    background: #FFB100;
    padding: 14px 24px;
    border-radius: 100px;
    color: #111;
    font-weight: 500;
    line-height: 26px;
}
.level-check-right img {
    border-radius: 24px;
}
button.show-password-input::before {
    content: 'Show Password';
}


.filter-section h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Sora';
}
.filter-section{
	margin-bottom:30px;
}