@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000001;
}

button, input, textarea, select {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, p {
  color: #000001;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

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: #1d1d1d;
}

h6 {
  color: #d8d8d8;
}

a {
  text-decoration: none;
  color: #212529;
}

.primary-button {
  background-color: #1d1d1d;
  color: white;
  display: inline-block;
  padding: 0.8125rem 1.875rem;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.primary-button:hover {
  background-color: #353535;
}

.secondary-button {
  background-color: #ff7f50;
  color: white;
  display: inline-block;
  padding: 0.8125rem 1.875rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.secondary-button:hover {
  background-color: #fa916b;
}

.button-bottom-outline {
  background-color: transparent;
  color: #2a2a2a;
  display: inline-block;
  padding: 0.1563rem;
  border: none;
  border-bottom: 2px solid #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.button-bottom-outline:hover {
  color: white;
  border-color: white;
}
============heading==================
/*# header section */

header {
  
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  height:70px;
  padding-block: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*# navbar section */
.navbar {
  box-sizing: initial;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding-inline: 0.9375rem;
    display: flex;
    justify-content: space-between;
    height: 3.75rem;

}
.navbar-nav{
  display:flex;
}
.navbar-nav .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    font-size: 1rem;
    font-weight: 100;
    padding-inline: 1.25rem;
    transition: color 0.3s ease;
    margin-left: 10px;
    padding: 0 10px;
    color: black;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item i:hover,
.navbar-nav .nav-link.active,.nav-item i.active{

  color:#7F00FF;
}

.navbar .nav-icons{
  display:flex;

}
.navbar .nav-icons .nav-item , .nav-user ,.nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 100;
    padding-inline: 0.5rem;
    transition: color 0.3s ease;
    padding: 0 10px;
    color: black;
}

.navbar.nav-icons .nav-item , .nav-user ,.nav-link i:hover
{
  color:#7F00FF;
}

.navbar .nav-cart i{
  list-style: none;
margin-left: 30px;
font-size: 1.2rem;
padding: 0 7px;
pointer: pointer;
font-weight: 100;
color: black;
transition: 0.3s ease;
}
.navbar .nav-cart i:hover{
color:#7F00FF;
}

#navbarDropdown {
appearance: none;
color:white;
}

.navbar .nav-cart span{
  color:white;
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 30px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 50%;
  font-weight: 100;

}

.search-input {
  margin-left: 20px;
  position: relative;
  width: 300px;
}

.search-input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  box-sizing: border-box;
  font-weight: 100;
}

.search-input button {
  position: absolute;
  width:40px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  background-color: #ccc;
  border-radius: 50px;
  color: white;
  padding: 4px 10px;
  cursor: pointer;
  
  box-sizing: border-box;
}
.search-input button:hover {
 background-color:white;
}

.navbar .collapse .nav-item{

 display:flex;

}
.navbar .nav-cart{

  list-style: none;


}


.navbar .toggle-button{
  dosplay:none;

  color:blue;
}

/*# slider caroussel section */
.carousel-inner {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  text-align: center;
  padding-block: 3rem;
}
.carousel-inner h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: left;
  color:blue;
}
.carousel-inner h5 {
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: left;
}
.carousel-inner h2 {
  color:white;
}
.carousel-inner h2 a {
  align-content: left;
  background-color: #000;
  text-decoration: none;
  font-weight: 100;
  padding: 3 3 3px;
  width: 20px;
  height: 2px;
  margin: 1rem auto;
  border: none;
}


.heading {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  text-align: center;
  padding-block: 3rem;
}
.heading h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}
.heading hr {
  background-color: #ff7f50;
  width: 30px;
  height: 2px;
  margin: 1rem auto;
  border: 2px solid #ff7f50;
}
===========products==================
.product-card {
  text-align: center;
  padding-inline: 0.9375rem;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 1rem;
}
.product-card img {
  max-width: 100%;
  width: 50%;
  height: 50%;
  /*# height: auto; old value*/
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
}

.product-card-name {
  color: #212529;
  font-size: 1.25rem;
  font-weight: 500;
}
.product-card-price {
  color: #212529;
  font-size: 1.25rem;
  font-weight: 500;
}
.product-card:hover img {
  opacity: 0.7;
}
.product-card:hover button {
  transform: translateY(10px);
  opacity: 1;
}
.product-card button {
  transform: translateY(30px);
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
  opacity: 0;
}

=======home========

#home {
  background-image: url('/frontend/theme2/img/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 60px center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#home .content {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
}
#home .content h1 span {
  color: #ff7f50;
}
#home .content p {
  max-width: 23rem;
  margin-bottom: 1rem;
}

#brands .content {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  display: flex;
  padding-block: 3rem;
}
#brands .content img {
  padding-inline: 0.9375rem;
  max-width: 16.666667%;
}

#new {
  display: flex;
}
#new .new-card {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  position: relative;
}
#new .new-card img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#new .new-card:nth-child(1) .new-card-details {
  align-items: flex-start;
}
#new .new-card:nth-child(3) .new-card-details {
  align-items: flex-end;
}
#new .new-card:hover .new-card-details {
  background-color: rgba(245, 178, 178, 0.7);
}
#new .new-card-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  top: 0;
  transition: background 0.3s ease;
}
#new .new-card-details a {
  transform: translateY(70px);
}

#featured, #clothes, #watches, #shoes {
  margin-block: 3rem;
}
#featured .products, #clothes .products, #watches .products, #shoes .products {
  display: flex;
  max-width: 1366px;
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
  flex-wrap: wrap;
}

#banner {
  background-image: url('/frontend/theme2/img/banner/parallax.jpg');
  background-size: cover;
  background-position: top 70px center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
  width: 100%;
  padding-block: 3rem;
  margin-block: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#banner .content {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
}
#banner .content h4 {
  color: #d8d8d8;
  margin-bottom: 0.5rem;
}
#banner .content h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}

#products {
  margin-block: 3rem;
  padding-block: 3rem;
}
#products .heading {
  text-align: left;
}
#products .heading hr {
  margin-inline: 0;
}
#products .products {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
#products .pagination {
  box-sizing: initial;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
#products .pagination li a {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}
#products .pagination li a + a {
  border-left: 0;
}
#products .pagination li a.active {
  color: white;
  background-color: #1d1d1d;
  cursor: initial;
  border-color: #1d1d1d;
}
#products .pagination li a:not(.active):hover {
  color: white;
  background-color: #ff7f50;
  border-color: #ff7f50;
}

ul {
  list-style: none;
}


/*Single proudacts details*/
    .single-proudact{
        margin-top: 80px;
    }
    .single-proudact .col-6 img{
        padding: 0;
    }
    .single-proudact .col-6{
        padding: 20px;
    }
    .single-proudact h4{
        margin: 8px;
        font-size: 22px;
        font-weight: bold;
    }
    .single-proudact h1{
        font-weight: 600;
    }

    .single-proudact select{
        display: block;
        padding: 10px;
        margin-top: 20px;
        border-radius: 2px;
    }
    .single-proudact input{
        width: 50px;
        height: 40px;
        padding-left: 10px;
        border-radius: 2px;
        font-size: 20px;
        margin-right: 10px;
        border: 1px solid #ff523b;
    }
    input:focus{
        outline: none;
    }
    .single-proudact .fa{
       color:  #ff523b;
       margin-left: 10px;
    }
    .small-img-row{
        display: flex;
        justify-content: space-between;
    }
    .small-img-col{
        flex-basis: 24%;
        cursor: pointer;
    }
=============================Mobile Settings=========================================
 /*media for less than 700px*/

  /* .navbar .navbar-toggler{ } to call toggle button */

  @media only screen and (max-width: 760px){

.search-input {
  visibility:visible;
}
}