/* fonts */
@font-face{
    font-family: "raleway-regular";
    src:url(../fonts/Raleway-Regular.ttf)
}
@font-face{
    font-family: "raleway-mediam";
    src:url(../fonts/Raleway-Medium.ttf)
}
@font-face{
    font-family: "raleway-bold";
    src:url(../fonts/Raleway-SemiBold.ttf)
}
@font-face{
    font-family: "raleway-semibold";
    src:url(../fonts/Raleway-SemiBold.ttf)
}
@font-face{
    font-family: "raleway-black";
    src:url(../fonts/Raleway-Black.ttf)
}
@font-face{
    font-family: "raleway-exrabold";
    src:url(../fonts/Raleway-ExtraBold.ttf)
}
/* colors */

:root{
    --primary:#EEBF00;
    --secondary:#232838;
    --ternary:#6c6c6c;
    --danger:#fe4545;
    --pure:#fefefe;
    --light:#f0f0f0;
    --heaven:#ffffff;
    --footer:#20333F;
}

/* -----reset--- */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "raleway-regular";
    -webkit-font-smoothing:antialiased;
}

.container{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width:550px){
.container{
    max-width:500px;
}
}
@media (min-width:750px){
    .container{
        max-width: 700px;
    }
    }
     @media (min-width:980px){
        .container{
            max-width:900px;
        }
        }
        @media (min-width:1200px){
            .container{
                max-width: 1152px;
            }
            }
     /* ------utylitycss---- */


header.topbar{
    background: var(--secondary);
    color: var(--pure);
    font-family: "raleway-semibold";
    padding: 0.75rem 0;
}
header.topbar .icons a{
    margin-right: 0.5rem;
}
header.topbar .auth > div a{
    color: var(--pure);
    text-decoration: none;
}

.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
header.topbar .auth .divider{
    padding: 0 1rem;
}
header.topbar .auth > div img{
    margin-right: 0.30rem;
}

nav .top .contact h5,nav .top .time h5{
    font-family: "raleway-black";
    margin-bottom: 0.25rem;
}
nav .top .contact h6,nav .top .time h6{
    font-family: "raleway-mediam";
    letter-spacing: 0.055rem;
    color: var(--ternary);

}
nav .top .contact img{
    margin-right: 1rem;
}
nav .top .time img{
    margin-right: 1rem;
}
nav .top{
    padding: 1.5rem 0;
}
.justify-center{
    justify-content: center;
}
nav .navbar a{
    text-decoration: none;
    color: var(--secondary);
    font-family: "raleway-semibold";
    font-size: 1rem;
    padding: 0.7rem 0.9rem;
    transition: all .3s ease;
}
nav .navbar a.active{
    background: var(--primary);
    color: var(--pure);
}
nav .navbar a:hover{
    background: var(--primary);
    color: var(--pure);
}
.magic-shadow{
    position: relative;
    background: var(--heaven);
}
.magic-shadow::after{
    content: '';
    display: block;
    width: 100%;
    height: 69px;
    background-image: url(../icons/shadow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -22px;
    z-index: -1;
}
header.hero{
    height:600px;
    background-image: url(../images/hero.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    overflow: hidden;

}
header.hero .container{
    position: relative;
}
header.hero .welcome{
    margin-bottom: 0.25rem;
}
header.hero .welcome span{
    font-family: 'raleway-bold';
color: var(--secondary);
margin-right: 0.65 rem;
}
header.hero h1{
    font-family: "raleway-exrabold";
    color: var(--secondary);
    font-size: 2.3rem;
    margin-bottom: 0.25rem;
}
header.hero h1 span{
    color: var(--primary);
}
header.hero p{
    font-family:"raleway-mediam" ;
    width: 50%;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.btn{
    padding: 0.65rem 0.75rem;
    border-radius: 4px;
    line-height: 0.8;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all.3s ease;
    border: 1px solid transparent;
}
.btn-primary{
    background: var(--primary);
    color: var(--heaven);
}
.btn-primary:hover{
    background: var(--heaven);
    color: var(--primary);
    border: 1px solid var(--primary);
}
.btn-secondary{
    background: var(--secondary);
    color: var(--heaven);
}
.btn-secondary:hover{
    background: var(--heaven) ;
    color:var(--secondary);
    border: 1px solid var(--secondary);
}
header.hero .hero-img{
    position: absolute;
    top: 40px;
    right: 40px;
}

section{
    padding: 4rem 0;
}
section.top-product{
    background: var(--light);
}
.section-heading{
    font-family: 'raleway-bold';
    text-align: center;
    position: relative;
    margin-bottom: 6rem;
}
.section-heading::after{
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(../icons/hr.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -40px;
}
section.top-product .food-slider .food-card{
    background: var(--heaven);
    padding: 1.5rem 0;
    border-radius: 5px;
}
section.top-product .food-slider .food-card .product-image img{
    width: 80%;
    height: 200px;
    object-fit: contain;
    padding-bottom: 1rem;
}
hr{
    border: 1px solid var(--light);
    opacity: 0.8;
    margin: 1rem 0;
}
section.top-product .food-slider .food-card h2{
    font-family:'raleway-bold';
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}
.text-center{
    text-align: center;
}
section.top-product .food-slider .food-card .stars img{
    margin-right: 0.25rem;

}
section.top-product .food-slider .food-card .price{
    font-family:"raleway-mediam" ;
    color: var(--danger);
    margin-bottom: 1rem;
}
section.top-product .food-slider .food-card .stars{
    margin-bottom: 0.5rem;
}
section.top-product .food-slider .food-card button{
    font-family:"raleway-mediam" ;
    color: var(--secondary);
    background: var(--heaven);
    border: 2px solid var(--primary);
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all .3s ease;
}
section.top-product .food-slider .food-card button:hover{
    background: var(--primary);
    color: var(--heaven);
}
.food-slider .food-card button img{
    background: var(--primary);
    padding: 0.45rem;
    height: 32px;
    margin-right: 1.2rem;
}
.slick-slide{
    margin: 0 10px;
}
.slick-list{
    margin: 0 -25px;
}
.top-product .slider-btn{
    width: 25px;
    height: 25px;
    border: none;
    background: var(--primary);
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}
.pre-btn{
    position: absolute;
    bottom: -65%;
    left: 6rem;
}
.next-btn{
    position: absolute;
    bottom: -65%;
    right:6rem;
}
.top-product .btn-wrapper{
    margin-top: 4rem;
}
.slick-track{
    padding:1rem 0;
}

.magic-shadow-sm{
    position: relative;
    background: var(--heaven);
}
.magic-shadow-sm::after{
    content: '';
    display: block;
    width: 100%;
    height: 69px;
    background-image: url(../icons/shadow-sm.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -22px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
section.about-meal img{
    width: 85%;
}
.flex-1{
    flex: 1;
}
section.about-meal h2{
    font-family:"raleway-bold" ;
    font-size: 1.3rem;
    color: var(--secondary);
    margin-bottom: 1.9rem;
    line-height: 1.3;
}
section.about-meal p{
    line-height: 1.5;
    margin-bottom: 3.8rem;
}
section.our-services{
    background: var(--light);
    position: relative;
    z-index: 0;
}
section.our-services .service-card{
    background: var(--heaven);
    text-align: center;
    padding: 1.2rem;
    padding-top: 8%;
    position: relative;
    border-radius: 4px;
    margin-right: 2rem;
}
section.our-services .service-card .icon{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}
section.our-services .service-card h2{
    font-family: "raleway-bold";
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
section.our-services .service-card p{
    line-height: 1.5;
    margin-bottom: 1rem;

}
section.our-services .card-wrapper{
    margin-right: -2rem;
    margin-top: 8rem;
}
.text-prymary{
    color: var(--primary);
}
section.big-deal{
    background:linear-gradient(
        rgba(35,43,56,0.9),
        rgba(35,43,56,0.9)
        ),url(../images/food-table.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
}
section.big-deal .timer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -1.9rem;
    margin-bottom: 2rem;
}
section.big-deal .timer div{
    margin-right: 1.9rem;
    background: var(--primary);
    width: 130px;
    height: 130px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.big-deal .timer div span:first-child{
    font-family:"raleway-semibold";
    font-size: 2.4rem;
    color: var(--heaven);
}
section.big-deal .timer div span:last-child{
    font-family:"raleway-bold";
    color: var(--heaven);
}
.text-pure{
    color: var(--pure);
}
section.latest-news{
    background: var(--light);
    position: relative;
    z-index: 0;
}
section.latest-news .article-wrapper{
    display: flex;
    margin-right: -3rem;
}
.latest-news .article-wrapper .card{
    margin-right: 3rem;
    background: var(--heaven);
    border-radius: 4px;
}
.latest-news .article-wrapper .card .card-contant{
    padding: 1.5rem;
}
.latest-news .article-wrapper .card .card-contant .post-meta{
    font-size: 13px;
    margin-bottom: 0.8rem;
}
.latest-news .article-wrapper .card .card-contant .post-meta .count-meta{
    margin-left: 2rem;
}
.latest-news .article-wrapper .card img{
    width: 100%;
}
.latest-news .article-wrapper .card .card-contant h2{
    font-family:"raleway-bold" ;
    font-size: 1.1rem;
    margin-bottom: 1rem; 
}
.latest-news .article-wrapper .card .card-contant p{
    line-height: 1.6; 
}
.latest-news .btn-wrapper{
    margin-top: 2rem;
}
section.subscribe .container >div:first-child img{
    width: 90%;
}
section.subscribe .container div:first-child{
    flex: 1;
}
section.subscribe .container >div:last-child{
    flex: 1;
}
section.subscribe{
    background: var(--primary);
}
section.subscribe h1{
    font-family: "raleway-bold";
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
section.subscribe p{
    font-family:"raleway-medium" ;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
section.subscribe .input-wrap{
    background: var(--heaven);
    display: flex;
    padding: 0.3rem;
    border-radius: 4px;
}
section.subscribe .input-wrap input{
    width: 100%;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
    outline: none;
}
section.subscribe .input-wrap button{
    padding: 0.8rem 2rem;
    border: none;
    background: var(--primary);
    color: var(--pure);
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all .3s ease;
    outline: none;
}
section.subscribe .input-wrap button:hover{
    background: var(--secondary);
}
section.contact-us{
    padding-top: 0;
    padding-bottom: 0;
}
section.contact-us .Contact-info-wrapper{
    padding: 4rem 0;
    flex: 1;
}
section.contact-us .map{
    flex: 1;
}
section.contact-us .contact-info{
    display: flex;
    justify-content: center;
}
section.contact-us .contact-info > div > div{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
section.contact-us .contact-info > div > div img{
    margin-right: 1rem;
}
section.contact-us .contact-info > div > div >div {
    display: flex;
    flex-direction: column;
}
section.contact-us .contact-info > div > div >div span:first-child{
    font-family:"raleway-bold";
    margin-bottom: 0.5rem;
}
footer{
    background: var(--footer);
    padding: 4rem 0;
}
footer .container{
    display: flex;
    color: var(--pure);
}
footer .box{
    flex: 1;
    margin-right: 1.8rem;
    text-align: center;
}
footer .instagram-api img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .instagram-api .post-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .instagram-api .post-wrapper > div{
    width: calc(1/3*100% - (1 - 1/3)*10px);
    margin-bottom: 10px;
}
footer .box ul{
    list-style-type: none;
}
footer .box ul li a{
    color: var(--pure);
    text-decoration: none;
    transition: all 0.3s ease;
}
footer .box ul li a:hover{
    color: var(--primary);
}
footer .box h3{
    border-bottom: 1px solid var(--primary);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
footer .box p{
    line-height: 1.6;
    margin-bottom: 1rem;
}
footer .box ul li{
    margin-bottom: 1rem;
}
footer .box:nth-last-child(2) > div{
    display: flex;
    justify-content: center;  
}
footer .box:nth-last-child(2) {
    text-align: left;
}
footer .box:nth-last-child(2) h3{
    text-align: center;
}
footer .box:nth-last-child(2) > div img{
    margin-right: 1rem;
}
footer.copyright{
    padding: 1rem 0;
    background: var(--secondary);
    color: var(--pure);
    text-align: center;
    font-size: 0.75rem;
}
footer.copyright a{
    color: var(--primary);
    text-decoration: none;

}