.home-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.home-top h4 {
  font-size: 0.9rem;
}

.home-top .custom-btn {
  font-size: 0.9rem;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.flex-container .item:first-child {
  margin-left: auto;
}

.flex-container .item:last-child {
  margin-right: auto;
}
.home-top-slider {
  width: 100%;
   /* left: 8px;*/
   
   
    height: auto;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.5em;
   padding: 0 5vw ;
   margin-bottom: -11px;
    /*padding: 0 5vw;*/
}

/*.home-top-slider {
  width: 95vw;
  left: 0;
  height: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5em;
  padding: 0 5vw;
}*/

.home-top-slider .option {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: var(--btn-border-radius);
  position: relative;
}

.home-top-slider .option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--btn-border-radius);
}

.home-top-slider .option .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(0deg, #00000036 3.01%, transparent 96.18%);
  border-radius: var(--btn-border-radius);
}

.home-top-slider .option .text p {
  margin-bottom: 0.3em;
  color: var(--white);
  font-weight: 500;
  font-size: 0.8rem;
}
.home-equipments {
   margin-top: 20.5em;
    margin-bottom: -17.5em;
    padding: 0 0 65px 0;
}
/*.home-equipments {
  margin-top: 20.5em;
  
  margin-bottom: 5.5em;
}*/

.home-equipments .equipment {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 14px #00000014;
  border-radius: var(--border-radius);
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.home-equipments .equipment .left {
  display: flex;
  align-items: center;
}

.home-equipments .equipment .left > img {
  width: 70px;
  height: 70px;
  object-position: center;
  object-fit: cover;
    border-radius: var(--btn-border-radius);
  margin-right: 0.5em;
}

.home-equipments .equipment .info .name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-text);
}

.home-equipments .equipment .info .user {
  display: flex;
  align-items: center;
  margin: 0.3em 0;
}

.home-equipments .equipment .info .user img {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  border-radius: 50%;
}

.home-equipments .equipment .info .user span {
  font-size: 0.9rem;
  color: var(--primary);
}

.home-equipments .equipment .info .location {
  display: flex;
  align-items: center;
}

.home-equipments .equipment .info .location img {
  width: 13px;
  margin-right: 0.2em;
}

.home-equipments .equipment .info .location span {
  color: var(--light-text);
  font-size: 0.9rem;
}

.home-equipments .equipment .pricing {
  background-color: var(--secondary-light);
  border-radius: 5px;
  padding: 0.5em;
}

.home-equipments .equipment .pricing p {
 width: 65px;
  margin-bottom: 0.2em;
  font-size: 0.8rem;
  color: var(--primary);
/*      width: 93px auto;*/
}

/* -------------------------------- map page -------------------------------- */
.home-map {
width: 100%;
    height: calc(22vh - 2em);
    margin-top: 16em;
    /* margin-top: -5em; */
}

.home-map iframe {
  width: 100%;
  height: 100%;
}
.home-equipment-slider {
  width: 100vw;
  position: fixed;
  left: 0;
  display: flex;
  gap: 0.5em;
  bottom: 5em;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0em 5vw;
}

.home-equipment-slider .equipment {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  background-color: var(--white);
  box-shadow: 0px 4px 14px #00000014;
  border-radius: var(--border-radius);
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-equipment-slider .equipment .left {
  display: flex;
  align-items: center;
}

.home-equipment-slider .equipment .left > img {
  width: 70px;
  height: 70px;
  object-position: center;
  object-fit: cover;
  border-radius: var(--border-radius);
  margin-right: 0.5em;
}

.home-equipment-slider .equipment .info .name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-text);
}

.home-equipment-slider .equipment .info .user {
  display: flex;
  align-items: center;
  margin: 0.3em 0 0 0;
}

.home-equipment-slider .equipment .info .user img {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.home-equipment-slider .equipment .info .user span {
  font-size: 0.9rem;
  color: var(--primary);
}
