
.ab-heading{

    position:relative;
}
.ab-heading:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.ab-heading:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.ab-heading::before{
    content:url('../assets/img/lines-1.png');
    position:absolute;
    left:-120px;
    top:0;
    transition:all 1s;

}
.ab-heading::after{
    content:url('../assets/img/lines-2.png');
    position:absolute;
    right:-120px;
    top:0;
    transition:all 1s;
    
}

.product-rotate{
    transform: rotate(0deg)!important;
    
}

.products{
    transition:all 1s;
    transform: rotate(20deg);
    transform-origin:bottom right;
}

.wheat:hover{
    transform: rotate(-10deg) scale(1.2);
}
.wheat-left:hover{
    transform: rotate(20deg) scale(1.2) translateX(50px);
}
.badge:hover{
    transform: rotate(380deg) scale(1.1);
}
.cutlet:hover{
   background-size: 105%;
}
.pizza:hover{
    background-size: 105%;
 }
 .rec1:hover .bread2{
     transform: rotate(-80deg) scale(1.2) translatex(10px);
 }
 .rec1:hover .bread1{
    transform: rotate(-150deg) scale(1.1) translate(-20px, -20px);
}

 .rec1:hover .bread3{
    transform: rotate(10deg) scale(1.2) translate(50px, 40px);
}

.owl-carousel .owl-item img {
    width: initial;
    margin: auto;
}



.bakery:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.bakery:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.bakery::before{
    content:url('../assets/img/lines-1.png');
    position:absolute;
    left:-100px;
    top:20px;
    transition:all 1s;

}
.bakery::after{
    content:url('../assets/img/lines-2.png');
    position:absolute;
    right:-100px;
    top:20px;
    transition:all 1s;
    
}






.pro-range:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.pro-range:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.pro-range::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    transition:all 1s;

}
.pro-range::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    transition:all 1s;
    
}





.tasty-text:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.tasty-text:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.tasty-text::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    left:-80px;
    top:20px;
    transition:all 1s;

}
.tasty-text::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    right:-80px;
    top:20px;
    transition:all 1s;
    
}



.cut h1:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.cut h1:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.cut h1::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    top: -19px;
    transition:all 1s;

}
.cut h1::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    top: -19px;
    transition:all 1s;
    
}




.pizz h1:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.pizz h1:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.pizz h1::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    top: -19px;
    transition:all 1s;

}
.pizz h1::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    top: -19px;
    transition:all 1s;
    
}






  .container {
    width: 100%;
  }
  .eye {
    position: relative;
    top: 443px;
    left: 395px;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }
  @media only screen and (max-width: 1366px) 
  {
    .eye {
        left: 315px;
    }

  }

  .eye:after { /*pupil*/
    position: absolute;
    bottom: 17px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    content: " ";
  }



  .hdrbg img:hover{
      transform: scale(1.05) !important; 
}

.ftlog:hover{
    transform: scale(1.04);
}
.social img:hover{
    transform: scale(1.1);
}




#Capa_1{
    width: 600px;
    height: 916px;
    margin: 0px 50%;
    transform: translateX(-50%);
    display: none;
  }
  
  .heart-stroke{
    fill: none;
    stroke: #fff;
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 0;
    animation: dash 4s linear forwards;
    -webkit-animation: dash 4s infinite forwards;
    -o-animation: dash 4s linear forwards;
    -moz-animation: dash 4s linear forwards;
    -webkit-animation-direction: alternate;
  }
  
  @-webkit-keyframes dash{
    from{
      stroke-dashoffset: 1500;
    }
    to{
      stroke-dashoffset: 0;
    }
  }
  


  
.about-hd::before{
    top: 0%;
    left: -60px;
    background-image: url('../assets/img/blines-1.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%; 
    height: 112%;
    position: absolute;
    content:""!important;
    transition:all 1s;

}
.about-hd::after{
    top:0%;
    position: absolute;
    
    background-image: url('../assets/img/blines-2.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%; 
    height: 112%;
    content:""!important;
    transition:all 1s;
    
}

.about-hd:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.about-hd:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

 

.contact-hd::before{
    background-image: url('../assets/img/blines-1.png');
    background-repeat: no-repeat;
    content:""!important;
    position:absolute;
    transition:all 1s;
    display: inline-block;
    width: 100%; 
    height: 112%;

}
.contact-hd::after{
    background-image: url('../assets/img/blines-2.png');
    background-repeat: no-repeat;
    content:""!important;
    position:absolute;
    transition:all 1s;
    display: inline-block;
    width: 100%; 
    height: 112%;
    
}

.contact-hd:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.contact-hd:hover::after{
    transform: translateX(20px); /* Standard syntax */
}



.happiness::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    right: 100%;
    top:0;
    transition:all 1s;

}
.food::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    left:100%;
    top:0;
    transition:all 1s;
    
}

.happiness:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.food:hover::after{
    transform: translateX(20px); /* Standard syntax */
}




.love2::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    right: 100%;
    top:0;
    transition:all 1s;

}
.hi::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    left:100%;
    top:0;
    transition:all 1s;
    
}

.love2:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.hi:hover::after{
    transform: translateX(20px); /* Standard syntax */
}



.bakery2::before{
    content:url('../assets/img/lg-lines-2.png');
    position:absolute;
    right: 100%;
    top:-22px;
    transition:all 1s;

}
.bakery2::after{
    content:url('../assets/img/lg-lines-1.png');
    position:absolute;
    bottom: -66px;
    transition:all 1s;
    
}

.bakery2:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.bakery2:hover::after{
    transform: translateX(20px); /* Standard syntax */
}


.savoury2::before{
    content:url('../assets/img/lg-lines-2.png');
    position:absolute;
    right: 100%;
    top:0;
    transition:all 1s;

}
.savoury2::after{
    content:url('../assets/img/lg-lines-1.png');
    position:absolute;
    left:100%;
    top:0;
    transition:all 1s;
    
}

.savoury2:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.savoury2:hover::after{
    transform: translateX(20px); /* Standard syntax */
}




.more::before{
    content:url('../assets/img/blines-1.png');
    position:absolute;
    top: -14px;
    transition:all 1s;

}
.more::after{
    content:url('../assets/img/blines-2.png');
    position:absolute;
    transition:all 1s;
    top: -14px;
    
}

.more:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.more:hover::after{
    transform: translateX(20px); /* Standard syntax */
}








#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    z-index: 1001;  
    background-image: url(../assets/img/logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    z-index: 1020;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: red;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: blue;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: yellow;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #FFF;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0
}

.loader-section.section-right {
    right: 0
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}









#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 8000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.mob-top{
    left: 150px;
    height: 24px;
    width: 24px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    bottom: 220px;
}
.mob-top:hover{
    background: rgba(0, 0, 0, 0.8);
}