@media (max-width: 1650px) {
   
 
}
@media (max-width: 1350px) {
    .container {
        max-width: 1140px;
    }   
    
    #slider-recipes{
        padding:30px 0;
    }
    
    .recipe-wrapper{
        padding:0 30px;
    }
}
@media (max-width: 1199px) {
    
    .top-section-badge{
        max-width:140px;
    }
    
    .container {
        max-width: 960px;
    }
    
    .bot-section-title{
        font-size:52px;
    }
    
    .custom-bot-title{
        font-size:28px;
    }
    
}
@media (max-width: 991px) {
    
    .top-section-badge {
        max-width: 110px;
    }
    
    .recipe-image-wrapper{
        width:100%;
        margin-bottom:30px;
    }
    
    .recipe-title{
        text-align:center;
    }
    
    .recipe-video{
        /*padding:0 15px;*/
        margin-bottom:30px;
    }
    
    .bot-section-title {
        font-size: 40px;
        padding: 0 15px;
        margin:30px 0;
    }
    
    .recipe-description{
        margin-bottom:30px;
    }
    
    .bot-logo-wrapper{
        margin:30px auto;
    }
    
}
@media (max-width: 767px) {
    
     #top-section{
        margin-bottom:-10%;
    }
    
    .container{
        width:100%;
        max-width:100%;
    }
    
    .recipe-title{
        font-size:36px;
    }
    
    .bot-section-title {
        font-size: 28px;
    }
    
    .custom-bot-title{
        font-size:24px;
    }
}
@media (max-width: 575px) {

    .top-section-badge {
        max-width: 80px;
    }
    
    .mid-section-wrapper{
        padding:30px 0;
    }
    
    .recipe-video iframe{
        height:250px;
    }
    
    .mid-section-image.image-3{
        margin-top:0;
    }
    
    .mid-section-image.image-5{
        margin-bottom:30px;
    }
    
    .recipe-wrapper{
        padding:0 15px;
    }
    
    .mid-section-image.image-5{
        max-width:150px;
    }
    
    .custom-bot-desc{
        font-size:16px;   
    }

}  
@media (max-width: 480px) {

    .recipe-title{
        font-size:24px;
    }
    
    .recipe-description-title{
        font-size:24px;
    }
    
    .recipe-description{
        font-size:21px;
    }
    
    .bot-section-title{
        margin:20px 0;
    }
    
    .bot-logo-wrapper{
        margin:20px auto;
    }
    
    .mid-section-wrapper{
        padding:20px 0;
    }
    
    .under-bot-section{
        margin-top:20px;
    }
    
    .custom-bot-title{
        margin-bottom:10px;
    }
    
    .custom-bot-info{
        padding:20px 0;
    }
}

@media (max-width: 420px) {

    .top-section-badge {
        max-width: 65px;
    }
    
    .recipe-description{
        font-size:18px;
    }
    
    .recipe-description p {
        padding: 0 10px;
        white-space: nowrap;
    }
    
    .recipe-description p::before {
        width: 5px;
        left: 0px;
        top: 10px;
        transform: unset;
    }
    
    .mid-section-image.image-1-1{
        margin-bottom:0;
    }
    
    .mid-section-image.image-2 {
        margin-top: 15px;
    }
    
    .mid-section-image.image-5 {
        margin-bottom: 0px;
        max-width:100px;
    }
    
    .mid-section-image.image-4 {
        margin-top: 15px;
    }

}
@media (max-width: 363px) {
    
 
}

