.main-color {
  color: #0090F8;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../../Fonts/open_sans/Open_Sans/static/OpenSans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "Raleway";
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Gelio-Fasolada";
  src: url(../../Fonts/gelio/Gelio-Fasolada.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway" !important;
  overflow-x: hidden !important;
}

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

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

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

.fade-right {
  animation: fade-right 0.7s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-two {
  animation: fade-two 1.2s ease-in-out;
}

@keyframes fade-two {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-115deg);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-left {
  animation: fade-left 3s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-right {
  animation: fade-right 3s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-left2 {
  animation: fade-left2 4s ease-in-out;
}

@keyframes fade-left2 {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-right2 {
  animation: fade-right2 4s ease-in-out;
}

@keyframes fade-right2 {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.modal-open .modal {
  z-index: 99999;
}

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

.displayy {
  display: flex !important;
  justify-content: center;
}

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .section-header {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

header {
  background-color: transparent;
  padding: 25px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  header section.menu-section {
    padding-left: unset;
    padding-right: unset;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  color: #fdfdfd !important;
  font-weight: 900;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 13px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #0090F8 !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  color: #0090F8 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #0090F8;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #0090F8;
  color: #fff;
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
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: 1.5;
}
header section.menu-section nav a.btn {
  background-color: #0090F8;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #0090F8;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
.index-hero {
  background-image: url(../../imgs/hero/bg/Gyromania-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

section.hero-section {
  padding: 50px 100px;
  color: #e2e2e2;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 50px 0;
  }
}
section.hero-section::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 105%;
  background-color: rgba(221, 221, 221, 0.6862745098);
  top: 5%;
  right: -52%;
  z-index: 1;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  section.hero-section::before {
    display: none;
  }
}
@media (max-width: 991px) {
  section.hero-section::before {
    padding: 50px 0;
  }
}
section.hero-section p {
  font-weight: bolder;
}
section.hero-section h2 {
  font-size: 50px;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  font-family: Gelio-Fasolada;
}
@media (max-width: 1440px) {
  section.hero-section h2 {
    font-size: 32px;
  }
}
section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #0090F8;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #0090F8;
  border-radius: 30px;
}
section.hero-section a.btn svg {
  fill: #fff;
}
section.hero-section .hero-img {
  width: 40%;
  position: relative;
  z-index: 2;
}
section.hero-section .slider-text {
  margin-top: 150px;
}
@media (max-width: 991px) {
  section.hero-section .slider-text {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.hero-section .slider-text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .inner-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide img {
    width: 70%;
    margin: auto;
  }
}
section.hero-section .swiper-slide .slider-text {
  width: 60%;
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide .slider-text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .slider-text {
    width: 100%;
  }
}
section.hero-section .swiper-slide-active .hero-img {
  animation: fade-right 1.5s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
section.hero-section .swiper-slide-active .slider-text {
  animation: fade-left 1.5s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.special {
  position: relative;
  padding: 50px;
}
@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}
.special h3 {
  font-family: CinzelSemiBold;
  font-size: 75px;
  color: #0090F8;
  text-transform: capitalize;
}
@media (max-width: 1300px) {
  .special h3 {
    font-size: 50px;
  }
}
.special .card {
  background-color: unset;
  margin-bottom: 20px;
  border-radius: 10px;
}
.special .card img {
  border-radius: 10px;
}
.special .card .card-content .info {
  background-color: #fdfdfd;
  display: inline-block;
  color: #0090F8;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px 20px 20px 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #0090F8;
}
.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #0090F8;
  padding: 0;
}
.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}
.special .chef-img {
  max-width: 80%;
  margin-top: 80px;
}
.special .special-offer-text {
  background-color: #0090F8;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 100px;
}
.special .special-offer-text p {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.specialoffer {
  background-image: url(../../imgs/hero/bg/Gyromania-Burger-speicalOffer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .specialoffer {
    background-attachment: unset;
    min-height: 400px;
  }
}

section.specialoffers {
  background-color: #ddd;
  background-image: linear-gradient(to bottom left, #e4e4e4, rgb(232, 232, 232));
  background-repeat: repeat-x;
  background-size: 400% 400%;
  animation: AnimationName 5s ease infinite;
  padding: 50px 0;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.specialoffers h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #0090F8;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Gelio-Fasolada;
}
@media (max-width: 1300px) {
  section.specialoffers h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  section.specialoffers h2 {
    font-size: 23px;
  }
}
section.specialoffers h2 a {
  color: #333;
}
section.specialoffers .offer-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 1px 1px 15px #777777;
  margin: 15px 5px;
  background-color: #fff;
}
section.specialoffers .offer-card img {
  border-radius: 10px;
  max-width: 100%;
  transition: ease-in-out 0.7s;
}
section.specialoffers .offer-card img:hover {
  transform: scale(1.1);
}

section.about-us {
  padding: 80px 0;
  position: relative;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 50px 0;
    text-align: center;
  }
}
section.about-us h3 {
  color: #0090F8;
  font-family: Gelio-Fasolada;
  font-size: 42px;
}
@media (max-width: 991px) {
  section.about-us h3 {
    margin-top: 50px;
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  section.about-us h3 {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  section.about-us h3 {
    font-size: 30px;
  }
}
section.about-us p {
  margin-top: 5px;
  max-width: 90%;
  text-align: justify;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 100%;
    display: flex;
    text-align: center;
  }
}
section.about-us img {
  max-width: 90%;
  display: flex;
  margin: auto;
  border-radius: 20px;
  transition: ease-in-out 0.7s;
}
@media (max-width: 991px) {
  section.about-us img {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
  }
}
section.about-us .inner-img {
  position: relative;
  transition: ease-in-out 0.7s;
}
section.about-us .inner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00398f;
  background-image: linear-gradient(to bottom left, #ff5e00, #002965, #ff0000);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  animation: AnimationName 5s ease infinite;
  top: 0%;
  left: 0%;
  z-index: -1;
  transform: rotate(-12deg);
  border-radius: 20px;
  transition: ease-in-out 0.7s;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 991px) {
  section.about-us .inner-img::before {
    left: 10%;
    width: 80%;
  }
}
section.about-us .inner-img:hover img {
  transform: scale(1.1);
}
section.about-us .inner-img:hover::before {
  transform: rotate(8deg);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #0090F8;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #0090F8;
  border-radius: 30px;
  margin-top: 20px;
  transition: ease-in-out 0.7s;
}
section.about-us a.btn svg {
  fill: #fff;
}
section.about-us a.btn:hover {
  background-color: #fff;
  border-color: #0090F8;
  color: #0090F8;
  transform: scale(1.1);
}
section.about-us a.btn:hover svg {
  fill: #0090F8;
}

section.peyment-method {
  padding: 10px 0;
}
section.peyment-method .methods-container {
  justify-content: space-evenly;
}
section.peyment-method .methods-container img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  position: relative;
  padding: 100px 50px;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 50px 0;
  }
}
section.dl-app .app-mockup {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.7490196078);
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content {
    margin-bottom: 40px;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3 {
  font-weight: bold;
  font-size: 36px;
  margin: 20px 0;
  color: #0090F8;
  font-family: Gelio-Fasolada;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
section.dl-app .dl-app-image {
  position: relative;
}
section.dl-app .dl-app-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333333;
  top: 5%;
  left: 0%;
  z-index: -1;
  transform: rotate(-8deg);
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.dl-app .dl-app-image::before {
    top: 0%;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #0090F8;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
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: #0090F8;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

.index-footer {
  background-image: url(../../imgs/footer/Gyromania-Beef-Sandwich.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

footer {
  color: #fff;
  padding: 80px 110px 0 110px;
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}
footer .footer-logo .shop-logo {
  width: 100px;
  background-color: #0090F8;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
}
footer .Opening {
  padding: 0;
}
footer .Opening li {
  padding: 3px;
  list-style: none;
}
footer .Opening li a {
  color: #fff;
}
footer .Opening li a:hover {
  color: #5d9cea;
  text-decoration: none;
}
footer .footer-header {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: bolder;
  font-family: Gelio-Fasolada;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #fff;
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
footer img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 140px;
    margin-left: 20px;
  }
}
footer h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fff;
}
@media (min-width: 768px) {
  footer h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  footer h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
footer .co-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 768px) {
  footer .co-info {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .co-info li {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
}

.foods-tags {
  padding: 0;
}
.foods-tags ul.foods-link {
  padding: 10px 0;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 7px 3px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li a {
  font-weight: bolder;
  font-size: 13px;
}
.foods-tags ul.foods-link li:hover {
  background-color: #fff;
}
.foods-tags ul.foods-link li:hover a {
  color: #0090F8;
  text-decoration: none;
}

.find-us {
  color: #000;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  .find-us {
    padding: 50px 0;
  }
}
.find-us a {
  color: #000;
}
.find-us svg {
  fill: #0090F8;
}
.find-us iframe {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3058823529);
  border-radius: 20px;
}
.find-us ul {
  list-style: none;
  padding: 0;
}
.find-us ul li {
  display: flex;
}
.find-us ul li img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.find-us h3 {
  font-family: Gelio-Fasolada;
}
.find-us #openinghour {
  width: 70%;
}
@media (max-width: 991px) {
  .find-us #openinghour {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .find-us {
    padding: 50px 0;
  }
}
.find-us h3 {
  color: #0090F8;
  font-family: Gelio-Fasolada;
}
@media (max-width: 768px) {
  .find-us h3 {
    font-size: 40px !important;
  }
}
.find-us p {
  font-size: 20px;
}
.find-us .inner-img {
  position: relative;
}
.find-us .inner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00398f;
  top: 5%;
  left: 0%;
  z-index: -1;
  transform: rotate(-8deg);
  border-radius: 20px;
}
.find-us a.btn {
  padding: 15px 35px;
  background-color: #0090F8;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #0090F8;
  border-radius: 30px;
  margin-top: 20px;
}
.find-us a.btn:hover {
  background-color: #fff;
  border-color: #0090F8;
  color: #0090F8;
}

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: 2px solid #dad0c4;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  background-color: #dad0c4;
  font-weight: 500;
}
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: 2px solid #dad0c4;
  background-color: #fff;
}
section.foods-link ul li:hover a {
  color: #dad0c4;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0090F8;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #0090F8;
  border: 1px dashed #0090F8;
  background-color: white;
  box-shadow: #dad0c4 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #0090F8;
  padding: 15px 0;
}
section.social-media .fa {
  font-size: 35px;
  color: #FEF605;
}
section.social-media .fa:hover {
  color: #fff;
}
section.social-media .card {
  background-color: transparent;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
section.social-media .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.7s;
}
section.social-media .card img {
  border-radius: 50%;
}
section.social-media h6 {
  font-size: 20px;
  font-weight: bolder;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

::-moz-selection {
  background-color: #0090F8;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  background: #0090F8;
  border-radius: 10px;
}

section.copyright {
  margin-top: 20px;
  color: rgb(255, 255, 255);
  z-index: 1;
  position: relative;
}
section.copyright .container {
  padding: 30px 0;
  border-top: 2px solid #0090F8;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link:hover {
  color: #dad0c4 !important;
}/*# sourceMappingURL=style2.css.map */