.main-color {
  color: #044795;
}

@font-face {
  font-family: Gelio;
  src: url(../../Fonts/SofiaRough/Sofia-Rough-BlackTwo.otf);
}
@font-face {
  font-family: "Raleway";
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}
@font-face {
  font-family: Gelio;
  src: url(../../Fonts/gelio/Gelio-Fasolada.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway" !important;
  overflow-x: hidden !important;
  position: relative;
}
body .body-wrapper {
  background-color: #6aadfb;
}
@media (max-width: 1440px) {
  body .body-wrapper {
    padding: 0;
  }
}
body .columns {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 999;
}
@media (max-width: 1440px) {
  body .columns {
    height: 170px;
    position: absolute;
  }
}
body .column-right {
  right: 1px;
}
body .column-left {
  left: 1px;
}
body main {
  background-image: url(../../imgs/main/Just-Greek-pattern.jpg);
  background-repeat: repeat;
  min-height: 100vh;
  background-attachment: fixed;
}

.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.jpg);
  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.jpg);
  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.8s ease-in-out;
  -webkit-animation: fade-left 0.8s 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 0.8s ease-in-out;
  -webkit-animation: fade-right 0.8s 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;
  }
}
.reveal.active .fade-right {
  animation: fade-right 3s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-left2 {
  animation: fade-left2 4s ease-in-out;
}
@keyframes fade-left2 {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .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: #fff;
  padding: 0 30px 0 50px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom left, #80b9ff, rgb(232, 232, 232));
}
@media (max-width: 1440px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1440px) {
  header .shop-logo {
    max-width: 105px;
  }
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  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: 1200px) {
  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: #044795 !important;
  font-weight: bolder;
}
@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: #044795 !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  color: #044795 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #044795;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #044795;
  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: #044795;
}
header section.menu-section nav .navbar-toggler {
  color: #044795;
  border-color: transparent;
  line-height: 1.5;
}
header section.menu-section nav a.btn {
  background-color: #044795;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-start;
}
header section.menu-section .order-btn {
  text-align: center !important;
  margin: 5px 5px 5px 280px;
  padding: 1px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 3px solid #044795;
  border-radius: 40px;
}
@media (max-width: 576px) {
  header section.menu-section .order-btn {
    margin: 10px auto !important;
  }
}
header section.menu-section .order-btn .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #044795;
  font-weight: bold;
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
}
header section.menu-section .order-btn .nav-link svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  fill: #fff;
}
header section.menu-section .order-btn .nav-link:hover, header section.menu-section .order-btn .nav-link:focus {
  background-color: #032f63;
  color: #fff !important;
}
header section.menu-section .order-btn .dropdown-menu {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
header section.menu-section .order-btn .dropdown-menu .dropdown-item {
  padding: 10px 20px;
}
header section.menu-section .order-btn .dropdown-menu .dropdown-item:hover {
  background-color: #044795;
  color: #fff;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #044795;
  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 {
  overflow: hidden;
}

.main-text {
  padding: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .main-text {
    font-size: 16px;
  }
}

section.hero-section {
  margin: 0px;
  padding: 0px 80px;
  background-color: #fff;
  position: relative;
  color: #044795;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 50px 0;
  }
}
section.hero-section p {
  text-align: left;
  font-weight: bolder;
  color: #202020;
}
@media (max-width: 576px) {
  section.hero-section p {
    text-align: center !important;
  }
}
section.hero-section h2 {
  text-align: left;
  font-size: 50px;
  font-weight: bolder;
  text-transform: capitalize;
  font-family: Gelio;
  color: #044795;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 1440px) {
  section.hero-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.hero-section h2 {
    text-align: center !important;
  }
}
section.hero-section a.btn {
  margin: 5px;
  border: 3px solid #044795;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 1px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  section.hero-section a.btn {
    margin: 10px auto !important;
  }
}
section.hero-section a.btn span {
  padding: 12px 30px;
  background-color: #044795;
  font-weight: bolder;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
section.hero-section a.btn span img {
  max-width: 20px;
}
section.hero-section a.btn svg {
  fill: #fff;
}
section.hero-section .slider-img {
  padding: 10px 10px 10px 30px;
  position: relative;
  overflow-x: hidden;
  aspect-ratio: 1/1;
}
section.hero-section .slider-img::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
section.hero-section .slider-img .hero-img {
  margin-top: 100px;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
section.hero-section .swiper {
  padding: 0;
  margin: 0;
}
section.hero-section .swiper-slide .inner-content {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .inner-content {
    display: flex;
    flex-direction: column;
  }
}
section.hero-section .swiper-slide img {
  position: relative;
}
@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;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .slider-text {
    justify-content: center;
  }
  section.hero-section .swiper-slide .slider-text a {
    margin: auto;
  }
}
section.hero-section .swiper-slide .slider-text,
section.hero-section .swiper-slide .slider-img {
  width: 50%;
  align-items: center;
  margin: auto;
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide .slider-text,
  section.hero-section .swiper-slide .slider-img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .slider-text,
  section.hero-section .swiper-slide .slider-img {
    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;
  }
}

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

.more-about {
  color: #fff;
  padding: 80px 80px;
  background-color: rgba(4, 72, 149, 0.8980392157);
}
@media (max-width: 991px) {
  .more-about {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .more-about {
    padding: 40px 10px;
  }
}
.more-about .shop-image {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
}
.more-about .shop-image video {
  max-width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.more-about h3 {
  font-weight: bolder;
  text-transform: capitalize;
  font-family: Gelio;
  color: #fff;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .more-about h3 {
    font-size: 1.3rem;
  }
}
.more-about h3 img {
  max-width: 75px;
  margin-left: -50px;
  margin-bottom: 0px;
  transform: rotate(-13deg);
}
@media (max-width: 1300px) {
  .more-about h3 img {
    max-width: 55px;
    margin-right: 10px;
  }
}
.more-about .omore-about-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto 40px;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.more-about .omore-about-wrapper .d-flex {
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.more-about .omore-about-wrapper .d-flex p {
  font-size: 20px;
  font-weight: bolder;
}
.more-about .omore-about-wrapper .d-flex:nth-child(even) {
  background-color: #d2e6ff;
}
.more-about a.btn {
  margin: 30px 5px;
  border: 3px solid #9cc8fc;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 1px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .more-about a.btn {
    margin: 10px auto !important;
  }
}
.more-about a.btn span {
  padding: 12px 30px;
  background-color: #9cc8fc;
  font-weight: bolder;
  color: #044795;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.more-about a.btn span img {
  max-width: 20px;
}
.more-about a.btn svg {
  fill: #fff;
}

section.special {
  padding: 40px 50px;
  background-color: #ddd;
  background-image: linear-gradient(to bottom left, #a9d0ff, rgb(232, 232, 232));
}
@media (max-width: 1200px) {
  section.special {
    padding: 40px 10px;
  }
}
section.special h2 {
  font-size: 35px;
  font-weight: bolder;
  color: #044795;
  text-transform: capitalize;
  font-family: Gelio;
  color: #044795;
  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: 25px;
  }
}
section.special h2 img {
  max-width: 75px;
  margin-left: -40px;
  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 .nav-tabs {
  margin: 30px 0px;
}
section.special .nav-tabs .nav-link {
  margin: 5px;
  border: 1.5px solid #044795;
  font-weight: 900;
  color: #044795;
}
section.special .nav-tabs .nav-link.active {
  background-color: #044795;
  color: #fff;
}
section.special p {
  text-align: center;
  font-size: 18px;
}
section.special .offer-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 15px 5px;
  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 {
  border-radius: 20px;
  box-shadow: 1px 1px 15px #777777;
  height: 400px;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
section.special .offer-card button {
  background-color: #044795;
  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: 40px 100px;
  background-color: rgba(4, 72, 149, 0.8980392157);
  position: relative;
  overflow-x: hidden;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 50px 0;
    text-align: center;
  }
}
section.about-us #animate-right {
  position: absolute;
  z-index: 99;
  right: 0px;
}
section.about-us #animate-left {
  position: absolute;
  z-index: 99;
  left: 0px;
}
section.about-us h3 {
  color: #fff;
  font-size: 60px;
  font-weight: bolder;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  font-family: Gelio;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
@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 h3 img {
  max-width: 130px;
}
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: 450px;
  display: flex;
  margin: auto;
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #044795;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #044795;
  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: #044795;
  color: #044795;
  transform: scale(1.1);
}
section.about-us a.btn:hover svg {
  fill: #044795;
}
@media only screen and (max-width: 991px) {
  section.about-us * {
    animation: none !important;
  }
}

section.deals {
  background-color: rgba(4, 72, 149, 0.8980392157);
  padding: 40px;
}
section.deals h3 {
  color: #fff;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 60px;
  font-weight: bolder;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  font-family: Gelio;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 30px auto;
}
@media (max-width: 991px) {
  section.deals h3 {
    margin-top: 50px;
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  section.deals h3 {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  section.deals h3 {
    font-size: 30px;
  }
}
section.deals h3 img {
  max-width: 130px;
}
section.deals img {
  max-width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

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: 40px 100px;
  background-image: linear-gradient(to bottom left, #80b9ff, rgb(232, 232, 232));
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 50px 0;
  }
}
section.dl-app .app-mockup {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  width: 100%;
  margin: auto;
  transition: app-animation ease-in-out 0.7;
}
@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: 200px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3 {
  font-weight: bolder;
  font-size: 35px;
  margin: 20px 0;
  font-family: Gelio;
  color: #044795;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    font-size: 21px;
  }
}
@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: #044795;
  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: #044795;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

.index-footer {
  background-image: linear-gradient(to bottom, transparent, #044795, #044795);
  position: relative;
  overflow: hidden;
}

footer {
  color: #fff;
  padding: 80px 110px 0 110px;
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}
footer .dl-app-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  footer img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  footer img {
    width: 150px;
  }
}
footer .shop-logo {
  width: 200px;
  -webkit-backdrop-filter: 10px;
          backdrop-filter: 10px;
  border-radius: 25px;
  margin: auto;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  footer .shop-logo {
    width: 150px;
  }
}
footer .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 80px;
  background-image: url(../../imgs/footer/footer-card-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
footer ul {
  list-style: none;
  border: none;
  margin: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
footer ul li {
  margin-top: 8px;
}
footer ul li h6 {
  background-color: rgba(230, 241, 254, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: -100px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: -16px;
  font-size: 2rem;
  color: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-family: AskanSlimBlack;
  text-transform: capitalize;
  margin-bottom: 24px;
}
footer ul li span {
  font-size: 16px;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #fff;
  font-size: 1rem;
}
footer svg {
  fill: #fff;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}
footer p {
  color: #fff;
}
footer .Opening {
  list-style: none;
  padding: 0;
  text-align: center;
}
footer .Opening li {
  align-items: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 2px solid #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
footer .Opening li a {
  color: #fff;
}
footer .Opening li a:hover {
  color: #5d9cea;
  text-decoration: none;
}
footer .Opening li p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  footer .Opening li p {
    font-size: 14px;
  }
}
footer .Opening li img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
footer .footer-header {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer a {
  color: #000;
}
footer svg {
  fill: #fff;
}
footer iframe {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3058823529);
  border-radius: 20px;
  width: 90%;
  display: flex;
  margin: auto;
}
footer #openinghour {
  width: 70%;
}
@media (max-width: 991px) {
  footer #openinghour {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}
footer h3 {
  color: #044795;
  text-transform: capitalize;
  font-family: Gelio;
}
@media (max-width: 768px) {
  footer h3 {
    font-size: 40px !important;
  }
}
footer p {
  font-size: 20px;
}
footer a.btn {
  padding: 15px 35px;
  background-color: #044795;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #044795;
  border-radius: 30px;
  margin-top: 20px;
}
footer a.btn:hover {
  background-color: #fff;
  border-color: #044795;
  color: #044795;
}

.foods-tags {
  padding: 0;
}
.foods-tags ul {
  padding: 10px 0;
  display: flex;
  margin-bottom: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6196078431);
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  padding: 5px 10px;
  margin: 7px 3px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .foods-tags ul li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul li a {
  text-decoration: none;
  font-weight: bolder;
  color: #044795;
  font-size: 13px;
}
.foods-tags ul li:hover {
  background-color: rgba(255, 255, 255, 0.862745098);
}
.foods-tags ul li:hover a {
  text-decoration: none;
}

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

section.social-media {
  color: #fff;
  background-color: #044795;
  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: #dad0c4;
  color: white;
}
::selection {
  background-color: #dad0c4;
  color: white;
}

::-moz-selection {
  background-color: #dad0c4;
  color: white;
}

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

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

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