@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   
}
.bgimgonnly{
    background-image: url('../images/mixture-aromatic-spices.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

img{
    width: 100%;
}
.main-container{
    width: 90%;
    margin: 0 auto;
}
.smaller{
    font-weight: normal;
    font-size: 30px;
}
.bold{
    font-weight: bold;
}
.d-flex{
    display: flex;
}
.marque{
    background-color: black;
    color: white;
}
.marque .marque-text{
    font-size: 60px;
    line-height: 111%;
    display: inline-block;
    position: relative;
    padding: 40px 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.image-text .main-container .img-text-title,.taste-of-legacy .main-title{
    font-size: 42px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1;
}
.taste-of-legacy .card-container{
display: grid;
padding: 30px 0 50px;
grid-template-columns: repeat(3,1fr);
}
.taste-of-legacy .card-container .card{
    text-align: center;
    padding: 35px;
}
.taste-of-legacy .card-container .card:nth-child(1),.taste-of-legacy .card-container .card:nth-child(2){
border-bottom: 1px solid lightgray;
border-right: 1px solid lightgray;

}
.taste-of-legacy .card-container .card:nth-child(3){
    border-bottom: 1px solid lightgray;

}
.taste-of-legacy .card-container .card:nth-child(4),.taste-of-legacy .card-container .card:nth-child(5){
    border-right: 1px solid lightgray;
}

.taste-of-legacy .card-container .card h3.card-title{
    font-size: clamp(28px, 5vw, 55px);
    line-height: 128.5%;
    letter-spacing: 0.03em;
    font-family: 'Dancing Script', "cursive";
        color: #e1262b;
}
.taste-of-legacy .card-container .card p{
    max-width: 280px;
    line-height: 1.5;
    font-size:15px ;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-top: 15px;
}
.taste-of-legacy .main-title{
    text-align: left;
}
.image-text .main-container .img-text-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    cursor: pointer;
    margin: 40px 0;
}
.image-text .main-container .img-text-container .text{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.image-text .main-container .img-text-container:hover .text h3.title{
    background-size: 100%;
}
.recipes-slider{
padding: 30px;
padding-right: 0;
}
.recipe-card{
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.recipe-card .card-img img{
width: 100%;
}
.recipe-card .card-title{
    text-transform: uppercase;
    margin-top: 20px; 
    padding: 2px 15px;
        font-family: "Poppins", sans-serif;
      font-weight: 500;
      margin-bottom: 20px;
      letter-spacing: 0.03em;
      text-transform: capitalize;
          font-size: 25px;
      background-size: 0%;
      background-image: -webkit-gradient( linear, left top, left bottom, from(crimson), to(crimson) ), -webkit-gradient(linear, left top, left bottom, from(crimson), to(crimson)); 
      background-image: linear-gradient(crimson, crimson), linear-gradient(crimson, crimson);
      background-repeat: no-repeat;
      background-size: 0%;
      transition: background-size .3s ease-in-out !important; 
}
.recipe-card:hover .card-title{
    background-size: 100%;
    color: white;
}
.image-text .main-container .img-text-container .text h3.title{
  text-transform: uppercase; 
  padding: 2px 15px;
      font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
        font-size: 35px;
    background-size: 0%;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#cbb552), to(#cbb552) ), -webkit-gradient(linear, left top, left bottom, from(#cbb552), to(#cbb552)); 
    background-image: linear-gradient(#cbb552, #cbb552), linear-gradient(#cbb552, #cbb552);
    background-repeat: no-repeat;
    background-size: 0%;
    transition: background-size .3s ease-in-out !important; 
}
.image-text .main-container .img-text-container .text p{
        font-weight: 600;
    max-width: 480px;
    text-align: center;
    padding-top: 25px;
        font-family: inherit;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.image-text .main-container .img-text-container .img{
    position: relative;
}
.image-text .main-container .img-text-container .img .main-img{
 z-index: 99;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}
.image-text .main-container .img-text-container .img .main-img img{
width: 75%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
.image-text .main-container .img-text-container .img .bg-img{
   opacity: 0;
   transition: all .3s ease-in-out;
    z-index: -1;
}
.image-text .main-container .img-text-container:hover .img .bg-img{
    opacity: 1;
}
.recipes{
    padding: 50px 0;
    background-color: white;
}
.recipes .header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recipes .header .main-title{
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: capitalize;
}
.recipes .header .revel-btn button{
    font-family: "Poppins", sans-serif;
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 128.5%;
    letter-spacing: 0.03em;
    color: #fff;
    height: 48px;
    background-color: #000;
    border-radius: 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#e1262b), to(#e1262b) ), -webkit-gradient(linear, left top, left bottom, from(#e1262b), to(#e1262b));
    background-image: linear-gradient(#e1262b, #e1262b), linear-gradient(#e1262b, #e1262b);
    background-repeat: no-repeat;
    background-size: 0%;
    -webkit-transition: background-size 0.3s ease-in-out !important;
    transition: background-size 0.3s ease-in-out !important;
}
.recipes .header .revel-btn button a{
    color: white;
    text-decoration: none;
}
.recipes .header .revel-btn button:hover{
background-size: 100%;
}
.newsletter{
    background: url("../images/newsletterbg.jpg");
    background-size: cover;
    background-position: center;
}

.newsletter .newsletter-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.newsletter .newsletter-container .main-title{
    font-family: "Poppins", sans-serif;
    font-size: 42px;
color: white;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.newsletter .newsletter-container .input-box input{
background-color: rgba(255, 255, 255, 0.4);
border: none;
width: 600px;
padding: 12px 20px;
font-size: 20px;
position: relative;
border-radius: 8px;
color: white;
}
.newsletter .newsletter-container .input-box input:focus-visible{
    outline: none;
    border: 1.5px solid  white;
}
.newsletter .newsletter-container .input-box input::before{
    contain: "\2192";
    width: 10px;
    height: 20px;
    background-color: red;
    position: absolute;
    top: 20%;
    right: 10px;
    z-index: 99;
}
.newsletter .newsletter-container .input-box input::placeholder{
    opacity: 1;
    color: white;
}
footer{
    background-color: black;
    color: white;
    padding-bottom: 40px;
}
footer a{
    text-decoration: none;
    color: rgb(73, 73, 73);
}
footer .footer-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer .footer-menu .logo img{
    width: 200px;
}
footer .footer-menu ul li{
list-style-type: none;
padding: 10px 20px;
display: inline-block;
cursor: pointer;
font-size: 16px;
padding: 5px 0 5px 45px;
font-family: "Poppins", sans-serif;
font-weight: 600;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
footer .footer-menu ul li a{
    color: white;
    text-decoration: none;
}
footer .footer-menu ul li a:hover{
    color: #e1262b;
}
.footer-contact{
    display: flex;
    justify-content: space-between;
}

.footer-contact .left {
    width: 25%;
}
.footer-contact .left h4{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
}
.footer-contact .left .contact-info{
    display: flex;
    column-gap: 18px;
    margin-bottom: 20px;
}
.footer-contact .left .contact-info .icon{
width: 30px;
line-height: 30px;
font-size: 25px;
}
.footer-contact .right .socil span{
padding: 15px;
font-size: 30px;
}
.footer-copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

}
.footer-copyright .right{
    text-align: right;
}
.footer-copyright p{
    font-size: 16px;
    color: #5e5e5e;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
}

.about_us .main-container{
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.about_us .main-container .img-side{
   width: 60%;
   min-height: 100vh;
   
}
.about_us .main-container .img-side .img-container{
    position: relative;
    height: 100vh;
    padding: 0 20px;
 }
 .about_us .main-container .img-side .img-container .img-1{
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
    z-index: 99;
 }
 .about_us .main-container .img-side .img-container .img-2{
    position: absolute;
    width: 70%;
    top: 10%;
    left: 0;
 }
 .about_us .main-container .img-side .img-container .img-3{
    position: absolute;
    width: 60%;
    top: 40%;
    left: 30%;
 }
 .about_us .main-container .img-side .img-container .img-4{
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
 }
.about_us .main-container .text-side{
    width: 40%;
    text-align: center;
    padding: 0 30px;
 }
 .about_us .main-container .text-side h3{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1;
    font-size: 42px;
    text-transform: capitalize;
 }
 .about_us .main-container .text-side p{
    font-size: 14px;
    font-family: inherit;
    line-height: 1.5;
    letter-spacing: 0.03em;
 }
 .about_us .main-container .text-side button{
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 128.5%;
    letter-spacing: 0.03em;
    color: #fff;
    height: 48px;
    background-color: #000;
    border-radius: 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#e1262b), to(#e1262b) ), -webkit-gradient(linear, left top, left bottom, from(#e1262b), to(#e1262b));
    background-image: linear-gradient(#e1262b, #e1262b), linear-gradient(#e1262b, #e1262b);
    background-repeat: no-repeat;
    background-size: 0%;
    -webkit-transition: background-size 0.3s ease-in-out !important;
    transition: background-size 0.3s ease-in-out !important;
    margin: 0 auto;
    margin-top: 20px;
    border: none;

 }
 .about_us .main-container .text-side button:hover{
    background-size: 100%;
 }
 .bg-effect{
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ff1f00), to(#ff1f00) ), -webkit-gradient(linear, left top, left bottom, from(#ff1f00), to(#ff1f00));
    background-image: linear-gradient(#ff1f00, #ff1f00), linear-gradient(#ff1f00, #ff1f00);
    background-repeat: no-repeat;
    background-size: 0%;
    -webkit-transition: background-size 1.2s ease-in-out;
    transition: background-size 1.2s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay:.5s;
    font-weight: bold;
    padding: 0 3px;
 }

 .about_us:hover .bg-effect{
    background-size:100%;
    color: #000;
 }
 .swiper-wrapper{
   padding: 20px 0;
 }