/* .col-2 {
    display: none;
}

.col-2.active {
    display: block;
} */
.col-2 {
    opacity: 0;
    transition: opacity 0.5s ease; /* Smooth transition */
}

.col-2.active {
    opacity: 1;
    /* margin: 1.5rem; */
}
.home_menu #carousel11 .carousel-item.active .col-2 img{
    height: auto;
    width: 85%;
}
.avilable_menu #carousel12 .carousel-item.active .col-3 img{
    height: auto; 
    width: 50%;
}
#load-more{
    display: none;
}

 @media screen and (max-width:1200px){
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 95%;
    }
    .avilable_menu #carousel12 .carousel-item.active .col-3 img{
        width: 60%;
    }
} 

@media screen and (max-width:1000px){
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 100%;
    }

    .row.m-2 {
        justify-content: flex-start;
    }
    .avilable_menu #carousel12 .carousel-item.active .col-3 img{
        width: 80%;
    }
    .carousel-control-prev, .carousel-control-next{
        display: none;
    }
    .row.m-2{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;

    }
    .col-2{
       
        display: none;
        opacity: 1;
    }
    #load-more{
        display: block;
        margin: auto;
        height: 50px;
        padding: 0 50px;
        border: 0px;
        border-radius: 6px;
        background-color: #ee0101;
        color: white;
        font-size: 16px;
    }
    #load-more:hover{
        opacity: .8;
    }

}

@media screen and (max-width:770px){
    .avilable_menu #carousel12 .carousel-item.active .col-3 img{
        width: 100%;
    }
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 150%;
    }
    .col-2{
        margin-left: 1.5em;
    }
    
}
@media screen and (max-width:570px) and (min-width:470px){
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 180%;
    }
    .home_menu #carousel11 .carousel-item.active .col-2 p{
        font-size: 0.9em;
    }
    .col-2{
        margin-right: 1.7em;
    margin-left: 0;
    }
}
@media screen and (max-width:470px) and (min-width:390px){
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 280%;
    }
    .home_menu #carousel11 .carousel-item.active .col-2 p{
        font-size: 0.9em;
    }
    .col-2{
        margin-right: 2.9em;
        margin-left: 0;
    }
}
@media screen and (max-width:389px) and (min-width:330px){
    .home_menu #carousel11 .carousel-item.active .col-2 img{
        width: 320%;
    }
    .home_menu #carousel11 .carousel-item.active .col-2 p{
        position: relative;
        font-size: 0.7em;
        /* position: absolute; */
        top: -2px;
        left: 20px;
  
    }
    .col-2{
        margin-right: 2.5em;
        margin-left: 0;
    }
}
@media screen and (max-width:500px){
    .avilable_menu #carousel12 .carousel-item.active .col-3 img{
        width: 130%;
    }
}

#load-more{
    background: #ee0101;
    color: white;
    font-size: 1em;
    margin-bottom: 5px;
}
#load-less{
    background: #ee0101;
    color: white;
    font-size: 1em;
}
