@media (max-width: 1440px) {

}

@media (max-width: 1399.98px) {

}
@media (max-width: 1366px) {
    
}
@media (max-width: 1199.98px) {
    .banner_content_wrapper h1{
        line-height: 55px;
    }
    .section_heading h2 {
        line-height: 60px;
    }
    .columnContent h2 {
        line-height: 60px;
    }
    .galleryImage{
        height: 460px;
    }

}
@media (max-width: 1025px) {
   
}

@media (max-width: 991.98px) {
    header .navbar-toggler{
        order: 3;
    }
    .close .closeIcon {
        display: block;
    }
    .close .humburgerIcon{
        display: none;
    }
    .navnbutarea{
        left: -100%;
        top: 0;
        width: 100%;
        max-width: 500px;
        height: 104vh;
        z-index: 10;
        position: fixed;
        padding: 20px;
        transition: all 0.5s linear;
        background-color: var(--Green);
        box-shadow: 5px 0 20px #0000007a;
    }
    .navnbutarea.active{
       left: 0%;
    }
    header .navbar_container{
        margin-bottom: 30px;
        padding-inline: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .navbar_container .closeIcon{
        display: block;
        filter: invert(1);
    }

    header .navbar_wrapper{
        padding-inline: 0;
        padding-bottom: 0;
        border-radius: 0;
        background-color: transparent;
    }
    header .navbar-nav{
        gap: 1rem;
        height: auto;
        padding: 0;
        position: static;
        background-color: transparent;
    }
    header .navbar-nav .nav-item a::before {
        height: 1px;
        bottom: 0;
    }
    .slideMenu_header{
        width: 100%;
        display: inline-flex;
        margin-bottom: 1.5rem;
        justify-content: space-between;
    }
    .mobile-logo{
        max-width: 200px;
        img{
            filter: brightness(2);
        }
    }
    .navnbutarea .navbar-nav .nav-item .nav-link{
        padding: 10px;
    }
    .heroSection,
    .inrBnrSection {
        padding: 5rem 0 10rem;
    }
    .heroSection::before,
    .inrBnrSection::before {
        height: 100px;
    }
    .banner_content_wrapper{
        padding-right: 0;
    }
    .gallerySection{
        padding: 0 0 3rem;
    }
    .main_heading{
        margin-bottom: 0.5rem;
    }
    .aboutMeSec{
        padding: 3rem 0 5rem;
    }
    .columnImage{
        background-size: 250px, 150px;
    }
    .columnContent p{
        margin-top: 1rem;
    }
    .columnContent .whiteBtn {
        margin-top: 2rem;
    }
    .footerLogo {
        width: 150px;
    }
    .paintingSec {
        padding-bottom: 8rem;
    }
    .galleryImage{
        height: 400px;
    }
    .paintingDetailsSec{
        padding: 2rem 0 8rem;
    }

    .wrapper-sidebar{
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .inrBnrSection h1 span {
        display: inline;
    }
    .introContent .sectionHeading {
        margin-bottom: 1rem;
    }
    .introSection .canvas_row{
        flex-direction: column-reverse;
    }
    .paintingDetails_Content{
        margin-top: 1.5rem;
    }
    .inrBnrSection .row
    {
        row-gap:40px;
    }
}

@media (max-width: 575.98px) {
    .darkgreyBtn,
    .whiteBtn{
        padding: 0.5rem 1.2rem;
    }
    .heroSection,.inrBnrSection {
        padding: 3rem 0 8rem;
    }
    .banner_content_wrapper{
        margin-bottom: 2rem;
    }
    .section_heading h2,.columnContent h2 {
        line-height: 45px;
    }
    .columnImage{
        background-size: 200px, 100px;
    }
    .galleryImage{
        height: 300px;
    }
}
@media (max-width: 380px) {
    .navbar{
        row-gap: 20px;
        margin-block: 15px;
        justify-content: center;
    }
    .header_rightSide_wrapper{
        margin-right: 70px;
    }
}












