@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
font-family: 'Poppins' , sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF !important;
}

h2{
    font-size: 1.8rem;
    font-weight: 600;
}

h3{
    font-size: 1.4rem;
    font-weight: 800;
}

h4{
    font-size: 1.1rem;
    font-weight: 600;
}

h5{
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF !important;
}

h6{
    color: #d8d8d8;
}


button{
font-size: 0.8rem;
font-weight: 700;
outline: none;
border: none;
background-color: #1d1d1d;
color: aliceblue;
padding: 13px 30px;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s ease;
}

button:hover{
    background-color: #3a3833;
}


hr{
    width: 30px;
    height: 2px;
    background-color: #fb774b;
}

.star{
    padding: 10px 0;

}

.star i{
    font-size: 0.8rem;
    color: goldenrod;

}

.small-logo {
  width: 80px;
  height: auto;
}


.navbar{

    font-size: 19px;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

}

.navbar-light .navbar-nav .nav-link{
    padding: 0 20px;
    color: black;
    transition: 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    color: coral;
}

#home {
    background-image: url("https://i.pinimg.com/736x/3a/6f/21/3a6f2137345da5feb0ba396950851d53.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#home span{
    color: coral;
}

#navbarsupportedcontent  > ul{
    margin: 1rem;
    justify-content: fixed-end;
    align-items: flex-end;
    text-align: right;
}


#new .one img{
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

#new .one .details{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease;
}

#new .one:hover .details{
    cursor: pointer;
    background-color: rgba(245, 178, 178, 0.7);
}

#new .one .details button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    background: none;
    text-transform: uppercase;
    border-bottom: 1px solid #2a2a2a;
    padding: 2.5px;
    transform: translateY(70px);
    transition: 0.3s ease;
}

#new .one .details button:hover {
    color: #fff;
    border-bottom: solid #fff;
}

#new .one:nth-child(1) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;

}

#new .one:nth-child(2) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

#new .one:nth-child(3) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;

}





.navbar-logo {
    width: 75px;
    height: auto;
  }

  /* PRODUCTS */

  .product{
    cursor: pointer;
    margin-bottom: 2rem;
  }

  .product img{
    transition: 0.3s all;
  }

  .product:hover img{
    opacity: 0.7;
  }

  .product .buy-btn{
    background: #fb774b;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s all;

  }

  .product:hover .buy-btn{
  transform: translateY(0);
    opacity: 1;
    
  }

#banner{
    background-image: url("https://i.pinimg.com/736x/ad/03/7d/ad037d7c922c57522a9cd63ab6890fde.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 70px center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}


#banner h4{
    color: #D8D8D8;
}

#banner h1{
    color: #fff;
}

#banner button {
    background-color: #fb774b;
}

#clothes img {
  width: 250px; /* or any fixed width you want */
  height: 300px; /* or any fixed height you want */
  object-fit: cover; /* keeps the image nicely cropped without distortion */
}

#featured img {
  width: 250px; /* or any fixed width you want */
  height: 300px; /* or any fixed height you want */
  object-fit: cover; /* keeps the image nicely cropped without distortion */
}


#watches img {
  width: 250px; /* or any fixed width you want */
  height: 300px; /* or any fixed height you want */
  object-fit: cover; /* keeps the image nicely cropped without distortion */
}


#shoes img {
  width: 350px; /* or any fixed width you want */
  height: 350px; /* or any fixed height you want */
  object-fit: cover; /* keeps the image nicely cropped without distortion */
}

footer{
    background-color: #222222;
}
footer h5{
    color : #D8D8D8 ;
    font-weight: 700;
    font-size: 1.2rem;
}

footer li{
    padding-bottom: 4px;
    
}

footer li a {
    font-size: 0.8rem;
    color: #999;
    
}

footer li a:hover{
    color: #D8D8D8;
    
}

footer p{
    color: #999;
    font-size: 0.8rem;
    
}

footer .copyright a{
    color: #000;
    width: 38px;
    height: 38px; 
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: 0.3s ease;
    margin: 0 5px;
}

footer .copyright a:hover{
    color: #fff;
    background-color: #fb774b;
}

.hero-section {
  height: 100vh; /* or a fixed height like 500px */
  background-size: cover; /* or 'contain' if you want the full image in view */
  background-position: center;
  background-repeat: no-repeat;
}
