.header-layout2 .main-menu > ul > li > a{
    padding: 25px 0;
}

.header-layout2 .logo-bg:before{
    margin-top: -37px;
}

.img-logo-header{
    width: 230px;
}

.hero-style2{
    padding: 100px 0 55px 0;
}

.hero-style2 {
    padding: 100px 0 55px 50px;
    margin-top: 50px;
    margin-left: 50px !important;
    max-width: 730px;
    border-radius: 50px;
    margin: 50px 0 50px 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent);
}

.hero-title{
    font-size: 44px;
}

.hero-subtitle{
    font-size: 44px;
    background: #ff8989;
    background: linear-gradient(to right, #ff8989 0%, #40FF00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    font-weight: 800;

}


.sub-title.style2{
    font-weight: 800;
    font-size: 34px;
    background: #ff8989;
    background: linear-gradient(to right, #ff8989 0%, #40FF00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-title.sub-title3{
    font-weight: 800;
    font-size: 25px;
    background: #ff8989;
    background: linear-gradient(to right, #ff8989 0%, #40FF00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.checklist li:before{
    color: #4b8d35;

}

.btn-know-more{
    background: #ca0813;
    color: #fff;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 10px;

}

.loader.style2 {
    color: #4b8d35;
}

.img-about{
    border-radius: 21px;
}

.th-menu-toggle{
    background-color: #ca0813;
}
.th-btn.gold-btn-2{
    background-color: #ca0813;
    /* other: #4b8d35 */
}

.th-menu-wrapper .th-menu-area.style2 {
    border-right: 3px solid #4b8d35;
}

.th-menu-toggle.style2 {
    background-color: #4b8d35;
}

.about-counter1{
    background: rgb(202,8,19);
    background: linear-gradient(135deg, rgba(202,8,19,1) 0%, rgba(75,141,53,1) 100%);
}

.dance-box{
    padding: 10px;
}

.team-card2.style2 .box-shape2{
    background: rgb(202,8,19);
    background: linear-gradient(120deg, rgba(202,8,19,1) 0%, rgba(75,141,53,1) 100%);
    top: 10px;
    left: 7%;
    width: 90%;
    height: 70%;
}

.event-card_img img{
    height: 320px;
    object-fit: cover;
}

.blog-img img{
    min-height: 250px;
    object-fit: cover;
}

.footer-logo a img{
    width: 250px;
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        padding: 0px 0 !important; 
    }

    .header-layout2 .logo-bg:before{
        margin-top: -18px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
         max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .hero-style2 {
        padding: 100px 0 55px 0px;
        margin-top: 0px;
        margin-left: -0px !important;
        max-width: 730px;
        border-radius: 0px;
        margin: 0px;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent);
        text-align: center;
    }

    .hero-style2 .btn-group{
        justify-content: center;
    }

    .img-logo-header{
        width: 180px;
    }

    .header-layout2 .logo-bg:before{
        margin-top: -34px;
    }

    .dance-box_content{
        padding: 10px 10px 20px 10px;
    }

    .dance-box_title{
        margin: 0;
    }
    .dance-box_title a{
        font-size: 16px;
    }
    .dance-box_text{
        font-size: 12px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .dance-btn{
        margin-bottom: 10px;
    }

    .dance-box_content{
        position: relative;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        right: 0px;
    }

    .dance-box_content:after{
        box-shadow: none;  
        border-bottom: 12px solid #4b8d35; 
    }

}

@media (max-width: 375px) {
    .header-layout2 .header-logo {
        max-width: 150px;
    }

    .header-layout2 .logo-bg:before{
        margin-top: -32px;
    }
}