@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Lao:wght@500&display=swap');

body{
    font-family: 'Encode Sans', sans-serif;
}

/* navbar */
.header-bar{
    position: fixed;
    width: 100%;
}
.header-bar.inner{
    position: fixed;
}
.header-bar .navbar{

}
.header-bar .navbar .navbar-nav .nav-item .nav-link{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

/* main header wrapper */
.main-top-wrapper{
    background: linear-gradient(180deg, rgba(230, 177, 20, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 175px;
    margin-bottom: 65px;
}
.main-top-wrapper.inner {
    /* background: linear-gradient(180deg, rgba(230, 177, 20, 0.24) 0%, rgba(255, 255, 255, 0) 100%); */
    padding-top: 0;
    margin-bottom: 65px;
    padding: 30px 0 0px 0;
    background-color: #ffe587;
}
.main-top-wrapper h1{
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #2D2D2C;
    margin-bottom: 20px;
}
.main-top-wrapper h1 span{
    color: #F1C219;
}
.main-top-wrapper.inner h1, .main-top-wrapper.inner h1 span{
    color: #000!important;
    font-size: 38px;
}
.main-top-wrapper p{
    font-weight: 500;
    text-align: justify;
    line-height: 27px;
    color: #252525;
}
.primary-btn{
    background: #252525;
    border-radius: 29px;
    color: #fff;
    padding: 10px 30px;
    margin-top: 15px;
}
.pos-img{
    position: absolute;
}
.img-banner{
    position: relative;
    text-align: center;
}


.steps-sec{
    padding: 25px 0;
}
.steps-sec h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;

}
.steps-sec p{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.steps-box{
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}
.steps-box .step{
    text-align: center;
     transition: 0.2s;
}
.steps-box .step:hover{
    transform: scale(1.05);
    transition: 0.2s;
}
.steps-box p{
    margin-top: 15px;
}



.chef-select{
    background: #FFF9E4;
    padding: 40px 0;
}
.chef-select .head{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;

}
.chef-select .head span{
    color: #F1C219;
}

.chef-select .nav{
    border-bottom: 0px;
    margin-bottom: 27px;
    margin-top: 70px;
}
.chef-select .nav li{
    margin-right: 22px;
}
.chef-select .nav li button{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 25px;
    position: relative;
    height: 179px;
    color: #000;
    font-weight: 500;
}
.chef-select .nav li button.active,
.chef-select .nav li button:hover{
    background: #F1C219;
}
.chef-select .nav li button .img{
    transform: translate(0px, -104px);
}
.chef-select .nav li button span{
    margin-top: -108px;
    /* transform: translate(0px, 2px); */
    display: block;
}
.chef-select .tab-content{}
.chef-select .tab-content .flexslider{
    background: transparent;
    border: 0px;
    margin: 0px;
}
.chef-select .tab-content .flexslider ul.slides li .slider-inner{
    display: flex;
    padding: 40px 60px 0px 60px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
}
.chef-select .tab-content .flexslider ul.slides li .img{
    width: 40%;
    padding: 0 50px;
}
.chef-select .tab-content .flexslider ul.slides li .img img{

}
.chef-select .tab-content .flexslider ul.slides li .content{
    width: 60%;
    padding-top: 80px;
}
.chef-select .tab-content .flexslider ul.slides li .content h2{}
.chef-select .tab-content .flexslider ul.slides li .content h6{}
.chef-select .tab-content .flexslider ul.slides li .content p{}


.choose-us{
    padding: 50px 0;
}
.choose-us .head, .steps-sec .head{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}
.choose-us .head span, .steps-sec .head span{
    color: #F1C219;
}
.choose-us  .card{
        background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    border-radius: 18px;
    padding: 30px 0;
    box-shadow: 0px 3px 7px rgb(80 80 80 / 13%);
    border: 1px solid #d9d9d9;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
}
.choose-us  .card:hover{
    transform: translate(0px, -10px);
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
}
.choose-us  .card-body h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.choose-us  .card-body p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}


.choice-of-food{
    padding: 40px 0;
}
.choice-of-food .head{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #252525;
}
.choice-of-food .head span{
    color: #F1C219;
}

.choice-of-food .nav{ 
    border: 0px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    margin-top: 23px;
    margin-bottom: 33px;
}
.choice-of-food .nav button{
    color: #000;
}
.choice-of-food .nav button.active,
.choice-of-food .nav button:hover{
    background: #000;
    color: #fff;
    border: 0px;
    border-radius: 6px;
}



.testimonials{
    background: #FFF9E4;
    padding: 40px 0;
}
.testimonials .head{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    text-align: center;
}
.testimonials .head span{
    color: #F1C219;
}


#testimonial-slider{
    background: transparent;
    border: 0px;
    margin: 0px;
    margin-top: 20px;
}
#testimonial-slider .card{
    padding: 30px 40px;
    border-radius: 16px;
    border: 0px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
}
#testimonial-slider ul.slides li{}
#testimonial-slider ul.slides li img{
    width: 80px;
}


.footer{
    background: #464646;
}
.footer ul{
    list-style: none;
    list-style: none;
    justify-content: center;
}
.footer ul li{
    margin: 0 15px;
}
.footer ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-bottom{
    background: #2F2F2F;
    padding: 15px 0;
}
.p-40{
    padding: 40px 0;
}

.card-sec p{
    font-size: 18px;
    margin: 0px;
}
.card-sec .card .card-body{

}
.card-sec .card{
    box-shadow: 0 5px 19px #0000001a;
    border-radius: 13px;
    padding: 29px 17px;
    text-align: center;
}
.chef-card{
    box-shadow: 0 5px 19px #0000001a;
    border-radius: 12px;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
}
.chef-card .card-body{
    padding: 11px 0 0 0;
    text-align: left;
}
.chef-card .card-body h5{
    font-size: 22px;
}
.chef-card .card-body .card-subtitle{
    font-size: 16px;
    color: #595959;
}
.chef-card .card-body p{
    text-align: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 8px;
}
.btn-themed{
    background: #f2bd01;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}
.chef-card .img {
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.card-sec .card .card-body img{
    margin-right: 15px;
}

.chef-food-work{
    background: #fff5d4;
    margin-top: 35px;
    padding: 24px 0 45px 0;
}
.chef-work{}
.chef-work .action{
    dispaly:flex;
}
.chef-work .action a{
    background: #edbb0b;
    color: #000;
    text-decoration: none;
    padding: 4px 16px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 8px;
}


.inner-page-content{
    min-height: 200px;
}
.chef-details{
    padding: 48px 0!important;
}
.chef-details .chef-image{
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 280px;
    overflow: hidden;
}
.chef-details .chef-image img{}
.chef-details .chef-name{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.chef-details .designation{
    font-size: 16px;
}
.chef-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-top: 16px;
}
.chef-work h3{
    font-size: 22px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 13px;
}
.chef-work .card{
    border-radius: 8px!important;
    overflow: hidden;
}
.chef-work .card .card-footer{}
.chef-work .card .card-footer p {
    font-size: 15px;
    margin: 0;
    padding: 3px 0;
}


/* form css */
.form-steps{
    background: #FFF9E4;
    padding: 50px 0;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 26px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.stepwizard-row .stepwizard-step a{
    color: #000!important;
    background-color: #fcdf79;
    border-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    font-size: 16px;
    padding: 11px 0;
}
.stepwizard-row .stepwizard-step a.btn-success{
    background-color: #000;
    color: #fff!important;
}
.stepwizard-row .stepwizard-step p{}
.panel-primary.setup-content .panel-heading{
    text-align: center;
    margin: 19px 0 16px 0;
}
.panel-primary.setup-content .panel-heading .panel-title{ 
    font-size: 22px;
}
.panel-primary.setup-content .panel-body{

}
.panel-primary.setup-content .panel-body .form-group{
    margin-bottom: 19px;
}
.panel-primary.setup-content .panel-body .form-group label{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}
.panel-primary.setup-content .panel-body .form-group input,
.panel-primary.setup-content .panel-body .form-group select{
    padding: 12px;
    color: #000;
}
.panel-primary.setup-content .btn-primary.nextBtn{
    color: #fff;
    background: #000;
    border-radius: 25px;
    padding: 11px 54px;
    font-size: 17px;
    font-weight: 500;
}
.panel-primary.setup-content .fin-Btn{
    color: #fff;
    background: #000;
    border-radius: 25px;
    padding: 11px 54px;
    font-size: 17px;
    font-weight: 500;
}
.pay-btn{
    background: #ddba41;
    border: 0px;
    padding: 12px 26px;
    border-radius: 51px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 500;
}

.btn-hover{
     transition:0.4s;
}
.btn-hover:hover{
    background-color: #fdd031!important;
    transform: translate(0px, -2px);
    transition:0.4s;
} 

.steps-box{
    position:relative;
}
.steps-box:before{
   content: '';
    display: block;
    background: url(../img/decor.png) no-repeat;
    position: absolute;
    background-size: 100%;
    width: 73%;
    height: 100%;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}


.choose-us .card img{
    max-width: 66px;
    margin-bottom: 26px; 
}

#contact-us{
        background: linear-gradient(1deg, #ffefa28a, transparent);
}
.booking-form{
   
    padding: 50px;
    margin: 40px 0;
}
#contact-us h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}
.header-bar.inner{
    transition:0.2s;
}
.header-bar.inner.fixed{
        background: #fff;
    width: 100%;
    position: fixed;
    z-index: 99;
    transition: 0.2s;
    box-shadow: 0 4px 8px #8181811a;
}
.header-bar.inner.fixed .navbar-brand img{
    max-width: 62%;
    transition:0.2s;
        
}
.our-story .card{
    text-align:left;
}
.our-story .card .img{
    overflow: hidden;
    height: 225px;
    border: 1px solid #e2e2e2;
}
.our-story .card .img img{
    height: auto;
}
.our-story .card h1{
    font-size: 22px;
}
.our-story .card p{
    font-size: 14px;
    line-height: 24px;
    color: #343434e0;
}
.main-top-wrapper.inner{
    padding-top: 150px;
}
.header-bar.inner{
    border-bottom: 1px solid #ceb047;
}
.header-bar.inner.fixed{
    border-bottom:0px;
}
.faq .card-header{
    position: relative;
}
.faq .card-header a{
    display: block;
}
.faq .card-header:before{
    content:'';
    display:block;
    position: absolute;
    background: #fdd031 url(../img/arrow.svg);
    height: 100%;
    width: 42px;
    right: -3px;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(90deg);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


/* Media quewryy css */


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* CSS */
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .header-bar{
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 99;
    transition: 0.2s;
    box-shadow: 0 4px 8px #8181811a;
  }
  .header-bar .navbar-brand img {
    max-width: 62%;
    transition: 0.2s;
  }
  .navbar .navbar-toggler{
    
  }
  .img-banner{
      margin-top:35px;
  }
  .img-banner img{
      width: 80%;
  }
  .img-banner img.pos-img{
     max-width: 48px;
    right: 30px;
  }
  .steps-box {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.choose-us .head, .steps-sec .head {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    text-align: center;
}
.main-top-wrapper .col-lg-6.col-md-12.col-sm-12{
    padding-top: 0px!important;
    text-align: center;
}
.main-top-wrapper h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #2D2D2C;
    margin-bottom: 20px;
    text-align: center;
}
.main-top-wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #252525;
    text-align: center;
}
.main-top-wrapper .btn-hover {
    margin: 0 auto;
    padding: 9px 10px!important;
    max-width: 150px!important;
    font-size: 14px;
    font-weight: 500;
}
.main-top-wrapper {
    background: linear-gradient(180deg, rgba(230, 177, 20, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 130px;
    margin-bottom: 65px;
}
.steps-box:before {
    content: '';
    display: none;
}
.steps-box .step{
        width: 33%;
}
.steps-box .step img{
        width: 80%;
}
.steps-sec p, .steps-sec p b{
    font-size: 12px;
    font-weight: 500;
}
.choose-us {
    padding: 20px 0 0px 0;
}
.choose-us .row.mt-5{
        margin-top: 0px!important;
}
.choose-us .row .col-lg-3{
        margin-bottom: 15px;
    max-width: 50%;
}
.choose-us .row .col-lg-3:nth-child(odd){
        padding-right: 7px;
}
.choose-us .row .col-lg-3:nth-child(even){
        padding-left: 7px;
}
.choose-us .row .col-lg-3 .card{
        padding: 5px 0;
}
.choose-us .row .col-lg-3 .card h4{
        font-size: 14px;
}
.choose-us .row .col-lg-3 .card p{
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}
.choose-us .card img {
    max-width: 50px;
    margin-bottom: 9px;
}
.booking-form {
    padding: 0;
    margin: 15px 0 25px 0;
}
.booking-form input{
        margin-bottom: 10px;
    border-radius: 36px;
}
.booking-form textarea {
        margin-top: -12px;
    border-radius: 14px;
}
.footer ul.d-flex{
        flex-wrap: wrap;
    justify-content: start;
}  
.footer ul li {
    margin: 0 15px;
    width: 100%;
    padding: 9px 0;
}
.navbar-nav{
    padding: 3px 0 12px 0;
    border-top: 1px solid #0000001f;
    margin-top: 10px;
}
.navbar-nav .btn-hover{
    margin: 0px!important;
    text-align: center;
    margin-top: 12px!important;
}
  
  
}



/* ANIMATED X */

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
        background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
/* END ANIMATED X */

.testimonial{}
.testimonial #testimonial-slider .owl-item{
      
}
.testimonial #testimonial-slider .owl-item .teardrop{
    background: transparent;
    text-align: left!important;
}
.testimonial #testimonial-slider .owl-item .teardrop .slogan{
        font-size: 14px;
    font-style: initial;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.testimonial #testimonial-slider .owl-item .teardrop .pic{
    display: inline-block;
}
.testimonial #testimonial-slider .owl-item .teardrop .pic img{ 
    width: 80px!important;
    height: 80px!important;
    border-radius: 50%;
    margin: 0;
    border: 4px solid #f1c219;
}
.testimonial #testimonial-slider .owl-item .teardrop .asterisk{}

#app_banner h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}


.social-icons{
    width: 100%;
    display: inline-flex;
    text-align: center !important;
}

.social-icons li{
    width: 70px;
    float: left;
    list-style: none;
    text-align: center;
}


.section-products {
    padding: 40px 0 54px;
}

.section-products .single-product {
    margin-bottom: 26px;
    text-align: -webkit-center;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 250px;
    width: 250px;
    max-height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 100%;
}

.section-products .single-product .part-1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
	transform: scale(1.2,1.2) rotate(5deg);
}



.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: 100px;
    left: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 1;
    transition: bottom 0.5s, opacity 0.5s;
}


.section-products .single-product .part-1 ul li {
    display: block;
    margin-right: 4px;
    text-align: center;
}


.section-products .single-product .part-1 ul li a {
    display: block;
    padding: 10px 10px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
    text-decoration: none;
    border-radius: 5px;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}


.section-blogs .header {
    margin-bottom: 50px;
}

.section-blogs .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-blogs .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-blogs .single-product {
    margin-bottom: 26px;
}

.section-blogs .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.section-blogs .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-blogs .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(0deg);
}



.section-blogs .single-product .part-1 .discount,
.section-blogs .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-blogs .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-blogs .single-product .part-1 ul {
    position: absolute;
     bottom: 10px;
    opacity: 1;
    left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: bottom 0.5s, opacity 0.5s;
}


.section-blogs .single-product .part-1 ul li {
    display: block;
    margin-right: 4px;
}

.section-blogs .single-product .part-1 ul li .link {
    display: block;
    padding: 0 10px;
    padding-top: 5px;
    width: auto;
    height: auto;
    line-height: 30px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
    text-decoration: none;
    border-radius: 10px;
     font-family: 'Parisienne', cursive;
}

.section-blogs .single-product .part-1 ul li .link:hover {
    color: #ffe587;
}


@media(max-width: 567px){
    
    #sent1, #sent2
    {
       font-size: 27px !important;
    }

}


#sent1, #sent2
{
    font-family: 'Noto Serif Lao', serif;
   overflow: hidden;
   white-space: nowrap;
   opacity: 0;
   font-size: 46px;
   font-weight: 900;
   background: -webkit-linear-gradient(right, red, #FDE388);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

#sent1
{
   width: 8em;
   animation: sentence1 6s steps(40,end) 1s 1 normal forwards;
}

#sent2
{
   width: 15em;
   animation: sentence2 4s steps(60,end) 7s 1 normal forwards;
}


@keyframes sentence1
{
   0% {width: 0; opacity: 0;}
   1% {opacity: 1;}
   100% {width: 100%; opacity: 1;}
}

@keyframes sentence2
{
   0% {width: 0; opacity: 0;}
   1% {opacity: 1;}
   100% {width: 100%; opacity: 1;}
}
.team-page {
/*    background: linear-gradient(175deg, #fdebac, #ffffff);*/
    padding: 20px 0px!important;
}

.chef-card .img{
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
img.member-details {
    height: 300px;
    object-fit: cover;
   
}
.member-details-card{
     margin-bottom:20px;
}
.chef-card .img img {
    object-fit: cover;
    height: 380px;
}
.team-page .chef-img{
    width: 200px;
    height: 200px;
    border-radius: 50%!important;
    border: 6px solid #f9e18f;
    margin: 0 auto;
}
.team-page h6{
    font-size: 22px;
    font-family: cursive;
    margin-bottom: 24px;
}
.team-page h3{
    font-family: cursive;
    font-weight: 500;
    font-size: 30px;
    margin-top: 27px;
}
.team-page p{
    margin-left: 20px;
    font-weight: 500;
}
.team-page p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.Ratings{
    margin-top: 70px;
}
.Ratings h4{}
.Ratings .rating{}
.chef-content {
    border-left: 1px solid #000;
    padding-left: 30px;
}
/*.chef-name{
        font-size: 28px;
    font-family: cursive;
    margin-top: 18px;
    color: #000;
}
.designation{
    font-size: 21px;
    font-family: cursive;
    margin-top: 0;
}*/
.team-page a{
    color:#000;
    text-decoration:none;
}
.team-page .row {
    min-height: 536px;
}

.Ratings .rating {
    margin-top: 10px;
}
.Ratings .rating img{
    margin-right:6px;
}
.team-chef-slider .slick-slide {
    height: 380px;
}
.team-chef-slider .slick-slide .row{
    
}

.team-chef-slider .slick-arrow{
    background:transparent;
    border:0px;
}
.team-chef-slider .slick-prev.slick-arrow{
    background: url(../img/arrow-right.png);
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -99999px;
    transform: scaleX(-1);
    position: absolute;
    top: 50%;
    left: -80px;
    opacity:0.8;
}
.team-chef-slider .slick-next.slick-arrow{
    background: url(../img/arrow-right.png);
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    right: -80px;
    opacity:0.8;
}
.team-chef-slider ul.slick-dots{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.team-chef-slider ul.slick-dots li{
    margin: 0 4px;
}
.team-chef-slider ul.slick-dots li button{
    background: #d2d2d2;
    border: 0;
    text-indent: -999999px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.team-chef-slider ul.slick-dots li.slick-active button{
    background: #ffb500;
}

.team-page {
    overflow: hidden;
}


@media(max-width:768px){
    .team-chef-slider .slick-slide {
        height: auto;
    }
    .chef-content {
        border-left: 0px solid #000;
        padding-left: 0;
        text-align: center;
    }
    .main-top-wrapper.inner h1, .main-top-wrapper.inner h1 span {
        color: #000!important;
        font-size: 26px;
    }
    .main-top-wrapper.inner {
        padding-top: 111px;
    }
    .team-page .chef-img {
        width: 150px;
        height: 150px;
        border-radius: 50%!important;
        border: 6px solid #f9e18f;
        margin: 0 auto;
    }
    .chef-name {
        font-size: 18px;
        font-family: cursive;
        margin-top: 5px;
        color: #000;
    }
    .designation {
        font-size: 14px;
        font-family: cursive;
        margin-top: 0;
    }
    .team-page h6 {
        font-size: 14px;
        font-family: cursive;
        margin-bottom: 24px;
        text-align: center;
        margin-top: 14px;
    }
    .team-page h3 {
        font-family: cursive;
        font-weight: 500;
        font-size: 18px;
        margin-top: 18px;
    }
    .team-page p {
        margin-left: 0;
        font-weight: 400;
        text-align: center!important;
        font-size: 14px;
    }
    .team-chef-slider ul.slick-dots {
        margin-top: 20px;
    }
}






