*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
   

}
body{
    overflow: hidden;

    font-family: 'Poppins', sans-serif;


}
.header-top ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid whitesmoke;
    font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 0px !important;
   padding-right:0px !important;
  
}
.header-top ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header-top a{
    text-decoration: none;
    color: black;
    
}

    

.right-side{
    display: flex;
    gap: 25px;
    margin-right: 5px;
    color: darkgray;
  
}
.right-side li{
    
}
.left-side{
    display: flex;
    color: darkgray;
    
gap: 25px;
margin-left: 5px;
    
}
.container{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.menu-toggle{
    display: none;
}
.navbar{
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid white;
    margin-bottom: 10px;
    margin-top: 10px;

}
.navbar ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    

}
.navbar ul li{
    list-style: none;
    
}
.navbar ul li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.493)
}
.logo{
    font-weight: 600;
    font-size: 30px;
}
.images-card{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    max-width: 100%;
    
   
    
}
.box1{
   
    background-image: url(3.jpg);
    height: 70vh;
    width:100% ;
    background-size: cover;
    font-size: 10px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
    

}
.box2{
   
    background-image: url(5.jpg);
    height: 70vh;
    width: 100%;
    background-size: cover;
    font-size: 10px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box3{

 
    background-image: url(2.jpg);
    height: 70vh;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
    

    

   
}
.box4{
     
    background-image: url(4.jpg);
    height: 70vh;
    width: 100%;
    background-size: cover;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.box3:hover .content,
.box1:hover .content,
.box2:hover .content,
.box4:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.content{
    opacity: 0;
    visibility: hidden;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 12px;
    transition: all 0.4s ease;
    transform: translateY(20px);
}

.content h4{
/* margin-top: 10px;

padding-bottom: 13px; */
}
.content h2{
    padding-bottom: 2px;
    font-weight: 600;

}
.content p{
padding-bottom: 30px;
line-height: 20px;
font-size: 12px;
   color: aliceblue;
   margin-top: 10px;
  
}

.btn{
margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding: 5px; */
    border: 2px rgba(0, 0, 0, 0.326) solid;
 
    background-color: rgba(0, 0, 0, 0.338);
    color: white;
}
.text{
    text-align: center;
    margin-top: 40px;  
}
.text h2{
    font-size: 20px;
    gap: 20px;
    font-weight: 500;   
}

#dot{
    font-size: 30px;
    
    color: darkgrey;
}
.paragraph{
    color: darkgray;
}
.box{
margin-top: 40px;
gap: 20px;
font-size: 12px;


    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-bottom: 1px solid darkgray;
    padding-bottom: 30px;
    
}
.box1x{
    background-color: whitesmoke;
    height: 170px;
    width: 263px;  
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    flex-wrap: wrap; 
}
.box2x{
    background-color: whitesmoke;
    height: 170px;
    width: 263px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.xheading{
    font-size: 13px;
    font-weight: 600;
    
}
.xp{
    font-size: 10px;
}
.box3x{
    background-color: whitesmoke;
    height: 170px;
    width: 263px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    
}
#location{
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    color: darkgray;
}
.checkout{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    
}
.checkout li{
    color: rgb(143, 143, 143);
}
.checkout ul{
    display: flex;
    gap: 20px;
    
}
.checkout li:hover{
    color:black;
    
}

.img-box1{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 20px;
    font-size: 13px;
    gap: 13px;

}
.bag-icon {
    position: relative;
    display: inline-block;
}

/* Red circle badge */
.bag-count {
    position: absolute;
    top: -1px;
    right: -8px;
    width: 16px;
    height: 16px;
    background: rgb(170, 19, 19);
    color: white;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-new{
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
  font-size: 12px;
    letter-spacing: 1px;
}
.tag-sale{
    position: absolute;
    top: 10px;
    right: 20px;
    background: white;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
   
    letter-spacing: 1px;
    color: red;

}
.add1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    position: relative;
}
.button-icon{
    display: flex;
}


.ADD-TO-CARD{
    border: 1px solid darkgray;
    padding-left: 6px;
    padding-right:6px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: darkgray;
    font-weight: 500;
    font-size: 13px;    
}
.align{
    text-align: center;
}
.align2{
    text-align: center;
    font-weight: 600;
}
.ADD-TO-CARD:hover{
    background-color: black;
    color: white; 
    font-weight: 600;
    
}
#new-icon{
    font-size:15px; 
    
    color: darkgray;
   border: 1px solid darkgray;
margin: 4px;
 width: 26px;        
    height: 25px;       
    display: flex;
    justify-content: center;
    align-items: center;   
}

p{
    color: darkgray;
}
a{
    text-decoration: none;
    color: black;
}
.img-box2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 20px;
    font-size: 13px;
 gap: 13px;
}
.add1-text{
    margin-top: 10px;
    /* position: relative; */
}
.add1{
    position: relative;
}
.add2{
    position: relative;
 
}
.add3{
    position: relative;

  
}
/* .add4{
   
 
      
} */
#icon{
    font-size:33px; 
    font-weight: 200;
    color: darkgray;
    
    
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.add1-text p{
    color: black;
    
}
.add1-text p:hover{
    color: darkgray;
}
.bottombox-text{

    margin-top: 40px;
    text-align: center;
    border-top: 1px solid darkgray;
    padding-top: 20px;
}
.bottombox{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 20px;
    gap: 20px;
    
}
.bottombox1{
    height:180px;
    width:100%;
    background-image: url(30.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    opacity: 0.9;
}
.bottombox2{
    height:180px;
    width: 100%;
    background-image: url(31.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.bottombox3{
    position: relative;
    height:180px;
    width: 100%;
    background-image: url(28.jpg);
    background-position: center;
    background-size: cover;}
    .bottombox1-text{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
        
    }
    .text-bottom1{
        display: flex;
        gap: 15px;
        font: 13px;
        margin-top: 4px;

    }
    .text-bottom1 p{
        color: white;
    }
    .bottombox2-text{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
    }
    .text-bottom2{
        display: flex;
        gap: 15px;
        font: 13px;
        margin-top: 4px;

    }
    .text-bottom2 p{
        color: white;
    }
    .bottombox3-text{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
    }
    .text-bottom3{
        display: flex;
        gap: 15px;
        font-size: 13px;
        margin-top: 4px;

    }
    footer{
    
        margin-top: 40px;
        
    }
    .text-bottom3 p{
        color: white;
    }

    .footer{
        display: flex;
        gap: 20px;
        font-size: 13px   
    }
    .LOGANCEE-section{
        margin-top: 30px;
        
       
    }
    .INFORMATION-section{
        margin-top: 30px;
        
        padding: 10px; 
    }
    .COUSTOMER-section{
        margin-top: 30px;
       
        padding:10px;
       
    }
    .GET-section{
        margin-top: 30px;
       
    }
    footer h3{
        font-weight: 500;
    }
    span{
        font-weight: 600;
    }
   footer ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
      margin-top: 10px;
      color: darkgray;
        padding: 5px;
    }
    footer{
        border: 2px solid whitesmoke;
        margin-top: 40px;
    }
    
    .t{
        font-size: 13px;
    }
    .copyright{
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
    
    }
  .copyright span{
    color: black;
  }  
.active:hover{
    color: black;
}
/* ========== BASE RESET FIX ========== */
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; 
  overflow-y: auto;
}

/* Make all boxes and images flexible */
.box1x, .box2x, .box3x {
  width: 100%;

  max-width: 100%;
}

/* ========== DESKTOP DEFAULT (width > 992px) ========== */
@media screen and (min-width: 993px) {
  .images-card {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottombox {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========== TABLETS (768px - 992px) ========== */
@media screen and (max-width: 992px) {
  .container {
    max-width: 90%;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .images-card,
  
  .img-box1,
  .img-box2,
  .bottombox {
    grid-template-columns: repeat(2, 1fr);

  }
  .box{
    grid-template-columns:repeat(2,1fr) ;
  }

  .footer {
    flex-direction: column;
    margin-bottom: 10px;
   
    gap: 10px;
  }

  .logo {
    font-size: 24px;
  }
}

/* ========== MOBILE VIEW (480px - 768px) ========== */
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
  .box{
    gap: 10px;
  }

  .container {
    width: 95%;
  }
  .menu-toggle{
    display: block;
  }

  .navbar {
     flex-direction: row;
    align-items: center; 
    display: flex;
justify-content: space-between;

  }

  .navbar ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    display: none;
  }

  .logo {
    font-size: 22px;
    text-align: center;
  }

  .images-card,
  .box,
  .img-box1,
  .img-box2 {
      /* grid-template-columns: 1fr; */
    
  }

  .content h2 {
    font-size: 18px;
  }

  .btn {
    padding: 6px 14px;
    font-size: 13px;
  }

  .footer {
    flex-direction: column;
align-items: start;

  }

  .copyright {
    font-size: 12px;
  }
}

/* ========== SMALL MOBILE (max-width: 480px) ========== */
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .checkout ul{
    flex-wrap: nowrap;
  }
  .box{
    gap: 10px;
  }
  /* .button{
    display: flex;
    flex-direction: column;
  } */
 .images-card, .img-box1, .img-box2, .bottombox {
        grid-template-columns: repeat(1, 1fr);
 }

  .navbar ul {
    display: none; 
  }

  .images-card img,
  .img-box1 img,
  .img-box2 img {
    width: 100%;
    height: auto;
  }

  .ADD-TO-CARD {
    font-size: 11px;
    padding: 4px 6px;
  }
  .content h2{
    font-size: 10px;
    padding: 0;
  
  }
  .content p{
    
    font-size: 9px;
    margin-top: 2px;
    margin-bottom: auto;
  }
  .content h4{
    font-size: 10px;

  }

  .xheading {
    font-size: 11px;
  }

  .xp {
    font-size: 9px;
  }

  .footer h3 {
    font-size: 13px;
  }

  .footer ul li {
    font-size: 12px;

  }

  .btn {
    font-size: 10px;
    padding: 3px 6px;
  
  }
}
/* media-qouries for bottom box */
@media (max-width: 992px) {
    .bottombox {
        grid-template-columns: repeat(2, 1fr);
    }

    .bottombox1, .bottombox2, .bottombox3 {
        height: 160px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bottombox {
        grid-template-columns: 1fr;
    }

    .bottombox1, .bottombox2, .bottombox3 {
        height: 150px;
        width: 100%;
    }

    .text-bottom1, .text-bottom2, .text-bottom3 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .bottombox1, .bottombox2, .bottombox3 {
        height: 130px;
        width: 100%;
    }

    .bottombox1-text,
    .bottombox2-text,
    .bottombox3-text {
        bottom: 8px;
        left: 8px;
    }

    .text-bottom1, .text-bottom2, .text-bottom3 {
        gap: 10px;
        font-size: 11px;
    }
}

