* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 12rem 0;
}

.section-top {
  padding: 12rem 0 0;
}

.section-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

/*.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}*/

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #b54d26;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: #b54d26;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #b54d26;
  text-shadow: none;
}

::selection {
  background: #b54d26;
  text-shadow: none;
  color: #ffffff;
}

.slider_section img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-nav {
  padding: 17px 0;
  padding-bottom: 0;
}

.filter-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-nav ul li {
  padding: 7px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.filter-nav ul li.active {
  background-color: #b54d26;
  color: #ffffff;
}

.foods [class^="col"] {
  padding: 1.5px;
  border-radius: 10px;
  overflow: hidden;
}

.foods .food-item .text {
  padding: 15px;
}

.foods .food-item .text button,.foods .food-item .text a {
  border: 0;
}

/*.foods .food-item .text button:hover, .foods .food-item .text button:focus {
  background-color: #b54d26;
  color: #ffffff;
}*/
.foods .food-item .text button.liked {
    background-color: #b54d26;
    color: #ffffff;
}
.buttons-slider button {
  border: 0;
}

.buttons-slider button:hover, .buttons-slider button:focus {
  background-color: #b54d26;
  color: #ffffff;
}

.foods .food-item .text .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* started here */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foods .food-item .text .top h3 {
  font-size: 22px;
}

.foods .food-item .text .top .love {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foods .food-item .text p {
  margin-bottom: 15px;
  padding-top: 15px;
}

.foods .food-item .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-top: 10px;
}

.modal_slider_area {
  position: relative;
}

.modal_slider_area .slider-container {
  width: 100%;
  position: relative;
  height: 875px;
  overflow: hidden;
}

.back-to-top {
    cursor: pointer;
    position: fixed !important;
    bottom: 40px;
    right: 40px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 10%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.back-to-top img {
  width: 25px;
    filter: invert(1);
}
.back-to-top.back-top-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media (max-width: 991.98px) {
  .modal_slider_area .slider-container {
    height: 625px;
  }
}

@media (max-width: 570px) {
/*  .modal_slider_area .slider-container {
    height: 660px;
  }*/
}

@media (max-width: 520px) {
 /* .modal_slider_area .slider-container {
    height: 612px;
  }*/
}

@media (max-width: 470px) {
/*  .modal_slider_area .slider-container {
    height: 563px;
  }*/
}

@media (max-width: 420px) {
 /* .modal_slider_area .slider-container {
    height: 520px;
  }*/
}

@media (max-width: 370px) {
/*  .modal_slider_area .slider-container {
    height: 464px;
  }*/
}

.modal_slider_area .slider-container .slider_item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #222;
}

@media (max-width: 991.98px) {
 /* .modal_slider_area .slider-container .slider_item {
    height: 635px;
  }*/
}

@media (max-width: 570px) {
 /* .modal_slider_area .slider-container .slider_item {
    height: 670px;
  }*/
}

@media (max-width: 520px) {
/*  .modal_slider_area .slider-container .slider_item {
    height: 622px;
  }*/
}

@media (max-width: 470px) {
/*  .modal_slider_area .slider-container .slider_item {
    height: 573px;
  }*/
}

@media (max-width: 420px) {
 /* .modal_slider_area .slider-container .slider_item {
    height: 530px;
  }*/
}

@media (max-width: 370px) {
 /* .modal_slider_area .slider-container .slider_item {
    height: 474px;
  }*/
}

.modal_slider_area .slider-container .slider_item img {
  width: 100%;
  height: auto;
}

/*@media (max-width: 991.98px) {
  .modal_slider_area .slider-container .slider_item img {
    height: 475px;
  }
}*/

@media (max-width: 570px) {
  .modal_slider_area .slider-container .slider_item img {
    height: auto;
  }
}

.modal_slider_area .slider-container .slider_item .review {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 9;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 105px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .modal_slider_area .slider-container .slider_item .review {
    min-height: 130px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal_slider_area .slider-container .slider_item .review .img {
  width: 50px;
  text-align: center;
}

.modal_slider_area .slider-container .slider_item .review .img img {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}

@media (max-width: 991.98px) {
  .modal_slider_area .slider-container .slider_item .review .img img {
    width: 40px;
    height: 40px;
  }
}

.modal_slider_area .slider-container .slider_item .review .text {
  text-align: center;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
}

@media (max-width: 470px) {
  .modal_slider_area .slider-container .slider_item .review .text p {
    font-size: 13px;
    padding: 0;
    line-height: 23px;
  }
}

.modal_slider_area .slider_arrows {
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .modal_slider_area .slider_arrows {
    top: 200px;
  }
/*.modal_slider_area .slider-container .slider_item .review {
    bottom: 35px;
  }*/
}

@media (max-width: 570px) {
  .modal_slider_area .slider_arrows {
    top: 150px;
  }
/*  .modal_slider_area .slider-container .slider_item .review {
    bottom: 45px;
    min-height: 120px;
  }*/
}

.modal_slider_area .slider_arrows button {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.modal_slider_area .slider_arrows button:hover, .modal_slider_area .slider_arrows button:focus {
  color: #fff;
  background-color: #b54d26;
  border-color: #b54d26;
}

.modal_slider_area .count {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}

.modal_slider_area .count span {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.modal_slider_area .small_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*.modal_slider_area .small_preview .single_item {
  width: calc(100% / 6);
  position: relative;
  cursor: pointer;
}*/

.modal_slider_area .small_preview .single_item {
    width: calc(78% / 6);
    position: relative;
    cursor: pointer;
  
}
.modal_slider_area .small_preview .single_item img {
  height : 80%;
  object-fit: cover;
  width: 100%;
}


.modal_slider_area .small_preview .single_item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal_slider_area .small_preview .single_item:hover::after, .modal_slider_area .small_preview .single_item.active::after {
  display: none;
}

#image_preview img {
  max-width: 100%;
}

#image_upload_form #upload-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 3.3rem;
  padding-left: 15px !important;
}

#image_upload_form .input-group-append {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-content .back_to_top {
    margin-bottom: 20px;
  }

}

/*@media (max-width: 400px){
  .modal_slider_area .slider-container .slider_item img {
    height: 354px;
    object-fit: cover;
}
}*/