* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Poppins',sans-serif;
}
/*Popupbox*/
.Popupbox__container{
    background-color: #1d232c;
    color: #e2e1e1;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: x-large;
    padding-left: 28%;
    cursor: pointer;
}
.Popupbox__s1{
    font-weight: 600;
    padding-left: 6px;
    padding-right: 6px;
}
.Popupbox__s2{
    padding-left: 15%;
    font-size: xx-large;
    padding-bottom: 4px;
}
/*Main Navabar*/
.navbar {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;  
}

.navbar__s2 {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 5%;
}

.navbar__s2 a {
  text-decoration: none;
  color: #1d232c;
}

.navbar__s2 a:hover {
  text-decoration: underline;
  color: #1d232c;
}
/*Slider*/
.slider {
  position: relative;
  width: 95%;
  height:480px;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}

.slider-track {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 200%; /* 2 slides */
}

.slider-track img {
  width: 1509px;    
  height: 488px;
  object-fit: cover;
  flex-shrink: 0; 
}

.slider-button{
  position: absolute;
  top: 46%;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  z-index: 10;
  color: #333;
  height: 30px;
}

.slider-button.left {
  left: 20px;
  width: 2%;
  padding: 7px;
}

.slider-button.right {
  right: 20px;
  width: 2%;
  top: 47%;
  padding: 7px;
}

.slider-button.left i{
  padding: 6px;
}

.slider-button.right i{
  padding: 6px;
}

/*Brands*/
.brand__title{
    margin-top: 2.5%;
    margin-left: 2%;
}
.brand__container{
    display: flex;
    justify-content: space-around;
    margin-top: 1.5%;
}
.brand__items img{
    height: 90px;
    width: 100%;
    margin-left: 2.4%;
    border-radius: 50px;
}
.brand__items__s1{
    font-size: x-large;
    margin-left: 5%;
}
.brand__items__s2,
.brand__items__s4,
.brand__items__s6{
     font-size: x-large;
     margin-left: 20%;
}
.brand__items__s3{
     font-size: x-large;
     margin-left: 13%;
}
.brand__items__s5{
     font-size: x-large;
     margin-left: 24%;
}
/*Usertheme*/
.Usertheme__container{
    display: flex;
    justify-content: space-between;
}
.Usertheme__s1{
   margin-top: 2.5%;   
   margin-left: 1%;
}
.Usertheme__s2{
  margin-right: 1%;
  margin-top: 4%;
  font-size: x-large;
}
.Userdes__container{
    display: flex;
    justify-content: space-between;
    margin-right: 1.5%;
}
.Userdes__container i{
    font-size: 3vw;
    margin-bottom: 10px;
}
.Userdes__items{
    margin-top: 2%;
    margin-left: 1.3%;
    background-color: #f2f4f7;
    border-radius: 3%;
    height: 190px;
    width: 20%;
    padding: 16px;
}
.New__container{
    display: flex;
    gap: 2%;
    margin-left: 2.5%;
}
.New__title{
    margin-top: 2.5%;
    margin-left: 2%;
}
.New__items{
    background-color: whitesmoke;
    border-radius: 4%;
    height: 360px;
    width: 15%;
    margin-top: 2%;
    margin-left: 2.6%;
    cursor: pointer;
    position: relative;
}
.New__items img{
    margin-top: 10%;
    margin-left: 7.5%;
    border-radius: 5px;
    width: 200px;
}
.New__items p{
    border-radius: 2%;
    margin-left: 13%;
    margin-top: 137%;
    color: black;
    background-color: wheat;
    width: 70%;
    height: 28px;
    text-align: center;
    font-weight: 500;
    font-size: large;
    position: absolute;
    top: 0;
}
.New__items i{
    margin-left: 8px;
}
/*Most wanted*/
.Mostwanted__title {
  margin-top: 2.5%;
  margin-left: 2%;
}

.Mostwanted__wrapper {
  width: 95%;
  margin: auto;
  overflow: hidden;
}

.Mostwanted__container {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  cursor: pointer;
}

.Mostwanted__items {
  margin-top: 3.4%;
  margin-left: 4%;
  min-width: 250px;
  flex-shrink: 0;
  position: relative;
}

.Mostwanted__items img {
  height: 350px;
  border-radius: 5%;
  object-fit: cover;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, 
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.Mostwanted__items img:hover{
  transform: translatex(-2)
}

.Mostwanted__items p {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 0 0 5px 0;
}

.heartbtn {
  position: absolute;
  top: 77%;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: xx-large;
}

.Mostwanted__items h3 {
  text-align: center;
  margin-top: 10px;
}
/* Most--wanted for i*/
.red{
    color: red;
}
/*Offer box*/
.Offer__box{
    background-color: #1d232c;
    height: 400px;
    position: relative;
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 1.5%;
}
.Offerbox__item__s1 img{
    height: 315px;
    width: 37%;
    padding-top: 40px;
    padding-left: 70px;
}
.Offerbox__s1{
    position: absolute;
    color: #ffff;
    top: 70px;
    font-size: 50px;
    padding-left: 45%;
    font-weight: 900;
}
.Offerbox__s2{
    position: absolute;
    color: #ffff;
    top: 150px;
    font-size: 30px;
    padding-left: 45%;
    font-weight: 900; 
}
.Offerbox__s3{
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 7px;
    width: 170px;
    height: 45px;
    padding-top: 4px;
    padding-left: 10px;
    font-size: x-large;
    top: 220px;
    margin-left: 45%;
}
.Offerbox__s3 i{
    margin-left: 4%;
}

/*Nostra News*/
.Nostra-News__container{
    margin-top: 5%;
}
.Nostra-News__container h1{
   text-align: center;
   font-size: 50px;
}
.Nostra-News__container p{
    padding-top: 0.60%;
    text-align: center;
    font-size: 32px;
}
.Nostra-News__container input{
   margin-top: 1%;
   margin-left: 7.8%; 
   width: 84%;
   height: 35px;
   border-color: #1D232C;
}
.Nostra-News__btn{
   margin-top: 2%;
   margin-left: 43%;
   background-color: #1D232C;
   color:  #f0f0f0;
   height: 50px;
   width: 200px; 
   border-radius: 11px;
}
.Nostra-News__btn p{
    font-size: 30px;
}
.Nostra-News__btn i{
    margin-top: 5%;
    margin-left: 3%;
}
/*Footer*/
.Footer{
    margin-top: 5%;
    background-color: #1D232C;
    height: 400px;
    color: white;
}
.Footer h1{
    padding-top: 35px;
    padding-left: 35px;
    font-size: 40px;
}
.Footer p{
    padding-top: 5px;
    padding-left: 35px;
    font-size: 30px;
}
.Footer__icons{
    padding-top: 20px;
    padding-left: 75px;
    font-size: 35px;
}
.Footer__last{
    padding-top: 30px;
    padding-left: 2px;
}