.main-color {
  color: #0d2c8f;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins;
  padding: 32px;
  background-color: #21a5de;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  body {
    padding: 16px;
  }
}
@media (max-width: 380px) {
  body {
    padding: 8px;
  }
}
body main {
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(../../imgs/main/greeek.jpg);
}

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-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: grey;
}

a:hover {
  text-decoration: none;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@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;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

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

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

header {
  background-image: linear-gradient(to top right, rgb(232, 232, 232), #b9eaff);
  background-color: #fff;
  padding: 20px 0;
  top: 0;
  box-shadow: 0 0 10px #0d2c8f;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 100px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 80px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bolder;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(2, 0, 46, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  justify-content: center;
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: absolute;
  font-size: 20px;
  top: 0%;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #0d2c8f;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  transition: ease-in-out 0.4s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #23A4DD;
  color: #23A4DD !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #23A4DD !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #23A4DD;
  color: #23A4DD !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link svg {
  fill: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #0d2c8f;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #0d2c8f;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

/* section hero */
section.hero-section {
  margin-top: 24px;
  background-image: linear-gradient(to top left, #b9eaff, rgb(232, 232, 232));
  padding: 32px;
}
@media (max-width: 767px) {
  section.hero-section {
    padding: 8px;
    margin: 8px;
  }
}
section.hero-section .order-now {
  color: #000;
  padding: 20px;
  flex-direction: column;
  margin: 0;
  display: flex;
  text-align: left;
}
@media (max-width: 767px) {
  section.hero-section .order-now {
    top: 10%;
    padding: 10px;
  }
}
section.hero-section .order-now h2 {
  font-family: ArchivoBlack;
  font-size: 65px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0d2c8f;
}
@media (max-width: 991px) {
  section.hero-section .order-now h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  section.hero-section .order-now h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.hero-section .order-now h2 {
    font-size: 30px;
  }
}
section.hero-section .order-now p {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  text-shadow: 0 0 10px #c2c2c2;
}
@media (max-width: 768px) {
  section.hero-section .order-now p {
    max-width: 100%;
  }
}
section.hero-section .order-now a {
  background-color: #0d2c8f;
  border-radius: 5px !important;
  color: #fff;
  padding: 15px 35px;
  font-weight: bolder;
  text-transform: capitalize;
  display: flex;
  margin: 0;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 2px solid #0d2c8f;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.hero-section .order-now a:hover {
  color: #0d2c8f;
  border-color: #0d2c8f;
  background-color: transparent !important;
}
section.hero-section .swiper {
  background-color: #000;
}
section.hero-section video {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.deals {
  margin: 40px 32px;
  padding: 40px 16px;
  background-color: rgb(255, 255, 255);
  display: flex;
  position: relative;
  background: url(../../imgs/deals/Attica-Greek-Taverna-Dunfermline.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 768px) {
  .deals {
    margin: 16px;
    padding: 16px 0;
  }
}
.deals #animate_right {
  position: absolute;
  z-index: 99;
  left: 80px;
  display: flex;
  margin: auto;
}
.deals #animate_left {
  position: absolute;
  z-index: 99;
  display: flex;
  margin: auto;
  right: 80px;
}
.deals img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 400px;
  border: 2px solid #fff;
}
.deals h3 {
  color: #fff;
  display: flex;
  font-family: ArchivoBlack;
  font-size: 3rem;
  font-weight: bolder;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 40px #000;
  margin: 24px auto;
}
@media (max-width: 991px) {
  .deals h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deals h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .deals h3 {
    font-size: 1.1rem;
  }
}
.deals h3 img {
  max-width: 130px;
}
.deals .deals-mobile-view {
  display: none;
}
@media (max-width: 1200px) {
  .deals .deals-mobile-view {
    display: flex;
    justify-content: center;
  }
  .deals .deals-mobile-view img {
    max-width: 30%;
    margin: 5px;
  }
}

section.more-about-us-section {
  color: #000;
  padding: 70px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 20px 0 0 0;
  }
}
section.more-about-us-section .about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 768px) {
  section.more-about-us-section .about-inner {
    padding: 5px;
  }
}
section.more-about-us-section .main-header {
  margin-bottom: 0;
  color: #0d2c8f;
}
section.more-about-us-section .more-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.more-about-us-section .more-imgs img {
  border-radius: 15px;
  max-width: 100%;
  margin: 20px;
}
section.more-about-us-section .about-img {
  max-width: 70%;
  border-radius: 15px;
}
section.more-about-us-section p {
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  section.more-about-us-section p {
    font-size: 13px;
  }
}

.openinghour {
  margin: 40px 32px;
}
@media (max-width: 991px) {
  .openinghour {
    margin: 0;
  }
}
.openinghour .card {
  background-color: #0d2c8f;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .openinghour .card {
    padding: 16px;
  }
}
.openinghour #openinghour {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 576px) {
  .openinghour #openinghour h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .openinghour #openinghour h3 {
    font-size: 16px;
  }
}
.openinghour #openinghour img {
  max-width: 60px;
}

section.special {
  margin: 36px 32px;
  padding: 40px 100px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  section.special {
    padding: 16px 0;
    margin: 16px;
  }
}
section.special h2 {
  font-size: 3rem;
  font-weight: bolder;
  color: #0d2c8f;
  text-transform: capitalize;
  font-family: ArchivoBlack;
  color: #0d2c8f;
  text-align: center;
}
@media (max-width: 1300px) {
  section.special h2 {
    font-size: 35px;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.special h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.special h2 {
    font-size: 32px;
  }
}
section.special h2 img {
  max-width: 75px;
  margin-bottom: 0px;
  margin-right: -10px;
  transform: rotate(-13deg);
}
@media (max-width: 1300px) {
  section.special h2 img {
    max-width: 55px;
    margin-right: 10px;
  }
}
section.special h2 a {
  color: #333;
}
section.special p {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 576px) {
  section.special p {
    font-size: 15px;
  }
}
section.special .offer-card {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 15px 5px;
  background-color: #fff;
  transition: ease-in-out 0.7s;
}
section.special .offer-card:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
section.special .offer-card img {
  max-width: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}
section.special .offer-card button {
  background-color: #0d2c8f;
  outline: none;
  border: none;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
section.special .offer-card button span {
  font-size: 20px;
  font-weight: bold;
}

section.about-us {
  padding: 80px 0;
  background-color: #21a5de;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 16px 0;
    margin: 16px;
  }
}
section.about-us .hygiene {
  margin-bottom: 0;
  position: absolute;
  bottom: 10%;
  left: 0%;
  opacity: 0.2;
  z-index: 0;
}
section.about-us .hygiene img {
  width: 300px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 991px) {
  section.about-us .hygiene img {
    width: 200px;
  }
}
section.about-us .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.about-us .inner-content h2 {
  margin: 0 0 24px 0;
  font-family: ArchivoBlack;
  font-size: 2.5rem;
  font-weight: bolder;
  align-items: center;
}
@media (max-width: 1200px) {
  section.about-us .inner-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  section.about-us .inner-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.about-us .inner-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.about-us .inner-content h2 {
    font-size: 22px;
  }
}
section.about-us .inner-content h2 img {
  width: 40px;
}
@media (max-width: 991px) {
  section.about-us .inner-content h2 img {
    width: 24px;
  }
}
section.about-us .inner-content p {
  font-size: 18px;
}
@media (max-width: 991px) {
  section.about-us .inner-content p {
    font-size: 15px;
  }
}
section.about-us .order-now {
  background-color: #fff;
  border-radius: 5px !important;
  color: #0d2c8f;
  padding: 15px 45px;
  font-weight: 800;
  text-transform: capitalize;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
  border: 2px solid #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  section.about-us .order-now {
    padding: 8px 24px;
  }
}
section.about-us .order-now:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent !important;
}

section.peyment-method {
  background-color: #ffffff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  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 {
  background-image: linear-gradient(to top left, #b9eaff, rgb(232, 232, 232));
  padding: 30px 0;
  margin: 40px 0;
}
section.dl-app img.dl-app-link {
  width: 200px;
  margin: 0 10px 0 0;
}
section.dl-app a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app h3 {
  color: #0d2c8f;
  margin-top: 24px;
  font-family: ArchivoBlack;
  font-size: 2.7rem;
  font-weight: bolder;
  align-items: center;
}
@media (max-width: 991px) {
  section.dl-app h3 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.dl-app h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  section.dl-app h3 {
    font-size: 23px;
  }
}
section.dl-app img {
  max-width: 100%;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .comment-section .fa {
  font-size: 30px;
  color: #ccc;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #0d2c8f;
  margin-bottom: 9px;
  font-size: 16px;
  color: #0d2c8f;
}

.short-info {
  background-color: #1b2024;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .short-info {
    padding: 40px 0;
  }
}
.short-info h2 a {
  color: #fff;
}
@media (max-width: 480px) {
  .short-info h2 {
    font-size: 25px;
  }
}
@media (max-width: 300px) {
  .short-info h2 {
    font-size: 20px;
  }
}

/* footer */
footer {
  background-image: linear-gradient(to top left, #b9eaff, rgb(232, 232, 232));
  padding: 60px 0;
  margin: 40px 32px;
  color: #000;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
    margin: 16px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
footer .footer-logo {
  display: flex;
  margin-bottom: 24px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  footer .footer-logo {
    text-align: center;
    justify-content: center;
    margin: auto;
  }
}
footer .footer-logo img {
  width: 110px;
}
footer p {
  font-size: 17px;
  font-weight: bolder;
}
footer ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  list-style: inside;
  list-style-type: square;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
    margin-bottom: 16px;
    list-style: none;
  }
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}
footer h4 {
  font-family: ArchivoBlack;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  footer h4 {
    text-align: center;
  }
}

.foods-tags {
  padding-top: 30px;
  padding: 10px;
  display: flex;
}
.foods-tags li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
}
.foods-tags li a,
.foods-tags li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags li a:hover,
.foods-tags li span:hover {
  text-decoration: none;
}
.foods-tags li:hover {
  border: 1px solid #0d2c8f;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #0d2c8f;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #0d2c8f;
  border: 1px solid #0d2c8f;
  background-color: white;
  box-shadow: grey 0px 7px 29px 0px;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #0d2c8f;
}
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: #0d2c8f;
  color: white;
}
::selection {
  background-color: #0d2c8f;
  color: white;
}

::-moz-selection {
  background-color: #0d2c8f;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  background: #0d2c8f;
  border-radius: 10px;
}

.copyright-inner {
  display: flex;
  justify-content: start;
}
@media (max-width: 576px) {
  .copyright-inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.copyright-inner .cp-text {
  color: #000;
  font-weight: bold;
}
@media (max-width: 576px) {
  .copyright-inner .cp-text {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}
.copyright-inner a.mealzo-link img {
  max-width: 210px !important;
}/*# sourceMappingURL=style2.css.map */