*{
    margin:0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height:60px;
    background-color: #0F1111;
    color:white;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav-logo{
    height: 50px;
    width: 110px;
    
    
}
.logo{
    background-image: url("IMG_5897-removebg-preview.png");
    background-size: cover;
    height: 50px;
    width:100%;

}
.border{
    border:1.5px solid transparent;

}
.border:hover{
    border: 1.5px solid white;
}
/* box2 */
.add-first{
    color:#cccccc;
    font-size: 0.85rem;
    margin-left:15px;
}
.add-second{
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon {
    display:flex;
    align-items: center;
}
/* box3 */
.nav-search{
    display:flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height:40px;
    border-radius: 3px;
}
.search-select{
    background-color: #f3f3f3;
    width:50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border:none;
}
.search-input{
    width:100%;
    font-size: 1rem;
    border:none;
}
.search-icon{
    width:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
      border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color:#0F1111;
}
.nav-search:hover {
    border: 2px solid orange;
}
/* box4 */
span{
    font-size: 0.7rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
/* box6 */
.nav-cart i {
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
/* panel */
.panel{
    height:40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p {
    display: inline;
    margin-left:15px;
}
.panel-ops {
    width:70%;
    font-size: 0.85rem;
    
}
.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}
/* hero section */
.hero-section {
    background-image: url("91Ublp-YsfL._SX3000_.jpg");
    height: 350px;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    
}
.hero-msg {
    background-color: white;
    color:black;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.85rem;
    width:97%;
    margin-bottom: 25px;
    border-radius: 3px;
}
.hero-msg a {
    color: #007185;
}
/* shop section */
.shop-section {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box {
    height:400px;
    width:23%;
    background-color: white;
    margin-top: 15px;
   padding: 20px 0px 15px;

   
}
.box-img{
    height:320px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
   
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p {
    color: #007185;
}
/* footer */
footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    color: white;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 400px;
    display:flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display:block;
    font-size: 0.85rem;
    margin-top:15px ;
    color: #dddddd;
}
.foot-panel3{
    background-color: #222f3d;
    color:white;
    border-top:0.5px solid #3f5266;
    height: 70px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.logo1{
    background-image: url("IMG_5897-removebg-preview.png");
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: contain;
    height: 50px;
    width:100%;
}
.foot-panel4{
    background-color: #0F1111;
    color: white;
    height: 100px;
    font-size: 0.7rem;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
} 
.pages{
    
    padding-top: 25px;
}
.copyright{
   
     padding-top: 5px;
}
/* RESPONSIVE DESIGN */
/* Tablet (768px and below) */
@media (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        padding: 10px 0;
    }
    
    .nav-logo {
        flex: 0 0 30%;
    }
    
    .nav-address {
        display: none;
    }
    
    .nav-search {
        flex: 1;
        width: 100%;
        margin: 10px;
        order: 3;
    }
    
    .nav-singin, .nav-return {
        display: none;
    }
    
    .nav-cart {
        flex: 0 0 auto;
        order: 2;
    }
    
    .panel {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0;
    }
    
    .panel-ops {
        width: 100%;
        margin: 5px 0;
    }
    
    .panel-ops p {
        margin: 5px 10px;
        font-size: 0.75rem;
    }
    
    .panel-all {
        flex: 0 0 auto;
    }
    
    .hero-section {
        height: 200px;
    }
    
    .hero-msg {
        font-size: 0.7rem;
        height: 35px;
        margin-bottom: 15px;
    }
    
    .shop-section {
        flex-direction: column;
    }
    
    .box {
        width: 90%;
        height: 300px;
        margin: 10px auto;
    }
    
    .box-img {
        height: 200px;
    }
    
    .foot-panel2 {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 10px;
    }
    
    .foot-panel2 ul {
        margin: 15px;
        flex: 0 0 45%;
    }
    
    .foot-panel3 {
        height: 50px;
    }
    
    .foot-panel4 {
        height: auto;
        padding: 15px 0;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .navbar {
        padding: 5px 0;
    }
    
    .nav-logo {
        flex: 0 0 25%;
    }
    
    .nav-search {
        flex: 1;
        width: 100%;
        margin: 8px 5px;
        padding: 0 5px;
    }
    
    .search-select {
        width: 35px;
        font-size: 0.7rem;
    }
    
    .search-input {
        font-size: 0.85rem;
    }
    
    .nav-cart {
        font-size: 0.7rem;
    }
    
    .nav-cart i {
        font-size: 20px;
    }
    
    .panel {
        display: none;
    }
    
    .hero-section {
        height: 150px;
    }
    
    .hero-msg {
        width: 95%;
        font-size: 0.6rem;
        height: 30px;
        margin-bottom: 10px;
    }
    
    .shop-section {
        padding: 10px 0;
    }
    
    .box {
        width: 95%;
        height: 250px;
        margin: 8px auto;
        padding: 15px 0 10px;
    }
    
    .box-content {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .box-content h2 {
        font-size: 0.9rem;
    }
    
    .box-img {
        height: 150px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .foot-panel1 {
        height: 40px;
        font-size: 0.7rem;
    }
    
    .foot-panel2 {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    
    .foot-panel2 ul {
        flex: 0 0 100%;
        margin: 10px 0;
    }
    
    .foot-panel2 ul p {
        font-size: 0.75rem;
        font-weight: bold;
    }
    
    .foot-panel2 ul a {
        font-size: 0.7rem;
        margin-top: 10px;
    }
    
    .foot-panel3 {
        height: 40px;
    }
    
    .logo1 {
        height: 30px;
    }
    
    .foot-panel4 {
        font-size: 0.6rem;
        padding: 10px 0;
    }
    
    .pages {
        padding-top: 10px;
    }
    
    .copyright {
        padding-top: 5px;
    }
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .box {
        width: 22%;
    }
}

/* Small Tablet (600px to 768px) */
@media (min-width: 600px) and (max-width: 768px) {
    .box {
        width: 45%;
    }
}

