/* @font-face {
  font-family: "Pluto Sans";
  src: url("../Fonts/Pluto-Sans.ttf") format("truetype");
} */
@import url("https://fonts.googleapis.com/css2?family=Chela+One&family=Fasthand&family=Lobster&display=swap");

@font-face {
  font-family: "HelveticaNeue-UltraLight";
  src: url("../Helvetica/HelveticaNeue-UltraLight.woff") format("woff");
}
@font-face {
  font-family: "Proxima-Nova-Font";
  src: url("../Fonts/Proxima\ Nova\ Font.woff") format("woff");
}
:root {
  --primary-color: black;
  --secondary-color: white;
  --font-family: Arial, sans-serif;
  --paragraph-font: 20px;
  --heading-font: 22px;
  --letter-spacing-p: 0.4px;
  --letter-spacing-h: 0.2px;
  --white-space: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HelveticaNeue-UltraLight", Arial, sans-serif !important;
  /* font-family: "Proxima-Nova-Font", Arial, sans-serif !important; */

  white-space: normal;
  letter-spacing: 1px;
  font-weight: 600 !important;
  word-spacing: -2px;

  /* font-family: "Poppins", sans-serif !important; */
  /* font-family: "Rubik" !important; */
  /* font-family: "Pluto Sans Regular" !important; */
  /* font-weight: 400 !important;
  font-style: normal; */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

#Nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
  background-color: white;
  padding: 0px 10px;
  padding-top: 10px;
  padding-bottom: 18px;
}

@media (max-width: 480px) {
  #Nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
  }
}

.Header {
  width: 100%;
  height: auto;
  position: relative;
}

img.logo-img {
  width: 200px;
  /* height: 28px; */
  margin-left: 15px;
  margin-top: 5px;
}

.nav-logo-img {
  width: 200px;
  height: 28px;
  margin-left: 60px;
  margin-top: 50px;
}

.menu-image {
  background-image: url(../images/Categories/BEAUTY.jpg);
  background-size: cover;
  width: 330px;
  height: 410px;
  margin-left: 730px;
  transform: translateY(70px);
  animation: slide-in 5s ease-in-out;
}

@keyframes slide-in {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.down-app {
  position: absolute;
  right: 0;
  margin-right: 30px;
}

@media (max-width: 820px) {
  .down-app {
    position: absolute;
    right: 0;
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .down-app {
    position: absolute;
    right: 0;
    margin-right: 15px;
  }
}

button#down {
  width: 180px;
  height: auto;
  padding: 10px;
  background: #fa8128;
  color: white;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

a#down-ap {
  text-decoration: none;
  color: white;
}

div#video-banner {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.title {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 380px;
  color: white;
}

@media (max-width: 1400px) {
  .title {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 380px;
    color: white;
  }
}

.stylish {
  font-size: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  .stylish {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  .stylish {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 480px) {
  .stylish {
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

.title p {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  .title p {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  .title p {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

p#client {
  font-weight: 600;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 480px) {
  p#client {
    font-weight: 600;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
  }
}

p#client-descrp {
  /* font-size: 16px; */
  color: #9c9c9c;
  /* padding-top: 10px; */
  font-family: "Poppins", sans-serif;
  /* width: 95%; */

  font-size: var(--paragraph-font);
  /* color: #000000; */
  line-height: 30px;
  /* letter-spacing: var(--letter-spacing-p); */
  padding: 15px 0px;
  /* text-align: justify; */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 99;
  border-radius: 50px;
  border: none;
}

img.arrow {
  width: 60px;
  display: flex;
}

.Hero-section {
  background-color: black;
  color: #ffff;
}

.Hero-title {
  display: flex;
  justify-content: center;
  padding: 50px;
}

span#large {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 22px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: pr;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide-track:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.slide-img {
  height: 60px;
  width: 180px;
}

.Easy-Rent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #ffffff;
  color: #000000;
  margin-top: 75px;
}

@media (max-width: 992px) {
  .Easy-Rent {
    width: 100%;
    display: block;
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .Easy-Rent {
    width: 100%;
    display: block;
    padding: 40px;
  }
}

.Right {
  width: 50%;
  margin-top: 170px;
  margin-left: 50px;
}

@media (max-width: 992px) {
  .Right {
    width: 50%;
    margin-top: 20px;
    margin-left: 150px;
  }
}

@media (max-width: 768px) {
  .Right {
    width: 50%;
    margin-top: 20px;
    margin-left: 150px;
  }
}

@media (max-width: 480px) {
  .Right {
    width: 50%;
    margin-top: 20px;
    margin-left: 70px;
  }
}

button#service {
  color: #fff;
  background-color: black;
  border: 1px solid #81818b33;
  width: 110px;
  height: 40px;
  font-size: 12px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: none;
}

button#service:hover {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}

p#Easy {
  font-size: 46px;
  padding-top: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.Rent-des {
  /* font-size: 18px; */
  font-size: var(--paragraph-font);
  color: #000000;
  line-height: 25px;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif;
}

button#lets {
  width: 120px;
  height: 45px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  background: #fa8128;
  color: #fff;
  cursor: pointer;
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
}

a#lets {
  color: white;
  text-decoration: none;
}

/* .Left {
  width: 40%;
  margin: 0px 20px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
} */

.Left {
  width: 40%;
  margin: 0 auto; /* Added auto margin to center horizontally */
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Added to center cards horizontally */
}

/* @media (max-width: 820px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 90px;
  }
} */

/* @media (max-width: 768px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 90px;
  }
} */

@media (max-width: 480px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
  }
}

/* @media (max-width: 414px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
  }
} */

/* @media (max-width: 390px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }
} */

/* @media (max-width: 375px) {
  .Left {
    width: 40%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
  }
} */

/* .card-1 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
} */
.card-1 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.card-1,
.card-2 {
  /* flex-direction: column; */
  align-items: center;
}

/* @media (max-width: 480px) {
  .card-1 {
    display: flex;
    flex-wrap: wrap;
  }
} */

/* .serch-card {
  background: #e05f5d;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 60px;
  color: white;
  background-image: url(../images/card-Image4.jpeg);
} */

.serch-card {
  background: #e05f5d;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 60px;
  color: white;
}

img.ser-img {
  width: 90px;
  position: absolute;
  margin-left: 60px;
  margin-top: -70px;
}

p.browse {
  margin-top: 75px;
  padding-left: 25px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

p.find {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}

.date-card {
  background: #482cce;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 25px;
  color: white;
}

/* .date-card {
  background: #482cce;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 25px;
  color: white;
  background-image: url(../images/card-Image2.jpeg);
} */

@media (max-width: 480px) {
  .date-card {
    background: #482cce;
    width: 345px;
    height: 250px;
    border: none;
    border-radius: 20px;
    margin-top: 25px;
    color: white;
  }
}

img.date-img {
  width: 100px;
  position: absolute;
  margin-left: 70px;
  margin-top: -35px;
}

p.chose {
  margin-top: 75px;
  padding-left: 25px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

p.rental {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}

.card-2 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

/* @media (max-width: 480px) {
  .card-2 {
    display: flex;
    flex-wrap: wrap;
  }
} */

.cart-card {
  background: #835ecc;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 50px;
  color: white;
  /* background-image: url(../images/card-Image1.jpeg); */
}

@media (max-width: 480px) {
  .cart-card {
    background: #835ecc;
    width: 345px;
    height: 250px;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
  }
}

img.cart-img {
  width: 200px;
  margin-left: 20px;
  margin-top: -35px;
}

p.add {
  padding-left: 25px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

p.proceed {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}

.pick-card {
  background: #cf5293;
  width: 230px;
  height: 250px;
  border: none;
  border-radius: 20px;
  margin-top: 15px;
  color: white;
  /* background-image: url(../images/card-Image3.jpeg); */
}

img.pick-img {
  width: 140px;
  margin-left: 50px;
  margin-top: -60px;
}

p.up {
  padding-left: 25px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

p.pick {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}

.youtube-video {
  background-color: #fff;
}

.youtube-video p {
  font-size: 42px;
  font-weight: bolder;
  text-align: left;
  padding: 30px 100px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.youtube-video video {
  display: block;
}

.category {
  width: 100%;
  display: flex;
  margin-top: 40px;
  height: 499px;
}

@media (max-width: 820px) {
  .category {
    width: 100%;
    display: flex;
    margin-top: 40px;
    height: 470px;
  }
}

@media (max-width: 768px) {
  .category {
    width: 100%;
    display: flex;
    margin-top: 40px;
    height: 470px;
  }
}

@media (max-width: 480px) {
  .category {
    width: 100%;
    display: block;
    margin-top: 40px;
    height: 965px;
  }
}

@media (max-width: 390px) {
  .category {
    width: 100%;
    display: block;
    margin-top: 40px;
    height: 850px;
  }
}

@media (max-width: 375px) {
  .category {
    width: 100%;
    display: block;
    margin-top: 40px;
    height: 700px;
  }
}

.black-part {
  width: 60%;
  height: 76vh;
  background-color: black;
  margin-top: 20px;
  display: flex;
  padding-top: 45px;
  /* border: 0.5px solid rgb(73, 72, 72); */
}

.container {
  position: relative;
  width: 40%;
  max-width: 300px;
}

@media (max-width: 414px) {
  .container {
    position: relative;
    width: 43%;
    max-width: 300px;
  }
}

.men-image {
  display: block;
  width: 285px;
  height: 400px;
  cursor: pointer;
}

@media (max-width: 820px) {
  .men-image {
    display: block;
    width: 175px;
    height: 400px;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .men-image {
    display: block;
    width: 185px;
    height: 400px;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .men-image {
    display: block;
    width: 225px;
    height: 400px;
    cursor: pointer;
  }
}

@media (max-width: 390px) {
  .men-image {
    display: block;
    width: 195px;
    height: 370px;
    cursor: pointer;
  }
}

.lady-image {
  display: block;
  width: 285px;
  height: 400px;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 390px) {
  .lady-image {
    display: block;
    width: 100%;
    height: 375px;
    cursor: pointer;
    margin-left: 10px;
  }
}

.men-watch {
  display: block;
  width: 230px;
  height: 195px;
  cursor: pointer;
}

.lady-watch {
  display: block;
  width: 230px;
  height: 195px;
  cursor: pointer;
  margin-top: 5px;
}

@media (max-width: 820px) {
  .lady-watch {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .lady-watch {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .lady-watch {
    display: block;
    width: 225px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 414px) {
  .lady-watch {
    display: block;
    width: 175px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

.men-shoes {
  display: block;
  width: 230px;
  height: 195px;
  cursor: pointer;
}

@media (max-width: 820px) {
  .men-shoes {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .men-shoes {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .men-shoes {
    display: block;
    width: 225px;
    height: 195px;
    cursor: pointer;
  }
}

@media (max-width: 414px) {
  .men-shoes {
    display: block;
    width: 190px;
    height: 195px;
    cursor: pointer;
  }
}

.bags {
  display: block;
  width: 230px;
  height: 195px;
  cursor: pointer;
  margin-top: 5px;
}

@media (max-width: 820px) {
  .bags {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .bags {
    display: block;
    width: 150px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .bags {
    display: block;
    width: 225px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

@media (max-width: 414px) {
  .bags {
    display: block;
    width: 190px;
    height: 195px;
    cursor: pointer;
    margin-top: 5px;
  }
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin-bottom: 54px;
}

.container:hover .overlay {
  opacity: 1;
}

@media (max-width: 820px) {
  .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .overlay {
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .overlay {
    margin-bottom: 63px;
    width: 224px;
  }
}

@media (max-width: 414px) {
  .overlay {
    margin-bottom: -25px;
    width: 224px;
  }
}

.watch-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  padding-top: 10px;
  width: 230px;
  height: 48px;
}

.container:hover .watch-overlay {
  opacity: 1;
}

@media (max-width: 820px) {
  .watch-overlay {
    width: 148px;
  }
}

@media (max-width: 480px) {
  .watch-overlay {
    width: 225px;
  }
}

@media (max-width: 414px) {
  .watch-overlay {
    width: 190px;
  }
}

.lady-overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  text-align: center;
  width: 285px;
  height: 48px;
  margin-left: 10px;
  margin-bottom: 55px;
  padding-top: 10px;
}

.container:hover .lady-overlay {
  opacity: 1;
}

@media (max-width: 820px) {
  .lady-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 158px;
    height: 48px;
    margin-left: 13px;
    margin-bottom: 110px;
  }
}

@media (max-width: 820px) {
  .lady-overlay {
    width: 160px;
    margin-bottom: 111px;
  }
}

@media (max-width: 480px) {
  .lady-overlay {
    width: 235px;
    margin-bottom: 98px;
  }
}

@media (max-width: 414px) {
  .lady-overlay {
    width: 205px;
    margin-bottom: 10px;
  }
}

@media (max-width: 820px) {
  .black-part {
    width: 60%;
    height: 47vh;
    background-color: black;
    margin-top: 20px;
    display: flex;
    padding-top: 45px;
  }
}

@media (max-width: 768px) {
  .black-part {
    width: 60%;
    height: 47vh;
    background-color: black;
    margin-top: 20px;
    display: flex;
    padding-top: 45px;
  }
}

p.top-rent {
  font-size: 32px;
  padding-left: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p.top-rent {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  p.top-rent {
    font-size: 17px;
    padding-left: 10px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 480px) {
  p.top-rent {
    display: none;
  }
}

p.mobile-view-rent {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 481px) {
  p.mobile-view-rent {
    display: none;
  }
}

.watch {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

@media (max-width: 820px) {
  .watch {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .watch {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .watch {
    display: flex;
    flex-direction: column;
    margin-left: 125px;
  }
}

img.men-sty {
  height: 400px;
  width: 280px;
}

@media (max-width: 820px) {
  img.men-sty {
    height: 400px;
    width: 190px;
  }
}

@media (max-width: 768px) {
  img.men-sty {
    height: 400px;
    width: 190px;
  }
}

@media (max-width: 480px) {
  img.men-sty {
    height: 400px;
    width: 253px;
  }
}

@media (max-width: 390px) {
  img.men-sty {
    height: 350px;
    width: 200px;
  }
}

@media (max-width: 375px) {
  img.men-sty {
    height: 268px;
    width: 200px;
  }
}

img.men-watch {
  height: 200px;
  width: 230px;
}

@media (max-width: 820px) {
  img.men-watch {
    height: 200px;
    width: 146px;
  }
}

@media (max-width: 768px) {
  img.men-watch {
    height: 200px;
    width: 146px;
  }
}

@media (max-width: 480px) {
  img.men-watch {
    height: 200px;
    width: 225px;
  }
}

@media (max-width: 414px) {
  img.men-watch {
    height: 200px;
    width: 175px;
  }
}

@media (max-width: 390px) {
  img.men-watch {
    height: 182px;
    width: 180px;
  }
}

@media (max-width: 375px) {
  img.men-watch {
    height: 200px;
    width: 166px;
  }
}

img.lady {
  height: 190px;
  width: 220px;
  margin-top: 10px;
}

@media (max-width: 820px) {
  img.lady {
    height: 190px;
    width: 146px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  img.lady {
    height: 190px;
    width: 146px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  img.lady {
    height: 190px;
    width: 220px;
    margin-top: 10px;
  }
}

@media (max-width: 390px) {
  img.lady {
    height: 190px;
    width: 180px;
    margin-top: 10px;
  }
}

@media (max-width: 375px) {
  img.lady {
    height: 190px;
    width: 166px;
    margin-top: 10px;
  }
}

.white-part {
  width: 40%;
  height: 75vh;
  background-color: white;
  margin-top: 20px;
  display: flex;
  padding-top: 45px;
  padding-left: 10px;
}

@media (max-width: 1400px) {
  .white-part {
    width: 40%;
    height: 76vh;
    background-color: white;
    margin-top: 20px;
    display: flex;
    padding-top: 45px;
    padding-left: 10px;
  }
}

@media (max-width: 820px) {
  .white-part {
    width: 40%;
    height: 47vh;
    background-color: white;
    margin-top: 20px;
    display: flex;
    padding-top: 45px;
    padding-left: 5px;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .white-part {
    width: 40%;
    height: 47vh;
    background-color: white;
    margin-top: 20px;
    display: flex;
    padding-top: 45px;
    padding-left: 5px;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .white-part {
    width: 100%;
    height: 47vh;
    background-color: white;
    margin-top: 20px;
    display: flex;
    padding-top: 10px;
    padding-left: 5px;
    overflow-x: hidden;
  }
}

.bag {
  display: flex;
  flex-direction: column;
}

img.girl-img {
  width: 260px;
  height: 400px;
  padding-left: 10px;
}

@media (max-width: 820px) {
  img.girl-img {
    width: 200px;
    height: 400px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  img.girl-img {
    width: 200px;
    height: 400px;
    padding-left: 5px;
  }
}

@media (max-width: 480px) {
  img.girl-img {
    width: 250px;
    height: 400px;
    padding-left: 5px;
  }
}

@media (max-width: 375px) {
  img.girl-img {
    width: 250px;
    height: 303px;
    padding-left: 5px;
  }
}

img.shoes-img {
  width: 220px;
  height: 200px;
}

@media (max-width: 820px) {
  img.shoes-img {
    width: 150px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  img.shoes-img {
    width: 150px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  img.shoes-img {
    width: 222px;
    height: 200px;
  }
}

@media (max-width: 375px) {
  img.shoes-img {
    width: 195px;
    height: 200px;
  }
}

img.bag-img {
  width: 220px;
  height: 190px;
  margin-top: 10px;
}

@media (max-width: 820px) {
  img.bag-img {
    width: 150px;
    height: 195px;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  img.bag-img {
    width: 150px;
    height: 195px;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  img.bag-img {
    width: 222px;
    height: 195px;
    margin-top: 5px;
  }
}

@media (max-width: 375px) {
  img.bag-img {
    width: 195px;
    height: 195px;
    margin-top: 5px;
  }
}

.view-title {
  background-color: white;
  color: #000000;
  padding: 20px 50px;
}

p#leaseo-heading {
  font-size: 42px;
  font-weight: bolder;
}

p#leaseo-des {
  /* font-size: 16px;
  padding-top: 20px; */

  font-size: var(--paragraph-font);
  color: #000000;
  line-height: 30px;
  /* letter-spacing: var(--letter-spacing-p); */
  padding: 15px 0px;
  /* text-align: justify; */
}

.viewer {
  background-color: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px;
}

/* @media (max-width: 480px) {
  .viewer {
    background-color: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px;
  }
} */

.uper-cards {
  display: flex;
  gap: 20px;
  margin: 0px 30px;
  padding-top: 40px;
}

@media (max-width: 480px) {
  .uper-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: 40px;
  }
}

.monthly-user {
  background: #fe940d;
  width: 260px;
  height: 210px;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .monthly-user {
    background: #fe940d;
    width: 345px;
    height: 210px;
    border-radius: 20px;
  }
}

.monthly-details {
  padding: 60px 30px;
}

.merchant {
  background: #206a8d;
  width: 260px;
  height: 210px;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .merchant {
    background: #206a8d;
    width: 345px;
    height: 210px;
    border-radius: 20px;
  }
}

.merchant-details {
  padding: 60px 30px;
}

.lower-cards {
  display: flex;
  gap: 20px;
  margin: 0px 30px;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .lower-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: 40px;
  }
}

.product-details {
  padding: 60px 30px;
}

.product {
  background: #ff4800;
  width: 260px;
  height: 210px;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .product {
    background: #ff4800;
    width: 345px;
    height: 210px;
    border-radius: 20px;
  }
}

.Rented {
  background: #00af32;
  width: 260px;
  height: 210px;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .Rented {
    background: #00af32;
    width: 345px;
    height: 210px;
    border-radius: 20px;
  }
}

span.numbr {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

p.expenses {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
}

.Rented-details {
  padding: 60px 30px;
}

.Right-img {
  margin-top: 45px;
  margin-left: -250px;
}

/* @media (max-width: 820px) {
  .Right-img {
    margin-top: 45px;
    margin-left: 90px;
    display: none;
  }
} */

@media (max-width: 1024px) {
  .Right-img {
    margin-top: 45px;
    margin-left: 90px;
    display: none;
  }
}

img.view-img {
  border-top-right-radius: 498px;
  border-bottom-right-radius: 378px;
  border-bottom-left-radius: 398px;
  width: 360px;
  height: 430px;
}

p {
  font-size: 14px;
  font-family: "Poppins";
}

.our-client {
  background-color: black;
}

button.testi {
  background-color: black;
  border: 1px solid #fff;
  width: 110px;
  height: 38px;
  font-size: 12px;
  border-radius: 12px;
  margin-top: 50px;
  margin-left: 110px;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* button.testi:hover {
  background-color: white;
  color: black;
} */

.client {
  /* width: 880px; */
  margin-top: 20px;
  margin-left: 120px;
}

@media (max-width: 480px) {
  .client {
    /* width: 320px; */
    margin-top: 20px;
    margin-left: 90px;
  }
}

@media (max-width: 375px) {
  .client {
    width: 320px;
    margin-top: 20px;
    margin-left: 40px;
  }
}

.client-card {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 80px;
}

@media (max-width: 820px) {
  .client-card {
    display: flex;
    justify-content: center;
    margin: 10px 10px;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .client-card {
    display: flex;
    justify-content: center;
    margin: 10px 10px;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .client-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 10px;
    gap: 20px;
  }
}

.card-Ceo {
  width: 320px;
  height: 420px;
  border-radius: 15px;
  background: #81818b1a;
}

.card-Gm {
  width: 320px;
  height: 420px;
  border-radius: 15px;
  background: #81818b1a;
}

.card-Manager {
  width: 320px;
  height: 420px;
  border-radius: 15px;
  background: #81818b1a;
}

.info {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  margin-left: 50px;
}

@media (max-width: 820px) {
  .info {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .info {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    margin-left: 40px;
  }
}

span#doe {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

p#c {
  font-size: 14px;
  color: #9c9c9c;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#c {
    font-size: 12px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  p#c {
    font-size: 12px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

p#adi {
  font-size: 14px;
  color: #9c9c9c;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#adi {
    font-size: 12px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  p#adi {
    font-size: 12px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

.name {
  font-family: "Poppins";
}

img#jhon {
  width: 68px;
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
}

img#alice {
  width: 68px;
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
}

img#sophia {
  width: 68px;
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
}

p.recom {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins";
}

@media (max-width: 820px) {
  p.recom {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins";
  }
}

@media (max-width: 768px) {
  p.recom {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins";
  }
}

p.jhon-data {
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  font-family: "Poppins";
  color: #9c9c9c;
  text-align: center;
}

@media (max-width: 820px) {
  p.jhon-data {
    padding: 10px 30px;
    font-size: 13px;
    text-align: center;
    font-family: "Poppins";
    color: #9c9c9c;
  }
}

@media (max-width: 768px) {
  p.jhon-data {
    padding: 10px 30px;
    font-size: 13px;
    text-align: center;
    font-family: "Poppins";
    color: #9c9c9c;
  }
}

.stars {
  display: flex;
  margin-left: 50px;
  gap: 5px;
}

@media (max-width: 480px) {
  .stars {
    display: flex;
    margin-left: 50px;
    gap: 5px;
    margin-top: 25px;
  }
}

.transform {
  width: 100%;
  background-color: black;
}

.transform {
  padding-top: 60px;
}

p#transform-title {
  padding-left: 120px;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

p#transform-data {
  width: 95%;
  /* text-align: justify; */
  padding-left: 120px;
  color: #9c9c9c;
  /* font-size: 16px; */
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  font-size: var(--paragraph-font);
  line-height: 27px;
}

.show-data1 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}

@media (max-width: 480px) {
  .show-data1 {
    display: flex;
    flex-wrap: wrap;
  }
}

.show-data2 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  height: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, top 0.3s ease;
}

@media (max-width: 480px) {
  .show-data2 {
    display: flex;
    flex-wrap: wrap;
  }
}

.show-data3 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .show-data3 {
    display: flex;
    flex-wrap: wrap;
  }
}

.show-data4 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .show-data4 {
    display: flex;
    flex-wrap: wrap;
  }
}

.show-data5 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .show-data5 {
    display: flex;
    flex-wrap: wrap;
  }
}

.show-data6 {
  background: #81818b1a;
  display: flex;
  justify-content: space-evenly;
  border: 0.5px solid rgb(29, 28, 28);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .show-data6 {
    display: flex;
    flex-wrap: wrap;
  }
}

#animation-description {
  padding-top: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #9c9c9c;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  #animation-description {
    font-size: 13px;
    line-height: 20px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  #animation-description {
    font-size: 13px;
    line-height: 20px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
  }
}

img#animation {
  width: 440px;
  height: 370px;
  padding: 20px;
  border-radius: 30px;
}

@media (max-width: 820px) {
  img#animation {
    width: 350px;
    height: 260px;
    border-radius: 30px;
  }
}

@media (max-width: 768px) {
  img#animation {
    width: 350px;
    height: 260px;
    border-radius: 30px;
  }
}

@media (max-width: 375px) {
  img#animation {
    width: 320px;
    height: 260px;
    border-radius: 30px;
  }
}

.animation-data {
  padding-top: 50px;
  padding-left: 70px;
}

@media (max-width: 820px) {
  .animation-data {
    padding-top: 25px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .animation-data {
    padding-top: 25px;
    padding-left: 5px;
  }
}

img#aniTwo {
  width: 450px;
  height: 10vh;
  padding-left: 30px;
  border-radius: 10px;
}

#Social-media {
  background-color: white;
  color: #000000;
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}

@media (max-width: 480px) {
  #Social-media {
    background-color: white;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
  }
}

.social-data {
  padding-top: 90px;
}

@media (max-width: 820px) {
  .social-data {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .social-data {
    padding-top: 40px;
  }
}

p#ready {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#ready {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  p#ready {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
  }
}

p.social-descrption {
  padding-top: 40px;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p.social-descrption {
    padding-top: 20px;
    color: #000000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  p.social-descrption {
    padding-top: 20px;
    color: #000000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
  }
}

img.socila-img {
  width: 425px;
}

@media (max-width: 768px) {
  img.socila-img {
    width: 400px;
  }
}

.app-download {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
}

@media (max-width: 820px) {
  .app-download {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .app-download {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }
}

@media (max-width: 480px) {
  .app-download {
    display: flex;
    flex-direction: column;
    margin: 30px;
  }
}

img#google-play {
  width: 150px;
  cursor: pointer;
}

img#app-store {
  width: 154px;
  height: 80px;
  padding-top: 30px;
  cursor: pointer;
}

.footer-section {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 50px;
}

@media (max-width: 480px) {
  .footer-section {
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
  }
}

.social-icon {
  padding-top: 15px;
  cursor: pointer;
  display: flex;
  gap: 15px;
}

@media (max-width: 480px) {
  .social-icon {
    padding-top: 25px;
    cursor: pointer;
  }
}

input[type="email"] {
  width: 150px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #81818b4d;
  background-color: black;
  color: white;
  font-size: 13px;
  color: #9c9c9c;
  padding-left: 6px;
}

*:focus {
  outline: none;
}

button.subcribe {
  width: 130px;
  height: 35px;
  border-radius: 15px;
  border: none;
  background-color: #fa8128;
  color: white;
  cursor: pointer;
  margin-left: 15px;
}

@media (max-width: 820px) {
  button.subcribe {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  button.subcribe {
    margin-top: 40px;
  }
}
.leaseo-details {
  width: 27%;
}

p.footer-descrption {
  padding-top: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
  width: 100%;
  /* text-align: justify; */
}

p#news-des {
  padding-top: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
}

@media (max-width: 820px) {
  p#news-des {
    padding-top: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}

@media (max-width: 768px) {
  p#news-des {
    padding-top: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}

.footer-btn {
  padding-top: 20px;
}

p#pg {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#pg {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  p#pg {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

p#our {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#our {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  p#our {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

p#sub {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 820px) {
  p#sub {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 768px) {
  #sub {
    width: 100%;
  }
  p#sub {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-width: 480px) {
  .pages {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .policies {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .news-letter {
    margin-top: 20px;
  }
}

ul {
  padding-top: 20px;
  list-style-type: none;
}

@media (max-width: 480px) {
  ul {
    padding-top: 10px;
    list-style-type: none;
  }
}

li {
  padding: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
  cursor: pointer;
}

a {
  padding: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 820px) {
  li {
    padding: 5px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}

@media (max-width: 768px) {
  li {
    padding: 5px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}

.intectual-propert {
  background-color: black;
  color: white;
  height: 10vh;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 820px) {
  .intectual-propert {
    height: 5vh;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .intectual-propert {
    height: 5vh;
    padding-top: 20px;
  }
}

p.inteactual {
  font-size: 13px;
  color: #9c9c9c;
}

.bor {
  background-color: black;
}

.border {
  border: 1px solid #81818b4d;
  width: 90%;
  margin: 0 auto;
}

.copyright {
  width: 12px;
  color: #9c9c9c;
}

.menu {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  left: 50px;
  color: black;
  top: 10px;
}

.over {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: black;
  overflow-y: hidden;
  transition: 1s;
  overflow-x: hidden;
}

@media (max-width: 820px) {
  .over {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: black;
    overflow-y: hidden;
    transition: 0.5s;
    overflow-x: hidden;
  }
}

.over-content {
  position: relative;
  top: -55%;
  width: 70%;
  text-align: center;
  margin-top: 30px;
  transition: all 0.5s;
}

@media (max-width: 820px) {
  .over-content {
    position: relative;
    top: 10%;
    width: 45%;
    text-align: center;
  }
}

.over a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.over a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.over .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media (max-width: 820px) {
  .over .closebtn {
    position: absolute;
    top: 20px;
    left: 700px;
    font-size: 60px;
  }
}

/*** Products ***/
.project-carousel {
  position: relative;
  background: var(--dark);
}

.project-item {
  position: relative;
  display: block;
}

.project-item img {
  transition: 0.5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -60px;
}

.project-title h5 {
  color: #ffffff !important;
}

.project-item .project-title {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  bottom: -110px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  transition: 0.5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom: -60px;
}

.project-item .project-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -15px;
  left: 0;
  transform: skewY(-5deg);
  background: var(--dark);
  transition: 0.5s;
}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #000;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.video-container {
  position: relative;
  width: 100%;
}

video {
  width: 100%;
  display: block;
}

.text-line {
  position: absolute;
  top: 50%;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  font-size: 30px;
  /* Adjust the font size as desired */
  /* font-weight: bold; */
  opacity: 0;
  color: white;
  text-align: center;
  padding: 0px 100px;
  /* Start with opacity 0 */
  /* background: linear-gradient(90deg, #00ff4a, #00a8ff); */
  background: rgb(21, 244, 238);
  background: linear-gradient(
    90deg,
    rgba(21, 244, 238, 1) 50%,
    rgba(121, 9, 103, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .text-line h1 {
  font-weight: lighter !important;
  font-family: "Chela One", cursive !important;
  font-family: "Fasthand", cursive !important;
  font-family: "Lobster", cursive !important;
} */

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cardsAnimation {
  margin-top: 20px;
}

.containerDetails {
  width: 80%;
  height: 50px;
  background-color: #f0f0f0;
  cursor: pointer;
  overflow: hidden;
  transition: height 0.5s;
  display: flex;
  /* margin-bottom: 10px; */
  background-color: #19191d;
  border-radius: 10px;
  box-shadow: -1px 1px 10px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-bottom: 1px solid black;
  margin: auto;
}

.containerDetails.expanded {
  height: 500px;
}

.text-section {
  width: 50%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  margin-bottom: 90px;
}

.text-section h2 {
  text-align: left;
  margin-bottom: 10px;
  color: white;
  padding-left: 22px;
}

.text-section p {
  text-align: justify;
  margin: 0;
  color: #81818b;
  padding: 0px 22px;
}

.image-section {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.image-section img {
  max-width: 100%;
  /* max-height: 100%; */
  position: relative;
  transform: scale(1);
  transition: transform 0.5s;
  /* border-radius: 15px */
}

.containerDetails:not(.expanded) .text-section {
  display: none;
}

.containerDetails:not(.expanded) .image-section {
  max-height: auto;
}

.category-name {
  display: none;
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  z-index: 1;
  backdrop-filter: blur(5px);
  /* Add blur effect */
}
/* 
#image1 {
  background-image: url(../images/Categories/WOMEN.jpg);
  position: relative;
  background-size: cover;
}

#image2 {
  background-image: url(../images/Categories/WOMEN\ WATCH.jpg);
  position: relative;
  background-size: cover;
  margin: 5px;
}

#image3 {
  background-image: url(../images/Categories/MEN-SHOES.png);
  position: relative;
  background-size: cover;
  margin: 5px;
}

#image4 {
  background-image: url(../images/Categories/WOMEN\ WATCH.jpg);
  position: relative;
  background-size: cover;
}

#image5 {
  background-image: url(../images/Categories/BEAUTY.jpg);
  position: relative;
  background-size: cover;
}

#image6 {
  background-image: url(../images/Categories/KIDS-COAT.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#image7 {
  background-image: url(../images/Categories/hermes-2020-color-trends-forecast.jpg);
  position: relative;
  background-size: cover;
}

#image8 {
  background-image: url(../images/Categories/Women-Shoes.jpg);
  position: relative;
  background-size: cover;
}

#image9 {
  background-image: url(../images/Categories/COAT-WOMEN.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#image10 {
  background-image: url(../images/Categories/MEN.jpg);
  position: relative;
  background-size: cover;
}

#image11 {
  background-image: url(../images/Categories/Women-Jacket.jpg);
  position: relative;
  background-size: cover;
}

#image12 {
  background-image: url(../images/Categories/KIDS.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image13 {
  background-image: url(../images/Categories/KIDS-SHOES.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image14 {
  background-image: url(../images/Categories/LADIES-BAG.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image15 {
  background-image: url(../images/Categories/MEN-WATCH.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image16 {
  background-image: url(../images/Categories/WEDDING.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image17 {
  background-image: url(../images/Categories/Men-Bags.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image18 {
  background-image: url(../images/Categories/Kids-Jackets.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#image19 {
  background-image: url(../images/Categories/MEN-JACKET.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#image20 {
  background-image: url(../images/Categories/JEWELLERY.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

/* popup css  */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* background: rgb(32, 193, 250); */
  /* background: linear-gradient(
    90deg,
    rgba(32, 193, 250, 1) 0%,
    rgba(243, 10, 216, 1) 47%,
    rgba(109, 255, 40, 1) 100%
  ); */
  padding: 20px;
  border-radius: 5px;
  display: none;
  width: 60%;
  height: auto;
  transition: all 1s;
  z-index: 999;
}

#popup1::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}

#popup1::-webkit-scrollbar-thumb {
  background-color: #555;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
  /* Rounded corners of the thumb */
}

#popup1::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Color of the scrollbar thumb on hover */
}

#popup1,
#popup2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* background: rgb(32, 193, 250); */
  /* background: linear-gradient(
      90deg,
      rgba(32, 193, 250, 1) 0%,
      rgba(243, 10, 216, 1) 47%,
      rgba(109, 255, 40, 1) 100%
    ); */
  padding: 20px;
  border-radius: 5px;
  display: none;
  width: 60%;
  overflow: auto;
  height: 500px;
  transition: all 1s;
  z-index: 999;
}

#popup h1,
#popup1 h1,
#popup2 h1 {
  padding: 10px 0px;
  text-align: center;
}

#popup hr,
#popup1 hr,
#popup2 hr {
  margin: 10px 0px;
  height: 3px;
  background-color: #000000;
  border: none;
}

#popup p,
#popup1 p {
  text-align: justify;
  font-size: 15px;
  color: black;
  padding: 20px;
  line-height: 25px;
}
#popup2 p {
  text-align: center;
  padding: 20px;
}
#popup2 p a {
  font-size: 30px;
  color: black;
  font-weight: bold !important;
}
#popup2 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#popup2 span p {
  font-size: 24px;
}
#popup2 a {
  display: flex;
  /* justify-content: space-evenly; */
}
#popup2 a span {
  padding: 20px 0px;
  font-size: 24px;
  color: black;
}

#map {
  height: 200px;
  z-index: 1;
}

#closePopupButton,
#closePopupButton1,
#closePopupButton2 {
  float: right;
  cursor: pointer;
  padding: 10px;
  background: black;
  border: none;
  color: #fff;
  outline: none;
}

/* // Gallery Slider */
.gallery-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
}

.gallery-popup .close {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  background: white;
  padding: 3px 10px;
}

.gallery-popup .slideshow-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
}

.gallery-popup .slide12 {
  display: none;
}

.gallery-popup .slide12 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-popup .prev,
.gallery-popup .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-popup .prev {
  left: 10px;
}

.gallery-popup .next {
  right: 10px;
}

/* Customize the scrollbar start */
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

body::-webkit-scrollbar-thumb:active {
  background-color: #333;
}
/* Customize the scrollbar Ends */

#iconWhatsapp {
  width: 50px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
