/*
Template Name: Star Resto
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
  font-family: 'Rubik', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #FAD70B;
}

a:focus {
  text-decoration: none;
  color: #FAD70B;
}


.button {
  background: #FAD70B !important;
  color: #000;
  display: inline-block;
  transition: 0.3s;
  padding: 16px 40px 16px 40px;
  font-weight: bold;
}

.info-button {
  color: #000;
  display: inline-block;
  transition: 0.3s;
  padding: 16px 40px 16px 40px;
  font-weight: bold;
}

.button:hover {
  background: #F2F3F5 !important;
  color: #000 !important;
}

.button_1 {
  background: #F2F3F5 !important;
  color: #000;
  display: inline-block;
  transition: 0.3s;
  padding: 16px 40px 16px 40px;
  font-weight: bold;
}

.button_1:hover {
  background: #FAD70B !important;
  color: #000 !important;
}


.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_yell {
  color: #FAD70B !important;
}

.col_blue {
  color: #35C8DA !important;
}

.bg_yell {
  background: #FAD70B !important;
}

.bg_back {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg_dark {
  background-color: rgba(34, 54, 69, 0.98);
}

hr {
  opacity: 1;
  background-color: #f5ecd1;
}

.font_14 {
  font-size: 14px;
}

.font_12 {
  font-size: 12px;
}

.font_10 {
  font-size: 10px;
}

.font_60 {
  font-size: 60px;
}

.line {
  height: 3px !important;
  width: 70px;
  background-color: #FAD70B;
}


.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #f5ecd1;
}


.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.heading {
  font-family: 'Monoton', cursive;
  font-weight: normal;
}

/*********************top****************/

/*********************top_end****************/

/*********************header****************/
.nav_hide:after {
  display: none;
}

#header .navbar-brand {
  font-size: 24px;
  margin-right: 50px;
}

.navbar-collapse {
  align-items: start;
}

#header .nav-link {
  padding: 15px 25px;
  color: #333;
}

#header .nav-link:hover {
  background: none;
  color: #FAD70B;
}

#header .nav-link:focus {
  background: none;
  color: #FAD70B;
}

#header .active {
  background: none;
  color: #FAD70B;
}


.drop_1 {
  min-width: 220px;
  padding: 0;
  border-radius: 0;
  margin-top: 9px !important;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5ecd1;
  color: #333;
}

.drop_1 a:hover {
  background: none;
  color: #FAD70B;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: #fff;
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

.drop_2 {
  min-width: 300px;
  padding: 10px;
  border-radius: 0;
  margin-top: 9px !important;
  border: none;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  right: 0 !important;
  left: auto !important;
}

.drop_cart {
  min-width: 320px;
  left: auto;
  right: 0;
  padding: 20px 15px;
  margin-top: 9px !important;
  border-radius: 0 !important;
  left: auto !important;
  right: 0 !important;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.drop_1i {
  border-bottom: 1px solid #f5ecd1;
  padding-bottom: 10px;
}

.drop_1i1l span i {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.drop_1i1l span i:hover {
  color: #FAD70B;
}

.drop_1i1 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5ecd1;
}

.drop_1i2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f5ecd1;
  background: #fff;
}

.pages ul li a:hover {
  background: #FAD70B;
  border: 1px solid #FAD70B;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #FAD70B !important;
  border: 1px solid #FAD70B !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f5ecd1;
}

.form-select:focus {
  box-shadow: none;
  border-color: #f5ecd1;
}

.form-control {
  border-color: #f5ecd1;
  box-shadow: none;
  border-radius: 0;
  height: 52px;
}

.form-select {
  border-color: #f5ecd1;
  box-shadow: none;
  border-radius: 0;
  height: 52px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #FAD70B;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #FAD70B;
  border-color: #FAD70B;
}

.form_text {
  height: 150px !important;
}

.hr_bg {
  background-color: #343a40;
}

.about_h1l2 {
  width: 40%;
  right: 0;
  bottom: -60px;
  border: 3px dotted #f5ecd1;
}

.about_h1 {
  margin-bottom: 100px;
}

.blog_h1i2 {
  top: 0;
  padding-top: 70%;
}

.testim_1i1 {
  top: -35px;
}

.dish_2i1m2il {
  padding-top: 20px;
}

/*********************common_end****************/

/*********************footer****************/

/*********************footer_end****************/


@media screen and (max-width : 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #f5ecd1;
    margin-top: 15px;
  }

  #header .nav-link {
    font-size: 26px !important;
    border-bottom: 1px solid #f5ecd1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fbfbfb;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  .drop_1 a {
    font-size: 22px;
  }

  .drop_2 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  .drop_cart {
    margin-top: 0 !important;
    min-width: 100% !important;
  }

  .drop_1i3 .button {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .drop_1i3 .button_1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.96);
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #header .navbar-brand {
    margin-right: 0;
  }

  .about_h1l1 img {
    width: 100%;
  }

  .about_h1l2 {
    position: static !important;
    width: 100%;
    margin-top: 15px;
  }

  .about_h1r {
    padding-top: 20px !important;
    text-align: center;
  }

  .about_h1r br {
    display: none;
  }

  .about_h1r p {
    text-align: left;
  }

  .about_h1r ul {
    text-align: left;
  }

  .about_h1rir {
    margin-top: 10px;
  }

  .about_h1rir p {
    text-align: left;
  }

  .about_h1ri {
    margin-top: 15px !important;
  }

  .about_h1 {
    margin-bottom: 20px;
  }

  .about_h2l {
    text-align: center;
  }

  .about_h2l br {
    display: none;
  }

  .about_h2l p {
    text-align: left;
  }

  .about_h2r {
    text-align: center !important;
  }

  .dish_1l {
    text-align: center;
  }

  .dish_1l br {
    display: none;
  }

  .dish_1l p {
    text-align: left;
  }

  .dish_1r {
    text-align: center !important;
  }

  .dish_2i1m {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer_1i {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer_1i h4 {
    text-align: center;
  }

  .footer_1i h5 {
    text-align: center;
  }

  .footer_1ism h6 {
    margin-top: 5px !important;
  }

  .footer_2r {
    text-align: center !important;
    margin-top: 15px;
  }

  .center_o1 {
    text-align: center;
  }

  .center_o1r {
    text-align: center !important;
    margin-top: 15px;
  }

  .about_pg1 {
    text-align: center;
    margin-top: 20px !important;
  }

  .choose_1r br {
    display: none;
  }

  .choose_1r {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .choose_1r p {
    text-align: left;
  }

  .choose_1rir {
    margin-top: 15px;
  }

  .chef_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .testim_1i1 {
    display: none;
  }

  .testim_11 {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .testim_1i {
    padding-top: 20px !important;
  }

  .testim_1i p {
    text-align: left;
  }

  .center_sm {
    text-align: center !important;
  }

  .blog_pgdt3il {
    margin-top: 10px;
  }

  .blog_h1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog_h1i1 img {
    min-height: 280px;
  }

  .blog_h1i2 h4 {
    font-size: 18px;
  }

  .blog_h1i2 h6 {
    font-size: 14px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .blog_h1i1 img {
    min-height: auto;
  }

  .blog_h1i2 h4 {
    font-size: 22px;
  }

  .blog_h1i2 h6 {
    font-size: 16px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  #header .navbar-brand {
    margin-right: 10px;
  }

  #header .nav-link {
    padding: 15px 12px;
    font-size: 15px;
  }

  .about_h1l1 img {
    width: 100%;
    min-height: 620px;
  }

  .about_h1l2 {
    bottom: 0;
  }

  .about_h1r {
    padding-top: 0 !important;
  }

  .about_h1r br {
    display: none;
  }

  .button {
    padding: 16px 26px 16px 26px;
  }

  .button_1 {
    padding: 16px 26px 16px 26px;
  }

  .dish_2i1m2il h5 {
    font-size: 10px !important;
  }

  .dish_2i1m2ir h4 {
    font-size: 14px !important;
  }

  .dish_2i1m2ir {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .choose_1l img {
    min-height: 550px;
  }

  .choose_1ril .font_60 {
    font-size: 45px;
  }

  .blog_h1i1 img {
    min-height: 280px;
  }

  .blog_h1i2 h4 {
    font-size: 18px;
  }

  .testim_1i p {
    font-size: 14px;
  }

  #footer h6 {
    font-size: 14px;
  }

  .about_h1ril h1 {
    font-size: 30px;
  }
}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 15px 18px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  #header .navbar-brand {
    margin-right: 20px;
  }

  #header .nav-link {
    padding: 15px 22px;
  }

  .dish_2i1m2il h5 {
    font-size: 13px !important;
  }

  .dish_2i1m2ir {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .choose_1l img {
    min-height: 550px;
  }

  .blog_h1i1 img {
    min-height: 310px;
  }

  .blog_h1i2 h4 {
    font-size: 20px;
  }
}