/* // X-Large devices (large desktops, 1200px and up) */

@media (max-width: 991px){
    .banner-height{
        min-height: 100vh;
    } 
}

@media (max-width: 1200px){
    .banner-height{
        min-height: 70vh;
    }
}

@media (min-width: 1200px) { 
   
    .whychoose-bg{
        background-image: url('assets/img/home/whychooose-bg.webp');
        /* height: auto; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .whychoose-shape{
        width: 100% !important;
        height: 100% !important; 
        clip-path: ellipse(100% 160% at 0 50%);
        background:linear-gradient(to top,  rgba(232,52,152,1) 0%, rgba(255,185,55,1) 100%);
        z-index: -1;
    }
    .cus-text-light{
        color: white;
    }
    
    .mt-11 {
        margin-top: 11rem !important;
    }
    .pt-55{
        padding-top: 0px;
    }
    h1{
        font-size: 50px !important;
    }
    .w-lg-50{
        width: 50%;
    }  

    .banner-height{
        min-height: 90vh;
    } 
 }
