/* @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

/* Cantora One */
@import url("https://fonts.googleapis.com/css2?family=Cantora+One&display=swap");
/* font-family: "Cantora One", sans-serif; */

/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --black: black;
  --red: #e74c3c;
  --white: #fff;
  --black2: #222;
  --light-color: #777;
  --border: 0.2rem solid var(--black2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

*::selection {
  background-color: #fff;
  color: #fff;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 1rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  stop-opacity: 7rem;
  font-family: "Anton", sans-serif;
  /* font-family: "Roboto", sans-serif; */
}

section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
}

.title {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: var(--black2);
  text-transform: uppercase;
  /*text-decoration: underline;*/
  text-underline-offset: 1rem;
}

.reviews .swiper .swiper-wrapper .slide a {
  font-size: 20px;
}

.reviews .swiper .swiper-wrapper .slide h3 {
  padding-bottom: 20px;
}

.reviews .swiper .swiper-wrapper .slide .flex input {
  font-size: 20px;
  padding: 12px;
}

.reviews .swiper .swiper-wrapper .slide .flex .fas {
  font-size: 20px;
  padding-left: 30px;
}

.heading {
  display: flex;
  text-align: center;
  gap: 1rem;
  flex-flow: column;
  padding-top: 50px;
  background-color: var(--black2);
  /* min-height: 20rem; */
  min-height: 17rem;
  border-bottom: 2px solid black;
  z-index: inherit;
}

.heading h3 {
  font-size: 5rem;
  color: var(--white);
  text-transform: capitalize;
}

.heading p {
  font-size: 2.3rem;
  color: var(--light-color);
}

.heading p a {
  /* color: var(--black); */
  color: var(--light-color);
}

.heading p a:hover {
  padding-bottom: 4px;
  text-decoration: underline;
  color: aquamarine;
}

/*
.logo img{
   position: absolute;
   margin: 0;
   width: 20px;
   height: 30px;
}*/

.btn,
.delete-btn {
  margin-top: 1rem;
  display: inline-block;
  font-size: 1rem;
  padding: 16px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.2s linear;
}

.btn {
  background-color: var(--black);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}

.delete-btn {
  background-color: var(--red);
  color: var(--white);
  font-size: 14px;
  border-radius: 8px;
}

.btn:hover,
.delete-btn:hover {
  letter-spacing: 0.2rem;
  color: yellow;
}

.disabled {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

.message {
  position: sticky;
  top: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  background-color: #af0000;
}

.message span {
  font-size: 2rem;
  color: var(--white);
}

.message i {
  font-size: 2.5rem;
  color: var(--red);
  cursor: pointer;
}

.message i:hover {
  color: var(--black2);
}

.empty {
  border: var(--border);
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  text-transform: capitalize;
  color: var(--red);
}

.flex-btn {
  display: flex;
  gap: 1rem;
}

.header {
  position: sticky;
  padding: 0 150px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* background-color: var(--white); */
  background-color: #f5f5f5;
  border-bottom: var(--border);
}

.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .flex .logo {
  font-size: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header .flex .logo img {
  width: 50px;
  height: auto;
}
.header .flex .logo a h1 span {
  color: #f70d2c;
  font-size: 40px;
}

.header .flex .logo a h1 {
  color: var(--black2);
  font-family: "Cantora One", sans-serif;
}

.header .flex .navbar a {
  font-size: 2rem;
  color: var(--black2);
  margin: 0 1rem;
}

.header .flex .navbar a:hover {
  /* color: var(--red); */
  color: orangered;
  text-decoration: underline;
}

.header .flex .icons > * {
  margin-left: 1.5rem;
  font-size: 2.5rem;
  color: var(--black2);
  cursor: pointer;
}

.header .flex .icons > *:hover {
  color: var(--black);
}

.header .flex .icons span {
  font-size: 2rem;
}

#menu-btn {
  display: none;
}

.header .flex .profile {
  background-color: var(--white);
  border: var(--border);
  padding: 1.5rem;
  text-align: center;
  position: absolute;
  top: 125%;
  right: 2rem;
  width: 30rem;
  display: none;
  animation: fadeIn 0.2s linear;
}

.header .flex .profile.active {
  display: inline-block;
}

@keyframes fadeIn {
  0% {
    transform: translateY(1rem);
  }
}

.header .flex .profile .name {
  font-size: 2rem;
  color: var(--black2);
  margin-bottom: 0.5rem;
}

.header .flex .profile .account {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--light-color);
}

.header .flex .profile .account a {
  color: var(--black2);
}

.header .flex .profile .account a:hover {
  color: var(--black);
  text-decoration: underline;
}

.header .flex .profile.active {
  display: inline-block;
}

/* booking Area */
.booking {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.booking h2 {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}

.booking .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.bookinput {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bookinput select {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border 0.3s ease;
}

.bookinput input[type="text"],
.bookinput input[type="date"],
.bookinput input[type="time"] {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border 0.3s ease;
}

.bookinput input:focus {
  border-color: #007bff;
  outline: none;
}

.bookinput label h3 {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.bookinput .btn {
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bookinput .btn:hover {
  background-color: #0056b3;
}

@media (max-width: 600px) {
  .booking {
    margin: 20px;
    padding: 20px;
  }

  .bookinput input,
  .bookinput .btn {
    font-size: 14px;
    padding: 10px;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(1rem);
  }
}

.header .flex .profile .name {
  font-size: 2rem;
  color: var(--black2);
  margin-bottom: 0.5rem;
}

.header .flex .profile .account {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--light-color);
}

.header .flex .profile .account a {
  color: var(--black2);
}

.header .flex .profile .account a:hover {
  color: var(--black);
  text-decoration: underline;
}

.hero {
  width: 100%;
  margin-bottom: 100px;
}

.hero .slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 2rem;
  margin-bottom: 4rem;
}

.hero .slide .image {
  flex: 1 1 40rem;
}

.hero .slide .image img {
  width: 100%;
}

.hero .slide .content {
  flex: 1 1 40rem;
  text-align: center;
}

.hero .slide .content span {
  font-size: 2.5rem;
  color: var(--light-color);
}

.hero .slide .content h3 {
  margin: 1rem 0;
  font-size: 6rem;
  color: var(--black2);
  text-transform: capitalize;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

.category .box-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 2rem;
  align-items: flex-start;
}

.category .box-container .box {
  justify-content: space-between;
  padding: 6rem;
  text-align: center;
}

.category .box-container .box img {
  width: 100%;
  height: 10rem;
  object-fit: contain;
}

.category .box-container .box h3 {
  font-size: 2rem;
  margin-top: 1.5rem;
  color: var(--black2);
  text-transform: capitalize;
}

.category .box-container .box:hover {
  background-color: black;
}

.category .box-container .box:hover img {
  filter: invert(1);
}

.category .box-container .box:hover h3 {
  color: var(--white);
}

.products .box-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, 33rem); */
  grid-template-columns: repeat(4, 33rem);
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}

.products .box-container .box {
  /* border: var(--border); */
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.products .box-container .box img {
  height: 150px;
  width: 300px;
  /* object-fit: contain; */
  margin-bottom: 1rem;
  border: 1px solid #202020;
  border-radius: 5px;
}

.products .box-container .box .fa-eye,
.products .box-container .box .fa-shopping-cart {
  position: absolute;
  top: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.3rem;
  border: var(--border);
  background-color: var(--white);
  cursor: pointer;
  font-size: 2rem;
  color: var(--black2);
  transition: 0.2s linear;
  text-align: center;
}

.products .box-container .box .fa-eye:hover,
.products .box-container .box .fa-shopping-cart:hover {
  background-color: var(--black2);
  color: var(--white);
}

.products .box-container .box .fa-eye {
  left: -10rem;
}

.products .box-container .box .fa-shopping-cart {
  right: -10rem;
}

.products .box-container .box:hover .fa-eye {
  left: 1rem;
}

.products .box-container .box:hover .fa-shopping-cart {
  right: 1rem;
}

.products .box-container .box .cat {
  font-size: 1.8rem;
  color: var(--light-color);
}

.products .box-container .box .cat:hover {
  color: var(--black2);
  text-decoration: underline;
}

.products .box-container .box .name {
  font-size: 2rem;
  color: var(--black2);
  margin: 1rem 0;
}

.products .box-container .box .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.products .box-container .box .flex .price {
  margin-right: auto;
  font-size: 2.5rem;
  color: var(--black2);
}

.products .box-container .box .flex .price span {
  color: var(--light-color);
  font-size: 1.8rem;
}

.products .box-container .box .flex .qty {
  padding: 1rem;
  border: var(--border);
  font-size: 1.8rem;
  color: var(--black2);
}

.products .box-container .box .flex .fa-edit {
  width: 5rem;
  /* background-color: var(--black); */
  color: var(--black2);
  cursor: pointer;
  font-size: 1.8rem;
  height: 4.5rem;
  border: 1px solid black;
}

.products .box-container .box .flex .fa-edit:hover {
  background-color: var(--black2);
  color: var(--white);
}

.products .box-container .box .fa-times {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--red);
  color: var(--white);
  border: var(--border);
  line-height: 4rem;
  height: 4.3rem;
  width: 4.5rem;
  cursor: pointer;
  font-size: 2rem;
}

.products .box-container .box .fa-times:hover {
  background-color: var(--black2);
  color: var(--white);
}

.products .box-container .box .sub-total {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: var(--light-color);
}

.products .box-container .box .sub-total span {
  color: var(--red);
}

.products .more-btn {
  margin-top: 1rem;
  text-align: center;
}

.products .cart-total {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  border: var(--border);
  padding: 1rem;
}

.products .cart-total p {
  font-size: 2.5rem;
  color: var(--light-color);
}

.products .cart-total p span {
  color: var(--red);
}

.products .cart-total .btn {
  margin-top: 0;
}

.about .row {
  background-color: #f5f5f5;
  padding-right: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-radius: 10px;
}

.about .row .image {
  flex: 1 1 40rem;
}

.about .row .image img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.about .row .content {
  flex: 1 1 40rem;
  text-align: center;
}

.about .row .content h3 {
  font-size: 3rem;
  color: var(--black2);
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.about .row .content p {
  /* padding: 2rem 0 */
  padding: 10px 10px 10px 35px;
  line-height: 2;
  font-size: 1.6rem;
  color: var(--light-color);
  text-align: justify;
}

/* card in about page*/
.card {
  display: flex;
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 30px;
}

.card img {
  height: 400px;
  width: 400px;
  border-radius: 10%;
}

.card .doc {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin-left: 60px;
}

.card .doc p {
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}

/* team in about page */
.team {
  position: relative;
  width: 100%;
  margin-right: 14%;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

.team .swiper-wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.team .box {
  margin-bottom: 4rem;
  padding-right: 4rem;
  text-align: center;
}

.team .box img {
  height: 300px;
  width: 300px;
  border-radius: 10%;
}

.team h1 {
  padding-left: 80px;
  margin-bottom: 60px;
  text-align: center;
}

.team .box h2 {
  padding: 1rem 0;
  font-size: 2rem;
}

.team .box h3 {
  padding: 1rem 0;
  font-size: 1.6rem;
  color: var(--light-color);
}

.steps .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
  align-items: flex-start;
}

.steps .box-container .box {
  text-align: center;
  padding: 2rem;
}

.steps .box-container .box img {
  height: 15rem;
  width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}

.steps .box-container .box h3 {
  font-size: 2.3rem;
  margin: 1rem 0;
  color: var(--black2);
  text-transform: capitalize;
}

.steps .box-container .box p {
  line-height: 2;
  font-size: 1.6rem;
  color: var(--light-color);
}

.reviews .slide {
  margin-bottom: 4rem;

  padding: 2rem;
  text-align: center;
}

.reviews .slide img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.reviews .slide p {
  padding: 1.5rem 0;
  line-height: 2;
  font-size: 1.6rem;
  color: var(--light-color);
}

.reviews .slide .stars {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: var(--border);
}

.reviews .slide .stars i {
  font-size: 1.8rem;
  color: var(--black);
}

.reviews .slide h3 {
  font-size: 2rem;
  margin-top: 1.5rem;
  text-transform: capitalize;
  color: var(--black2);
}

.contact .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 1rem; */
  background-color: #f5f5f5;
  border-radius: 10px;
}

.contact .row .image {
  flex: 1 1 40rem;
}

.contact .row .image img {
  width: 100%;
  height: 600px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.contact .row form {
  background-color: #f5f5f5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  flex: 1 1 40rem;
  padding: 2rem;
  text-align: center;
  border-radius: 10px;
}

.contact .row form h3 {
  font-size: 2.5rem;
  color: var(--black2);
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.contact .row form .box {
  margin: 0.7rem 0;
  font-size: 1.8rem;
  color: var(--black2);
  border-bottom: var(--border);
  padding: 1.4rem;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.contact .row form textarea {
  height: 20rem;
  resize: none;
  font-family: "Roboto", sans-serif;
}

.search-form form {
  display: flex;
  gap: 1.3rem;
}

.search-form form .box {
  width: 100%;
  border-bottom: 1px solid #222;
  padding: 1.4rem;
  font-size: 1.8rem;
  color: var(--black2);
}

.search-form form .fa-search {
  width: 6rem;
  background-color: var(--black2);
  color: var(--white);
  cursor: pointer;
  font-size: 2.5rem;
}

.search-form form .fa-search:hover {
  background-color: var(--black);
  color: var(--black2);
}

.checkout form {
  max-width: 50rem;
  margin: 0 auto;
  border: var(--border);
  padding: 2rem;
}

.checkout form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  /* padding: 2rem 0; */
  padding: 35px 0 5px 0;
  color: var(--black2);
}

.checkout form .cart-items {
  /* background-color: var(--black2); */
  background-color: #dc2f02;
  padding: 2rem;
  padding-top: 0;
  padding-bottom: 30px;
}

.checkout form .cart-items h3 {
  color: var(--black);
  letter-spacing: 2px;
}

.checkout form .cart-items p {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 1rem 0;
  line-height: 1.5;
  font-size: 2rem;
}

.checkout form .cart-items p .name {
  /* color: var(--light-color); */
  color: var(--black);
}

.checkout form .cart-items p .price {
  color: var(--black);
}

.checkout form .cart-items .grand-total {
  background-color: var(--white);
  padding: 0.5rem 1.5rem;
}

.checkout form .cart-items .grand-total .price {
  color: var(--red);
}

.checkout form .user-info p {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 0;
}

.checkout form .user-info p i {
  color: var(--light-color);
  margin-right: 1rem;
}

.checkout form .user-info p span {
  color: var(--black2);
}

.checkout form .user-info .box {
  width: 100%;
  border: var(--border);
  padding: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.orders .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
}

.orders .box-container .box {
  padding: 1rem 2rem;
  border: var(--border);
  flex: 1 1 40rem;
}

.orders .box-container .box p {
  line-height: 1.5;
  margin: 1rem 0;
  font-size: 2rem;
  color: var(--light-color);
}

.orders .box-container .box p span {
  color: var(--black2);
}

.form-container {
  height: 100vh;
}
.form-container form {
  margin: 70px auto;
  max-width: 50rem;
  padding: 2rem;
  text-align: center;
  background-color: #ced4da;
  border-radius: 10px;
  margin-right: -5px;
}

.form-container form h3 {
  font-size: 2.5rem;
  color: var(--black2);
  /* text-transform: uppercase; */
  margin-bottom: 1rem;
}

.form-container form .box {
  margin: 0.7rem 0;
  width: 100%;
  border-bottom: 2px solid black;
  padding: 1.4rem;
  font-size: 1.8rem;
  color: var(--black2);
}

.form-container form p {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--light-color);
}

.form-container form p a {
  color: var(--black2);
}

.form-container form p a:hover {
  text-decoration: underline;
}

.user-details .user {
  max-width: 50rem;
  margin: 0 auto;
  border: var(--border);
  padding: 2rem;
}

.user-details .user img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  margin-bottom: 1rem;
}

.user-details .user p {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 2rem;
}

.user-details .user p span {
  color: var(--black2);
}

.user-details .user p i {
  margin-right: 1rem;
  color: var(--light-color);
}

.user-details .user .address {
  margin-top: 1rem;
}

.quick-view form {
  max-width: 40rem;
  padding: 2rem;
  background-color: #f5f5f5;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}

.quick-view form img {
  height: 25rem;
  width: 100%;
  /* object-fit: contain; */
  margin-bottom: 1rem;
}

.quick-view form .cat {
  font-size: 1.8rem;
  color: var(--light-color);
}

.quick-view form .cat:hover {
  color: var(--black2);
  text-decoration: underline;
}

.quick-view form .name {
  font-size: 2rem;
  margin: 0.5rem 0;
}

.quick-view form .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin: 1rem 0;
}

.quick-view form .flex .price {
  font-size: 2.5rem;
  color: var(--black2);
}

.quick-view form .flex .price span {
  font-size: 2rem;
  color: var(--light-color);
}

.quick-view form .flex .qty {
  padding: 1rem;
  font-size: 1.8rem;
  color: var(--black2);
  border: 1px solid #d3d3d3;
}

.quick-view form .cart-btn {
  width: 100%;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 2rem;
  background-color: var(--black2);
  color: var(--white);
  cursor: pointer;
  text-transform: capitalize;
  /* background: none; */
  margin-top: 1rem;
  border-radius: 10px;
  border: var(--border);
}

.quick-view form .cart-btn:hover {
  background-color: #e9ecef;
  color: var(--black);
  border: var(--border);
}

/*Subscribe*/
.subscribe {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--black2);

  margin-top: 10rem;
}

.subscribe .email {
  width: 50%;
  border-bottom: 2px solid black;
  font-size: 2rem;
  padding: 20px;
  margin: 50px;
}

.subscribe p {
  font-size: 2rem;
  text-decoration: capitalization;
}

.footer {
  margin-left: 0px;
  width: 100%;
  background-color: black;
  color: #fff;
  height: 400px;
}

.footer .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
  display: flex;
}

.footer .grid .box {
  flex-direction: row;
  padding: 0.5rem;
  /* padding: 1rem; */
  font-size: medium;
}

.footer .box {
  flex-direction: row;
}

.footer .grid .box {
  text-align: center;
  width: 100%;
}

.footer .grid .box img {
  height: 10rem;
  width: 100%;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.footer .grid .box h3 {
  margin: 1rem 0;
  font-size: 2rem;
  /* color: var(--red); */
  color: orangered;
  text-transform: capitalize;
  border: 1px solid yellow;
  letter-spacing: 2px;
}

.footer .grid .box .share {
  display: flex;
}

.footer .grid .box .share a {
  padding-right: 15px;
}

.footer .grid .box .share a img {
  width: 45px;
  height: 45px;
  transition: 0.4s;
}

.footer .grid .box .share a img:hover {
  transform: translate(0px, -8px);
}

.footer .grid .box .phone {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: left;
}

.footer .grid .box .phone .fas {
  padding-right: 10px;
}

.footer .grid .box .phone1 {
  padding-top: 20px;
  /* border-top: 1px solid yellow; */
}

.footer .grid .box .phone1 .fas {
  padding-right: 10px;
}

.footer .grid .box a {
  display: block;
  flex-direction: row;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding: 15px;
  transition: 0.2s linear;
}

.footer .grid .box a:hover {
  letter-spacing: 0.3rem;
  color: orangered;
}

.footer .grid .box .dateinfo {
  width: 100%;
  display: flex;
  align-items: center;
  /* border-left: 1px solid yellow;
  border-right: 1px solid yellow; */
  /* border: 1px solid yellow; */
}

hr {
  color: #fff;
}

.footer .grid .box .dateinfo p {
  width: 50%;
  display: inline;
  float: left;
  font-size: 1.5rem;
  padding: 10px;
}

.footer .grid .box .dateinfo samp {
  width: 60%;
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
}

.drop-down {
  padding: 15px;
}

.credit {
  text-align: center;
  background-color: black;
  color: var(--white);
  font-size: 2rem;
  text-transform: capitalize;
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-top: 1px solid #fff;
}

.credit span {
  color: var(--black);
}

.credit a {
  color: aqua;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader img {
  height: 25rem;
}

/* media queries  */

@media (max-width: 1284px) {
  html {
    font-size: 55%;
  }

  .products .box-container {
    grid-template-columns: repeat(3, 33rem);
  }

  @media (max-width: 991px) {
    html {
      font-size: 55%;
    }

    .products .box-container {
      grid-template-columns: repeat(2, 33rem);
    }

    @media (max-width: 768px) {
      #menu-btn {
        display: inline-block;
      }

      .header .flex .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        border-top: var(--border);
        border-bottom: var(--border);
        background-color: var(--white);
        transition: 0.2s linear;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
      }

      .header .flex .navbar a {
        display: block;
        margin: 2rem;
      }

      .products .box-container {
        grid-template-columns: repeat(2, 33rem);

        .header .flex .navbar.active {
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
      }

      @media (max-width: 450px) {
        html {
          font-size: 50%;
        }

        .title {
          font-size: 3rem;
        }

        .header .flex .logo {
          font-size: 2rem;
        }

        .hero .slide .content h3 {
          font-size: 5rem;
        }

        .products .box-container {
          grid-template-columns: 1fr;
        }

        .heading h3 {
          font-size: 3.5rem;
        }

        .products .cart-total {
          padding: 1.5rem;
          justify-content: center;
        }

        .flex-btn {
          flex-flow: column;
          gap: 0;
        }
      }

      @media (max-width: 991px) {
        html {
          font-size: 55%;
        }

        .team .swiper-wrapper {
          align-items: center;
          width: 100%;
          margin: 0;
          justify-content: center;
          display: flex;
          flex-direction: column;
        }
      }

      @media (max-width: 768px) {
        #menu-btn {
          display: inline-block;
        }

        .header .flex .navbar {
          position: absolute;
          top: 99%;
          left: 0;
          right: 0;
          border-top: var(--border);
          border-bottom: var(--border);
          background-color: var(--white);
          transition: 0.2s linear;
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        }

        .footer {
          height: 180vh;
        }

        .team .swiper-wrapper {
          align-items: center;
          width: 100%;
          margin: 0;
          justify-content: space-between;

          display: flex;
          flex-direction: column;
        }

        footer .grid .box .share {
          align-items: center;
          justify-content: center;
        }

        .footer .grid {
          display: flex;
          flex-direction: column;
        }

        footer .grid .box .share {
          align-items: center;
          justify-content: center;
        }

        .header .flex .navbar a {
          display: block;
          color: #222;
          margin: 2rem;
        }

        .header .flex .navbar.active {
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
      }

      @media (max-width: 450px) {
        html {
          font-size: 50%;
        }

        .title {
          font-size: 3rem;
        }

        .hero .slide .content h3 {
          font-size: 5rem;
        }

        .products .box-container {
          grid-template-columns: 1fr;
        }

        .heading h3 {
          font-size: 3.5rem;
        }

        .products .cart-total {
          padding: 1.5rem;
          justify-content: center;
        }

        .flex-btn {
          flex-flow: column;
          gap: 0;
        }
      }
    }
  }
}
