@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #d3c4c4;
}

html {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

@media (min-width: 1440px) {
  #tranding {
    zoom:0.8 ;
  }
}

/*@media (min-width: 2560px) {
  html {
    zoom: ;
  }
}

@media (min-width: 3860px) {
  html {
    zoom: ;
  }
}*/

::-webkit-scrollbar {
  width: 0.9rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background: #bb0000;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #4f0000;
}

::-webkit-scrollbar-track {
  background: #c13939;
}

body {
  font-size: 1.6rem;
  background: var(--bg);
  background: url('./Assets/shopping\ wallpaper.avif');
}

/*NAVIGATION*/

.navbar {
    display: flex;
    padding: 20px;
    margin: 0;
    text-align: right;
    position:fixed;
    top: 5px;
    width: 100%;
    height: 70px;
    z-index: 1000;
    justify-content:right;
    justify-content: space-between;
    align-items:center;
    background-color: rgba(247, 0, 0, 0.256); 
    backdrop-filter: blur(10px); 
    border-radius: 20rem;
    outline: invert 1px;
}
    
nav ul {
    display: inline-block;
    list-style-type: none;
}
nav ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
#MenuItems a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    align-self:auto;
    position: relative;
    bottom: px;
    /*border-right: 2px solid rgb(225, 171, 171);*/
    padding-right:5px ;
}

a {
    text-decoration: none;
    color: #555;
    font-size: 1.5rem;
}

#MenuItems li a:hover {
  color: #001ee0;
  font-weight: bolder;
}

#MenuItems li a:active {
  color: #08ae03;
  font-weight: bolder;
}

#MenuItems li a:focus {
  color: #014f4a;
  font-weight: bolder;
}


.subscribe-btn{
    display: inline-block;
    background-color: rgba(244, 0, 0, 0.327); 
    backdrop-filter: blur(10px); 
    color:#fff;
    padding:8px 30px;
    margin-right:30px 0;
    border-radius: 30px;
    outline: none;
    color:#fff;
    transition: background 0.5s;
    cursor: pointer;
    font-size: 1rem;
}

.subscribe-btn:hover {
    background: #252525;
    border: 1px solid red;
}

.submit {
  display: inline-block;
  background-color: rgba(244, 0, 0, 0.922); 
    color:#fff;
    padding:8px 30px;
    border-radius: 30px;
    outline: none;
    color:#fff;
    transition: background 0.5s;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 15px;
}

.submit:hover {
  background: #252525;
  border: 1px solid red;
}

.dialog1 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(254, 253, 253, 0.463);  
  backdrop-filter: blur(10px); 
  color: #0a0a0a;
  border-radius: 2rem;
  outline: outset;
  padding: 20px;
  z-index: 1000;
}

.dialog-content {
  text-align: center;
}

.sub-header {
  color: #001ee0;
}


#email-input {
  width: 400px;
  height: 2rem;
  color: #ffffff;
  font-size: large;
  margin-top: 20px;
  border-radius: 2rem;
}

#email-input:focus {
  background-color: #181155;
  border: 2px solid green;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0 10px;
  outline: outset;
  border-radius: 50%;
  background: rgb(113, 2, 2);
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  zoom: 1.1;
}

.cart {
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    height: 30px;
    width: 40px ;
}

.word-span {
    font-size: 7rem;
    position: relative;
}

/*HAMBURGER MENU*/
#hamburger-nav {
  display:none;
}

.hamburber-menu {
  position:relative;
  display: inline-block;
}
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position:relative;
  left:90px;
  top: 11px;

}

.hamburger-icon span {
  width: 100%;
  height: 5px;
  background-color:rgb(255, 247, 0);;
  transition: all 0.3 ease-in-out;
  position: relative;
  left:180px;
  z-index: 9999;
}
.menu-links {
  position: absolute;
  top:100%;
  right: 10px;
  background-color:rgb(172, 8, 8);
  opacity: 90%;
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.9 ease-in-out;
  border-radius: 1rem;
  z-index: 1000;
}

.menu-links a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color:rgb(255, 255, 255);
  text-decoration: none;
  transition:all 0.9 ease-in-out;
  border: 1px solid grey;
}
.menu-links li {
  list-style: none;
}
.menu-links.open {
  max-height: 300px;
}
.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}
.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}
.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}
.hamburber-icon span:first-child {
  transform: none;
}
.hamburber-icon span:first-child {
  opacity: 1;
}
.hamburber-icon span:first-child {
  transform: none;
}

/*logo*/

.logo-img {
    width:4rem;
    height: 4rem;
    position: relative;
    margin-right: auto
}

.logo-words {
    font-family: sirenik;
    font-size: 2rem;
    position:relative;
    margin-right:auto;
    right:12%;
    color: #ffffff;

}

/* HEADER SECTION*/

.header {
    background:#d86e6e;
    width: 100%;
    height:100vh;
}

.background-clip {
    position: absolute;
    width:100% ;
    overflow: hidden;
    padding: 0;
    filter: contrast(100%) brightness(70%) ;
}

.banner-words {
    padding: 0;
    position: relative;
    top:70px;
    left:10px;
}

p {
    color: #555;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 1;
}
.col-1 {
    flex-basis: 50%;
    min-width:300px;
    position: relative;
    top: 0;
}
.col-1 > h1 {
    font-size: 4em;
    font-family: 'Times New Roman', Times, serif;
    width: fit-content;
   /* color: rgba(238, 54, 9, 0.616);*/
   color: #ffffff;
    mix-blend-mode: difference;
}


/*BUTTONS*/

.explore-btn {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(244, 0, 0, 0.547); 
    backdrop-filter: blur(10px); 
    background: #b31703;
    color:#fff;
    font-size: 1.5rem;
    padding:8px 30px;
    margin:30px 0;
    border-radius: 30px;
    transition: background 0.5s;
    outline: none;
    position: relative;
    left:90px;
    z-index: 1;
    top: 70px;
}

.explore-btn:hover {
    background: #252525;
    border: 1px solid red;
}

.explore-btn:active {
    /*border:5px solid rgb(8, 184, 8);*/
    box-shadow: 2px 5px 2px rgb(221, 0, 0);
}

.shop-btn {
  cursor: pointer;
  display: none;
  background-color: rgba(244, 0, 0, 0.245); 
  backdrop-filter: blur(10px); 
  background: #b31803af;
  color:#fff;
  font-size: 1rem;
  padding:5px 15px;
  margin-top:0;
  border-radius: 30px;
  transition: background 0.5s;
  outline: none;
  position: relative;
  top: 50px;
  z-index: 1;
}

.shop-btn:hover {
  background: #252525;
  border: 1px solid red;
}

.shop-btn:active {
  /*border:5px solid rgb(8, 184, 8);*/
  box-shadow: 2px 5px 2px rgb(221, 0, 0);
}

.btn {
    display: inline-block;
    background: #b31703;
    color:#fff;
    padding:8px 30px;
    margin:30px 0;
    border-radius: 30px;
    transition: background 0.5s;
    outline: none;
    position: relative;
}
.btn:hover {
    background: #252525;
    border: 1px solid red;
}

.btn:active {
    /*border:5px solid rgb(8, 184, 8);*/
    box-shadow: 2px 5px 2px green;
}

.title {
    text-align: center;
    margin:0 auto 80px;
    position: relative;
    line-height: 60px;
    color: rgb(160, 151, 151);
}
.title::after {
    content:'';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left:50%;
    transform:translateX(-50%);
}

.rating .fa {
    color:#ffcb3b ;
}

/*******SLIDE SECTION*******/

.container-1 {
  padding:1rem ;
  margin: 2rem auto;
  position: relative;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 6rem;
  font-family:Georgia, 'Times New Roman', Times, serif;
  color:#ffffff;
  padding:1rem 0;
  zoom: 0.8;

}

.swiper-wrapper {
  position: relative;
  bottom: 40px;
  zoom: 1;
}

#tranding {
  padding: 0;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  zoom: 0.8;
  width: 100%;
  height: auto;
  padding:0;
  position: relative;
  top:40px;
  background-color: rgba(255, 0, 0, 0.5); 
  backdrop-filter: blur(20px); 
  display:inline-block;
  margin: 0 auto;
  border-radius: 0rem 0rem 15rem 0rem;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: rgb(231, 105, 2);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background:#a00000;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #efeff2;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.like-button-container {
  position: absolute;
  top: 10px;
  right:10px;
  top: 85%;
  cursor: pointer;
  z-index: 999;
  padding-right: 20px;
  justify-content: space-around;
}

.like-button {
  cursor: pointer;
  display: inline-block;
  background-color: rgba(0, 248, 4, 0.537); 
  backdrop-filter: blur(10px); 
  color:#ff0000;
  font-weight: bold;
  font-size: 2.5rem;
  padding:5px 20px;
  border-radius: 30px;
  transition: background 0.5s;
  outline: none;
  position: relative;
  z-index: 999;
}

.like-count {
  font-size: 2rem;
  font-weight: bold;
  color: #0040ffd1;
  padding-left: 10px;
}

.like-button.liked .like-count{
  color: #e74c3c;
}

/*-----------Offer----------------*/
.offer {
  background-color: rgba(0, 20, 244, 0.597); 
  backdrop-filter: blur(20px); 
  box-shadow: 0 4px 10px rgba(2, 145, 239, 0.515);
    /*background: radial-gradient(#fcfbfb,#02006d);*/
    height: auto;
    border-radius: 0 25rem ;
    position: relative;
    bottom: 60px;
}

.col-2 {
    flex-basis:46%;
    padding:10px;
    min-width: px;
    margin-bottom: 50px;
    margin-top: 50px;
    transition: transform 0.5s; 
    position: relative;
}

.col-2 p {
  color: #ffffff;
}

.offer-img {
    height: 25rem;
    width: 25rem;
    position: relative;
    left:200px ;
    margin-top:25px;
    padding-bottom:20px;
}
small {
    color:#fffdfd;
    font-size: 1rem;
}

/************About Section***************/

.about-container {
  width: 100%;
  height: 120vh;
  background-color: rgba(0, 20, 244, 0.597); 
  backdrop-filter: blur(20px); 
  /*background: radial-gradient(#fcfbfb,#02006d);*/
  border-radius: 25rem 0;
  position: relative;
  bottom: 30px;
}

.about-pic {
  border-radius: 2rem;
  position: relative;
  height: 31rem;
  width: 32rem;
  border-radius: 0 10rem ;
}

.about-card  {
  outline:outset;
  height: 32rem;
  width: 35rem;
  background: rgb(230, 225, 225);
  color: #001a19;
  border-radius: 10rem 0 ;
  box-shadow:0 0 20px rgba(234, 71, 59, 0.79);
  justify-content: center;
  display: block;
  position: relative;
  right: 30px;
  z-index: 999;
  opacity: 70%;
}

.card-header {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  font-family: ‘Merienda’;
  color: #cd5151;
  position: relative;
  top: 50px;
  left: 150px;
  border: 4px solid rgb(204, 81, 81);
  border-radius: 5rem;
  width: 300px;
  justify-self: center;
}

.about-words {
  font-family: "Montserrat", sans-serif;
  font-size:1rem;
  text-align: center;
  position: relative;
  top: 70px;
  padding: 20px;
  color: #000000;
}

.about-title {
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  font-family: ‘Merienda’;
  color: #cd5151;
  position: relative;
  top:10px;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  position: relative;
  top: 40px;
}


/*************testimonials****************/

.testimonials {
    padding: 85px;
    background-color: rgba(241, 22, 22, 0.5); /* Transparent background */
    backdrop-filter: blur(10px); /* Adjust the blur radius as needed */
    border-radius: 0 25rem;
    position: relative;
}
.testimonials-header {
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 5rem;
    font-weight: 600;
    color: #fffefe;
    position: relative;
    bottom: 50px;
    padding: 0;
}

.testimonials .col-3 {
    text-align: center;
    padding:40px;
    box-shadow:0 0 20px rgba(34, 213, 6, 0.611);
    border-radius: 2rem;
    cursor: pointer;
    transition: transform 1s ease-in-out;
    width: 20rem;
    height: 22rem;
    margin: 0;
    background: #222224;
    background: url('./Assets/footer\ wallpapr.jpg');
    position: relative;
    left: 40px;
}

.testimonials .col-3:hover {
    background-color: #001a19
}

.testimonials .col-3 img {
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonials .col-3:hover {
    transform:translateY(-10px);
}
.fa.fa-quote-left {
    font-size: 34px;
    color:#ffcb3b;
}
.col-3 p {
    font-size: 12px;
    margin:12px 0;
    color:#ffffff;
}
.testimonials .col-3 h3 {
    font-weight: 600;
    color:#ffffff;
    font-size: 16px;
}

/************Brands*************/

.brands{
    margin:100px auto;
}
.col-5 {
    width: 160px;
}
.col-5 img {
    width: 100%;
    cursor: pointer;
    filter:grayscale(100%);
    transition:transform 1s;
}
.col-5 img:hover{
    filter: grayscale(0);
    transform:scale(1.5,1.5);
}
/**************Footer****************/
.footer {
    background: rgb(25, 25, 25);
    color:#8a8a8a;
    font-size: 14px;
    padding:10px;
    border-radius: 10rem 0 10rem 0;
    background: url('./Assets/footer\ wallpapr.jpg');
    background-size:cover;
}

.footer-logo {
    cursor: pointer;
}

.footer p {
    color:#8a8a8a;
}
.footer h3 {
    color:#fff;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3 .footer-col-4 {
    min-width: 250px;
    margin: 20px;
}
.footer-col-1 {
    flex-basis: 30%;
}
.footer-col-2 {
    flex:1;
    text-align:center;
}
.footer-col-2 img {
    width:180px;
    margin-bottom: 20px;
    border-radius: 50px 50px 50px 50px;
}
.footer-col-3, .footer-col-4 {
    flex-basis:12%;
    text-align: center;
}
ul {
    list-style-type: none;
}
.app-logo {
    margin-top:20px;
}
.app-logo img {
    width:140px;
}

.socialLink {
  color: #8a8a8a;
  font-size:medium;
}
.socialLink:active {
  color: #bc0505;
  font-weight: bolder;
}
.footer hr {
    border:none;
    background: #b5b5b5;
    height:1px;
    margin:20px 0;
}
.copyright {
    text-align: center;
}
