/* --header-- */
body {
  text-transform: capitalize;
}

a {
  text-decoration-line: none;
}

ul {
  list-style-type: none;
}

.header {
  font-family: "Lato";
  font-weight: 600;
  padding: 57px 0px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: calc(100% - 320px);
  margin: auto;
}

.header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.list a {
  color: #0D0E43;
}

.list .li-item .active {
  color: #FB2E86;
}

.header .bar {
  display: none;
}

.search {
  border: 2px solid #E7E6EF;
  border-radius: 5px;
}

.search input {
  border: none;
  outline: none;
  width: 250px;
}

.search button {
  border: none;
  outline: none;
  background-color: #FB2E86;
  padding: 8px 13px;
}

.search img {
  width: 16px;
}

.hero {
  background-color: #F2F0FF;
  padding: 39px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 0 60%;

}

.hero-content .hero-lamp {
  position: relative;
  width: 387;
  height: 387;
  top: -95px;
  left: -100px;

}

.hero-image {
  flex: 1 0 30%;
}

.hero-image img {
  width: 100%;
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  width: 520px;
  height: 280px;
  position: relative;
  bottom: -100px;
  left: -170px;
}

.text-content .p1 {
  color: #FB2E86;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}

.text-content h1 {
  color: black;
  font-family: Josefin Sans;
  font-style: Bold Roman;
  font-size: 35px;
  font-weight: 500;
}

.text-content .p2 {
  color: #8A8FB9;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
}

.shop-now {
  border: none;
  outline: none;
  background-color: #FB2E86;
  padding: 10px 8px;
  color: white;
  width: 200px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.6s;
}

.shop-now:hover {
  background-color: #151875;
}

.promotional-page-nav img {
  position: relative;
  right: 790px;
  bottom: -260px;
}

/*-- hero end*/

/* --featured section --*/

.featured-products {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #1A0B5B;
  padding: 140px 0;
}

.featured-products .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.product-card:hover .icon {
  display: inline;
  position: absolute;
  width: 9px;
  top: 9px;
  object-fit: contain;
  left: 11px;
  display: flex;
  gap: 10px;
}

.product-card .icon img {
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.product-card {
  width: 280px;
  height: 380px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.7s;
  position: relative;
}

.chair-wrapper {
  flex: 0 0 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F6F7FB;
}

.chair-wrapper button,
.product-card .icon {
  display: none;
}

.product-card:hover .chair-wrapper button {
  display: inline;
  background-color: #08D15F;
  color: #FFFFFF;
  font-family: Josefin Sans;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;

}

.product-card .chair {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background-color: #F6F7FB;
}

.product-title {
  font-family: "Lato", sans-serif;
  color: #FB2E86;
  transition: all 0.6s;
}

.product-code {
  font-family: "Josefin Sans", sans-serif;
  color: #151875;
  transition: all 0.6s;
}

.product-card:hover .product-code {
  color: white;
}

.product-price {
  font-weight: bold;
  color: #1A0B5B;
  transition: all 0.6s;
}

.product-card:hover .product-price {
  color: white;
}


.color {
  width: 14px;
  height: 4px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.color-one {
  background-color: #05E6B7;
}

.color-two {
  background-color: #F701A8;
}

.color-three {
  background-color: #00009D;
}

.product-card:hover .color-three {
  background-color: #FFEAC1;
  transition: all 0.6s;
}

.product-card:hover {
  background-color: #00009D;
  border: 1px #00009D solid;
}

.product-card:hover .product-title {
  color: white;
}

/* end featured*/

/*--leatest-products--*/

.Leatest-products {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #1A0B5B;
  padding: 200px ;

}

.Leatest-products .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.title {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.title a {
  cursor: pointer;
  font-family: Lato;
  color: #00009D;
}

.title .pink {
  color: #F701A8;
  text-decoration: underline;
}

.craft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.img {
  background-color: #F7F7F7;
  position: relative;

}

.img img {
  width: 300px;
  height: 230px;
  object-fit: contain;
  cursor: pointer;
}

.img-content .img-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 10px;
}

.img-text .price {
  padding-top: 10px;
  padding-left: 2px;
}

.img-text p {
  text-decoration: underline #EEEFFB;
}

.img-text .price .red {
  color: red;
  text-decoration: line-through;
}

.yellow-img {
  background-color: #FFFFFF;
}

.img .badge-sale {
  position: absolute;
  top: -100px;
  left: -9px;
  width: 80px;
}

.img-content .icon {
  display: none;
}

.img-content {
  position: relative;
}

.img-content .icon {
  position: absolute;
  top: 160px;
  left: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.img-content:hover .icon {
  opacity: 1;
}

.img-content .icon img {
  width: 20px;
  height: 15px;
  object-fit: contain;
  cursor: pointer;
  padding: 2px;
  transition: transform 0.2s;
}

.img-content .icon img:hover {
  transform: scale(1.1);
}
/* end leastest */

/*--shopex--*/
.shopix-title {
    text-align: center;
    color: rgba(26, 11, 91, 1);
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    gap: 47px;
    font-family: Josefin Sans;
}

.shopix .row {
    justify-content: center;
    margin-bottom: 100px;
}

.shopix-offers {
    width: 200px;
    color: rgba(21, 24, 117, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: Josefin Sans;
    margin: 15px;
    box-shadow: 0px 0px 10px #e9e9e9;
    padding: 45px 15px;
}

.shopix-offers p {
    color: rgba(26, 11, 91, 0.3);
    font-family: Lato;

}

/* end shopex */

/*--unique features--*/
.unique {
    background-color: rgba(241, 240, 255, 1);
}
.unique .container{
  margin: 70px;
}
.unique-img {
    width: 40%;
}
.unique-img img {
    width: 100%;
}
.unique-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    width: 40%;
    box-sizing: border-box;
    padding: 20px;
    gap: 20px;
}
.unique-content h2 {
    color: rgba(21, 24, 117, 1);
    font-family: Josefin Sans;
    font-size: 35px;
    line-height: 45px;
}
.unique-content p {
    font-size: 16px;
    color: rgba(172, 171, 195, 1);
    font-family: Lato;
}
.unique-content .shop-now {
    background-color: #FB2E86;
    border: 2px solid white;
    border-radius: 5px;
    width: 120px;
    height: 25px;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: Josefin Sans;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: width background-color;
    transition-duration: 0.25s;
}
.unique-content .shop-now:hover {
    width: 125px;
    background-color: rgb(196, 12, 91);
}
.unique-content .group {
    display: flex;
    gap: 20px;
    font-family:Lato;
    align-items: center;
}
.unique-content .group p {
    color: rgba(21, 24, 117, 1);
    font-family:Josefin Sans ;
}

/* end unique */

/*trending start*/
.trending .container {
    width: 87%;
    padding: 100px;
}

.trending .row {
    justify-content: center;
}

.trending-title {
    text-align: center;
    font-family:Josefin Sans ;
    color: rgba(26, 11, 91, 1);
    padding-top: 100px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
}
.trending .product-card {
    padding: 10px;
    box-shadow: 0px 0px 13px #e7e7e7;
    margin: 20px;
    cursor: pointer;
}
.trending .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
    line-height: 15px;
    background-color: transparent;
    padding: 20px;
    color: rgba(21, 24, 117, 1);
}
.product-info span {
    color: rgba(21, 24, 117, 0.3);
    text-decoration: line-through;
    font-size: 12px;
}

.product-info p {
    word-spacing: 10px;
    font-size: 15px;
    font-family: Josefin Sans;
}

.product-info h3{
  font-family: Lato;
}
.trending .product-card:hover{
  background: none;
  border: none;
}
/*trending end*/

/*top start*/

.top .container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.top-title {
    text-align: center;
    font-family: Josefin Sans;
    color: rgba(26, 11, 91, 1);
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.top .products-card {
    padding: 10px;
    margin: 10px;
}

.top .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 15px;
    padding: 10px;
    color: rgba(21, 24, 117, 1);
    font-family: Lato;
}

.top .top-product {
    border-radius: 50%;
    background-color: rgba(245, 246, 248, 1);
    box-sizing: border-box;
    padding: 50px;
}
.first-top {
    box-shadow: -5px 5px rgb(154 57 233);
    position: relative;
}


.top .shop-btn {
    background-color: rgba(8, 209, 95, 1);
    border-radius: 5px;
    width: 55px;
    height: 5px;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: Lato;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: width, background-color;
    transition-duration: 0.25s;
    position: absolute;
    bottom: 16px;
    left: 90px;
}

.top .shop-btn:hover {
    background-color: rgb(6, 173, 79);
}

.top .top-product img {
    width: 150px;   
    height: 150px;  
    object-fit: contain; 
    display: block;
    margin: auto;   
}
/*top end*/


/*--new slater--*/
.new-slater {
  padding: 176px;
  background-image: url(./new-salter.webp);
  background-attachment: fixed;
}

.new-slater .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.new-slater h2 {
  color: #151875;
  font-family: Josefin Sans;
  font-size: 35px;
  font-weight: 700;
}

/* end new slater */

/*-- clients--*/
.clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
}

.clients img {
  max-width: 100%;
  height: auto;

}

/* end clients */

/*--blog--*/

.blogs .container {
    width: 90%;
    padding: 20px;
}

.blogs .row{
    justify-content: center;
}

.blog-title {
    text-align: center;
    font-family: Josefin Sans;
    color: rgba(26, 11, 91, 1);
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.blogs .products-card {
    padding: 20px;
    margin: 10px;
    width: 350px;
    box-shadow: 0px 0px 10px #d1cece;
    border-radius: 10px;
}
.blogs .products-card:hover h3{
color:#F701A8
}
.blogs .products-card:hover a{
color:#F701A8
}
.blogs .product-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    line-height: 15px;
    padding: 0px 10px 20px 10px;
}

.blogs .product-info h3 {
    color: rgba(21, 24, 117, 1);
    font-family: Josefin Sans;
}

.blogs .product-info p {
color: rgba(114, 113, 143, 1);
font-family: Lato;
}


.blogs .product-info a {
    text-decoration: underline;
    font-family: Lato;
    }
    

.blogs .blog-product {
    border-radius: 50%;
    background-color: rgba(245, 246, 248, 1);
    box-sizing: border-box;
}

.blogs .blog-product img {
    border-radius: 10px;
    width: 100%;
}
.blogs .date{
    font-family: Lato;
    color: rgba(21, 24, 117, 1);
    display: flex;
    gap: 60px;
    padding: 15px 5px;
}

/* end blog*/

/* --footer-- */

.footer {
  background-color: #EEEFFB;
  padding-top: 104px;
  padding-bottom: 150px;
  font-family: "Lato";
  width: 100%;
}

.footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sec1 {
  margin-top: 25px;
}

.sec1 img {
  padding-bottom: 55px;
}

.sec1 p {

  color: #8A8FB9;
}

.sec2 h2 {
  font-family: Josefin Sans;
}

.email {
  display: flex;
  border: 2px solid #E7E6EF;
  border-radius: 5px;
  width: 260px;
  background-color: white;
  margin-bottom: 29px;
}

.email button {
  border: none;
  outline: none;
  background-color: #FB2E86;
  padding: 15px 13px;
  color: white;
  width: 290px;
  border-radius: 3px;
}

.email input {
  background-color: white;
  border: none;
  outline: none;
  width: 200px;
  padding: 8.5px;
  border-radius: 5px;
}

.email input::placeholder {
  color: #8A8FB9;
}

.sec2 {
  display: flex;
  flex-wrap: wrap;
}

.sec2 .Catagories {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}

.Catagories h2 {
  padding-left: 35px;
  padding-bottom: 25px;
}

.Catagories li {
  padding-bottom: 23px;
}

.sec2 a {
  color: #8A8FB9;
}

/* end footer */
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 100px);
  }

  .list,
  .search {
    display: none;
  }

  .header .bar {
    display: block;
    cursor: pointer;
  }

  .text-content {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .hero-content {
    justify-content: center;
  }

  .hero-content .hero-lamp img {
    display: none;
  }

  .promotional-page-nav img {
    display: none;
  }
  
}

@media screen and (max-width: 992px) {
  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-content {
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .hero-lamp {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }

  .hero-lamp img {
    max-width: 200px;
    height: auto;
  }

  .hero-image {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .text-content {
    position: static;
    margin-top: 20px;
  }

  .featured-products .row {
    justify-content: center;
  }
}



@media screen and (max-width: 768px) {
  .header {
    padding: 20px 0;
  }

  .title img {
    max-width: 120px;
  }

  .hero {
    padding: 30px 10px;
  }

  .hero-lamp img {
    max-width: 120px;
  }

  .text-content {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .text-content h1 {
    font-size: 22px;
  }

  .text-content .p1,
  .text-content .p2 {
    font-size: 14px;
  }

  .text-content button {
    width: 100%;
  }

  .product-card {
    width: 100%;
    max-width: 300px;
  }

  .footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .sec2 {
    flex-direction: column;
    align-items: center;
  }

  .sec2 .Catagories {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .text-content h1 {
    font-size: 18px;
  }

  .product-card {
    height: auto;
    padding: 15px;
  }

  .product-card .chair {
    height: 120px;
  }

  .product-price {
    font-size: 14px;
  }

  .color {
    width: 12px;
    height: 3px;
  }

  .new-slater .row {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .featured-products .row,
  .trending .row,
  .top .row,
  .blogs .row,
  .Leatest-products .craft,
  .shopix .row {
    flex-direction: column;
    align-items: center;
  }

  .product-card,
  .products-card,
  .img-content,
  .shopix-offers {
    width: 90% !important;
    margin-bottom: 20px;
  }

  .Leatest-products {
    padding: 60px 20px;
  }

  .unique .container {
    margin: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .unique-img,
  .unique-content {
    width: 100%;
  }

  .trending .container {
    padding: 20px;
  }

  .blogs .products-card {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {

  .text-content h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .clients {
    flex-direction: column;
    gap: 20px;
  }
}
