* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fcfafa;
  font-size: 1.6rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 5%;
}

.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  list-style: none;
  text-decoration: none;
}

.header-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.653);
  font-weight: bold;
}

.header-logo,
.header-actions {
  flex: 1;
}

.header-nav {
  flex: 2;
  display: flex;
  justify-content: center;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.search-icon {
  position: absolute;
  left: 5%;
  font-size: 15px;
  color: gray;
}
.cart-icon {
  position: absolute;
  top: 25%;
  left: 87%;
  cursor: pointer;
}

.header-actions input {
  width: 27rem;
  height: 4.5rem;
  padding: 10px 50px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  font-size: 1.5rem;
  outline: none;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.header-nav ul li a:hover {
  color: #f65253;
}

.hero-section {
  display: flex;
  position: relative;
}

.hero-content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 10rem;
}

.hero-img {
  flex: 1;
}
.hero-img img {
  width: 100%;
  max-width: 70rem;
  height: 50rem;
  margin-left: -10rem;
}

.hero-badge {
  display: inline-block;
  gap: 1rem;
  background: #fdecec;
  padding: 13px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  width: max-content;
  color: #e94444;
}

.hero-section h1 {
  font-size: 7rem;
  width: 60rem;
  color: #2e2e2e;
  line-height: 9rem;
}

.hero-section span {
  color: #f54748;
  font-weight: 500;
}

.hero-info {
  font-size: 2rem;
  color: gray;
}

.btn-oder {
  border: none;
  font-size: 2.2rem;
  padding: 2rem;
  border-radius: 1rem;
  width: 20rem;
  height: 7rem;
  background: #f86061;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  font-weight: 600;
}

.btn-oder:hover {
  background: white;
  color: #f86061;
  border: 1px solid #f86061;
  transform: scale(1.01);
}

.hero-btn {
  display: flex;
  gap: 20px;
  cursor: pointer;
}

.btn-process {
  border: none;
  background: #fcfafa;
  font-size: 1.9rem;
  cursor: pointer;
}

.btn-process:hover {
  color: rgba(84, 84, 84, 0.878);
}

.service {
  background: #fef5f5;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10rem;
  height: 120vh;
  padding: 0 0 12rem 0;
}

.service-heading {
  flex: 0.9;
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-top: 7rem;
}

.service-heading span {
  color: #eb2d2d;
  font-weight: 500;
  font-size: 1.9rem;
}

.service-heading h2 {
  font-size: 4rem;
  width: 65rem;
}

.service-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.service-item {
  width: 30rem;
  background: white;
  height: 32.5rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  transform-style: preserve-3d;
  z-index: 1;
  padding: 2rem;
}

.service-icon img {
  width: 10rem;
  height: auto;
  margin-bottom: 2rem;
}

.service-item h3 {
  font-size: 2.2rem;
  font-weight: 600;
}

.service-item p {
  color: #676767;
  font-size: 1.4rem;
}

.service-item::after {
  content: "";
  position: absolute;
  background-color: #f86061;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  transform: translateZ(-1px) scale(0.9);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-item:hover::after {
  opacity: 1;
  transform: translateZ(-1px) translate(2rem, 2rem) rotate(-5deg);
}

.about-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 5rem;
  height: 100vh;
  overflow: hidden;
}
.about-us-img {
  flex: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9rem;
}
.about-us-img img {
  width: 100%;
  max-width: 100rem;
  height: auto;
  object-fit: contain;
}

.about-us-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 5rem;
  gap: 1rem;
  margin-bottom: 15rem;
}

.about-us-content .sub-title {
  color: #0a9943;
  font-size: 1.8rem;
  font-weight: 500;
}

.about-us-content h2 {
  font-size: 4rem;
  color: #2e2e2e;
}

.about-us-content p {
  color: rgb(99, 97, 97);
  width: 40rem;
  line-height: 2.7rem;
  font-size: 1.7rem;
  margin-top: 1.6rem;
}

.about-us-btn {
  text-decoration: none;
  background: #f86061;
  width: 10rem;
  border: none;
  color: white;
  width: 20rem;
  height: 7rem;
  border-radius: 1rem;
  font-size: 2rem;
  margin-top: 2rem;
  transition: all 0.2s linear;
  cursor: pointer;
}

.about-us-btn:hover {
  background: white;
  color: #f86061;
  border: 1px solid #f86061;
  transform: scale(1.01);
}

.home-delivery {
  display: flex;
  height: 120vh;
  gap: 3rem;
}

.home-delivery-content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0 10rem;
}

.home-delivery-img {
  flex: 1;
}
.home-delivery img {
  width: 100%;
  max-width: 70rem;
  height: auto;
  margin-left: -8rem;
}
.home-delivery-content {
  margin-bottom: 20rem;
}

.home-delivery-content .sub-title {
  color: #f9ba45;
  font-weight: 500;
  display: inline-block;
}

.home-delivery-content h2 {
  width: 55rem;
  font-size: 4rem;
  color: #2e2e2e;
  margin-top: -0.5rem;
}

.home-delivery-content p {
  margin-top: 2rem;
  width: 48rem;
  font-size: 1.8rem;
  color: #676767;
}

.home-delivery-content button {
  text-decoration: none;
  background: #f86061;
  width: 10rem;
  border: none;
  color: white;
  width: 20rem;
  height: 7rem;
  border-radius: 1rem;
  font-size: 2rem;
  margin-top: 2rem;
  transition: all 0.2s linear;
  cursor: pointer;
}

.home-delivery-content button:hover {
  background: white;
  color: #f86061;
  border: 1px solid #f86061;
  transform: scale(1.01);
}

.app-download {
  padding: 10rem 0;
  background: #fef5f5;
}
.app-download .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-btns {
  display: flex;
  gap: 1.5rem;
  margin-top: 30px;
}
.app-btn {
  background: #fef5f5;
  color: black;
  padding: 1.9rem 2rem;
  border-radius: 10px;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 1.23rem;
  border: 1px solid rgba(128, 128, 128, 0.316);
}
.app-btn strong {
  font-size: 2rem;
  font-weight: 500;
}

.feature-content {
  flex: 1;
  margin-right: 17%;
}

.feature-img {
  flex: 1;
  margin-left: 17%;
}

.feature-content .sub-title {
  font-size: 1.8rem;
  color: #e94444;
  font-weight: 500;
}

.feature-content h2 {
  width: 50rem;
  font-size: 4rem;
  color: #2e2e2e;
  margin: 0 0 4rem 0;
}

.feature-content p {
  color: rgb(91, 91, 91);
  font-size: 1.7rem;
  margin-bottom: 8rem;
}

.footer {
  padding: 10rem 8rem;
  background: #fff;
  height: 70vh;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.footer h3 {
  color: #212832;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.footer ul li {
  margin-bottom: 12px;
  list-style: none;
}
.footer ul li a {
  text-decoration: none;
  color: #5e6282;
}
.footer ul li a:hover {
  color: black;
}

.footer-bottom {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  padding-top: 8rem;
}

.footer-bottom p {
  margin-left: 2rem;
  color: gray;
  font-size: 1.4rem;
}

.footer-info p {
  color: rgb(87, 87, 87);
  width: 30rem;
}

.footer-subcribe p {
  color: rgb(87, 87, 87) !important;
  margin-top: 10px;
}

.footer-link a {
  margin-left: 2rem;
  text-decoration: none;
  color: rgb(85, 85, 85);
  font-size: 1.4rem;
}

.footer-link a:hover {
  color: black;
}
