.main-color {
  color: #085f8d;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

.main-text {
  padding: 0px;
  background-color: #fff;
  color: #085f8d;
  font-size: 20px;
}

.main-text .container-fluid {
  padding: 0;
}

.main-text .content {
  padding: 20px;
  width: 100%;
}

.main-text .col-md-3 {
  height: 100%;
}

.main-text .part-one {
  background-color: #5f693c;
}

.main-text .part-two {
  background-color: #bf503f;
}

.main-text img.dl-app-link {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 768px) {
  .main-text {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .main-text {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .main-text {
    font-size: 16px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dlApp {
  margin: 0 auto;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.valentine-gif {
  max-width: 100px;
}

@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.halloween-text {
  background-color: #ff9436;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.halloween-text a {
  color: #000;
  font-weight: bolder;
}

header {
  padding: 10px;
  background-color: transparent;
}

header .navbar-brand {
  font-size: 1rem !important;
}

header .shop-logo {
  max-width: 170px;
  border-radius: 5px;
}

header .navbar-nav {
  text-align: center;
}

@media (min-width: 1200px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section .navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header section.menu-section nav {
  padding: 20px 0 10px 0;
}

@media (min-width: 992px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header section.menu-section nav li {
  margin-left: 15px;
}

header section.menu-section nav li a.nav-link {
  color: #fff !important;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  font-weight: bolder;
}

header section.menu-section nav li a.nav-link i {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

header section.menu-section nav li a.nav-link:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}

header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 15px;
}

header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
  border-radius: 5px;
  background-color: #bf503f;
  border: 2px solid transparent;
  font-weight: bolder;
}

header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #bf503f;
  border-color: #bf503f;
}

header section.menu-section nav .dropdown-menu .dropdown-item:first-child {
  background-color: #085f8d;
  margin-bottom: 5px;
}

header section.menu-section nav .dropdown-menu .dropdown-item:first-child:hover {
  background-color: #fff;
  color: #085f8d;
  border-color: #085f8d;
}

header section.menu-section nav .dropdown-toggle::after {
  display: none !important;
}

header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}

header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}

header section.menu-section nav a.btn {
  background-color: #000;
  color: #fff;
}

header section.menu-section nav .header-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.big-logo {
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #085f8d;
  color: #fff;
}

.big-logo img {
  width: 200px;
  height: 70px;
  border-radius: 15px;
}

.big-logo p {
  margin: 0;
  text-align: center;
}

.big-logo .shop-logo-dizato {
  width: 100px;
  height: 90px;
}

/* section hero */
section.hero-section {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  section.hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.hero-section .hero-content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 100px;
  text-align: center;
}

@media (max-width: 1200px) {
  section.hero-section .hero-content {
    padding: 100px 20px;
  }
}

@media (max-width: 991px) {
  section.hero-section .hero-content {
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  section.hero-section .hero-content {
    width: 100%;
  }
}

section.hero-section .hero-content h3 {
  font-size: 40px;
  color: #085f8d;
  font-weight: bolder;
}

@media (max-width: 991px) {
  section.hero-section .hero-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  section.hero-section .hero-content h3 {
    font-size: 25px;
  }
}

section.hero-section .hero-content h4 {
  margin-bottom: 20px;
}

section.hero-section .hero-content p {
  font-size: 17px;
}

section.hero-section .hero {
  width: 50%;
}

@media (max-width: 991px) {
  section.hero-section .hero {
    width: 100%;
  }
}

section.hero-section .hero img {
  width: 100%;
}

@media (max-width: 991px) {
  section.hero-section .hero img {
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 0;
    margin: auto;
  }
}

@media (max-width: 576px) {
  section.hero-section .hero img {
    width: 70%;
  }
}

section.hero-section .alternate-text {
  display: none;
}

@media (max-width: 991px) {
  section.hero-section .alternate-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  section.hero-section .alternate-text .inner-content {
    padding-top: 0;
  }
}

section.hero-section .my-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}

@media (max-width: 991px) {
  section.hero-section .my-text {
    display: block;
  }
}

#slider {
  background-color: #111;
  padding: 0;
}

#slider .container-fluid {
  position: relative;
}

#slider .container-fluid .slider-header {
  width: 90%;
  position: absolute;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

#slider .container-fluid .slider-header nav {
  width: 100%;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media (max-width: 992px) {
  #slider .container-fluid .slider-header nav .navbar-collapse {
    background-color: #000;
  }
}

#slider .container-fluid .slider-header .fa-bars {
  color: #fff;
}

#slider .container-fluid .slider-header img {
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
  max-height: 120px;
}

#slider .container-fluid .slider-header .nav-item {
  margin-right: 20px;
}

#slider .container-fluid .slider-header a.nav-link {
  color: #fff !important;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  font-weight: bolder;
}

#slider .container-fluid .slider-header a.nav-link i {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

#slider .container-fluid .slider-header a.nav-link:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1200px) {
  #slider .container-fluid .slider-header a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}

#slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  position: relative;
  padding: 250px 0 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  #slider .swiper-slide {
    padding: 100px 0;
  }
}

@media (max-width: 480px) {
  #slider .swiper-slide {
    padding: 50px 0;
  }
}

#slider .swiper-slide .slider-text {
  margin: 0 auto;
}

#slider .swiper-slide .slider-text h2 {
  color: #fff;
  font-family: ArchivoBlack;
  text-shadow: 2px 2px 30px #000;
  text-align: center;
  font-size: 54px;
}

@media (max-width: 991px) {
  #slider .swiper-slide .slider-text h2 {
    font-size: 25px;
  }
}

#slider .swiper-slide .slider-text p {
  color: #fff;
  text-align: center;
}

#slider .swiper-slide .slider-text a.btn {
  color: #fff;
  padding: 15px 35px;
  margin-right: 10px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px;
}

#slider .swiper-slide .slider-text a.btn:hover {
  background-color: transparent;
}

#slider .swiper-slide .slider-text .order-btn {
  background-color: transparent;
  margin-top: 40px;
}

#slider .swiper-slide .slider-text .order-btn:hover {
  background-color: #fff !important;
  color: #085f8d;
}

#slider .swiper-slide .slider-text .dizato-btn {
  background-color: #bf503f !important;
}

#slider .swiper-slide .slider-text .dizato-btn:hover {
  background-color: #fff !important;
  color: #bf503f;
}

#slider .swiper-first {
  background-image: url("../../imgs/hero/Frankies-Fast-Food-shop-slide-one.png");
}

#slider .swiper-second {
  background-image: url("../../imgs/hero/Frankies-Fast-Food-shop-slide-two.png");
}

#slider .swiper-third {
  background-image: url("../../imgs/hero/Frankies-Fast-Food-shop-slide-three.png");
}

#slider .swiper-fourth {
  background-image: url("../../imgs/hero/Frankies-Fast-Food-shop-slide-four.png");
}

.icecream-hero {
  padding-top: 60px;
  text-align: center;
}

.icecream-hero h1 {
  color: #085f8d;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.icecream-hero h3 {
  color: #085f8d;
  margin-top: 60px;
}

.icecream-hero p {
  color: #58585a;
}

.icecream-hero hr {
  width: 60px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.icecream-category {
  padding: 100px 100px 200px;
}

@media (max-width: 768px) {
  .icecream-category {
    padding: 100px 10px;
  }
}

.icecream-category .col-md-4 h4 {
  font-weight: 700;
  margin-top: 40px;
  color: #085f8d;
  font-size: 40px;
}

.icecream-category .col-md-4 img {
  width: 100%;
}

.icecream-category .col-md-4 p {
  font-size: 18px;
  color: #575757;
  line-height: 30px;
}

.Catering-hero {
  padding-top: 60px;
  text-align: center;
}

.Catering-hero h1 {
  color: #085f8d;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.Catering-hero h3 {
  color: #085f8d;
  margin-top: 60px;
}

.Catering-hero p {
  color: #58585a;
}

.Catering-hero hr {
  width: 60px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

.Catering-category {
  padding: 100px 100px 200px;
}

@media (max-width: 768px) {
  .Catering-category {
    padding: 100px 10px;
  }
}

.Catering-category .col-md-4 {
  text-align: center;
}

.Catering-category .col-md-4 h4 {
  font-weight: 300;
  margin-top: 40px;
  color: #333;
  font-size: 28px;
  margin-bottom: 30px;
}

.Catering-category .col-md-4 img {
  width: 100%;
  margin-bottom: 30px;
}

.Catering-category .col-md-4 p {
  font-size: 18px;
  color: #575757;
  line-height: 30px;
}

.order-hero {
  padding-top: 60px;
  text-align: center;
  background-color: #f6f6f6;
  margin-top: 60px;
}

.order-hero h1 {
  color: #085f8d;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 60px;
}

.order-hero hr {
  width: 60px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

.order-hero h3 {
  color: #085f8d;
  margin-top: 60px;
  font-size: 60px;
  font-weight: bold;
}

.order-hero p {
  color: #58585a;
}

.order-category {
  padding: 100px 100px;
  background-color: #f6f6f6;
}

@media (max-width: 768px) {
  .order-category {
    padding: 50px 0;
  }
}

.order-category .col-md-4 {
  margin-bottom: 80px;
}

.order-category .col-md-4 h4 {
  font-weight: 700;
  margin-top: 40px;
  color: #085f8d;
  font-size: 40px;
}

.order-category .col-md-4 img {
  width: 100%;
}

.order-category .col-md-4 p {
  color: #575757;
  font-size: 18px;
}

/* more about us section */
section.more-about-us .col-12 {
  height: 100%;
  padding: 0;
}

section.more-about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #085f8d;
}

section.more-about-us div.about-us-content .about-us-img {
  padding: 0%;
}

@media (max-width: 991px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 22%;
    max-width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}

@media (max-width: 567px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}

section.more-about-us div.about-us-content h5 {
  font-size: 15px;
}

@media (max-width: 350px) {
  section.more-about-us div.about-us-content h5 {
    font-size: 11px;
  }
}

section.more-about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bolder;
}

section.more-about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}

@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 9%;
  }
}

@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 5% 23%;
  }
}

@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}

@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 10%;
  }
}

section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #085f8d;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}

@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}

@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}

section.more-about-us div.about-us-content div.shop-about-text p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}

section.more-about-us div.about-us-content .order-btn {
  background-color: #085f8d;
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}

@media (max-width: 991px) {
  section.more-about-us div.about-us-content .order-btn {
    margin: 20px auto 0 auto;
  }
}

/* special to try */
section.special {
  padding: 0px 50px 100px;
}

@media (max-width: 992px) {
  section.special {
    padding: 0px 50px 100px;
  }
}

section.special h3 {
  margin-bottom: 50px;
  color: #085f8d;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 50px;
}

@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}

section.special ul.nav-tabs {
  border: none !important;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0 10px 0;
  margin-bottom: 0 !important;
}

section.special ul.nav-tabs .nav-item {
  margin: 0 5px;
  border-radius: 15px;
}

section.special ul.nav-tabs .nav-item a.nav-link {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  padding: 15px 30px;
  background: #fff;
  border-radius: 15px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 3px 3px 7px #ddd;
          box-shadow: 3px 3px 7px #ddd;
  display: flex;
  justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}

section.special ul.nav-tabs .nav-item a.nav-link img {
  width: 30px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 60px;
  }
}

@media (min-width: 425px) {
  section.special ul.nav-tabs .nav-item a.nav-link {
    font-size: 1rem;
  }
}

section.special ul.nav-tabs .sidhu-menu.active {
  margin-top: -5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #085f8d !important;
  border-bottom: 3px solid #085f8d !important;
}

section.special ul.nav-tabs .dizato-menu.active {
  margin-top: -5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #bf503f !important;
  border-bottom: 3px solid #bf503f !important;
}

section.special .swiper-container {
  padding: 25px;
}

section.special .tab-pane .col-md-4 {
  margin-bottom: 20px;
}

section.special .card {
  background-color: #ffffff;
  overflow: hidden;
}

section.special .card:hover .info {
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
  background-color: #085f8d;
}

section.special .card:hover .card-footer a {
  color: #085f8d;
}

section.special .card img {
  position: relative;
  width: 100%;
}

section.special .card .info {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  opacity: 0.8;
  height: 250px;
  -webkit-transform: translateY(45%) translateY(70px) translateZ(0);
          transform: translateY(45%) translateY(70px) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  color: #fff;
}

section.special .card .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.special .card .card-img-top {
  min-height: 212px;
  max-height: 212px;
}

section.special .card .card-body {
  padding: 10px;
  min-height: 100px;
}

section.special .card .card-body .card-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  text-shadow: 1px 1px #000;
  margin-bottom: 0px;
}

section.special .card .card-body p {
  text-align: left !important;
}

section.special .card .card-footer {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 30px 0;
}

section.special .card .card-footer a {
  background-color: #fff;
  border: 1px solid #085f8d;
  color: #085f8d;
  border-radius: 6px;
}

section.special .card .card-footer a:hover {
  background-color: #fff;
  border: 1px solid #085f8d;
  color: #085f8d;
}

@media (max-width: 768px) {
  section.special .card .card-body {
    padding-bottom: 0;
  }
  section.special .card .card-footer {
    padding-top: 0;
  }
}

section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}

section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}

section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

section.special #Dizato .swiper .card:hover .info {
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
  background-color: #bf503f !important;
}

section.category {
  padding: 120px 0;
  background-image: url(../../imgs/footerBackground.png);
}

section.category h3 {
  text-align: center;
  font-size: 56px;
  margin-bottom: 52px;
  color: #085f8d;
  text-transform: capitalize;
  font-weight: 800;
}

@media (max-width: 991px) {
  section.category h3 {
    font-size: 40px;
  }
}

section.category ul.nav-tabs {
  border: none !important;
  margin-bottom: 40px;
}

section.category ul.nav-tabs a.nav-link {
  font-size: 12px;
}

@media (min-width: 425px) {
  section.category ul.nav-tabs a.nav-link {
    font-size: 1rem;
  }
}

section.category ul.nav-tabs a.nav-link:hover {
  border: none;
}

section.category ul.nav-tabs a.nav-link.active {
  color: #f7c531;
  border: none !important;
  border-bottom: 1px #f7c531 solid !important;
}

section.category .card:hover {
  -webkit-transition: all 0.5ms ease;
  transition: all 0.5ms ease;
  border-bottom: 3px solid #085f8d;
}

section.category .card:hover .card-footer a {
  background-color: #085f8d;
  border: 1px solid #085f8d;
  color: #fff;
}

section.category .card .card-title {
  color: #085f8d;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}

section.category .card .card-footer {
  background-color: #fff;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.category .card .card-footer a {
  background-color: #fff;
  border: 1px solid #085f8d;
  color: #085f8d;
}

.specialOffer {
  background-image: url(../../imgs/hero/PageHeader_1859_71595.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specialOffer img {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specialOffer h2 {
  font-size: 30px;
}

.specialOffer {
  background-image: url(../../imgs/hero/specialOffer.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  color: #fff;
  padding: 100px 0;
}

.specialOffer iframe {
  margin-top: 80px;
}

.specialOffer h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

section.gallery {
  position: relative;
  /* Main CSS */
}

@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}

section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}

@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}

section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}

@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}

section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}

@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}

section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}

@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}

section.gallery .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #085f8d;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: #070540bd;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content {
  background-color: #070540bd;
  height: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 0 0 8px;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #085f8d;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}

section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}

section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}

section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}

section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

section.gallery .grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.gallery .grid-wrapper > div > img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

section.gallery .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}

section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}

section.gallery .grid-wrapper .big {
  grid-column: span 1.5;
  grid-row: span 1.5;
}

.Sidhu-Awards {
  padding: 80px 0;
  color: #fff;
}

.Sidhu-Awards .swiper {
  height: 280px;
}

.Sidhu-Awards .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.Sidhu-Awards img {
  background-color: #085f8d;
  padding: 8px;
  border-radius: 5px;
  margin: 5px;
  width: 180px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.Sidhu-Awards img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1440px) {
  .Sidhu-Awards img {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .Sidhu-Awards img {
    width: 135px;
  }
}

@media (max-width: 768px) {
  .Sidhu-Awards img {
    width: 155px;
  }
}

.Sidhu-Awards h3 {
  font-size: 35px;
  font-weight: bolder;
}

.Sidhu-Awards p {
  max-width: 90%;
  font-size: 17px;
  margin: 0 auto 20px auto;
}

.Sidhu-Awards .order-btn {
  background-color: #085f8d;
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .Sidhu-Awards .order-btn {
    margin: 20px auto 0 auto;
  }
}

.dessert-section {
  padding: 40px 0;
}

.dessert-section img {
  background-color: #085f8d;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  width: 85%;
  margin-bottom: 23px;
}

.dessert-section h3,
.dessert-section p {
  text-align: left;
}

@media (max-width: 768px) {
  .dessert-section h3,
  .dessert-section p {
    text-align: center;
  }
}

.dessert-section .order-btn {
  background-color: #085f8d;
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .dessert-section .order-btn {
    margin: 20px auto 0 auto;
  }
}

section.about-us {
  padding: 100px 0px 100px 0;
  color: #5e5e5e;
}

section.about-us div.section-heading-div h3, section.about-us div.section-heading-div h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 48px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #085f8d;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  section.about-us div.section-heading-div h3, section.about-us div.section-heading-div h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  section.about-us div.section-heading-div h3, section.about-us div.section-heading-div h2 {
    font-size: 22px;
    text-align: center;
  }
}

section.about-us div.section-heading-div hr {
  width: 60px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

section.about-us div.section-heading-div p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  margin-top: 20px;
}

@media (max-width: 991px) {
  section.about-us div.section-heading-div {
    text-align: center;
  }
}

section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}

section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #fff;
}

section.about-us div.about-us-content div.read-more-btn {
  background-color: #085f8d;
}

section.about-us div.about-us-content div.read-more-btn a {
  background-color: #085f8d;
  color: #fff;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #085f8d;
  background-color: #085f8d;
  -webkit-box-shadow: #bf503f 0px 4px 12px;
          box-shadow: #bf503f 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section.about-us img {
  width: 100%;
}

section.about-us .col-12 {
  padding: 0;
}

section.about-us .col-md-6 {
  padding: 0;
}

section.about-us .read-more-btn1 {
  margin-bottom: 32px;
  margin-top: 10px;
}

section.about-us .read-more-btn1 a {
  background-color: #085f8d;
  color: #fff;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 1px solid #fff;
}

section.about-us .read-more-btn1 a .fa {
  color: #fff;
}

section.about-us .read-more-btn1 a:hover {
  background-color: #fce1c7;
  color: #085f8d;
}

section.about-us .read-more-btn1 a:hover .fa {
  color: #085f8d;
}

.openingHour {
  padding: 80px 0;
}

.openingHour h3 {
  color: #085f8d;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

section.deals {
  padding: 0 0 60px 0;
  background-color: #000;
}

@media (max-width: 991px) {
  section.deals div.section-heading-div {
    text-align: center;
  }
}

section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #bf503f;
}

@media (max-width: 991px) {
  section.deals div.section-heading-div h3 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  section.deals div.section-heading-div h3 {
    font-size: 22px;
  }
}

section.deals div.section-heading-div p {
  color: #fff;
}

section.deals #openinghour {
  width: 85%;
  margin: auto;
}

section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: bolder;
}

section.deals div.deals-content div.shop-about-text p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}

section.deals div.read-more-btn a.deals {
  background-color: #bf503f;
  color: #fff;
  border-radius: 2px !important;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

section.deals div.read-more-btn a.deals:hover {
  color: #fff;
  border-color: #085f8d;
  background-color: #085f8d;
  -webkit-box-shadow: #bf503f 0px 4px 12px;
          box-shadow: #bf503f 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 992px) {
  section.deals div.read-more-btn a.deals {
    margin-top: 22px;
  }
}

section.deals img {
  width: 100%;
}

section.deals .col-12 {
  padding: 0;
}

section.deals .col-md-6 {
  padding: 0;
}

section.peyment-method {
  background-color: #ffffff;
}

section.peyment-method div.row {
  padding: 50px 0;
}

section.peyment-method div.row div.col-10 .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}

section.dl-app div.inner-content div.d-flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.dl-app div.inner-content a.app-link-dl-container:hover img {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
  width: 100%;
}

@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}

section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section.reviews {
  padding: 80px 0;
}

section.reviews .container {
  background-color: #085f8d;
  border-radius: 34px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}

@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}

section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}

section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #085f8d;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #111;
  color: white;
  padding: 60px 0 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

footer details summary {
  line-height: 38px;
}

footer details a {
  color: #fff;
  font-size: 14px;
}

footer details a:hover {
  color: #fff;
  text-decoration: none;
}

footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}

footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #085f8d;
}

@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}

footer .fa {
  font-size: 1.25rem;
}

footer .list-group.shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  footer .list-group.shop-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .list-group.shop-info div {
  margin: 0 auto;
}

footer .footer-title {
  margin-bottom: 30px;
}

footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}

@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}

footer h3 {
  font-size: 20px;
  margin-top: 20px;
}

footer .footer-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

footer .footer-content ul {
  margin-bottom: 10px;
}

footer .footer-content ul h5 {
  margin-bottom: 15px;
}

footer .footer-content ul h5 span {
  color: #085f8d;
}

footer .footer-content ul li {
  list-style: none;
  padding: 10px;
}

footer .footer-content ul li a {
  color: #fff;
  line-height: 38px;
  font-size: 18px;
  font-weight: 200;
}

footer .footer-content ul li a:hover {
  text-decoration: none;
  color: #085f8d;
}

footer .footer-content ul.Dizato-specials li a:hover {
  color: #bf503f !important;
}

footer .fa {
  color: #000;
}

section.foods-link {
  margin: 10px 0;
}

section.foods-link ul {
  padding: 10px;
  margin: 0;
}

section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}

section.foods-link ul li a {
  color: #fff;
}

section.foods-link ul li a:hover {
  text-decoration: none;
}

section.foods-link ul li:hover {
  border: 1px solid #085f8d;
}

section.foods-tags .foods-link {
  border-bottom: 1px solid #fff;
  padding-top: 30px;
}

section.foods-tags ul {
  padding: 10px;
}

section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2px 15px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
}

section.foods-tags ul li a {
  color: #000 !important;
  font-weight: bolder;
  font-size: 12px;
}

section.foods-tags ul li a:hover {
  text-decoration: none;
}

.contact-us {
  padding: 80px 0;
}

.contact-us .contact-card {
  background-color: transparent;
  color: #fff;
  padding: 0 40px 40px 40px;
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-us .contact-card h4 {
  color: #fff;
  padding: 20px 0;
  font-weight: bolder;
}

.contact-us .contact-card .fa {
  font-size: 20px;
}

.contact-us .contact-card a {
  color: #fff;
}

.contact-us .contact-card ul {
  padding: 0;
}

.contact-us .contact-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #6d6d6d;
  padding: 5px 0;
}

.contact-us .contact-card ul li p {
  margin-bottom: 0;
}

.contact-us .contact-card svg {
  fill: #085f8d;
}

.contact-us .dizato-card {
  border: 3px solid #bf503f;
}

.contact-us .dizato-card h4 {
  background-color: #bf503f;
}

.contact-us .dizato-card svg {
  fill: #bf503f;
}

.contact-us .dizato-card .fa {
  color: #bf503f;
}

.contact-us .map-card {
  padding: 40px;
  border: 3px solid #085f8d;
  border-radius: 50px 50px 5px 5px;
}

.contact-us .dizato-map-card {
  padding: 40px;
  border: 3px solid #bf503f;
  border-radius: 50px 50px 5px 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 79px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #d4621f;
  outline: none;
  background-color: #ffffff;
  color: #d4621f;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}

section.social-media h5 {
  color: #085f8d;
}

section.social-media div.icon-holder {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

section.social-media div.icon-holder:hover {
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #085f8d;
  color: white;
}
::selection {
  background-color: #085f8d;
  color: white;
}

::-moz-selection {
  background-color: #085f8d;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #085f8d;
  border-radius: 10px;
}

section.copyright {
  background-color: #111;
  color: #969696;
}

section.copyright .cp-social-media {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  section.copyright .cp-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

section.copyright p {
  margin-bottom: 0;
  font-weight: 200;
}

section.copyright i {
  background-color: #085f8d;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}

section.copyright a.mealzo-link {
  color: #085f8d !important;
}

.web-story {
  padding: 20px 0;
}

.web-story .stories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}

.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.web-story .stories-container .imgContent {
  background: -webkit-gradient(linear, left top, left bottom, from(#dd2a7b), to(#f58529));
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}

.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}

.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}

.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}

.web-story .story-full .content .close-btn svg {
  width: 32px;
}

.web-story .story-full .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}

.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 90px;
  left: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #085f8d;
}

.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}

.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}

.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}

.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}

.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.web-story .story-full .content .right-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}

.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}

.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}
/*# sourceMappingURL=style2.css.map */