.roboto > {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* * {
  margin: 0;
} */
html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
:root {
  --space-xs: 10px;
  --space-sm: 20px;
  --space-md: 40px;
  --space-lg: 80px;

  --light0: #fff;
  --light1: #f1f1f1;
  --light2: #f9f9f9;
  --light3: #f9f9fb;
  --light4: #ffffff;
  --light5: #ccc;
  --light6: #eee;

  --dark0: #000;
  --dark1: #111;
  --dark2: #222;
  --dark3: #333;
  --dark4: #444;
  --dark5: #666;
}
section {
  padding: var(--space-lg) var(--space-md);
  margin-bottom: var(--space-lg);
}
section:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
section h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: var(--space-md);
  letter-spacing: 1px;
}
body {
  transition: background-color 0.4s ease, color 0.4s ease;
}
body.dark {
  background-color: var(--dark1);
  color: var(--light6);
  transition: all 0.3s ease;
}
body.light {
  background-color: var(--light3);
  color: var(--dark2);
  transition: all 0.3s ease;
}
body.dark .navTop {
  background-color: var(--dark1);
}
body.dark .navItem h1 a {
  color: var(--light0);
}
body.dark .menuItem {
  color: var(--light0);
  border: 2px solid var(--light0);
}
body.dark .menuItem:hover {
  background-color: var(--light1);
  color: var(--dark1);
}
body.light .menuItem {
  color: var(--dark2);
  border: 2px solid var(--dark2);
  background-color: transparent;
  transition: all 0.3s ease;
}
body.dark .search {
  color: var(--dark1);
  background-color: var(--light4);
  border: none;
}
body.light .search {
  color: var(--light0);
}
body.dark .searchInput::placeholder {
  background-color: transparent;
  opacity: 0.8;
  color: var(--dark2);
}
body.light .searchInput::placeholder {
  color: var(--light0);
  opacity: 0.7;
}
body.dark .limitedOffer {
  color: var(--light1);
  border-bottom: 2px solid var(--light1);
}
body.light .limitedOffer {
  color: var(--dark0);
  border-bottom: 2px solid var(--dark0);
  background-color: var(--light0);
}
body.dark .visitButton {
  background-color: var(--light1);
  color: var(--dark1);
  border: none;
  transition: background-color 0.3s ease;
}
body.light .visitButton {
  background-color: var(--dark0);
  color: var(--light0);
}
/* body.dark .visitButton:hover {
  background-color: var(--light5);
} */
body.dark .toggle {
  /* background-color: var(--dark2);
  border: 2px solid var(--light1); */
  background-color: var(--light0);
}
body.dark .toggleBall {
  /* background-color: var(--light1); */
  background-color: var(--dark0);
  transform: translateX(26px);
}
body.light .imagesAreaH1 {
  background-color: var(--light0);
  color: var(--dark0);
}
body.dark .imagesAreaH1 {
  background-color: var(--dark0);
  color: var(--light0);
}
body.light .nav,
body.light .navTop,
body.light .navBottom {
  background-color: var(--light4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
body.dark .fIcon {
  filter: invert(1);
  opacity: 0.9;
}
body.light .fIcon {
  filter: none;
  opacity: 1;
}
.nav,
.menuItem,
.search,
.visitButton,
.toggle,
.toggleBall,
.limitedOffer {
  transition: all 0.4s ease;
}
.toggle {
  width: 50px;
  height: 24px;
  border-radius: 20px;
  background-color: var(--dark0);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  box-sizing: border-box;
}
.toggle.active {
  background-color: var(--light0);
}
.toggleBall {
  width: 20px;
  height: 20px;
  background-color: var(--light0);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.toggle.active .toggleBall {
  transform: translateX(-30px);
  background-color: var(--dark0);
}
.toggleIcon {
  color: goldenrod;
}

/* ================================== section nav========================== */

nav {
  color: var(--light0);
  padding: 20px 50px;
}
.navTop {
  /* color: var(--light0); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: var(--light0);
  transition: background-color 0.3s ease;
}
.navItem h1 a {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--dark0);
  text-decoration: none;
}
.navleft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.navright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.navleft .navItem,
.navright .search,
.navright .toggle {
  margin: 0 10px;
}
.navItem img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.limitedOffer {
  font-size: 20px;
  border-bottom: 2px solid var(--light0);
  cursor: pointer;
}
.search {
  display: flex;
  align-items: center;
  background-color: goldenrod;
  border-radius: 10px;
  padding: 5px 10px;
}
.searchInput {
  border: none;
  background: none;
  outline: none;
  padding: 5px;
}
.searchInput::placeholder {
  color: var(--dark0);
}
.navBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.menuItem {
  margin-right: 10px;
  color: var(--light0);
  background-color: var(--dark0);
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 10px 5px 10px 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 2px solid var(--light0);
}
a.menuItem {
  text-decoration: none;
}
.menuItem.active {
  border-bottom: 2px solid currentColor;
  font-weight: bold;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* ================================== Section Slider Section========================== */

.sliderSection,
.reviewsSection,
.gallerySection,
.videosSection,
.productsSection {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.imagesArea {
  display: flex;
  align-items: end;
  justify-content: space-around;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.imagesAreaH1 {
  color: var(--dark0);
  z-index: 2;
}
.changeButtons {
  bottom: 0;
  z-index: 1;
}
.menuButton {
  margin-right: 10px;
  cursor: pointer;
  color: var(--dark0);
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.slider {
  position: relative;
  height: 70vh;
  width: 100vw;
  overflow: hidden;
  border-radius: 10px;
}
.sliderWrapper {
  display: flex;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  overflow: hidden;
  gap: 0;
  width: calc(100vw * 5);
}
.sliderItem {
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sliderBg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sliderImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.5s ease, filter 0.3s ease;
  border-radius: 0;
  z-index: 1;
}
.sliderItem:hover .sliderImg {
  transform: scale(1.05);
  filter: brightness(1);
}

.sliderImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 1;
}
.sliderTitle,
.sliderDesc,
.visitButton {
  position: absolute;
  color: var(--light0);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.sliderTitle {
  top: 15%;
  left: 10%;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
.sliderDesc {
  top: 30%;
  left: 10%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.visitButton {
  right: 10%;
  bottom: 15%;
  padding: 10px 20px;
  background-color: var(--light0);
  color: var(--light0);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.visitButton:hover {
  background-color: var(--dark0);
  color: var(--light0);
}
.sliderItem:nth-child(1) .sliderBg,
.sliderItem:nth-child(1) .visitButton {
  background-color: yellow;
}
.sliderItem:nth-child(1) .sliderTitle,
.sliderItem:nth-child(1) .sliderDesc {
  color: #f5e050;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.sliderItem:nth-child(2) .sliderBg,
.sliderItem:nth-child(2) .visitButton {
  background-color: #369e62;
}
.sliderItem:nth-child(2) .sliderTitle,
.sliderItem:nth-child(2) .sliderDesc {
  color: #9fe2b4;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.sliderItem:nth-child(3) .sliderBg,
.sliderItem:nth-child(3) .visitButton {
  background-color: rebeccapurple;
}
.sliderItem:nth-child(3) .sliderTitle,
.sliderItem:nth-child(3) .sliderDesc {
  color: #d6b3ff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.sliderItem:nth-child(4) .sliderBg,
.sliderItem:nth-child(4) .visitButton {
  background-color: teal;
}
.sliderItem:nth-child(4) .sliderTitle,
.sliderItem:nth-child(4) .sliderDesc {
  color: #66e0e0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.sliderItem:nth-child(5) .sliderBg,
.sliderItem:nth-child(5) .visitButton {
  background-color: cornflowerblue;
}
.sliderItem:nth-child(5) .sliderTitle,
.sliderItem:nth-child(5) .sliderDesc {
  color: #a0c8ff;
}
.arrowIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  color: var(--light5);
  opacity: 0.7;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
}
.arrowIcon:hover {
  opacity: 1;
}
.arrowIcon.left {
  left: 30px;
}
.arrowIcon.right {
  right: 30px;
}

/* ================================== Section Reviews Section ========================== */

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: var(--space-sm);
}
.reviewImg {
  width: 100%;
  border-radius: 10px;
  transition: all 1s ease-in-out;
}
.reviewImg:hover {
  transform: scale(1.2);
}
.reviewTitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: var(--space-sm);
}
.reviewDesc {
  color: var(--dark5);
  width: 80%;
  line-height: 1.4;
}

/* ================================== Section Gallery Section ========================== */

.galleryItems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: var(--space-md);
}
.galleryItem h1 {
  text-align: center;
  /* margin-top: 10px; */
  font-size: 1.5rem;
}
.galleryItem {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.galleryItem:hover {
  transform: scale(1.03);
}
.galleryImg {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.imageOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: var(--light0);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
.closeBtn:hover {
  color: red;
}
#imageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#fullImage {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  object-fit: contain;
  transition: transform 0.3s ease;
}
#fullImage:hover {
  transform: scale(1.02);
}
#closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: var(--light0);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  padding: 8px 14px;
  transition: background 0.3s ease, transform 0.2s ease;
}
#closeBtn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
/* ================================== Section Video Section ========================== */

.videoLink {
  color: var(--dark3);
  text-decoration: none;
}
.videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.video {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.videosH1 {
  left: 0;
  top: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}
.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--light0);
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.video:hover .overlay {
  opacity: 1;
}

/* ================================== Section Payment & Product Section========================== */

.payment {
  width: 500px;
  height: 500px;
  background-color: var(--light0);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 50px;
  display: none;
  flex-direction: column;
  box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
}
.payTitle {
  font-size: 20px;
  color: var(--light5);
}
label {
  font-size: 14px;
  font-weight: 300;
}
.payInput {
  padding: 10px;
  margin: 10px 0px;
  border: none;
  border-bottom: 1px solid var(--dark5);
}
.payInput::placeholder {
  color: var(--light5);
}
.cardIcons {
  display: flex;
}
.cardIcon {
  margin-right: 10px;
}
.cardInfo {
  display: flex;
  justify-content: space-between;
}
.sm {
  width: 30%;
}
.payButton {
  position: absolute;
  height: 40px;
  bottom: -40px;
  width: 100%;
  left: 0;
  box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px -17px 17px -7px rgba(0, 0, 0, 0.6);
  background-color: #369e62;
  color: var(--light0);
  border: none;
  cursor: pointer;
}
.close {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--dark5);
  color: var(--light0);
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2px;
}
.product {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 100vh;
  background-color: var(--light2);
  position: relative;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.selectProductButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.selectProduct {
  background-color: var(--dark0);
  color: var(--light0);
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.selectProduct:hover {
  background-color: var(--light0);
  color: var(--dark0);
  transform: scale(1.05);
}
.productImg {
  width: 50%;
}
.productDetails {
  position: absolute;
  top: 10%;
  right: 0;
  width: 80%;
  padding: 50px;
}
.productTitle {
  font-size: 75px;
  font-weight: 900;
  color: var(--dark5);
}
.productDesc {
  font-style: 24px;
  color: var(--dark5);
}
.productPrice {
  color: var(--dark5);
}
.colors,
.sizes {
  display: flex;
  margin-bottom: 20px;
}
.color {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: var(--dark0);
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid var(--dark3);
  display: inline-block;
}
.color:nth-child(2) {
  background-color: var(--light0);
  border: 1px solid var(--dark0);
}
.color:nth-child(3) {
  background-color: burlywood;
}
.color:nth-child(4) {
  background-color: turquoise;
}
.color:last-child {
  background-color: purple;
}
.size {
  padding: 5px 20px;
  border: 1px solid var(--dark0);
  margin-right: 10px;
  cursor: pointer;
  font-style: 20px;
}
.productButton {
  float: right;
  padding: 10px 20px;
  background-color: var(--dark0);
  color: var(--light0);
  font-weight: 600;
  cursor: pointer;
}
.productButton:hover {
  background-color: var(--light0);
  color: var(--dark0);
}
.selectProduct {
  border: 1px solid var(--dark0);
  padding: 5px;
  border-radius: 3px;
  background-color: var(--dark0);
  color: var(--light0);
  letter-spacing: 1px;
}

/* ========================= SECTION FOOTER SECTION ========================= */

footer {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--dark1);
  color: var(--light6);
}
.footerLeft,
.footerRight {
  padding: 50px;
  box-sizing: border-box;
}
.footerLeft {
  flex: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mapContainer {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
footer .footerMenu iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.fMenuTitle {
  font-size: 16px;
  padding: 0;
}
.fList {
  padding: 0;
  list-style: none;
}
.fListItem {
  margin-bottom: 10px;
  color: var(--light5);
  cursor: pointer;
}
.footerProductLink {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footerProductLink:hover {
  color: #369e62;
  text-decoration: underline;
}
.footerRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerMenu,
.footerRightMenu {
  margin-bottom: 30px;
}
.fInput {
  padding: 5px;
}
.fButton {
  padding: 5px;
  background-color: var(--dark0);
  color: var(--light0);
}
.fIcons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.fIcon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: var(--light0);
  color: var(--dark0);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.copyright {
  font-weight: 300;
  font-style: 14px;
}

/* ========================= SECTION RESPONSIVE DESIGN SECTION ========================= */

/* Large tablets / small laptops */
@media (max-width: 1200px) {
  section {
    padding: var(--space-md) var(--space-sm);
    margin-bottom: var(--space-sm);
  }
  section h1 {
    padding: 0 var(--space-md);
    /* margin-bottom: var(--space-sm); */
  }
  .galleryItem {
    padding: 0;
    box-shadow: none;
  }
  .menuItem {
    margin-right: 30px;
    font-size: 18px;
  }
  .productDetails {
    width: 50%;
    top: 5%;
  }
  .productTitle {
    font-size: 50px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  section {
    padding: var(--space-sm) var(--space-xs);
    /* margin-bottom: var(--space-xs); */
  }
  nav {
    padding: 15px 30px;
  }
  .navBottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .slider {
    height: 70vh;
  }
  .sliderTitle {
    font-size: 30px;
  }
  .sliderDesc {
    font-size: 20px;
  }
  .visitButton {
    font-size: 20px;
    padding: 2px 7px;
    bottom: 35%;
  }
  .review {
    padding: var(--space-xs);
  }
  .reviews {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .galleryItems {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .galleryItem h1 {
    margin-top: 0;
  }
  .product {
    height: auto;
    clip-path: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light2);
    padding: 20px;
  }
  .productImg {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
  }
  .productDetails {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: var(--light2);
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .productTitle {
    font-size: 40px;
  }

  .productButton {
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
    float: none;
  }
}

/* Phones */
@media (max-width: 768px) {
  .navTop {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
  }
  .navItem h1 a {
    font-size: 22px;
    color: goldenrod;
  }
  body.dark .navItem h1 a {
    color: var(--light0);
  }
  .toggle {
    background-color: goldenrod;
    z-index: 100;
  }
  .toggleBall {
    background-color: white;
  }
  .search {
    width: 100%;
    margin-top: 10px;
  }
  .limitedOffer {
    font-size: 16px;
  }
  .menuItem {
    font-size: 16px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .slider {
    height: 60vh;
    clip-path: none;
  }
  .sliderBg {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .sliderBg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 70%);
    z-index: 2;
  }
  .sliderTitle {
    font-size: 24px;
  }
  .sliderDesc {
    font-size: 16px;
  }
  .arrowIcon {
    font-size: 40px;
  }
  /* .reviewsSection,
  .gallery,
  .videosSection {
    /* padding: 20px; */
  /* } */
  .video {
    padding-top: 56.25%;
  }
  .selectProductButtons {
    gap: 10px;
    margin-top: 10px;
  }
  .selectProduct {
    padding: 8px 16px;
    font-size: 14px;
  }
  .product {
    padding: 15px;
  }
  .productImg {
    width: 85%;
  }
  .productDetails {
    padding: 15px;
  }
  .productTitle {
    font-size: 32px;
    text-align: center;
  }
  .productDesc {
    font-size: 15px;
    text-align: center;
  }
  .sizes,
  .colors {
    justify-content: center;
  }
  .productButton {
    width: 70%;
    font-size: 14px;
  }
  .payButton {
    bottom: 0;
    position: relative;
  }
  .payment {
    width: 90%;
    height: auto;
    position: static;
    margin-top: 20px;
  }
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footerLeft,
  .footerRight {
    padding: 30px 20px;
    width: 100%;
  }
  .footerLeft {
    flex-direction: column;
    align-items: center;
  }
  .footerMenu {
    width: 100%;
    margin-bottom: 30px;
  }
  .fMenuTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .fIcons img {
    width: 25px;
    height: 25px;
  }
  .mapContainer {
    width: 100%;
    height: 180px;
  }
  .fListItem {
    font-size: 15px;
  }
  .footerRight {
    align-items: center;
  }
  .fMAil {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .finput {
    width: 80%;
    max-width: 300px;
  }
  .fButton {
    width: auto;
    padding: 8px 16px;
  }
  .fIcons {
    justify-content: center;
  }
  .fIcon {
    margin-right: 0;
  }
  .copyright {
    font-size: 13px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .navTop {
    flex-wrap: wrap;
    padding: 8px 15px;
    gap: 8px;
  }
  .navItem h1 a {
    font-size: 20px;
  }
  .toggle {
    width: 45px;
    height: 22px;
    background-color: goldenrod;
  }
  .toggleBall {
    width: 18px;
    height: 18px;
  }
  body.dark .toggleBall {
    transform: translateX(21px);
  }
  .menuItem {
    margin-right: 10px;
    font-size: 14px;
    border-radius: 20px;
  }
  .slider {
    height: 55vh;
  }
  .sliderTitle {
    top: 33%;
    left: 7%;
    font-size: 18px;
    line-height: 1.2;
  }
  .sliderDesc {
    top: 40%;
    left: 8%;
    font-size: 13px;
  }
  .visitButton {
    bottom: 35%;
    right: 8%;
    font-size: 14px;
    padding: 6px 12px;
  }
  .videos {
    grid-template-columns: 1fr;
  }
  .galleryItems {
    grid-template-columns: 1fr;
  }
  .selectProductButtons {
    gap: 10px;
    margin-top: 10px;
  }
  .selectProduct {
    padding: 8px 16px;
    font-size: 14px;
  }
  .product {
    padding: 10px;
  }
  .productImg {
    width: 100%;
    max-width: 320px;
  }
  .productDetails {
    padding: 10px;
  }
  .productTitle {
    font-size: 26px;
  }
  .productDesc {
    font-size: 14px;
    line-height: 1.4;
  }
  .sizes,
  .colors {
    flex-wrap: wrap;
    justify-content: center;
  }
  .size,
  .color {
    margin: 5px;
  }
  .productButton {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    padding: 10px;
  }
  footer {
    text-align: center;
  }
  .footerLeft,
  .footerRight {
    padding: 20px 10px;
  }
  .footerMenu {
    width: 100%;
    margin-bottom: 25px;
  }
  .fMenuTitle {
    font-size: 16px;
  }
  .fListItem {
    font-size: 14px;
  }
  .mapContainer {
    height: 160px;
  }
  .fMAil {
    width: 100%;
    gap: 8px;
  }
  .finput {
    width: 90%;
    max-width: none;
    font-size: 14px;
  }
  .fButton {
    padding: 6px 12px;
    font-size: 14px;
  }
  .fIcons {
    gap: 10px;
  }
  .fIcon {
    width: 18px;
    height: 18px;
  }
  .copyright {
    font-size: 12px;
  }
}
