@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

@font-face {
  font-family: "qrkey-ttnorms";
  font-style: normal;
  font-weight: 400;
  src: url("font/TTNorms-Regular.otf");
}
@font-face {
  font-family: "qrkey-ttnorms";
  font-style: normal;
  font-weight: 500;
  src: url("font/TTNorms-Medium.otf");
}
@font-face {
  font-family: "qrkey-ttnorms";
  font-style: normal;
  font-weight: 700;
  src: url("font/TTNorms-Bold.otf");
}
@font-face {
  font-family: "qrkey-ttnorms";
  font-style: normal;
  font-weight: 800;
  src: url("font/TTNorms-ExtraBold.otf");
}

@media screen and (max-width: 480px) {
  .header-block {
    width: 100vw;
    /* transform: translateX(-16px); */
    height: 274px;
    margin-top: 0px;
  }
}

.header-block {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  /* margin-top: 24px; */
}

@media screen and (max-width: 480px) {
  .banner-image {
    border-radius: 0px;
    height: 274px;
  }
}
.banner-image {
  position: absolute;
  left: 0px;
  top: 0px;
  /* border-radius: 16px; */
  overflow: hidden;
  width: 100%;
  height: 250px;
  background-color: rgb(247, 247, 247);
}

.banner-image > img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .banner-saperator {
    display: block;
    top: calc(214px);
  }
}

.banner-saperator {
  position: absolute;
  top: calc(191px);
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0px 0px 480px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  transform: rotate(360deg);
}

.banner-logo {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 50px;
  left: 16px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px;
}

.banner-logo > img {
  width: 90px;
  height: 90px;
}

body {
  max-width: 800px;
  margin: auto;
}

.store-name {
  font-size: 32px;
  font-family: qrkey-ttnorms, Roboto;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.04ch;
  text-transform: none;
  color: rgb(25, 25, 25);
  margin: 0px;
  padding: 0px;
  display: block;
  font-variant-ligatures: no-common-ligatures;
}

.header-nav {
  position: relative;
  z-index: 9;
}
.map-location {
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(90deg, #ff6c75, #e54750);
  border-radius: 15px 0 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
  position: absolute;
  top: 6px;
  font-size: 12px;
  left: 50px;
}

.container {
  margin-top: -42px;
  margin-bottom: 70px;
}

.store-address,
.store-tags,
.store-review {
  font-family: qrkey-ttnorms, Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0ch;
  text-transform: none;
  color: rgb(118, 118, 118);
  margin: 5px 0;
  padding: 0px;
  display: block;
  font-variant-ligatures: no-common-ligatures;
  max-width: 100%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.store-address{
  text-transform: capitalize;
}
.store-tags {
  padding: 5px 0px;
}
.store-tags > span {
  border: 1px solid #b1b1b1;
  padding: 5px;
  margin-right: 5px;
  border-radius: 6px;
}

.offer-discount {
  margin: 12px 0;
  border-radius: 8px;
  background-image: linear-gradient(50deg,#003827,#00a372);
  background-position: right top;
  background-repeat: no-repeat;
  display: flex;
  cursor: default;
  min-height: 72px;
}
.offer-main-div {
  display: flex;
  width: 100%;
}

.offer-image {
  flex: 3 1 0%;
  background-size: contain;
  background-color: rgb(0, 71, 60);
  background-image: url(https://img.cdn4dd.com/cdn-cgi/image/fit=contain,format=auto/https://doordash-static.s3.amazonaws.com/media/photosV2/397f4b87-cc7c-40e7-b9c8-b42db74f2c21-retina-large.PNG);
  border-radius: 0px 8px 8px 0px;
  background-repeat: no-repeat;
  background-position: right center;
}
.offer-text {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-evenly;
  height: 100%;
  flex: 4 1 0%;
  padding: 0 20px;
  color: #fff;
}

.btn-address{
    position: absolute;
    width: 190px;
    left: 0px;
    top: 5px;
}
.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.btn.btn-secondary.btn-sm.dropdown-toggle{
    text-align: left;
}
.orderbtn {
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg,#0e6efb,#0bc7ed);
  cursor: pointer;
  box-shadow: 3px 3px 5px 0px #0bc7ed8a;
}

.takeaway-order{
  background-image: linear-gradient(90deg,#d73585,#fd6271);
  box-shadow: 3px 3px 5px 0px #fd62718a;
}

@media screen and (min-width: 480px) {
  body{
      border: 1px solid #d9d9d9;
      box-shadow: 0px 0px 20px 0px #e3e3e3;
  }
}
.card-body {
    flex: 1 1 auto;
    padding: 3px 6px;
}

.card-title{
    font-size: 14px;
}
.card-text{
    font-size: 12px;
}
.card-title {
  margin-bottom: 0px;
}
.footer-tab{
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 9;
  max-width: 798px;
  overflow: hidden;
  box-shadow: 0px -5px 10px 0px #00000029;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -12px!important;
}
.card-img-top{
  display: block;
  height: 80px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.text{
    font-family: qrkey-ttnorms, Roboto;
}
.modal-dialog{
  border-radius: 0px;
}
.modal-content{
  border-radius: 0px;
}
.location-li{
  padding: 10px 15px;
}
.location-li > a{
  box-shadow: 4px 3px 5px 2px #b9b9b9;
  border-left: 10px solid #959595;
  padding: 10px 5px;
}