@font-face {
    font-family: 'Raleway';
    src: url('fonts/static/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    /* Matches the specified font weight (900) */
    font-style: normal;
    /* Specify font style as needed */
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/static/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    /* Matches the specified font weight (500 for medium) */
    font-style: normal;
    /* Specify font style as needed */
}

@font-face {
    font-family: 'Raleway_thin';
    src: url('fonts/static/Raleway-Thin.ttf') format('truetype');
    font-style: normal;
    /* Specify font style as needed */
}

@font-face {
    font-family: 'Raleway_regular';
    src: url('fonts/static/Raleway-Regular.ttf') format('truetype');
    font-style: normal;
    /* Specify font style as needed */
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura Extra Black font.ttf') format('truetype');
    font-weight: bold;
}

/* Reset some default margin and padding */
body {
    font-family: 'raleway', sans-serif;
    background: transparent url(../image/backgroundRecipes.png) 0% 0% no-repeat padding-box;
    background-size: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
   


    /* Use the same font name as defined in @font-face */
}
.containerParent{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* Add an overlay to the background */


/* Add an overlay to the image */



a {
    text-decoration: none;
}

.navbar ul li a {
    color: #fff ;
}



/* Add responsive styles for smaller screens */
.hamburger {
    display: none;

    /* Initially hide the hamburger icon */
}

.Recipes {
    width: 31%;
  
    text-align: left;

}

.Recipes .title {

    font: normal normal 900 76px/69px Raleway;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 9%;
    margin-left: 17.3%;
}

.Recipes .content {
    text-align: left;
    font: normal normal 500 21px/29px Raleway;
    letter-spacing: -0.53px;
    color: #fff;
    margin-left: 17.3%;
    margin-top: 11%;
    text-align: justify;
}


.containerRecipes {
    align-items: center;
    position: relative;
   
    width: 100%;
  
    margin: 0 auto;
    padding-top:7%;
}

.slider-wrapper-recipes {
    position: relative;
}






.slider-wrapper-recipes .image-list_companies .image-item {
    width: 401px;
height: 484px;
    object-fit: cover;

}

.containerRecipes .image-list-recipes  li {
    position: relative;
    width: auto;
    width: 401px;
height: 484px;


}


.containerRecipes .image-list-recipes li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    pointer-events: none; /* This makes sure the overlay doesn't block interactions with the text */
}

.slider-wrapper-recipes .image-list-recipes {
    display: grid;
    width: 100%;

    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
   
}

.slider-wrapper-recipes .image-list::-webkit-scrollbar {
    display: none;
}



.containerRecipes .image-list-recipes li {
    width: 100%;
height: 484px;
    position: relative;
    overflow: hidden;
    border-radius: 10%;
}





.containerRecipes .image-list-recipes li img {
    width: 100%;
    height: 100%;
    opacity: 1;

}

.containerRecipes .image-list-recipes li .content_slider {
    bottom: 8%;
    left: 7%;
    position: absolute;
font: normal normal 900 50px/41px Raleway;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
transition: transform 0.3s ease;
   
   
}

.containerRecipes .image-list-recipes li .title_slider {
    position: absolute;
    bottom: 23%;
    left: 7%;
    /* transform: translate(-50%, -50%); */
    font: normal normal normal 22px/139px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: transform 0.3s ease;

}

.containerRecipes .image-list-recipes li:nth-child(2) .title_slider, 
    .containerRecipes .image-list-recipes li:nth-child(4) .title_slider {
    
    bottom: 15%;}
    .containerRecipes .image-list-recipes li:nth-child(5) .title_slider, 
    .containerRecipes .image-list-recipes li:nth-child(6) .title_slider, 
        .containerRecipes .image-list-recipes li:nth-child(7) .title_slider {
    
    bottom: 32%;}
    .containerRecipes .image-list-recipes li:hover .content_slider {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: normal normal 900 50px/41px Raleway;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
    }
    
    .containerRecipes .image-list-recipes li:hover .title_slider {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: normal normal normal 22px/139px Raleway;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
    }

    .containerRecipes .image-list-recipes li:nth-child(5):hover .title_slider, 
    .containerRecipes .image-list-recipes li:nth-child(6):hover .title_slider, 
        .containerRecipes .image-list-recipes li:nth-child(7):hover .title_slider {
    
            top: 33%;}
footer a {
    color: #03538B !important;
}
.fa-times:before {
        
    COLOR: #03538B;
}
/* Add responsiveness for tablet and mobile */
@media (max-width: 768px) {
    .navbar ul .hamburger-container {
        display: block;
        text-align: center;
        order: 2;
        /* Move the logo to the top for mobile */
    }

  

    .logo-container {
        order: 2;
        /* Move the logo to the top for mobile */
    }
    .navbar ul li a{
        color: #03538B !important;
    }

    .navbar ul li {
        display: none;
       
        /* Hide links for mobile */
    }

    .hamburger {
        display: block;
        color: #fff;
        /* Display the hamburger icon for mobile */
    }

    .toggled-menu {
        display: none;
        /* Initially hide the toggled menu icon */
    }

    /* Show links when the hamburger icon is clicked */
    .navbar ul.show {
        position: absolute;
        flex-direction: column;
        background-color: white;
        width: 100%;
        height: auto;
        z-index: 1;
        margin-top: 0%;
    }


    .navbar ul.show li {
        display: block;
        padding: 20px 0;
    }

   
    .navbar ul {
        flex-direction: row;

        /* Add any other styles needed for the PC version */
    }

    .navbar ul .hamburger-container {
        display: block;
        text-align: center;
        order: 2;
        /* Move the logo to the top for mobile */
    }

    .navbar ul li a {
        font-size: 24px
            /* Adjust the font size for smaller screens */
    }

    .logo-container {
        order: 2;
        /* Move the logo to the top for mobile */
    }


    .navbar ul li {
        display: none;
        /* Hide links for mobile */
    }

    .hamburger {
        display: block;
        /* Display the hamburger icon for mobile */
        font-size: 24px;
    }

    .toggled-menu {
        display: none;
        /* Initially hide the toggled menu icon */
    }

    /* Show links when the hamburger icon is clicked */
    .navbar ul.show {
        flex-direction: column;
    }

    .navbar ul.show li {
        display: block;
        padding: 20px 0;
    }

}
@media (min-width : 1220px)  and  (max-width : 1491px){
    body{
        background-size: 123%;
    }
    .containerRecipes .image-list-recipes li .content_slider {
      
        font: normal normal 900 40px/41px Raleway;}
        .containerRecipes .image-list-recipes li:hover .content_slider {
      
            font: normal normal 900 40px/41px Raleway;
        }
        .containerRecipes .image-list-recipes li:hover .title_slider {

            font: normal normal normal 16px/139px Raleway;
        }
}

@media (min-width : 920px)  and  (max-width : 1220px){
    body {
        background-size: 142%;
    }
    .Recipes {
        width: 40%;
    }
    .Recipes .title {
        font: normal normal 900 60px/69px Raleway;
        
        margin-top: 0%;
    }
    .containerRecipes .image-list-recipes li .content_slider {
        font: normal normal 900 30px/41px Raleway;
    }
    .containerRecipes .image-list-recipes li:hover .content_slider {
        font: normal normal 900 30px/41px Raleway;
    }
    .Recipes .content {
        
        font: normal normal 500 19px/29px Raleway;
        margin-top: 5%;
    }
    .containerRecipes .image-list-recipes li:hover .title_slider {

        font: normal normal normal 14px/139px Raleway;
    }
    .containerRecipes {
        padding-top: 4%;
    }
}
@media (min-width : 705px)  and  (max-width : 919px){
    body {
        background-size: 170%;
    }
    .Recipes {
        width: 40%;
    }
    .Recipes .title {
        font: normal normal 900 50px/69px Raleway;
        margin-top: 0%;
    }
    .containerRecipes .image-list-recipes li .content_slider {
        font: normal normal 900 25px/41px Raleway;
    }
    .containerRecipes .image-list-recipes li:hover .content_slider {
        font: normal normal 900 30px/41px Raleway;
    }
    .Recipes .content {
        font: normal normal 500 17px/29px Raleway;
        margin-top: 5%;
    }
    .containerRecipes .image-list-recipes li:hover .title_slider {

        font: normal normal normal 11px/139px Raleway;
    }
    .containerRecipes {
        padding-top: 4%;
    }
    .containerRecipes .image-list-recipes li .title_slider {
        
        font: normal normal normal 18px/139px Raleway;
    }
}
@media (min-width : 530px)  and  (max-width : 704px){
    body {
        background-size: 189%;
    }
    .Recipes {
        width: 56%;
    }
    .Recipes .title {
        font: normal normal 900 38px/69px Raleway;
        line-height: 1.2;
    }
    .containerRecipes .image-list-recipes li {
        width: 100%;
        height: 294px;
    }
    .containerRecipes .image-list-recipes li .content_slider {
        font: normal normal 900 12px/41px Raleway;
        line-height: 2;
    }
    .containerRecipes .image-list-recipes li:hover .content_slider {
        font: normal normal 900 18px/41px Raleway;
    }
    .Recipes .content {
        font: normal normal 500 17px/29px Raleway;
        margin-top: 5%;
    }
    .containerRecipes .image-list-recipes li:hover .title_slider {
        visibility: hidden;
    }
    .containerRecipes {
        padding-top: 4%;
    }
    .containerRecipes .image-list-recipes li .title_slider {
        bottom: 13%;
        font: normal normal normal 14px/139px Raleway;
    }
    .containerRecipes .image-list-recipes li:nth-child(5) .title_slider, .containerRecipes .image-list-recipes li:nth-child(6) .title_slider, .containerRecipes .image-list-recipes li:nth-child(7) .title_slider {
        bottom: 12%;
    }
}

@media (min-width : 200px)  and  (max-width : 529px){
    body {
       
        background-size: 192%;
    }
    .Recipes {
        width: 90%;
    }
    .Recipes .title {
        font: normal normal 900 29px/69px Raleway;
        
        margin-top: 0%;
        margin-left: 7.3%;
    }
    .Recipes .content {
        background-color: rgba(0, 0, 0, 0.44);
       
        font: normal normal 500 14px/29px Raleway;
        
        line-height: 1.2;
        margin-left: 7.3%;
        margin-top: 0%;
      
    }
    .containerRecipes .image-list-recipes li {
       
        height: 284px;
    }
    .slider-wrapper-recipes .image-list-recipes {
       
        grid-template-columns: repeat(2, 1fr);
    }
    .containerRecipes .image-list-recipes li .title_slider {
       
        font: normal normal normal 16px/139px Raleway;
    }
    .containerRecipes .image-list-recipes li .content_slider {
        
        font: normal normal 900 18px/41px Raleway;
    }
    .containerRecipes .image-list-recipes li:hover .content_slider {
        
        font: normal normal 900 18px/41px Raleway;
    }
    .containerRecipes .image-list-recipes li:hover .title_slider {
        visibility: hidden;
    }
}