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

body{
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
    width: 100%;
}

.navi {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px;
}

.nav-left {
    flex: 1;
}

.nav-left img {
    height: 50px;
}

.nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.nav-center a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    font-size: 22px;
}


.wall {
    height: 700px;
    background-image: url("mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    padding: 10%;
    align-items: center;
}

.wallstick{
    width: 45%;
    padding: 40px;
    border-radius: 5px;
    background-color: #818475e0;
}

.wallstick h3{
    color: white;
    font-size: 13px;
}

.wallstick h1{
    color: #cebfac;
    font-size: 40px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wallstick .shoph1{
  font-size: 60px;
}

.wallstick p{
    color: white;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.wallstick h3, p, h1{
    padding: 12px;
}

.wallstick button{
    margin-top: 8px;
    padding: 19px;
    width: 45%;
    border: none;
    background-color: #cebfac;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

.tip{
    display: flex;
    justify-content: space-around;
}

.tips {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 100px 45px;
  width: fit-content;
}

.tips1 i {
  font-size: 37px;
  color: black;
}

.tips11 h1 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.tips11 p {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: #777;
}

.room {
  display: flex;
  padding: 50px;
  align-items: center;      /* qendër vertikalisht */
  justify-content: center;
  gap: 40px;
  background-color: antiquewhite;
}

.room-left {
  width: 50%;
}

.room-left h1{
    font-size: 63px;
    font-family: Arial, Helvetica, sans-serif;
    color: #514e4e;
}

.room-left p{
    font-size: 16px;
    color: #716e6e;
}

.room-left button{
    margin-top: 8px;
    padding: 19px;
    width: 45%;
    border: none;
    background-color: #ccab80;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

.room-right {
  width: 50%;
}

.room-right img {
  width: 70%;
  height: auto;
  display: block;
}

.room-right1 img{
    width: 20%;
}

.room-right {
    position: relative; 
    width: 100%;
    max-width: 500px; 
}

.browse1{
    padding: 120px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}


.browse {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
}

.box {
    position: relative; 
    width: 400px; 
    height: 620px;
    overflow: hidden; 
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.box .text {
    position: absolute;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%); 
    color: rgb(83, 68, 41);
    font-family:fantasy;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
}

.box {
    transition: transform 0.4s ease;
}

.box:hover {
    transform: scale(1.05); 
} 

/* FOOTER STYLE */
.footer {
  margin-top: 100px;
  background: #0f0f0f;
  color: #eee;
  padding: 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.footer-col h2.logo {
  font-size: 26px;
  color: #fff;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col p {
  color: #aaa;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #aaa;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

.socials a {
  font-size: 20px;
  margin-right: 15px;
  color: #aaa;
  transition: 0.3s;
}

.socials a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #222;
  font-size: 14px;
  color: #777;
}


.shopcontainer{
  height: 500px;
  background-color:#ccab80;
}

.shop{
  margin-top: 120px;
}


.shop-img{
     height: 550px;
    background-image: url("livingroom.jpg");
    width: 96%;
    margin: 0 auto;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    padding: 10%;
    align-items: center;
}

.shop-text{
  margin-bottom: 300px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.shop-float{
  background-color: #e1e1e1e6;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 30px;
  width: 42%;
}

.shop-float h1{
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  color: #514e4e;
}

.shop-float p{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 20px;
  color: #514e4e;
}

.shop-float button{
  display: block;
  margin: 20px auto 0;
  border: none;
  padding: 21px;
  border-radius: 4px;
  width: 70%;
  color: white;
  background-color: #c9a575;
}

.shop-text1{
  width: 30%;
  height: 0px;
  margin-top: 100px;
}

.shop-float1{
  background-color: #e1e1e1ec;
  color:#514e4e;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 20px;
  width: 100%;
}

.shop-float1 h1, p, h2{
  padding: 2px;
}

.shop-float1 h1{
  font-size: 27px;
  font-family: Arial, Helvetica, sans-serif;
}

.shop-float1 p{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.shop-float1 h2{
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.shop-floath2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products1{
  padding: 70px;
  color: black;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card{
  border: 2px solid #cebfac;
  border-radius: 12px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.badge{
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff5722;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}

.kryesori{
  padding: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kryesori h1{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
}

/* IMAGE */
.product-img{
  position: relative;
}

.product-img img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

/* BODY */
.product-body{
  padding: 13px;
}

.category{
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 6px;
}

.product-body h3{
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}



.product-body button{
  display: block;
  margin: 20px auto 0;
  width: 40%;
  border: none;
  background-color: #c9a575;
  color: white;
  border-radius: 10px;
  padding: 13px;

}


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

.product-card {
  flex: 0 1 calc(33.333% - 55px);
  box-sizing: border-box;
  padding: 18px;
}





.price{
  font-size: 25px;
  font-weight: bold;
  color: #000;
}


.about{

  padding: 50px;
  width: 55%;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.about h1{
  font-size: 60px;
}

.about p{
  font-size: 20px;
  color: #716e6e
}

.about1{
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  width: 93%;
  margin: 0 auto;
}

.about-left h1{
  font-size: 33px;
}

.about-left p{
  text-align: left;
  width: 94%;
  line-height: 1.5;
  font-size: 17px;
  color:#716e6e
}

.about-img img{
  width: 500px;
  border-radius: 20px;
  border: 0.01px solid #514e4e9b;
  padding: 15px;
}