@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Libre Franklin", sans-serif;
  width: 100%;
}

header {
  height: 75px;
  position: sticky;
  top: 0px;
  z-index: 2;
}

.mob-header {
  display: none;
}

nav {
  justify-content: space-between !important;
  padding: 0px 100px !important;
  height: inherit;
  background-color: #E34C4F;
}

.header-reg-btn {
  background-color: transparent!important;
  color: #ffffff!important;
  border-radius: 0px!important;
  border: 1px solid #ffffff!important;
  font-weight: 500;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: .375rem .75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.header-reg-btn:hover, .header-reg-btn.active, .header-reg-btn:focus {
  background-color: #ffffff!important;
  color: #E34C4F!important;
  border: none!important;
  text-decoration: none!important;
}

.search-box {
  display: inline-block;
  width: 100%;
  padding: 4px 55px 4px 15px;
  position: relative;
  background: #fff;
  border: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-box input[type=text] {
  border: none;
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #434345 !important;
}
.search-box ::placeholder {
  color: #BDBDBD;
  font-size: 14px;
}
.search-box input[type=text]:hover, .search-box input[type=text]:focus, .search-box input[type=text]:active {
  box-shadow: none;
}
.search-box .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #E34C4F;
  font-size: 20px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-box .search-btn:hover {
  background-color: transparent;
}
.search-box .search-btn:focus {
  border-color: none;
  box-shadow: none !important;
}

.hero-section {
  height: 580px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Images/fruit-salads-in-plate-1640774 (1).jpg");
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hero-section .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text, .hero-searchbar, .keywords {
  justify-content: center;
  align-items: center;
}

.hero-text {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.hero-text h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.hero-text h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 28px;
  text-align: center;
}

.hero-main-content {
  width: 85%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.hero-main-content .keywords {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 8px;
}
.hero-main-content .keywords a {
  color: rgba(255, 255, 255, 0.6);
}
.hero-main-content .keywords a:hover {
  color: white;
}

.available-section {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding: 0px 100px;
}

.available-section h5, .deal-section h5 {
  margin-bottom: 0px!important;
}

.live-section {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0px 100px;
}
.live-section a, .available-section a{
  text-decoration: none;
  color: #000000;
}
.live-section h5 {
  margin-bottom: 20px;
}
.live-section .featured-items, .available-section .all-items {
  padding: 0px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px -12px!important;
}

.featured-items li, .all-items li {
  width: calc(25% - 24px);
  max-width: calc(25% - 24px);
  margin: 0 12px 40px;
  flex: 1 1 auto;
  list-style-type: none;
}
.featured-items .featured-tile, .all-items .all-tile {
  min-height: 180px;
  position: relative;
  margin: 0;
  z-index: 0;
}
.featured-items .featured-tile picture, .all-items .all-tile picture {
  position: relative;
  display: block;
  height: 180px;
  background-size: 100%;
  transition: all 1s;
}
.featured-tile figcaption, .all-tile figcaption {
  display: block;
  padding: 8px 0 0;
  position: relative;
  z-index: 2;
}
.product-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2px;
  color: #434345!important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product-address, .product-tags {
  font-size: 0.8rem;
  margin-bottom: 0px;
  color: #A7A9AC;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.res-name {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dollar-list li {
  display: flex;
  flex-direction: row;
  width: 15%;
  max-width: 15%;
  margin: 0px!important;
  font-size: 0.875rem;
}
.dollar-sign {
  color: #A7A9AC;
}
.dollar-sign-filled {
  color: #E34C4F;
}
.tag-container{
  position: absolute!important;
  top: 15px!important;
  display: flex!important;
  flex-direction: column!important;
}
.tag-container .badge-primary {
  color: #fff;
  background-color: #E34C4F;
  border-radius: 0px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 8px;
  position: unset!important;
  top: 0px!important;
  right: 0px!important;
}

.deal-tags {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #E34C4F;
}

.advert {
  margin: auto;
  padding: 0px 100px;
}

/*Deals*/

.deal-headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px !important;
  margin-bottom: 20px!important;
}

.available-headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px !important;
  margin-bottom: 20px!important;
}

.viewallbtn {
  /* border-radius: 0px!important;
  border: 1px solid #E34C4F; */
  color: #E34C4F;
}

.viewallbtn:hover, .viewallbtn:focus, .viewallbtn.active, .viewallbtn:active {
  /* background-color: #E34C4F!important; */
  color: #E34C4F!important;
  /* border: 1px solid #E34C4F!important; */
}

.deal-section-items a {
  border: none!important;
  padding: 0px!important;
  width: calc(25% - 24px);
  max-width: calc(25% - 24px);
  margin: 0 12px 40px;
  flex: 1 1 auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.card {
  border: none!important;
}

.deal-section .card:hover .overlay-middle{
  opacity: 1;
}

.deal-section .card .overlay-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}

.deal-section .card .overlay-middle .text {
  color: #ffffff;    
  width: 70%;
  margin: 20% auto;
}

.deal-section .card-image {
  min-height: auto;
  position: relative;
  margin: 0;
  z-index: 0;
}

.deal-section .card-image, .card-img-top {
  border-radius: 0px !important;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}

.deal-section .res-logo {
  position: absolute;
  top: 66px;
  left: 20px;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
}
.deal-section .res-logo img {
  width: inherit;
  height: inherit;
}

.deal-section .card-title {
  margin-left: 100px;
  margin-bottom: 0.5rem !important;
  font-size: 15px;
}

.deal-section .card-text {
  margin-left: 100px;
  font-size: 12px;
  color: #A7A9AC;
}

.deal-section-items {
  display: flex!important;
  flex-direction: row!important;
  flex-wrap: wrap!important;
  padding: 0px!important;
  margin: 0px -12px!important;
}

footer {
  /* height: 404px; */
  background: #1A2E35;
  padding: 42px 100px 10px 100px;
}

.foot_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.foot_middle {
  color: #ffffff;
  text-align: center;
  /* margin-top: 20px; */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.foot_middle .partners-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px!important;
  padding-left: 20px!important;
}

.partners-footer li {
  list-style-type: none;
  margin: 0px 10px;
}

.partners-footer li img {
  width: 65px;
}

.right_footer {
  display: inline;
  padding-top: 20px;
}

.right_footer i {
  color: #ffffff;
}

.right_footer span i {
  font-size: 24px;
  padding-right: 10px;
}

.foot_body {
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}

.foot_1 ul p, .foot_2 ul p, .foot_3 ul p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.foot_1 ul li, .foot_2 ul li, .foot_3 ul li {
  font-size: 13px !important;
  line-height: 1.5rem;
  font-weight: 400;
}

.foot_1 ul li a, .foot_2 ul li a, .foot_1, .foot_2, .foot_3, .foot_4 {
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.foot_1 ul, .foot_2 ul, .foot_3 ul, .foot_4 ul {
  list-style-type: none;
}

.copy_right {
  color: #ffffff;
  /* text-align: center; */
  padding: 20px 0px 20px 0px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

/*Top section*/
.top-section {
  display: flex !important;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0px 100px;
}

.filter {
  position: relative;
}

.filter .dropdown .btn-secondary, .filter .dropdown .btn-secondary:focus,
.dropdown .btn-secondary:hover, .filter .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  border: 1px solid #E34C4F;
  background: #ffffff;
  color: #E34C4F;
  border-radius: 0px;
}

.sort_by .dropdown .btn-secondary, .sort_by .dropdown .btn-secondary:focus,
.dropdown .btn-secondary:hover, .filter .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  border: 1px solid #E34C4F;
  background: #ffffff;
  color: #E34C4F;
  border-radius: 0px;
  font-size: .875rem!important;
  padding: 6px 12px!important;
}

.filter .dropdown-item:active {
  background: #E34C4F;
  color: #ffffff;
}

.filter .dropdown .btn-secondary:focus, .sort_by .dropdown .btn-secondary:focus {
  box-shadow: none !important;
}

.filter .btn.btn-secondary {
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
}

.filter-drop-items {
  position: absolute;
  top: 0px;
  left: -95px;
}

.mobo_cusine {
  display: none;
}

.top-section {
  display: block;
}

.mobo_filter {
  display: none;
}

.mobo_cuisine_head {
  display: none;
}

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #434345;
}

.filter .dropdown-menu.show {
  display: flex!important;
  flex-direction: column!important;
}

.filter .dropdown-menu.show .filter-div {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0,0,0,.1);
  height: 210px;
  overflow-y: scroll;
}

.deal-section {
  padding: 0px 100px 0px 100px;
}

.tracking li {
  display: flex;
  flex-direction: row;
}
/* .tracking li a {
  color: rgba(255, 255, 255, 0.5);
}
.tracking li a:hover {
  color: white !important;
} */

.input {
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  width: 0px;
  height: 40px;
  padding: 0 20px;
  outline: none;
  font-size: 13px;
  border: 1px solid transparent;
  transition: all 0.8s ease;
}

.input.active {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
}

.track-btn {
  color: transparent;
  transition: all 0.8s ease;
}

.track-btn:hover {
  color: transparent;
}

.track-btn.active {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
}

.filter-submit, .filter-submit:hover, .filter-submit.active, .filter-submit:focus {
  margin: 1rem 2rem;
  border: none;
  border-radius: 0px;
  padding: 0.375rem 1.5rem;
  background-color: #E34C4F;
  font-size: 13px;
}

.deal-section{
  display: block;
}

.deal-section-big{
  display: none;
}

/*Aggregator listing page*/

.top-section-filter{
  display: flex!important;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0px 100px;
}

.filter-bottom{
  margin-top: 1.5rem;
  margin-left: 100px;
  margin-right: 100px;
}
.List-head{
  padding: 30px 100px 10px 100px;
  background-size: 40%;
  background: #FAFAFA;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.List-head h2{
  font-weight:400px!important;
}
.sort_by .dropdown-menu.show{
  position: absolute;
  will-change: transform;
  top: 0px!important;
  left: -93px!important;
  transform: translate3d(-6px, 38px, 0px);
  font-size: 14px;
}

.live-section-list {
margin-top: 30px;
margin-bottom: 10px;
padding: 0px 100px;
}
.live-section-list a {
text-decoration: none;
color: #000000;
}
.live-section-list .featured-items {
padding: 0px !important;
display: flex;
flex-direction: row;
/* justify-content: space-between; */
flex-wrap: wrap;
margin: 0px -12px!important;
}


