@font-face {
  font-family: ArchivoBlack;
  src: url(../../fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../fonts/Pacifico/Pacifico-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f0f7ff;
}

.footer {
  padding: 80px 0 70px 0;
  background-color: #fff;
  position: relative;
  color: #003979;
  text-align: center;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url(../../images/hero/Gino-Fish-and-Chips.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -30px;
  right: 0;
  z-index: 1;
  width: 450px;
  height: 250px;
  opacity: 0.7;
  transition: ease-in-out 0.7s;
}
@media (max-width: 991px) {
  .footer::before {
    opacity: 0.4;
    top: 0;
  }
}
@media (max-width: 768px) {
  .footer::before {
    width: 260px;
    height: 180px;
  }
}
.footer::after {
  position: absolute;
  content: "";
  background-image: url(../../images/hero/Gino-Fish-and-Chips-burger.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 150px;
  left: 0;
  z-index: 0;
  width: 300px;
  height: 160px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer::after {
    width: 170px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 60px 0;
  }
}
.footer h2 {
  color: #003979;
  text-align: center;
  font-size: 80px;
  font-family: Pacifico;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .footer h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .footer h2 {
    font-size: 40px;
  }
}
.footer .order-btn {
  background-color: #003979;
  border: 2px solid #003979;
  color: #fff;
  padding: 18px 50px;
  border-radius: 8px;
  margin-top: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 8;
}
.footer .order-btn:hover {
  text-decoration: none;
  color: #002da9;
  background-color: transparent;
  border: 2px solid #002da9;
}
.footer .dl-app {
  display: flex;
  justify-content: center;
}
.footer .dl-app a img {
  max-width: 120px;
}
.footer a.logo img {
  width: 200px;
  margin-bottom: 30px;
  z-index: 3;
  position: relative;
  border-radius: 20px;
}
.footer ul.useful_links li a {
  font-size: 20px;
}
.footer ul.privacy_links li a {
  font-size: 12px;
}
.footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .footer ul {
    flex-direction: column;
    text-align: center;
  }
}
.footer ul li {
  padding: 10px;
}
.footer ul li a {
  color: #003979;
}
.footer div.footer-links {
  padding-top: 40px;
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #0281EC;
}
.footer div.footer-links span {
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links li {
  font-family: ArchivoBlack;
}
.footer div.footer-links a {
  text-decoration: none;
  color: #fff;
}
.footer span.cp-text {
  color: #003979;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer p {
  font-size: 26px;
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 100px;
}

.wave {
  animation: wave linear;
  animation-iteration-count: infinite;
  fill: #003979;
  animation-direction: alternate;
  -webkit-animation: wave linear;
}

#wave2 {
  animation-duration: 45s;
  animation-direction: reverse;
  opacity: 1;
}

#wave3 {
  animation-duration: 30s;
  animation-direction: reverse;
  opacity: 1;
  fill: #0281EC;
}

@keyframes wave {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.review {
  background-color: #f0f7ff;
  padding: 0 60px 0 60px;
  text-align: center;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  margin-top: -60px;
}
@media (max-width: 991px) {
  section.review {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  section.review {
    margin-top: -20px;
  }
}
section.review h3 {
  color: #0281EC;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
  margin-top: 50px;
  font-family: Pacifico;
}
@media (max-width: 991px) {
  section.review h3 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  section.review h3 {
    font-size: 30px;
  }
}
section.review .swiper-wrapper {
  padding: 40px;
}
section.review .card {
  border: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  background-color: transparent;
}
section.review .card .review-text {
  border: 5px solid #edc00b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
section.review .card .review-text:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #edc00b;
  transform: translateX(-50%);
}
section.review .card .review-text span.review-title {
  font-family: ArchivoBlack;
  font-size: 16px;
}
section.review .card .review-text p.review-des {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 486px) {
  section.review .card .review-text p.review-des {
    font-size: 14px;
  }
}
section.review .card .review-text .stars {
  max-width: 130px;
  display: flex;
  margin: auto;
  justify-content: center;
}
section.review .card .card-img {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  margin: 20px auto;
}
section.review .card .card-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 80px;
}
section.review .swiper-slide {
  opacity: 0.4;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
}
section.review .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}

section.bestsellers {
  background-color: #fff;
  padding: 0 24px;
}
@media (max-width: 486px) {
  section.bestsellers {
    padding: 0;
  }
}
section.bestsellers h2 {
  color: #0281EC;
  font-weight: bold;
  font-size: 80px;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 991px) {
  section.bestsellers h2 {
    font-size: 56px;
  }
}
section.bestsellers div.cardtwo {
  background-image: url("../../images/favourites/Tempting-King-Ribs-Lemettis-Falkirk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  background-color: #003979;
  background-position: 50% 100%;
  margin-bottom: 24px;
}
section.bestsellers div.cardtwo h3 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
section.bestsellers div.cardtwo p {
  font-family: ArchivoBlack;
  text-align: center;
  padding: 10px;
  padding-top: 270px;
  color: #fff;
}
section.bestsellers div.cardtwo a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #0281EC;
  border-radius: 40px;
  color: #003979;
  text-decoration: none;
  padding: 18px 60px;
  margin-bottom: 20px;
  border: 1px solid #0281EC;
}
section.bestsellers div.cardtwo a.bestorder:hover {
  background-color: #003979;
  text-decoration: none;
  color: #0281EC;
}
section.bestsellers .card {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 32px;
  position: relative;
  border: 5px solid #fff;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #0281EC;
  font-size: 16px;
  perspective: 50em;
  box-shadow: 6px 6px 20px #a8a8a8;
}
section.bestsellers .card:hover img {
  transform: rotateX(90deg);
  opacity: 0;
}
section.bestsellers .card:hover .info {
  transform: rotateX(0deg);
  opacity: 1;
  transition-delay: 0.2s;
}
section.bestsellers .card * {
  box-sizing: border-box;
  transition: all 0.6s ease;
}
section.bestsellers .card img {
  opacity: 1;
  width: 100%;
  transform-origin: 50% 100%;
}
section.bestsellers .card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
  align-items: center;
}
section.bestsellers .card .info .card-body {
  text-align: center;
}
section.bestsellers .card .info .card-body h5 {
  color: #fff;
  font-size: 25px;
}
section.bestsellers .card .info .card-footer {
  background-color: #fff;
  text-align: center;
}
section.bestsellers .card .info .card-footer a {
  font-size: 20px;
  font-weight: 700;
  color: #003979;
}

section.hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  section.hero {
    position: relative;
  }
}
section.hero .menu-section {
  padding: 24px;
}
@media (max-width: 991px) {
  section.hero .menu-section {
    position: relative;
  }
}
section.hero .menu-section a.order-number {
  font-size: 20px;
  text-decoration: none;
  color: #0281EC;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #0281EC;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #0281EC;
  color: #003979;
}
section.hero .menu-section a.nav-link {
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
  text-align: center;
}
section.hero .menu-section a.nav-link:hover {
  color: #0281EC;
}
@media (max-width: 991px) {
  section.hero .menu-section a.nav-link {
    color: #0281EC;
  }
}
section.hero .menu-section img {
  width: 170px;
  border-radius: 20px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  section.hero .menu-section img {
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  section.hero .menu-section img {
    max-width: 170px;
  }
}
section.hero .menu-section a.menu-button {
  font-size: 20px;
  color: #0281EC;
  border-radius: 16px;
  text-decoration: none;
  background-color: #fff;
  padding: 16px 20px;
  font-family: Pacifico;
}
section.hero .menu-section a.menu-button:hover {
  background-color: #fff;
  color: #003979;
}
@media (max-width: 991px) {
  section.hero .menu-section a.menu-button {
    display: none;
  }
}
section.hero section.header-hero {
  padding: 130px 24px 0 24px;
}
@media (max-width: 1200px) {
  section.hero section.header-hero {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero {
    padding: 120px 0;
    margin-bottom: 0px;
  }
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
  font-size: 70px;
  font-family: Pacifico;
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
  }
}
section.hero section.header-hero .order-btn {
  background-color: #0281EC;
  border: 2px solid #0281EC;
  color: #fff;
  padding: 18px 40px;
  border-radius: 18px;
  margin-top: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Pacifico;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
section.hero section.header-hero .order-btn:hover {
  text-decoration: none;
  color: #0281EC;
  background-color: #fff;
  border: 2px solid #0281EC;
}

@media (max-width: 991px) {
  .index-hero {
    background-image: url(../../images/hero/Gino-Fish-and-Chips-crispy-fish-and-chips.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
  }
}

.hero_video {
  position: relative;
  max-width: 100%;
}
@media (max-width: 991px) {
  .hero_video {
    display: none;
  }
}

.hero_svg {
  margin-top: -290px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero_svg {
    margin-top: -260px;
  }
}
@media (min-width: 1440px) {
  .hero_svg {
    margin-top: -350px;
  }
}
@media (min-width: 1740px) {
  .hero_svg {
    margin-top: -386px;
  }
}
@media (max-width: 991px) {
  .hero_svg {
    display: none;
  }
}

section.contactus {
  background-color: #003979;
  color: #fff;
  padding-top: 80px;
}
section.contactus iframe {
  border-radius: 20px;
}
section.contactus .opening-hour-title {
  font-family: Pacifico;
}
section.contactus #openinghour .d-flex:nth-child(1) {
  position: relative;
}
section.contactus #openinghour .d-flex:nth-child(1)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 16px;
  height: 5px;
  top: 14px;
  left: -18px;
}
section.contactus #openinghour .d-flex {
  border-radius: 5px;
}
section.contactus #openinghour .d-flex:nth-child(odd) {
  background-color: #024692;
}
section.contactus span.opening-hour-title {
  font-size: 50px;
}

.contact_svg {
  margin-top: -20px;
}

section.about {
  padding: 40px 40px 0 0;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  text-align: left;
}
section.about .col-12 {
  padding-left: 0;
}
@media (max-width: 991px) {
  section.about .col-12 {
    padding: 10px;
  }
}
section.about img.about-img {
  border-radius: 0 50% 50% 0;
  border: 2px solid #fff;
  width: 100%;
  margin-top: -140px;
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  -o-border-radius: 0 50% 50% 0;
}
@media (max-width: 991px) {
  section.about img.about-img {
    margin: 10px 10px 10px 0;
  }
}
section.about h2 {
  text-align: left;
  color: #0281EC;
  font-weight: bold;
  font-size: 70px;
  text-align: left;
}
@media (max-width: 991px) {
  section.about h2 {
    font-size: 50px;
  }
}
@media (max-width: 486px) {
  section.about h2 {
    font-size: 40px;
  }
}
section.about img.about-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 486px) {
  section.about img.about-icon {
    width: 20%;
  }
}
section.about a {
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #0281EC;
  background-color: transparent;
  border: 2px solid #0281EC;
  transition: ease-in-out 0.7;
  font-weight: bolder;
}
section.about a svg {
  transition: ease-in-out 0.7;
  fill: #0281EC;
}
section.about a:hover {
  color: #fff;
  background-color: #edc00b;
  border-color: #edc00b;
  transition: ease-in-out 0.7;
}
section.about a:hover i {
  transform: rotate(180deg);
}
section.about a:hover svg {
  fill: #fff;
}

section.More_about {
  padding: 80px 40px;
  position: relative;
}
@media (max-width: 768px) {
  section.More_about {
    padding: 80px 10px;
  }
}
section.More_about h2 {
  font-size: 3.2rem;
  font-family: Pacifico;
  color: #0281EC;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  section.More_about h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  section.More_about h2 {
    font-size: 2.2rem;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  section.More_about h2 {
    font-size: 2rem;
  }
}
section.More_about p {
  font-size: 16px;
  color: #000;
  line-height: 2;
  max-width: 100%;
}
section.More_about p .checkmark {
  max-width: 50px;
}
section.More_about b {
  font-size: 25px;
  font-family: Pacifico;
}
section.More_about img.about_img {
  display: flex;
  width: 90%;
  position: sticky;
  top: 30px;
  margin: 10px auto;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
section.More_about a {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 16px;
  color: #0281EC;
  background-color: transparent;
  border: 2px solid #0281EC;
  transition: ease-in-out 0.7s;
}
section.More_about a svg {
  transition: ease-in-out 0.7s;
  fill: #0281EC;
}
section.More_about a:hover {
  color: #fff;
  background-color: #f77720;
  border-color: #f77720;
  transition: ease-in-out 0.7s;
}
section.More_about a:hover svg {
  transform: rotate(360deg);
  transition: ease-in-out 0.7s;
  fill: #fff;
}

section.delicious {
  padding-top: 50px;
  padding-bottom: 60px;
}
section.delicious h2 {
  color: #003979;
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}
@media (max-width: 486px) {
  section.delicious h2 {
    font-size: 40px;
  }
}
section.delicious div.halal-section div.delicious-content {
  display: fles;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.delicious div.halal-section div.delicious-content p {
  padding-top: 10px;
  color: #fff;
  font-family: ArchivoBlack;
  font-size: 20px;
  text-align: center;
}
section.delicious div.halal-section a.order-btn {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  color: #0281EC;
  background-color: #003979;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #003979;
  background-color: #0281EC;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

.special-items {
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  margin-top: -100px;
  padding: 80px 0;
  background-color: #003979;
}
@media (max-width: 991px) {
  .special-items {
    padding: 40px 0;
  }
}
.special-items h2 {
  color: #fff;
  font-size: 3rem;
  padding-top: 40px;
  font-family: Pacifico;
}
@media (max-width: 991px) {
  .special-items h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .special-items h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.special-items .menu-card {
  backdrop-filter: blur(6 px);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 0.3px solid #0281EC;
}
.special-items .menu-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}
.special-items .menu-card::before,
.special-items .menu-card::after {
  content: "";
  position: absolute;
  width: 8px; /* Thickness of the vertical line */
  height: 30%; /* Length of the line */
  background: #0281EC; /* Color of the line */
}
.special-items .menu-card::before {
  top: 0;
  left: 0;
}
.special-items .menu-card::after {
  bottom: 0;
  right: 0;
}
.special-items .section-title {
  margin-bottom: 4%;
}
.special-items .section-title h3 {
  font-size: 3.2rem;
  margin: auto;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .special-items .section-title h3 {
    margin-bottom: 12%;
  }
}
@media (max-width: 900px) {
  .special-items .section-title h3 {
    margin-bottom: 1%;
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
.special-items .section-subtitle {
  font-size: 1rem;
  color: #000;
  margin-bottom: 2rem;
}
.special-items svg {
  width: 500px;
  height: 50px;
}
@media (max-width: 1200px) {
  .special-items svg {
    height: auto;
    width: 100%;
  }
}
.special-items .card {
  transition: transform 0.3s ease;
}
.special-items .card:hover {
  transform: translateY(-5px);
}
.special-items .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.special-items .card .card-body .card-title {
  color: #0281EC;
  margin-bottom: 0.5rem;
}
.special-items .card .card-body .card-text {
  color: #000;
  font-size: 0.9rem;
}
.special-items .card .card-body .price {
  color: #0281EC;
  font-size: 1.1rem;
  font-weight: 600;
}
.special-items .card .card-body .btn-danger {
  background-color: #0281EC;
  border: none;
}
.special-items .card .card-body .btn-danger:hover {
  background-color: rgb(1.5714285714, 101.3571428571, 185.4285714286);
}
.special-items .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
}
.special-items .card {
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 16px;
}
.special-items .card .img-parent {
  overflow: hidden;
  position: relative;
}
.special-items .card .img-parent img {
  border-radius: 16px;
  opacity: 1;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.special-items .card .img-parent img:hover {
  transform: scale(1.05);
}
.special-items .card .order-btn {
  background: linear-gradient(60deg, rgb(1.8714285714, 120.7071428571, 220.8285714286), rgb(25.7428571429, 149.1142857143, 253.0571428571), rgb(1.8714285714, 120.7071428571, 220.8285714286), #0281EC);
  border-radius: 8px;
  padding: 16px 30px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 8px;
  transition: ease-in-out 0.7s;
  border: 2px solid #0281EC;
  width: 100%;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.special-items .card .order-btn i {
  color: #fff;
}
.special-items .card .order-btn span {
  display: flex;
  align-items: center;
  text-align: center;
  transition: ease-in-out 0.7s;
}
.special-items .card .order-btn span.btn-text {
  width: 100%;
  visibility: visible;
  transition: ease-in-out 0.7s;
  justify-content: space-between;
}
.special-items .card .order-btn i {
  margin-left: 3px;
}
.special-items .card:hover .order-btn {
  transition: ease-in-out 0.7s;
}
.special-items .swiper-slide-shadow-left,
.special-items .swiper-slide-shadow-right {
  border-radius: 16px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #003979;
  box-shadow: #0281EC 0px 7px 29px 0px;
}
#myBtn:hover {
  border: 3px solid #003979;
  background-color: #fff;
  color: #003979;
}/*# sourceMappingURL=style2.css.map */