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

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

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

body {
  font-family: montserrat !important;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.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;
}

.main-color {
  color: #8db2d2;
}

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

::-moz-selection {
  background-color: #8db2d2;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  background: #8db2d2;
  border-radius: 10px;
}

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

.displayy {
  display: block !important;
}

@media (min-width: 1200px) {
  .displayy {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.index-hero {
  background-image: url(../../imgs/hero/Hook&Catch-X-Tuck-Shakk-food.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #8db2d2;
  min-height: 100vh;
}

header {
  background-color: #2c3e4d;
}

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

header .shop-logo {
  max-width: 80px;
}

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;
  font-weight: bolder;
}

@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: #8db2d2;
}

header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}

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

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 {
  color: #fff;
}

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

header section.menu-section .login-btn {
  background-color: #8db2d2;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
  color: #fff;
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    background-color: transparent;
  }
}

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

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

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

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

section.hero-section div.inner-content {
  text-align: center;
  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;
}

section.hero-section div.inner-content h3 {
  font-size: 2.3rem;
  margin-bottom: 10px;
  color: #8db2d2;
  text-shadow: -1px 2px #000;
  text-transform: capitalize;
  font-family: Fredoka;
}

@media (max-width: 991px) {
  section.hero-section div.inner-content h3 {
    font-size: 2rem;
  }
}

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

section.hero-section div.inner-content img.order-btn {
  width: 300px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: order-btn 2s linear infinite;
          animation: order-btn 2s linear infinite;
}

@-webkit-keyframes order-btn {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes order-btn {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@media (max-width: 768px) {
  section.hero-section div.inner-content img.order-btn {
    width: 200px;
  }
}

section.hero-section div.inner-content img.logo {
  max-width: 200px;
}

.local-hero {
  background-color: silver;
  padding: 60px 0 160px 0;
}

@media (max-width: 480px) {
  .local-hero {
    padding: 60px 0 100px 0;
  }
}

@media (max-width: 991px) {
  .local-hero .text-wrapper {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  .local-hero .text-wrapper {
    padding-top: 10px;
  }
}

.local-hero p {
  font-size: 15px;
  color: #000;
}

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

.local-hero div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000;
  font-family: Fredoka;
}

.local-hero div.inner-content h1 .first-title {
  display: block;
  font-size: 2rem;
  font-weight: bolder;
}

@media (max-width: 991px) {
  .local-hero div.inner-content h1 .first-title {
    font-size: 2rem;
  }
}

.local-hero img.local-hero-imgs {
  padding: 2px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-shadow: 0px 0px 18px #f3f3f3;
          box-shadow: 0px 0px 18px #f3f3f3;
  margin: 5px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@media (max-width: 400px) {
  .local-hero img.local-hero-imgs {
    border-radius: 0 100px;
    padding: 10px;
  }
}

.local-hero img.local-hero-imgs:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.local-hero img.order-btn {
  width: 170px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.local-hero img.order-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 400px) {
  .local-hero .buttonss {
    -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;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}

section.more-about-us-section h3 {
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 36px;
  color: #2c3e4d;
}

section.more-about-us-section p {
  color: #000;
  max-width: 500px;
}

@media (min-width: 768px) {
  section.more-about-us-section p {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  section.more-about-us-section p {
    max-width: 84%;
  }
}

section.more-about-us-section .more-content {
  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-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  max-width: 110px;
  margin-bottom: 20px;
  border: 10px solid #8db2d2;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}

section.more-about-us-section .more-content .more-header * {
  text-align: center;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header * {
    text-align: center;
  }
}

section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

section.more-about-us-section .more-content .more-header span {
  color: #000;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}

section.more-about-us-section a {
  border: 2px solid #8db2d2;
  background-color: #fff;
  color: #8db2d2;
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #8db2d2;
  color: #fff;
}

/* special to try */
section.special {
  background-color: #2c3e4d;
  text-align: center;
  padding: 60px 0;
}

section.special h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #f7f7f7;
  font-size: 2.8rem;
  font-weight: bolder;
  font-family: Fredoka;
}

section.special .swiper-wrapper {
  padding: 20px 0;
}

section.special .card {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  margin: auto;
  min-height: 450px;
  -webkit-box-shadow: #0e48b518 0px 4px 12px;
          box-shadow: #0e48b518 0px 4px 12px;
  padding: 0;
  border-radius: 60px 60px 10px 10px;
}

section.special .card img {
  border-radius: 60px 60px 0 0;
  background-color: #8db2d2;
}

section.special .card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

section.special .card:hover a.btn {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  background-color: #8db2d2;
  color: #fff;
}

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

section.special .card .card-body .food-detail {
  padding: 5px 20px;
}

section.special .card .card-body .food-name {
  font-size: 25px;
  font-weight: bolder;
  text-shadow: 0 0 #000;
}

section.special .card .card-body p {
  font-size: 14px;
}

section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
  padding: 0 !important;
}

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

section.special .card .btn-holder a.btn {
  background-color: #8db2d2;
  color: #282828;
  border: 3px solid #8db2d2;
  border-radius: 10px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
  width: 100%;
  height: 55px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  font-size: 17px;
}

section.special .card .btn-holder a.btn:hover {
  color: #fff;
  border-color: #8db2d2;
  background-color: #8db2d2;
}

.gallery img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  border-radius: 10px;
}

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

section.about-us {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: #f3f3f3;*/
}

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

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

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

section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #8db2d2;
  color: #000;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #8db2d2;
  border-color: #8db2d2;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section.reviews {
  padding: 100px 0;
}

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

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

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

section.reviews .comment-section .comment-text {
  max-width: 800px;
  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: #8db2d2;
  margin-bottom: 9px;
  color: #fff;
}

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

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

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;
}

section.dl-app {
  background-image: url(../../imgs/dl_app/dl-app-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
  padding: 90px 0 40px 0;
  position: relative;
  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;
}

@media (max-width: 1200px) {
  section.dl-app {
    background-image: unset;
    padding: 40px 0;
    background-color: #8db2d2;
    min-height: unset;
  }
}

section.dl-app .app-mockup {
  max-width: 80%;
}

section.dl-app .app-mockup:hover {
  -webkit-animation: app-animation 1s ease-in;
          animation: app-animation 1s ease-in;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

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

section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}

section.dl-app div.inner-content p {
  color: #ffffff;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    color: #000;
  }
}

section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
}

@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    color: #000;
    text-shadow: unset;
    font-weight: bolder;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
  }
}

section.dl-app div.inner-content ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.dl-app div.inner-content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
}

section.dl-app div.inner-content ul li img {
  max-width: 40px;
}

@-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.find-us h4 {
  color: #6c757d;
}

/* footer */
.main-text {
  padding: 10px 0;
  background-color: #8db2d2;
  color: #2c3e4d;
  text-align: center;
  font-weight: 900;
}

.main-text p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-text ul {
  list-style: none;
  padding: 0;
}

.main-text .shop-social-media svg {
  fill: #2c3e4d;
}

footer {
  background-color: #2c3e4d;
  color: white;
  padding: 50px 0 0 0;
}

footer h4 {
  font-weight: bolder;
  color: #8db2d2;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  color: #fff;
  font-size: 18px;
}

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

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

.contact-us .contact-card {
  border: 1px solid #8db2d2;
  background-color: #fff;
  color: #000;
  padding: 80px 20px 20px 20px;
  border-radius: 50px 50px 0 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us .contact-card h4 {
  background-color: #8db2d2;
  color: #fff;
  padding: 20px 0;
  border-radius: 0 0 20px 20px;
  font-weight: bolder;
  position: absolute;
  top: 0;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.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;
}

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

ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: transparent;
  font-weight: 600;
  color: #b1afaf;
  font-size: 12px;
}

@media (max-width: 768px) {
  ul.foods-link li {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}

ul.foods-link li:hover {
  border: 2px solid #2c3e4d;
  background-color: #fff;
}

ul.foods-link li:hover a {
  color: #2c3e4d;
}

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

section.social-media div.facebook i {
  color: #8db2d2;
}

section.social-media div.facebook i:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.copyright {
  background-color: #2c3e4d;
  color: #fff;
}

section.copyright .container {
  border-top: 1px solid #dad7d7;
  padding: 25px 0;
}

section.copyright .shop-social-media svg {
  fill: #8db2d2;
  width: 30px;
  height: 30px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8db2d2;
  color: white;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#myBtn:hover {
  color: #8db2d2;
  border: 1px dashed #8db2d2;
  background-color: white;
  -webkit-box-shadow: #2c3e4d 0px 7px 29px 0px;
          box-shadow: #2c3e4d 0px 7px 29px 0px;
}

.SpecialOffer {
  background-color: #2c3e4d;
  padding: 100px 50px;
}

@media (max-width: 1200px) {
  .SpecialOffer {
    padding: 80px 10px;
  }
}

.SpecialOffer .card {
  background-color: transparent;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.SpecialOffer .card img {
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.SpecialOffer .card .card-text {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1900px) {
  .SpecialOffer .card .card-text {
    display: none;
  }
}

.SpecialOffer .card .card-text span {
  color: #ff7300;
  font-size: 40px;
  text-shadow: 1px 2px #000;
  font-family: Fredoka;
  line-height: 60px;
}

@media (max-width: 1300px) {
  .SpecialOffer .card .card-text span {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .SpecialOffer .card .card-text span {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .SpecialOffer .card .card-text span {
    font-size: 50px;
    line-height: 47px;
  }
}

@media (max-width: 480px) {
  .SpecialOffer .card .card-text span {
    font-size: 30px;
    line-height: 38px;
  }
}

.SpecialOffer .card.indian-card .card-text {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  top: auto;
}

.SpecialOffer .card.indian-card .card-text span {
  color: #5ac7d7;
  font-size: 40px;
  font-weight: bolder;
}

@media (max-width: 1300px) {
  .SpecialOffer .card.indian-card .card-text span {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .SpecialOffer .card.indian-card .card-text span {
    font-size: 47px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .SpecialOffer .card.indian-card .card-text span {
    font-size: 30px;
    line-height: 38px;
  }
}

.SpecialOffer .card.Snack-card .card-text {
  position: absolute;
  content: "";
  bottom: auto;
  left: 10px;
  top: 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SpecialOffer .card.Snack-card .card-text span {
  color: #ff0000;
}

.SpecialOffer .card.calzone-card .card-text {
  top: 10px;
  left: 10px;
  bottom: auto;
}

.SpecialOffer .card.calzone-card .card-text span {
  color: #FF006C;
}

.SpecialOffer .card.Wrap-card .card-text {
  bottom: 10px;
  left: 10px;
  top: auto;
}

.SpecialOffer .card.Wrap-card .card-text span {
  color: #208900;
}

.SpecialOffer .gallery {
  padding: 0;
  position: relative;
  /* Main CSS */
}

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

.SpecialOffer .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) {
  .SpecialOffer .gallery::before {
    width: 150px;
    height: 150px;
  }
}

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

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

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

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

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

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

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

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

.SpecialOffer .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;
}

.SpecialOffer .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;
}

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

.SpecialOffer .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;
}

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

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

.SpecialOffer .gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

@media (min-width: 1900px) {
  .SpecialOffer .card-text {
    display: none !important;
  }
}
/*# sourceMappingURL=style2.css.map */