*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #222f3d ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo-border{
    border: 1.5px solid transparent;
}
.logo-border:hover{
    border: 1px solid white;
    border-radius: 2px;
}
.border{
    border: 1.5px solid transparent;
    padding: 5px;

}
.border:hover{
    border: 1px solid white;
    border-radius: 2px;
}
.cursor{
    cursor: pointer;
}

/* Box 1 */
.nav-logo{
    height: 51px;
    width: 100px;
}
.logo{
    background-image: url("/Images/Amazon_Logo.png");
    background-size: cover;
    height: 51px;
    width: 100%;
    border-radius: 5%;
}

/* Box 2 */
.add-first{
    color: #CCCCCC;
    font-size: 0.8rem;
    margin-left: 17px;
}
.add-second{
    font-size: 1rem;
}
.add-icon{
    display: flex;
    gap: 5px;
    align-items: center;
}

/* Box 3 */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: blue;
    width: 620px;
    height: 40px;
    border-radius:  7px;
}
.nav-search:hover{
    border: 2px solid orange;
}
.search-select{
    background-color: #E6E6E6;
    width: 50px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    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;
    color: #0F1111;
    border-radius: 0px 5px 5px 0px;
}

/* Box 4 & 5*/
span{
    font-size: 0.7rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

/* Box 6 */
.nav-cart i {
    font-size: 30px;

}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}

/* Panel */
.panel{
    height: 40px;
    background-color: #152435;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p{
    display: inline;
    margin-left: 10px;
}
.panel-ops{
    width: 70%; 
    font-size: 0.85rem;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}

/* Hero Section */
.hero-section{
    background-image: url("/Images/Hero_Image.jpg");
    height: 280px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: white;
    color: black;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.90rem;
    width: 80%;
    margin-bottom: 25px;
    padding: 0px 40px 0px 40px;
}
.hero-msg a{
    color: #007185;
}
.hero-msg a:hover{
    color: #c25d1e;
    text-decoration: underline;
}

/* Shop Section */
.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #2e2cb2;
    padding-bottom: 20px;
}
.box{
    height: 350px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 20px;
}
.box-content{
    margin-top: 5px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content a{
    color: #007185;
    cursor: pointer;
    font-size: 0.90rem;
}
.box-img{
    height: 250px;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Footer */
/* Foot Panel 1 */
.foot-panel{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
/* Foot Panel 2 */
.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
.foot-panel2 ul{
    margin-top: 25px;
}
.foot-panel2 ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel2 ul a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.foot-panel2 ul p{
    font-weight: 700;
    font-size: 1rem;
}
/* Foot Panel 3 */
.foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid #817f7fba;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url("/Images/Amazon_Logo.png");
    background-size: cover;
    height: 51px;
    width: 100px;
    margin-right: 50px;
}
.foot-box{
    border: 0.5px solid #817f7fba;
    border-radius: 3px;
    height: 33px;
    width: 150px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #dddddd;
}
.foot-icon{
    padding: 0px 5px 0px 5px;
    margin-right: 8px;
}

/* Foot panel 4 */
.foot-panel4{
    background-color: #152435;
    display: block;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot-panel4 div{
    background-color: #152435;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-left: 100px;
    width: 1050px;

}
.foot-panel4 ul{
    font-size: 0.73rem;
    color: #a19f9f;
    width: 150px;
}
.foot-panel4 ul p{
    font-weight: 700;
    color: #d1cbcb;
}

/* Foot Panel 5 */
.foot-panel5{
    background-color: #152435;
    color: white;
    height: 88px;
    font-size: 0.7rem;
    text-align: center;
}
.pages{
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;
}
.pages a{
    padding-right: 10px;
}



@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        align-items: flex-start;
        padding: 10px;
    }
    .nav-search {
        width: 100%;
        margin: 10px 0;
    }
    .nav-signin{
        display: none;
    }
    .nav-return{
        display: none;
    }
    .nav-address{
        display: none;
    }
    .panel-ops {
        display: none;
    }
    .panel-deals {
        display: none;
    }
    .shop-section {
        flex-direction: column;
        align-items: center;
    }
    .hero-msg{
        height: 55px;
    }
    .box {
        width: 90%;
    }
    .foot-panel2 {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        align-items: center;
        height: max-content;
    }
    .foot-panel2 ul {
        width: 90%;
        margin: 10px 0px; 
    }
    .foot-panel3{
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 300px) {
    .foot-box {
        margin: 5px 0;
        padding-right: 20px;
    }
} 

@media (max-width: 768px) {
    .foot-panel4 div {
        width: 50%;
        flex-direction: column;
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .foot-panel4 div {
        width: 100%;
        margin-left: 0;
    }
}