/* =========================Tamplate======================
Tamplate Name : Foodest
Author : Rahat Ahmed
version : 1.0.0
=========================Tamplate====================== */
/* =========================Basic Setup====================== */
/* =========================Root Variable====================== */
:root{
    --heading-color:#25292D;
    --text-color:#666666;
    --primary-gerdian:linear-gradient(275.98deg, #F86161 0%, #FFB23F 100%);
    --primary-gerdian-hover:linear-gradient(275.98deg,#FFB23F 0%, #F86161 100%);
    --hero-shodow:linear-gradient(360deg, #FFF2F4 0.12%, #FFF2F4 65.05%, rgba(255, 252, 252, 0) 100%);
    --heading-font:"Lexend", sans-serif;
    --text-font:"Barlow", sans-serif;
    --title-font:"Lily Script One", system-ui;
    --dark-color:#000000;
    --border-primary:rgba(248, 97, 97, 0.5);
    --white-color:#fff;
    --header-box-shodow:4px 10px 40px rgba(146, 146, 146, 0.1);
    --hover-color:#F86161;
    --card-shodow:4px 10px 30px rgba(107, 107, 107, 0.05);
    --icon-background-color: linear-gradient(275.98deg, rgba(248, 97, 97, 0.1) 0%, rgba(255, 178, 63, 0.1) 100%);
    --hover-shodow:10px 15px 40px rgba(152, 152, 152, 0.2);
    --primary-btn-shodow:-5px 0px 15px rgba(248, 97, 97, 0.3);
    --boxs-shodow:0px 15px 40px rgba(0, 0, 0, 0.1);
    --section-bg:#FFF2F4;
    --icon-color:#FFB23F;
    --cart-btn-shodow:5px 4px 15px rgba(248, 97, 97, 0.3);
    --btns-shodow:drop-shadow(0px 4px 20px rgba(248, 97, 97, 0.2));
    --title-bg:linear-gradient(275.98deg, rgba(248, 97, 97, 0.1) 0%, rgba(255, 178, 63, 0.1) 100%);
    --image-shodow:10px 10px 30px rgba(122, 122, 122, 0.1);
    --deep-hover-shodow: 0px 4px 4px rgba(0, 0, 0, 0.25); --testimonal-shodow: 10px 15px 40px rgba(196, 196, 196, 0.2)
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-25{
    margin-bottom: 25px;
}
body{
    margin: 0;
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--text-font);
}
a{
    text-decoration: none;
}
h1{
    font-size: 72px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
}
.gardian-btn{
    color: #fff;
    padding: 16px 24px;
    background: var(--primary-gerdian);
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-family: var(--heading-color);
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.gardian-btn::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-gerdian-hover);
    color: var(--white-color);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.gardian-btn:hover::after{
   opacity: 1;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.text-gardian{
    background: var(--primary-gerdian);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img{
    max-width: 100%;
}
.title-font{
    font-family: var(--title-font);
}
.hover-color{
    color: var(--hover-color);
}
/*=========================Basic Setup====================== */
/*=========================Header Part====================== */
.hero-section{
    background: var(--hero-shodow);
    overflow: hidden;
}
.hero{
    display: flex;
}
.hero .left-hero{
    max-width: 67%;
    flex-shrink: 0;
    align-self: center;
}
.hero .left-hero p{
    max-width: 554px;
    font-weight: 500;
}
.hero .right-hero{
    padding-top: 50px ;
    max-width: 34%;
    position: relative;
    z-index: 1;
}
.hero .right-hero .circel{
    position: absolute;
    transform:  rotate(-45deg);
    background: var(--primary-gerdian);
    height: 431px;
    width: 431px;
    border-radius: 30px 0px 30px 239.956px;
    box-shadow: 0px 4px 50px rgba(248, 97, 97, 0.2);
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.hero .right-hero img{
    max-width: initial;
}
.top_bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--header-box-shodow);
    background:var(--white-color) ;
    padding: 5px 15px;
}
.top_menu{
    display: flex;
    align-items: center;
    gap: 35px;
}
.top_menu .bar{
    font-size: 25px;
    border: 0;
    background: transparent;
    display: none;
 }
.top_bar .top_menu .menu {
    list-style: none;
}
.top_bar .top_menu .menu li{
    display: inline-block;
}
.top_bar .top_menu .menu li a{
    padding: 8px 25px;
    font-family: var(--text-font);
    font-weight: 600;
    color:var(--dark-color);
    position: relative;
    transition: 0.3s;
}
.top_bar .top_menu .menu li a:hover{
    color: var(--hover-color);
}
.top_bar .top_menu .menu li a::after{
   content: "";
   width: calc(100% - 50px);
   height: 2px;
   background: var(--primary-gerdian);
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   opacity: 0;
   transition: 0.3s;
}
.top_bar .top_menu .menu li a:hover::after{
   opacity: 1;
}
.top_menu .btns .gardian-btn{
   margin-left: 35px;
}
/*=========================Hero Part====================== */
.left-hero .btns{
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.work-btn{
    font-size: 15px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 600;
}
.work-btn .media{
    height: 50px;
    width: 50px;
    display: inline-block;
    background: var(--primary-gerdian);
    border-radius: 50%;
    margin-right: 8px;
    padding: 2px;
    position: relative;
}
.work-btn .media .white-btn{
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*=========================Card part====================== */
.card_d{
    padding: 100px 0;
    text-align: center;
}
.card{
    position: relative;
}
.card-title{
    max-width: 624px;
    margin: 0 auto;
}
.card-menu{
    display: flex;
    gap: 24px;
}
.shipe-1{
    position: absolute;
    left: 134px;
    bottom: 6%;
}
.card-box{
    text-align: center;
    background-color:var(--white-color);
    box-shadow: var(--card-shodow);
    padding: 40px 20px;
    position: relative;
    transition: 0.3s;
    border-radius: 4px;
    width: 16%;
}
.card-box:hover{
    box-shadow: var(--hover-shodow);
}
.card-box .icon-wripper{
    height: 74px;
    width: 74px;
    background: var(--icon-background-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.card-box .icon-wripper::after{
    content: "";
    position: absolute;
    background: var(--primary-gerdian);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.card-box .icon-wripper img{
    transition: 0.3s;
}
.icon-white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);

}
.card-icon{
    background: var(--primary-gerdian);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: var(--white-color);
    box-shadow: var(--primary-btn-shodow);
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.card-box:hover .card-icon{
    visibility: visible;
    opacity: 1;
}
.card-box:hover .icon-wripper .icon-color{
    transform: scale(0);
}
.card-box:hover .icon-wripper .icon-white{
    transform: translate(-50%, -50%) scale(1);
}
.card-box:hover .icon-wripper::after{
    opacity: 1;
}
/*=========================About us====================== */
.about{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.about .about_text{
    width: calc(50% - 12px);
}
.about .about_img{
    width: calc(50% - 12px);
}
.about_title{
    box-shadow: var(--hero-shodow);
    background: var(--title-bg);
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
}
.about_box{
    background: #FFFFFF;
    box-shadow: var(--boxs-shodow);
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about_box .about_box_title{
   padding: 0;
}
.about_box h6{
    font-weight: 600;
    margin-bottom: 8px;
}
.about_box p{
    margin: 0;
    font-size: 15px;
}
.about_box .icon{
    margin-right: 8px;
    max-width: 25px;
    max-height: 25px;
    padding: 10px;
    background: var(--primary-gerdian);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}
.about_us{
    position: relative;
}
.about_us .shipe-2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
/*=========================About us====================== */
.wc{
    padding: 50px 0;
}
.wc-section{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.left-wc{
    width: calc(50% - 12px);
}
.right-wc {
    width: calc(50% - 12px);
}
.about_box{
    padding: 15px;
}
.about_box  .icon-wripper{
    width: 50px;
    height: 50px;
    background: var(--icon-background-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}
/*=========================Menu====================== */
.menu_section{
    background: var(--section-bg);
    padding: 120px 0;
}
.menu_section .card_box{
    text-align: center;
    max-width: 585px;
    margin: 0 auto;
}
.card-box .about_title{
    margin-bottom: 24px;
}
.cards{
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.cards .card_item{
    width: calc(25% - 63px);
    background: var(--white-color);
    padding: 24px 20px;
    transition: 0.3s;
}
.cards .card_item:hover{
    filter: drop-shadow(0px 5px 30px rgba(248, 97, 97, 0.2));
}
.card_item .card_img{
    text-align: center;
    margin-bottom: 26px;
    filter: var(--btns-shodow);
}
.card_item .meta_text{
    margin-top: 16px;
    margin-bottom: 36px;
}
.card_item .meta_text span{
    margin-right: 16px;
    font-weight: 500;
    color: var(--heading-color);
}
.card_item .meta_text .star{
   font-family: var(--heading-font);
}
.card_item .meta_text i{
    margin-right: 5px;
}
.card_item .meta_text .fa-star{
    color: var(--icon-color);
}
.card_pricing .pricing{
    font-weight: 700;
    font-family: var(--heading-font);
    align-self: flex-end;
}
.card_pricing .pricing .del{
   text-decoration: line-through;
   color: var(--dark-color);
   margin-right: 10px;
}
.card_pricing .pricing .price{
  color: var(--hover-color);
}
.card_pricing{
    display: flex;
    justify-content: space-between;
}
.card_pricing .btn{
    background: var(--primary-gerdian);
    height: 40px ;
    width: 40px ;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--cart-btn-shodow);
}
/*=========================Offer ====================== */
.offer_section{
    padding: 70px 0;
}
.offer{
    display: flex;
    gap: 32px;
    align-items: center;
}
.left-offer{
    width: 50%;
}
.left-offer .left-para{
    margin-top: 25px;
}
.left-offer .times{
    display: flex;
    gap: 44px;
    align-items: center;
    margin-top: 40px;
}
.right-offer{
    width: 50%;
}
.times .time span{
    display: block;
}
.times .time{
    margin-bottom: 42px;
    text-align: center;
}
.times .time .count,
.clock_time{
    font-family: var(--title-font);
}
.clock_time{
    color: var(--hover-color);
    font-size: 20px;
}
/*=========================member part====================== */
.secound_side{
    display: flex;
    gap: 30px; 
    margin-top: 40px; 
    justify-content: center;
} 
.team-single{
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--image-shodow);
    transition: 0.3s;
    width: 25%;
}
.team-single img{
    max-width: 100%;
}
.team-single:hover{
    box-shadow: var(--deep-hover-shodow);
}
.team-single .team-content{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid var(--white-color);
    padding: 12px 20px 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}
.team-single:hover .team-content{
    bottom: 0;
    opacity: 1;
}
.plus{
    width: 30px;
    height: 30px;
    background: var(--primary-gerdian);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--white-color);;
}
/*=========================member part====================== */
.testimonal{
    display: flex;
    gap: 30px;
    margin-top: 55px;
}
.testimonal-section{
    padding: 135px 0;
}
.tetimonal-person
{
    max-width: 50%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: var(--testimonal-shodow);
    border-radius: 4px;;
    padding: 41px 31px;
    transition: 0.3s;
}
.tetimonal-person:hover{
    box-shadow: var(--deep-hover-shodow);
}
.testimonal h6{
    margin-top: 30px;
}
.testimonal p{
    max-width: 498px;
}
.testimonal span{
   margin-top:8px ;
   display: inline-block;
}
/*=========================Blog part====================== */
.blog{
    padding-bottom: 120px;
}
.top-blog-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.top-blog-title .blog-text-title{
    max-width: 570px;
}
.top-blog-title .blog-btn {
    align-self: flex-end;
}
.about_title p{
    margin-bottom: 0;
}
 .left-blog{
    display: flex;
    margin-top: 50px;
    gap: 30px;
}
.left-blog .blog-card img{
    border-radius: 10px;
}
.left-blog .blog-title{
    padding: 20px 24px;
    background: var(--white-color);
    box-shadow: var(--testimonal-shodow);
    width: 80%;
    margin-left: 50%;
    margin-top: -25px;
    border-radius: 4px;
    transform: translateX(-50%);
    transition: 0.3s;
}
.blog-title:hover{
    box-shadow: var(--deep-hover-shodow);
}
.left-blog .time{
    margin-right: 25px;
}
.blog-title .blog-time{
    margin-bottom: 18px;
}
.blog-title .blog-time i{
    margin-right: 4px;
}
.blog-ex-btn{
   bottom: -12px;
   right: 15px;
   opacity: 0;
   transition: 0.3s;
}
.left-blog .blog-card:hover .blog-ex-btn{
    opacity: 1;
}
.mobile_ex-btn{
    margin-top: 25px;
    text-align: center;
    display: none;
}
/*=========================Blog part====================== */
.fotter-section{
    background: var(--section-bg);
    padding: 65px;
    position: relative;
    z-index: 1;
}
.fotter-section .fotter-po-1{
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.fotter-section .fotter-po-2{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}
.fotter-content-text{
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}
.fotter-content-text p{
    max-width: 470px;
    margin: 0 auto;
    margin:25px auto 30px ;
}
.fotter-social{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
}
.fotter-social a{
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  color: var(--hover-color);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.fotter-social a::before{
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: var(--primary-gerdian);
    top: 1px;
    left: 1px;
    z-index: -1;
    border-radius: 3px;
    transition: 0.3s;
    opacity: 0;
}
.fotter-social a:hover::before{
   opacity: 1;
}
.fotter-social a:hover{
    color: var(--white-color);
}
.fotter-menu{
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.fotter-menu li a{
    font-weight: 500;
    color: var(--text-color);
    transition: 0.3s;
}
.fotter-menu li a:hover{
    color: var(--hover-color);
}
.fotter-copyright{
    margin-top: 100px;
    padding: 15px 0 24px;
    text-align: center;
    border-top: 1px solid var(--border-primary);
}
.fotter-copyright p{
    padding: 0;
}
/*=========================End Project====================== */





