@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.nocopy {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
h1::selection {
    color: #F9A971;
    background: #F9A971;
}
.navbar {
    background: white;
    width: 100%;
    height: 80px;
    box-shadow:  0px 6px 9px #0000002a;
}
@media only screen and (max-width: 990px) {
    .navbar {
        background: #fff;
        height: auto;
    }
}
.navbar-brand {
    color: #F9A971 !important;

}
.navbar-brand:hover {
    color: #111 !important;
}
.nav-link {
    color: #F9A971 !important;
}
.nav-link:hover {
    font-weight: 600;
    color: #111 !important;
}
.dropdown-item:hover {
    color: #F9A971 !important;
}
.navbar-toggler {
    color: #F9A971 !important;
    outline: none !important;
    border: none !important;
}
#cart{
    padding-left: 2px;
    color: #111;
    font-weight: bold;
}
.icon .fa {
    color: #F9A971 !important;
    padding: 15px;
    cursor: pointer;
}
.icon .fa:hover {
    color: #111 !important;
}
.main-page {
    width: 100%;
    height: 100vh;
    background-image: url(images/f14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.color-change-4x {
    -webkit-animation: color-change-4x 25s ease-in 2s infinite alternate both;
    animation: color-change-4x 25s ease-in 2s infinite alternate both;
}
@-webkit-keyframes color-change-4x {
    0% {
        background-image: url(images/f14.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    33.3333% {
        background-image: url(images/f1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    66.666% {
        background-image: url(images/f11.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    100% {
        background-image: url(images/f7.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@keyframes color-change-4x {
    0% {
        background-image: url(images/f14.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    33.3333% {
        background-image: url(images/f1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    66.666% {
        background-image: url(images/f11.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    100% {
        background-image: url(images/f7.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.main-page p {
    color: white;
    font-size: 20px;
    position: relative;
    top: 25%!important;
    padding: 15px 0px 0px 75px;
}
.main-page h1 {
    color: white;
    font-size: 75px;
    position: relative;
    top: 25%!important;
    padding: 40px;
    font-family: 'Alfa Slab One', cursive;
}
.tracking-in-contract-bck-top {
    -webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract-bck-top {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(-300px);
        transform: translateZ(400px) translateY(-300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@keyframes tracking-in-contract-bck-top {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(-300px);
        transform: translateZ(400px) translateY(-300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@media only screen and (max-width: 766px) {
    .main-page h1 {
        font-size: 40px;
        padding: 20px;
    }
    .main-page {
        height: 110vh;
    }
    .main-page p {
        color: white;
        font-size: 20px;
        position: relative;
        top: 25%!important;
        padding: 5px 0px 0px 45px;
    }
}
.edit {
    color: #F9A971;
}
.btn-1 {
    outline: none;
    position: relative;
    border: none;
    border-top-right-radius: 30px;
    top: 25%;
    color: #111;
    margin-left: 70px;
    width: 200px;
    height: 55px;
    background: #F9A971;
    font-weight: 600;
    transition: 0.5s;
}
.btn-1:hover {
    letter-spacing: 3px;
}
.page-2 {
    padding: 100px 0px;
    width: 100%;
}

.text-title {
    padding: 10px;
}
.text-title h2 {
    color: #F9A971;
}
.page-2 label {
    font-weight: bold;
    padding-left: 30px;
}


.progress {
    margin-top: 15px;
}
.progress-bar {
    background: #F9A971!important;
}
.text-f {
    float: right;
    margin-left: 200px
}
.recipe {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-image: url(images/f15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.card .btn {
    outline: none;
    border: none;
    border-bottom-left-radius: 30px;
    color: #111;
    width: 100px;
    height: 50px;
    background: #F9A971;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    display: flex;
    text-align: center;
    justify-items: center;
    align-items: center;
}
.card-title {
    color: #F9A971;
}
.card-text {
    font-weight: 500;
}
.page-3 {
    padding: 50px 0px;
}
.page-3 h1 {
    text-align: center;
    color: transparent;
    background-image: linear-gradient(to right, #F9A971 50%, #111 50%);
    background-clip: text;
    -webkit-background-clip: text;
    padding: 60px;
    font-family: 'Alfa Slab One', cursive;
    display: block;
    font-size: 50px;
}
.back {
    position: fixed;
    display: none;
    right: 0%;
    padding-right: 20px;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 2000;
}
.back .fa {
    width: 50px;
    height: 50px;
    background: #F9A971;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    border-top-right-radius: 15px;
}
.back-to-top
{
    display: initial;
}
.back .fa:hover
{
    background: black;

}
.demo
{
    background: #F9A971;
    width: 100%;
    height: 60px;
    
}
.demo h5
{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
}
.demo i
{
    padding-right: 20px;
    padding-left: 15px;
}
.gallery
{
    background: #f1f1f1;
    width: 100%;
    padding-top: 70px;
}
.location
{
    width: 100%;
    height: 100vh;
    padding-top: 0px;
}
.location h1
{
    font-size: 70px;
    text-align: center;
    padding-top: 40px;
    color: transparent;
    background-image: url(images/f3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 300;
    height: auto;
}
.location iframe
{
    padding: 10px;
}
.media-body .fa
{
    color: #F9A971;
}
.contact
{
    padding: 40px 0px;
    width: 100%;    
}

.contact .name, .email, .quantity, .food, .number
{
    height: 40px;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid;
    cursor: pointer;
    font-size: 15px;
    color: #111;
    font-weight: 300;
    margin: 10px 0px;
}
.contact .food
{
    height: 70px;
}
.contact .btn-2
{
    margin-top: 20px;
    width: 50%;
    height: 60px;
    border: none;
    outline: none;
    background: #F9A971;
    color: #fff;
    
}
.foot
{
    padding: 50px 0px;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/462927.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    
}
@media only screen and (max-width: 693px)
{
    .foot
    {
        padding: 40px 0px;
    }
}
.foot h2
{
    font-size: 25px;
}
.foot h2::before
{
    content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    width: 80px;
    top: 40px;
    left: 0;
    height: 2px;
    background: #F9A971;
    padding-left: 130px;
    margin-left: 20px;
    margin-top: 1px;
}
.foot p
{
    padding: 30px;
    font-weight: 400;
}
.foot ul
{
    padding-top: 40px;
    
}
.foot li
{
    list-style: none;
    padding-left: 25px;
    font-weight: 700;
    cursor: pointer;
}
.gallery img:hover
{
    opacity: 0.5;
    cursor: pointer;
    filter: grayscale(28px);
    
}
.social
{
    padding: 10px;
}
.social i
{
    width: 40px;
    height: 40px;
    color: white;
    background:  #F9A971;
    text-align: center;
    padding: 10px;
    transition: 0.5s;
    
}
.social i:hover
{
    transform: translateY(-50%);
    transition: 0.5s;
}
.end
{
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 50px;
    
}
.end p
{
    text-align: center;
    padding-top: 10px;
            color: #F9A971;
    font-weight: 400;
}
.end .fa
{
    padding-left: 5px;
}